Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1995-02-22 | (child_error): Use strsignal. | Roland McGrath | 1 | -8/+3 | |
1995-02-22 | (main): Don't call signame_init #ifdef HAVE_STRSIGNAL. | Roland McGrath | 1 | -1/+1 | |
1995-02-22 | (strsignal): Declare it. | Roland McGrath | 1 | -2/+10 | |
1995-02-22 | [! HAVE_STRSIGNAL] (strsignal): New function. | Roland McGrath | 1 | -1/+18 | |
1995-02-22 | (strerror): Fix swapped args in sprintf. | Roland McGrath | 1 | -2/+2 | |
1995-02-13 | (CFLAGS, LDFLAGS): Don't set these variables. | Roland McGrath | 1 | -4/+0 | |
1995-02-11 | (print_version): Add 95 to copyright years. | Roland McGrath | 1 | -1/+1 | |
1995-02-10 | (start_job_command): Remember to call notice_finsihed_file under -n when3.72.6 | Roland McGrath | 1 | -4/+2 | |
not recursing. To do this, consolidate that code under the empty command case and goto there for the -n case. | |||||
1995-02-07 | real-clean renamed to maintainer-clean. | Richard M. Stallman | 1 | -11/+28 | |
Description changed too. | |||||
1995-02-07 | [! STDC_HEADERS]: Don't declare qsort. Sun headers declare it int. | Roland McGrath | 1 | -2/+1 | |
1995-02-06 | (read_makefile): For bogus line starting with tab, ignore it if blank after | Roland McGrath | 1 | -2/+2 | |
removing comments. | |||||
1995-02-06 | Cast results of `alloca' to `char *'. | Roland McGrath | 1 | -1/+1 | |
1995-02-06 | Cast results of `alloca' to `char *' in two places. | Roland McGrath | 1 | -3/+5 | |
1995-02-05 | Check for mktemp.3.72.5 | Roland McGrath | 1 | -1/+1 | |
1995-02-05 | (main) [! HAVE_MKTEMP]: Use tmpnam instead of mktemp. | Roland McGrath | 1 | -1/+6 | |
1995-02-05 | (make_cv_sysconf_open_max): New check for `sysconf (_SC_OPEN_MAX)'. | Roland McGrath | 1 | -0/+11 | |
1995-02-05 | Added #undef HAVE_SYSCONF_OPEN_MAX. | Roland McGrath | 1 | -0/+3 | |
1995-02-05 | [HAVE_SYSCONF_OPEN_MAX] (getdtablesize): Define as macro using sysconf. | Roland McGrath | 1 | -0/+4 | |
1995-01-27 | (update_file_1): When !MUST_MAKE, don't set FILE->update_status to zero | Roland McGrath | 1 | -7/+9 | |
before calling notice_finished_file. (notice_finished_file): Touch only when FILE->update_status is zero. (remake_file): Set FILE->update_status to zero after not calling execute_file_command and deciding to touch instead. | |||||
1995-01-26 | (debug_signal_handler): New function; toggles debug_flag. | Roland McGrath | 1 | -0/+14 | |
(main): Handle SIGUSR1 with that. | |||||
1995-01-16 | (realclean): Remove Info files. | Roland McGrath | 1 | -0/+1 | |
1995-01-15 | (variable_expand): Fix braino in last change.3.72.4 | Roland McGrath | 1 | -1/+1 | |
1995-01-15 | Fix nits in last change. | Roland McGrath | 1 | -6/+5 | |
1995-01-15 | (start_job_command): Save and restore environ around vfork call. | Roland McGrath | 1 | -58/+48 | |
(search_path): Function #if 0'd out. (exec_command): Use execvp instead of search_path. | |||||
1995-01-15 | (variable_expand): Rewrote computed variable name and substitution | Roland McGrath | 1 | -110/+92 | |
reference handling to be simpler. First expand the entire text between the parens if it contains any $s, then examine the result of that for subtitution references and do no further expansion while parsing them. | |||||
1995-01-15 | (construct_command_argv_internal): Handle " quoting too, when no | Roland McGrath | 1 | -14/+21 | |
backslash, $ or ` characters appear inside the quotes. | |||||
1995-01-15 | (union wait check): If WEXITSTATUS and WTERMSIG are defined, just use int. | Roland McGrath | 1 | -0/+4 | |
1995-01-13 | (Foreach Function): Correccion de gramatica espanola. | Roland McGrath | 1 | -2/+2 | |
1995-01-11 | (default_variables) [__hpux]: Remove special definition of ARFLAGS. | Roland McGrath | 1 | -7/+1 | |
Existence of the `f' flag is not consistent across HPUX versions; and one might be using GNU ar anyway. | |||||
1995-01-10 | (clean): Don't remove Info files. | Roland McGrath | 1 | -1/+1 | |
1995-01-10 | ($(bindir)/make): Fix typo in echo. | Roland McGrath | 1 | -1/+1 | |
1995-01-10 | Fix typo in comment. | Roland McGrath | 1 | -1/+1 | |
1995-01-10 | (check): Remove gratuitous target declaration. | Roland McGrath | 1 | -1/+0 | |
1995-01-07 | (ETAGS, CTAGS): Don't use -t. | Roland McGrath | 1 | -3/+3 | |
1995-01-07 | Include config.h first. | Roland McGrath | 1 | -5/+6 | |
1995-01-07 | (ar_name_equal) [cray]: Subtract 1 like [__hpux]. | Roland McGrath | 1 | -2/+2 | |
1995-01-07 | (decode_switches): For --help, print usage to stdout. | Roland McGrath | 1 | -5/+8 | |
1995-01-04 | install, uninstall, installdirs should not alter the build dir. | Richard M. Stallman | 1 | -0/+11 | |