summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-12-12.Roland McGrath3-135/+358
1995-12-12(collapse_continuations): Fix skipping of trailing \s so it can neverRoland McGrath1-3/+2
dereference before the beginning of the array.
1995-12-12.Roland McGrath1-0/+25
1995-12-12[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.Roland McGrath1-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-12Remove all [M_XENIX] code.Roland McGrath1-19/+3
1995-12-12(main): Don't call init_dir.Roland McGrath1-4/+0
1995-12-12Use plain stat instead of safe_stat.Roland McGrath1-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 McGrath1-20/+0
1995-12-12Use plain stat instead of safe_stat.Roland McGrath3-5/+5
1995-12-12Updated from libcRoland McGrath1-1/+4
1995-12-12Updated from libcRoland McGrath2-20/+30
1995-12-07Updated from libcRoland McGrath1-1/+3
1995-12-07Updated from libcRoland McGrath2-36/+129
1995-11-26.Roland McGrath1-0/+4
1995-11-26[HAVE_UNION_WAIT]: Include sys/wait.h.Roland McGrath1-3/+3
(start_job_command): Pass new arg to `message'; fix inverted test in that call.
1995-11-26.Roland McGrath1-5/+20
1995-11-26(log_working_directory): Declare it.Roland McGrath1-0/+1
1995-11-26Pass new arg in `message' calls.Roland McGrath1-9/+5
1995-11-26(log_working_directory): Made global.Roland McGrath1-24/+18
Print entering msg only once.
1995-11-26(message): Take new arg PREFIX. Print "make: " only if nonzero.Roland McGrath1-7/+25
1995-11-22(touch_file): Removing newline from message string.Roland McGrath1-1/+1
1995-11-22(start_job_command): Pass null instead of "" to message; don't add newline.Roland McGrath1-4/+4
1995-11-22(start_job_command): Use `message' to print the command, and call it withRoland McGrath1-12/+14
an empty string if the command is silent.
1995-11-21(touch_file): Use message instead of printf.Roland McGrath1-5/+2
1995-11-17.Roland McGrath1-0/+5
1995-10-10.Roland McGrath1-2/+2
1995-10-10(How Make Works): Clearify that default goal is only first target.Roland McGrath1-5/+12
1995-10-10.Roland McGrath1-1/+1
1995-10-10.Roland McGrath1-0/+4
1995-10-10(enter_command_line_file): Barf if NAME is "".Roland McGrath1-0/+3
1995-10-04Add note wrt broken system makes--use build.sh.Roland McGrath1-0/+4
1995-09-11.Roland McGrath1-0/+10
1995-09-11Updated from libcRoland McGrath1-5/+14
1995-09-09.Roland McGrath1-0/+27
1995-09-09(delete_target): Ignore unlink failure if it is ENOENT.Roland McGrath1-2/+3
1995-08-22Updated ISBN and foundation addresshag1-3/+3
1995-08-22Updated address of foundationhag1-1/+1
1995-08-17Don't check for getdtablesize.Roland McGrath1-1/+1
1995-08-17(getdtablesize): Remove decls and macros.Roland McGrath1-17/+0
1995-08-15(Standard Targets): rewrote some paragraphs to avoid overfull hboxes.Roland McGrath1-12/+12
1995-08-15Don't suggest sending questions to bug-gnu-utils.Roland McGrath1-14/+6
Use @smallexample instead of @example to avoid overfull hbox.
1995-08-10(define_makeflags): Omit command line variable definitions from MFLAGSRoland McGrath1-3/+18
value.
1995-08-10Updated from libcRoland McGrath2-1/+6
1995-08-10(ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, butRoland McGrath1-1/+8
empty, archive.
1995-08-07[ps2]: Use nlist instead of knlist #ifdef _AIX.Roland McGrath1-1/+1
1995-08-07(file_impossible_p): Correctly reset FILENAME to name within directoryRoland McGrath1-2/+2
before hash search.
1995-08-07(child_error): Do nothing if IGNORED under -s.Roland McGrath1-0/+3
1995-08-07(exec_command): Correctly use ARGV[0] for script name when running shellRoland McGrath1-1/+1
directly.
1995-08-01(CFLAGS): Add some warnings.Roland McGrath1-1/+2
1995-08-01.Roland McGrath1-0/+13