platform/upstream/make.git
28 years agoMention amiga port amigados-merge
Roland McGrath [Thu, 9 May 1996 18:40:55 +0000 (18:40 +0000)]
Mention amiga port

28 years agoUpdated from libc
Roland McGrath [Thu, 9 May 1996 18:29:30 +0000 (18:29 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Thu, 9 May 1996 18:28:25 +0000 (18:28 +0000)]
.

28 years agoThu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Thu, 9 May 1996 18:28:15 +0000 (18:28 +0000)]
Thu May  9 13:54:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* function.c (expand_function) [_AMIGA]: Fix some typos.
(patsubst_expand): Make len vars unsigned.

28 years agoThu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Thu, 9 May 1996 18:28:09 +0000 (18:28 +0000)]
Thu May  9 13:54:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* read.c (parse_file_seq): Use `int' for char arg to avoid widening
conflict issues.
* dep.h: Fix prototype.

28 years agoThu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Thu, 9 May 1996 18:28:03 +0000 (18:28 +0000)]
Thu May  9 13:54:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* main.c (main): Use unsigned for fread return.

28 years agoUpdated from libc
Roland McGrath [Thu, 9 May 1996 18:16:24 +0000 (18:16 +0000)]
Updated from libc

28 years ago(libc-srcdir): Use ../libc.
Roland McGrath [Thu, 9 May 1996 18:10:49 +0000 (18:10 +0000)]
(libc-srcdir): Use ../libc.

28 years agoUpdated from libc
Roland McGrath [Thu, 9 May 1996 18:06:45 +0000 (18:06 +0000)]
Updated from libc

28 years agoThu May 9 13:54:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Thu, 9 May 1996 18:02:06 +0000 (18:02 +0000)]
Thu May  9 13:54:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* GNUmakefile (globfiles): Add AmigaDOS support files.
(distfiles): Add $(amigafiles).
(amigafiles): New variable.

Thu Nov  7 10:18:16 1995  Aaron Digulla   <digulla@fh-konstanz.de>

* Added Amiga support in commands.c, dir.c, function.c,
job.c, main.c, make.h, read.c, remake.c
* commands.c: Amiga has neither SIGHUP nor SIGQUIT
* dir.c: Amiga has filenames with Upper- and Lowercase,
but "FileName" is the same as "filename". Added strieq()
which is use to compare filenames. This is like streq()
on all other systems. Also there is no such thing as
"." under AmigaDOS.
* function.c: On Amiga, the environment is not passed as envp,
there are no pipes and Amiga can't fork. Use my own function
to create a new child.
* job.c: default_shell is "" (The system automatically chooses
a shell for me). Have to use the same workaround as MSDOS for
running batch commands. Added HAVE_SYS_PARAM_H. NOFILE isn't
known on Amiga. Cloned code to run children from MSDOS. Own
version of sh_chars[] and sh_cmds[]. No dup2() or dup() on Amiga.
* main.c: Force stack to 20000 bytes. Read environment from ENV:
device. On Amiga, exec_command() does return, so I exit()
afterwards.
* make.h: Added strieq() to compare filenames.
* read.c: Amiga needs special extension to have passwd. Only
one include-dir. "Makefile" and "makefile" are the same.
Added "SMakefile".  Added special code to handle device names (xxx:)
and "./" in rules.
* remake.c: Only one lib-dir. Amiga link-libs are named "%s.lib"
instead of "lib%s.a".
* main.c, rule.c, variable.c: Avoid floats at all costs.
* vpath.c: Get rid of as many alloca()s as possible.

28 years agoThu May 9 13:20:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath [Thu, 9 May 1996 17:28:47 +0000 (17:28 +0000)]
Thu May  9 13:20:43 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* read.c (read_makefile): Grok `sinclude' as alias for `-include'.

28 years agoDocument "sinclude".
Roland McGrath [Thu, 9 May 1996 17:25:54 +0000 (17:25 +0000)]
Document "sinclude".

28 years agoNote "sinclude".
Roland McGrath [Thu, 9 May 1996 17:24:04 +0000 (17:24 +0000)]
Note "sinclude".

28 years agoUpdate date to 20 March 96
Roland McGrath [Thu, 9 May 1996 17:07:56 +0000 (17:07 +0000)]
Update date to 20 March 96

28 years agoAvoid symlinks if possible.
Richard M. Stallman [Mon, 6 May 1996 03:45:23 +0000 (03:45 +0000)]
Avoid symlinks if possible.

28 years ago.
Roland McGrath [Wed, 20 Mar 1996 15:01:50 +0000 (15:01 +0000)]
.

28 years ago[HAVE_STRING_H]: Include string.h.
Roland McGrath [Wed, 20 Mar 1996 14:59:27 +0000 (14:59 +0000)]
[HAVE_STRING_H]: Include string.h.

28 years agomoved to filedef.h
Roland McGrath [Wed, 20 Mar 1996 14:58:34 +0000 (14:58 +0000)]
moved to filedef.h

28 years agoWed Mar 20 09:52:27 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Wed, 20 Mar 1996 14:58:18 +0000 (14:58 +0000)]
Wed Mar 20 09:52:27 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* GNUmakefile (vmsfiles): New variable.
(distfiles): Include $(vmsfiles).

28 years agoTue Mar 19 20:21:34 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Wed, 20 Mar 1996 14:57:41 +0000 (14:57 +0000)]
Tue Mar 19 20:21:34 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

Merged VMS port from Klaus Kaempf <kkaempf@didymus.rmi.de>.
* make.h (PARAMS): New macro.
* config.h-vms: New file.
* makefile.com: New file.
* makefile.vms: New file.
* readme.vms: New file.
* vmsdir.h: New file.
* vmsfunctions.c: New file.
* vmsify.c: New file.
* file.h: Renamed to filedef.h to avoid conflict with VMS system hdr.
* ar.c: Added prototypes and changes for VMS.
* commands.c: Likewise.
* commands.h: Likewise.
* default.c: Likewise.
* dep.h: Likewise.
* dir.c: Likewise.
* expand.c: Likewise.
* file.c: Likewise.
* function.c: Likewise.
* implicit.c: Likewise.
* job.c: Likewise.
* job.h: Likewise.
* main.c: Likewise.
* make.h: Likewise.
* misc.c: Likewise.
* read.c: Likewise.
* remake.c: Likewise.
* remote-stub.c: Likewise.
* rule.c: Likewise.
* rule.h: Likewise.
* variable.c: Likewise.
* variable.h: Likewise.
* vpath.c: Likewise.
* compatMakefile (srcs): Rename file.h to filedef.h.

28 years agoRegenerated
Roland McGrath [Wed, 20 Mar 1996 14:55:13 +0000 (14:55 +0000)]
Regenerated

28 years agoUpdated from libc
Roland McGrath [Wed, 20 Mar 1996 03:12:54 +0000 (03:12 +0000)]
Updated from libc

28 years ago(NULL): Define only if not already defined.
Roland McGrath [Wed, 20 Mar 1996 01:08:11 +0000 (01:08 +0000)]
(NULL): Define only if not already defined.

28 years ago[HAVE_STRING_H]: Include string.h.
Roland McGrath [Wed, 20 Mar 1996 01:07:36 +0000 (01:07 +0000)]
[HAVE_STRING_H]: Include string.h.
[HAVE_STDLIB_H]: Include stdlib.h.

28 years agoRMS documented his .SECONDARY feature.
Roland McGrath [Wed, 20 Mar 1996 00:58:43 +0000 (00:58 +0000)]
RMS documented his .SECONDARY feature.

28 years ago.
Roland McGrath [Wed, 20 Mar 1996 00:57:43 +0000 (00:57 +0000)]
.

28 years agoSun Jul 30 00:49:53 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Roland McGrath [Wed, 20 Mar 1996 00:56:52 +0000 (00:56 +0000)]
Sun Jul 30 00:49:53 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>

* file.h (struct file): New field `secondary'.
* file.c (snap_deps): Check for .INTERMEDIATE and .SECONDARY.
(remove_intermediates): Don't delete .SECONDARY files.

28 years agoSat Aug 19 23:11:00 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Roland McGrath [Wed, 20 Mar 1996 00:56:45 +0000 (00:56 +0000)]
Sat Aug 19 23:11:00 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>

* remake.c (check_dep): For a secondary file, try implicit and
default rules if appropriate.
Wed Aug  2 04:29:42 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>

* remake.c (check_dep): If an intermediate file exists,
do consider its actual date.

28 years agoAdd '96 to copyright years.
Roland McGrath [Mon, 4 Mar 1996 17:59:44 +0000 (17:59 +0000)]
Add '96 to copyright years.

28 years agoMinor tweaks to fix overfull & underfull hboxes in fmting make man.
Roland McGrath [Mon, 4 Mar 1996 17:57:41 +0000 (17:57 +0000)]
Minor tweaks to fix overfull & underfull hboxes in fmting make man.

28 years ago.
Roland McGrath [Sat, 2 Mar 1996 21:27:49 +0000 (21:27 +0000)]
.

28 years agoSat Mar 2 16:26:52 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Sat, 2 Mar 1996 21:27:40 +0000 (21:27 +0000)]
Sat Mar  2 16:26:52 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* compatMakefile (srcs): Add getopt.h; prepend $(srcdir)/ to getopt*.

28 years ago(Standard Targets): Use @smallexample.
Roland McGrath [Fri, 1 Mar 1996 21:47:33 +0000 (21:47 +0000)]
(Standard Targets): Use @smallexample.

28 years ago. 3.74.3
Roland McGrath [Fri, 1 Mar 1996 19:19:37 +0000 (19:19 +0000)]
.

28 years agoFri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Fri, 1 Mar 1996 19:14:35 +0000 (19:14 +0000)]
Fri Mar  1 12:04:47 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* remake.c (f_mtime): Move future modtime check before FILE is
clobbered by :: loop.

28 years ago.
Roland McGrath [Fri, 1 Mar 1996 17:45:50 +0000 (17:45 +0000)]
.

28 years agoFri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Fri, 1 Mar 1996 17:45:37 +0000 (17:45 +0000)]
Fri Mar  1 12:04:47 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* dir.c: Use canonical code from autoconf manual for dirent include.
[_D_NAMLEN]: Redefine NAMLEN using this.
(dir_contents_file_exists_p): Use NAMLEN macro.
(read_dirstream) [_DIRENT_HAVE_D_NAMLEN]: Only set d_namlen #if this.

28 years agoFri Mar 1 12:04:47 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Fri, 1 Mar 1996 17:45:34 +0000 (17:45 +0000)]
Fri Mar  1 12:04:47 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* compatMakefile (objs): Add missing backslash.

28 years agoUpdated from libc
Roland McGrath [Fri, 1 Mar 1996 17:43:47 +0000 (17:43 +0000)]
Updated from libc

28 years ago(libc-srcdir) New var.
Roland McGrath [Fri, 1 Mar 1996 17:19:01 +0000 (17:19 +0000)]
(libc-srcdir) New var.
(stamp-glob): Use $(libc-srcdir).

28 years agoautoheader
Roland McGrath [Fri, 1 Mar 1996 17:07:48 +0000 (17:07 +0000)]
autoheader

28 years agoRegenerated
Roland McGrath [Fri, 1 Mar 1996 17:07:36 +0000 (17:07 +0000)]
Regenerated

28 years agoRegenerated for 3.74.3
Roland McGrath [Fri, 1 Mar 1996 17:07:14 +0000 (17:07 +0000)]
Regenerated for 3.74.3

28 years agoUpdated from libc
Roland McGrath [Fri, 1 Mar 1996 17:07:10 +0000 (17:07 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Fri, 1 Mar 1996 17:05:11 +0000 (17:05 +0000)]
.

28 years agoFixed sed cmd in auto dep section.
Roland McGrath [Fri, 1 Mar 1996 17:02:26 +0000 (17:02 +0000)]
Fixed sed cmd in auto dep section.
Fixed bogus MAKEFLAGS override example.

28 years agoMention future modtime detection.
Roland McGrath [Fri, 1 Mar 1996 17:00:57 +0000 (17:00 +0000)]
Mention future modtime detection.

28 years agoSay it is ok to use true and false.
Richard M. Stallman [Thu, 29 Feb 1996 04:22:34 +0000 (04:22 +0000)]
Say it is ok to use true and false.

Make recommendations about install-info accurate.

28 years ago.
Roland McGrath [Thu, 29 Feb 1996 00:27:34 +0000 (00:27 +0000)]
.

28 years agoWed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Thu, 29 Feb 1996 00:27:25 +0000 (00:27 +0000)]
Wed Feb 28 03:56:20 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* remake.c (f_mtime): Check for future timestamps; give error and mark
file as "failed to update".

28 years agoWed Feb 28 03:56:20 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
Roland McGrath [Thu, 29 Feb 1996 00:27:22 +0000 (00:27 +0000)]
Wed Feb 28 03:56:20 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* default.c (default_terminal_rules): Remove + prefix from RCS cmds.
(default_variables): Put + prefix in $(CHECKOUT,v) value instead.

28 years ago.
Roland McGrath [Wed, 28 Feb 1996 07:40:34 +0000 (07:40 +0000)]
.

28 years agoReplace `strip' target with `install-strip'.
Richard M. Stallman [Tue, 27 Feb 1996 07:36:22 +0000 (07:36 +0000)]
Replace `strip' target with `install-strip'.

28 years agoDescribe `strip' target.
Richard M. Stallman [Sat, 10 Feb 1996 06:28:45 +0000 (06:28 +0000)]
Describe `strip' target.

28 years agoUpdate FSF address in comment.
Karl Heuer [Thu, 1 Feb 1996 18:44:05 +0000 (18:44 +0000)]
Update FSF address in comment.

28 years agoReordering of sections for better reading linearly and to go with
arnold [Fri, 19 Jan 1996 00:18:58 +0000 (00:18 +0000)]
Reordering of sections for better reading linearly and to go with
reorg'ed standards.texi. use Makefile with a capital 'M' everywhere.
Add description of Autoconf versions of standard directories.

28 years agoMinor change about parallel make.
Richard M. Stallman [Wed, 17 Jan 1996 22:29:34 +0000 (22:29 +0000)]
Minor change about parallel make.

28 years agoDon't declare unblock_sigs; job.h already does.
Roland McGrath [Fri, 12 Jan 1996 23:09:23 +0000 (23:09 +0000)]
Don't declare unblock_sigs; job.h already does.

28 years ago(alloca): If malloc fails, just abort.
Karl Heuer [Sun, 7 Jan 1996 07:00:56 +0000 (07:00 +0000)]
(alloca): If malloc fails, just abort.

28 years ago.
Roland McGrath [Sat, 6 Jan 1996 21:26:02 +0000 (21:26 +0000)]
.

28 years ago(HAVE_SYSCONF_OPEN_MAX): #undef removed.
Roland McGrath [Sat, 6 Jan 1996 21:25:28 +0000 (21:25 +0000)]
(HAVE_SYSCONF_OPEN_MAX): #undef removed.

28 years ago(NGROUPS_MAX): Don't try to define this macro.
Roland McGrath [Sat, 6 Jan 1996 21:24:34 +0000 (21:24 +0000)]
(NGROUPS_MAX): Don't try to define this macro.

28 years ago(getloadavg) [MSDOS]: Return 0 load instead of failing the call.
Richard M. Stallman [Thu, 28 Dec 1995 23:28:35 +0000 (23:28 +0000)]
(getloadavg) [MSDOS]: Return 0 load instead of failing the call.

28 years ago.
Roland McGrath [Fri, 22 Dec 1995 23:45:03 +0000 (23:45 +0000)]
.

28 years ago(GETOPT, GETOPT_SRC, GLOB): Variables removed.
Roland McGrath [Fri, 22 Dec 1995 23:44:31 +0000 (23:44 +0000)]
(GETOPT, GETOPT_SRC, GLOB): Variables removed.
(objs, srcs): Include their values here instead of references.

28 years agoautoconf
Roland McGrath [Thu, 14 Dec 1995 11:25:51 +0000 (11:25 +0000)]
autoconf

28 years ago. 3.74.2
Roland McGrath [Thu, 14 Dec 1995 11:25:36 +0000 (11:25 +0000)]
.

28 years agoRegenerated for 3.74.2
Roland McGrath [Thu, 14 Dec 1995 11:25:13 +0000 (11:25 +0000)]
Regenerated for 3.74.2

28 years ago.
Roland McGrath [Thu, 14 Dec 1995 11:23:23 +0000 (11:23 +0000)]
.

28 years ago(reap_children): Call unblock_sigs after start_job_command.
Roland McGrath [Thu, 14 Dec 1995 11:21:20 +0000 (11:21 +0000)]
(reap_children): Call unblock_sigs after start_job_command.

28 years agoUpdated from libc
Roland McGrath [Thu, 14 Dec 1995 11:14:36 +0000 (11:14 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Thu, 14 Dec 1995 11:00:34 +0000 (11:00 +0000)]
.

28 years ago(dir_setup_glob): Don't use lstat; glob never calls it anyway.
Roland McGrath [Thu, 14 Dec 1995 07:22:03 +0000 (07:22 +0000)]
(dir_setup_glob): Don't use lstat; glob never calls it anyway.
Avoid & before function names to silence bogus sunos4 compiler.

28 years agoRemove check for `sysconf (_SC_OPEN_MAX)'.
Roland McGrath [Thu, 14 Dec 1995 07:18:09 +0000 (07:18 +0000)]
Remove check for `sysconf (_SC_OPEN_MAX)'.

28 years ago. 3.74.1
Roland McGrath [Tue, 12 Dec 1995 05:49:35 +0000 (05:49 +0000)]
.

28 years ago(read_dirstream): Fix braino: fill in the buffer when not reallocating it!
Roland McGrath [Tue, 12 Dec 1995 05:48:31 +0000 (05:48 +0000)]
(read_dirstream): Fix braino: fill in the buffer when not reallocating it!

28 years ago(CPPFLAGS): Add -Iglob.
Roland McGrath [Tue, 12 Dec 1995 05:47:27 +0000 (05:47 +0000)]
(CPPFLAGS): Add -Iglob.

28 years agoFix typo.
Roland McGrath [Tue, 12 Dec 1995 04:55:06 +0000 (04:55 +0000)]
Fix typo.

28 years agoMention delayed -w msgs.
Roland McGrath [Tue, 12 Dec 1995 04:54:41 +0000 (04:54 +0000)]
Mention delayed -w msgs.

28 years agoautoheader
Roland McGrath [Tue, 12 Dec 1995 04:36:32 +0000 (04:36 +0000)]
autoheader

28 years agoRegenerated
Roland McGrath [Tue, 12 Dec 1995 04:35:35 +0000 (04:35 +0000)]
Regenerated

28 years agoautoconf
Roland McGrath [Tue, 12 Dec 1995 04:34:14 +0000 (04:34 +0000)]
autoconf

28 years agoRegenerated for 3.74.1
Roland McGrath [Tue, 12 Dec 1995 04:33:36 +0000 (04:33 +0000)]
Regenerated for 3.74.1

28 years agoUpdated from libc
Roland McGrath [Tue, 12 Dec 1995 04:33:02 +0000 (04:33 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Tue, 12 Dec 1995 04:32:10 +0000 (04:32 +0000)]
.

28 years ago(collapse_continuations): Fix skipping of trailing \s so it can never
Roland McGrath [Tue, 12 Dec 1995 04:24:17 +0000 (04:24 +0000)]
(collapse_continuations): Fix skipping of trailing \s so it can never
dereference before the beginning of the array.

28 years ago.
Roland McGrath [Tue, 12 Dec 1995 03:48:29 +0000 (03:48 +0000)]
.

28 years ago[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
Roland McGrath [Tue, 12 Dec 1995 03:37:15 +0000 (03:37 +0000)]
[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
(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.

28 years agoRemove all [M_XENIX] code.
Roland McGrath [Tue, 12 Dec 1995 03:33:25 +0000 (03:33 +0000)]
Remove all [M_XENIX] code.

28 years ago(main): Don't call init_dir.
Roland McGrath [Tue, 12 Dec 1995 03:32:46 +0000 (03:32 +0000)]
(main): Don't call init_dir.

28 years agoUse plain stat instead of safe_stat.
Roland McGrath [Tue, 12 Dec 1995 03:31:40 +0000 (03:31 +0000)]
Use plain stat instead of safe_stat.
(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.

28 years ago(safe_stat): Function removed.
Roland McGrath [Tue, 12 Dec 1995 03:27:28 +0000 (03:27 +0000)]
(safe_stat): Function removed.

28 years agoUse plain stat instead of safe_stat.
Roland McGrath [Tue, 12 Dec 1995 03:26:08 +0000 (03:26 +0000)]
Use plain stat instead of safe_stat.

28 years agoUpdated from libc
Roland McGrath [Tue, 12 Dec 1995 02:50:12 +0000 (02:50 +0000)]
Updated from libc

28 years agoUpdated from libc
Roland McGrath [Tue, 12 Dec 1995 02:42:43 +0000 (02:42 +0000)]
Updated from libc

28 years agoUpdated from libc
Roland McGrath [Thu, 7 Dec 1995 21:05:46 +0000 (21:05 +0000)]
Updated from libc

28 years agoUpdated from libc
Roland McGrath [Thu, 7 Dec 1995 20:32:37 +0000 (20:32 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Sun, 26 Nov 1995 01:43:28 +0000 (01:43 +0000)]
.

28 years ago[HAVE_UNION_WAIT]: Include sys/wait.h.
Roland McGrath [Sun, 26 Nov 1995 01:42:27 +0000 (01:42 +0000)]
[HAVE_UNION_WAIT]: Include sys/wait.h.
(start_job_command): Pass new arg to `message'; fix inverted test in that
call.

28 years ago.
Roland McGrath [Sun, 26 Nov 1995 01:40:35 +0000 (01:40 +0000)]
.