Age | Commit message (Expand) | Author | Files | Lines |
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 |
1995-01-26 | (debug_signal_handler): New function; toggles debug_flag. | Roland McGrath | 1 | -0/+14 |
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 |
1995-01-15 | (variable_expand): Rewrote computed variable name and substitution | Roland McGrath | 1 | -110/+92 |
1995-01-15 | (construct_command_argv_internal): Handle " quoting too, when no | Roland McGrath | 1 | -14/+21 |
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 |
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 |
1994-12-05 | (update_file_1): Do set_command_state (FILE, cs_not_started) only if old3.72.3 | Roland McGrath | 1 | -1/+10 |
1994-11-29 | (start_waiting_job): Use set_command_state. | Roland McGrath | 1 | -1/+1 |
1994-11-28 | (CPPFLAGS): New variable. | Roland McGrath | 1 | -5/+7 |
1994-11-28 | (build.sh.in): Make it executable. | Roland McGrath | 1 | -0/+1 |
1994-11-28 | (globfiles): Add configure.in, configure. | Roland McGrath | 1 | -1/+1 |
1994-11-28 | (make-$(version).tar): Rename install.sh to install-sh.3.72.2 | Roland McGrath | 1 | -1/+1 |
1994-11-28 | (prefix, exec_prefix): Set. | Roland McGrath | 1 | -4/+4 |
1994-11-28 | Abbreviate copyright years. | Roland McGrath | 1 | -1/+1 |
1994-11-28 | (AC_OUTPUT): Don't write glob/Makefile. | Roland McGrath | 1 | -1/+1 |
1994-11-28 | (AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED. | Roland McGrath | 1 | -1/+1 |
1994-11-28 | Don't check for ranlib. | Roland McGrath | 1 | -1/+0 |
1994-11-23 | (notice_finished_file): Only mark also_make's as updated if really ran | Roland McGrath | 1 | -1/+1 |
1994-11-15 | Put dnls before random whitespace. | Roland McGrath | 1 | -2/+2 |
1994-11-13 | (CPPFLAGS): New variable, set from @CPPFLAGS@. | Roland McGrath | 1 | -10/+6 |
1994-11-11 | Explain reason for new filesystem layout. | David J. MacKenzie | 1 | -2/+5 |
1994-11-08 | Add #undef HAVE_UNION_WAIT. | Roland McGrath | 1 | -0/+3 |
1994-11-08 | Converted to Autoconf v2. | Roland McGrath | 1 | -37/+52 |
1994-11-08 | Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H instead of DIRENT, SYSDIR, | Roland McGrath | 1 | -9/+9 |
1994-11-07 | (prefix, exec_prefix): Set these from @...@. | Roland McGrath | 1 | -5/+7 |
1994-11-07 | Initial revision | Roland McGrath | 1 | -0/+67 |
1994-11-07 | (define_makeflags): When no flags, set WORDS to zero. | Roland McGrath | 1 | -1/+4 |
1994-11-06 | (define_makeflags): Terminate properly when FLAGSTRING is empty. | Roland McGrath | 1 | -0/+2 |
1994-11-04 | (rcs-mark-{alpha,beta}): Let make do the globbing instead of sh. | Roland McGrath | 1 | -2/+2 |
1994-11-04 | Remove `DRAFT' from edition.3.72 | Roland McGrath | 1 | -1/+1 |
1994-11-01 | (Variables/Recursion): Fix typo.3.71.5 | Roland McGrath | 1 | -1/+1 |