Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-19 | (hurd_file_name_path_lookup): Declaration removed. | Miles Bader | |
(check_hashbang): Pass 0 for new LOOKUP arg to hurd_file_name_lookup. | |||
1996-05-10 | (search_path): Don't make PATH or PFXED_NAME const. | Miles Bader | |
1996-05-10 | (check_hashbang) [userport/reauthenticate]: Use new | Michael I. Bushnell | |
auth_user_authenticate inerface. (check_hashbang) [setup_args/search_path]: Declare PATH to be `char const *'. | |||
1996-05-07 | (check_hashbang): Use io_identity instead of io_stat to compare files. | Roland McGrath | |
1996-04-23 | (check_hashbang: user_port): Use default root port when secure. | Roland McGrath | |
1996-03-28 | (check_hashbang): Pass open flags & mode args to hurd_file_name_path_lookup. | Miles Bader | |
1996-02-26 | (check_hashbang): Correctly deal with interpreter lines having no argument. | Miles Bader | |
1996-01-30 | (check_hashbang): Use hash_file_name_path_lookup() instead of doing the path | Miles Bader | |
search ourselves, and get rid of LOOKUP_CWDIR & associated logic. | |||
1996-01-11 | (check_hashbang): | Miles Bader | |
When using executable name found on the path, don't return alloca()ed memory from search_path(); use malloc() instead. Use envz_get() to search the environment. | |||
1996-01-04 | (check_hashbang): Rearrange arg frobbing code somewhat to use | Roland McGrath | |
hurd_catch_signal instead of old preemption interface. | |||
1995-11-21 | (check_hashbang): Undo boneheaded last change. | Roland McGrath | |
1995-11-21 | (check_hashbang): Actually declare FILE_NAME and FILE volatile, not | Michael I. Bushnell | |
the contents. | |||
1995-11-21 | (check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAME | Michael I. Bushnell | |
volatile. | |||
1995-11-16 | (user_port): Fixed port selection logic. | Roland McGrath | |
(check_hashbang): Fixed PATH searching in script name guessing. | |||
1995-10-18 | (check_hashbang: prepare_args): Enable and clean up code to guess the name | Roland McGrath | |
of the script before resorting to /dev/fd. | |||
1995-10-18 | (check_hashbang): Copy passed args from the right place. | Roland McGrath | |
1995-10-18 | Initial revision | Roland McGrath | |