Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-02-01 | Update FSF address in comment. | Karl Heuer | 1 | -1/+2 | |
1996-01-19 | Reordering of sections for better reading linearly and to go with | arnold | 1 | -228/+267 | |
reorg'ed standards.texi. use Makefile with a capital 'M' everywhere. Add description of Autoconf versions of standard directories. | |||||
1996-01-17 | Minor change about parallel make. | Richard M. Stallman | 1 | -1/+4 | |
1996-01-12 | Don't declare unblock_sigs; job.h already does. | Roland McGrath | 1 | -2/+2 | |
1996-01-07 | (alloca): If malloc fails, just abort. | Karl Heuer | 1 | -0/+3 | |
1996-01-06 | . | Roland McGrath | 1 | -0/+6 | |
1996-01-06 | (HAVE_SYSCONF_OPEN_MAX): #undef removed. | Roland McGrath | 1 | -3/+0 | |
1996-01-06 | (NGROUPS_MAX): Don't try to define this macro. | Roland McGrath | 1 | -14/+0 | |
1995-12-28 | (getloadavg) [MSDOS]: Return 0 load instead of failing the call. | Richard M. Stallman | 1 | -0/+10 | |
1995-12-22 | . | Roland McGrath | 1 | -0/+5 | |
1995-12-22 | (GETOPT, GETOPT_SRC, GLOB): Variables removed. | Roland McGrath | 1 | -17/+5 | |
(objs, srcs): Include their values here instead of references. | |||||
1995-12-14 | autoconf | Roland McGrath | 1 | -135/+80 | |
1995-12-14 | .3.74.2 | Roland McGrath | 1 | -11/+0 | |
1995-12-14 | Regenerated for 3.74.2 | Roland McGrath | 1 | -1/+1 | |
1995-12-14 | . | Roland McGrath | 3 | -116/+143 | |
1995-12-14 | (reap_children): Call unblock_sigs after start_job_command. | Roland McGrath | 1 | -1/+11 | |
1995-12-14 | Updated from libc | Roland McGrath | 2 | -4/+9 | |
1995-12-14 | . | Roland McGrath | 1 | -0/+18 | |
1995-12-14 | (dir_setup_glob): Don't use lstat; glob never calls it anyway. | Roland McGrath | 1 | -10/+9 | |
Avoid & before function names to silence bogus sunos4 compiler. | |||||
1995-12-14 | Remove check for `sysconf (_SC_OPEN_MAX)'. | Roland McGrath | 1 | -11/+0 | |
1995-12-12 | .3.74.1 | Roland McGrath | 1 | -1/+6 | |
1995-12-12 | (read_dirstream): Fix braino: fill in the buffer when not reallocating it! | Roland McGrath | 1 | -6/+6 | |
1995-12-12 | (CPPFLAGS): Add -Iglob. | Roland McGrath | 1 | -5/+5 | |
1995-12-12 | Fix typo. | Roland McGrath | 1 | -1/+1 | |
1995-12-12 | Mention delayed -w msgs. | Roland McGrath | 1 | -2/+7 | |
1995-12-12 | autoheader | Roland McGrath | 1 | -3/+0 | |
1995-12-12 | Regenerated | Roland McGrath | 1 | -2/+2 | |
1995-12-12 | autoconf | Roland McGrath | 1 | -136/+81 | |
1995-12-12 | Regenerated for 3.74.1 | Roland McGrath | 1 | -1/+5 | |
1995-12-12 | Updated from libc | Roland McGrath | 1 | -0/+5 | |
1995-12-12 | . | Roland McGrath | 3 | -135/+358 | |
1995-12-12 | (collapse_continuations): Fix skipping of trailing \s so it can never | Roland McGrath | 1 | -3/+2 | |
dereference before the beginning of the array. | |||||
1995-12-12 | . | Roland McGrath | 1 | -0/+25 | |
1995-12-12 | [HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1. | Roland McGrath | 1 | -15/+50 | |
(D_NAMLEN): Macro removed. (FAKE_DIR_ENTRY): New macro. (dir_contents_file_exists_p): Test HAVE_D_NAMLEN instead of using D_NAMLEN. (read_dirstream): Return a struct dirent * for new glob interface. (init_dir): Function removed. (dir_setup_glob): New function. | |||||
1995-12-12 | Remove all [M_XENIX] code. | Roland McGrath | 1 | -19/+3 | |
1995-12-12 | (main): Don't call init_dir. | Roland McGrath | 1 | -4/+0 | |
1995-12-12 | Use plain stat instead of safe_stat. | Roland McGrath | 1 | -30/+23 | |
(find_semicolon): Function removed. (read_makefile): Don't use find_semicolon or remove_comments for rule lines. Use find_char_unquote directly and handle quoted comments properly. (multi_glob): Call dir_setup_glob on our glob_t and use GLOB_ALTDIRFUNC flag. | |||||
1995-12-12 | (safe_stat): Function removed. | Roland McGrath | 1 | -20/+0 | |
1995-12-12 | Use plain stat instead of safe_stat. | Roland McGrath | 3 | -5/+5 | |
1995-12-12 | Updated from libc | Roland McGrath | 1 | -1/+4 | |
1995-12-12 | Updated from libc | Roland McGrath | 2 | -20/+30 | |
1995-12-07 | Updated from libc | Roland McGrath | 1 | -1/+3 | |
1995-12-07 | Updated from libc | Roland McGrath | 2 | -36/+129 | |
1995-11-26 | . | Roland McGrath | 1 | -0/+4 | |
1995-11-26 | [HAVE_UNION_WAIT]: Include sys/wait.h. | Roland McGrath | 1 | -3/+3 | |
(start_job_command): Pass new arg to `message'; fix inverted test in that call. | |||||
1995-11-26 | . | Roland McGrath | 1 | -5/+20 | |
1995-11-26 | (log_working_directory): Declare it. | Roland McGrath | 1 | -0/+1 | |
1995-11-26 | Pass new arg in `message' calls. | Roland McGrath | 1 | -9/+5 | |
1995-11-26 | (log_working_directory): Made global. | Roland McGrath | 1 | -24/+18 | |
Print entering msg only once. | |||||
1995-11-26 | (message): Take new arg PREFIX. Print "make: " only if nonzero. | Roland McGrath | 1 | -7/+25 | |