Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1995-11-22 | (touch_file): Removing newline from message string. | Roland McGrath | 1 | -1/+1 | |
1995-11-22 | (start_job_command): Pass null instead of "" to message; don't add newline. | Roland McGrath | 1 | -4/+4 | |
1995-11-22 | (start_job_command): Use `message' to print the command, and call it with | Roland McGrath | 1 | -12/+14 | |
an empty string if the command is silent. | |||||
1995-11-21 | (touch_file): Use message instead of printf. | Roland McGrath | 1 | -5/+2 | |
1995-11-17 | . | Roland McGrath | 1 | -0/+5 | |
1995-10-10 | . | Roland McGrath | 1 | -2/+2 | |
1995-10-10 | (How Make Works): Clearify that default goal is only first target. | Roland McGrath | 1 | -5/+12 | |
1995-10-10 | . | Roland McGrath | 1 | -1/+1 | |
1995-10-10 | . | Roland McGrath | 1 | -0/+4 | |
1995-10-10 | (enter_command_line_file): Barf if NAME is "". | Roland McGrath | 1 | -0/+3 | |
1995-10-04 | Add note wrt broken system makes--use build.sh. | Roland McGrath | 1 | -0/+4 | |
1995-09-11 | . | Roland McGrath | 1 | -0/+10 | |
1995-09-11 | Updated from libc | Roland McGrath | 1 | -5/+14 | |
1995-09-09 | . | Roland McGrath | 1 | -0/+27 | |
1995-09-09 | (delete_target): Ignore unlink failure if it is ENOENT. | Roland McGrath | 1 | -2/+3 | |
1995-08-22 | Updated ISBN and foundation address | hag | 1 | -3/+3 | |
1995-08-22 | Updated address of foundation | hag | 1 | -1/+1 | |
1995-08-17 | Don't check for getdtablesize. | Roland McGrath | 1 | -1/+1 | |
1995-08-17 | (getdtablesize): Remove decls and macros. | Roland McGrath | 1 | -17/+0 | |
1995-08-15 | (Standard Targets): rewrote some paragraphs to avoid overfull hboxes. | Roland McGrath | 1 | -12/+12 | |
1995-08-15 | Don't suggest sending questions to bug-gnu-utils. | Roland McGrath | 1 | -14/+6 | |
Use @smallexample instead of @example to avoid overfull hbox. | |||||
1995-08-10 | (define_makeflags): Omit command line variable definitions from MFLAGS | Roland McGrath | 1 | -3/+18 | |
value. | |||||
1995-08-10 | Updated from libc | Roland McGrath | 2 | -1/+6 | |
1995-08-10 | (ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, but | Roland McGrath | 1 | -1/+8 | |
empty, archive. | |||||
1995-08-07 | [ps2]: Use nlist instead of knlist #ifdef _AIX. | Roland McGrath | 1 | -1/+1 | |
1995-08-07 | (file_impossible_p): Correctly reset FILENAME to name within directory | Roland McGrath | 1 | -2/+2 | |
before hash search. | |||||
1995-08-07 | (child_error): Do nothing if IGNORED under -s. | Roland McGrath | 1 | -0/+3 | |
1995-08-07 | (exec_command): Correctly use ARGV[0] for script name when running shell | Roland McGrath | 1 | -1/+1 | |
directly. | |||||
1995-08-01 | (CFLAGS): Add some warnings. | Roland McGrath | 1 | -1/+2 | |
1995-08-01 | . | Roland McGrath | 1 | -0/+13 | |
1995-08-01 | (child_execute_job): Close STDIN_FD and STDOUT_FD after dup'ing from them. | Roland McGrath | 1 | -8/+4 | |
Don't try to close all excess descriptors; getdtablesize might return a huge value. Any open descriptors in the parent should have FD_CLOEXEC set. | |||||
1995-08-01 | (start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor. | Roland McGrath | 1 | -0/+16 | |
1995-08-01 | (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor. | Roland McGrath | 1 | -1/+11 | |
1995-06-27 | Define mandir the way everyone actually uses it. | David J. MacKenzie | 1 | -10/+8 | |
1995-06-23 | . | David J. MacKenzie | 2 | -0/+515 | |
1995-06-20 | [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion. | Roland McGrath | 1 | -0/+8 | |
1995-06-20 | (read_all_makefiles): Properly append default makefiles to the end of the | Roland McGrath | 1 | -0/+3 | |
`read_makefiles' chain. | |||||
1995-05-19 | Regenerated for 3.743.74 | Roland McGrath | 1 | -1/+1 | |
1995-05-19 | . | Roland McGrath | 2 | -1/+5 | |
1995-05-10 | Regenerated3.73.3 | Roland McGrath | 1 | -0/+1 | |
1995-05-10 | Regenerated for 3.73.3 | Roland McGrath | 1 | -1/+1 | |
1995-05-10 | Updated from libc | Roland McGrath | 2 | -0/+6 | |
1995-05-10 | . | Roland McGrath | 2 | -1/+5 | |
1995-05-10 | AIX support from Tim Bell <tbel@afsmail.cern.ch>: | Roland McGrath | 1 | -14/+32 | |
[_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX. (getloadavg) [_AIX]: Use `knlist' instead of `nlist'. | |||||
1995-05-09 | . | Roland McGrath | 1 | -4979/+11 | |
1995-05-09 | ($(infodir)/make.info): Make sure $$dir is set in install-info cmd. | Roland McGrath | 1 | -0/+1 | |