Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-03-27 | Avoid string in assert expression. Some systems are broken. | Roland McGrath | 1 | -2/+2 | |
1995-03-27 | . | Roland McGrath | 1 | -0/+3 | |
1995-03-24 | Include <assert.h>. | Roland McGrath | 1 | -0/+1 | |
1995-03-24 | (main): Handle 1 and 2 returns from update_goal_chain makefile run | Roland McGrath | 1 | -2/+5 | |
properly. | |||||
1995-03-24 | autoheader3.72.12 | Roland McGrath | 1 | -4/+0 | |
1995-03-24 | Regenerated for 3.72.12 | Roland McGrath | 1 | -1/+1 | |
1995-03-24 | . | Roland McGrath | 1 | -0/+2 | |
1995-03-24 | Regenerated | Roland McGrath | 1 | -109/+46 | |
1995-03-24 | . | Roland McGrath | 1 | -0/+19 | |
1995-03-24 | (handle_non_switch_argument): New function, broken out of decode_switches. | Roland McGrath | 1 | -55/+59 | |
(decode_switches): Set optind to 0 to reinitialize getopt, not to 1. When getopt_long returns EOF, break the loop and handle remaining args with a simple second loop. | |||||
1995-03-24 | (update_file_1): Handle FILE->update_status == 2 in -d printout. | Roland McGrath | 1 | -2/+5 | |
1995-03-24 | (remake_file): Set update_status to 2 instead of 1 for no rule to make. | Roland McGrath | 1 | -4/+18 | |
Mention parent (dependent) in error message. | |||||
1995-03-24 | (start_job_command, reap_children): Set update_status to 2 instead of 1 | Roland McGrath | 1 | -3/+3 | |
for failed commands. | |||||
1995-03-21 | (signame_init): Define SIGINFO. | Roland McGrath | 1 | -0/+3 | |
1995-03-21 | (search_path): Function removed (was already #if 0'd out). | Roland McGrath | 1 | -105/+0 | |
1995-03-21 | Remove AC_TYPE_GETGROUPS; nothing needs it any more. | Roland McGrath | 1 | -1/+0 | |
1995-03-17 | Updated from libc | Roland McGrath | 2 | -23/+341 | |
1995-03-17 | . | Roland McGrath | 1 | -0/+4 | |
1995-03-17 | Write @CPPFLAGS@ translation. | Roland McGrath | 1 | -1/+2 | |
1995-03-13 | . | Roland McGrath | 1 | -1/+6 | |
1995-03-13 | (stamp-glob): Remove $(globfiles), not the whole glob directory. | Roland McGrath | 1 | -1/+1 | |
1995-03-13 | (parse_file_seq): Rearranged `l(a b)' -> `l(a) l(b)' loop to not | Roland McGrath | 1 | -6/+15 | |
skip the elt immediately preceding `l(...'. | |||||
1995-03-10 | Regenerated for 3.72.11 | Roland McGrath | 1 | -1/+1 | |
1995-03-10 | .3.72.11 | Roland McGrath | 2 | -1/+11 | |
1995-03-10 | Changed find_char_unquote callers here too. | Roland McGrath | 1 | -1/+1 | |
1995-03-10 | (find_char_unquote): Make second arg a string of stop chars instead of a | Roland McGrath | 1 | -19/+18 | |
single stop char. Stop when any char in the string is hit. All callers changed. (find_semicolon): Pass stop chars "#;" to one find_char_unquote call, instead of using two calls. If the match is not a ; but a #, return zero. | |||||
1995-03-10 | .3.72.10 | Roland McGrath | 1 | -0/+3 | |
1995-03-10 | (read_makefile, parse_file_seq): Fix typo __MS_DOS__ -> __MSDOS__. | Roland McGrath | 1 | -2/+2 | |
1995-03-10 | Regenerated for 3.72.10 | Roland McGrath | 1 | -1/+1 | |
1995-03-10 | . | Roland McGrath | 2 | -1/+16 | |
1995-03-10 | (globfiles): Add glob/configure.bat. | Roland McGrath | 1 | -1/+2 | |
(distfiles): Add configh.dos, configure.bat. | |||||
1995-03-09 | (read_makefile, parse_file_seq) [__MS_DOS__]: Don't see : as separator in | Roland McGrath | 1 | -0/+10 | |
"C:\...". | |||||
1995-03-09 | (STDC_HEADERS): Define only if undefined. | Roland McGrath | 1 | -3/+6 | |
(HAVE_SYS_PARAM_H): Don't define this. (HAVE_STRERROR): Define this. | |||||
1995-03-09 | (construct_command_argv_internal) [__MSDOS__]: Fix typos. | Roland McGrath | 1 | -2/+2 | |
1995-03-08 | .3.72.9 | Roland McGrath | 2 | -11/+12 | |
1995-03-08 | Regenerated | Roland McGrath | 2 | -11/+10 | |
1995-03-08 | (decode_switches): Reset optind to 1 instead of 0. | Roland McGrath | 1 | -1/+1 | |
1995-03-08 | . | Roland McGrath | 3 | -41/+45 | |
1995-03-08 | Undo last change. Bad juju. | Roland McGrath | 1 | -6/+4 | |
1995-03-08 | (configure, config.h.in): Depend on aclocal.m4. Commit files to CVS. | Roland McGrath | 1 | -2/+6 | |
1995-03-08 | . | Roland McGrath | 1 | -0/+3 | |
1995-03-08 | (configure, config.h.in): Uncomment these rules. | Roland McGrath | 1 | -5/+6 | |
Commit the files to CVS if there is a CVS directory. | |||||
1995-03-08 | Do CVS magic, not RCS magic. | Roland McGrath | 1 | -7/+8 | |
1995-03-07 | . | Roland McGrath | 11 | -2/+3175 | |
1995-03-07 | . | Roland McGrath | 10 | -0/+12410 | |
1995-03-07 | (decode_switches): If non-option arg is "-", ignore it. | Roland McGrath | 1 | -5/+6 | |
1995-03-07 | (strsignal): Cast sys_siglist elt to char *. | Roland McGrath | 1 | -1/+1 | |
1995-02-23 | [! __STDC__]: Don't use prototype for strsignal decl. | Roland McGrath | 1 | -1/+1 | |
1995-02-22 | (main): Pass missing arg to tmpnam.3.72.8 | Roland McGrath | 1 | -1/+1 | |
1995-02-22 | Check for strsignal. | Roland McGrath | 1 | -1/+1 | |