* posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
[platform/upstream/glibc.git] / ChangeLog
1 Wed Feb 22 00:44:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2
3         * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
4
5         * libc-symbols.h (weak_symbol): New macro.
6
7         * hurd/hurdsig.c (_hurd_internal_post_signal): Ignore preempter
8         elts with null handlers.
9
10         * sysdeps/mach/hurd/i386/sigreturn.c: Restore the FPU state.
11
12 Tue Feb 21 21:53:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
13
14         * stdlib/random.c (__srandom): Change algorithm used to populate
15         the state array.
16         (randtbl): Recomputed with new algorithm.
17
18         * sysdeps/sparc/Makefile [subdir=crypt] (crypt): Reset only if set
19         to original value of `crypt'.
20         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile [subdir=crypt]
21         (crypt): New variable, set to crypt.solar.
22
23 Tue Feb 21 11:50:37 1995  Brendan Kehoe  (brendan@zen.org)
24
25         * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
26
27         * config.h.in: Put comment around ^L to pacify Solaris as here too.
28
29 Tue Feb 21 00:10:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
30
31         * string/Makefile (distribute): Add pagecopy.h.
32         * sysdeps/mach/pagecopy.h: New file.
33         * sysdeps/generic/pagecopy.h: New file.
34         * sysdeps/generic/memcpy.c: Include pagecopy.h; call
35         PAGE_COPY_FWD_MAYBE first when word aligned.
36         * sysdeps/generic/memmove.c: Likewise.
37
38         * misc/bsd-compat.c (longjmp, setjmp): Functions removed.
39         (getpgrp): Call __getpgid instead of __getpgrp.
40
41         * Makefile (subdirs): Add elf first.
42         * elf/Makefile: New file.
43         * elf/elf.h: New file.
44
45         * sysdeps/unix/start.c (errno): Only define if it's not #define'd
46         as a macro.
47         [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol
48         indirection.
49
50         * csu/Makefile (crtstuff): New variable consolidates crti, crtn;
51         add crti_s, crtn_s.
52         (install-lib, extra-objs, generated-, omit-deps): Use that.
53         (initfini): New canned sequence, broken out of crt[in].s rule.
54         (crt[in].s rule): Use it.
55         (crt[in]_s.s): New rule.
56         * csu/initfini.c (GLOBAL): New macro; define it to empty if undefined.
57         (_init, _fini): Use GLOBAL as storage class.
58         Add self reference to avoid GCC optimizing out the functions.
59
60         * Makefile (headers): Remove $(stddef.h).
61         * Makeconfig (stddef.h): Variable removed; now require gcc version
62         >= 2.2.
63         * stddef.h: File removed.
64
65 Mon Feb 20 19:42:31 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
66
67         * sysdeps/unix/bsd/ultrix4/mips/start.S: Remove `__environ'
68         definition.
69         * sysdeps/unix/bsd/osf1/alpha/start.S: Likewise.
70
71         * stdlib/strtod.c: Allow the string to start with a decimal point
72         without a leading zero.
73
74 Mon Feb 20 04:04:57 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
75
76         * Makefile (subdirs): Put csu first.
77
78         * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
79
80         * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
81         to crt[in].o.
82         (csu-objpfx): New variable.
83         (+link): Use it to find start.o and $(+preinit), $(+postinit).
84
85         * Rules (subdir_lib, all): Depend on objs.
86
87         * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS.
88
89         * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in
90         access to float.h macros.
91
92         * misc/efgcvt.c: New file.
93         * misc/Makefile (routines): Add efgcvt.
94
95 Sun Feb 19 20:10:43 1995  Brendan Kehoe  <brendan@zen.org>
96
97         * sysdeps/sparc/mul.S: Renamed to `dotmul.S'.
98         * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S',
99         to avoid a misreference that would override sysdeps/generic/mul.c.
100         * sysdeps/sparc/Dist: Likewise.
101
102 Sun Feb 19 17:46:13 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
103
104         * posix/Makefile (aux): Add environ.
105         * posix/environ.c: New file.
106         * sysdeps/unix/sparc/start.c: Remove __environ definition.
107         * sysdeps/unix/start.c: Likewise.
108         * sysdeps/unix/sysv/irix4/start.c: Likewise.
109         * sysdeps/mach/hurd/start.c: Likewise.
110         * sysdeps/mach/start.c: Likewise.
111         * sysdeps/stub/start.c: Likewise.
112
113         * sysdeps/unix/make_errlist.c: In produced program, test
114         HAVE_WEAK_SYMBOLS instead of HAVE_GNU_LD.
115         * sysdeps/unix/sysv/sysv4/dup2.c: Fix #include of renamed file.
116         Remove extra weak alias.
117
118         * sysdeps/unix/sysv/sysv4/sigaltstack.S: Fix unsquashed file name
119         in #include.
120
121         * libc-symbols.h: Put comment around ^L to pacify Solaris as.
122
123         * sysdeps/posix/Makefile (cded-objdir-includes): New variable
124         replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of
125         $(CPPFLAGS).
126         (mk-stdiolim): Use it instead.
127
128 Fri Feb 17 12:16:27 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
129
130         * mach/mach_init.c (__vm_page_size): Make it initialized.  It does
131         not work to make a weak alias to a bss symbol.
132
133         * stdio/Makefile (distribute): Remove mpn-copy.mk; add gen-mpn-copy.
134         (tests): Add test-fwrite.
135         * stdio/test-fwrite.c: New file.
136
137         * stdlib/stdlib.h [__USE_GNU]: Declare strtof, strtold, __strtof,
138         __strtold.
139
140         * Makefile (autoconf-it): New canned sequence.  Do cvs commit if
141         there is a CVS directory.
142         (configure, %/configure): Use $(autoconf-it) for cmds.
143         * Make-dist: Likewise.
144         * sysdeps/mach/hurd/Makefile (errlist.c, errnos.h): Do cvs commit
145         if there is a CVS directory.
146         * sysdeps/sparc/Makefile (divrem output): Likewise.
147         * sysdeps/alpha/Makefile (divrem output): Likewise.
148         * Makerules ($(gpl2lgpl)): Likewise.
149
150         * Makerules (rule to install lib%.a from $(install-lib)): Fix
151         patsubst to elide ranlib for $(non-lib.a).
152
153         * stdio/tst-printf.c: Enable FP tests.  Add some new tests from rfg.
154
155 Thu Feb 16 04:06:06 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
156
157         * sysdeps/mach/hurd/mig-reply.c: Add weak aliases to non-__ names.
158         * mach/mig-dealloc.c: Add weak alias mig_deallocate.
159
160 Wed Feb 15 13:34:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
161
162         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Take new arg
163         DEALLOC_REFPORT; deallocate the refport after use only if it
164         evaluates to nonzero.
165         * sysdeps/mach/hurd/kill.c: Pass DEALLOC_REFPORT arg of one.
166         * hurd/hurdkill.c: Pass DEALLOC_REFPORT arg of zero.
167
168         * hurd/hurdsig.c (abort_rpcs): Take new arg int *STATE_CHANGE; set
169         *STATE_CHANGE to indicate whether or not we changed *STATE and it
170         should be committed to the thread.
171         (abort_all_rpcs): Take new arg LIVE; if nonzero and abort_rpcs changes
172         state for a thread, do thread_set_state on that thread.  Don't use
173         SS->intr_port for collecting reply ports, it is not safe to
174         clobber that when suspending; instead, alloca a temporary array.
175         (_hurd_internal_post_signal): Pass LIVE flag to abort_all_rpcs:
176         zero when dying, one when suspending.  Pass new arg to abort_rpcs.
177
178         * sysdeps/mach/hurd/stdio_init.c: Don't lock the file descriptor;
179         HURD_FD_PORT_USE will.  Don't use critical sections around
180         HURD_FD_PORT_USE invocations.
181
182         * sysdeps/mach/hurd/stdio_init.c: Don't make pipes/FIFOs unbuffered.
183         * sysdeps/posix/stdio_init.c: Likewise.
184
185 Tue Feb 14 03:01:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
186
187         * hurd/hurd/fd.h (_hurd_fd_get): Don't do critical section
188         locking; don't leave the descriptor locked on return.
189         (HURD_FD_PORT_USE): Don't expect _hurd_fd_get to return the fd locked.
190         Use a critical section around locking the descriptor.
191         Check for an empty descriptor and return EBADF.
192         * sysdeps/mach/hurd/dup2.c: Likewise.
193         * sysdeps/mach/hurd/fcntl.c: Likewise.
194         Use HURD_FD_PORT_USE macro for RPCs.
195         * sysdeps/mach/hurd/sysd-stdio.c: Don't lock the descriptor before
196         using HURD_FD_PORT_USE.
197         * sysdeps/mach/hurd/defs.c (init_stdio): Don't expect _hurd_fd_get
198         to lock the descriptor.
199         * sysdeps/mach/hurd/stdio_init.c: Use critical sections while
200         locking the descriptor.
201         * sysdeps/mach/hurd/fdopen.c: Likewise.
202         * hurd/fd-close.c: Likewise.
203         Don't expect the descriptor to be locked on entry.
204         Check for empty descriptor and return EBADF.
205
206         Factor ctty RPC code for SIGTTIN/SIGTTOU generation out into
207         new functions _hurd_ctty_input and _hurd_ctty_output, each
208         called with (io_t port, io_t ctty, error_t (*rpc) (io_t)).
209         * hurd/ctty-input.c: New file.
210         * hurd/ctty-output.c: New file.
211         * hurd/Makefile (dtable): Add ctty-input and ctty-output.
212         * hurd/fd-read.c: Use _hurd_ctty_input.
213         * hurd/fd-write.c: Use _hurd_ctty_output.
214         * sysdeps/mach/hurd/ioctl.c: Likewise.
215         * hurd/hurd/fd.h (_hurd_ctty_input, _hurd_ctty_output): Declare them.
216
217 Mon Feb 13 11:36:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
218
219         * stdio/vfscanf.c (%e, %f, %g): Use strtod, __strtold, or __strtof
220         as appropriate to the type.
221
222         * sysdeps/ieee754/huge_val.h (__huge_val_t): New macro to avoid
223         repeating the union.
224         (HUGE_VAL, __huge_val): Use it.
225         [__USE_GNU] (HUGE_VALf, HUGE_VALl): New macros, along with
226         analogous macros to HUGE_VAL's: __huge_val[fl]_t, __HUGE_VAL[fl]_bytes.
227         * stdlib/strtold.c (FLOAT_HUGE_VAL): Define this to HUGE_VALl.
228         (STRTOF): Set to __strtold; define strtold as weak alias.
229         * stdlib/strtof.c (FLOAT_HUGE_VAL): Define this to HUGE_VALf.
230         (STRTOF): Set to __strtof; define strtof as weak alias.
231
232         * sysdeps/ieee754/ieee754.h (union ieee754_float): New type.
233         (IEEE754_FLOAT_BIAS): New macro.
234
235         * sysdeps/ieee754/mpn2ldbl.c: Fix typos.
236
237         * stdlib/testmb.c: Add tests from rfg for using normal chars as
238         multibyte chars.
239
240         * hurd/hurdmalloc.c (malloc_init): Add self reference to avoid not
241         only the `defined but not used' warning, but also to avoid GCC
242         optimizing out the entire function (!).
243
244         * stdlib/wctomb.c: Include ctype.h.
245
246         * Makerules (install-lib-non.a): Don't include $(non-lib.a).
247
248         * hurd/hurdmalloc.c: Include string.h; #define bcopy using memcpy.
249
250 Sat Feb 11 04:05:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
251
252         * stdio/printf_fp.c: Include "fpioconst.h".
253         (_tens_p): Table moved to fpioconst.c, renamed to _fpioconst_pow10.
254         (__printf_fp): All references changed.
255         Don't bother computing THOUSANDS_SEP if GROUPING is empty.
256         (group_number): Use memmove instead of memcpy, since operands overlap.
257         * stdio/fpioconst.c: New file, tables broken out of stdio/printf_fp.c.
258         * stdio/fpioconst.h: New file, header declaring the table data.
259         * stdio/Makefile (aux): Add fpioconst.
260         (distribute): Add fpioconst.h.
261         * stdlib/strtod.c: Complete rewrite from drepper.
262         * stdlib/strtof.c: New file.
263         * stdlib/strtold.c: New file.
264         * stdlib/Makefile (routines): Add strtof, strtold.
265         * stdio/Makefile (routines): Add mpn2flt, mpn2dbl, mpn2ldbl.
266         * sysdeps/stub/mpn2flt.c: New file.
267         * sysdeps/stub/mpn2dbl.c: New file.
268         * sysdeps/stub/mpn2ldbl.c: New file.
269         * sysdeps/ieee754/mpn2flt.c: New file.
270         * sysdeps/ieee754/mpn2dbl.c: New file.
271         * sysdeps/ieee754/mpn2ldbl.c: New file.
272
273         * Makerules (install-lib.a): Don't filter out $(non-lib.a).
274         ($(install-lib.a) in $(libdir) rule): Elide ranlib command when $@
275         appears in $(non-lib.a).
276
277 Fri Feb 10 17:20:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
278
279         * stdlib/wctomb.c: A normal ASCII character translates to itself.
280         * stdlib/mbtowc.c: Likewise.
281
282 Thu Feb  9 03:55:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
283
284         * setjmp/setjmp.h (longjmp, _longjmp, __longjmp, siglongjmp):
285         Remove `const' from prototypes.
286         * sysdeps/m68k/__longjmp.c: Likewise.
287         * setjmp/longjmp.c: Likewise.
288         * sysdeps/i386/__longjmp.c: Likewise.
289
290         * sysdeps/posix/tempname.c: Increment *IDX at beginning of loop,
291         so when we return a name, it is incremented past the value that
292         produces that same name.
293
294         * stdio/fgets.c (fgets): Change `size_t' to `int' in prototype.  Sigh.
295         * stdio/stdio.h (fgets): Likewise.
296
297         * stdio/vfprintf.c (printf_unknown): Print ' for INFO->group flag.
298
299         * hurd/fd-write.c: Don't clobber ERR with the msg_sig_post call
300         when it's EBACKGROUND; we need to notice that it is EBACKGROUND
301         and retry the RPC.
302         * hurd/fd-read.c: Likewise.
303
304 Wed Feb  8 05:01:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
305
306         * sysdeps/mach/sysdep.h (FATAL_PREPARE_INCLUDE): New macro, set to
307         <mach/mig_support.h>.
308         * assert/assert-perr.c [FATAL_PREPARE_INCLUDE]: Include it.
309         * assert/assert.c: Likewise.
310         * sysdeps/posix/libc_fatal.c: Likewise.
311
312 Tue Feb  7 12:17:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
313
314         * stdio/stdio.h [__STRICT_ANSI__] (stdin, stdout, stderr): Define
315         as macros, to satisfy ANSI pedants.
316
317         * stdio/internals.c (flushbuf): When there is no new data after
318         priming the stream, return without writing out the buffer.
319         * stdio/Makefile (tests): Add bug7.
320         * stdio/bug7.c: New file.
321
322         * io/sys/stat.h (S_IFIFO, S_IFLNK, S_IFSOCK, S_ISFIFO, S_ISLNK,
323         S_ISSOCK): Define only if the corresponding underlying __S_IF* macro
324         is defined.
325
326         * stdio/getdelim.c: Decrement COPY after getting a char from __fillbf.
327
328         * stdio/Makefile (tests): Add errnobug.
329         * stdio/errnobug.c: New file.
330
331         * mach/mig_strncpy.c: Include string.h.
332
333         * sysdeps/mach/sysdep.h: Don't #include <mach/mig_support.h>.  Its
334         inlines cause trouble for files defining global register variables.
335
336         * stdio/vfprintf.c: Use _strerror_internal for %m.
337
338         * sysdeps/ieee754/dbl2mpn.c: Fixes from drepper for 64-bit limbs.
339
340         * stdio/printf.h (struct printf_info): New member `group', for %' flag.
341         * stdio/printf-prs.c (parse_printf_format): Grok %' flag and set flag.
342         * stdio/vfprintf.c (group_number): New function.
343         (vfprintf): Support %' flag for integer formats, by calling
344         group_number after formatting the number in WORK.
345         * stdio/printf_fp.c (guess_grouping, group_number): New functions.
346         (__printf_fp): Implement `group' flag using them.
347
348         * Makefile (include sysd-dirs): Protect with ifndef avoid-generated.
349         (parent-clean): Remove sysd-rules, not sysdirs.
350         (distclean): Pass avoid-generated=yes to submake.
351         (distclean-1): Remove $(sysdep-$(distclean-1)).
352
353         * Makerules (objects, objs): Depend on $(extra-objs) too.
354         (include sysd-Makefile): Protect with ifndef avoid-generated.
355
356         * Makeconfig (+defines, +gnu-stabs, gnu-as): Variables removed.
357         (CPPFLAGS): Use $(defines) in place of $(+defines).
358         Replace -D_LIBC with -include $(..)libc-symbols.h.
359
360         * stdio/freopen.c: Set seen bit before calling fclose.
361
362 Mon Feb  6 18:34:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
363
364         * sysdeps/mach/hurd/setpriority.c: Keep track of numbers of
365         successes and each kind of failure.  Return EPERM or EACCES only
366         if every task failed that way.
367
368         * sysdeps/mach/hurd/getpriority.c: Handle out of band buffers
369         correctly.
370
371         * sysdeps/mach/hurd/ptrace.c (PTRACE_ATTACH, PTRACE_DETACH): Stop
372         or resume the process after frobbing.
373
374         * hurd/hurdsig.c: Use spin lock operations on sigstate locks
375         throughout.
376         (_hurd_thread_sigstate): Don't lock the sigstate lock.
377         (_hurd_internal_post_signal): New subfunction `mark_pending'; replace
378         repeated sequences with calls to it.  Don't expect the sigstate
379         lock to be held on entry; lock it just before examining sigaction.
380         In handler case, check SS->critical_section after calling
381         abort_rpcs; if set, mark the signal pending and resume the thread.
382         * hurd/hurd/signal.h (_hurd_self_sigstate_unlocked): Function removed.
383         (_hurd_self_sigstate): Don't lock the sigstate lock.
384         (HURD_EINTR_RPC): Call _hurd_self_sigstate instead of
385         _hurd_self_sigstate_unlocked.
386         * hurd/msgportdemux.c: Don't expect _hurd_self_sigstate to lock
387         the sigstate lock.
388         * hurd/hurdexec.c: Use spin lock operations on sigstate lock.
389         Don't expect _hurd_self_sigstate to lock it.  Fix critical section
390         locking.
391         * hurd/hurd-raise.c: Likewise.
392         * sysdeps/mach/hurd/sigsuspend.c: Likewise. 
393         * sysdeps/mach/hurd/sigpending.c: Likewise.
394         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
395         * sysdeps/mach/hurd/sigaction.c: Likewise.
396         * sysdeps/mach/hurd/sigprocmask.c: Likewise.
397         * hurd/fd-write.c: Likewise.
398         * hurd/fd-read.c: Likewise.
399         * sysdeps/mach/hurd/ioctl.c: Likewise.
400         * sysdeps/mach/hurd/fork.c: Likewise.
401         * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
402         * sysdeps/mach/hurd/mips/sigreturn.c: Likewise.  
403         * sysdeps/mach/hurd/alpha/sigreturn.c: Likewise.
404         * hurd/hurdmsg.c (get_int): Likewise.
405
406         * stdio/vfprintf.c: Include stddef.h.  Fix typos in libio code.
407
408         * stdio/vfprintf.c (__pad): Function renamed to __printf_pad, made
409         global.
410         (PAD): Caller changed.
411         * stdio/printf_fp.c (__pad): Function removed.
412         (PAD): Use __printf_pad instead.
413
414 Sun Feb  5 17:59:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
415
416         Merged new FP printer by Ulrich Drepper.
417         * stdio/printf_fp.c: Rewrite by drepper.
418         * stdio/Makefile (routines): Add ldbl2mpn.
419         * sysdeps/ieee754/ieee754.h (union ieee754_double): Add `ieee_nan'
420         member.
421         (union ieee854_long_double): New type, from drepper.
422         (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
423         * sysdeps/ieee754/ldbl2mpn.c: New file, by drepper.
424         * sysdeps/stub/ldbl2mpn.c: New file.
425         * math/Makefile (routines): Add isinfl and isnanl.
426         * sysdeps/ieee754/isinfl.c: New file.
427         * sysdeps/stub/isinfl.c: New file.
428         * sysdeps/ieee754/isnanl.c: New file.
429         * sysdeps/stub/isnanl.c: New file.
430
431         * malloc/malloc.c (__malloc_extra_blocks): New variable.
432         (malloc): When getting more core, get __malloc_extra_blocks extra;
433         put the new block at the end of the free list and let the next loop
434         iteration use the initial portion of it.
435         * malloc/free.c (_free_internal): Account for twice
436         __malloc_extra_blocks in deciding if we have so much extra memory
437         we should return it to the system.
438         * malloc/malloc.h (__malloc_extra_blocks): Declare it.
439         * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
440         const in parameter decl.
441
442         * sysdeps/unix/mips/sysdep.h (ENTRY): Add `.ent' directive.
443
444 Fri Feb  3 18:15:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
445
446         * munch.awk (EXTERNS): Print decls using __P instead of EXFUN.
447
448         * sysdeps/mips/setjmp_aux.c: Use ENV[0].__jmpbuf[0].
449         * sysdeps/mips/bsd-_setjmp.S: Use `li' insn instead of `move'.
450         * sysdeps/mips/bsd-setjmp.S: Likewise.
451         * sysdeps/mips/__longjmp.c: Remove obsolete __NORETURN keyword.
452         * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
453         Use `long int' for sigcode.  Use explicit register numbers instead
454         of names.
455         (_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
456         * sysdeps/mach/hurd/mips/exc2signal.c: Use `long int' for sigcode.
457
458 Thu Feb  2 20:06:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
459
460         * hurd/hurdmalloc.c: Remove bogus bcopy decl.
461
462         * mach/mig_strncpy.c: Add missing `const' in prototype.  Rewritten
463         using __stpncpy.
464
465         * io/ftw.c (ftw, ftw_dir): Treat ENOENT from stat like EACCES.
466
467         * stdio/vfprintf.c: Set PREC to zero for %. without following digit.
468
469 Tue Jan 31 13:49:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
470
471         * mach/mig_strncpy.c: Include mach.h instead of string.h.  Use
472         vm_size_t instead of size_t for arg and return types.
473
474         * mach/mach_init.c: Don't declare __mig_init; mach/mig_support.h
475         already does.
476
477 Mon Jan 30 00:33:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
478
479         * set-hooks.h (RUN_HOOK): Dereference PTR properly.
480
481         * configure.in (friendly stddef.h check): Write override defn for
482         `stddef.h' Make variable.
483         (AC_LINK_FILES): Use `echo ...` to avoid " " appearing nonempty.
484
485         * configure.in (host_os=sysv4*|solaris2*): Set elf=yes.
486
487         * Rules ($(objpfx)dummy.o): Write an empty function, not just an
488         empty file.
489
490         * sysdeps/sparc/Makefile (sysdep-realclean): New variable.
491
492 Sat Jan 28 03:38:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
493
494         * Makefile (distribute): Remove gnu-stabs.h; add libc-symbols.h.
495
496         * sysdeps/mach/sysdep.h [ASSEMBLER]: Protect include of
497         mach/machine/syscall_sw.h with this.
498
499 Fri Jan 27 18:33:20 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
500
501         * hurd/hurd/signal.h: Include <hurd/msg.h>, and <spin-lock.h>
502         instead of <lock-intern.h>.
503         (struct hurd_sigstate): Member `lock' changed to a `spin_lock_t'.
504         (_hurd_critical_section_lock): Use spin lock operators.
505         Don't hold the sigstate lock, unlock it after setting the flag.
506         (_hurd_critical_section_unlock): Take the sigstate lock
507         to clear the flag; while holding it, check pending signals.  After
508         unlocking, sig_post ourselves if there were pending signals.
509
510         * hurd/catch-exc.c (_S_catch_exception_raise): Don't take the
511         sigstate lock.  If it is locked, clear SS->critical_section and
512         SS->context, and unlock it.
513
514         * sysdeps/mach/sysdep.h (EXT, LEXT): New macros.
515
516         * set-init.c (__libc_init) [HAVE_ELF]: Run _init and atexit (_fini).
517         * munch-tmpl.c: Likewise.
518
519         * mach/Makefile (routines): Don't filter out syscall_% from
520         $(mach-syscalls).
521
522 Fri Jan 27 17:53:49 1995  Jim Meyering  (meyering@comco.com)
523
524         * posix/fnmatch.c: Declare errno if it's not defined.
525         That's simpler than testing #if !defined(__GNU_LIBRARY__)
526         && !defined(STDC_HEADERS).
527
528 Fri Jan 27 15:40:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
529
530         * csu/Makefile: New file.
531         * csu/initfini.c: New file.
532         * Makefile (+other_dirs): Add csu.
533         (+init): Variable renamed to libc-init.  All references changed.
534         (aux): Remove start.
535         (install-lib): Variable removed.
536         (crt0.o, Mcrt1.o  crt1.o): Targets removed.
537
538         * mach/Machrules (static deps of RPC_*.o): Add $(..)libc-symbols.h
539         and $(objpfx)config.h.
540         (static deps of RPC alias *.o): Removed.
541
542         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h [ASSEMBLER]:
543         Protect macros with this.
544         * sysdeps/unix/bsd/osf1/alpha/sysdep.h: Likewise.
545         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
546         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
547         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
548         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
549         * sysdeps/unix/mips/sysdep.h: Likewise.
550
551 Thu Jan 26 00:02:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
552
553         * Makerules (compile.[Sc]): Match gcc in $(CC) better.
554         (BUILD_CFLAGS): Instead of $(config-defines), use -include config.h.
555
556         * hurd/intr-rpc.awk: Emit weak alias.
557
558         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Call getpgrp instead of
559         __getpgrp.
560
561         * sysdeps/unix/bsd/hp/m68k/sysdep.h [ASSEMBLER]: Protect macros with
562         this.
563         * sysdeps/unix/i386/sysdep.h: Likewise.
564         * sysdeps/unix/sparc/sysdep.h: Likewise.
565
566         * io/ftw.c: Avoid `ret' as variable name.
567         * posix/glob.c: Likewise.
568
569         * ctype/ctype.h (_ISalpha): Define as its own bit.
570         * locale/C-ctype_ct.c (__ctype_b_C): Set _ISalpha bit in all letters.
571
572         * stdlib/exit.c [HAVE_GNU_LD]: Protect #include "set-hooks.h" and
573         DEFINE_HOOK with this.
574
575 Wed Jan 25 00:45:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
576
577         * hurd/hurdinit.c: Use DECLARE_HOOK instead of `extern DEFINE_HOOK'.
578         * mach/spin-solid.c (spin_lock_solid): Define as weak alias to __name.
579         * mach/shortcut.awk: Emit weak alias.
580         * mach/spin-lock.c: Add weak aliases for all spin-lock.h functions.
581         * mach/mach_init.c (mach_init, vm_page_size): Defin weak aliases for
582         __ names.
583         * mach/Makefile (lock): Remove spin-syms.
584         (routines): Remove __ names, vm_page_size, msgserver_t.
585         ($(mach-syscalls) rule): Generate files without __, add weak alias.
586         Remove symbol alias file rule.
587         ($(mach-shortcuts) rule): Likewise.
588         [!mach-shortcuts] (user-interfaces): Filter out mach/mach4 too.
589         * mach/Machrules (if-calls.c): Variable and rule removed.
590         (interface-headers): Don't add $($(if)-calls).
591         (transform-user-stub): Define to add weak alias.
592         * set-hooks.h: Use new libc-symbols.h set access macros.
593         * time/Makefile (routines): Remove __ names.
594         (aux): Variable removed.
595         * hurd/Makefile: Likewise.
596         * sysdeps/unix/start.c (environ): Define as weak alias for __environ.
597         (data_start): Define as weak alias for __data_start.
598         * sysdeps/mach/hurd/start.c: Likewise.
599         * sysdeps/unix/sparc/start.c: Likewise.
600         * sysdeps/unix/make_errlist.c: Emit weak aliases for sys_nerr and
601         sys_errlist.
602         * sysdeps/mach/hurd/errlist.awk: Likewise.
603         * sysdeps/unix/bsd/osf1/alpha/start.S (environ): Define as weak
604         alias for __environ.
605         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
606         * sysdeps/stub/setdomain.c: Use new stub_warning macro.
607         * sysdeps/stub/getdomain.c: Likewise.
608         * sysdeps/stub/vhangup.c: Likewise.
609         * sysdeps/stub/swapon.c: Likewise.
610         * sysdeps/stub/sendmsg.c: Likewise.
611         * sysdeps/stub/recvmsg.c: Likewise.
612         * sysdeps/stub/acct.c: Likewise.
613         * sysdeps/stub/isinf.c: Likewise.  Add weak alias isinf for __isinf.
614         * sysdeps/mach/hurd/_exit.c: Remove obsolete __NORETURN keyword.
615         * sysdeps/posix/libc_fatal.c: Likewise.
616         * sysdeps/i386/abort.c: Likewise.
617         * sysdeps/i386/__longjmp.c: Likewise.
618         * sysdeps/generic/make_siglist.c: Emit defn always for
619         _sys_siglist.  Emit weak alias to sys_siglist.
620         * sysdeps/generic/atan.c: Remove obsolete __CONSTVALUE keyword.
621         * sysdeps/ieee754/log10.c: Likewise.
622         * time/difftime.c: Likewise.
623         * stdlib/random.c (srand): Define as weak alias for __srandom.
624         * stdlib/exit.c: Remove obsolete __NORETURN keyword.  Use set-hooks
625         macros for __libc_atexit.
626         * stdlib/Makefile (routines): Remove __random, srand.
627         * stdio/gets.c: Use new link_warning macro instead of old
628         warn_references.
629         * stdio/Makefile (routines): Remove __ names.
630         (aux): Remove syms-stdio.
631         * socket/Makefile (routines): Added e on getpeernam and getsocknam.
632         * setjmp/longjmp.c: Remove obsolete __NORETURN keyword.
633         * setjmp/Makefile (routines): Remove _longjmp, siglongjmp.
634         * setjmp/setjmp.h: Replace __NORETURN keyword with __attribute__ uses.
635         * stdio/stdio.h: Likewise.
636         * misc/Makefile (routines): Remove __ names.
637         (aux): Remove data_start.
638         * sysdeps/mach/hurd/defs.c: Don't include gnu-stabs.h.
639         * sysdeps/mach/hurd/brk.c: Likewise.
640         * hurd/hurdid.c: Likewise.
641         * hurd/hurdpid.c: Likewise.
642         * hurd/openport.c: Likewise.
643         * hurd/hurdsock.c: Likewise.
644         * hurd/hurdsig.c: Likewise.
645         * hurd/hurdrlimit.c: Likewise.
646         * hurd/hurdmalloc.c: Likewise.
647         * hurd/dtable.c: Likewise.
648         * hurd/setauth.c: Likewise.
649         * misc/progname.c: Likewise.
650         * misc/init-misc.c: Likewise.
651         * sysdeps/generic/vfork.c: Likewise.
652         * sysdeps/unix/bsd/init-posix.c: Likewise.
653         * math/math.h: Replace __CONSTVALUE keyword with __attribute__ uses.
654         * time/time.h: Likewise.
655         * math/Makefile (routines): Remove __ names.
656         * io/Makefile: Likewise.
657         * termios/Makefile: Likewise.
658         * resource/Makefile: Likewise.
659         * signal/Makefile: Likewise.
660         * dirent/Makefile: Likewise.
661         * assert/assert.h: Replace __NORETURN keyword with __attribute__
662         uses.  Functions return void and macros deal with this.
663         * assert/assert-perr.c: Remove obsolete __NORETURN keyword.
664         Return void.  Don't include gnu-stabs.h.
665         * assert/assert.c: Likewise.
666         * posix/Makefile (routines): Remove __ names, setpgrp.  Add
667         getpgid.
668         (aux): Remove environ.
669         * stdlib/stdlib.h (abort, exit): Replace __NORETURN keyword with
670         __attribute__ use.
671         * posix/unistd.h (_exit): Likewise.
672         (__getpgrp, __setpgrp): Declarations removed.
673         (__getpgid, getpid): Declare these.
674
675         * configure.in (host_os=gnuelf|linuxelf): Set elf=yes.  Do AC_SUBST
676         for gnu_ld, gnu_as, elf, and weak.  Call AC_LINK_FILEES on
677         $libc_link_{sources,dests}.
678         * sysdeps/unix/configure.in: Remove __ from file names.  Don't
679         create files, just add to libc_link_{dests,sources}.
680
681         * config.make.in (gnu-as, gnu-ld, elf, weak-symbols): New variables.
682
683         * config.h.in: Add #undefs used by sysdeps configures.
684
685         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Removed
686         __setpgid, __getpgid.
687         * sysdeps/unix/sysv/sco3.2.4/setpgid.c: Included file was renamed
688         from setpgrp.c.
689         * sysdeps/unix/sysv/sco3.2.4/getpgid.c: Included file was renamed
690         from __getpgrp.c.
691         * sysdeps/unix/bsd/getpgrp.c: File removed.
692         * sysdeps/generic/getpgrp.c: Moved from sysdeps/stub/getpgrp.c.
693         Call __getpgid with zero.
694         * sysdeps/stub/setpgid.c: Renamed __setpgrp to __setpgid, added
695         weak aliases setpgid and setpgrp.
696         * sysdeps/unix/sysv/irix4/setpgid.S: Likewise.
697         * sysdeps/unix/common/setpgid.S: Likewise.
698         * sysdeps/mach/hurd/setpgid.c: Likewise.
699         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
700         Use subcall 5 to __pgrpsys.
701         * sysdeps/stub/getpgid.c: Renamed __getpgrp to __getpgid, added
702         weak alias getpgid.
703         * sysdeps/mach/hurd/getpgid.c: Likewise.
704         * sysdeps/unix/sysv/irix4/getpgid.S: Likewise.
705         * sysdeps/unix/common/getpgid.S: Likewise.
706         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
707         Use subcall 4 to __pgrpsys.
708         * sysdeps/stub/__getpgrp.c: Renamed to getpgid.c.
709         * sysdeps/unix/sysv/sysv4/__getpgrp.c: Renamed to getpgid.c.
710         * sysdeps/unix/sysv/sco3.2.4/__getpgrp.c: Renamed to getpgid.c.
711         * sysdeps/unix/sysv/irix4/__getpgrp.S: Renamed to getpgid.S.
712         * sysdeps/unix/common/__getpgrp.S: Renamed to getpgid.S.
713         * sysdeps/mach/hurd/__getpgrp.c: Renamed to getpgid.c.
714         * sysdeps/stub/setpgrp.c: Renamed to setpgid.c.
715         * sysdeps/unix/sysv/sysv4/setpgrp.c: Renamed to setpgid.c.
716         * sysdeps/unix/sysv/sco3.2.4/setpgrp.c: Renamed to setpgid.c.
717         * sysdeps/unix/sysv/irix4/setpgrp.S: Renamed to setpgid.S.
718         * sysdeps/unix/common/setpgrp.S: Renamed to setpgid.S.
719         * sysdeps/mach/hurd/setpgrp.c: Renamed to setpgid.c.
720
721         * sysdeps/unix/bsd/hp/m68k/getdents.S: Included file was renamed
722         from __getdents.S.
723
724         * sysdeps/posix/defs.c: Don't include gnu-stabs.h.
725         * sysdeps/stub/sigpending.c: Use new libc-symbols.h macro for stub
726         warning.
727         * sysdeps/stub/fexecve.c: Likewise.
728         * sysdeps/stub/fchdir.c: Likewise.
729         * sysdeps/stub/fchflags.c: Likewise.
730         * sysdeps/stub/chflags.c: Likewise.
731
732         * sysdeps/m68k/__longjmp.c: Remove __NORETURN; it's obsolete.
733         * sysdeps/generic/abort.c: Likewise.
734         * sysdeps/ieee754/ldexp.c: Remove __CONSTVALUE; it's obsolete.
735
736         * hurd/hurdioctl.c: Include hurd/ioctl.h.
737         (_hurd_ioctl_handler_lists): Define this set.
738         (_hurd_lookup_ioctl_handler): New function.
739         * hurd/hurd/fd.h: ioctl handler stuff moved to hurd/ioctl.h.
740         * hurd/hurd/ioctl.h: New file, broken out of hurd/fd.h.
741         (_hurd_lookup_ioctl_handler): Declare it.
742         (ioctl_handler_t): New typedef.  Use it throughout.
743         * sysdeps/mach/hurd/ioctl.c: Include hurd/ioctl.h.
744         (_hurd_ioctl_handler_lists): Don't define.
745         (__ioctl): Call _hurd_lookup_ioctl_handler.
746
747         * stdlib/strtol.c (maxquad): Make this const.
748         [__GNUC__ == 2 && __GNUC_MINOR__ < 7]: Only use maxquad in this case.
749
750         * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
751         any compile tests.
752
753         * sysdeps/mach/hurd/setitimer.c (timer_thread): Call
754         __msg_sig_post_request, not __sig_post_request.
755
756         * misc/getusersh.c: Renamed to getusershell.c.
757         * sysdeps/stub/sethostnam.c: Renamed to sethostname.c.
758         * sysdeps/unix/inet/sethostnam.S: Renamed to sethostname.S.
759         * sysdeps/unix/sysv/sysv4/sethostnam.c: Renamed to sethostname.c.
760         * sysdeps/mach/hurd/sethostnam.c: Renamed to sethostname.c.
761
762 Tue Jan 24 00:14:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
763
764         * sysdeps/stub/settod.c: Renamed to settimeofday.c.
765         * sysdeps/unix/bsd/settod.S: Renamed to settimeofday.c.
766         * sysdeps/unix/sysv/settod.c: Renamed to settimeofday.c.
767         * sysdeps/mach/hurd/settod.c: Renamed to settimeofday.c.
768         * sysdeps/stub/setitmr.c: Renamed to setitimer.c.
769         * sysdeps/unix/common/setitmr.S: Renamed to setitimer.S.
770         * sysdeps/mach/hurd/setitmr.c: Renamed to setitimer.c.
771         * sysdeps/posix/fpathcon.c: Renamed to fpathconf.c.
772         * sysdeps/stub/fpathcon.c: Renamed to fpathconf.c.
773         * sysdeps/unix/sysv/irix4/fpathcon.c: Renamed to fpathconf.c.
774         * sysdeps/stub/getprio.c: Renamed to getpriority.c.
775         * sysdeps/unix/sysv/irix4/getprio.c: Renamed to getpriority.c.
776         * sysdeps/unix/common/getprio.S: Renamed to getpriority.S.
777         * sysdeps/mach/hurd/getprio.c: Renamed to getpriority.c.
778         * sysdeps/stub/setprio.c: Renamed to setpriority.c.
779         * sysdeps/unix/sysv/irix4/setprio.c: Renamed to setpriority.c.
780         * sysdeps/unix/common/setprio.S: Renamed to setpriority.S.
781         * sysdeps/mach/hurd/setprio.c: Renamed to setpriority.c.
782         * sysdeps/stub/getpeernam.c: Renamed to getpeername.c.
783         * sysdeps/unix/inet/getpeernam.S: Renamed to getpeername.S.
784         * sysdeps/unix/sysv/linux/getpeernam.S: Renamed to getpeername.S.
785         * sysdeps/mach/hurd/getpeernam.c: Renamed to getpeername.c.
786         * sysdeps/stub/getsocknam.c: Renamed to getsockname.c.
787         * sysdeps/unix/inet/getsocknam.S: Renamed to getsockname.S.
788         * sysdeps/unix/sysv/linux/getsocknam.S: Renamed to getsockname.S.
789         * sysdeps/mach/hurd/getsocknam.c: Renamed to getsockname.c.
790         * sysdeps/stub/sigaltstk.c: Renamed to sigaltstack.c.
791         * sysdeps/unix/bsd/bsd4.4/sigaltstk.S: Renamed to sigaltstack.S.
792         * sysdeps/unix/sysv/sysv4/sigaltstk.S: Renamed to sigaltstack.S.
793         * sysdeps/mach/hurd/sigaltstk.c: Renamed to sigaltstack.c.
794
795         * sysdeps/mach/hurd/i386/sigreturn.c: Call __msg_sig_post instead
796         of __sig_post.
797         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
798         * sysdeps/mach/hurd/kill.c: Likewise.
799         * sysdeps/mach/hurd/sigprocmask.c: Likewise.
800
801         * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Macros removed.
802         [!__GNUC__ || __GNUC__<2] (__attribute__): Define to empty.
803
804         * sysdeps/stub/remove.c: New file.
805         * sysdeps/posix/remove.c: New file.
806
807 Mon Jan 23 03:26:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
808
809         * time/mktime.c [weak_alias] (timelocal): Define as weak alias for
810         mktime.
811         * mach/mig_strncpy.c (mig_strncpy): Define as weak alias for
812         __mig_strncpy.
813         * mach/msg-destroy.c: Renamed from __msg_dest.c.
814         (mach_msg_destroy): Define as weak alias for __mach_msg_destroy.
815         * mach/setup-thread.c (mach_setup_thread): Define as weak alias.
816         * time/tzset.c (tzname, daylight, timezone): Define as weak
817         aliases for __ names.
818         * hurd/hurdkill.c (hurd_sig_post): Define as weak alias.
819         * hurd/hurdlookup.c: Add weak aliases for non-__ names.
820         * Makefile (+init): Test $(gnu-ld)=yes, not for $(+gnu-stabs)
821         being defined.
822
823 Sun Jan 22 15:19:51 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
824
825         * string/Makefile (routines): Remove __ names, index, rindex, and
826         bcmp.
827         * sysdeps/alpha/strchr.c [weak_alias] (index): Define as weak
828         alias for strchr.
829         * sysdeps/generic/strchr.c: Likewise.
830         * sysdeps/generic/strrchr.c [weak_alias] (rindex): Define as weak
831         alias for strrchr.
832         * sysdeps/generic/memcmp.c [weak_alias] (bcmp): Define as weak
833         alias for memcmp.
834
835         * malloc/free.c (cfree): Define this function, with weak_alias if
836         available, otherwise a C function.
837         * malloc/Makefile (gmalloc-routines): Remove cfree.
838
839 Sat Jan 21 08:08:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
840
841         * stdio/fseek.c: Do move bufp by O when that puts it exactly at
842         get_limit.  This has the effect of no-op'ing properly for zero.
843
844         * configure.in: Add AC_CONFIG_HEADER(config.h).
845         (--with-elf, --with-weak-symbols): Grok these and define HAVE_*.
846         * config.h.in: New file.
847
848         * setjmp/longjmp.c: Add weak aliases _longjmp, siglongjmp.
849         All code converted to use weak symbols, defined in the files which
850         define the real code (with the __ names, the non-__ names are weak).
851         All old symbol alias files removed.
852         Many files renamed to remove __ prefix since there is now just
853         the one file for both the __ and non-__ name for each function.
854         * libc-symbols.h: New file.
855         * set-hooks.h: Use libc-symbols.h macros for accessing symbol
856         sets.
857         * gnu-stabs.h: Prepend #error this file is obsolete.
858         * sysdeps/ieee754/ldexp.c: Add weak aliases scalb and __scalb.
859         * sysdeps/stub/__access.c: Renamed to access.c; added weak alias
860         access.
861         * sysdeps/unix/common/__access.S: Likewise.
862         * sysdeps/mach/hurd/__access.c: Likewise.
863         * sysdeps/stub/__adjtime.c: Renamed to adjtime.c; added weak alias
864         adjtime.
865         * sysdeps/unix/common/__adjtime.S: Likewise.
866         * sysdeps/mach/__adjtime.c: Likewise.
867         * sysdeps/mach/hurd/__adjtime.c: Likewise.
868         * sysdeps/stub/__brk.c: Renamed to brk.c; added weak alias brk.
869         * sysdeps/unix/bsd/sun/m68k/__brk.S: Likewise.
870         * sysdeps/unix/bsd/vax/__brk.S: Likewise.
871         * sysdeps/unix/bsd/hp/m68k/__brk.S: Likewise.
872         * sysdeps/unix/bsd/osf1/alpha/__brk.S: Likewise.
873         * sysdeps/unix/i386/__brk.S: Likewise.
874         * sysdeps/unix/sparc/__brk.S: Likewise.
875         * sysdeps/unix/mips/__brk.S: Likewise.
876         * sysdeps/mach/hurd/__brk.c: Likewise.
877         * sysdeps/standalone/__brk.c: Likewise.
878         * sysdeps/stub/__chdir.c: Renamed to chdir.c; added weak alias chdir.
879         * sysdeps/unix/__chdir.S: Likewise.
880         * sysdeps/mach/hurd/__chdir.c: Likewise.
881         * sysdeps/stub/__chmod.c: Renamed to chmod.c; added weak alias chmod.
882         * sysdeps/unix/__chmod.S: Likewise.
883         * sysdeps/mach/hurd/__chmod.c: Likewise.
884         * sysdeps/stub/__chown.c: Renamed to chown.c; added weak alias chown.
885         * sysdeps/unix/__chown.S: Likewise.
886         * sysdeps/mach/hurd/__chown.c: Likewise.
887         * sysdeps/stub/__close.c: Renamed to close.c; added weak alias close.
888         * sysdeps/unix/__close.S: Likewise.
889         * sysdeps/mach/hurd/__close.c: Likewise.
890         * sysdeps/standalone/__close.c: Likewise.
891         * sysdeps/generic/__copysign.c: Renamed to copysign.c; added weak
892         alias copysign.
893         * sysdeps/ieee754/__copysign.c: Likewise.
894         * sysdeps/alpha/__copysign.c: Likewise.
895         * sysdeps/ieee754/__drem.c: Renamed to drem.c; added weak alias drem.
896         * sysdeps/m68k/fpu/__drem.c: Likewise.
897         * sysdeps/stub/__drem.c: Likewise.
898         * sysdeps/posix/__dup.c: Renamed to dup.c; added weak alias dup.
899         * sysdeps/stub/__dup.c: Likewise.
900         * sysdeps/unix/__dup.S: Likewise.
901         * sysdeps/posix/__dup2.c: Renamed to dup2.c; added weak alias dup2.
902         * sysdeps/stub/__dup2.c: Likewise.
903         * sysdeps/unix/sysv/sysv4/__dup2.c: Likewise.
904         * sysdeps/unix/sysv/irix4/__dup2.c: Likewise.
905         * sysdeps/unix/common/__dup2.S: Likewise.
906         * sysdeps/mach/hurd/__dup2.c: Likewise.
907         * sysdeps/stub/__execve.c: Renamed to execve.c; added weak alias
908         execve.
909         * sysdeps/unix/__execve.S: Likewise.
910         * sysdeps/mach/hurd/__execve.c: Likewise.
911         * sysdeps/generic/__expm1.c: Renamed to expm1.c; added weak alias
912         expm1.
913         * sysdeps/m68k/fpu/__expm1.c: Likewise.
914         * sysdeps/stub/__fchmod.c: Renamed to fchmod.c; added weak alias
915         fchmod.
916         * sysdeps/unix/common/__fchmod.S: Likewise.
917         * sysdeps/mach/hurd/__fchmod.c: Likewise.
918         * sysdeps/stub/__fchown.c: Renamed to fchown.c; added weak alias
919         fchown.
920         * sysdeps/unix/common/__fchown.S: Likewise.
921         * sysdeps/mach/hurd/__fchown.c: Likewise.
922         * sysdeps/stub/__fcntl.c: Renamed to fcntl.c; added weak alias fcntl.
923         * sysdeps/unix/__fcntl.S: Likewise.
924         * sysdeps/mach/hurd/__fcntl.c: Likewise.
925         * math/__finite.c: Renamed to finite.c; added weak alias finite.
926         * sysdeps/posix/__flock.c: Renamed to flock.c; added weak alias flock.
927         * sysdeps/stub/__flock.c: Likewise.
928         * sysdeps/unix/bsd/__flock.S: Likewise.
929         * sysdeps/mach/hurd/__flock.c: Likewise.
930         * hurd/__fopenport.c: Renamed to fopenport.c; added weak alias
931         fopenport.
932         * sysdeps/stub/__fork.c: Renamed to fork.c; added weak alias fork.
933         * sysdeps/unix/__fork.S: Likewise.
934         * sysdeps/unix/bsd/osf1/alpha/__fork.S: Likewise.
935         * sysdeps/unix/i386/__fork.S: Likewise.
936         * sysdeps/unix/sparc/__fork.S: Likewise.
937         * sysdeps/unix/mips/__fork.S: Likewise.
938         * sysdeps/mach/hurd/__fork.c: Likewise.
939         * sysdeps/posix/__fpathcon.c: Renamed to fpathcon.c; added weak
940         alias fpathconf.
941         * sysdeps/stub/__fpathcon.c: Likewise.
942         * sysdeps/unix/sysv/irix4/__fpathcon.c: Likewise.
943         * sysdeps/stub/__fstat.c: Renamed to fstat.c; added weak alias fstat.
944         * sysdeps/unix/__fstat.S: Likewise.
945         * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
946         * sysdeps/mach/hurd/__fstat.c: Likewise.
947         * stdio/__getdelim.c: Renamed to getdelim.c; added weak alias
948         getdelim.
949         * sysdeps/stub/__getdents.c: Renamed to getdents.c; added weak
950         alias getdents.
951         * sysdeps/unix/__getdents.c: Likewise.
952         * sysdeps/unix/bsd/sun/__getdents.S: Likewise.
953         * sysdeps/unix/bsd/hp/m68k/__getdents.S: Likewise.
954         * sysdeps/unix/bsd/ultrix4/__getdents.S: Likewise.
955         * sysdeps/unix/bsd/bsd4.4/__getdents.S: Likewise.
956         * sysdeps/unix/bsd/osf1/alpha/__getdents.S: Likewise.
957         * sysdeps/unix/sysv/__getdents.c: Likewise.
958         * sysdeps/mach/hurd/__getdents.c: Likewise.
959         * hurd/__getdport.c: Renamed to getdport.c; added weak alias getdport.
960         * sysdeps/posix/__getdtsz.c: Renamed to getdtsz.c; added weak
961         alias getdtablesize.
962         * sysdeps/stub/__getdtsz.c: Likewise.
963         * sysdeps/unix/bsd/__getdtsz.S: Likewise.
964         * sysdeps/unix/sysv/sysv4/__getdtsz.c: Likewise.
965         * sysdeps/mach/hurd/__getdtsz.c: Likewise.
966         * sysdeps/stub/__getegid.c: Renamed to getegid.c; added weak alias
967         getegid.
968         * sysdeps/unix/__getegid.S: Likewise.
969         * sysdeps/mach/hurd/__getegid.c: Likewise.
970         * sysdeps/stub/__geteuid.c: Renamed to geteuid.c; added weak alias
971         geteuid.
972         * sysdeps/unix/__geteuid.S: Likewise.
973         * sysdeps/mach/hurd/__geteuid.c: Likewise.
974         * sysdeps/stub/__getgid.c: Renamed to getgid.c; added weak alias
975         getgid.
976         * sysdeps/unix/__getgid.S: Likewise.
977         * sysdeps/mach/hurd/__getgid.c: Likewise.
978         * sysdeps/stub/__getgrps.c: Renamed to getgroups.c; added weak
979         alias getgroups.
980         * sysdeps/unix/bsd/sequent/i386/__getgrps.S: Likewise.
981         * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: Likewise.
982         * sysdeps/unix/sysv/irix4/__getgrps.c: Likewise.
983         * sysdeps/unix/common/__getgrps.S: Likewise.
984         * sysdeps/mach/hurd/__getgrps.c: Likewise.
985         * sysdeps/stub/__gethstnm.c: Renamed to gethostname.c; added weak
986         alias gethostname. 
987         * sysdeps/unix/inet/__gethstnm.S: Likewise.
988         * sysdeps/unix/sysv/__gethstnm.c: Likewise.
989         * sysdeps/unix/sysv/sysv4/__gethstnm.c: Likewise.
990         * sysdeps/mach/hurd/__gethstnm.c: Likewise.
991         * sysdeps/stub/__getitmr.c: Renamed to getitimer.c; added weak
992         alias getitimer.
993         * sysdeps/unix/common/__getitmr.S: Likewise.
994         * sysdeps/mach/hurd/__getitmr.c: Likewise.
995         * stdio/__getline.c: Renamed to getline.c; added weak alias getline.
996         * sysdeps/posix/__getpgsz.c: Renamed to getpagesize.c; added weak
997         alias getpagesize.
998         * sysdeps/stub/__getpgsz.c: Likewise.
999         * sysdeps/unix/__getpgsz.c: Likewise.
1000         * sysdeps/unix/bsd/__getpgsz.S: Likewise.
1001         * sysdeps/unix/sysv/sysv4/__getpgsz.c: Likewise.
1002         * sysdeps/mach/__getpgsz.c: Likewise.
1003         * sysdeps/stub/__getpid.c: Renamed to getpid.c; added weak alias
1004         getpid.
1005         * sysdeps/unix/__getpid.S: Likewise.
1006         * sysdeps/mach/hurd/__getpid.c: Likewise.
1007         * sysdeps/stub/__getppid.c: Renamed to getppid.c; added weak alias
1008         getppid.
1009         * sysdeps/unix/__getppid.S: Likewise.
1010         * sysdeps/mach/hurd/__getppid.c: Likewise.
1011         * sysdeps/posix/__gettod.c: Renamed to gettimeofday.c; added weak
1012         alias gettimeofday.
1013         * sysdeps/stub/__gettod.c: Likewise.
1014         * sysdeps/unix/sysv/irix4/__gettod.c: Likewise.
1015         * sysdeps/unix/common/__gettod.S: Likewise.
1016         * sysdeps/mach/__gettod.c: Likewise.
1017         * sysdeps/stub/__getuid.c: Renamed to getuid.c; added weak alias
1018         getuid.
1019         * sysdeps/unix/__getuid.S: Likewise.
1020         * sysdeps/mach/hurd/__getuid.c: Likewise.
1021         * sysdeps/generic/__infnan.c: Renamed to infnan.c; added weak
1022         alias infnan.
1023         * sysdeps/ieee754/__infnan.c: Likewise.
1024         * sysdeps/vax/__infnan.c: Likewise.
1025         * sysdeps/stub/__ioctl.c: Renamed to ioctl.c; added weak alias ioctl.
1026         * sysdeps/unix/__ioctl.S: Likewise.
1027         * sysdeps/mach/hurd/__ioctl.c: Likewise.
1028         * sysdeps/posix/__isatty.c: Renamed to isatty.c; added weak alias
1029         isatty.
1030         * sysdeps/stub/__isatty.c: Likewise.
1031         * sysdeps/unix/bsd/__isatty.c: Likewise.
1032         * sysdeps/mach/hurd/__isatty.c: Likewise.
1033         * sysdeps/ieee754/__isinf.c: Renamed to isinf.c; added weak alias
1034         isinf.
1035         * sysdeps/m68k/fpu/__isinf.c: Likewise.
1036         * sysdeps/stub/__isinf.c: Likewise.
1037         * sysdeps/generic/__isnan.c: Renamed to isnan.c; added weak alias
1038         isnan.
1039         * sysdeps/ieee754/__isnan.c: Likewise.
1040         * sysdeps/m68k/fpu/__isnan.c: Likewise.
1041         * sysdeps/stub/__kill.c: Renamed to kill.c; added weak alias kill.
1042         * sysdeps/unix/__kill.S: Likewise.
1043         * sysdeps/mach/hurd/__kill.c: Likewise.
1044         * sysdeps/stub/__link.c: Renamed to link.c; added weak alias link.
1045         * sysdeps/unix/__link.S: Likewise.
1046         * sysdeps/mach/hurd/__link.c: Likewise.
1047         * sysdeps/ieee754/__logb.c: Renamed to logb.c; added weak alias logb.
1048         * sysdeps/m68k/fpu/__logb.c: Likewise.
1049         * sysdeps/stub/__logb.c: Likewise.
1050         * sysdeps/stub/__lseek.c: Renamed to lseek.c; added weak alias lseek.
1051         * sysdeps/unix/__lseek.S: Likewise.
1052         * sysdeps/mach/hurd/__lseek.c: Likewise.
1053         * sysdeps/generic/__lstat.c: Renamed to lstat.c; added weak alias
1054         lstat.
1055         * sysdeps/stub/__lstat.c: Likewise.
1056         * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
1057         * sysdeps/unix/common/__lstat.S: Likewise.
1058         * sysdeps/mach/hurd/__lstat.c: Likewise.
1059         * sysdeps/generic/__memccpy.c: Renamed to memccpy.c; added weak
1060         alias memccpy.
1061         * sysdeps/vax/__memccpy.c: Likewise.
1062         * sysdeps/stub/__mkdir.c: Renamed to mkdir.c; added weak alias mkdir.
1063         * sysdeps/unix/sysv/__mkdir.c: Likewise.
1064         * sysdeps/unix/common/__mkdir.S: Likewise.
1065         * sysdeps/mach/hurd/__mkdir.c: Likewise.
1066         * sysdeps/stub/__mknod.c: Renamed to mknod.c; added weak alias mknod.
1067         * sysdeps/unix/__mknod.S: Likewise.
1068         * sysdeps/unix/sysv/sysv4/i386/__mknod.S: Likewise.
1069         * sysdeps/mach/hurd/__mknod.c: Likewise.
1070         * mach/__msg.c: Renamed to msg.c; added weak alias mach_msg.
1071         * mach/__msgserver.c: Renamed to msgserver.c; added weak alias
1072         mach_msg_server.
1073         * sysdeps/stub/__open.c: Renamed to open.c; added weak alias open.
1074         * sysdeps/unix/__open.S: Likewise.
1075         * sysdeps/mach/hurd/__open.c: Likewise.
1076         * sysdeps/standalone/__open.c: Likewise.
1077         * sysdeps/stub/__pathconf.c: Renamed to pathconf.c; added weak
1078         alias pathconf.
1079         * sysdeps/unix/sysv/sco3.2.4/__pathconf.S: Likewise.
1080         * sysdeps/unix/sysv/irix4/__pathconf.c: Likewise.
1081         * hurd/__pid2task.c: Renamed to pid2task.c; added weak alias pid2task.
1082         * sysdeps/stub/__pipe.c: Renamed to pipe.c; added weak alias pipe.
1083         * sysdeps/unix/bsd/vax/__pipe.S: Likewise.
1084         * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
1085         * sysdeps/unix/bsd/osf1/alpha/__pipe.S: Likewise.
1086         * sysdeps/unix/i386/__pipe.S: Likewise.
1087         * sysdeps/unix/sparc/__pipe.S: Likewise.
1088         * sysdeps/unix/mips/__pipe.S: Likewise.
1089         * sysdeps/mach/hurd/__pipe.c: Likewise.
1090         * stdlib/__random.c: Renamed to random.c; added weak alias random.
1091         * sysdeps/stub/__read.c: Renamed to read.c; added weak alias read.
1092         * sysdeps/unix/__read.S: Likewise.
1093         * sysdeps/mach/hurd/__read.c: Likewise.
1094         * sysdeps/standalone/__read.c: Likewise.
1095         * sysdeps/stub/__readlink.c: Renamed to readlink.c; added weak
1096         alias readlink.
1097         * sysdeps/unix/common/__readlink.S: Likewise.
1098         * sysdeps/mach/hurd/__readlink.c: Likewise.
1099         * sysdeps/generic/__rint.c: Renamed to rint.c; added weak alias rint.
1100         * sysdeps/m68k/fpu/__rint.c: Likewise.
1101         * sysdeps/stub/__rmdir.c: Renamed to rmdir.c; added weak alias rmdir.
1102         * sysdeps/unix/sysv/__rmdir.c: Likewise.
1103         * sysdeps/unix/common/__rmdir.S: Likewise.
1104         * sysdeps/mach/hurd/__rmdir.c: Likewise.
1105         * sysdeps/generic/__sbrk.c: Renamed to sbrk.c; added weak alias sbrk.
1106         * sysdeps/stub/__sbrk.c: Likewise.
1107         * sysdeps/mach/hurd/__sbrk.c: Likewise.
1108         * math/__scalb.c: Renamed to scalb.c; added weak alias scalb.
1109         * sysdeps/stub/__select.c: Renamed to select.c; added weak alias
1110         select.
1111         * sysdeps/unix/common/__select.S: Likewise.
1112         * sysdeps/mach/hurd/__select.c: Likewise.
1113         * hurd/__setauth.c: Renamed to setauth.c; added weak alias setauth.
1114         * sysdeps/stub/__setgid.c: Renamed to setgid.c; added weak alias
1115         setgid.
1116         * sysdeps/unix/__setgid.S: Likewise.
1117         * sysdeps/unix/bsd/__setgid.c: Likewise.
1118         * sysdeps/mach/hurd/__setgid.c: Likewise.
1119         * sysdeps/stub/__setitmr.c: Renamed to setitmr.c; added weak alias
1120         setitmr 
1121         * sysdeps/unix/common/__setitmr.S: Likewise.
1122         * sysdeps/mach/hurd/__setitmr.c: Likewise.
1123         * sysdeps/stub/__setpgrp.c: Renamed to setpgrp.c; added weak alias
1124         setpgrp 
1125         * sysdeps/unix/sysv/sysv4/__setpgrp.c: Likewise.
1126         * sysdeps/unix/sysv/sco3.2.4/__setpgrp.c: Likewise.
1127         * sysdeps/unix/sysv/irix4/__setpgrp.S: Likewise.
1128         * sysdeps/unix/common/__setpgrp.S: Likewise.
1129         * sysdeps/mach/hurd/__setpgrp.c: Likewise.
1130         * sysdeps/stub/__setregid.c: Renamed to setregid.c; added weak
1131         alias setregid.
1132         * sysdeps/unix/common/__setregid.S: Likewise.
1133         * sysdeps/mach/hurd/__setregid.c: Likewise.
1134         * sysdeps/stub/__setreuid.c: Renamed to setreuid.c; added weak
1135         alias setreuid.
1136         * sysdeps/unix/common/__setreuid.S: Likewise.
1137         * sysdeps/mach/hurd/__setreuid.c: Likewise.
1138         * sysdeps/stub/__setsid.c: Renamed to setsid.c; added weak alias
1139         setsid.
1140         * sysdeps/unix/bsd/__setsid.c: Likewise.
1141         * sysdeps/unix/bsd/sun/sunos4/__setsid.S: Likewise.
1142         * sysdeps/unix/bsd/ultrix4/__setsid.S: Likewise.
1143         * sysdeps/unix/bsd/bsd4.4/__setsid.S: Likewise.
1144         * sysdeps/unix/sysv/linux/__setsid.S: Likewise.
1145         * sysdeps/unix/sysv/sysv4/__setsid.c: Likewise.
1146         * sysdeps/unix/sysv/sco3.2.4/__setsid.c: Likewise.
1147         * sysdeps/mach/hurd/__setsid.c: Likewise.
1148         * sysdeps/stub/__settod.c: Renamed to settod.c; added weak alias
1149         settimeofday.
1150         * sysdeps/unix/bsd/__settod.S: Likewise.
1151         * sysdeps/unix/sysv/__settod.c: Likewise.
1152         * sysdeps/mach/hurd/__settod.c: Likewise.
1153         * sysdeps/stub/__setuid.c: Renamed to setuid.c; added weak alias
1154         setuid.
1155         * sysdeps/unix/__setuid.S: Likewise.
1156         * sysdeps/unix/bsd/__setuid.c: Likewise.
1157         * sysdeps/mach/hurd/__setuid.c: Likewise.
1158         * sysdeps/posix/__sigblock.c: Renamed to sigblock.c; added weak
1159         alias sigblock.
1160         * sysdeps/stub/__sigblock.c: Likewise.
1161         * sysdeps/unix/bsd/__sigblock.S: Likewise.
1162         * sysdeps/unix/bsd/bsd4.4/__sigblock.c: Likewise.
1163         * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: Likewise.
1164         * sysdeps/posix/__sigpause.c: Renamed to sigpause.c; added weak
1165         alias sigpause.
1166         * sysdeps/stub/__sigpause.c: Likewise.
1167         * sysdeps/unix/bsd/__sigpause.S: Likewise.
1168         * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
1169         * sysdeps/stub/__sigproc.c: Renamed to sigprocmask.c; added weak
1170         alias sigprocmask.
1171         * sysdeps/unix/bsd/__sigproc.c: Likewise.
1172         * sysdeps/unix/sysv/sysv4/__sigproc.S: Likewise.
1173         * sysdeps/unix/sysv/sco3.2.4/__sigproc.S: Likewise.
1174         * sysdeps/mach/hurd/__sigproc.c: Likewise.
1175         * sysdeps/stub/__sigret.c: Renamed to sigreturn.c; added weak
1176         alias sigreturn.
1177         * sysdeps/unix/bsd/sun/__sigret.S: Likewise.
1178         * sysdeps/unix/sysv/i386/__sigret.S: Likewise.
1179         * sysdeps/unix/sysv/irix4/__sigret.S: Likewise.
1180         * sysdeps/unix/i386/__sigret.S: Likewise.
1181         * sysdeps/unix/mips/__sigret.S: Likewise.
1182         * sysdeps/mach/hurd/i386/__sigret.c: Likewise.
1183         * sysdeps/mach/hurd/alpha/__sigret.c: Likewise.
1184         * sysdeps/mach/hurd/mips/__sigret.c: Likewise.
1185         * sysdeps/posix/__sigvec.c: Renamed to sigvec.c; added weak alias
1186         sigvec.
1187         * sysdeps/stub/__sigvec.c: Likewise.
1188         * sysdeps/unix/bsd/__sigvec.S: Likewise.
1189         * sysdeps/unix/bsd/sun/__sigvec.S: Likewise.
1190         * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Likewise.
1191         * sysdeps/unix/bsd/ultrix4/mips/__sigvec.S: Likewise.
1192         * sysdeps/unix/bsd/bsd4.4/__sigvec.c: Likewise.
1193         * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
1194         * sysdeps/stub/__stat.c: Renamed to stat.c; added weak alias stat.
1195         * sysdeps/unix/__stat.S: Likewise.
1196         * sysdeps/unix/sysv/sysv4/i386/__stat.S: Likewise.
1197         * sysdeps/mach/hurd/__stat.c: Likewise.
1198         * sysdeps/generic/__stpncpy.c: Renamed to stpncpy.c; added weak
1199         alias stpncpy.
1200         * sysdeps/stub/__symlink.c: Renamed to symlink.c; added weak alias
1201         symlink.
1202         * sysdeps/unix/common/__symlink.S: Likewise.
1203         * sysdeps/mach/hurd/__symlink.c: Likewise.
1204         * sysdeps/posix/__sysconf.c: Renamed to sysconf.c; added weak
1205         alias sysconf.
1206         * sysdeps/stub/__sysconf.c: Likewise.
1207         * sysdeps/unix/bsd/ultrix4/__sysconf.c: Likewise.
1208         * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
1209         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Likewise.
1210         * sysdeps/unix/sysv/irix4/__sysconf.c: Likewise.
1211         * hurd/__task2pid.c: Renamed to task2pid.c; added weak alias task2pid.
1212         * sysdeps/stub/__times.c: Renamed to times.c; added weak alias times.
1213         * sysdeps/unix/bsd/__times.c: Likewise.
1214         * sysdeps/unix/sysv/__times.S: Likewise.
1215         * time/__tzset.c: Renamed to tzset.c; added weak alias tzset.
1216         * sysdeps/stub/__umask.c: Renamed to umask.c; added weak alias umask.
1217         * sysdeps/unix/__umask.S: Likewise.
1218         * sysdeps/mach/hurd/__umask.c: Likewise.
1219         * sysdeps/stub/__unlink.c: Renamed to unlink.c; added weak alias
1220         unlink.
1221         * sysdeps/unix/__unlink.S: Likewise.
1222         * sysdeps/mach/hurd/__unlink.c: Likewise.
1223         * sysdeps/stub/__utimes.c: Renamed to utimes.c; added weak alias
1224         utimes.
1225         * sysdeps/unix/bsd/__utimes.S: Likewise.
1226         * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: Likewise.
1227         * sysdeps/mach/hurd/__utimes.c: Likewise.
1228         * sysdeps/generic/__vfork.c: Renamed to vfork.c; added weak alias
1229         vfork.
1230         * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
1231         * sysdeps/unix/bsd/vax/__vfork.S: Likewise.
1232         * sysdeps/unix/bsd/i386/__vfork.S: Likewise.
1233         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Likewise.
1234         * sysdeps/unix/bsd/ultrix4/mips/__vfork.S: Likewise.
1235         * sysdeps/unix/sysv/sysv4/i386/__vfork.S: Likewise.
1236         * sysdeps/unix/sparc/__vfork.S: Likewise.
1237         * stdio/__vfscanf.c: Renamed to vfscanf.c; added weak alias vfscanf.
1238         * stdio/__vsscanf.c: Renamed to vsscanf.c; added weak alias vsscanf.
1239         * sysdeps/posix/__wait.c: Renamed to wait.c; added weak alias wait.
1240         * sysdeps/stub/__wait.c: Likewise.
1241         * sysdeps/unix/bsd/sony/newsos4/__wait.c: Likewise.
1242         * sysdeps/unix/bsd/sun/sunos4/__wait.c: Likewise.
1243         * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Likewise.
1244         * sysdeps/unix/bsd/vax/__wait.S: Likewise.
1245         * sysdeps/unix/bsd/m68k/__wait.S: Likewise.
1246         * sysdeps/unix/bsd/bsd4.4/__wait.c: Likewise.
1247         * sysdeps/unix/sysv/i386/linux/__wait.S: Likewise.
1248         * sysdeps/unix/sysv/irix4/__wait.S: Likewise.
1249         * sysdeps/unix/i386/__wait.S: Likewise.
1250         * sysdeps/unix/mips/__wait.S: Likewise.
1251         * sysdeps/posix/__wait3.c: Renamed to wait3.c; added weak alias wait3.
1252         * sysdeps/stub/__wait3.c: Likewise.
1253         * sysdeps/unix/bsd/sony/newsos4/__wait3.c: Likewise.
1254         * sysdeps/unix/bsd/sun/sunos4/__wait3.c: Likewise.
1255         * sysdeps/unix/bsd/vax/__wait3.S: Likewise.
1256         * sysdeps/unix/bsd/i386/__wait3.S: Likewise.
1257         * sysdeps/unix/bsd/hp/m68k/__wait3.S: Likewise.
1258         * sysdeps/unix/bsd/ultrix4/__wait3.S: Likewise.
1259         * sysdeps/unix/bsd/bsd4.4/__wait3.c: Likewise.
1260         * sysdeps/unix/sysv/irix4/__wait3.S: Likewise.
1261         * sysdeps/stub/__wait4.c: Renamed to wait4.c; added weak alias wait4.
1262         * sysdeps/unix/bsd/sony/newsos4/__wait4.c: Likewise.
1263         * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
1264         * sysdeps/unix/bsd/bsd4.4/__wait4.S: Likewise.
1265         * sysdeps/unix/bsd/osf1/alpha/__wait4.S: Likewise.
1266         * sysdeps/unix/sysv/linux/__wait4.S: Likewise.
1267         * sysdeps/mach/hurd/__wait4.c: Likewise.
1268         * sysdeps/stub/__waitpid.c: Renamed to waitpid.c; added weak alias
1269         waitpid.
1270         * sysdeps/unix/bsd/sun/sunos4/__waitpid.c: Likewise.
1271         * sysdeps/unix/bsd/ultrix4/__waitpid.S: Likewise.
1272         * sysdeps/unix/bsd/bsd4.4/__waitpid.c: Likewise.
1273         * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: Likewise.
1274         * sysdeps/unix/sysv/linux/__waitpid.S: Likewise.
1275         * sysdeps/unix/sysv/sysv4/__waitpid.c: Likewise.
1276         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Likewise.
1277         * sysdeps/unix/sysv/irix4/__waitpid.c: Likewise.
1278         * sysdeps/stub/__write.c: Renamed to write.c; added weak alias write.
1279         * sysdeps/unix/__write.S: Likewise.
1280         * sysdeps/mach/hurd/__write.c: Likewise.
1281         * sysdeps/standalone/__write.c: Likewise.
1282         * sysdeps/stub/__tcgetatr.c: Renamed to tcgetattr.c; added weak
1283         alias tcgetattr.
1284         * sysdeps/unix/bsd/__tcgetatr.c: Likewise.
1285         * sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: Likewise.
1286         * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
1287         * sysdeps/unix/sysv/__tcgetatr.c: Likewise.
1288         * sysdeps/stub/__sigact.c: Renamed to sigaction.c; added weak
1289         alias sigaction.
1290         * sysdeps/unix/bsd/__sigact.c: Likewise.
1291         * sysdeps/unix/sysv/__sigact.c: Likewise.
1292         * sysdeps/unix/sysv/sysv4/__sigact.c: Likewise.
1293         * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Likewise.
1294         * sysdeps/mach/hurd/__sigact.c: Likewise.
1295         * sysdeps/posix/__sigstmsk.c: Renamed to sigsetmask.c; added weak
1296         alias sigsetmask.
1297         * sysdeps/stub/__sigstmsk.c: Likewise.
1298         * sysdeps/unix/bsd/__sigstmsk.S: Likewise.
1299         * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Likewise.
1300         * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
1301         * sysdeps/stub/__getrusag.c: Renamed to getrusage.c; added weak
1302         alias getrusage.
1303         * sysdeps/unix/sysv/irix4/__getrusag.c: Likewise.
1304         * sysdeps/unix/common/__getrusag.S: Likewise.
1305         * hurd/task2pid.c: File removed.
1306         * hurd/setauth.c: File removed.
1307         * hurd/pid2task.c: File removed.
1308         * hurd/hurdsyms.c: File removed.
1309         * hurd/getdport.c: File removed.
1310         * hurd/fopenport.c: File removed.
1311         * mach/thread-sym.c: File removed.
1312         * mach/spin-syms.c: File removed.
1313         * mach/msgserver_t.c: File removed.
1314         * mach/msgserver.c: File removed.
1315         * mach/msg.c: File removed.
1316         * mach/mig_syms.c: File removed.
1317         * malloc/mcheck-init.c: File removed.
1318         * malloc/cfree.c: File removed.
1319         * io/flock.c: File removed.
1320         * io/write.c: File removed.
1321         * io/unlink.c: File removed.
1322         * io/umask.c: File removed.
1323         * io/symlink.c: File removed.
1324         * io/rmdir.c: File removed.
1325         * io/readlink.c: File removed.
1326         * io/read.c: File removed.
1327         * io/pipe.c: File removed.
1328         * io/open.c: File removed.
1329         * io/mkdir.c: File removed.
1330         * io/lstat.c: File removed.
1331         * io/lseek.c: File removed.
1332         * io/link.c: File removed.
1333         * io/isatty.c: File removed.
1334         * io/stat.c: File removed.
1335         * io/fstat.c: File removed.
1336         * io/fchown.c: File removed.
1337         * io/fchmod.c: File removed.
1338         * io/dup2.c: File removed.
1339         * io/dup.c: File removed.
1340         * io/close.c: File removed.
1341         * io/fcntl.c: File removed.
1342         * io/chmod.c: File removed.
1343         * io/chdir.c: File removed.
1344         * io/access.c: File removed.
1345         * io/chown.c: File removed.
1346         * time/tzset.c: File removed.
1347         * time/timelocal.c: File removed.
1348         * time/syms-time.c: File removed.
1349         * time/settod.c: File removed.
1350         * time/setitmr.c: File removed.
1351         * time/gettod.c: File removed.
1352         * time/getitmr.c: File removed.
1353         * time/adjtime.c: File removed.
1354         * termios/tcgetattr.c: File removed.
1355         * string/stpncpy.c: File removed.
1356         * string/rindex.c: File removed.
1357         * string/memccpy.c: File removed.
1358         * string/index.c: File removed.
1359         * string/bcmp.c: File removed.
1360         * stdlib/srand.c: File removed.
1361         * stdlib/random.c: File removed.
1362         * stdio/vsscanf.c: File removed.
1363         * stdio/vfscanf.c: File removed.
1364         * stdio/syms-stdio.c: File removed.
1365         * stdio/remove.c: File removed.
1366         * stdio/getline.c: File removed.
1367         * stdio/getdelim.c: File removed.
1368         * signal/ssignal.c: File removed.
1369         * signal/sigvec.c: File removed.
1370         * signal/sigsetmask.c: File removed.
1371         * signal/sigret.c: File removed.
1372         * signal/sigproc.c: File removed.
1373         * signal/sigpause.c: File removed.
1374         * signal/sigblock.c: File removed.
1375         * signal/sigaction.c: File removed.
1376         * signal/kill.c: File removed.
1377         * signal/gsignal.c: File removed.
1378         * setjmp/siglongjmp.c: File removed.
1379         * setjmp/_longjmp.c: File removed.
1380         * resource/getrusage.c: File removed.
1381         * posix/waitpid.c: File removed.
1382         * posix/wait4.c: File removed.
1383         * posix/wait3.c: File removed.
1384         * posix/wait.c: File removed.
1385         * posix/times.c: File removed.
1386         * posix/sysconf.c: File removed.
1387         * posix/setuid.c: File removed.
1388         * posix/setsid.c: File removed.
1389         * posix/setpgrp.c: File removed.
1390         * posix/setpgid.c: File removed.
1391         * posix/setgid.c: File removed.
1392         * posix/pathconf.c: File removed.
1393         * posix/getuid.c: File removed.
1394         * posix/getppid.c: File removed.
1395         * posix/getpid.c: File removed.
1396         * posix/getgrps.c: File removed.
1397         * posix/getgid.c: File removed.
1398         * posix/geteuid.c: File removed.
1399         * posix/getegid.c: File removed.
1400         * posix/fpathcon.c: File removed.
1401         * posix/fork.c: File removed.
1402         * posix/execve.c: File removed.
1403         * posix/environ.c: File removed.
1404         * misc/utimes.c: File removed.
1405         * misc/setreuid.c: File removed.
1406         * misc/setregid.c: File removed.
1407         * misc/select.c: File removed.
1408         * misc/sbrk.c: File removed.
1409         * misc/mknod.c: File removed.
1410         * misc/ioctl.c: File removed.
1411         * misc/getpgsz.c: File removed.
1412         * misc/gethstnm.c: File removed.
1413         * misc/getdtsz.c: File removed.
1414         * misc/data_start.c: File removed.
1415         * misc/brk.c: File removed.
1416         * math/scalb.c: File removed.
1417         * math/rint.c: File removed.
1418         * math/logb.c: File removed.
1419         * math/isnan.c: File removed.
1420         * math/isinf.c: File removed.
1421         * math/infnan.c: File removed.
1422         * math/finite.c: File removed.
1423         * math/expm1.c: File removed.
1424         * math/drem.c: File removed.
1425         * math/copysign.c: File removed.
1426         * math/__scalb.c: File removed.
1427         * dirent/getdents.c: File removed.
1428
1429 Fri Jan 20 16:11:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1430
1431         * sysdeps/generic/morecore.c (__default_morecore): Use
1432         __malloc_ptrdiff_t; don't cast arg to int.
1433
1434         * resolv/getnetnamadr.c: Include "conf/portability.h".
1435
1436 Thu Jan 19 02:20:04 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1437
1438         * stdlib/strtol.c: Include errno.h.
1439         [QUAD] (ULONG_MAX): Define to a static variable initialized to
1440         ULONG_LONG_MAX. This is to work around a GCC bug in using the
1441         constant in arithmetic.
1442
1443         * posix/unistd.h (daemon): Declare it.
1444
1445         * malloc/mcheck-init.c: Remove GNU ld hacks.
1446         (__malloc_initialize_hook): Initialize this hook to turn_on_mcheck.
1447         * malloc/malloc.c (__malloc_initialize_hook): New hook variable.
1448         (initialize): Call the hook if set.
1449         * malloc/malloc.h: Use __malloc_{size,ptrdiff}_t in prototypes.
1450         (__malloc_initialize_hook): Declare new hook variable.
1451
1452 Wed Jan 18 01:43:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1453
1454         * hurd/hurdsig.c: Prepend `msg_' to server RPC names.
1455         * hurd/hurdpid.c: Likewise.
1456         * hurd/hurdauth.c: Likewise.
1457
1458 Tue Jan 17 03:16:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1459
1460         * sysdeps/mach/hurd/__select.c: If some replies are EINTR, succeed
1461         if any are successful.
1462
1463         * hurd/hurdmsg.c: Prepend `msg_' to all RPC names.
1464         (_S_msg_get_exec_flags, _S_msg_set_exec_flags, 
1465         _S_msg_set_some_exec_flags, _S_msg_clear_some_exec_flags): New
1466         functions.
1467         (_S_io_select_done, _S_dir_changed, _S_file_changed): Stubs removed.
1468
1469         * hurd/hurdkill.c: __sig_post renamed to __msg_sig_post.
1470         * hurd/hurd-raise.c: Likewise.
1471         * hurd/hurdsig.c (post_reply): Prepend `msg_' to RPC names.
1472
1473         * sysdeps/mach/hurd/ptrace.c: New file.
1474
1475         * sysdeps/mach/hurd/__select.c: Revamped to use new io_select
1476         interface, which has normal EINTR semantics.  Instead of waiting
1477         for io_select_done notification messages, send io_select messages
1478         with short reply timeout and then wait for io_select_reply
1479         messages.
1480
1481         * hurd/hurdexec.c (_hurd_exec): Pass (_hurd_exec_flags &
1482         EXEC_INHERITED) to file_exec.
1483
1484         * hurd/hurdsig.c (post_reply): Take new arg UNTRACED; if nonzero,
1485         use sig_post_untraced_reply.  All callers changed.
1486         (abort_thread, abort_rpcs): Take same new arg and pass it through.  
1487         All callers changed.
1488         (_hurd_internal_post_signal): Take new arg UNTRACED.
1489         If zero and process is traced, stop with SIGNO as stop signal.  If
1490         nonzero, resume process before delivering signal (unless
1491         ACT==stop).  Expand local fn sigwakeup into block at end taken iff
1492         SIGNO!=0.
1493         (signal_allowed): New function, broken out of _S_sig_post.
1494         (_S_sig_post): Call it.  Pass UNTRACED arg of false to
1495         _hurd_internal_post_signal.
1496         (_S_sig_post_untraced): New function.  Just like _S_sig_post, but
1497         pass true for UNTRACED.
1498         * hurd/hurd/signal.h (_hurd_internal_post_signal): Take new arg
1499         UNTRACED.
1500         * hurd/catch-exc.c (_S_catch_exception_raise): Pass UNTRACED arg
1501         to _hurd_internal_post_signal (value zero).
1502
1503 Mon Jan 16 16:40:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1504
1505         * hurd/hurdinit.c (_hurd_exec_flags): New variable.
1506         (_hurd_init): Initialize it from FLAGS arg.
1507         (_hurd_proc_init): If EXEC_TRACED is set in _hurd_exec_flags,
1508         raise a SIGTRAP signal (with a sigcode of zero).
1509         * hurd/hurd.h (_hurd_exec_flags): Declare it.
1510
1511         * Version 1.09.5.
1512
1513 Mon Jan 16 16:16:55 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1514
1515         * malloc/malloc.c (malloc): Fix 1-off in previous change.
1516
1517 Mon Jan 16 15:49:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1518
1519         * posix/glob/Makefile.in: Remove config.h and config.log.
1520
1521 Sun Jan 15 06:56:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1522
1523         * posix/glob/configure.in: Add AC_CONST check.
1524
1525         * conf/portability.h: #undef sun.
1526         * resolv/res_query.c: Updated from BIND-4.9.3-BETA17.
1527         * resolv/getnetnamadr.c: Likewise.
1528
1529         * socket/Makefile (headers): Add sockaddrcom.h.
1530         * inet/netinet/in.h: Include <sockaddrcom.h>.
1531         (struct sockaddr_in): Use the __SOCKADDR_COMMON macro.
1532         * socket/sys/un.h (struct sockaddr_in): Likewise.
1533         * socket/sys/socket.h (struct sockaddr): Likewise.
1534         * sysdeps/unix/bsd/bsd4.4/sockaddrcom.h: New file.
1535         * sysdeps/generic/sockaddrcom.h: New file.
1536
1537         * sysdeps/unix/sysv/sysv4/ftruncate.c: New file.
1538         * sysdeps/unix/common/fcntlbits.h [__USE_SVID] (F_ALLOCSP,
1539         F_FREESP): New macros.
1540         * sysdeps/posix/truncate.c: New file.
1541
1542         * malloc/malloc.c (malloc): Fix typos in RMS's change.
1543
1544         * malloc/Makefile (dist-routines): Add malloc-find.
1545         * malloc/malloc.h (malloc_find_object_address): Declare it.
1546         * malloc/malloc-find.c: New file.
1547
1548         * malloc/malloc.h (__malloc_ptrdiff_t): New macro, defined a la
1549         __malloc_size_t.
1550         (malloc_info): Use that type for member `busy.info.size'.
1551
1552         * stdlib/strtol.c: Change uses of `long' keyword throughout to use
1553         `LONG' macro.
1554         [! QUAD] (LONG): Define as long.
1555         [QUAD] (LONG): Define as long long.
1556         [QUAD] (LONG_MIN, LONG_MAX, ULONG_MAX): Redefine to long long
1557         versions.
1558         [QUAD] (strtoul, strtol): Define to strtouq, strtoq.
1559         * stdlib/Makefile (routines): Add strtoq and strtouq.
1560         * stdlib/strtoq.c, stdlib/strtouq.c: New files.
1561         * stdlib/stdlib.h [__GNUC__ && __USE_BSD] (strtoq, strtouq):
1562         Declare them.
1563
1564         * stdio/vfprintf.c: If there was a precision specified, ignore the
1565         0 flag and always pad with spaces.
1566
1567         * stdio/vfprintf.c: Don't use strchr to skip text until next %.
1568         Use a loop and also stop on first !isascii char.
1569
1570 Wed Jan 11 00:07:10 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1571
1572         * malloc/malloc.h (malloc_info): Change usage of .busy.info.size.
1573
1574         * malloc/malloc.c (malloc): For a multi-block object, store a
1575         negative number into the busy.info.size of all but the first block.
1576
1577 Tue Jan 10 13:45:20 1995  Brendan Kehoe  <brendan@zen.org>
1578
1579         * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
1580         instead of t0, t1, and t2.
1581
1582 Tue Jan 10 05:53:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1583
1584         * malloc/memalign.c (__memalign_hook): New variable.
1585         (memalign): Call it if set.
1586         * malloc/malloc.h (__memalign_hook): Declare new variable.
1587
1588 Wed Dec 28 03:27:21 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1589
1590         * conf/portability.h: Include string.h and stdlib.h.
1591         * inet/netdb.h (NETDB_INTERNAL, NETDB_SUCCESS): New macros.
1592         * resolv/resolv.h, resolv/arpa/nameser.h, resolv/gethnamaddr.c,
1593         resolv/getnetbyname.c, resolv/getnetent.c, resolv/herror.c,
1594         resolv/res_mkquery.c, resolv/res_send.c, resolv/res_comp.c,
1595         resolv/res_debug.c, resolv/res_init.c: Updated from BIND 4.9.3-BETA14.
1596
1597         * sysdeps/m68k/fpu/__math.h (__m81_inline): New macro.  Replace
1598         all uses of `extern __inline' with `__m81_inline'.
1599
1600         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Use subl, not decl.
1601         * sysdeps/unix/__fork.S: Swap args in subl.
1602
1603         * posix/sys/types.h [__USE_MISC] (ushort, uint): New typedefs, for
1604         compatibility.
1605
1606 Tue Dec 20 13:33:20 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
1607
1608         * sysdeps/mach/hurd/__setpgrp.c (__setpgrp): Use __swtch_pri instead
1609         of swtch.
1610         * sysdeps/mach/hurd/__setsid.c (__setsid): Likewise.
1611         * mach/spin-solid.c (__spin_lock_solid): Likewise.
1612
1613 Thu Dec 15 12:01:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1614
1615         * inet/rcmd.c (iruserok): Use alloca instead of fixed-size buffer
1616         for PBUF.
1617         (__ivaliduser): Use getline instead of fgets with fixed-size buffer.
1618
1619         * sysdeps/mach/hurd/Makefile (subdirs): Don't elide inet.
1620
1621 Wed Dec 14 18:20:56 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1622
1623         * sysdeps/alpha/bsd-setjmp.S: Reverse register and immediate args
1624         in `bis' insn; immediate must be second.
1625
1626         * sysdeps/unix/__fork.S: Use subl instead of decl.
1627         * sysdeps/unix/i386/__fork.S: New file.
1628
1629         * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
1630         Remove A macro; just use `asm volatile' with proper quotes in each
1631         line.
1632         * sysdeps/mach/alpha/sysdep.h (CALL_WITH_SP): Put parens around
1633         jmp target register.
1634
1635         * time/africa, time/asia, time/australasia, time/emkdir.c,
1636         time/europe, time/ialloc.c, time/northamerica, time/private.h,
1637         time/scheck.c, time/yearistype, time/zdump.c, time/zic.c: New code
1638         and data from ADO 94h distribution.
1639
1640         * sysdeps/sparc/setjmp.S: Use sethi and or to put address of
1641         __sigjmp_save in %g1 and jmp there.  jmp cannot contain a complete
1642         absolute pointer.  Put second store in jmp delay slot.
1643
1644 Tue Dec 13 15:47:52 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1645
1646         * sysdeps/sparc/bsd-_setjmp.S: Use sethi and or to put address of
1647         __sigsetjmp in %g1 and jmp there.  jmp cannot contain a complete
1648         absolute pointer.
1649         * sysdeps/sparc/bsd-setjmp.S: Likewise.
1650
1651         * configure.in: Use ; before } in { ... } exprs.
1652
1653 Mon Dec 12 01:41:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1654
1655         * Version 1.09.3.
1656
1657         * sysdeps/mach/hurd/alpha/trampoline.c: Use `long int' for sigcode
1658         values.  Use _hurdsig_catch_fault.  Pass address of __sigreturn in
1659         $27, SCP value in $25.  In trampoline code, use those regs.
1660
1661         * sysdeps/mach/hurd/alpha/__sigret.c: Use asms instead of global
1662         register vars to restore FP regs.  Fix typo in REI invocation.
1663
1664 Sun Dec 11 14:10:11 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1665
1666         * hurd/hurd/fd.h (hurd_register_ioctl_handler,
1667         _HURD_HANDLE_IOCTLS): Third arg to handler is a void *, not a
1668         __gnuc_va_list.
1669
1670         * stdio/memstream.c (enlarge_buffer): Always add one char into
1671         NEED for the char we are writing or the NUL terminator.
1672
1673         * stdio/memstream.c (enlarge_buffer): If realloc fails, just set
1674         error flag and preserve old buffer state.
1675
1676         * stdio/fwrite.c: In fill_buffer case, check for zero buffer space
1677         after fflush and write one char normally.
1678
1679 Sat Dec 10 00:02:21 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1680
1681         * sysdeps/mach/hurd/__fork.c: Use natural_t in place of int.
1682
1683         * sysdeps/alpha/macros.m4: Use C comments instead of ! comments.
1684
1685         * sysdeps/mach/hurd/mmap.c: Cast -1 to long int before casting to
1686         caddr_t.
1687
1688         * sysdeps/mach/alpha/syscall.S: Include
1689         <mach/machine/alpha_instruction.h> to define op_chmk.
1690
1691         * sysdeps/mach/hurd/__mknod.c: Include <string.h>.
1692         * sysdeps/mach/hurd/setegid.c: Likewise.
1693         * sysdeps/mach/hurd/seteuid.c: Likewise.
1694         * sysdeps/mach/hurd/__setregid.c: Likewise.
1695         * sysdeps/mach/hurd/__setreuid.c: Likewise.
1696         * sysdeps/mach/hurd/__ioctl.c: Likewise.
1697
1698         * sysdeps/mach/hurd/recvfrom.c: Include <string.h>.  Use
1699         mach_msg_type_number_t in place of unsigned int.
1700         * sysdeps/mach/hurd/recv.c: Likewise.
1701         * sysdeps/mach/hurd/getsockopt.c: Likewise.
1702         * sysdeps/mach/hurd/getsocknam.c: Likewise.
1703         * sysdeps/mach/hurd/getpeernam.c: Likewise.
1704         * sysdeps/mach/hurd/accept.c: Likewise.
1705         * sysdeps/mach/hurd/__gethstnm.c: Likewise.
1706
1707 Fri Dec  9 00:01:21 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1708
1709         * sysdeps/mach/hurd/__readlink.c: Use mach_msg_type_number_t in
1710         place of unsigned int.
1711         * sysdeps/mach/hurd/__fork.c: Likewise.
1712
1713         * sysdeps/mach/hurd/__setgid.c: Include <string.h>.
1714         * sysdeps/mach/hurd/__setuid.c: Likewise.
1715         * sysdeps/mach/hurd/__getgrps.c: Likewise.
1716         * hurd/getuids.c: Likewise.
1717         * sysdeps/mach/hurd/__getdents.c: Likewise.
1718
1719         * sysdeps/mach/hurd/dirstream.h (DIR): Use unsigned long int for
1720         `__allocation' and `__size' members.
1721
1722         * sysdeps/mach/hurd/alpha/exc2signal.c: Use `long int' for sigcode
1723         values.
1724         * sysdeps/mach/hurd/i386/exc2signal.c: Likewise.
1725
1726         * mach/devstream.c (input): Use mach_msg_type_number_t for NREAD.
1727
1728         * sysdeps/mach/hurd/__setitmr.c (preempt_sigalrm): Use `long int'
1729         for SIGCODE; take SIGERROR arg.
1730
1731         * sysdeps/alpha/divrem.m4: Include <sysdep.h> instead of
1732         <regdef.h>.  Use C comments instead of ! comments.
1733
1734         * sysdeps/alpha/memchr.c: Remove extra shift and OR of CHARMASK.
1735         * sysdeps/alpha/strchr.c: Likewise.
1736
1737         * sysdeps/mach/hurd/sysd-stdio.c: Use mach_msg_type_number_t in
1738         place of unsigned int.
1739
1740         * sysdeps/posix/tempname.c (__stdio_gen_tempname): Cast FD to long
1741         int before casting to pointer.
1742
1743         * stdio/printf_fp.c: Include <string.h>.
1744
1745         * sysdeps/alpha/setjmp_aux.c: Use ENV[0].__jmpbuf[0].
1746
1747         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
1748
1749         * hurd/hurdioctl.c (fioctl): Pass a mach_msg_type_number_t* to
1750         __io_readable.
1751
1752         * hurd/hurd-raise.c: Use `long int' for sigcode values.
1753
1754         * hurd/hurdfault.c: Use `long int' for sigcode values.
1755         * hurd/hurdfault.h: Likewise.
1756
1757         * hurd/hurd/signal.h (struct hurd_signal_preempt): Handler takes
1758         new SIGERROR arg.
1759         * hurd/preempt-sig.c: Likewise.
1760         * hurd/hurdsig.c (_hurd_internal_post_signal): Pass SIGERROR to
1761         PREEMPT.
1762
1763         * hurd/hurdlookup.c: Use mach_msg_type_number_t and natural_t in
1764         place of unsigned int and int.
1765
1766         * hurd/hurd/id.h: Use mach_msg_type_number_t in place of unsigned int.
1767
1768         * hurd/catch-exc.c: Use `long int' for sigcode values.
1769         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
1770         * hurd/preempt-sig.c: Likewise.
1771
1772         * configure.in (machine): Don't recognize r[34]00.  
1773         Convert mips64* to mips/mips64/& and mips* to mips/&.
1774         * sysdeps/mips/mipsel/bytesex.h: New file.
1775         * sysdeps/mips/r4000: Directory renamed to sysdeps/mips/mips64.
1776
1777         * sysdeps/mach/alpha/sysdep.h (START_MACHDEP): Add missing
1778         backslashes.
1779         (CALL_WITH_SP): Cast FN to long int.
1780
1781         * sysdeps/mach/alpha/thread_state.h (struct machine_thread_all_state):
1782         New member `exc'.
1783
1784         * hurd/fd-read.c: Include <string.h>.  Use mach_msg_type_number_t
1785         in place of mach_msg_type_size_t.
1786
1787         * hurd/hurdfault.c: Use natural_t instead of int.
1788
1789         * hurd/hurd/signal.h: Use `long int' for sigcode values.
1790         * hurd/hurdsig.c: Use mach_msg_type_number_t and natural_t in
1791         place of unsigned int and int.  Use `long int' for sigcode values.
1792
1793         * hurd/vpprintf.c (pwrite): Cast &N to mach_msg_type_number_t *.
1794
1795         * hurd/__fopenport.c: Include <string.h>.  Use
1796         mach_msg_type_number_t in place of unsigned int.
1797
1798         * hurd/hurdauth.c: Include <string.h>.
1799         * hurd/hurdsock.c: Likewise.
1800
1801         * sysdeps/mach/alpha/machine-lock.h: Remove ".set noreorder" et
1802         al; GCC already emits them.  Fix register constraints in asms.
1803         Set RTN in C, not asm.
1804
1805         * hurd/hurdprio.c: Use mach_msg_type_number_t in place of unsigned
1806         int.
1807
1808 Thu Dec  8 04:00:11 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1809
1810         * sysdeps/mach/hurd/alpha/__sigret.c: Remove ".set noreorder" et
1811         al; GCC already emits them.
1812         * sysdeps/mach/hurd/alpha/trampoline.c: Likewise.
1813
1814         * sysdeps/mach/thread_state.h: Use mach_msg_type_number_t and
1815         natural_t in place of unsigned int and int.
1816
1817         * sysdeps/mach/sysdep.h (ENTRY): Don't #error if undefined.
1818
1819         * sysdeps/mach/syscall.h: New file.
1820
1821         * sysdeps/mach/Makefile: Remove debugging printout.
1822
1823         * sysdeps/mach/hurd/configure.in: Converted to an autoconf script
1824         from sysdeps/mach/hurd/configure, to work better with autoconf
1825         version 2.
1826         * sysdeps/mach/configure.in: Likewise, from sysdeps/mach/configure.
1827
1828         * hurd/hurdmsg.c: Use mach_msg_type_number_t in place of unsigned
1829         int.
1830
1831         * sysdeps/mach/alpha/sysdep.h: Rename variable `sp' to avoid
1832         conflict with #define in <mach/alpha/asm.h>.
1833
1834         * sysdeps/mach/hurd/alpha/__sigret.c: Remove unused variable.
1835
1836         * sysdeps/mach/hurd/__ioctl.c: Pass arg to
1837         __mig_dealloc_reply_port.
1838
1839         * configure.in: Converted to Autoconf version 2.
1840         * sysdeps/generic/configure.in: Likewise.
1841         * sysdeps/unix/common/configure.in: Likewise.
1842         * sysdeps/unix/configure.in: New file, converted to a
1843         part-autoconf script from sysdeps/unix/configure, to work better
1844         with autoconf version 2.
1845         * aclocal.m4: Converted to Autoconf version 2.
1846         (AC_CHECK_SYMBOL): New macro.
1847         * config.make.in: New file.
1848         * config-name.in: New file.
1849         * Makefile (distribute): Rename install.sh to install-sh.
1850         Add config.make.in, config-name.in, Makefile.in.
1851         (distclean-1): Remove config-name.h and config.cache.
1852         * Makefile.in: New file.
1853         * Makeconfig (+gnu-stabs, gnu-as): Match -DHAVE_GNU_{AS,LD}=1 too.
1854
1855 Wed Dec  7 14:05:12 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1856
1857         * sysdeps/mach/mips/cacheflush.c: New file.
1858         * sysdeps/mach/mips/Makefile: New file.
1859         * sysdeps/mach/mips/Dist: New file.
1860
1861         * hurd/hurdmalloc.c (vm_allocate, vm_page_size): #define these to
1862         __ names at top.
1863
1864         * posix/glob/Makefile.in (realclean): Remove config.status.
1865
1866         * posix/glob/Makefile.in (DEFS): New variable, set from @DEFS@.
1867         (CPPFLAGS): Remove @DEFS@ from here.
1868         (.c.o): Use $(DEFS).
1869
1870         * setjmp/siglongjmp.c: First arg is const.
1871
1872 Tue Dec  6 19:04:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1873
1874         * posix/glob/Makefile.in (CPPFLAGS): Include @DEFS@.
1875
1876 Mon Dec  5 12:05:10 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1877
1878         * posix/glob/configure.in: Add AC_PROG_CC.
1879
1880         * sysdeps/mach/hurd/alpha/longjmp-ts.c: Use ENV[0].__jmpbuf[0].
1881         * sysdeps/mach/hurd/mips/longjmp-ts.c: Likewise.
1882         * sysdeps/mach/hurd/i386/longjmp-ts.c: Likewise.
1883
1884         * Version 1.09.2.
1885
1886         * sysdeps/mach/hurd/__select.c: Don't make TO const.
1887
1888 Sun Dec  4 12:06:36 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1889
1890         * sysdeps/unix/configure (config_vars): Add missing backslash
1891         before a $.
1892
1893         Revamp the `setjmp' interface to be cleaner: only one type
1894         `jmp_buf'/`sigjmp_buf', and only one `longjmp' function (with
1895         aliases `_longjmp', `siglongjmp').  Internal setjmp interface is
1896         now __sigsetjmp, which takes SAVEMASK flag and optionally saves
1897         the signal mask.  Add extern entry points `setjmp' and `_setjmp'
1898         for BSD compatiblity; they tail-call __sigsetjmp.
1899         * setjmp/setjmp.h: Include <sigset.h> for __sigset_t, not
1900         <signal.h>
1901         (jmp_buf): Define unconditionally with old `sigjmp_buf' defn.
1902         (__sigjmp_save): Declare to return int.
1903         (__setjmp): Remove declaration; this function no longer exists.
1904         (__sigsetjmp): Declare it; this is the new internal function.
1905         (setjmp): Define to call __sigsetjmp, second arg depending on
1906         __FAVOR_BSD.
1907         [__OPTIMIZE__] (longjmp): Remove #define.
1908         [__USE_BSD] (_longjmp): Declare it, another name for `longjmp'.
1909         [__USE_BSD] (_setjmp): Define macro to do __sigsetjmp (ENV, 0). 
1910         [__FAVOR_BSD]: Remove all these defns.
1911         [__USE_POSIX] (sigjmp_buf): Define as another name for `jmp_buf'.
1912         [__USE_POSIX] (sigsetjmp): Define to call __sigsetjmp.
1913         * setjmp/sigjmp.c (__sigjmp_save): Return an int, always zero, not
1914         void.
1915         * setjmp/Makefile (routines): Remove _setjmp, add bsd-setjmp and
1916         bsd-_setjmp.
1917         * setjmp/longjmp.c: Define as a real funciton, which restores
1918         signal mask and calls __longjmp.
1919         * setjmp/siglongjmp.c: Make this an alias to longjmp.
1920         * setjmp/_longjmp.c: Alias to longjmp, not siglongjmp.
1921         * sysdeps/stub/setjmp.c: Implement __sigsetjmp instead of
1922         __setjmp; call __sigjmp_save.
1923         * sysdeps/sparc/setjmp.S: Likewise.
1924         * sysdeps/m68k/setjmp.c: Likewise.
1925         * sysdeps/i386/setjmp.c: Likewise.
1926         * sysdeps/vax/setjmp.c: Likewise.
1927         * sysdeps/mips/setjmp.S: Implement __sigsetjmp instead of
1928         __setjmp; call __sigsetjmp_aux instead of __setjmp_aux.  Pass SP
1929         and FP as 3rd and 4th args, not 2nd and 3rd.
1930         * sysdeps/alpha/setjmp.S: Likewise.
1931         * sysdeps/mips/setjmp_aux.c: Implement __sigsetjmp_aux instead of
1932         __setjmp_aux; call __sigjmp_save.
1933         * sysdeps/alpha/setjmp_aux.c: Likewise.
1934         * sysdeps/mips/bsd-setjmp.S, sysdeps/mips/bsd-_setjmp.S: New files.
1935         * sysdeps/alpha/bsd-setjmp.S, sysdeps/alpha/bsd-_setjmp.S: New files.
1936         * sysdeps/vax/bsd-setjmp.S, sysdeps/vax/bsd-_setjmp.S: New files.
1937         * sysdeps/sparc/bsd-setjmp.S, sysdeps/sparc/bsd-_setjmp.S: New files.
1938         * sysdeps/i386/bsd-setjmp.S, sysdeps/i386/bsd-_setjmp.S: New files.
1939         * sysdeps/m68k/bsd-setjmp.S, sysdeps/m68k/bsd-_setjmp.S: New files.
1940         * sysdeps/stub/bsd-setjmp.c, sysdeps/stub/bsd-_setjmp.c: New files.
1941         * setjmp/_setjmp.c: File removed.
1942         * sysdeps/alpha/__longjmp.c: Take arg of type __jmp_buf, not
1943         jmp_buf.
1944         * sysdeps/vax/__longjmp.c: Likewise.
1945         * sysdeps/stub/__longjmp.c: Likewise.
1946         * sysdeps/i386/__longjmp.c: Likewise.
1947         * sysdeps/m68k/__longjmp.c: Likewise.
1948
1949 Sat Dec  3 09:00:17 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1950
1951         * sysdeps/mach/hurd/alpha/__sigret.c: Set up frame for `rei' to
1952         restore on user stack, aligned to an 8-word boundary and with a PS
1953         value that restores user's stack alignment.
1954
1955 Fri Dec  2 19:31:24 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1956
1957         * sysdeps/unix/readdir.c: Search one char more than D_NAMLEN(DP)
1958         for the null terminator.  Always set D->d_namlen, using
1959         D_NAMLEN(DP) if no null is found.
1960
1961         * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Fix typo `.global' to
1962         `.globl'.  Silly me, I used a vowel in a Unix program.
1963
1964 Mon Nov 28 16:11:39 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1965
1966         * io/fts.c (ALIGN, ALIGNBYTES): New macros, defined if not already
1967         defined.
1968
1969 Tue Nov 22 06:39:49 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1970
1971         * sysdeps/unix/bsd/osf1/dirstream.h: File removed.
1972
1973         * sysdeps/stub/sigcontext.h (struct sigcontext): Use `__sigset_t'
1974         instead of `sigset_t' for `sc_mask'.
1975         * sysdeps/mach/hurd/i386/sigcontext.h: Likewise.
1976         * sysdeps/mach/hurd/alpha/sigcontext.h: Likewise.
1977         * sysdeps/mach/hurd/mips/sigcontext.h: Likewise.
1978         * sysdeps/unix/bsd/ultrix4/mips/sigcontext.h: Likewise.
1979         * sysdeps/unix/bsd/sun/m68k/sigcontext.h: Likewise.
1980         * sysdeps/unix/bsd/sun/sparc/sigcontext.h: Likewise.
1981
1982         * hurd/hurdsig.c (_hurd_internal_post_signal: case handle): Call
1983         abort_thread always, first thing after thread_suspend.
1984
1985 Mon Nov 21 13:18:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1986
1987         * sysdeps/mach/hurd/__fcntl.c: Don't make this whole function a
1988         critical section.
1989
1990         * sysdeps/generic/strpbrk.c: Don't call strchr; do it by hand for
1991         efficiency.
1992
1993 Wed Nov 16 12:47:22 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
1994
1995         * sysdeps/unix/bsd/m68k/sysdep.S [__motorola__]: Swap operands in
1996         cmp.l.
1997
1998         * hurd/msgportdemux.c (_hurd_msgport_receive): Call
1999         _hurd_self_sigstate to get sigstate cached before running any
2000         signal thread code.
2001
2002         * sysdeps/mach/hurd/__fork.c: Pass _hurd_msgport_thread to
2003         __thread_get_state, not _hurd_sigthread.  Don't do
2004         __thread_get_state on THREAD_SELF--the kernel does not allow it.
2005
2006         * hurd/hurdsig.c (_hurd_internal_post_signal): In stopping orphan
2007         test, take sigmask of SIGNO, don't & its value with a mask.  In
2008         blocked signal test, be careful not to pass SIGNO=0 to __sigismember.
2009
2010 Tue Nov 15 01:39:36 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2011
2012         * Makerules (stub-$(subdir)): Save absolute name of
2013         $(..)sysdeps/stub before cd'ing, transform gleaned file names to
2014         refer to saved name.
2015
2016         * sysdeps/mach/hurd/socketpair.c: Include <fcntl.h>.
2017
2018         * time/test_time.args: Add CST as a test case.
2019
2020         * sysdeps/mach/hurd/socketpair.c: Rewritten (copying __pipe.c).
2021
2022         * sysdeps/unix/bsd/dirstream.h [__USE_BSD] (dirfd): New macro.
2023
2024         * posix/unistd.h: Declare fchdir.
2025
2026         * io/fts.c (MAXPATHLEN): Define if not defined.
2027
2028         * io/fts.c, io/fts.h: New files, from 4.4 BSD code by Keith Bostic.
2029         * io/Makefile (routines): Add fts.
2030         (headers): Add fts.h.
2031
2032         Mostly ported the Hurd to the DEC Alpha.
2033         * sysdeps/mach/alpha/machine-sp.h: New file.
2034         * sysdeps/mach/alpha/thread_state.h: New file.
2035         * sysdeps/mach/alpha/sysdep.h: New file.
2036         * sysdeps/mach/alpha/machine-lock.h: New file.
2037         * sysdeps/mach/hurd/alpha/sigcontext.h: New file.
2038         * sysdeps/mach/hurd/alpha/longjmp-ts.c: New file.
2039         * sysdeps/mach/hurd/alpha/trampoline.c: New file.
2040         * sysdeps/mach/hurd/alpha/exc2signal.c: New file.
2041         * sysdeps/mach/hurd/alpha/__sigret.c: New file.
2042
2043         * sysdeps/mach/hurd/Makefile (errlist.c, errnos.h): Make the
2044         output unwritable.
2045         * sysdeps/alpha/Makefile (divrem rule): Make the output
2046         unwritable, use mv -f.
2047         * sysdeps/sparc/Makefile (divrem rule): Likewise.
2048
2049         * configure.in (sysnames): Put another loop on $mach inside $base
2050         loop but outside $vendor loop.  This should catch .../cpu/vendor.
2051
2052 Mon Nov 14 22:52:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2053
2054         * sysdeps/mach/hurd/start.c: Add missing #endif.
2055
2056 Sun Nov 13 05:04:18 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2057
2058         * sysdeps/mach/hurd/__select.c: At end of receiving loop, clear TO
2059         instead of TIMEOUT.
2060
2061         * malloc/mcheck-init.c (turn_on_mcheck): Add gratuitous self
2062         reference to silence compiler warning.
2063         (_hurd_preinit_hook): Add the function to this set too.
2064
2065         * time/__tzset.c (__tzset): Give tz_rules coherent default when TZ
2066         value is short or malformed.
2067
2068         * mach/devstream.c: Echo input after reading it.
2069
2070         * Make-dist (generated): Mutate to add .S and .s variations for .c
2071         files.
2072
2073 Fri Nov 11 11:43:26 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>
2074
2075         * sysdeps/mach/hurd/i386/__sigret.c (__sigreturn): Don't actually
2076         abort here; at least let the user continue with bogus FP; that's
2077         better than a random crash until it's fixed.
2078
2079 Thu Nov 10 04:56:28 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2080
2081         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h (msync): Use __caddr_t
2082         instead of caddr_t in decl.
2083
2084         * sysdeps/mach/start.c (START_ARGS): Define to void if undefined.
2085         [START_MACHDEP]: Reference this if defined.
2086         [START_MACHDEP] (_start): #define to _start0.
2087         (_start): Take args START_ARGS.
2088         * sysdeps/mach/hurd/start.c: Likewise.
2089
2090 Wed Nov  9 08:02:59 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2091
2092         * hurd/Makefile (sig): Remove longjmp-ctx (it is never called).
2093
2094         * sysdeps/mach/hurd/__fork.c: Do thread_get_state on parent's
2095         threads to modify and thread_set_state new child threads.
2096
2097 Mon Nov  7 00:38:45 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2098
2099         * posix/glob/configure.in: Converted to Autoconf v2.
2100         * posix/glob.c: Test HAVE_DIRENT_H, HAVE_SYS_DIR_H, HAVE_NDIR_H
2101         instead of DIRENT, SYSDIR, NDIR.
2102         * posix/glob/Makefile.in (CC): New variable, set from @CC@.
2103         (CPPFLAGS): Set from @CPPFLAGS@, not @DEFS@.
2104
2105         * sysdeps/unix/__fork.S: Use decrement and AND instead of test and
2106         branch.
2107         * sysdeps/unix/sparc/__fork.S: Likewise.
2108         * sysdeps/unix/sparc/__vfork.S: Likewise.
2109         * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
2110         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Likewise.
2111         * sysdeps/unix/i386/__fork.S: File removed.
2112
2113 Sun Nov  6 19:26:28 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2114
2115         * Version 1.09.
2116
2117 Fri Nov  4 16:52:05 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2118
2119         * Version 1.08.14.
2120
2121         * manual/Makefile (stamp-summary): Depend on $(chapters-incl) too.
2122
2123 Thu Nov  3 18:33:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2124
2125         * sysdeps/generic/sigset.h (__sigemptyset): Cast to __sigset_t.
2126         (__sigfillset): Likewise.  Use ~(__sigset_t)0 in place of -1.
2127         (__SIGSETFN): Don't try to be clever.  Test bounds of SIG with <
2128         and >.
2129
2130         * sysdeps/mach/hurd/__fork.c: Unlock signal state earlier, just
2131         after unlocking _hurd_ports locks.
2132
2133         * sysdeps/unix/bsd/osf1/direct.h: File removed.
2134         * sysdeps/unix/bsd/direct.h (struct direct): Use `unsigned int'
2135         instead of `unsigned long int' for `d_fileno' member.
2136
2137         * Makerules (common-mostlyclean): Remove $(tests:=.out) too.
2138
2139         * assert/assert-perr.c (__assert_perror_fail): Add missing comma.
2140
2141         * sysdeps/unix/ioctls-tmpl.c [__osf__ && __alpha__] (FIOPIPESTAT,
2142         SIOCSRREQR, SIOCSRREQW, SRVC_REQUEST): #undef these.
2143
2144 Wed Nov  2 23:00:19 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2145
2146         * sysdeps/mach/hurd/setegid.c: Pass poly and count args for
2147         other_handles in correct order in call to auth_makeauth.
2148         * sysdeps/mach/hurd/__setregid.c: Likewise.
2149         * sysdeps/mach/hurd/__setreuid.c: Likewise.
2150
2151         * Makerules (compile.S): Add -DASSEMBLER.
2152         * sysdeps/mach/sysdep.h [ASSEMBLER]: Don't include
2153         <mach/mig_support.h> if this is defined.
2154
2155 Wed Nov  2 22:39:55 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>
2156
2157         * sysdeps/mach/hurd/seteuid.c: Pass poly and count args for
2158         other_handles in correct order in call to auth_makeauth.
2159
2160 Wed Nov  2 15:03:51 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2161
2162         * stdio/internals.c (fillbuf): Make sure returned char doesn't get
2163         sign extended.
2164
2165 Tue Nov  1 01:25:28 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2166
2167         * sysdeps/unix/common/Implies: File removed.
2168         * sysdeps/unix/bsd/Implies: Add unix/inet.
2169
2170         * assert/assert-perror.c: Renamed to assert-perr.c.
2171         * assert/Makefile (routines): Rename assert-perror to assert-perr.
2172
2173         * Version 1.08.13.
2174
2175         * mach/Makefile (generated): Add __%.c for $(mach-shortcuts) too.
2176
2177         * dirent/Makefile (tests): Add tst-seekdir.
2178         * dirent/tst-seekdir.c (main): New file.
2179         * sysdeps/unix/bsd/seekdir.c: New file.
2180         * sysdeps/unix/bsd/telldir.c: New file.
2181         * sysdeps/unix/bsd/dirstream.h (DIR): New member `__pos'.
2182         * sysdeps/unix/bsd/readdir.c: Update DIRP->__pos in getdirentries
2183         call.
2184         * sysdeps/unix/opendir.c: Use calloc in place of malloc, to zero
2185         fill new DIRs.
2186
2187         * sysdeps/standalone/i386/force_cpu386/force_cpu386.ld: Renamed to
2188         target.ld.
2189         * sysdeps/standalone/i386/force_cpu386/Makefile: Install it from
2190         that name (still into $(libdir)/force_cpu386.ld).
2191
2192         * mach/Makefile (headers, user-interfaces, server-interfaces):
2193         Don't add default_pager stuff.
2194
2195 Mon Oct 31 07:00:40 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2196
2197         * sysdeps/unix/bsd/sun/sunos4/termbits.h (TCSASOFT): Macro
2198         removed.
2199
2200         * malloc/malloc.h: Change #ifdef __STDC__ to #if defined
2201         (__STDC__) && __STDC__.
2202
2203 Fri Oct 28 00:09:24 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2204
2205         * sysdeps/mach/sysdep.h: Include <mach/mig_support.h> for decls.
2206         (FATAL_PREPARE): Pass arg to __mig_dealloc_reply_port.
2207
2208         * assert/Makefile (routines): Add assert-perror.
2209
2210         * Makerules (stubs): cd into $(objdir) and use local file names,
2211         making the cmd shorter.
2212
2213         * sysdeps/mach/hurd/getprio.c (getonepriority): Call
2214         proc_getprocinfo with proc port.
2215
2216         * sysdeps/mach/hurd/errnos.awk: Grok "@comment errno %d" in
2217         errno.texi, instead of assigning sequentially.
2218         * sysdeps/mach/hurd/errlist.awk: Likewise.
2219
2220         * stdio/fwrite.c: Reset BUFFER_SPACE after fflush in fill_buffer
2221         case.
2222
2223         * sysdeps/generic/sigset.h (__SIGSETFN): When losing, punt to
2224         `raise (-1)'.  Old method looped.
2225
2226         * hurd/hurd/resource.h: Include <hurd/process.h>.
2227
2228 Thu Oct 27 15:00:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2229
2230         * sysdeps/standalone/standalone.h: Fixed typo.
2231
2232 Wed Oct 26 00:21:16 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2233
2234         * sysdeps/unix/i386/vfork.S: New file.
2235
2236         * sysdeps/generic/strchr.c: Increment CP properly in check for 5th
2237         char of quadword hit.
2238
2239         * sysdeps/mach/hurd/getprio.c (getonepriority): Always set ONERR.
2240
2241 Tue Oct 25 03:53:26 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2242
2243         * hurd/hurd/resource.h: Include <errno.h>.
2244
2245         * stdio/ftell.c: If STREAM->__pushed_back, calculate from
2246         pushback_bufp instead of bufp.
2247
2248         * Makefile (format-me): New canned sequence; runs makeinfo
2249         --no-headers.
2250         (INSTALL): Use it.
2251         (NOTES): New file rule.
2252
2253         * manual/intro.texi (Feature Test Macros): Node moved off to
2254         creature.texi.
2255         * manual/creature.texi: New file, broken out of intro.texi.
2256
2257         * manual/Makefile (indices): New variable; include ky.
2258         (realclean): Use $(indices) to remove all index and sorted index
2259         files.
2260
2261         * sysdeps/mach/hurd/fcntlbits.h (O_ASYNC, O_FSYNC, O_SYNC):
2262         Protect with [__USE_BSD].
2263
2264 Mon Oct 24 00:16:59 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2265
2266         * sysdeps/unix/bsd/utime.c: Initialize tv_usec fields.
2267         Use __gettimeofday instead of time.
2268
2269         * sunrpc/pmap_rmt.c: Include <sys/param.h> before <net/if.h>.
2270         Undef _POSIX_SOURCE before that.
2271         * sunrpc/pm_getport.c: Likewise.
2272         * sunrpc/pm_getmaps.c: Likewise.
2273         * sunrpc/get_myaddr.c: Likewise.
2274
2275         * misc/sys/cdefs.h: Undef __P first.
2276
2277         * Version 1.08.12.
2278
2279         * sysdeps/mach/hurd/getprio.c: Rewritten.
2280         * sysdeps/mach/hurd/setprio.c: New file.
2281         * hurd/hurdprio.c: New file.
2282         * hurd/Makefile (routines): Add hurdprio.
2283         * hurd/hurd/resource.h (_hurd_priority_which_map): Declare it.
2284         (NICE_TO_MACH_PRIORITY, MACH_PRIORITY_TO_NICE): New macros.
2285
2286 Sun Oct 23 19:39:18 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2287
2288         * Makerules (sources): Fix typo in last change.
2289
2290 Fri Oct 21 13:15:39 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2291
2292         * sysdeps/generic/termbits.h (ECHOKE): Remove gratuitous leading
2293         space before #define.
2294
2295         * Makerules (sources): Filter out $(elided-routines).
2296
2297         * sysdeps/sparc/divrem.m4 (entry point): For OP=rem, set SIGN from
2298         dividend only, ignoring divisor.
2299         (Lgot_result): Test SIGN here for OP=rem too (as originally).
2300
2301 Wed Oct 19 02:40:02 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2302
2303         * hurd/hurdsig.c: Use assert_perror.
2304
2305         * assert/assert-perror.c (__assert_perror_fail): New file.
2306         * assert/assert.h (assert_perror): New macro.
2307  
2308         * Version 1.08.11.
2309
2310         * hurd/hurdsig.c (abort_rpcs): Actually return a port instead of
2311         boolean, as the type says.
2312
2313         * hurd/hurdsig.c (abort_all_rpcs): If waiting for reply from
2314         interrupted RPC returns error, print debugging msg with error
2315         test, don't assert.
2316
2317 Mon Oct 17 00:06:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2318
2319         * stdlib/strtol.c: Deansideclized.
2320         * sysdeps/generic/strcspn.c: Deansideclized.
2321         * sysdeps/generic/putenv.c: Deansideclized, added portability
2322         cruft.
2323
2324 Fri Oct 14 14:00:11 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2325
2326         * sysdeps/unix/sysv/sysv4/solaris2/utsnamelen.h:
2327         Moved to sysdeps/unix/sysv/sysv4.
2328
2329 Thu Oct 13 22:06:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2330
2331         * sysdeps/unix/common/glue-ctype.c [HAVE__LOCP]: Move this defn to
2332         first.  Include sys/types.h.
2333
2334         * sysdeps/unix/bsd/readdir.c: Include direct.h.
2335
2336         * socket/sys/socket.h (__SOCKADDR_ARG): Always use non-GCC defn,
2337         for now.
2338         * posix/sys/wait.h (__WAIT_STATUS): Likewise.
2339
2340 Tue Oct 11 00:42:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2341
2342         * Version 1.08.10.
2343
2344 Mon Oct 10 00:33:47 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2345
2346         * malloc/malloc.h [_MALLOC_INTERNAL] (CHAR_BIT): Don't define if
2347         already defined.
2348
2349         * stdio/__vfscanf.c: Grok %q modifier like %ll.
2350
2351         * mach/__msgserver.c: Increase default MAX_SIZE to two pages.
2352
2353         * misc/init-misc.c: Cast string constant to non-const type.
2354
2355         * sysdeps/i386/ffs.c: Use %1 again instead of listing TMP as an
2356         input with constraint "1".  This avoids a warning that TMP may be
2357         used before set.
2358
2359 Sun Oct  9 22:41:20 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2360
2361         * hurd/hurdsig.c (abort_all_rpcs): Declare SS.
2362
2363 Sun Oct 09 01:19:38 1994  Jim Meyering  (meyering@comco.com)
2364
2365         * posix/fnmatch.c: Remove CONFIG_BROKETS conditional.
2366
2367 Fri Oct  7 15:28:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2368
2369         * stdio/__vfscanf.c: Properly grok %a modifier.
2370
2371         * hurd/hurdsig.c (abort_rpcs): Return the reply port or null,
2372         instead of boolean.
2373         (abort_all_rpcs): Record the returns from abort_rpcs and wait for
2374         a message on each reply port.  Don't bother locking _hurd_siglock.
2375
2376 Thu Oct  6 18:57:44 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2377
2378         * hurd/hurd.h (_hurd_socket_server): Take new arg DEAD; explain
2379         its use in comment.
2380         * hurd/hurdsock.c (_hurd_socket_server): Take new arg DEAD; if
2381         nonzero, clear any old cached port and always do a fresh lookup.
2382         * sysdeps/mach/hurd/socket.c: Pass new arg to _hurd_socket_server,
2383         cope with dead server on socket_create.
2384         * sysdeps/mach/hurd/__pipe.c: Likewise.
2385
2386 Mon Oct  3 02:09:43 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2387
2388         * sysdeps/generic/utsnamelen.h (_UTSNAME_LENGTH): Increase to
2389         1024.
2390
2391 Sun Oct  2 18:35:16 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2392
2393         * posix/glob.h (__P): Change arg name to `protos', for congruence
2394         with 4.4 BSD.
2395         * posix/fnmatch.h (__P): Likewise.
2396
2397 Sat Oct  1 04:25:35 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2398
2399         * misc/Makefile (routines): Add daemon.
2400
2401 Fri Sep 30 16:49:09 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2402
2403         * misc/daemon.c: New file, incorporated from BSD 4.4-Lite.
2404
2405         * sysdeps/mach/hurd/__setsid.c: Call _hurd_setcttyid with
2406         MACH_PORT_NULL after proc_setsid.
2407
2408         * hurd/hurdioctl.c (_hurd_setcttyid): Don't do mod_refs if port is
2409         null.
2410
2411         Always use fds' `port' cell for the generic port.
2412         For ctty fds, use the `ctty' cell for the ctty-special port.
2413         * hurd/dtable.c (get_dtable_port): Use port, never ctty.
2414         (fork_child_dtable): Reset D->ctty instead of D->port.
2415         (ctty_new_pgrp): Likewise. 
2416         * sysdeps/mach/hurd/__ioctl.c: Use ctty port for RPC if set and
2417         !NOCTTY.
2418         * hurd/port2fd.c (_hurd_port2fd): Install normal port in D->port
2419         cell, and ctty-special port in the D->ctty cell, not the reverse.
2420         * hurd/hurdioctl.c (tiocsctty): Don't assume MACH_PORT_NULL is
2421         zero.
2422         * hurd/hurdexec.c (_hurd_exec): Always pass fds' normal port,
2423         never its ctty port.
2424         * hurd/fd-write.c (_hurd_fd_write): Use ctty port for RPC if set
2425         and !NOCTTY.
2426         * hurd/fd-read.c (_hurd_fd_read): Use ctty port for RPC if set.
2427
2428 Thu Sep 29 18:28:01 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2429
2430         * mach/mig_syms.c (mig_put_reply_port): Add symbol alias to __
2431         name.
2432
2433 Thu Sep 29 12:23:07 1994  Brendan Kehoe  (brendan@zen.org)
2434
2435         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (ENTRY): Use
2436         poundfnc instead of \#function, to satisfy gcc-2.6.0 and higher.
2437         (cat, poundfnc): Define macros to pull it off.
2438
2439         * sysdeps/unix/sysv/sysd-stdio.c: Include
2440         sysdeps/generic/sysd-stdio.h,
2441         not looking in sysdeps/posix.
2442
2443 Thu Sep 29 05:38:14 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2444
2445         * sysdeps/unix/common/configure.in (ctype check): In test prog,
2446         just reference $ctype; we don't care what type it is.
2447
2448         * sysdeps/unix/bsd/bsd4.4/direct.h: New file.
2449         (HAVE_D_TYPE): Define this macro.
2450         * dirent/dirent.h (struct dirent): New member `d_type'; shorten
2451         `d_namlen' to a byte.
2452         * sysdeps/unix/bsd/readdir.c [! HAVE_D_TYPE]: Shuffle d_namlen and
2453         clear d_type.
2454
2455 Wed Sep 28 17:23:26 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2456
2457         * posix/sys/utsname.h [__USE_SVID] (SYS_NMLN): New macro.
2458
2459         * dirent/scandir.c: Free storage on error from readdir.
2460
2461 Mon Sep 26 00:55:34 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2462
2463         * Version 1.08.9.
2464
2465         * MakeTAGS (all-dist): Prepend the appropriate sysdep dir names.
2466
2467         * hurd/hurdsig.c (_hurd_internal_post_signal: sigwakeup): Create a
2468         send right.
2469
2470 Sat Sep 24 13:44:51 1994  Jim Meyering  (meyering@comco.com)
2471
2472         * sysdeps/generic/memcmp.c [CMP_LT_OR_GT]: New macro.
2473         (memcmp): Use it in place of each of ten 5-line #ifdef blocks.
2474
2475 Fri Sep 23 16:55:54 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2476
2477         * sysdeps/mach/hurd/sigsuspend.c: Include <hurd/msg.h>.
2478
2479         * sysdeps/mach/hurd/sigsuspend.c: Add missing & in __mach_msg
2480         call.
2481
2482 Thu Sep 15 14:22:56 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2483
2484         * sysdeps/standalone/i386/force_cpu386/Dist: New file.
2485         * sysdeps/standalone/m68k/m68020/mvme136/Dist: New file.
2486         * sysdeps/standalone/i960/Dist: New file.
2487         * sysdeps/standalone/m68k/m68020/Dist: New file.
2488         * sysdeps/standalone/i386/force_cpu386/force_cpu386.ld: New file.
2489         * sysdeps/standalone/m68k/m68020/mvme136/mvme136.ld: New file.
2490         * sysdeps/standalone/i960/i960ca.h: New file.
2491         * sysdeps/standalone/m68k/m68020/m68020.h: New file.
2492
2493         * sysdeps/unix/common/configure.in: Use AC_COMPILE_CHECK instead
2494         of AC_HAVE_FUNCS.
2495
2496         * sysdeps/generic/make_siglist.c (sys_siglist): Define as macro to
2497         my_siglist.
2498
2499         * sysdeps/mach/i386/thread_state.h: Include from mach/machine, not
2500         mach/i386.
2501         * sysdeps/mach/hurd/i386/sigcontext.h: Likewise.
2502
2503         * mach/mach/mig_support.h (__mig_put_reply_port): Declare.
2504         (__mig_dealloc_reply_port): Take arg.
2505         * sysdeps/mach/hurd/mig-reply.c (__mig_put_reply_port): New
2506         function.
2507         (__mig_dealloc_reply_port): Take arg, ignore it.
2508
2509 Wed Sep 14 18:16:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2510
2511         * sysdeps/mach/hurd/Makefile (libc-name): Set to crt.
2512         [!subdir]: Install libc-ldscript as libc.a.
2513         * sysdeps/mach/hurd/Dist: Add libc-ldscript.
2514
2515 Tue Sep 13 19:57:09 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2516
2517         * sysdeps/mach/hurd/sync.c: Don't be synchronous: pass WAIT=0 to
2518         file_syncfs.
2519
2520         * Makerules (libc-name): New variable.
2521         (install, libc installation rule): Use $(libc-name) in place of `c'.
2522
2523 Sun Sep 11 23:28:20 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2524
2525         * sysdeps/mach/hurd/__readlink.c: Only decrement LEN to remove the
2526         null terminator when LEN is already large enough to include it.
2527
2528         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Add break
2529         after FS_RETRY_MAGICAL case.
2530
2531 Fri Sep  9 04:03:59 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2532
2533         * stdio/vfprintf.c: Grok q modifier like ll.
2534
2535         * Make-dist (sysdep-Subdir-files, subdirs): Set these early on,
2536         before doing distinfo.
2537         [parent] (+distinfo): Set inhibit_interface_rules=t in sub-make.
2538
2539 Thu Sep  8 17:18:14 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2540
2541         * sysdeps/generic/morecore.c (__default_morecore) [! __STDC__]:
2542         Declare arg as `int' instead of `ptrdiff_t'.
2543
2544 Tue Sep  6 19:06:00 1994  Roland McGrath  <roland@geech.gnu.ai.mit.edu>
2545
2546         * posix/glob.c (prefix_array, glob): Avoid const on initialized
2547         variables.  Some compiler generates bad code.
2548
2549 Mon Sep  5 13:24:26 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2550
2551         * malloc/Makefile (malloc/%: ../sysdeps/generic/%): New rule, to get
2552         morecore.c.
2553
2554         * malloc/malloc.h (size_t, ptrdiff_t): Never define these as macros.
2555         (__malloc_size_t): Define this instead.
2556         Change all uses of size_t to __malloc_size_t.
2557         * malloc/valloc.c: Replace all uses of size_t with __malloc_size_t.
2558         * malloc/memalign.c: Likewise.
2559         * malloc/mcheck.c: Likewise.
2560         * malloc/mtrace.c: Likewise.
2561         * malloc/malloc.c: Likewise.
2562         * malloc/free.c: Likewise.
2563         * malloc/realloc.c: Likewise.
2564         * malloc/calloc.c: Likewise.
2565
2566         * MakeTAGS (TAGS): Define first so as to be default goal.
2567         (sysdep_dirs): Set this by running find, if it is not already set.
2568         (all-dirs): Include that value.
2569         (all-dist): Filter output of cat, not args to it.
2570         * Makerules (TAGS): Depend on distinfo, not distfile.
2571
2572         * resolv/getnetnamadr.c (getnetbyname): Arg is always const,
2573         regardless of [sun].
2574
2575 Sun Sep  4 00:04:55 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2576
2577         * Version 1.08.8.
2578
2579         * Makerules (distinfo-vars): Double $s in final emitted sources defn.
2580
2581         * inet/Makefile (headers): Add netdb.h.
2582         * resolv/Makefile (headers): Remove netdb.h.
2583         * resolv/netdb.h: Moved to inet.
2584         * inet/netdb.h: Incorporated from BSD 4.4-Lite.
2585         Add back h_errno declaration.
2586
2587         * hurd/Makefile (faultexc.c): Change this to a pattern rule to
2588         build both faultexc.[ch].
2589         (hurdfault.o): Depend on faultexc.h and faultexc.c to get them built.
2590
2591         * sysdeps/mach/hurd/i386/trampoline.c
2592         (_hurdsig_rcv_interrupted_p): Make PC volatile.
2593         (_hurd_setup_sighandler): Cast SS->context to int before comparing to
2594         _hurdsig_fault_sigcode.
2595
2596         * sysdeps/mach/thread_state.h (MACHINE_THREAD_STATE_SET_{SP,PC}):
2597         Cast args to unsigned long int.
2598
2599         * sysdeps/mach/hurd/i386/trampoline.c: Use _hurdsig_catch_fault.
2600
2601         * Make-dist (subdirs): Use sed to remove comments from Subdirs files.
2602         * MakeTAGS (subdirs): Likewise.
2603
2604         * sysdeps/mach/i386/thread_state.h: Include
2605         <mach/i386/thread_status.h> first thing.
2606
2607         * hurd/Makefile (sig): Add faultexc.
2608         ($(objpfx)faultexc.c): New target.
2609         (generated): Append faultexc.c.
2610
2611         * hurd/Makefile (sig): Add hurdfault; remove init-fault.
2612         (distribute): Add hurdfault.h.
2613         * hurd/hurdfault.h: New file.
2614         * hurd/hurdfault.c: New file.
2615         * hurd/hurdsig.c (interrupted_reply_port_location): Use
2616         _hurdsig_catch_fault and _hurdsig_end_catch_fault.
2617         (_hurdsig_getenv): Likewise.
2618         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
2619
2620         * hurd/catch-exc.c: Return EPERM if TASK is not right.
2621
2622         * hurd/hurdsig.c (_hurd_sigthread_fault_env): Variable moved to
2623         hurdfault.c.
2624         (_hurdsig_fault_init): Function moved to hurdfault.c.
2625
2626 Sat Sep  3 12:22:53 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2627
2628         * sysdeps/mach/thread_state.h (MACHINE_THREAD_STATE_SET_PC,
2629         MACHINE_THREAD_STATE_SET_SP): New macros.
2630         * mach/setup-thread.c: Use MACHINE_THREAD_STATE_SET_PC.
2631         * sysdeps/mach/hurd/__fork.c: Likewise.
2632
2633         * string/test-ffs.c (main: try): Actually call ffs in the test.
2634
2635 Fri Sep  2 21:20:17 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2636
2637         * sysdeps/mach/hurd/mips/__sigret.c: Restore FPU state.  Code from
2638         kkojima.
2639
2640         * sysdeps/mach/hurd/__mknod.c: Fixed copying of the translator
2641         name into buffer with major and minor numbers, and setting of LEN.
2642
2643         * sysdeps/unix/configure (unix_syscall): In sed cmd, do = first to
2644         avoid clobbering produced assignments.
2645
2646 Thu Sep  1 03:25:17 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2647
2648         * Version 1.08.7.
2649
2650         * sysdeps/mach/hurd/connect.c (connect): Fix accidental renaming
2651         of sun_path to sun_file_name.
2652
2653         * bare/Makefile (routines, elided-routines): Set these both to
2654         $(bare-routines).
2655         (distribute): Don't set this.
2656
2657         * Makerules (distinfo-vars): Fix cmd to echo `sources' defn.
2658
2659         * sysdeps/unix/configure: Handle dirs other than common.  Check
2660         for [gs]etdomainname.
2661         * misc/Makefile (routines): Add getdomain, setdomain.
2662         * sysdeps/unix/bsd/bsd4.4/setdomain.S: New file.
2663         * sysdeps/unix/bsd/bsd4.4/getdomain.S: New file.
2664         * sysdeps/stub/setdomain.c: New file.
2665         * sysdeps/stub/getdomain.c: New file.
2666
2667 Wed Aug 31 01:15:26 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2668
2669         * hurd/hurdsig.c (_hurd_internal_post_signal: sigwakeup): Take no
2670         args; use parent SS variable.  Changed all calls.
2671
2672         * hurd/hurd/signal.h (struct hurd_sigstate): Make `suspended' a
2673         port; remove `arrived'.
2674         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend): Rewritten to set
2675         SS->suspended port and wait for msg on it.  Check for and deliver
2676         pending signals properly.
2677         * hurd/hurdsig.c (_hurd_internal_post_signal: sigwakeup): If
2678         SS->suspended is set, send an empty message on it and clear it.
2679
2680         * math/test-math.c (print_trig_stuff): New function, tests many
2681         math functions.
2682         (main): Call it at end.
2683
2684         * string/Makefile (tests): Added test-ffs.
2685         * string/test-ffs.c: New file.
2686
2687 Tue Aug 30 20:33:49 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2688
2689         * misc/fstab.c (error): Return void.
2690         (fstabscan): Return int.
2691
2692         * sysdeps/i386/ffs.c: Use & modifier in constraint for CNT.
2693
2694         * misc/fstab.c (EFTYPE): If not defined by errno.h, define this to
2695         EINVAL.
2696         (fstabscan): Return void.
2697
2698 Tue Aug 30 11:00:01 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
2699
2700         * sysdeps/mach/hurd/__access.c (__access): Use a send right,
2701         not a send-once right, in the new auth protocol.
2702         * hurd/__setauth.c (_hurd_setauth): Likewise.
2703         * hurd/hurdsig.c (reauth_proc): Likewise.
2704         * hurd/dtable.c (reauth_dtable): Likewise.
2705         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Likewise.
2706
2707 Tue Aug 30 03:59:38 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2708
2709         * socket/sys/socket.h (__SOCKADDR_ARG) [GCC>=2.6]: Use a typedef
2710         with the transparent_union attribute.
2711
2712         * sysdeps/mach/hurd/__access.c: Use new authentication protocol:
2713         for each port, create a fresh receive right and pass send-once
2714         rights in the auth calls, then destroy the port.
2715
2716         * sysdeps/mach/mips/syscall.S: New file.
2717
2718         * stdio/Makefile (mpn-headers, mpn-sysdep): Change asm.h to
2719         asm-syntax.h.
2720
2721         * misc/Makefile (headers): Added fstab.h.
2722         (routines): Added fstab.
2723         * misc/fstab.c: New file.
2724         * misc/fstab.h: New file.
2725
2726         * hurd/Makefile (routines): Changed hurdpath to hurdlookup.
2727         * hurd/hurdpath.c: Renamed to hurd/hurdlookup.c.
2728         * hurd/hurdlookup.c: Globally replace `pathtrans' with `lookup' and
2729         `path' with `file_name'.
2730         (__hurd_file_name_split): Don't bother skipping leading slashes.
2731         * hurd/hurd.h: Rename likewise in decls.
2732         * hurd/fchroot.c: Globally replace `pathtrans' with `lookup' and
2733         `path' with `file_name'.
2734         * hurd/hurdsig.c: Likewise.
2735         * hurd/hurdsock.c: Likewise.
2736         * hurd/hurdsyms.c: Likewise.
2737         * hurd/invoke-trans.c: Likewise.
2738         * sysdeps/mach/hurd/__access.c: Likewise.
2739         * sysdeps/mach/hurd/__chmod.c: Likewise.
2740         * sysdeps/mach/hurd/__chown.c: Likewise.
2741         * sysdeps/mach/hurd/__execve.c: Likewise.
2742         * sysdeps/mach/hurd/__link.c: Likewise.
2743         * sysdeps/mach/hurd/__lstat.c: Likewise.
2744         * sysdeps/mach/hurd/__mkdir.c: Likewise.
2745         * sysdeps/mach/hurd/__mknod.c: Likewise.
2746         * sysdeps/mach/hurd/__open.c: Likewise.
2747         * sysdeps/mach/hurd/__rmdir.c: Likewise.
2748         * sysdeps/mach/hurd/__readlink.c: Likewise.
2749         * sysdeps/mach/hurd/__stat.c: Likewise.
2750         * sysdeps/mach/hurd/__symlink.c: Likewise.
2751         * sysdeps/mach/hurd/__unlink.c: Likewise.
2752         * sysdeps/mach/hurd/__utimes.c: Likewise.
2753         * sysdeps/mach/hurd/bind.c: Likewise.
2754         * sysdeps/mach/hurd/chflags.c: Likewise.
2755         * sysdeps/mach/hurd/connect.c: Likewise.
2756         * sysdeps/mach/hurd/fchdir.c: Likewise.
2757         * sysdeps/mach/hurd/opendir.c: Likewise.
2758         * sysdeps/mach/hurd/sysd-stdio.c: Likewise.
2759         * sysdeps/mach/hurd/truncate.c: Likewise.
2760         * sysdeps/mach/hurd/rename.c: Likewise.
2761         * sysdeps/mach/hurd/getcwd.c: Likewise.
2762         * sysdeps/mach/hurd/chroot.c: Likewise.
2763         * sysdeps/mach/hurd/__chdir.c: Likewise.
2764
2765         * hurd/__setauth.c (_hurd_setauth): Use new authentication
2766         protocol: for each port, create a fresh receive right and pass
2767         send-once rights in the auth calls, then destroy the port.
2768         * hurd/hurdsig.c (reauth_proc): Likewise.
2769         * hurd/dtable.c (reauth_dtable): Likewise.
2770
2771         * hurd/hurdpath.c (__hurd_path_lookup_retry): Don't handle
2772         FS_RETRY_NONE (it's gone).  Use new authentication protocol:
2773         create a fresh receive right and pass send-once rights in the auth
2774         calls, then destroy the port.
2775
2776 Mon Aug 29 13:17:39 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
2777
2778         * sysdeps/mach/hurd/__symlink.c (__symlink): Use new
2779         file_set_translator protocol.
2780         * sysdeps/mach/hurd/bind.c (bind): Likewise.
2781         * sysdeps/mach/hurd/__mknod.c (__mknod): Likewise.
2782
2783         * sysdeps/mach/hurd/__pipe.c (__pipe): Use PF_LOCAL instead
2784         of AF_FILE.
2785
2786 Fri Aug 26 01:21:09 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2787
2788         * Makefile ($(objpfx)sysd-dirs): Use sed to remove # comments from
2789         Subdirs files.
2790
2791         Support for miscellaneous standalone boards (no OS), contributed
2792         by Joel Sherrill (jsherril@redstone-emh2.army.mil), On-Line
2793         Applications Research Corporation.
2794         * sysdeps/standalone: New directory.
2795         * sysdeps/standalone/standalone.h: New file.
2796         * sysdeps/standalone/stdio_lim.h: New file.
2797         * sysdeps/stub/strtsupp.c: New file.
2798         * sysdeps/standalone/filedesc.h: New file.
2799         * sysdeps/posix/{setenv,putenv}.c: Moved to sysdeps/generic.
2800         * sysdeps/unix/getenv.c: Moved to sysdeps/generic.
2801         * sysdeps/unix/morecore.c: Moved to sysdeps/generic.
2802         * sysdeps/posix/sysd-stdio.c: Moved to sysdeps/generic.
2803         * sysdeps/stub/errnos.h: Add ENFILE and EMFILE.
2804         * sysdeps/stub/errlist.c (_sys_errlist): Likewise.
2805         * sysdeps/stub/console.c: New file.
2806         * sysdeps/standalone/__open.c: New file.
2807         * sysdeps/standalone/__read.c: New file.
2808         * sysdeps/standalone/__write.c: New file.
2809         * sysdeps/standalone/__close.c: New file.
2810         * sysdeps/stub/brdinit.c: New file.
2811         * sysdeps/unix/__sbrk.c: Moved to sysdeps/generic.
2812         * sysdeps/standalone/__brk.c: New file.
2813         * sysdeps/standalone/Subdirs: New file
2814         * bare/Makefile: New file (and new directory).
2815         * sysdeps/i960/ffs.c: New file.
2816         * sysdeps/i960/Implies: New file.
2817         * configure.in (os=none): base_os=standalone
2818
2819 Thu Aug 25 23:56:32 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2820
2821         * sysdeps/stub/__sigret.c: Arg is not const.
2822         * signal/sigret.c: Likewise.
2823
2824 Tue Aug 23 14:43:19 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2825
2826         * socket/sys/socket.h (PF_FILE, AF_FILE): Removed (use LOCAL instead).
2827         (PF_XTP, PF_COIP, PF_CNT, PF_RTIP, PF_IPX, PF_SIP, PF_PIP): New
2828         macros.
2829         (PF_MAX): Increased to 26.
2830         (pseudo_AF_XTP, AF_COIP, AF_CNT, pseudo_AF_RTIP, AF_IPX, AF_SIP,
2831         pseudo_AF_PIP): New macros.
2832         (MSG_EOR, MSG_TRUNC, MSG_CTRUNC, MSG_WAITALL, MSG_DONTWAIT,
2833         SO_REUSEPORT): New enum constants.
2834
2835         * hurd/hurdsig.c (_hurd_internal_post_signal): If not preempted,
2836         set ACT before checking for SIGCONT.  When continuing and
2837         ACT==handle, don't resume SS->thread; record that it is suspended
2838         and in handler-setup code, don't suspend it again.
2839
2840         * sysdeps/mach/hurd/sys/param.h: Include <errno.h> (BSD does).
2841
2842         * sysdeps/mach/hurd/__fork.c: When unchaining old sigstates, check
2843         for SS being head of chain.
2844
2845 Mon Aug 22 00:29:02 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2846
2847         * time/{asia,australasia,europe,northamerica}: New data from ADO.
2848
2849         * hurd/hurdsig.c (abort_rpcs): After destroying MSGING_PORT,
2850         change the return value register in STATE to EINTR.
2851         * sysdeps/mach/mips/thread_state.h (SYSRETURN): New macro.
2852         * sysdeps/mach/i386/thread_state.h (SYSRETURN): New macro.
2853
2854         * hurd/hurdsig.c (default_sigaction): New function.
2855         (_hurd_thread_sigstate): Use it to initialize SS->actions.
2856         Initialize rest of new sigstate by hand, don't just bzero it.
2857
2858         * hurd/hurdsig.c (_hurd_internal_post_signal): Initialize
2859         THREAD_STATE.set to zero.
2860
2861         * posix/execl.c: Use ARG instead of PATH in va_start.
2862
2863         * sysdeps/mach/hurd/__fork.c: In child fork, unchain stale
2864         structures from _hurd_sigstates first, and only free them after
2865         other processing is complete.
2866
2867         * hurd/hurdpath.c (__hurd_path_lookup_retry): For malformed number
2868         in magic "fd/N", return ENOENT instead of treating it as bogus
2869         magic.
2870
2871         * sysdeps/mach/hurd/__chdir.c: After __path_lookup on arg, use
2872         __hurd_path_lookup of empty file name on resultant port to check
2873         that it's a directory.
2874         * sysdeps/mach/hurd/chroot.c: Likewise.
2875         * sysdeps/mach/hurd/fchdir.c: Use __hurd_path_lookup of empty file
2876         name on FD port to check that it's a directory and acquire a
2877         reference at the same time.
2878         * hurd/fchroot.c: Likewise.
2879
2880         * hurd/hurdpid.c (init_pids): Add gratuitous self reference to
2881         silence compiler.
2882
2883         * hurd/hurdpath.c: Include <hurd/term.h> for cttyid opening rpc.
2884         (__hurd_path_lookup_retry): Fixed typo.
2885
2886         * sysdeps/mach/hurd/i386/__sigret.c: Push state onto the user's
2887         stack, switch to it, pop and return.
2888
2889         Major rewrite of Hurd signal delivery.
2890         * hurd/hurd/signal.h (struct hurd_sigstate): New member `context'.
2891         * sysdeps/mach/hurd/i386/trampoline.c: Include "thread_state.h"
2892         instead of <mach/thread_status.h>.
2893         (struct mach_msg_trap_args): New type.
2894         (trampoline): Function removed.
2895         (_hurd_setup_sighandler): Take struct hurd_sigstate * arg instead
2896         of FLAGS and SIGALTSTACK args; take new flag arg RPC_WAIT; use
2897         struct machine_thread_all_state * for STATE arg.  New declared
2898         labels `trampoline', `rpc_wait_trampoline' mark asm code at end of
2899         function (after return).  Add another struct sigcontext * to
2900         STACKFRAME after the first one, for the arg to __sigreturn.  If
2901         SS->context is set, fill registers in SCP from that instead of
2902         STATE, and reset SS->INTR_PORT from it.  Use memcpy to copy from
2903         STATE into SCP; the structures are congruent.  If RPC_WAIT is set,
2904         set up to use rpc_wait_trampoline and frob args to mach_msg_trap
2905         syscall in progress so that it will retry the receive operation
2906         (but not resend!).
2907         {rpc_wait_trampoline, trampoline}: New trampoline code.
2908         (_hurd_rcv_interrupted_p): New function.
2909         * sysdeps/mach/hurd/mips/trampoline.c: Likewise.
2910         * hurd/hurdsig.c (write_corefile): Take new arg SIGERROR.  Use
2911         _hurdsig_getenv instead of getenv.  Use dir_mkfile to create an
2912         unlinked node for the core file; then use dir_link to name it,
2913         only if core_dump_task succeeded.
2914         (post_reply): New function.
2915         (abort_thread): New function.
2916         (interrupted_reply_port_location): New function.
2917         (interrupted_reply_port): Function removed (replaced by above).
2918         (abort_all_rpcs): Take struct machine_thread_all_state * for STATE.
2919         (abort_rpcs): Likewise.
2920         Return int, nonzero iff interrupt_operation RPC was done.  Take
2921         args for reply port and its port type; call abort_thread instead
2922         of doing thread_abort and thread_get_state.  Call
2923         _hurdsig_rcv_interrupted_p instead of _hurd_thread_state_msging_p.
2924         Use __interrupt_operation mig stub instead of manual packing.  If
2925         we destroy the msging port, and it is the thread's mig reply port,
2926         clear its reply port slot.  Fix inverted SA_RESTART test.
2927         (_hurd_internal_post_signal): Take new arg SIGERROR.
2928         Remove `cont' from ACT enum; SIGCONT processing is independent of
2929         handling.  Removed local function `check_pending'; add `reply'.
2930         Use mask macro STOPSIGS instead of alternation to check for stop
2931         signals.  Process SIGCONT and do continuation before examining the
2932         handler.  Use SS->pending_data instead of SS->sigcodes.  When
2933         dying, don't lock _hurd_siglock around __proc_dostop call.  When
2934         dying, reply immediately after stopping user threads.  When
2935         handling, notice return from abort_rpcs and pass it to
2936         _hurd_setup_sighandler; also pass SS instead of its components.
2937         Set SCP->sc_error from SIGERROR; clear SS->intr_port after saving
2938         it in SCP->sc_intr_port.  For pending checks, use macro PENDING
2939         and goto pending if returns true.
2940         (_S_sig_post): Eliminate unnecessary variable WIN; pass SIGERROR
2941         value of zero to _hurd_internal_post_signal.
2942         (_hurdsig_getenv): New function.
2943         * sysdeps/mach/hurd/i386/__sigret.c (sp): New global register
2944         variable.
2945         (__sigreturn): Arg is not const.
2946         After restoring SCP->sc_mask, check for pending signals (newly
2947         unblocked); if any, set SS->context to SCP, clear SS->intr_port,
2948         and send sig_post to the signal thread to deliver the pending
2949         signals.  Point SP directly at &SCP->sc_gs and used popa;iret to
2950         restore.  (This does not actually work; iret is unhelpful.)
2951         * sysdeps/mach/hurd/mips/__sigret.c (__sigreturn): Arg is not
2952         const.  After restoring SCP->sc_mask, check for pending signals
2953         (newly unblocked); if any, set SS->context to SCP, clear
2954         SS->intr_port, and send sig_post to the signal thread to deliver
2955         the pending signals.  Don't write $1 value into the user stack.
2956         Instead, write it into the word just past SCP->sc_pc; then point
2957         $1 at SCP->sc_pc and use `op_sigreturn' pseudo-instruction to
2958         restore the PC and $1 from that.
2959
2960 Fri Aug 19 15:39:54 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2961
2962         * configure.in (machine): Grok i586 -> i386/i586.
2963         * sysdeps/i386/pentium: Directory renamed to sysdeps/i386/i586.
2964
2965         * hurd/hurd.h (_hurd_pids_changed_stamp, _hurd_pids_changed_sync):
2966         New variables.
2967         * hurd/hurdpid.c (_S_proc_newids): Last thing, increment
2968         _hurd_pids_changed_stamp and broadcast on _hurd_pids_changed_sync.
2969         * sysdeps/mach/hurd/__setpgrp.c: After proc_setpgrp succeeds and
2970         PID is ourself, wait on _hurd_pids_changed_sync until
2971         _hurd_pids_changed_stamp increases from the value before the RPC.
2972         * sysdeps/mach/hurd/__setsid.c: After proc_setsid succeeds, wait
2973         on _hurd_pids_changed_sync until _hurd_pids_changed_stamp
2974         increases from the value before the RPC.
2975
2976         * posix/sys/wait.h [GCC>=2.6] (__WAIT_STATUS): Define this with
2977         typedef as a union with the new (GCC 2.6.1) `transparent_union'
2978         attribute.
2979
2980         * stdio/printf_fp.c (MPNSIZE): New macro, computed from DBL_MAX_EXP.
2981         (MPN_VAR): Use that for size of bignums.
2982
2983         * sysdeps/mach/hurd/__kill.c: For pgrp, ignore ESRCH error from
2984         kill_pid of individual pids, unless from all of them.
2985         * hurd/hurdkill.c (_hurd_sig_post): Likewise.
2986
2987 Fri Aug 19 00:54:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2988
2989         * configure.in (INSTALL): Quote this shell goop from m4.
2990
2991         * sysdeps/stub/start.c (errno, __environ): Define these variables.
2992
2993         * sysdeps/stub/errnos.h (ENOMEM, EACCES): New macros.
2994         * sysdeps/stub/errlist.c (_sys_errlist): Add strings for all
2995         macros defined in stub/errnos.h.
2996         (_sys_nerr): Use value computed from sizeof (_sys_errlist).
2997
2998 Wed Aug 17 15:32:39 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2999
3000         * hurd/hurdmsg.c (_S_io_select_done): Take poly arg for notify
3001         port arg.
3002
3003         * mach/mach_init.h (vm_page_size): Remove macro defn.
3004
3005         * hurd/Makefile (distribute): Added STATUS.
3006
3007         * sysdeps/mach/thread_state.h: Include <string.h> and
3008         <mach/mach_interface.h>.
3009
3010         * sysdeps/mach/hurd/__select.c: Pass port-type arg to io_select.
3011
3012         * sysdeps/mach/hurd/__fork.c: Include "hurdmalloc.h", so we use
3013         the right `free'.
3014
3015         * sysdeps/mach/hurd/__select.c (SELECT_DONE_MSGID): Correct value
3016         to 23020.
3017         (__select): Don't set PORT until just before sending io_select calls.
3018         Pass proper send-size for io_select_done reply message.  Clear the
3019         reply port slot in io_select_done reply message header.
3020
3021         * sysdeps/mach/hurd/__kill.c: Rename parameter to ARG_SIG, make
3022         SIG a local variable initialized to that (this to work around a
3023         GCC bug).
3024         Initialize PIDS and NPIDS properly for proc_getpgrppids call.
3025
3026         * signal/signal.h (__sigreturn, sigreturn): Arg is not const.
3027
3028         * hurd/hurdpath.c (__hurd_path_lookup_retry): For REAUTH or NORMAL
3029         with empty retryname, treat like NONE (which is now obsolete)
3030         after reauthentication.  For magic "tty", use new
3031         termctty_open_terminal RPC on cttyid port.
3032
3033 Tue Aug 16 01:58:21 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3034
3035         * sysdeps/mach/hurd/__kill.c (kill_pid): Make non-inline.  Treat
3036         null msgport like EPERM return from sig_post.
3037         * hurd/hurdkill.c (_hurd_sig_post): Treat null msgport like EPERM.
3038
3039         * sysdeps/mach/thread_state.h (machine_get_state,
3040         machine_get_basic_state): Initialize count arg before calling
3041         thread_get_state.
3042
3043         * hurd/hurdpath.c (__hurd_path_lookup_retry): Initialize ERR to zero.
3044
3045         * hurd/hurdpath.c (__hurd_path_lookup_retry): Grok magic "tty".
3046
3047         * hurd/hurd/signal.h (struct hurd_sigstate): Replace `sigcodes' with
3048         `pending_data'.
3049         (_hurd_raise_signal, _hurd_setup_sighandler): Update prototypes.
3050         (_hurd_thread_state_msging_p): Don't declare.
3051         (_hurdsig_rcv_interrupted_p): Declare this instead.
3052         (HURD_EINTR_RPC): Invert sense of restart test.
3053
3054         * hurd/hurdrlimit.c (_hurd_rlimits): Add braces to initializer.
3055
3056         * hurd/catch-exc.c: Unlock _hurd_siglock when done with it.  Use
3057         __spin_lock_locked on `held' member instead of __mutex_lock_locked.
3058
3059         * sysdeps/mach/thread_state.h: New file.
3060         * sysdeps/mach/i386/thread_state.h: Don't #include
3061         <mach/thread_status.h>.  Add #include_next <thread_state.h> at end.
3062         * sysdeps/mach/mips/thread_state.h: Likewise.
3063
3064         * sysdeps/mach/hurd/i386/sigcontext.h (struct sigcontext): Lay out
3065         corresponding to i386_thread_state and i386_float_state.
3066         * sysdeps/mach/hurd/mips/sigcontext.h (sc_mips_thread_state,
3067         sc_mips_exc_state, sc_mips_float_state): New macros, marking
3068         members that correspond to thread_state.h structs.
3069
3070 Mon Aug 15 17:21:20 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3071
3072         * Rules [cross-compiling=yes] (tests): Depend on the binaries, not
3073         the output files.
3074
3075         * Makerules: Replace uses of HOST_CC with BUILD_CC and
3076         native-CFLAGS with BUILD_CFLAGS.
3077
3078         * sysdeps/unix/Makefile (mk-local_lim, make-ioctls): Replace uses
3079         of CC with BUILD_CC and native-CFLAGS with BUILD_CFLAGS.
3080         * sysdeps/unix/sysv/sysv4/solaris2/Makefile: Replace uses of
3081         HOST_CC with BUILD_CC and native-CFLAGS with BUILD_CFLAGS.
3082         * sysdeps/posix/Makefile: Likewise.
3083
3084         * Makeconfig (+cc_version): Variable and associated code removed.
3085         (HOST_CC): Use BUILD_CC instead; all uses changed.
3086         (cross-compiling): Set to no if not the case.
3087
3088         * sysdeps/m68k/fpu/__math.h: Replace all uses of __const with
3089         __CONSTVALUE.
3090
3091         * Makerules (distinfo-vars): Remove $@.new first thing.  Write
3092         elided-routines instead of sysdep_routines.  After writing
3093         variables, append to sources from $(elided-routines).
3094         * sysdeps/vax/Makefile (elided-routines): New variable (append to
3095         it).
3096         (aux, routines): Don't set these.
3097         (sysdep_routines): Append things here instead.
3098         * sysdeps/generic/Makefile (elided-routines): New variable (append
3099         to it).
3100         (aux): Don't set this.
3101         * sysdeps/generic/Makefile (routines): Don't set this.
3102         (sysdep_routines): Append exp__E and log__L here instead.
3103
3104         * time/test_time.c (main): Set TBUF.tm_isdst to -1 before calling
3105         mktime.
3106
3107         * stdlib/stdlib.h (atof, atoi, atol, random, srandom, setstate,
3108         initstate, mblen): Never define as macros.
3109         [__OPTIMZE__ && __GNUC__ >= 2]: Define those functions as extern
3110         inlines.
3111
3112         * hurd/hurdpath.c (__hurd_path_lookup_retry): For magic "fd/%u",
3113         lose on random chars after number; for / after number, retry
3114         remainder properly.
3115
3116         * hurd/hurdpath.c (pathtrans_error): New function; filters errors
3117         from dir_pathtrans: EOPNOTSUPP and MIG_BAD_ID become ENOTDIR.
3118         (__hurd_path_lookup, __hurd_path_lookup_retry): Call it.
3119
3120 Thu Aug 11 11:59:33 1994  Noel Cragg  (noel@churchy.gnu.ai.mit.edu)
3121
3122         * time/mktime.c (_mktime_internal): Add code to normalize value of
3123         TM_ISDST to -1, 0, or 1 so code doesn't loop forever.
3124
3125 Thu Aug 11 02:26:37 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3126
3127         * resolv/Makefile (subdir): Set to resolv, not res.
3128
3129         * sysdeps/mach/hurd/sysd-stdio.c (fd_fail): Pass ERR to
3130         _hurd_raise_signal.
3131
3132         * sysdeps/mach/i386/thread_state.h (struct machine_thread_all_state):
3133         Add new member `fpu'.
3134
3135 Wed Aug 10 23:39:49 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
3136
3137         * malloc/mcheck.c (mcheck): Remove obsolete extern declaration.
3138
3139         * malloc/mcheck.c (flood): Add an arg.
3140         (freehook, mallochook, reallochook): Use different flood bytes to
3141         distinguish freed space from uninitialized allocated space.
3142
3143         * malloc/mtrace.c (mtrace): Guard against being called twice.
3144         (muntrace): New function, to turn off tracing.
3145         * malloc/malloc.h: Declare it.
3146
3147 Wed Aug 10 02:47:24 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3148
3149         * sysdeps/mach/hurd/mips/sigcontext.h (struct sigcontext): Renamed
3150         member `sc_err' to `sc_error'.
3151
3152         * hurd/hurd-raise.c: Take new arg SIGERROR.  Set
3153         SS->pending_data[SIGNO] from SIGCODE and SIGERROR instead of
3154         setting SS->sigcodes[SIGNO].
3155
3156         * Makeconfig (+includes): Use text manipulation to avoid
3157         conditional for $(..).  Append $(last-includes).
3158         * sysdeps/mach/hurd/Makefile (last-includes): Append
3159         -I.../libthreads to this.
3160         (includes): Not to this.
3161
3162         * hurd/hurd/fd.h (_hurd_fd_error): Pass ERR to _hurd_raise_signal.
3163
3164         * stdlib/stdlib.h [__OPTIMIZE__] (cfree, rand, srand, random,
3165         srandom, initstate, setstate): Macros removed.
3166
3167         * malloc/mcheck.c (reallochook): Fixed typo.
3168         (mabort) [! __GNU_LIBRARY__]: Use fprintf and abort instead of
3169         __libc_fatal.
3170
3171         * hurd/Makefile (sig): Remove msging-p; that function will go in
3172         trampoline.c.
3173         * sysdeps/stub/msging-p.c: File removed.
3174         * sysdeps/mach/hurd/mips/msging-p.c: File removed.
3175         * sysdeps/mach/hurd/i386/msging-p.c: File removed.
3176
3177 Tue Aug  9 19:20:29 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3178
3179         * hurd/catch-exc.c: Get error code from _hurd_exception2signal and
3180         pass it to _hurd_internal_post_signal.  Search for SS manually
3181         rather than using _hurd_thread_sigstate, to avoid locks.
3182
3183         * sysdeps/mach/hurd/mips/msging-p.c: Fetch port argument from
3184         register $8 (t0) instead of stack.  Change type of STATE arg to
3185         `struct machine_thread_all_state *'.
3186
3187         * inet/inet_netof.c: Incorporated from BSD 4.4-Lite.
3188         * inet/inet_net.c: Incorporated from BSD 4.4-Lite.
3189
3190 Tue Aug  9 18:28:40 1994  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
3191
3192         * malloc/mtrace.c (tr_mallochook, tr_reallochook): Don't assume
3193         %lx format matches size_t arg.
3194         * malloc/mtrace.c: Enable file- and line-number tracing.
3195         * malloc/mtrace.awk: Postprocess that trace information.
3196
3197         * malloc/mcheck.c (flood): New function.
3198         (freehook, mallochook, reallochook): Initialize new space and
3199         freed space to non-zero garbage, to help find code that makes
3200         unwarranted assumptions.
3201
3202 Mon Aug  8 01:20:56 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3203
3204         * sysdeps/mach/hurd/mips/exc2signal.c (_hurd_exception2signal): Take
3205         new arg `int *error'; set it.
3206         * sysdeps/mach/hurd/i386/exc2signal.c: Likewise.
3207         * sysdeps/stub/exc2signal.c: Likewise.
3208         * hurd/hurd/signal.h (_hurd_exception2signal): Take new arg
3209         `int *error'.
3210         (_hurd_internal_post_signal): Take new arg `int error'.
3211
3212         * res: Directory renamed to resolv.
3213         * sysdeps/unix/inet/Subdirs: Change res to resolv.
3214
3215         * Version 1.08.6.
3216
3217         * sysdeps/sparc/divrem.m4 (DEVELOP_QUOTIENT_BITS): Use ** instead of
3218         ^ for exponentiation.  Pinard says it is more portable.
3219
3220         * sysdeps/mach/hurd/mips/sigcontext.h (struct sigcontext): Added
3221         member `sc_err'.
3222         * sysdeps/mach/hurd/i386/sigcontext.h (struct sigcontext): Move
3223         sc_err to front machine-independent section; change its comment.
3224
3225         * sysdeps/stub/thread_state.h (struct machine_thread_all_state): New
3226         type.
3227         * sysdeps/mach/i386/thread_state.h: Likewise.
3228         * sysdeps/mach/mips/thread_state.h: Likewise.
3229
3230         * sysdeps/mach/i386/Implies: File removed; it was superfluous.
3231
3232         * sysdeps/sparc/divrem.m4 (Lgot_result): Add more quotes in ifelse.
3233
3234         * configure.in (fpu_dirs): Fixed typo.
3235
3236 Sun Aug  7 01:13:04 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3237
3238         * inet/inet_lnaof.c: Incorporated from BSD 4.4-Lite.
3239         * inet/inet_mkadr.c: Incorporated from BSD 4.4-Lite.
3240         * inet/inet_addr.c: Incorporated from BSD 4.4-Lite.
3241         * res/Makefile (headers): Use only arpa/nameser.h, not arpa/*.h.
3242         * res/arpa/inet.h: Moved to inet/arpa/inet.h.
3243         * inet/arpa/inet.h: Incorporated from BSD 4.4-Lite.
3244
3245         * misc/init-misc.c: New file.
3246         * misc/Makefile (aux): Added init-misc.
3247
3248         * Makeconfig (localtime-file): Use $(sysconfdir) instead of
3249         $(etcdir).
3250
3251         * Makerules (install-bin-nosubdir): Use $(install-bin) instead of
3252         $(install).
3253         (install-sbin-nosubdir): New target.
3254         (install-no-libc.a-nosubdir): Depend on that.
3255
3256         * configure.in ($nfp check): Iterate through $mach and use all
3257         fpu/ dirs that exist.
3258
3259 Wed Aug  3 02:46:03 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3260
3261         * sysdeps/mach/hurd/mips/sigcontext.h: Rearranged structure so
3262         machine-dependent portion is laid out like `struct mips_thread_state;
3263         struct mips_exc_state; struct mips_float_state;'.
3264
3265         * Version 1.08.5.
3266
3267         * sysdeps/mach/hurd/mips/__sigret.c: Compare *reply_port to
3268         MACH_PORT_NULL, not implicit zero.
3269         (restore_gpr): Use N-1 as subscript into sc_gpr (sc_gpr[0] => $1).
3270         Before general regs, restore from sc_mdlo and sc_mdhi.  Don't
3271         treat sp, fp specially; use restore_gpr for them too.  For final
3272         return, store user $1 value beyond top of user stack ahead of
3273         time; then use $1 to hold the user PC, and restore it from the
3274         stack in the delay slot.
3275
3276 Tue Aug  2 21:03:51 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3277
3278         * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
3279         Copy TS to SCP all at once.
3280         * sysdeps/mach/hurd/mips/sigcontext.h (struct sigcontext): sc_gpr
3281         has 31 elts; sc_gpr, sc_pc, sc_mdlo, sc_mdhi are arranged in that
3282         order to mimic struct mips_thread_state.
3283
3284         * Make-dist (all-headers): Instead of removing rpcsvc/%, use
3285         $(wildcard) to remove all headers that don't exist at top level,
3286         but preserve top-level $(headers).
3287
3288         * Make-dist (sysdep_dirs): Avoid directories called RCS.
3289         (%/configure): Pass -f to mv.
3290
3291         * sysdeps/mips/setjmp.S [__sgi__]: Use `fp' instead of `$fp'.
3292
3293 Mon Aug  1 20:12:23 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3294
3295         * sysdeps/mach/hurd/mips/sigcontext.h (struct sigcontext): Add
3296         members sc_mdlo, sc_mdhi.
3297         * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
3298         Save mdlo and mdhi.
3299
3300 Sun Jul 31 14:21:16 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3301
3302         * time/mktime.c: Remove errant comment end sequence.
3303
3304         * termios/sys/ttydefaults.h: Incorporated from BSD 4.4-Lite.
3305         * sysdeps/vax/DEFS.h: Incorporated from BSD 4.4-Lite.
3306         * sysdeps/unix/bsd/sys/reboot.h: Incorporated from BSD 4.4-Lite.
3307         * sysdeps/unix/bsd/bsd4.4/errnos.h: Updated from 4.4-Lite sys/errno.h.
3308         [__USE_BSD] (EAUTH, ENEEDAUTH, ELAST): New macros.
3309         * sysdeps/ieee754/support.c: Incorporated from BSD 4.4-Lite.
3310         * sysdeps/ieee754/cbrt.c: Incorporated from BSD 4.4-Lite.
3311         * sysdeps/generic/trig.h: Incorporated from BSD 4.4-Lite.
3312         * sysdeps/generic/tanh.c: Incorporated from BSD 4.4-Lite.
3313         * sysdeps/generic/tan.c: Incorporated from BSD 4.4-Lite.
3314         * sysdeps/generic/sinh.c: Incorporated from BSD 4.4-Lite.
3315         * sysdeps/generic/sincos.c: Incorporated from BSD 4.4-Lite.
3316         * sysdeps/generic/pow.c: Incorporated from BSD 4.4-Lite.
3317         * sysdeps/generic/mathimpl.h: Incorporated from BSD 4.4-Lite.
3318         Add back __izing #define's, except for exp__E and log__L, which
3319         have been renamed with __s in 4.4-Lite.
3320         * sysdeps/generic/log__L.c: Incorporated from BSD 4.4-Lite.
3321         * sysdeps/generic/log1p.c: Incorporated from BSD 4.4-Lite.
3322         * sysdeps/generic/log.c: Incorporated from BSD 4.4-Lite.
3323         * sysdeps/generic/fmod.c: Incorporated from BSD 4.4-Lite.
3324         * sysdeps/generic/exp__E.c: Incorporated from BSD 4.4-Lite.
3325         * sysdeps/generic/exp.c: Incorporated from BSD 4.4-Lite.
3326         * sysdeps/generic/cosh.c: Incorporated from BSD 4.4-Lite.
3327         * sysdeps/generic/atanh.c: Incorporated from BSD 4.4-Lite.
3328         * sysdeps/generic/atan2.c: Incorporated from BSD 4.4-Lite.
3329         * sysdeps/generic/asinh.c: Incorporated from BSD 4.4-Lite.
3330         * sysdeps/generic/asincos.c: Incorporated from BSD 4.4-Lite.
3331         * misc/getusersh.c: Incorporated from BSD 4.4-Lite.
3332         (initshells): Reapply fix of 16 Nov 1992.
3333         * sysdeps/generic/acosh.c: Incorporated from BSD 4.4-Lite.
3334         * sysdeps/generic/__expm1.c: Incorporated from BSD 4.4-Lite.
3335         * misc/ttyslot.c: Incorporated from BSD 4.4-Lite.
3336         * misc/ttyent.h: Incorporated from BSD 4.4-Lite.
3337         * misc/syslog.c: Incorporated from BSD 4.4-Lite.
3338         * misc/paths.h: Incorporated from BSD 4.4-Lite.
3339         * misc/getttyent.c: Incorporated from BSD 4.4-Lite.
3340         * misc/sys/syslog.h: Incorporated from BSD 4.4-Lite.
3341         Don't include <machine/ansi>; define _BSD_VA_LIST_ to __gnuc_va_list.
3342         * inet/rexec.c: Incorporated from BSD 4.4-Lite.
3343         * inet/rcmd.c: Incorporated from BSD 4.4-Lite.
3344         (rcmd): Reapply select max fd fix of 3 Jun 1994.
3345         * inet/pathnames.h: File removed.
3346         * inet/inet_ntoa.c: Incorporated from BSD 4.4-Lite.
3347         * inet/getsrvbypt.c: Incorporated from BSD 4.4-Lite.
3348         * inet/getsrvbynm.c: Incorporated from BSD 4.4-Lite.
3349         * inet/getservent.c: Incorporated from BSD 4.4-Lite.
3350         * inet/getprtname.c: Incorporated from BSD 4.4-Lite.
3351         * inet/getprtent.c: Incorporated from BSD 4.4-Lite.
3352         * inet/getproto.c: Incorporated from BSD 4.4-Lite.
3353         * inet/protocols/timed.h: Incorporated from BSD 4.4-Lite.
3354         * inet/protocols/talkd.h: Incorporated from BSD 4.4-Lite.
3355         * inet/protocols/rwhod.h: Incorporated from BSD 4.4-Lite.
3356         * inet/protocols/routed.h: Incorporated from BSD 4.4-Lite.
3357         * inet/arpa/tftp.h: Incorporated from BSD 4.4-Lite.
3358         * inet/arpa/telnet.h: Incorporated from BSD 4.4-Lite.
3359         * inet/arpa/ftp.h: Incorporated from BSD 4.4-Lite.
3360
3361 Fri Jul 29 01:50:37 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3362
3363         * Version 1.08.4.
3364
3365         * res/Makefile (routines): Add missing backslash.
3366
3367         * sysdeps/mach/hurd/mips/__sigret.c: Rename variable AT (which is
3368         the register's name) to SCPREG.  Fix some SCP references in
3369         register loads to use SCPREG instead.  Load SCPREG->sc_pc into $24
3370         and jump to it, restoring $at in the delay slot.  This still
3371         leaves $24 clobbered.
3372
3373         * sysdeps/mach/hurd/mips/sigcontext.h: Use `unsigned int'
3374         consistently for port names.
3375
3376         * sysdeps/mach/hurd/mips/trampoline.c: Don't set up args on the
3377         stack; pass them in registers.
3378
3379         * Makefile (%/configure, sysd-dirs, munch-init.c): Pass -f to mv.
3380
3381         * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Use the
3382         __attribute__ defn for GCC>=2.7, not >=2.6.  Use the keyword defn
3383         only for GCC<2.5.  Use __volatile__ and __const__ instead of
3384         noreturn and const for namespace safety.
3385
3386         * sysdeps/mach/hurd/__readlink.c: If BUF is null, return the size
3387         of buffer required.
3388
3389 Thu Jul 28 17:17:11 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3390
3391         * res/netdb.h: Declare h_errno.
3392
3393         * res: New directory, for all code incoporated from BIND.
3394         * inet/arpa/inet.h, inet/arpa/resolv.h: Moved to res/arpa.
3395         * inet/sys/bitypes.h: Moved to res/sys.
3396         * inet/gethstnamad.c: Renamed to res/gethnamaddr.c.
3397         * inet/getnetbyad.c: Renamed to res/getnetbyaddr.c.
3398         * inet/getnetbynm.c: Renamed to res/getnetbyname.c.
3399         * inet/res_mkqry.c: Renamed to res/res_mkquery.c.
3400         * inet/Makefile (headers): Removed netdb.h, resolv.h, and
3401         sys/bitypes.h.
3402         (routines): Removed res_comp res_debug res_init res_mkqry res_query
3403         res_send gethstnmad sethostent.
3404         (aux, distribute): Variables removed.
3405         * res/getnetnamadr.c, res/nsap_addr.c: New files.
3406         * All .c and .h in res/ updated from BIND-4.9.3-BETA9.
3407         * res/Makefile: New file.
3408         * sysdeps/unix/inet/Subdirs: Added res.
3409
3410         * Makerules: Replace all uses of `.dep' suffix with `.d' suffix.
3411         (+make-deps): Replace `.dtm' suffix with `.T' suffix.
3412
3413 Wed Jul 27 06:13:30 1994  Noel Cragg  (noel@churchy.gnu.ai.mit.edu)
3414
3415         * time/mktime.c: Add code to support tm_isdst flag in struct tm.
3416         Fixed bug with handling of DST sections.
3417
3418 Mon Jul 25 17:17:28 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3419
3420         * sysdeps/sparc/divrem.m4 (Lgot_result) [S=true]: Only test SIGN
3421         and negate for [OP=div].
3422
3423         * socket/sys/socket.h (__SOCKADDR_ARG): New macro; for GCC 2.6 and
3424         later, a funky union similar to __WAIT_STATUS in <sys/wait.h>.
3425         (bind, getsockname, connect, getpeername, sendto, recvfrom,
3426         accept): Use __SOCKADDR_ARG in place of `struct sockaddr *' in
3427         declarations.
3428
3429         * posix/glob/configure.bat: New file.
3430         * posix/Makefile (glob.tar): Add glob/configure.bat.
3431
3432         * sysdeps/unix/opendir.c: Fail with ENOENT when passed "".
3433         Check STATBUF and fail with ENOTDIR if it's not a directory.
3434
3435 Mon Jul 25 15:44:18 1994  Noel Cragg  (noel@churchy.gnu.ai.mit.edu)
3436
3437         * time/mktime.c: Fix range-checking bug in NORMALIZE macro.
3438
3439 Fri Jul 22 02:42:44 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3440
3441         * sysdeps/unix/readdir.c: Search for NUL character to limit
3442         d_namlen.  Some systems return very bogus values.
3443
3444         * sysdeps/unix/sysv/sysv4/i386/sysdep.h (PSEUDO): Remove ret at end.
3445
3446         * mach/Makefile (mach-shortcuts): Filter out device_writev_request.
3447
3448         * limits.h (_LIBC_LIMITS_H_): Don't define if already defined.
3449         [__GNUC__ < 2]: Only protect this section from multiple inclusion.
3450
3451         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3452         Declare SIGSP volatile.
3453
3454         * hurd/hurdinit.c (_hurd_setproc): Fixed arg in
3455         _hurd_pgrp_changed_hook decl.
3456
3457         * hurd/hurd/signal.h (_hurd_self_sigstate_unlocked): New function.
3458         (HURD_EINTR_RPC): Use it instead of _hurd_self_sigstate followed by
3459         __mutex_unlock; this thread might already hold the lock.
3460
3461 Wed Jul 20 18:53:54 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
3462
3463         * hurd/fd-read.c (_hurd_fd_read): Test for EBACKGROUND in
3464         do loop was reversed.
3465
3466         * hurd/hurdpath.c (__hurd_path_lookup): Skip over initial slashes
3467         before calling __dir_pathtrans.
3468
3469 Tue Jul 19 15:28:39 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3470
3471         * mach/Makefile (user-interfaces): Add mach/mach4.
3472         (mach-shortcuts): Match all syscall_% again; the missing ones are in
3473         mach4.defs.
3474
3475         * mach/Machrules (%.ir): Match SimpleRoutine as well as Routine
3476         comments.
3477
3478         * sysdeps/mach/hurd/Makefile ($(hurd)/errlist.c): Use -f flag to mv.
3479
3480 Sat Jul 16 00:42:30 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3481
3482         * Makerules [install]: Rewrite this rule to use install-bin.
3483         [install-sbin]: New rule parallel to that one, installs in $(sbindir).
3484
3485         * time/Makefile (install-sbin): Set this instead of install.
3486         * sunrpc/Makefile (install-others): Use $(sysconfdir)/rpc instead
3487         of $(etcdir)/rpc.
3488         (install-bin): Set this instead of install; set it to just rpocgen.
3489         (install-sbin): Put rpcinfo and portmap here instead.
3490         ($(sysconfdir)/rpc): Rule renamed from $(etcdir)/rpc.
3491         (defines): Rename it in _PATH_RPC defn here too.
3492
3493         * posix/Makefile (install-bin): Set this instead of install.
3494
3495         * Makeconfig (datadir): Default to $(prefix)/share, not $(prefix)/lib.
3496         (sbindir): New variable.
3497         (sysconfdir): Variable renamed from etcdir.
3498
3499         * sysdeps/unix/bsd/sun/signum.h: New file; no SIGINFO, SIGLOST is 29.
3500
3501         * sysdeps/unix/sysv/sco3.2.4/uname.S: New file from Scott Bartram.
3502
3503         * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: Include alloca.h.
3504
3505         * configure.in (INSTALL): If it is $srcdir/install.sh after
3506         AC_PROG_INSTALL, reset it to '$(..)./install.sh'.
3507
3508         * sysdeps/mach/hurd/__ioctl.c (io2mach_type): Move macro defn before
3509         first use.
3510         (__ioctl): Fix swapped args to __sigismember; remove unused variable.
3511
3512         * sysdeps/mach/hurd/send.c: Fix portsPoly arg to __socket_send.
3513         * sysdeps/mach/hurd/sendto.c: Likewise.
3514
3515         * sysdeps/mach/hurd/recv.c: Pass &BUFP, not BUFP.
3516         * sysdeps/mach/hurd/recvfrom.c: Likewise.
3517
3518         * sysdeps/mach/hurd/connect.c: Include <hurd/ifsock.h>.
3519
3520         * sysdeps/mips/dec/bytesex.h: New file.
3521         * sysdeps/mips/p40/bytesex.h: New file.
3522
3523 Fri Jul 15 23:12:06 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3524
3525         * posix/sys/types.h (u_quad, quad): Renamed to &_t.
3526         * posix/gnu/types.h [__GNUC__] (__u_quad_t, __quad_t, __qaddr_t):
3527         New typedefs, using long long int and derivatives.
3528         [! __GNUC__] (__u_quad, __quad): Renamed to &_t.
3529         (__fsid_t): Make this always be __u_quad_t.
3530
3531         * time/sys/time.h (struct timespec): New type.
3532         (TIMEVAL_TO_TIMEPSEC, TIMESPEC_TO_TIMEVAL): New macros.
3533
3534 Thu Jul 14 15:43:39 1994  Brendan Kehoe  (brendan@zen.org)
3535
3536         * sysdeps/unix/sysv/sysv4/sysinfo.S: New file.
3537         * sysdeps/unix/sysv/sysv4/Dist: Add sysinfo.S.
3538         * sysdeps/unix/sysv/sysv4/Makefile: Add sysinfo to sysdep_routines
3539         if we're inside misc.
3540         * sysdeps/unix/sysv/sysv4/sethostnam.c: New file.
3541         * sysdeps/unix/sysv/sysv4/__gethstnm.c: New file.
3542
3543         * sysdeps/unix/sysv/sysv4/solaris2/fsync.S: New file.
3544
3545 Tue Jul 12 00:57:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3546
3547         * mach/Makefile (mach-shortcuts): Only match known Mach
3548         subsystems: vm, task, mach_port, and thread.
3549
3550 Mon Jul 11 20:18:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3551
3552         * hurd/intr-rpc.defs, hurd/intr-rpc.awk: New files.
3553         * hurd/Makefile (user-MIGFLAGS): Add -imacros intr-rpc.defs.
3554         (transform-user-stub): New canned sequence.
3555         (transform-user-stub-output): New variable.
3556         Make the .ustamp files depend on intr-rpc.awk.
3557
3558         * mach/Machrules (%.ir): Cull the RPC names from the preceding
3559         comment rather than the definition, so we don't see any userprefix.
3560         (transform-user-stub-output): New variable.
3561         (%.ustamp: %.defs): Invoke $(transform-user-stub) inside for loop.
3562         Use $(transform-user-stub-output) in place of `tmp' in arg to
3563         move-if-change.
3564
3565         * mach/Makefile [! mach-shortcuts] (user-interfaces): Also filter
3566         out device/device_request.
3567
3568 Mon Jul 11 17:50:14 1994  Brendan Kehoe  (brendan@mole.gnu.ai.mit.edu)
3569
3570         * sysdeps/unix/sysv/sysv4/Makefile: Put the sys-sig.S stuff in
3571         here, rather than in .../sysv4/solaris2/sparc/Makefile.
3572         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile: Removed the
3573         sys-sig.S part.
3574
3575 Sun Jul 10 19:04:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3576
3577         * sysdeps/mach/hurd/bind.c: Call __hurd_invoke_translator.
3578
3579         * hurd/hurd.h (__hurd_invoke_translator, hurd_invoke_translator):
3580         Declare them.
3581         * hurd/Makefile (routines): Add invoke-trans.
3582         * hurd/invoke-trans.c (__hurd_invoke_translator): New file.
3583         * hurd/hurdsyms.c (hurd_invoke_translator): New alias.
3584
3585         * hurd/hurdpath.c (__hurd_path_lookup_retry): New function.
3586         * hurd/hurdsyms.c (hurd_path_lookup_retry: New alias.
3587         * hurd/hurd.h (__hurd_path_lookup_retry, hurd_path_lookup_retry):
3588         Declare them.
3589
3590         * hurd/hurd/fd.h (_hurd_fd_error_signal): Return SIGLOST for
3591         MIG_SERVER_DIED.
3592
3593         * time/strftime.c: Make %j value 1-origin instead of 0-origin.
3594
3595 Sat Jul  9 02:31:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3596
3597         * gnu-stabs.h (__SYMBOL_PREFIX): New macro, based on NO_UNDERSCORES.
3598         Use it in all macros instead of explicit leading underscores.
3599         Removed all [! __STDC__] definitions.
3600
3601         * sysdeps/mach/hurd/mips/trampoline.c: New file.
3602         * sysdeps/mach/hurd/mips/sigcontext.h: New file.
3603         * sysdeps/mach/hurd/mips/longjmp-ts.c: New file.
3604         * sysdeps/mach/hurd/mips/msging-p.c: New file.
3605         * sysdeps/mach/hurd/mips/longjmp-ctx.c: New file.
3606         * sysdeps/mach/hurd/mips/init-fault.c: New file.
3607         * hurd/mach/hurd/mips/__sigret.c: New file.
3608         * sysdeps/mach/hurd/mips/exc2signal.c: New file.
3609         * sysdeps/mach/mips/thread_state.h: New file.
3610         * sysdeps/mach/mips/machine-sp.h: New file.
3611         * sysdeps/mach/mips/machine-lock.h: New file.
3612         * sysdeps/mach/mips/sysdep.h: New file.
3613
3614         * mach/Makefile (mach-syscalls.mk): Snarf 3rd arg from kernel_trap.
3615         ($(mach-syscalls:%=__%.S): Emit kernel_trap instead of SYSCALL_TRAP.
3616         * mach/syscalls.awk: Print nargs-$1 = $3 for each line.
3617         * sysdeps/mach/sysdep.h: Include <mach/machine/syscall_sw.h>.
3618         * sysdeps/mach/i386/sysdep.h (ENTRY, SYSCALL_TRAP): Macros removed.
3619
3620         * sysdeps/mach/i386/machine-lock.h: Use __volatile in place of
3621         volatile to work with -traditional.
3622
3623 Fri Jul  8 21:06:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3624
3625         * hurd/hurdsig.c (_hurd_internal_post_signal): For stop signals,
3626         clear pending SIGCONT no matter what action we choose.
3627         Add new value `cont' to ACT enum; use it for default SIGCONT action.
3628         (_hurd_internal_post_signal: sigwakeup): New local inline.
3629
3630 Fri Jul  8 20:26:49 1994  Brendan Kehoe  (brendan@zen.org)
3631
3632         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile (sysdep-CFLAGS): Set
3633         this to include the -mhard-quad-float option.
3634
3635         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys-sig.S: New file.
3636         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile: New file.
3637         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
3638
3639 Fri Jul  8 13:54:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3640
3641         * hurd/hurdpath.c (__hurd_path_lookup): Don't treat leading /
3642         specially for FS_RETRY_NORMAL.  Handle FS_RETRY_MAGICAL; leading /
3643         here means use crdir.  In that case, deallocate *RESULT if nonnull.
3644
3645         * sysdeps/unix/sysv/sysv4/i386/sysdep.h: Don't define _ERRNO_H if
3646         already defined.
3647
3648         * posix/gnu/types.h (__ino_t): Make this unsigned int instead of
3649         unsigned long int (matters for Alpha).
3650
3651         * Makeconfig (+gccopt): Variable removed.
3652         (+cflags): Don't use it.
3653         (CPPFLAGS): Append $(sysdep-CPPFLAGS).
3654         (CFLAGS): Append $(sysdep-CFLAGS).
3655
3656         * sysdeps/mach/hurd/__ioctl.c: In MSGID calculation, skip blocks
3657         of 100 for request commands >= 100, to allow for the reply msgids.
3658
3659 Thu Jul  7 19:07:00 1994  Brendan Kehoe  (brendan@zen.org)
3660
3661         * sysdeps/unix/bsd/osf1/dirstream.h (DIR): Make __allocation
3662         member be int, not size_t (which is a long).
3663
3664 Thu Jul  7 15:21:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3665
3666         * hurd/__fopenport.c (readio, writeio, seekio, closeio): New
3667         functions.
3668         (funcsio): New const variable.
3669         (__fopenport): Make the new stream use that for its io functions, and
3670         the default room functions, and set its seen flag.
3671
3672 Tue Jul  5 11:32:38 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3673
3674         * hurd/hurd/signal.h (struct hurd_sigstate): Removed `intr_restart'.
3675         (HURD_EINTR_RPC): Uncommented.  Declare label
3676         `__do_call' so it has block instead of function scope.  Don't use
3677         SS->intr_restart; instead SS->intr_port being reset to
3678         MACH_PORT_NULL tells us to restart the call.
3679
3680         * sysdeps/mach/hurd/__ioctl.c: Enable use of HURD_EINTR_RPC.
3681         Do ctty magic and check for EBACKGROUND to generate SIGTTOU.
3682
3683         * mach/devstream.c (dealloc_ref): New function.
3684         (mach_open_devstream): Add a user reference to DEV, and set
3685         STREAM's close fn to dealloc_ref, which will release the reference.
3686
3687         * hurd/fd-read.c (_hurd_fd_read): Enabled and rewrote SIGTTIN code.
3688         * hurd/fd-write.c (_hurd_fd_write): Enabled and rewrote SIGTTOU code.
3689
3690         * hurd/hurdsyms.c: Add an alias hurd_sig_post -> _hurd_sig_post.
3691         * hurd/hurdkill.c (_hurd_sig_post): Renamed back from hurd_sig_post.
3692         * hurd/hurd.h: Declare _hurd_sig_post.
3693
3694         * hurd/hurdsig.c (_S_sig_post): Add SIGTTIN and SIGTTOU cases,
3695         handled like SIGINT et al.
3696
3697         * mach/devstream.c: Turn back on NL->CRNL translation.
3698
3699         * stdio/xbug.c (main): Return instead of running off the end.
3700
3701 Mon Jul  4 16:57:13 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3702
3703         * Version 1.08.3.
3704
3705 Sat Jul  2 00:15:37 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3706
3707         * sysdeps/mach/hurd/__ioctl.c: Account for three type fields in
3708         message buffer size.
3709
3710         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3711         Catch faults accessing user stack and return NULL.
3712         * hurd/hurdsig.c (_hurd_internal_post_signal): When it does, die
3713         with SIGILL and dump core.
3714
3715         * hurd/hurdsig.c (_hurd_internal_post_signal): Use
3716         _hurd_msgport_thread instead of __mach_thread_self () to avoid the
3717         system call.  (Signals will now lose if _hurd_msgport_thread gets
3718         clobbered.)
3719         (abort_rpcs): Always do thread_abort and thread_get_state.
3720
3721         * misc/getpass.c: Fix typo resulting in newline not being removed.
3722
3723         * termios/sys/ttydefaults.h [TTYDEFCHARS] (ttydefchars): Cast
3724         _POSIX_VDISABLE to cc_t to avoid gcc warning.
3725
3726 Fri Jul  1 14:07:40 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3727
3728         * hurd/Makefile (user-interfaces): Add hurd/ifsock.
3729
3730         * socket/sys/socket.h (AF_LOCAL): New macro.
3731
3732         * sysdeps/mach/hurd/__kill.c: Fix SIGKILL loop condition.
3733
3734 Fri Jul  1 13:36:27 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
3735
3736         * hurd/hurdkill.c (hurd_sig_post): New var PIDSBUF; initialize
3737         PIDS and NPIDS correctly; only free PIDS if the MiG stub
3738         changed it.
3739
3740 Thu Jun 30 18:47:48 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
3741
3742         * hurd/hurdsock.c (_hurd_socket_server): Zero up to and *including*
3743         new[DOMAIN].
3744
3745 Thu Jun 30 08:12:28 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3746
3747         * hurd/hurdsig.c (abort_all_rpcs): Just iterate over _hurd_sigstates.
3748
3749         * hurd/dtable.c (fork_child_dtable): Skip empty descriptor slots.
3750
3751         * sysdeps/mach/hurd/__ioctl.c: Fix MSG.data size calculation.
3752
3753 Wed Jun 29 19:06:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3754
3755         * sysdeps/mach/hurd/bind.c: For AF_LOCAL, create a new node in the
3756         filesystem, put the ifsock translator on it, and fetch the
3757         address port.
3758         * sysdeps/mach/hurd/connect.c: For AF_LOCAL, look up the socket
3759         file and fetch the address port using the ifsock protocol.
3760
3761 Tue Jun 28 16:03:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3762
3763         * hurd/Makefile (routines): Add ports-get, ports-set, and hurdmsg.
3764         (aux): Remove msgstub.
3765         * hurd/hurdports.c (get): Just call _hurd_ports_get.
3766         (set): Just call _hurd_ports_set.
3767         (getcttyid, setcttyid): New functions.
3768         * hurd/ports-get.c (_hurd_ports_get): New file, new function.
3769         * hurd/ports-set.c (_hurd_ports_set): New file, new function.
3770         * hurd/hurd.h: Declare _hurd_ports_get and _hurd_ports_set.
3771         Declare getcttyid and setcttyid.
3772         * hurd/__setauth.c (__setauth): Just call _hurd_setauth.
3773         (_hurd_setauth): New function, code moved from __setauth.
3774         * hurd/hurdinit.c (_hurd_setproc): New function.
3775         * hurd/hurdioctl.c (_hurd_setcttyid): New function.
3776
3777         * locale/C-ctype_ct.c (__ctype_tolower_C, __ctype_toupper_C): Use
3778         integer constants instead of character constants for octal values
3779         so they will not be sign extended.
3780
3781         * sysdeps/mach/hurd/__setitmr.c (fork_itimer): New function, on
3782         _hurd_fork_child_hook.
3783
3784         * sysdeps/stub/sysd-stdio.c (__stdio_reopen): Fix typo in arg type.
3785         * sysdeps/stub/__ioctl.c: Fix type of REQUEST arg.
3786         * sysdeps/stub/syscall.c: Include ansidecl.h.
3787         * sysdeps/stub/_exit.c: Add __NORETURN to defn.
3788
3789         * sysdeps/unix/sysv/sysv4/sigset.h (_EXTERN_INLINE): Define to
3790         `extern __inline', not empty.
3791
3792         * sysdeps/mach/hurd/ttyname.c: Don't bother searching /dev.
3793
3794 Sat Jun 25 15:41:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3795
3796         * sysdeps/mach/hurd/__fork.c: Moved proc_task2pid call to just
3797         before proc_child.  It is a waste to do it earlier.
3798
3799 Sat Jun 25 13:17:39 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
3800
3801         * sysdeps/mach/hurd/__fork.c: Move proc_task2pid call to after
3802         _hurd_ports are unlocked.  Call proc_child nearly last thing.
3803         Ignore errors from thread_resume.
3804
3805 Fri Jun 24 20:21:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3806
3807         * sysdeps/posix/getcwd.c: Remove empty `#define'.
3808
3809 Fri Jun 24 17:57:36 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
3810
3811         * sysdeps/mach/hurd/__fork.c: Call proc_task2pid immediately after
3812         task_create.  Add comment explaining why thread_resume must be the
3813         last thing we do to the child.
3814
3815 Fri Jun 24 01:41:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3816
3817         * hurd/hurdinit.c (_hurd_proc_init): Call __proc_set_arg_locations
3818         in place of __proc_setprocargs (it was renamed).
3819
3820         * hurd/hurd.h: Rename _hurd_sig_post to hurd_sig_post.
3821         * hurd/hurdkill.c: Likewise.
3822
3823         * hurd/port2fd.c (_hurd_port2fd): Call __term_open_ctty instead of
3824         __term_become_ctty, and don't pass the message port.
3825         * hurd/hurdioctl.c (rectty_dtable): Likewise.
3826         * hurd/dtable.c (fork_child_dtable, ctty_new_pgrp): Likewise.
3827
3828         * sysdeps/mach/hurd/__fork.c: Use __proc_{get,set}_arg_locations
3829         to propagate argv and envp locations to the child.
3830
3831         * stdio/freopen.c (freopen): If STREAM->__seen is clear, pass
3832         __stdio_close to __stdio_reopen.
3833
3834         * misc/Makefile (install-lib): Add libg.a.
3835         ($(objpfx)libg.a): New rule; use make-dummy-lib.
3836         (lib): Depend on $(objpfx)libg.a
3837
3838 Thu Jun 23 01:14:36 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3839
3840         * termios/termios.h (CCEQ): New macro.
3841
3842         * sysdeps/unix/sysv/irix4/__getgrps.c: Add missing __ to fn name.
3843
3844         Don't compile in absolute file names for localtime and posixrules
3845         files if they were specified relative to $(zonedir).
3846         * time/Makefile (installed-localtime-file,
3847         installed-posixrules-file): Set these instead of
3848         {localtime,posixrules}-file to the absolute file names.
3849         ($(localtime-file), $(posixrules-file)): Change targets to
3850         $(installed-localtime-file) and $(installed-posixrules-file).
3851
3852 Wed Jun 22 15:52:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3853
3854         * hurd/Makefile (sig): Add hurdkill.
3855
3856 Sat Jun 18 12:57:54 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3857
3858         * stdio/_itoa.h (_itoa): Change type of VALUE to unsigned long long.
3859         * stdio/_itoa.c (_itoa): Likewise.
3860
3861 Thu Jun 16 01:10:41 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3862
3863         * sysdeps/mach/hurd/dirstream.h (DIR): Replace `__filepos' member
3864         with `__entry_ptr' and `__entry_data'.  Remove `__block_size' member.
3865         Replace `__offset' member with `__ptr', a char *; no need to include
3866         <gnu/types.h>.
3867         * sysdeps/mach/hurd/readdir.c: Use those, new dir_readdir protocol.
3868         * sysdeps/mach/hurd/opendir.c: Initialize new members.
3869         Don't do io_stat to set __blocksize.
3870         * sysdeps/mach/hurd/telldir.c: Rewritten; return DIRP->__entry_ptr.
3871         * sysdeps/mach/hurd/seekdir.c: Rewritten; just set DIRP->__entry_ptr
3872         from arg, and zero DIRP->__size so a new block will be read.
3873
3874         * sysdeps/mach/hurd/getcwd.c: Use new dir_readdir protocol.
3875
3876         * hurd/msgstub.c: Add stubs for dir_changed, file_changed.
3877
3878         * hurd/hurdsock.c (_hurd_socket_server): Removed unused label.
3879
3880         * sysdeps/mach/hurd/__getdents.c: Use new dir_readdir protocol.
3881
3882         * sysdeps/mach/hurd/__access.c: Open the file with 0 flags and
3883         then use file_check_access to discover what we are allowed.
3884
3885 Tue Jun 14 14:10:03 1994  Brendan Kehoe  (brendan@zen.org)
3886
3887         * sysdeps/mips/setjmp.S: Refer to `$fp', not `fp'.
3888
3889 Tue Jun 14 00:50:54 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3890
3891         * sysdeps/mach/hurd/__pipe.c: Set FDS[1], not FDS[2].
3892
3893 Mon Jun 13 06:48:48 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3894
3895         * sysdeps/unix/bsd/sun/sparc/sigtramp.c (trampoline): Use a
3896         comment instead of a pointless insn to reference %0 in final asm.
3897
3898         * hurd/hurdsock.c (_hurd_socket_server): If realloc fails, don't
3899         fail; just don't cache the port.
3900         Look up the server node only if it is not in the cache.
3901         Translate errno only if path_lookup fails.
3902         (init): New function, on _hurd_preinit_hook.
3903
3904         * sysdeps/mach/hurd/__symlink.c: Complement _hurd_umask before ANDing.
3905
3906 Sat Jun 11 12:52:28 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3907
3908         * sysdeps/mach/hurd/__fork.c: Can't insert dead name rights into
3909         child.
3910
3911 Sat Jun 11 05:19:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3912
3913         * sysdeps/mach/hurd/i386/longjmp-ts.c: Set TS->uesp instead of
3914         TS->esp.  Set TS->eip.
3915
3916         * gnu-stabs.h (bss_set_element): New macro.
3917         * hurd/dtable.c: Use bss_set_element instead of data_set_element
3918         to put _hurd_dtable_lock in the _hurd_fork_locks set.
3919
3920 Fri Jun 10 02:04:51 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
3921
3922         * sysdeps/mach/hurd/__fork.c: Don't apply MACH_PORT_TYPE to result
3923         from __mach_port_names.  Unlock SS->lock before return.
3924         Check for KERN_NAME_EXISTS from mach_port_allocate_name when
3925         creating a receive right and possibly ignore it.
3926
3927         * sysdeps/unix/sysv/sco3.2.4/Dist: Add sco_getgrp.S.
3928
3929         * crypt/speeds.c: Include signal.h and stdio.h first thing.
3930         [! SIGVTALRM]: Define NO_ITIMER.
3931
3932         * sysdeps/unix/sysv/isc3/direct.h: New file.
3933
3934         * hurd/hurdinline.c: Include lock-intern.h before #define
3935         _EXTERN_INLINE.
3936
3937         * sysdeps/mach/hurd/__fork.c (_hurd_fork_locks): Don't be const.
3938         (__fork): Set SS from _hurd_self_sigstate so it is never null.
3939         New local flag PORTS_LOCKED records when we have spin_locked all
3940         the _hurd_ports cells; unlock them if necessary on error.
3941
3942         * hurd/hurdsig.c (_hurd_siglock): Don't initialize it.
3943         (_hurdsig_init): Initialize _hurd_siglock at runtime.
3944
3945 Wed Jun  8 12:22:27 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3946
3947         * hurd/hurdid.c (_hurd_check_ids): Zero P->nuids and P->ngids after
3948         deallocating P->uids and P->ngids.
3949
3950         * hurd/hurdioctl.c (_hurd_ioctl_handler_lists): Make defn initialized.
3951
3952         * sysdeps/mach/hurd/__ioctl.c: Only try to unpack if IOC_OUT is set.
3953
3954         * hurd/Makefile (routines): Replace $(inlines) with hurdinline.
3955         (inlines): Variable and rule removed.
3956         (generate-inlines): Variable removed.
3957         * hurd/hurdinline.c: New file.
3958
3959 Tue Jun  7 01:58:20 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3960
3961         * Makerules: Add -f to all mv commands missing it.
3962
3963         * hurd/Makefile (generate-inline): New canned sequence.
3964         (inline-%.c): Use it.
3965
3966         * time/asia, time/europe, time/northamerica: New versions from ADO.
3967
3968 Mon Jun  6 21:36:04 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3969
3970         * hurd/hurdid.c (init_id): New function.
3971
3972         * Makerules (+make-deps): Put first s cmd before $(sed-remove-objpfx).
3973         (sed-remove-objpfx): Replace occurrences at beginning of line too.
3974
3975 Sun Jun  5 14:34:12 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3976
3977         * Version 1.08.1.
3978
3979         * sysdeps/mach/hurd/ioctls.h (_IOR, _IOW): Swap IOC_IN and IOC_OUT.
3980
3981         * sysdeps/mach/hurd/__ioctl.c: Only pack input for ioctls that
3982         take input.  Compute expected reply size for ioctls that take
3983         output and check it properly.
3984
3985 Sat Jun  4 00:35:42 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
3986
3987         * sysdeps/mach/hurd/ioctls.h (union __ioctl): Type removed.
3988         (enum __ioctl_datum): Name this enum.
3989         (_IOC_INOUT, _IOC_GROUP, _IOC_COMMAND, _IOC_TYPE): New macros.
3990         (_IOT_TYPE[012], _IOT_COUNT[012]): New macros.
3991         * sysdeps/mach/hurd/__ioctl.c: Use those macros instead of the union.
3992
3993         * sysdeps/mach/hurd/__fork.c: Major rewrite.  Copy all ports
3994         present in the task, not just library-maintained ones.  Handle
3995         sigstate and signal thread setup explicitly here.
3996         * hurd/hurdsig.c (hurdsig_fork, hurdsig_fork_child): Functions
3997         removed.
3998
3999         * hurd/hurdpid.c (init_pids): Don't put this on _hurd_fork_child_hook.
4000
4001         * sysdeps/mach/hurd/__isatty.c: New file.
4002
4003         * hurd/hurdsock.c (_hurd_socket_server): Pass NP to __path_lookup,
4004         not NAME (most of which is uninitialized).
4005
4006         * hurd/hurdsig.c (_hurdsig_init): Don't check for _hurd_msgport
4007         being non-null; always initialize it.
4008
4009 Fri Jun  3 21:57:14 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4010
4011         * hurd/hurdrlimit.c (init_rlimit): Restore __mutex_init call.
4012         (_hurd_rlimit_lock): Set initializer to random value; run-time
4013         initialization is always required.
4014
4015         * inet/rcmd.c (rcmd): Compute max fd + 1 for select instead of
4016         hardcoding 32.
4017
4018 Wed Jun  1 10:52:41 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4019
4020         * hurd/hurdrlimit.c (_hurd_rlimits, _hurd_rlimit_lock): Provide
4021         initializers so that the file is included in the link properly.
4022         (init_rlimit): Omit call to __mutex_init.
4023
4024 Tue May 31 18:15:33 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4025
4026         * hurd/hurdmalloc.c (more_memory): Do spin_lock_init on H->lock.
4027         (malloc_init): New function; put it on _hurd_preinit_hook.
4028
4029         * sysdeps/mach/hurd/defs.c (init_stdio): If stream already
4030         allocated, don't allocate a new one.  Don't crash if _hurd_alloc_fd
4031         returns null if __newstream does.
4032
4033         * sysdeps/mach/hurd/__brk.c (init_brk): If _hurd_brk is nonzero,
4034         leave it as it is.  Set PAGEND from _hurd_brk instead of &_end.
4035
4036 Mon May 30 18:37:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4037
4038         * hurd/hurdrlimit.c (init_rlimit): Put this on _hurd_preinit_hook
4039         instead of _hurd_subinit.
4040
4041         * sysdeps/mach/hurd/mig-reply.c (mig_fork_child): Function removed.
4042         * hurd/dtable.c (fork_parent_dtable): Function removed.
4043
4044         * sysdeps/generic/resourcebits.h: Rename RLIM_NLIMITS to
4045         RLIMIT_NLIMITS, add alias for old name.
4046
4047         * sysdeps/mach/hurd/Makefile (hurd-objpfx): New variable.
4048         (before-compile): Use that instead of $(common-objpfx).
4049
4050         * sysdeps/mach/Makefile [! objpfx] (mach-objpfx): Add trailing slash.
4051
4052 Fri May 27 01:34:56 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4053
4054         * hurd/hurdsig.c (_hurdsig_init): Always initialize _hurd_sigthread.
4055
4056         * hurd/dtable.c: Use data_set_element instead of text_set_element
4057         for _hurd_fork_locks.
4058         * hurd/hurdsig.c: Likewise.
4059
4060         * hurd/hurd.h (_hurd_set_data_limit): Declaration removed.
4061
4062         * hurd/dtable.c (_hurd_dtable_rlimit): Variable removed.
4063         (init_dtable): Don't set it.
4064
4065         * hurd/Makefile (headers): Add hurd/resource.h.
4066         (routines): Add hurdrlimit.
4067         * hurd/hurd/resource.h: New file.
4068         * hurd/hurdrlimit.c: New file.
4069         * sysdeps/mach/hurd/getrlimit.c: Rewritten to just fetch
4070         _hurd_rlimits.
4071         * sysdeps/mach/hurd/setrlimit.c: Rewritten to just set _hurd_rlimits.
4072         * sysdeps/mach/hurd/__brk.c (_hurd_data_limit): Variable removed.
4073         (_hurd_set_brk): Use _hurd_rlimits[RLIMIT_DATA].
4074         (_hurd_set_data_limit): Function removed.
4075         * hurd/alloc-fd.c (_hurd_dtable_rlimit): Variable removed.
4076         (_hurd_alloc_fd): Use _hurd_rlimits[RLIMIT_OFILE] instead.
4077
4078         * sysdeps/generic/resourcebits.h: Add RLIMIT_NOFILE as an alias
4079         for RLIMIT_OFILE.
4080
4081         * sysdeps/mach/hurd/mig-reply.c (__mig_init): Argument is stack
4082         on which to set the per-thread reply port variable.
4083
4084         * sysdeps/mach/hurd/__brk.c (init_brk): Set _hurd_data_end to
4085         DATA_SIZE bytes past the beginning of data space, rather than to
4086         DATA_SIZE absolutely.  If vm_map fails, set it to PAGEND.
4087
4088         * sysdeps/mach/hurd/start.c (_start): Run _hurd_preinit_hook right
4089         after __mach_init.
4090
4091         * stdio/freopen.c (freopen): Rewritten using __stdio_reopen to
4092         preserve the old cookie value when possible.
4093         * sysdeps/posix/sysd-stdio.c (__stdio_reopen): New function.
4094         * sysdeps/stub/sysd-stdio.c (__stdio_reopen): New function.
4095         * sysdeps/mach/hurd/sysd-stdio.c (__stdio_reopen): New function.
4096
4097         * stdio/freopen.c (freopen): Close the stream if MODE is invalid.
4098
4099         * hurd/hurdsig.c (_hurd_core_limit): Define variable.
4100
4101         * socket/sys/socket.h (PF_LOCAL): Define in preference to PF_FILE.
4102
4103 Thu May 26 12:09:51 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4104
4105         * hurd/alloc-fd.c (_hurd_alloc_fd): Don't return EINVAL when
4106         FIRST_FD is greater than _hurd_dtablesize and less than
4107         _hurd_dtable_rlimit.  If we want to grow _hurd_dtable, but
4108         _hurd_dtablesize is as big as _hurd_dtable_rlimit, then return
4109         EMFILE.  When growing _hurd_dtable, actually do something if
4110         _hurd_dtablesize is zero.
4111         
4112         * hurd/hurdmalloc.c (malloc_fork_prepare, malloc_fork_parent,
4113         malloc_fork_child): Declare as static so they don't conflict with
4114         the user's version of this file.
4115
4116 Wed May 25 20:55:16 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4117
4118         * sysdeps/mach/hurd/__brk.c: Include <cthreads.h> instead of
4119         <mutex.h>.
4120
4121         * hurd/hurdmalloc.c, hurd/hurdmalloc.h: New files (temporary hack).
4122         * hurd/Makefile (routines): Append hurdmalloc.
4123         (distribute): Append hurdmalloc.h.
4124         * hurd/alloc-fd.c: Include "hurdmalloc.h" (temporary hack).
4125         * hurd/dtable.c: Likewise.
4126         * hurd/hurdinit.c: Likewise.
4127         * hurd/hurdsig.c: Likewise.
4128         * hurd/hurdsock.c: Likewise.
4129         * hurd/new-fd.c: Likewise.
4130         * sysdeps/mach/hurd/start.c: Likewise.
4131
4132         * sysdeps/mach/hurd/start.c (start1): Use malloc and a for loop
4133         instead of calloc.
4134         * hurd/hurdsig.c (_hurd_thread_sigstate): Use malloc and memset
4135         instead of calloc.
4136
4137         * sysdeps/mach/hurd/__brk.c (init_brk): Reference self to avoid
4138         compiler warning.  Add init_brk to _hurd_preinit_hook instead of
4139         __libc_subinit.
4140
4141         * sysdeps/mach/hurd/start.c (_hurd_preinit_hook): New variable.
4142         (start1): Run _hurd_preinit_hook before threadvar setup.
4143
4144 Tue May 24 17:42:34 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4145
4146         * hurd/dtable.c (init_dtable): Initialize _hurd_dtablesize to
4147         _hurd_init_dtablesize.  Initialize _hurd_dtable_rlimit as
4148         _hurd_dtablesize used to be set, but don't let it be zero.
4149         (_hurd_dtable_rlimit): New variable.
4150
4151 Tue May 24 12:57:19 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4152
4153         * sysdeps/mach/sleep.c (sleep): Timeout arg to mach_msg is
4154         in milliseconds, not microseconds; compute it accordingly.
4155
4156         * sysdeps/mach/hurd/__select.c (__select): Deleted variables
4157         DTABLE and DTABLE_ULINK.  Use new vars _hurd_dtablesize and
4158         _hurd_dtable instead of old _hurd_dtable structure.  Use new
4159         locking protocol on _hurd_dtable.
4160
4161 Tue May 24 01:55:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4162
4163         * sysdeps/mach/hurd/__setitmr.c: Don't include mutex.h.
4164
4165         * sysdeps/mach/hurd/defs.c (init_stdio): Reference self.
4166
4167         * sysdeps/unix/sysv/sysv4/i386/sysdep.h: Include
4168         sysdeps/unix/sysv/i386/sysdep.h, not sysdeps/unix/i386/sysdep.h
4169
4170 Mon May 23 19:05:44 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4171
4172         * sysdeps/mach/hurd/Makefile (mib_hacks, defines): Variables removed.
4173
4174         * mach/devstream.c (mach_open_devstream): Set STREAM's seek and
4175         fileno io functions to null.
4176
4177         * hurd/hurdexec.c (_hurd_exec): Fixed adding of dtable ports to
4178         PLEASE_DEALLOC array.
4179
4180         * sysdeps/mach/hurd/defs.c (init_stdio): Unlock the descriptors
4181         after fetching them.  If a standard descriptor is not allocated,
4182         allocate the structure and store its pointer in the stream anyway.
4183
4184         * stdio/gets.c: Only return null on P==S if feof (STREAM).
4185
4186         * stdio/vfprintf.c: Make %Z a type modifier, not a format spec.
4187
4188         * sysdeps/mach/hurd/fdopen.c: Return NULL rather than -1 for error.
4189
4190 Mon May 23 14:24:50 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4191
4192         * sysdeps/mach/hurd/__close.c (__close): Use new _hurd_fd_get
4193         protocol.
4194         * sysdeps/mach/hurd/__dup2.c (__dup2): Likewise.  Use
4195         _hurd_dtablesize and _hurd_dtable instead of old _hurd_dtable
4196         structure.
4197
4198         * sysdeps/mach/hurd/sysd-stdio.c (__stdio_seek): Use
4199         HURD_FD_PORT_USE, not HURD_FD_USE.
4200         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Variable
4201         is D, not FD.
4202
4203         * hurd/alloc-fd.c (_hurd_alloc_fd): Arg FIRST_FD is not actually
4204         const. 
4205         * hurd/hurdsig.c (_hurd_internal_post_signal [case SIGINFO]): If
4206         we are not the process group leader, ignore the signal.
4207         (_S_sig_post [case SIGURG]): Declaration of D was out of place.
4208
4209         * sysdeps/mach/hurd/fdopen.c: Include <hurd/io.h> for 
4210         io_get_openmodes prototype.
4211
4212 Sat May 21 16:03:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4213
4214         * assert/assert.c (__assert_fail): Put program name first in msg.
4215
4216         * hurd/Makefile (dtable): Removed setdtsz.
4217
4218         * hurd/hurdexec.c: Use _hurd_dtable and _hurd_dtablesize instead of
4219         old _hurd_dtable structure.
4220         * hurd/hurdsig.c: Likewise.
4221         * hurd/alloc-fd.c: Likewise.
4222         * hurd/hurdioctl.c (rectty_dtable): Likewise.
4223
4224         * Version 1.08 released.
4225
4226         * mach/mach_error_string.c: Renamed to errstring.c.
4227         * mach/Makefile (routines): Renamed mach_error_string to errstring.
4228         * mach/err_mach_ipc.sub: Renamed to err_mach.sub.
4229         * mach/err_bootstrap.sub: Renamed to err_boot.sub.
4230
4231         * sysdeps/generic/sigset.h (__SIGSETFN): Take new arg CONST; use it
4232         for CONST qualifier on SET arg to generated function.
4233         Changed uses to pass it; sigismember passes __const, others empty.
4234
4235         * sysdeps/mach/hurd/sysd-stdio.c: Rewritten to use `struct hurd_fd *'s
4236         for cookies.
4237         * sysdeps/mach/hurd/fdopen.c: Rewritten accordinly.
4238         * sysdeps/mach/hurd/defs.c (init_stdio): Rewritten accordingly.
4239         Add it to the _hurd_fd_subinit hook instead of the __libc_subinit
4240         hook.
4241         * sysdeps/mach/hurd/stdio_init.c: New file.
4242         * hurd/dtable.c (_hurd_fd_subinit): New hook variable.
4243         (init_dtable): Run the _hurd_fd_subinit hook.
4244
4245         * hurd/hurd/fd.h (struct hurd_dtable): Type removed.
4246         (_hurd_dtable_users, _hurd_dtable_rlimit): Variables removed.
4247         (_hurd_dtable): Make this a struct hurd_fd **.
4248         (_hurd_dtablesize): New variable.
4249         (struct hurd_fd_user): Type removed.
4250         (_hurd_dtable_get, _hurd_dtable_free, _hurd_dtable_fd): Functions
4251         removed.
4252         (_hurd_fd_get): Rewritten.  Take just one arg, and look it up in
4253         _hurd_dtable; return a struct hurd_fd *.
4254         (HURD_FD_USE): Rewritten to use new _hurd_fd_get interface.
4255         * hurd/dtable.c (_hurd_dtable_users, _hurd_dtable_rlimit):
4256         Variables removed.
4257         (_hurd_dtable): Make this a struct hurd_fd **.
4258         (_hurd_dtablesize): New variable.
4259         (init_dtable, fork_parent_dtable, fork_child_dtable,
4260         ctty_new_pgrp, reauth_dtable): Use new simpler _hurd_dtable format.
4261         * sysdeps/mach/hurd/__getdtsz.c: Use _hurd_dtablesize.
4262         * sysdeps/mach/hurd/__fcntl.c: Use new _hurd_fd_get protocol.
4263
4264         * hurd/dtable.c (get_dtable_port): Return the ctty port if set.
4265
4266         * hurd/hurd/fd.h (_hurd_fd_error_signal): New function, broken out
4267         of _hurd_fd_error.
4268         (_hurd_fd_error): Call it.
4269
4270         * hurd/Makefile (dtable): Add fd-close.
4271         * hurd/fd-close.c: New file.
4272         * hurd/hurd/fd.h: Declare _hurd_fd_close.
4273
4274         * sysdeps/mach/hurd/__close.c: Call _hurd_fd_close.
4275
4276         * signal/Makefile (routines): Add sigsetops.
4277         * signal/sigsetops.c: New file.
4278
4279         * sysdeps/unix/sysv/sysv4/sigset.h (_EXTERN_INLINE): New macro.
4280         Use it for all the inline functions.
4281
4282         * signal/signal.h: Move #include <signum.h> inside #ifdef _SIGNAL_H.
4283
4284         * sysdeps/generic/sigset.h: Protect types with #ifndef
4285         _SIGSET_H_types.  Protect rest with #if !defined (_SIGSET_H_fns)
4286         && defined (_SIGNAL_H).
4287         (__SIGSETFN): Add extern declaration of NAME inside function.
4288
4289         * sysdeps/unix/ioctls-tmpl.c: Add missing #endif.
4290         * sysdeps/unix/Makefile (make-ioctls-CFLAGS): Remember -D.
4291
4292 Fri May 20 20:42:33 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4293
4294         * sysdeps/unix/Makefile (sys/termios.h): Variable removed.
4295         (ioctl-includes): New variable.
4296         (make-ioctls-CFLAGS): Compute value generally from $(ioctl-includes).
4297         ($(common-objpfx)ioctls): Depend on $(ioctl-includes), instead of
4298         $(sys/termios.h).
4299
4300         * sysdeps/unix/sysv/sco3.2.4/sco_getgrp.S: New file.
4301         * sysdeps/unix/sysv/sco3.2.4/Makefile (sysdep_routines): Add
4302         sco_getgrp.
4303         * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: New file.
4304
4305         * sysdeps/generic/sigset.h (__sigismember, __sigaddset, __sigdelset):
4306         Rewritten as extern inline functions; check for bogus signal number.
4307
4308         * configure.in (names): Put $implied before $* in new $sysnames
4309         list remaining to be processed; this ensures unix/common precedes
4310         unix/sysv4 for sysv4.
4311
4312 Thu May 19 18:35:02 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4313
4314         * sysdeps/mach/hurd/defs.c (init_stdio): Make stdin and stdout
4315         line buffered and stderr unbuffered.
4316
4317 Thu May 19 16:14:36 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4318
4319         * sysdeps/mach/hurd/getcwd.c: Remember to call io_stat on cwdir.
4320
4321         * sysdeps/generic/configure.in: Use changequote around if expr
4322         to avoid [] elision.
4323
4324 Thu May 19 13:53:59 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4325
4326         * hurd/hurdsock.c (_hurd_socket_server): Return EPFNOSUPPORT
4327         rather than EPROTONOSUPPORT because it's the entire protocol
4328         family that isn't present, not just one protocol.
4329
4330         * sysdeps/mach/hurd/__access.c (__access): Don't deallocate
4331         CRDIR or CWDIR; that's taken care of by the _hurd_port_get
4332         and _hurd_port_free system.
4333
4334 Thu May 19 04:14:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4335
4336         * sysdeps/posix/libc_fatal.c: Include <errno.h>.
4337
4338         * sysdeps/unix/sysv/sysv4/__sigact.c: Include <stddef.h> for NULL.
4339
4340         * sysdeps/mach/hurd/__access.c: Fix swapped poly and count args in
4341         __auth_makeauth call.
4342
4343         * sysdeps/mach/hurd/ioctls.h (_IOC, _IOT): Rewritten using bitwise
4344         operations, so the result is always technically a constant (the
4345         old method of using a union constructor expression was not good
4346         enough for initializers).
4347
4348         * hurd/hurdsock.c (_hurd_socket_server): If path_lookup returns
4349         ENOENT, we return EPROTONOSUPPORT.
4350
4351         * hurd/Makefile (dtable): Add hurdioctl.
4352         * hurd/dtable.c (rectty_dtable, tiocsctty, tiocnotty): Functions
4353         moved:
4354         * hurd/hurdioctl.c: New file.
4355         (fioctl, fioclex): New functions.
4356         * sysdeps/mach/hurd/__ioctl.c (_hurd_ioctl_handler_lists): Don't
4357         define it, just declare it.
4358
4359         * sysdeps/mach/hurd/getcwd.c: Use MACH_PORT_RIGHT_SEND, not
4360         MACH_PORT_TYPE_SEND, in mach_port_mod_refs call.
4361
4362         * sysdeps/mach/hurd/__getpgrp.c: Don't lock _hurd_pid_lock.
4363
4364         * sysdeps/unix/common/glue-ctype.c: Don't include <ctype.h>.
4365         Instead, add explicit extern declaration of TABLE in main.
4366
4367 Wed May 18 17:54:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4368
4369         * sysdeps/m68k/Makefile (asm-CPPFLAGS): Append $(m68k-syntax-flag).
4370
4371         * Version 1.07.6.
4372
4373         * sunrpc/Makefile (+gccwarn): Set to -w.
4374
4375         * sysdeps/unix/Makefile (ifeq testing sys/param.h): Use patsubst
4376         instead of dir to remove directory name from .../sys/param.h but
4377         preserve "sys/".
4378
4379         * inet/sys/bitypes.h: Replaced with just #include <sys/types.h>.
4380
4381         * posix/sys/utsname.h (_UTSNAME_NODENAME_LENGTH): If undefined,
4382         define to _UTSNAME_LENGTH.
4383         (struct utsname): Use _UTSNAME_NODENAME_LENGTH for `nodename' member.
4384         * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h (_UTSNAME_NODENAME_LENGTH):
4385         Define it.
4386
4387         * resource/sys/resource.h (enum __rlimit_resource): Removed.
4388         Just include <resourcebits.h> instead.
4389         * resource/Makefile (headers): Add resourcebits.h.
4390         * sysdeps/generic/resourcebits.h: New file.
4391         * sysdeps/unix/bsd/sun/sunos4/resourcebits.h: New file.
4392
4393         * stdio/test-popen.c (main): Use popen to read the file back, too.
4394
4395         * sysdeps/unix/sysv/sysv4/i386/sysdep.h: New file.
4396
4397         * sysdeps/unix/sysv/sysv4/i386/sys-sig.S: Fixed typo: movel->movl.
4398
4399 Tue May 17 12:46:31 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4400
4401         * mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
4402         __mach_task_self, __mach_host_self): New declarations of __ 
4403         versions of syscall traps.
4404         (swtch, __swtch, swtch_pri, __swtch_pri, thread_switch,
4405         __thread_switch, evc_wait, __evc_wait): New prototypes.
4406         * mach/Makefile (headers): Added mach/mach_traps.h so that the
4407         GNU version is installed instead of the Mach version.
4408         
4409 Mon May 16 15:34:12 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4410
4411         * sysdeps/stub/sys/param.h: New file.
4412
4413         * mach/lock-intern.h (__mutex_lock, __mutex_unlock): Real definitions.
4414         (__mutex_lock_solid, __mutex_unlock_solid, __mutex_init): Declare
4415         them.
4416         * mach/mutex-solid.c: New file.
4417         * mach/Makefile (lock): Add mutex-solid.
4418         (lock-headers): Remove mutex.h.
4419         * mach/mutex.h: File removed.
4420         * hurd/hurd/id.h: Include <cthreads.h> instead of <mutex.h>.
4421         * hurd/hurd/signal.h: Likewise.
4422         * hurd/hurdsig.c: Likewise.
4423         * hurd/hurdsock.c: Likewise.
4424         * hurd/dtable.c: Likewise.
4425         * hurd/__setauth.c: Likewise.
4426         * sysdeps/mach/hurd/Makefile (includes): Also append
4427         -I$(hurd-srcdir)/libthreads.
4428
4429         * sysdeps/posix/system.c [WAITPID_CANNOT_BLOCK_SIGCHLD]: Don't
4430         block SIGCHLD.
4431         * sysdeps/unix/sysv/sco3.2.4/system.c
4432         (WAITPID_CANNOT_BLOCK_SIGCHLD): Define this macro.
4433
4434         * sysdeps/posix/sigintr.c (siginterrupt) [! SA_RESTART]: Always
4435         fail with ENOSYS.
4436
4437         * sysdeps/posix/__sigvec.c [! SA_ONSTACK]: Fail with ENOSYS if
4438         SV_ONSTACK is set in VEC->sv_flags.
4439         [SA_RESTART]: Protect SV_INTERRUPT check with this.
4440
4441         * sysdeps/mach/sysdep.h (FATAL_PREPARE): New macro.
4442         * sysdeps/posix/libc_fatal.c: Include <sysdep.h>.
4443         [FATAL_PREPARE]: Invoke the macro.
4444         * assert/assert.c: Likewise.
4445
4446         * sysdeps/generic/memmem.c: Start BEGIN at HAYSTACK, not partway
4447         into it.  Loop until BEGIN passes the location in HAYSTACK with
4448         NEEDLE_LEN bytes remaining to the end.
4449         Compare first byte manually before calling memcmp.
4450
4451         * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Fix typo.
4452
4453         * posix/sys/types.h [__USE_BSD] (int32_t, int16_t, int8_t,
4454         u_int32_t, u_int16_t, u_int8_t): New typedefs.
4455
4456         * assert/assert.c (__assert_program_name): New variable.
4457         (__assert_fail): Print that in the msg too.
4458         [HAVE_GNU_LD] (set_progname): New function to set it up at startup.
4459
4460 Thu May 12 01:10:52 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4461
4462         * hurd/__setauth.c: Do critical section locking.
4463         * hurd/hurdexec.c: Likewise.
4464         * hurd/hurdauth.c (_S_del_auth): Likewise.
4465         * hurd/getuids.c: Likewise.
4466         * hurd/dtable.c: Likewise.
4467         * hurd/alloc-fd.c: Likewise.
4468         * hurd/hurd/port.h: Likewise.
4469         * hurd/hurd/fd.h: Likewise.
4470         * hurd/setuids.c: Likewise.
4471         * hurd/intern-fd.c: Likewise.
4472         * hurd/hurdsock.c (_hurd_socket_server): Likewise.
4473         * sysdeps/mach/hurd/setrlimit.c: Likewise.
4474         * sysdeps/mach/hurd/setgroups.c: Likewise.
4475         * sysdeps/mach/hurd/seteuid.c: Likewise.
4476         * sysdeps/mach/hurd/setegid.c: Likewise.
4477         * sysdeps/mach/hurd/getrlimit.c: Likewise.
4478         * sysdeps/mach/hurd/__setuid.c: Likewise.
4479         * sysdeps/mach/hurd/__setreuid.c: Likewise.
4480         * sysdeps/mach/hurd/__setregid.c: Likewise.
4481         * sysdeps/mach/hurd/__setitmr.c: Likewise.
4482         * sysdeps/mach/hurd/__setgid.c: Likewise.
4483         * sysdeps/mach/hurd/__select.c: Likewise.
4484         * sysdeps/mach/hurd/__sbrk.c: Likewise.
4485         * sysdeps/mach/hurd/__getuid.c: Likewise.
4486         * sysdeps/mach/hurd/__getpgrp.c: Likewise.
4487         * sysdeps/mach/hurd/__getitmr.c: Likewise.
4488         * sysdeps/mach/hurd/__getgrps.c: Likewise.
4489         * sysdeps/mach/hurd/__getgid.c: Likewise.
4490         * sysdeps/mach/hurd/__geteuid.c: Likewise.
4491         * sysdeps/mach/hurd/__getegid.c: Likewise.
4492         * sysdeps/mach/hurd/__getdtsz.c: Likewise.
4493         * sysdeps/mach/hurd/__fork.c: Likewise.
4494         * sysdeps/mach/hurd/__fcntl.c: Likewise.
4495         * sysdeps/mach/hurd/__dup2.c: Likewise.
4496         * sysdeps/mach/hurd/__close.c: Likewise.
4497         * sysdeps/mach/hurd/__brk.c: Likewise.
4498         * sysdeps/mach/hurd/__access.c: Likewise.
4499
4500         * sysdeps/mach/hurd/reboot.c (reboot): Use the host priv port to
4501         prove authority.
4502
4503         * sysdeps/mach/hurd/__readlink.c: Don't request O_READ access.
4504
4505         * sysdeps/mach/hurd/__ioctl.c: Don't expect result data unless
4506         return code is zero.  Translate MIG_BAD_ID or EOPNOTSUPP to ENOTTY.
4507
4508         * mach/devstream.c (output): Use device_write instead of
4509         device_write_inband.
4510
4511 Wed May 11 18:49:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4512
4513         * hurd/hurdinit.c (_hurd_init): Finsih loop of _hurd_port_init on
4514         _hurd_ports elts before doing _hurd_proc_init or
4515         __task_set_special_port.
4516
4517         * hurd/hurd/signal.h (struct hurd_sigstate): Add new
4518         `critical_section' member.  Remove #if 0'd out vfork crap.
4519         (_hurd_critical_section_lock, _hurd_critical_section_unlock): New
4520         functions. 
4521         (HURD_CRITICAL_BEGIN, HURD_CRITICAL_END): New macros.
4522
4523         * io/Makefile (headers): Add poll.h and sys/poll.h.
4524         (routines): Add poll.
4525         * sysdeps/unix/bsd/sun/sunos4/poll.S: New file.
4526         * sysdeps/unix/sysv/poll.S: New file.
4527         * sysdeps/unix/bsd/poll.c: New file.
4528         * sysdeps/stub/poll.c: New file.
4529         * io/poll.h, io/sys/poll.h: New files.
4530
4531         * misc/bsd-compat.c (setjmp): New function.
4532
4533         * sysdeps/unix/Makefile (sysdep_headers): Remove sys/param.h.
4534         * misc/Makefile (headers): Add it here instead.
4535
4536         * io/test-utime.c (main): New file.
4537         * io/Makefile (tests): New variable.
4538
4539 Wed May 11 13:44:33 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4540
4541         * hurd/hurd/threadvar.h (__hurd_errno_location): Remove 
4542         __volatile keyword.  `volatile int errno' is not the same
4543         as `int errno'; user programs often mention the latter.
4544         * errno.h: Remove __volatile keyword; same reason.
4545
4546 Tue May 10 17:21:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4547
4548         * time/zdump.c: New code from ADO.
4549
4550         * time/difftime.c (difftime): Use hairy rounding algorithm from
4551         eggert@twinsun.com when sizeof (time_t) >= sizeof (double).
4552
4553         * Makerules (native-CFLAGS): Remove -I$(sysincludedir).  RMS says
4554         people with bogons in /usr/local/include deserve to lose.
4555
4556         * stdio/printf_fp.c (__printf_fp): If IS_NEG gets set, negate
4557         FPNUM before testing it for %g format choice.
4558
4559         * sysdeps/unix/sysv/irix4/fcntlbits.h: New file.
4560         * sysdeps/unix/sysv/irix4/Dist: New file.
4561         * sysdeps/unix/sysv/irix4/readv.c: New file.
4562         * sysdeps/unix/sysv/irix4/writev.c: New file.
4563         * sysdeps/unix/sysv/irix4/__dup2.c: New file.
4564
4565         * sunrpc/xdr_float.c (xdr_float): Change [mc68000 || sparc] to [!
4566         vax].
4567
4568         * sysdeps/mips/setjmp.S: Remove spurious $.
4569
4570         * sysdeps/generic/ftime.c: Include <errno.h>.
4571
4572         * sysdeps/unix/mips/sysdep.S: Add .set noreorder.
4573
4574 Tue May 10 16:27:13 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4575
4576         * sysdeps/generic/termbits.h (NCCS): Doc fix.
4577
4578 Mon May  9 18:07:44 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4579
4580         * sysdeps/mach/hurd/uname.c (uname): System uname information
4581         has moved from init to proc.
4582
4583         * sysdeps/mach/usleep.c (usleep): Return correct value.  Destroy
4584         RECV when we're done with it.
4585
4586 Thu May  5 17:03:56 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4587
4588         * sysdeps/mach/hurd/__lstat.c: Use O_NOLINK instead of O_NOTRANS.
4589
4590 Thu May  5 04:20:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4591
4592         * mach/spin-lock.h (spin_lock_init): Define.
4593
4594         * sysdeps/mach/hurd/sigsuspend.c: New local variable NEWMASK, set
4595         it to *SET if SET is not null, before taking SS->lock; don't
4596         dereference SET while holding the lock.  Restore SS->blocked to
4597         OLDMASK before unlocking and returning.
4598
4599         * hurd/hurdsig.c (hurdsig_fork_child): Return zero.
4600
4601         * sysdeps/mach/hurd/__fork.c (_hurd_fork_parent_hook,
4602         _hurd_fork_prepare_hook)): Define variables (symbol sets).
4603         (__fork): Run _hurd_fork_prepare_hook and _hurd_fork_parent_hook.
4604
4605         * sysdeps/mach/hurd/sigsuspend.c: Don't test SS->pending; instead
4606         wait until SS->suspended is cleared.
4607         * hurd/hurdsig.c (_hurd_internal_post_signal): Clear SS->suspended
4608         before signalling on SS->arrived.
4609
4610         * mach/Makefile (headers): Added mach/default_pager_helper.defs.
4611
4612         * sysdeps/sparc/Dist: Added alloca.S.
4613
4614 Wed May  4 14:02:29 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4615
4616         * hurd/hurdexec.c (_hurd_exec): Unlock _hurd_dtable_lock when
4617         all through.
4618
4619         * sysdeps/mach/hurd/__setitmr.c: Changed _hurd_itimer_lock
4620         to be a spin_lock; changed mutex_lock and mutex_unlock
4621         accordingly throughout.
4622         * sysdeps/mach/hurd/__getitmr.c: Corresponding changes from
4623         mutex calls to spin lock calls here too.
4624
4625         * sysdeps/mach/hurd/__setitmr.c (setitimer_locked): Fixed syntax 
4626         of declaration of PREEMPT.
4627         (setitimer_locked): Declare variables ERR and ELAPSED.
4628         (setitimer_locked): Fix some references to REMAINING that 
4629         were using it as an itimerval instead of a timeval.
4630         (setitimer_locked): Deleted unused label STILLBORN.
4631
4632 Wed May  4 00:17:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4633
4634         * sysdeps/stub/__getitmr.c: Fix arg name __WHICH to WHICH.
4635
4636         * sysdeps/unix/bsd/alarm.c: Round tv_usec with arithmetic rather
4637         than a test.
4638
4639         * hurd/Makefile (user-interfaces): Add hurd/msg_request.
4640
4641         * sysdeps/stub/__setitmr.c: Fix arg name __WHICH to WHICH.
4642
4643         * Makeconfig (cross-compiling): Define if $(HOST_CC) and $(CC) differ.
4644         * time/Makefile (install-others): Omit defn ifdef cross-compiling.
4645
4646 Tue May  3 23:12:48 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4647
4648         * mach/Makefile (lock-headers): Add spin-lock.h.
4649
4650         * misc/Makefile (routines): Add madvise.
4651
4652         * malloc/Makefile (non-lib.a): Define.
4653         * misc/Makefile (non-lib.a): Define.
4654         * Makerules (install-lib.a): Filter out $(non-lib.a).
4655         (install-lib-non.a): Append $(non-lib.a).
4656
4657         * mach/Makefile (mach-headers): Rename sys/version.h to
4658         mach/version.h.
4659
4660         * hurd/Makefile (headers): Added hurd/threadvar.h.
4661
4662         * Version 1.07.5.
4663
4664         * hurd/port2fd.c (_hurd_port2fd): Use logic copied from
4665         _hurd_port_locked_set to install PORT in D->port, but leave it locked.
4666
4667         * sunrpc/Makefile (generated): Don't add $(objpfx).
4668
4669         * sysdeps/stub/machine-lock.h: New file.
4670         * sysdeps/stub/machine-sp.h: New file.
4671
4672 Tue May  3 22:31:15 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4673
4674         * sysdeps/mach/usleep.c (usleep): Specify MACH_RCV_MSG so that
4675         mach_msg actually waits.
4676
4677 Tue May  3 19:24:48 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
4678
4679         * malloc/malloc.h (enum mcheck_status): Delete trailing
4680         comma in enum list; some compilers don't like it.
4681
4682 Tue May  3 15:18:15 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4683
4684         * sysdeps/mach/hurd/__symlink.c (__symlink): Pass port type arg to
4685         __file_set_translator.
4686
4687 Mon May  2 17:56:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4688
4689         * hurd/Makefile (generated): Add $(inlines) .c files.
4690
4691         * sysdeps/mach/hurd/__mknod.c: Pass port type arg to
4692         __file_set_translator.
4693
4694 Sun May  1 16:03:13 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4695
4696         * mach/mig_syms.c: Add de-__ing aliases for mig_init,
4697         mig_get_reply_port, and mig_dealloc_reply_port.
4698
4699         * sysdeps/mach/hurd/errnos.awk: Handle copying errors from
4700         mach/mig_errors.h and device/device_types.h.  Omit E*_SUCCESS.
4701         Omit MACH_MSG_MASK and other special bit macros.
4702
4703         * sysdeps/mach/hurd/i386/sigcontext.h (struct sigcontext): Added
4704         sc_reply_port member.
4705         * hurd/hurdsig.c (fetch_reply_port): New function.
4706         (_hurd_internal_post_signal): When setting up to run handler, set
4707         SCP->sc_reply_port to the receiving thread's value for
4708         _HURD_THREADVAR_MIG_REPLY.
4709         * sysdeps/mach/hurd/i386/__sigret.c: Destroy the MiG reply port
4710         used by the signal handler, and restore from SCP->sc_reply_port.
4711         * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp): New
4712         function; guts from __hurd_threadvar_location.
4713         (__hurd_threadvar_location): Call that.
4714
4715         * hurd/hurdsig.c (check_pending): New function, broken out of:
4716         (_hurd_internal_post_signal): Call that for pending signal check.
4717         If SIGNO is zero, call check_pending on each thread's sigstate.
4718
4719         * sysdeps/mach/hurd/start.c (start1): Use calloc to get
4720         zero-filled space for __hurd_threadvar_stack_offset when
4721         __hurd_threadvar_stack_mask is zero.
4722
4723 Thu Apr 28 21:29:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4724
4725         * Merged gmp-1.99.3+ mpn code from tege for printf_fp.
4726         * stdio/printf_fp.c: Include "longlong.h"; gmp-impl.h no longer does.
4727         
4728         * Makerules (+depfiles): Filter $(extra-objs) to get only .o files.
4729
4730 Wed Apr 27 00:20:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4731
4732         * Makerules (depend-$(subdir)): Put output in tmp file and use mv -f.
4733         Always use $(+depfiles), since sources is no longer exported.
4734
4735 Tue Apr 26 20:05:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4736
4737         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Don't include <termios.h> to 
4738         avoid <sys/ioctl.h> conflicts.
4739         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Undefine ECHO, MDMBUF,
4740         TOSTOP, FLUSHO, PENDIN, and NOFLSH after including <termios.h> and
4741         before including <sys/ioctl.h>.
4742         * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
4743
4744 Tue Apr 26 14:42:43 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4745
4746         * sysdeps/mach/sleep.c (sleep): Specify MACH_RCV_MSG or else
4747         mach_msg won't do anything but return immediately.
4748         (sleep): Compute return value correctly.
4749
4750 Tue Apr 26 04:49:56 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4751
4752         * sysdeps/i386/setjmp.c: Put global register decls first thing.
4753         * sysdeps/i386/__longjmp.c: Likewise.
4754
4755 Fri Apr 22 18:10:36 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4756
4757         * sysdeps/unix/sysv/irix4/__wait3.S: New file.
4758         * sysdeps/unix/sysv/irix4/time.S: New file.
4759         * sysdeps/unix/sysv/irix4/__waitpid.c: New file.
4760
4761 Thu Apr 21 16:54:11 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
4762
4763         * malloc/malloc.c (initialize, morecore): When allocating the
4764         _heapinfo block itself, account for it in the statistics.
4765
4766 Tue Apr 19 20:17:06 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4767
4768         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: New file.
4769
4770         * malloc/malloc.c (morecore): Only zero the new part of NEWINFO,
4771         not the part we will copy _heapinfo into.
4772
4773         * sysdeps/unix/bsd/signum.h (SIGLOST): Define.
4774         (_NSIG): Increase to 33.
4775
4776 Mon Apr 18 16:56:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4777
4778         * configure.in (config.status): Use $configure_args instead of
4779         $ac_configure_args.
4780         (after AC_PREPARE): Call AC_LANG_C.
4781
4782         * time/Makefile (routines): Add sys/timeb.h.
4783         (routines): Add ftime.
4784         * time/sys/timeb.h: New file.
4785         * sysdeps/unix/bsd/ftime.c: New file.
4786         * sysdeps/generic/ftime.c: New file.
4787
4788         * sysdeps/posix/getenv.c (getenv): Return NULL if __environ is null.
4789
4790         * malloc/malloc.h [_MALLOC_INTERNAL] [HAVE_UNISTD_H]: Include
4791         unistd.h.
4792
4793         * malloc/Makefile (gmalloc-routines): Put valloc first.
4794
4795 Wed Apr 13 14:03:02 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4796
4797         * sysdeps/mach/hurd/__symlink.c (__symlink): Set the target of the
4798         link to FROM, not TO.
4799
4800         * sysdeps/mach/hurd/__readlink.c (__readlink): Copy just the
4801         target into the user's buffer, not the entire translator spec.
4802
4803 Tue Apr 12 00:13:19 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4804
4805         * hurd/fd-write.c (_hurd_fd_write): Set noctty for now rather
4806         than depending on what happens to be on the stack.
4807
4808         * sysdeps/mach/hurd/readdir.c (readdir): Notice when hitting
4809         end-of-file and return NULL.
4810
4811 Mon Apr 11 17:36:59 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4812
4813         * sysdeps/mach/hurd/start.c (start1): Bother to set __environ.
4814
4815         * sysdeps/mach/hurd/__ioctl.c (__ioctl): Comment out use of 
4816         HURD_EINTR_RPC until signals work.
4817
4818 Mon Apr 11 14:16:40 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4819
4820         * sysdeps/mach/hurd/__ioctl.c (__ioctl): Call __mig_get_reply_port
4821         rather than __mig_reply_port (which doesn't exist).
4822
4823         * sysdeps/mach/hurd/__mknod.c: Added temporary declarations
4824         of major and minor.
4825
4826         * (This change occurred on April 4, 1994) mach/setup-thread.c
4827         (__mach_setup_thread): The March 31 change had an error; the stack
4828         needs to be allocated with ANYWHERE cleared.
4829
4830         * (This change occurred on April 8, 1994) hurd/hurdexec.c
4831         (_hurd_exec): The arguments to exec_exec had the length and 
4832         type parameters transposed.  In addition, fetch the correct
4833         procserver port for the new task.
4834
4835         * (This change occurred on April 8, 1994)
4836         sysdeps/mach/hurd/__wait.c (__wait4): Deal properly with a null
4837         USAGE argument.
4838
4839         * (This change occurred on April 8, 1994)
4840         sysdeps/mach/hurd/_exit.c (_exit): Changed commented-out call to
4841         __proc_exit into a correct call to __proc_mark_exit.
4842
4843 Fri Apr  8 14:58:24 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4844
4845         * string/strsignal.c (strsignal): Store of NUL into unknown_signal
4846         was off by one.
4847
4848 Tue Apr  5 21:26:25 1994  Brendan Kehoe  (brendan@zen.org)
4849
4850         * sysdeps/unix/sysv/sysv4/__sigact.c (__sigaction): Declare member
4851         `oact' in lower case, to match its use in the rest of the function.
4852
4853 Tue Apr  5 03:07:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4854
4855         * Makerules (install-lib.a rule): Run ranlib on the target.
4856
4857         * Makerules (library member rule): Tighten up pattern rule to
4858         match only libc.a, not other libraries.
4859
4860 Mon Apr  4 21:49:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4861
4862         * set-hooks.h: New file.
4863         * Makefile (distribute): Add it.
4864         * set-init.c: Include it and use its macro DEFINE_HOOK_RUNNER.
4865
4866         * Makerules (sysd-Makefile): Put `sysd-Makefile-done=t' in output.
4867         (sysd-rules): Don't include it unless sysd-Makefile-done is defined.
4868
4869 Mon Apr  4 18:33:54 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
4870
4871         * mach/setup-thread.c (__mach_setup_thread): Oops; the vm_allocate
4872         call should have ANYWHERE cleared so that the change of the 31st
4873         has any effect at all.
4874
4875 Thu Mar 31 13:46:13 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
4876
4877         * mach/setup-thread.c (__mach_setup_thread): Create a red zone
4878         beneath the stack; also, work around a bug in cthreads by
4879         forcing the stack into high memory.  FIXME--this routine
4880         depends on the direction of stack growth; that should be fixed.
4881
4882 Mon Mar 28 12:55:51 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
4883
4884         * Rules (make-dummy-lib): Use `$(AR)' instead of literal `ar'.
4885
4886         * configure.in (arg parsing): Don't take --os-release or --os-version.
4887         (switches): Variable removed; don't write it into config.status.
4888         (config.status): Write release and version values directly.
4889
4890         * sysdeps/unix/common/configure.in: Use changequote around if expr
4891         to avoid [] elision.
4892
4893 Sat Mar 26 18:36:27 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
4894
4895         * malloc/mcheck.c [! _MALLOC_INTERNAL]: #include <stdio.h>
4896
4897 Fri Mar 25 02:17:55 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
4898
4899         * malloc/mcheck.c (mprobe): New function.
4900         (abortfunc): Take enum mcheck_status arg.
4901         (checkhdr): Return an enum mcheck_status, and pass it to abortfunc.
4902         (mabort): New function.
4903         (mcheck): Use mabort as default abortfunc.
4904         * malloc/malloc.h (enum mcheck_status): New type.
4905         (mprobe): Declare new function.
4906         (mcheck): ABORTFUNC takes an `enum mcheck_status' arg.
4907
4908         * posix/unistd.h [__USE_GNU] (TEMP_FAILURE_RETRY): New macro.
4909
4910         * stdio/stdio.h [__USE_GNU && !_LIBC] (cookie_io_functions_t):
4911         Define instead of __io_functions (and make that a typedef for
4912         this); omit __ from member names.
4913
4914 Thu Mar 24 14:59:23 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
4915
4916         * sysdeps/unix/sysv/sco3.2.4/sigaction.h: New file.
4917
4918         * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Put address of
4919         __sigreturn in %ecx before doing syscall trap.
4920
4921         * sysdeps/stub/setegid.c: Fix arg type to __gid_t (was int).
4922
4923 Wed Mar 23 17:33:09 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
4924
4925         * Makefile (headers): Remove $(stdarg.h).
4926         * Makeconfig (stdarg.h): Variable removed.
4927         * configure.in: Remove check for __gnuc_va_list in stdarg.h.
4928         It is not safe to replace the compiler's stdarg.h with our own.
4929
4930 Tue Mar 22 12:46:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4931
4932         * Rules (dist): Rule removed.
4933         * Makefile (dist): Likewise.
4934         * Makerules (dist, distinfo): New rules.
4935         (TAGS): Depend on distfile, pass -f distfile to submake.
4936
4937         * math/Makefile: Remove if-ed out old bsdmath copying rules.
4938
4939         * Makerules (sources, headers, sysdep_routines): Don't export these.
4940         * Rules (others, tests): Likewise.
4941
4942         * io/lockf.c: Include fcntl.h and errno.h.
4943
4944 Mon Mar 21 20:27:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4945
4946         * sysdeps/unix/bsd/sony/newsos4/fchdir.S: New file.
4947         * sysdeps/unix/bsd/sony/newsos4/{__wait4.c,__wait3.c,__wait.c,
4948         sys_wait4.S,Makefile,Dist}: New files.
4949
4950         * sysdeps/unix/Makefile (syscall.h): De-SYS_ify `kerncall_basenum'.
4951
4952         * sysdeps/unix/bsd/m68k/sysdep.S [! __motorola__]: Rename label 0
4953         to `store'; a user reports gas 1.38 bombs on numbered labels.
4954
4955         * sysdeps/posix/Makefile (mk-stdiolim): Use $(HOST_CC).
4956
4957         * Rules (distribute, dont_distribute, generated): Don't export them.
4958         (dist): Pass those vars down to sub-make on cmd line.
4959         * Makefile (distribute, generated): Don't export them.
4960         (dist): Pass distribute and generated values to sub-make on cmd line.
4961
4962         * Makerules (install-lib-nosubdir): Insert $(libprefix) appropriately.
4963
4964 Fri Mar 18 01:02:52 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4965
4966         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h (DO_CALL): Use a6 in
4967         place of fp.  A user reports gas 1.38 doesn't grok fp.
4968
4969 Tue Mar  8 18:35:02 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4970
4971         * Makerules (common-clean): Prepend $(objpfx) to $(generated).
4972         * Makefile (parent-clean): Prepend $(common-objpfx) to
4973         $(common-generated).
4974         * Makefile (generated): Don't prepend $(objpfx).
4975         * Rules (generated): Likewise.
4976         * sysdeps/unix/common/Makefile (generated): Likewise.
4977         * sysdeps/unix/sysv/Makefile (generated): Likewise.
4978         * sysdeps/unix/Makefile (common-generated): Don't prepend
4979         $(common-objpfx).
4980         * sysdeps/posix/Makefile (common-generated): Likewise.
4981         * sysdeps/generic/Makefile (common-generated): Likewise.
4982         (generated): Don't prepend $(objpfx).
4983
4984         * sysdeps/generic/Makefile (common-generated): Set this instead of
4985         generated for bytesex.h and det_endian.
4986
4987         * sysdeps/stub/fexecve.c: New file.
4988         * posix/Makefile (routines): Add fexecve.
4989         * posix/unistd.h [__USE_GNU]: Declare fexecve.
4990
4991         * sysdeps/unix/common/configure.in: Protect siglist and ctype
4992         checks with if [ ! "$inhibit_glue" ].
4993         * sysdeps/generic/configure.in: Likewise for psignal check.
4994         * sysdeps/unix/common/Makefile: Protect body with ifndef inhibit-glue.
4995
4996 Mon Mar  7 17:46:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4997
4998         * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: New file from brendan.
4999
5000 Fri Mar  4 01:56:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5001
5002         * Makerules (native-compile, common-objdir-compile): Use
5003         $(HOST_CC) in place of $(CC).
5004
5005         * malloc/cfree.c: Move #undef cfree inside #ifdef _LIBC.
5006
5007         * misc/sys/ioctl.h (struct ttysize): If TIOCGSIZE != TIOCGWINSZ,
5008         use two int elts instead of four shorts.
5009
5010 Thu Mar  3 17:35:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5011
5012         * malloc/realloc.c (realloc): When shrinking a block by splitting
5013         and then freeing one, bump the _chunks_used counter.
5014
5015         * sysdeps/unix/sysv/sysv4/i386/__mknod.S: New file.
5016
5017 Tue Mar  1 11:42:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5018
5019         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Get first argument from
5020         stack at 8(%esp), not 4(%esp).
5021
5022         * sysdeps/unix/sysv/isc2.2/rename.S: Get unix/common, not unix/bsd.
5023
5024 Thu Feb 24 14:40:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5025
5026         * io/lockf.c: New file.
5027         * io/Makefile (routines): Add lockf.
5028         * io/fcntl.h [__USE_MISC] (F_ULOCK, F_LOCK, F_TLOCK, F_TEST): New
5029         macros.
5030         [__USE_MISC] (lockf): Declare it.
5031         * posix/unistd.h: Copy those new macros and declaration.
5032
5033         * time/backward, time/etcetera, time/zic.c: New code and data from ADO.
5034         * Makeconfig (posixrules): Default to America/New_York.
5035
5036         * sysdeps/unix/mips/sysdep.S: Store -1 in v0 in the delay slot after
5037         the return, rather than before (leaving the delay slot unfilled and
5038         without a nop!).
5039
5040         * sysdeps/unix/sysv/irix4: New directory; mips-sgi-irix4 port
5041         courtesy Tom Quinn.
5042
5043         * sysdeps/unix/sysv/sysv4/direct.h: Moved to unix/common; it is right
5044         for irix4 as well as sysv4.
5045         * sysdeps/unix/bsd/ultrix4/__wait.S: Moved to unix/mips.
5046         (noerror): Store register v1 in location pointed to by first arg (if
5047         not NULL).
5048         * sysdeps/unix/bsd/ultrix4/__sigret.S: Moved to unix/mips.
5049
5050         * sysdeps/unix/bsd/bsd4.4/{mmap,munmap,mprotect,msync,madvise}.S:
5051         Moved to sysdeps/unix/mman (new directory).
5052         * sysdeps/unix/bsd/bsd4.4/Implies: New file; imply unix/mman.
5053         * sysdeps/unix/bsd/sunos4/Implies: Likewise.
5054         * sysdeps/unix/bsd/ultrix4/Implies: Likewise.
5055         * sysdeps/unix/bsd/osf1/Implies: Likewise.
5056         * sysdeps/unix/bsd/sun/sunos4/munmap.S,
5057         sysdeps/unix/bsd/sun/sunos4/mprotect.S,
5058         sysdeps/unix/bsd/sun/sunos4/madvise.S,
5059         sysdeps/unix/bsd/ultrix4/mmap.S,
5060         sysdeps/unix/bsd/ultrix4/munmap.S,
5061         sysdeps/unix/bsd/ultrix4/mprotect.S,
5062         sysdeps/unix/bsd/osf1/mmap.S,
5063         sysdeps/unix/bsd/osf1/munmap.S,
5064         sysdeps/unix/bsd/osf1/mprotect.S: Files removed.
5065
5066         * sysdeps/unix/sysv/sysv4/fcntlbits.h: Moved to sysdeps/unix/common.
5067
5068         * stdio/printf_fp.c: Add many assertions to make sure no mpn size
5069         variable is ever zero.
5070
5071         * Makerules (native-CFLAGS): Add -I$(sysincludedir).
5072
5073         * Makerules (depend-$(subdir)) [omit-deps]: Use $(+depfiles) value
5074         instead of shell hackery.
5075
5076 Wed Feb 23 00:09:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5077
5078         * sysdeps/sparc/alloca.S [! NO_UNDERSCORES]: Call it ___builtin_alloca.
5079
5080 Tue Feb 22 18:47:10 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5081
5082         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Use __off_t in mmap
5083         prototype.
5084
5085         * time/setitmr.c: Swap args OLD and NEW.
5086         * time/sys/time.h (setitimer): Likewise.
5087         * sysdeps/stub/__setitmr.c: Likewise.
5088
5089 Mon Feb 21 20:47:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5090
5091         * sysdeps/sparc/Makefile [gnulib] (routines): Add alloca.
5092         * sysdeps/sparc/alloca.S: New file; support for SunOS libc's
5093         `__builtin_alloca' function (never needed with GCC).
5094
5095         * sysdeps/unix/sysv/sysv4/__sigact.c (trampoline): Cast handler to
5096         three-arg type.
5097
5098 Sun Feb 20 00:46:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5099
5100         * sysdeps/unix/bsd/sun/sunos4/mmap.c: Add missing semicolon.
5101
5102         * sysdeps/unix/sparc/start.c [! NO_SHLIB]: Include <sys/types.h>
5103         before <sys/mman.h>.
5104
5105         * sysdeps/unix/bsd/ultrix4/mips/{sysdep.h,sysdep.S,__pipe.S,
5106         __fork.S,__brk.S}: Moved to sysdeps/unix/mips (new directory).
5107
5108         * sysdeps/unix/bsd/ultrix4/mips/__sigret.S: Use SYS_sigreturn
5109         instead of literal 103; #define to 103 if not already defined.
5110
5111 Sat Feb 19 17:39:13 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5112
5113         * sysdeps/unix/sysv/sysv4/i386/Dist: New file; list sys-sig.S.
5114
5115 Fri Feb 18 18:07:34 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5116
5117         * sysdeps/generic/configure.in: New file; check for psignal.
5118
5119         * sysdeps/unix/common/glue-ctype.c: Check for table named _ctype,
5120         before checking for _ctype_.
5121         * sysdeps/unix/common/configure.in: Check for _ctype.
5122
5123         * sysdeps/unix/Makefile (syscall.h): Look for sys.s before syscall.h.
5124         * sysdeps/unix/configure (unix_syscall_h): Likewise.
5125
5126         * configure.in (os = irix4*): Set base_os=unix/sysv.
5127
5128         * sunrpc/rpc/auth.h (u_int32): Always define, no #ifdefs.
5129         * sunrpc/xdr_float.c: Change [mc68000 || sparc] to [! vax].
5130
5131 Thu Feb 17 18:42:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5132
5133         * Version 1.07.4.
5134
5135         * sysdeps/unix/bsd/sun/sunos4/Dist: Add sys_mmap.S.
5136
5137         * Makerules (sysdep_dir): Remove defn.
5138         * Makeconfig (sysdep_dir): Define it here instead.
5139
5140 Wed Feb 16 16:54:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5141
5142         * sysdeps/unix/sysv/sysv4/__sigact.c: New file.
5143         * sysdeps/unix/sysv/sysv4/i386/Makefile: New file.
5144         * sysdeps/unix/sysv/sysv4/i386/sys-sig.S: New file.
5145
5146         * time/sys/time.h (timerisset, timercmp, timerclear): New macros.
5147
5148         * misc/Makefile (headers): Add sys/mman.h.
5149         (routines): Add mmap, munmap, mprotect, msync.
5150         * sysdeps/unix/bsd/sun/sunos4/sys_mmap.S: New file.
5151         * sysdeps/unix/bsd/sun/sunos4/mmap.c: New file.
5152         * sysdeps/unix/bsd/sun/sunos4/Makefile [$(subdir) == misc]
5153         (sysdep_routines): Add sys_mmap.
5154         * sysdeps/unix/bsd/bsd4.4/mprotect.S: New file.
5155         * sysdeps/unix/bsd/bsd4.4/munmap.S: New file.
5156         * sysdeps/unix/bsd/bsd4.4/msync.S: New file.
5157         * sysdeps/unix/bsd/bsd4.4/mmap.S: New file.
5158         * sysdeps/unix/bsd/bsd4.4/madvise.S: New file.
5159         * sysdeps/unix/bsd/sun/sunos4/mprotect.S: New file.
5160         * sysdeps/unix/bsd/sun/sunos4/munmap.S: New file.
5161         * sysdeps/unix/bsd/sun/sunos4/msync.S: New file.
5162         * sysdeps/unix/bsd/sun/sunos4/madvise.S: New file.
5163         * sysdeps/unix/bsd/ultrix4/sys/mman.h: New file.
5164         * sysdeps/unix/bsd/ultrix4/mmap.S: New file.
5165         * sysdeps/unix/bsd/ultrix4/munmap.S: New file.
5166         * sysdeps/unix/bsd/ultrix4/mprotect.S: New file.
5167         * sysdeps/stub/mprotect.c: New file.
5168         * sysdeps/stub/munmap.c: New file.
5169         * sysdeps/stub/msync.c: New file.
5170         * sysdeps/stub/mmap.c: New file.
5171         * sysdeps/stub/madvise.c: New file.
5172         * sysdeps/generic/sys/mman.h: New file.
5173         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: New file.
5174         * sysdeps/unix/bsd/osf1/msync.S: New file.
5175         * sysdeps/unix/bsd/osf1/mmap.S: New file.
5176         * sysdeps/unix/bsd/osf1/munmap.S: New file.
5177         * sysdeps/unix/bsd/osf1/mprotect.S: New file.
5178         * sysdeps/unix/bsd/osf1/sys/mman.h: New file.
5179
5180 Tue Feb 15 16:47:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5181
5182         * posix/unistd.h: Declare truncate, ftruncate.
5183
5184         * misc/Makefile (headers): Add syslog.h.
5185         * misc/syslog.h: New file; just includes <sys/syslog.h>.
5186
5187         * posix/unistd.h: Change duplicate seteuid decl to setegid.
5188
5189         * io/Makefile (headers): Add sys/fcntl.h.
5190         * io/sys/fcntl.h: New file; just includes <fcntl.h>.
5191
5192 Mon Feb 14 10:36:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5193
5194         * Makerules (library pattern rule): Depend on
5195         $(objpfx)stamp-$(subdir) and have empty commands.
5196         ($(objpfx)stamp-$(subdir)): Move dep on $(objects) and ar cmds here.
5197         (common-mostlyclean): Remove $(objpfx)stamp-$(subdir).
5198
5199         * Makerules (+depfiles): Filter out deps for modules in $(omit-deps).
5200
5201         * sunrpc/Makefile (omit-deps): Define new variable.
5202
5203         * Makerules ($(libc.a)(__.SYMDEF)): Depend on $(+libobjs), not
5204         lib-noranlib.
5205         * Makefile ($(libc.a)(__.SYMDEF)): Depend on subdir_lib.
5206
5207         * Makerules (+depfiles): Include deps for $(extra-objs).
5208
5209         * sunrpc/rpcsvc/klm_prot.x: Move program definition to end.
5210
5211         * sunrpc/Makefile (lib): Depend on $(objpfx)librpcsvc.a.
5212
5213         * time/zic.c: Set CP to NAME before dereferencing.
5214
5215         * sunrpc/Makefile ($(objpfx)x%.c): Target fixed from $(objpfx)x%.c.
5216         ($(objpfx)rpcsvc/%.h): Target renamed from $(includedir)rpcsvc/%.h.
5217         Make each x%.o file depend on the corresponding rpcsvc/%.h file.
5218         (headers): Add rpcsvc/%.h.
5219         (install-others): Remove generated rpcsvc headers.
5220         (generated): Define to include generated rpcsvc headers and sources.
5221
5222         * sysdeps/m68k/fpu/acos.c: Add __CONSTVALUE to defn.
5223         * sysdeps/m68k/fpu/ldexp.c: Likewise.
5224         * sysdeps/m68k/fpu/pow.c: Likewise.
5225         * sysdeps/m68k/fpu/fmod.c: Likewise.
5226         * sysdeps/m68k/fpu/atan2.c: Likewise.
5227         * sysdeps/m68k/fpu/__drem.c: Likewise.
5228         * sysdeps/m68k/fpu/__isinf.c: Likewise.
5229         * sysdeps/generic/hypot.c: Likewise.
5230         * sysdeps/m68k/fpu/__logb.c: Likewise.
5231
5232         * sysdeps/unix/bsd/m68k/sysdep.S: Swap operands in cmpl.
5233
5234 Sun Feb 13 19:49:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5235
5236         * sysdeps/m68k/Makefile (compile-command.S): Remove definition
5237         that did kludgey # hackery.
5238         * sysdeps/unix/bsd/hp/m68k/sysdep.h (PSEUDO): Add missing close paren.
5239         (POUND): Define (no arg) to just `#' (a single pound sign).
5240         (PSEUDO, DO_CALL): Use `POUND foo' in place of `POUND(foo)'.
5241         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
5242         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
5243         * sysdeps/unix/bsd/sun/m68k/__brk.S: Use #0, not POUND(0).
5244         * sysdeps/unix/bsd/hp/m68k/__brk.S: Use #__end instead of POUND(__end).
5245
5246 Fri Feb 11 00:29:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5247
5248         * configure.in (Makefile): Set objdir instead of ARCH in submake cmd.
5249
5250         * time/mktime.c: Define __P if undefined.
5251
5252         * assert/assert.h (__ASSERT_FUNCTION): Check __GNUC_MINOR__<6 if
5253         defined(__cplusplus).
5254
5255 Thu Feb 10 00:52:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5256
5257         * sysdeps/unix/sysv/__sigact.c: Use __sigismember and
5258         __sigemptyset on sa_mask instead of assuming it's an int.
5259
5260         * sysdeps/unix/sysv/sysv4/sigset.h (__sigismember): Declare arg
5261         SET to be a pointer to const.
5262
5263         * sysdeps/posix/__sigpause.c: Convert MASK to a sigset_t with a loop.
5264
5265         * sysdeps/posix/__sigblock.c: When sigset_t==mask, take address of
5266         SET or OSET, cast to int *, and dereference.
5267         * sysdeps/posix/__sigstmsk.c: Likewise.
5268         * sysdeps/posix/__sigvec.c: Likewise.
5269
5270         Add the -lrpcsvc library of XDR routines for standard SunRPC protocols.
5271         * sunrpc/Makefile (install-lib): Define to include librpcsvc.a.
5272         (rpcsvc-objs): New variable.
5273         (extra-objs): Add $(rpcsvc-objs).
5274         ($(objpfxlibrpcsvc.a): New target.
5275         ($(objpfx)x%.o): New rule to rpcgen XDR routines.
5276
5277 Wed Feb  9 11:59:33 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5278
5279         * time/zic.c (mkdirs): Reapply fix to avoid writing into passed ptr.
5280
5281         * sunrpc/Makefile (distribute): Add etc.rpc.
5282         ($(includedir)/bootparam_prot.h): Change target to
5283         $(includedir)/rpcsvc/bootparam_prot.h and dep to
5284         $(includedir)/rpcsvc/bootparam.h.
5285         (install-others): Change reference.
5286
5287         * sunrpc/rpc_util.h: Comment out bogus decl of sprintf.
5288
5289         * Makerules ($(libc.a)(__.SYMDEF)): Depend on lib-noranlib instead
5290         of $(+libobjs); this way makes the parent do subdir_lib.
5291
5292         * sysdeps/unix/sysv/sysv4/sigset.h: Protect types with #ifndef
5293         _SIGSET_H_types.  Protect rest with #if !defined (_SIGSET_H_fns)
5294         && defined (_SIGNAL_H).
5295
5296 Tue Feb  8 19:00:42 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5297
5298         * Version 1.07.3.
5299
5300         * sysdeps/unix/sysv/sysv4/sigset.h: Fix typos (omitted __s).
5301
5302 Mon Feb  7 14:31:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5303
5304         * Makerules ($(libc.a)): Depend on $(libc.a)(__.SYMDEF); no commands.
5305         ($(+libobjs)): Remove static pattern rule.
5306         (ar-it): Target removed.
5307         Replace with pattern rule to catch %(*.o) for all $(objects).
5308         ($(libc.a)(__.SYMDEF)): New target.
5309         (lib-noranlib, $(libdir)/lib$(libprefix)c.a): Don't depend on ar-it.
5310
5311         * sysdeps/unix/sparc/sysdep.h (PSEUDO): Add nop after jmp; the
5312         next insn is most likely a retl, which causes interesting behavior.
5313
5314         * stdio/vfprintf.c: Pass WORKEND+1 to _itoa, not WORKEND.
5315         Subtract one from result of _itoa when setting W.
5316
5317         * time/{africa,asia,australasia,backward,europe,leapseconds,
5318         northamerica,southamerica,zic.c}: New code and data from ADO.
5319
5320 Sun Feb  6 13:55:27 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5321
5322         * sunrpc: New directory; code from Sun's RPCSRC-4.0.
5323         * sysdeps/unix/inet/Subdirs: Add sunrpc.
5324         * inet/netdb.h: #include <rpc/netdb.h> at end.
5325
5326         * Make-dist ($(tardir).tar): Use -v when extracting from dist.tar
5327         and pipe output to doschk.
5328
5329         * Makeconfig (etcdir): New variable.
5330         (localtime-file): Use that in default value.
5331
5332         * Makerules (depend-$(subdir)): Include dep files for all .o files
5333         listed in $(extra-objs).
5334
5335         * posix/sys/types.h (NFDBITS): #define to __NFDBITS.
5336
5337         * inet/netinet/in.h (INADDR_LOOPBACK): Don't define if already
5338         defined; avoids changing source which defines it before including this.
5339         (struct sockaddr_in): Rename `__pad' member to `sin_zero'; some
5340         code wants to bzero the area just for paranoia.
5341
5342         Make cleaning targets only remove common (not specific to one
5343         subdir) generated files if run from the parent directory.
5344         * Makefile (parent-clean): Remove $(common-generated) also.
5345         * sysdeps/unix/Makefile (local_lim.h, sys/param.h, errnos.h,
5346         ioctls.h, syscall.h): Append to $(common-generated), not $(generated).
5347         * sysdeps/posix/Makefile (stdio_lim.h): Likewise.
5348
5349         * signal/signal.h: Declare psignal here.
5350         * stdio/stdio.h: Not here.
5351
5352         * stdio/stdio.h [__OPTIMIZE__] (vprintf, vfscanf, vscanf,
5353         vsscanf): Define as extern inline functions instead of macros.
5354
5355         * configure.in (names): Check existence of implied dirs and warn
5356         for absentees.
5357
5358 Sat Feb  5 13:38:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5359
5360         * Version 1.07.2.
5361
5362         * resource/sys/resource.h (RUSAGE_SELF, RUSAGE_CHILDREN): #define
5363         to self for things that test #ifdef.
5364
5365         * sysdeps/unix/common/Dist: Remove bsd_getgrp.S.
5366
5367         * sysdeps/unix/Makefile: Don't include param.h.dep ifdef no_deps.
5368
5369         * Makerules (vpath %.h): Use $(common-objpfx) in place of $(objpfx).
5370
5371         * sysdeps/unix/bsd/i386/__vfork.S: Decrement R1 and AND it with R0
5372         to avoid the test and branch.
5373
5374         * sysdeps/unix/bsd/getprio.S, sysdeps/unix/bsd/setprio.S,
5375         sysdeps/unix/bsd/__setreuid.S, sysdeps/unix/bsd/__setregid.S: Moved to
5376         sysdeps/unix/common.
5377
5378         * sysdeps/unix/reboot.S: New file.
5379
5380         * sysdeps/unix/sysv/sysv4/solaris2/signum.h: New file.
5381         * sysdeps/unix/sysv/sysv4/signum.h: New file.
5382         * sysdeps/unix/sysv/sysv4/sigset.h: New file.
5383         * sysdeps/unix/sysv/sysv4/sigaction.h (struct sigaction): Swap
5384         positions of sa_flags and sa_mask members (sa_flags is first now).
5385         (SA_NOCLDWAIT): Renamed from SA_NOSCLDWAIT.
5386
5387         * sysdeps/unix/bsd/init-posix.c (_posix_start_time): Initialize it.
5388
5389         * Makerules (open-check-inhibit-asm): Use : for empty commands in case.
5390
5391         * time/leapseconds: New version from ADO, adds 1994 leap second.
5392
5393 Thu Feb  3 02:15:30 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5394
5395         * sysdeps/unix/bsd/ulimit.c: Define ulimit instead of __ulimit.
5396
5397 Wed Feb  2 16:56:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5398
5399         * sysdeps/unix/sysv/sco3.2.4/sigsuspend.S: Moved to unix/sysv/sysv4.
5400         Replaced with #include of that file.
5401
5402         * sysdeps/unix/sysv/sysv4/solaris2/sigaltstack.S: Moved to 
5403         sysdeps/unix/sysv/sysv4/sigaltstk.S.
5404
5405         * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Syscall lxstat, not xlstat.
5406         * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Syscall fxstat, not xfstat.
5407
5408 Tue Feb  1 18:22:21 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5409
5410         * stdio/_itoa.c, stdio/_itoa.h: New files.
5411         * stdio/Makefile (routines): Add _itoa.
5412         (distribute): Add _itoa.h.
5413         * stdio/vfprintf.c: Use _itoa instead of doing it by hand.
5414
5415         * sysdeps/unix/sparc/vfork.S: Add nop after jmp.  Bad delay slot,
5416         no pipeline.
5417         * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
5418
5419 Mon Jan 31 19:33:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5420
5421         * assert/assert.c (__assert_fail): Take 4th arg FUNCTION; if it is
5422         not null, print it in the message.  Also declare __NORETURN.
5423         * assert/assert.h (__assert_fail): Update decl; also add __NORETURN.
5424         (__ASSERT_FUNCTION): #define to be __PRETTY_FUNCTION__ for GCC>=2.4.
5425         (assert): Pass __ASSERT_FUNCTION to __assert_fail.
5426
5427         * sysdeps/unix/bsd/sun/sparc/vfork.S: Moved to sysdeps/unix/sparc.
5428         Use C_SYMBOL_NAME on __vfork instead of prepending an underscore.
5429
5430         * sysdeps/unix/sysv/sysv4/solaris2/{start.c,sysdep.S,sysdep.h}: Moved
5431         to sysdeps/unix/sysv/sysv4/solaris2/sparc.
5432
5433         * sysdeps/unix/{i386,sysv/sysv4/solaris2,sysv/i386/linux,bsd/m68k,
5434         bsd/ultrix4/mips,bsd/vax}/sysdep.S: Don't do EWOULDBLOCK_sys->EAGAIN
5435         mapping #if EWOULDBLOCK_sys == EAGAIN.
5436
5437         * sysdeps/unix/sparc/sysdep.h [NO_UNDERSCORES]: #define syscall_error
5438         to C_SYMBOL_NAME(__syscall_error).
5439         (PSEUDO): On error, jump to syscall_error instead of setting errno.
5440         * sysdeps/unix/sparc/sysdep.S: New file.
5441
5442         * sysdeps/unix/sysv/sysv4/i386/__vfork.S: New file, just #include
5443         unix/bsd/i386 version. 
5444
5445         * sysdeps/unix/bsd/i386/__vfork.S: Use `scratch' in place of %edx.
5446
5447 Thu Jan 27 16:46:03 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5448
5449         * configure.in (asm-CPPFLAGS): Add new check to see if assembling
5450         a .S file loses without -P.  If so, set asm-CPPFLAGS=-P in config.make.
5451
5452         * configure.in (stddef.h): Print msg under --verbose.
5453
5454         * manual/Makefile (subdir): Define outside of `export' directive,
5455         for old make.
5456
5457         * time/mktime.c (search): Take new arg PRODUCER, fn to call
5458         instead of `localtime'.
5459         (_mktime_internal): New function; all code from old `mktime', but
5460         take 2nd arg PRODUCER and pass along to `search'.
5461         (mktime): Rewrite to call _mktime_internal with localtime.
5462         * time/Makefile (routines): Add dysize, timegm, timelocal.
5463         * time/time.h (_mktime_internal): Declare it.
5464         [__USE_MISC]: Declare timegm, timelocal, dysize.
5465         * time/dysize.c: New file.
5466         * time/timegm.c: New file.
5467         * time/timelocal.c: New file.
5468
5469 Wed Jan 26 20:06:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5470
5471         Remove the hackery on getgroups for most systems.  It is no longer
5472         necessary because gid_t is now the same size as int.
5473         * sysdeps/unix/common/Makefile (sysdep_routines): Don't add bsd_getgrp.
5474         * sysdeps/unix/common/bsd_getgrp.S: File removed.
5475         * sysdeps/unix/common/__getgrps.S: New file.
5476         * sysdeps/unix/bsd/sequent/i386/__getgrps.S: New file.
5477
5478         Clean up the rules for cleaning up.
5479         * Makerules (common-mostlyclean): New target; remove object files.
5480         (common-clean): New target; depend on common-mostlyclean, and
5481         remove dep files and generated files.
5482         (clean): Depend on common-clean.
5483         (mostlyclean): Depend on common-mostlyclean.
5484         * Rules (mostlyclean): Target removed.
5485         (clean): Target removed.
5486         (distclean): New target; depend on clean.
5487         (realclean): New target; depend on distclean.
5488         (subdir_distclean): New target; depend on distclean.
5489         (subdir_realclean): New target; depend on realclean.
5490         (subdir_mostlyclean): New target; depend on mostlyclean.
5491         * Makefile (+subdir_targets): Add subdir_distclean,
5492         subdir_realclean; change mostlyclean to subdir_mostlyclean.
5493         (parent-mostlyclean): New target; depend on common-mostlyclean and
5494         remove libc.a and $(install-lib).
5495         (parent-clean): New target; depend on parent-mostlyclean and
5496         common-clean, and remove sysdirs sysd-dirs sysd-Makefile.
5497         (clean): Depend on parent-clean and just do submake for subdirs.
5498         (mostlyclean): Depend on parent-clean and just do submake for subdirs.
5499         (distclean, realclean): Depend on parent-clean and do submake
5500         distclean-1 passing it variable assignment distclean-1=$@.
5501         (distclean-1): Depend on subdir_$(distclean-1) and remove
5502         $(config-generated), config.status, config.make, Makefile (if not
5503         in srcdir).
5504         * manual/Makefile (subdir_clean): Target removed.
5505         (subdir_%): New rule to handle all such targets.
5506         (distclean): Depend on clean, not mostlyclean.
5507         (realclean): Depend on distclean, not clean.
5508
5509         * sysdeps/unix/configure (unix_generated_dirpfx): New variable.
5510         Use it to put created .S files in sysdeps/unix if configured in
5511         srcdir, else in current directory.
5512         (unix_generated): Prepend $unix_generated_dirpfx.
5513         Have generated config.make fragment prepend $(objpfx).
5514         * sysdeps/unix/Makefile (generated): Don't set it.
5515         (config-generated): Set this instead; don't prepend any directory
5516         prefix to $(unix-generated).
5517
5518         Fixes for SVR4 wait from jmc@ksu.ksu.edu (James Michael Chacon):
5519         * sysdeps/unix/sysv/sysv4/siginfo.h (__siginfo_t): Add `__code'
5520         and `__pid' fields.
5521         (EXITED, KILLED, CORED, TRAPPED, STOPPED, CONTINUED): New macros.
5522         * sysdeps/unix/sysv/sysv4/__waitpid.c: Switch on INFOP.__code and
5523         construct *STAT_LOC from INFOP.__status accordingly.
5524
5525         * stdlib/testsort.c (main): Use puts to add newlines to printed lines.
5526
5527 Tue Jan 25 14:32:01 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5528
5529         * Version 1.07.1.
5530
5531         * manual/Makefile (%.z): Change target pattern to %.gz.
5532         (dist): Comment out dep.  Don't really need the separate doc dist.
5533
5534         * stdio/stdio.h [__OPTIMIZE__] (getchar, putchar, getdelim,
5535         getline, __getline): Use extern inlines instead of macros.
5536
5537         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Fix typo ($eax for %eax).
5538
5539         * sysdeps/unix/siglist.c [! HAVE_GNU_LD] (_sys_siglist): #define
5540         to sys_siglist.
5541         * sysdeps/posix/__gettod.c [! HAVE_GNU_LD] (__daylight,
5542         __timezone, __tzname): #define to non-__ names.
5543
5544         * math/math.h [__USE_BSD] (M_E, M_LOG2E, M_LOG10E, M_LN2, M-LN10,
5545         M_PI, M_PI_2, M_PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, M_SQRT2,
5546         M_SQRT1_2): New macros.
5547
5548 Tue Jan 25 14:01:28 1994  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
5549
5550         * sysdeps/mach/hurd/start.c (start1): Decide separately whether to
5551         split argv and whether to split envp.
5552
5553         * sysdeps/mach/hurd/i386/sysdep.h: File deleted.
5554         sysdeps/mach/i386/sysdep.h: Delete SET_SP macro.
5555         sysdeps/mach/hurd/start.c (_start): Don't call GET_SP; set globals
5556         instead of locals from exec_startup message.
5557
5558         * misc/progname.c: Don't try to set
5559         program_invocation_name or program_invocation_short_name if argv
5560         or argv[0] is invalid.
5561
5562 Mon Jan 24 16:51:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5563
5564         * sysdeps/unix/sysv/sysv4/__waitpid.c: Return INFOP.__pid instead of
5565         the PID we were called with.
5566
5567         * sysdeps/unix/sysv/__mkdir.c (__mkdir): Restore errno before
5568         returning, not after (lot of good that did).
5569
5570         * sysdeps/unix/bsd/ultrix4/system.c, sysdeps/unix/bsd/bsd4.4/system.c,
5571         sysdeps/unix/bsd/osf1/system.c, sysdeps/unix/sysv/sco3.2.4/system.c,
5572         sysdeps/unix/bsd/sun/sunos4/system.c, sysdeps/unix/sysv/sysv4/system.c:
5573         New files.  Avoid sysdeps/unix/system.c, which defines NO_WAITPID.
5574
5575         * set-init.c (__libc_init): Use `n' count field instead of
5576         checking for null terminator.  The latter loses when there are no
5577         set elts at all, and only one word is allocated for __libc_subinit.
5578
5579         * sysdeps/generic/waitstatus.h (__WCOREFLAG): New macro.
5580         * posix/sys/wait.h [__USE_BSD] (WCOREFLAG): New; define to __WCOREFLAG.
5581
5582         * stdio/fileno.c (fileno): Call __stdio_check_funcs.
5583
5584         * stdio/tst-fileno.c: New file.
5585
5586 Fri Jan 21 16:56:50 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5587
5588         * Rules (dep-dummy-lib, make-dummy-lib): New variables.
5589         ($(objpfx)dummy.o): New file rule.
5590         * posix/Makefile ($(objpfx)libposix.a): Depend on
5591         $(dep-dummy-lib), and use $(make-dummy-lib) for commands.
5592         * math/Makefile ($(objpfx)libm.a): Likewise.
5593
5594         * sysdeps/unix/sysv/sysv4/i386/__stat.S: New file.
5595         * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
5596         * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
5597
5598         * sysdeps/sparc/bytesex.h: New file.
5599
5600 Thu Jan 20 12:45:35 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5601
5602         * sysdeps/stub/syscall.c (syscall): Declare arg type as int.
5603
5604 Wed Jan 19 18:18:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5605
5606         * Makerules ($(before-compile) rule): Protect w/`ifdef before-compile'.
5607
5608         * manual/Makefile: Change all `mv' uses to `mv -f'.
5609         (subdir_install): Depend on stubs.
5610
5611         * Makerules ($(objpfx)%.dep: %.s): Depend also on $(objpfx)dummy.dep.
5612
5613 Tue Jan 18 19:12:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5614
5615         * stdlib/testsort.c (main): Swap dimensions of BUFS array.
5616
5617 Mon Jan 17 17:31:28 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5618
5619         * Version 1.07 released.
5620
5621         * Makerules (install-lib rules): Fix typos: missing / after $(libdir).
5622
5623         * posix/Makefile (lib): Depend on $(objpfx)libposix.a
5624         * malloc/Makefile (lib): Depend on $(objpfx)libmcheck.a.
5625         * math/Makefile (lib): Depend on $(objpfx)libm.a.
5626         * misc/Makefile (lib): Depend on $(objpfx)libbsd-compat.a.
5627
5628         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: New file.
5629
5630         * stdio/internals.c (flushbuf): Don't try aligned-block writing
5631         calculation when FP->__buffer is nil.
5632
5633 Mon Jan 17 17:27:56 1994  Jim Meyering  (meyering@comco.com)
5634
5635         * sysdeps/generic/memcmp.c [!_LIBC]: Include <sys/types.h> for
5636         definition of size_t.
5637
5638 Mon Jan 17 17:13:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5639
5640         * sysdeps/unix/sysv/sco3.2.4/syscall.h: Add SYS_[gs]etitimer and
5641         SYS_pgrpsys (from scottb).
5642
5643         * sysdeps/unix/configure: Check for getitimer and setitimer syscalls.
5644
5645         * sysdeps/unix/bsd/sequent/i386/syscall.S: New file from jason.
5646
5647 Sun Jan 16 00:41:03 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5648
5649         * string/strerror.c (strerror): Declare BUF to be array of char.
5650
5651         * Version 1.06.13.
5652
5653 Sat Jan 15 17:27:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5654
5655         * stdlib/testsort.c (main): Rewrite not to read any input; instead
5656         generate some random alphabetic strings.
5657
5658         * stdlib/Makefile (testsort.input): Rules removed.
5659
5660         * sysdeps/unix/sysv/i386/__sigret.S: New file.
5661
5662         * stdio/Makefile (distribute): Add mpn-copy.mk.
5663         Remove 68k rules; include mpn-copy.mk for dir names needing
5664         translation, and rewrite no-68k rules to be generic for the rest.
5665         (mpn-copy-sysdep): New variable.
5666         (mpn-stuff): Include $(mpn-copy-sysdep).
5667         (clean-mpn): Use rm -f.
5668
5669         * configure.in (machine): Match m68... and m88..., not mc[68]8....
5670
5671         * stdio/printf_fp.c: For length arg to __mpn_extract_double, pass
5672         actual number of limbs allocated for F, not LDBL_MANT_DIG.
5673
5674 Fri Jan 14 19:09:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5675
5676         * sysdeps/unix/i386/sysdep.S: Fixed typo: `movl', not `move'.
5677
5678         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Swap args in cmpl insn.
5679
5680 Thu Jan 13 17:09:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5681
5682         * Version 1.06.12.
5683
5684         * sysdeps/mips/sqrt.c: File removed.  Ian says only the r[46]00
5685         have `sqrt.d' and GCC open codes it anyway.  Perhaps someday
5686         Brendan will be able to explain his rationale for writing this. :(
5687
5688 Tue Jan 11 18:10:17 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5689
5690         * posix/sys/wait.h (__WAIT_STATUS, __WAIT_STATUS_DEFN): Use snazzy
5691         version only for GCC >= 2.6 (was 2.4); 2.5.7 produces bad code on
5692         sparc when the union arg type is used.
5693
5694         * Makeconfig (libprefix): New variable.
5695         * Makerules ($(libdir)/libc.a, install): Insert $(libprefix)
5696         between `lib' and `c' in the file name.
5697         [install-lib] (install-lib.a, install-lib-non.a): New variables
5698         separate out $(install-lib) elts which do or don't match lib%.a.
5699         ($(libdir)/...): Split into two rules for above two cases.  Put
5700         $(libprefix) on installed files; for lib%.a insert it before %
5701         rather than at beginning of file name.
5702
5703         * Version 1.06.11.
5704
5705         * Makerules (compilation rules): Move directoryless rules (for
5706         finding sources in .) before include sysd-rules.  Omit rules to
5707         compile from sources in $(objpfx) if not using $(objdir).
5708
5709         * sysdeps/stub/errlist.c [! HAVE_GNU_LD]: #define _sys_errlist to
5710         sys_errlist and _sys_nerr to sys_nerr.
5711
5712 Mon Jan 10 15:01:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5713
5714         * time/Makefile (z.%): In generated rules, depend on yearistype.
5715         (tzcompile): Pass -y flag with file name of yearistype.
5716
5717 Sun Jan  9 17:51:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5718
5719         * misc/bsd-compat.c (longjmp): Use __NORETURN in type.
5720
5721         * sysdeps/ieee754/dbl2mpn.c [N == 2]: For denormal, when
5722         RES_PTR[1] is zero, return 1 instead of 2.
5723
5724 Sun Jan  9 13:10:25 1994  Torbjorn Granlund  (tege@adder.cygnus.com)
5725
5726         * stdio/printf_fp.c: Solve 10+ problems.
5727         * ieee754/dbl2mpn.c: Correctly detect denorms.  Get the denom
5728         exponent right.
5729
5730 Sun Jan  9 00:40:48 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5731
5732         * sysdeps/ieee754/dbl2mpn.c: Test BITS_PER_MP_LIMB and handle
5733         either 32 or 64; #error if not one of those.
5734
5735         * sysdeps/stub/udiv_qrnnd.c: Renamed from udiv_qrnnd.S.
5736
5737 Sat Jan  8 00:25:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5738
5739         * Version 1.06.10.
5740
5741         * Makerules ($(libdir)/libc.a): Depend on subdir_install.
5742
5743 Thu Jan  6 02:17:07 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5744
5745         * Makerules ($(bindir)/$(install)): Use $(INSTALL_PROGRAM), not
5746         $(INSTALL).
5747         ($(libdir)/libc.a): Don't depend on lib-noranlib; on libobjs and
5748         ar-it instead.  Run ranlib on target after installing.
5749         (installdirs): Target removed; deps on it removed.
5750         (install-{bin,lib,data,headers,others,no-libc.a}): Renamed to
5751         `install-*-nosubdir'.
5752         (install-%): New pattern rule.
5753         (install): Depend only on install-no-libc.a-nosubdir.
5754         * Rules (subdir_install): Depend on lib-noranlib and stubs.
5755         * Makefile (headers): Remove stubs.h.
5756         (install-others): Define to include $(includedir)/stubs.h.
5757         ($(includedir)/stubs.h): New target for $(objpfx)stubs.h rule.
5758         Depend only on subdir_install, and install directly.
5759
5760         * Makerules (sed-remove-objpfx): Require SPC before $(objpfx) to match.
5761
5762         * time/zic.c (mkdirs): Duplicate passed string in allocated memory
5763         and free it when done.
5764
5765         * dirent/dirent.h [__USE_BSD || __USE_MISC]: Get size_t from stddef.h.
5766
5767         * sysdeps/ieee754/dbl2mpn.c: For zero value, return 1 limb not 0.
5768
5769         * Makerules (make-dummy-dep): Use filter-out to invert sense of
5770         wildcard match, so we produce a command if $@ does *not* exist.c
5771
5772         * stdio/Makefile (routines): Add dbl2mpn.
5773
5774 Wed Jan  5 17:52:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5775
5776         * sysdeps/unix/i386/sysdep.S (syscall_error): Reverse args in
5777         `cmpl' insn; non-GNU assembler is feeble-minded.
5778
5779 Mon Jan  3 18:53:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5780
5781         * configure.in (sysnames): Remove / before $mach; it is prepended
5782         already by the loop constructing $mach from $machine.
5783
5784 Tue Dec 28 07:38:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5785
5786         * stdio/Makefile [gmp-srcdir] (clean-mpn): New target.
5787
5788         * configure.in (machine): Turn i[34]86 into i386/&, sparc* into
5789         sparc/&, m68k into m68k/mc68020, mc680?0 into m68k/&, mips or
5790         r2000 into mips/r3000, r[34]000 into mips/&.
5791         (mach): New variable; processed from $machine as $base from $base_os.
5792         Use that in place of $machine in loop finding sysdep directories.
5793
5794         * stdio/Makefile (aux): Add mp_clz_tab.
5795         (mpn-copy): Add mp_clz_tab.c.
5796         (mpn-routines): Add udiv_qrnnd.
5797         (mpn-sysdep): Look for .s files too.
5798         * sysdeps/stub/udiv_qrnnd.S: New file.
5799
5800 Sat Dec 25 00:20:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5801
5802         * Version 1.06.9.
5803
5804         * Makefile (distribute): Add install.sh.
5805         * install.sh: New file.
5806
5807         * sysdeps/i386/Makefile: New file.
5808         (asm-CPPFLAGS): Add -DGAS_SYNTAX.
5809
5810         * stdio/printf_fp.c: Major rewrite of sysdeps/generic/printf_fp.c,
5811         working with the fractional parts as multiprecision integers
5812         instead of doubles, using mpn functions from GNU MP.  Done with
5813         much help from tege@cygnus.com.
5814         * sysdeps/generic/printf_fp.c, sysdeps/ieee754/printf_fp.c,
5815         sysdeps/m68k/fpu/printf_fp.c: Files removed.
5816
5817 Fri Dec 24 23:09:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5818
5819         * sysdeps/stub/dbl2mpn.c, sysdeps/iee754/dbl2mpn.c: New files.
5820         * sysdeps/stub/asm.h: New file.
5821         * sysdeps/m68k/add_n.S, sysdeps/m68k/addmul_1.S,
5822         sysdeps/m68k/mul_1.S, sysdeps/m68k/sub_n.S,
5823         sysdeps/m68k/submul_1.S, sysdeps/m68k/asm.h,
5824         sysdeps/generic/add_1.c, sysdeps/generic/add_n.c,
5825         sysdeps/generic/addmul_1.c, sysdeps/generic/cmp.c,
5826         sysdeps/generic/divmod.c, sysdeps/generic/divmod_1.c,
5827         sysdeps/generic/lshift.c, sysdeps/generic/rshift.c,
5828         sysdeps/generic/mod_1.c, sysdeps/generic/mul.c,
5829         sysdeps/generic/mul_1.c, sysdeps/generic/mul_n.c,
5830         sysdeps/generic/sub_n.c, sysdeps/generic/submul_1.c,
5831         sysdeps/generic/get_str.c, sysdeps/i386/addmul_1.S,
5832         sysdeps/i386/mul_1.S, sysdeps/i386/submul_1.S,
5833         sysdeps/alpha/gmp-mparam.h, sysdeps/generic/gmp-mparam.h,
5834         sysdeps/i386/asm.h, stdio/longlong.h, stdio/gmp.h,
5835         stdio/gmp-impl.h: New files, taken from GNU MP.
5836         * stdio/Makefile (mpn-headers, mpn-routines): New variables.
5837         (routines): Include $(mpn-routines).
5838         (distribute): Include $(mpn-headers).
5839         [gmp-srcdir]: Much code to copy mpn source from $(gmp-srcdir).
5840         * configure.in: Check for a --with-gmp argument and set gmp-srcdir
5841         in config.make to its value (error if no arg given).  Move
5842         config_vars initialization before this (right after arg parsing).
5843
5844 Thu Dec 23 01:44:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5845
5846         * sysdeps/m68k/Makefile (m68k-syntax-flag): New variable.
5847         (compile-command.S): Include $(m68k-syntax-flag) in cpp flags.
5848
5849         * manual/Makefile (install-data): New target.
5850         (install-%): New pattern rule.
5851
5852         * Makerules ($(bindir)/...): Do $(make-target-directory) first.
5853
5854 Thu Dec 23 01:03:19 1993  Brendan Kehoe  (brendan@zen.org)
5855
5856         Port to the DEC Alpha running OSF/1. (75% done)
5857         * sysdeps/unix/bsd/osf1/alpha/start.S: New file.
5858         * sysdeps/unix/bsd/osf1/alpha/sysdep.h: New file.
5859         * sysdeps/unix/bsd/osf1/alpha/sysdep.S: New file.
5860         * sysdeps/unix/bsd/osf1/alpha/__brk.S: New file (incomplete).
5861         * sysdeps/unix/bsd/osf1/alpha/__fork.S: New file.
5862         * sysdeps/unix/bsd/osf1/alpha/__pipe.S: New file.
5863         * sysdeps/unix/bsd/osf1/alpha/__getdents.S: New file.
5864         * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: New file.
5865         * sysdeps/unix/bsd/osf1/alpha/__wait4.S: New file.
5866         * sysdeps/unix/bsd/osf1/dirstream.h: New file.
5867         * sysdeps/unix/bsd/osf1/alpha/statbuf.h: New file.
5868         * sysdeps/unix/bsd/osf1/direct.h: New file.
5869         * sysdeps/unix/bsd/osf1/dirstream.h: New file.
5870         * sysdeps/unix/bsd/osf1/Makefile: New file, defining LDFLAGS.
5871
5872         * sysdeps/unix/ioctls-tmpl.c [__osf1__ && __alpha__]: Clean up the
5873         ioctls that we get for an Alpha running OSF/1.
5874
5875         * sysdeps/unix/common/glue-ctype.c: Add code for HAVE__LOCP.
5876         (main): If new macro TABLE_NAME is defined, use that for the name
5877         of the array we're writing out, rather than what's defined in TABLE.
5878         * sysdeps/unix/common/configure.in (AC_HAVE_FUNCS): Add `_locp'.
5879
5880         * sysdeps/unix/bsd/osf1/sigaction.h: Add SA_ONSTACK, SA_RESTART,
5881         and SA_DISABLE.
5882         * sysdeps/alpha/setjmp.S: Add .end directive.
5883
5884         * time/sys/time.h (struct timeval): Make members TV_SEC and
5885         TV_USEC be `int', not `long', since it won't hurt other hosts, but
5886         kills the Alpha.
5887         * resource/sys/resource.h (struct rusage): Make all non-timeval
5888         members be `long', not `int'.
5889
5890         * sysdeps/alpha/strlen.c (strlen): Go from 0 to 7, not 3, since
5891         there are 8 bytes in a long on the Alpha.  Check for '\0' after
5892         checking for C in initial byte-by-byte loop.
5893         * sysdeps/alpha/strchr.c (strchr): Likewise. Shift out to 64 when
5894         setting CHARMASK.
5895         * sysdeps/alpha/memchr.c (memchr): Likewise.  Return NULL if we
5896         didn't find it in N characters, or N == 0.  Declare CP to be an
5897         unsigned char*.
5898
5899         * sysdeps/alpha/Makefile: Add divrem stuff.
5900         * sysdeps/alpha/DEFS.h: New file.
5901         * sysdeps/alpha/divrem.m4: New file.
5902         * sysdeps/alpha/macros.m4: New file.
5903         * sysdeps/alpha/Dist: Add .S files, divrem.m4, macros.m4, and DEFS.h.
5904
5905         * sysdeps/unix/bsd/osf1/alpha/vhangup.S: New file.  (Only a
5906         temporary workaround, until we figure out how to deal with the
5907         SYS_ult syscalls better.)
5908         * sysdeps/unix/bsd/osf1/alpha/killpg.S: Likewise.
5909         * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
5910         * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
5911         * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
5912         * sysdeps/unix/bsd/osf1/alpha/recv.S: Likewise.
5913         * sysdeps/unix/bsd/osf1/alpha/send.S: Likewise.
5914
5915         * sysdeps/alpha/__math.h (__copysign): Add __CONSTVALUE.
5916         * sysdeps/alpha/__copysign.c: Define __NO_MATH_INLINES.
5917         * sysdeps/alpha/fabs.c: Likewise.
5918
5919 Wed Dec 22 17:55:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5920
5921         * crypt/*: New version from glad.
5922
5923         * sysdeps/unix/sysv/sysv4/Dist: Add __getpgid.c and __setpgid.c.
5924
5925         * dirent/Makefile (headers): Define; include dirent.h & dirstream.h.
5926
5927 Tue Dec 21 14:24:38 1993  Brendan Kehoe  (brendan@zen.org)
5928
5929         * sysdeps/unix/sysv/sysv4/i386/statbuf.h (struct stat): Add
5930         missing member ST_FSTYPE.  Fixup types on various members to make
5931         this properly reflect what the system has.
5932
5933         * misc/ioctl.c (ioctl): Declare 2nd arg to be unsigned long int to
5934         match the change in ioctl.h.
5935
5936 Tue Dec 21 00:01:01 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5937
5938         * Version 1.06.8.
5939
5940         * dirent/dirent.h (struct dirent): Add `d_reclen'; make `d_namlen'
5941         an `unsigned short int' instead of `size_t'.
5942         (DIR): Move typedef to sysdep file dirstream.h.
5943         * sysdeps/unix/dirstream.h: New file, broken out of dirent.h.
5944         * sysdeps/stub/dirstream.h: New file.
5945         * sysdeps/unix/bsd/dirstream.h: New file.
5946         * sysdeps/unix/bsd/readdir.c: New file.
5947
5948 Mon Dec 20 23:29:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5949
5950         * sysdeps/unix/start.c: Include <sysdep.h>.
5951         * sysdeps/unix/sysv/sysv4/i386/start.c: File removed.
5952
5953 Sat Dec 18 01:37:25 1993  Brendan Kehoe  (brendan@zen.org)
5954
5955         * sysdeps/unix/sysv/sysv4/i386/start.c: New file.  Same as
5956         sysdeps/unix/i386/start.c, but defines NO_UNDERSCORES.
5957
5958         * sysdeps/unix/sysv/sysv4/waitflags.h: New file, with non-standard
5959         WEXITED and WTRAPPED macros defined.
5960         * sysdeps/unix/sysv/sysv4/__waitpid.c: New file.
5961         * sysdeps/unix/sysv/sysv4/siginfo.h: New file.
5962         * sysdeps/unix/sysv/sysv4/__waitid.S: New file.
5963         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Mention __waitid.
5964         * sysdeps/unix/sysv/sysv4/pipestream.c: New file, to avoid having
5965         NO_WAITPID set.
5966         * sysdeps/unix/sysv/sysv4/Dist: Added __waitid.S and siginfo.h.
5967
5968         * sysdeps/unix/sysv/sysv4/__getpgid.c: New file.
5969         * sysdeps/unix/sysv/sysv4/__setpgid.c: New file.
5970         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Add them.
5971
5972         * sysdeps/unix/sysv/sysv4/__getpgrp.c (__getpgrp): It's the 0th
5973         subcall for getpgrp, not 4th.
5974         * sysdeps/unix/sysv/sysv4/__setpgrp.c (__setpgrp): Likewise, it's
5975         the 1st, not the 5th.
5976
5977 Fri Dec 17 15:05:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
5978
5979         * misc/sys/ioctl.h (__ioctl, ioctl): Make second arg `unsigned
5980         long int' instead of `int' (4.4 uses unsigned long).
5981
5982         * string/string.h (strcat): Parameters names were swapped.
5983
5984 Fri Dec 17 01:18:27 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
5985
5986         * Made the Hurd error system 0x10 again; this undid many
5987         of the changes of Nov 23.  Affected all the err_ files in
5988         mach; recreated sysdeps/hurd/err_hurd.sub; changed back
5989         err_kern.sub to have the Unix error codes. 
5990
5991 Thu Dec 16 15:40:25 1993  Brendan Kehoe  (brendan@zen.org)
5992
5993         * stdio/temptest.c (main): Remove the files we created once we're
5994         done.  Make return type int, and exit with 0 status.
5995
5996         * sysdeps/posix/tempname.c (__stdio_gen_tempname): Fix typo of
5997         extra comma in sprintf call.
5998
5999 Tue Dec 14 13:08:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6000
6001         * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rewrote main
6002         logic.  Removed INFOS structure array and replaced it with
6003         INDICES, an array of size_t.  Removed INFO ptr and replaced it
6004         with IDX, which points to either elt of INDICES.  Rewrite main
6005         loop to increment *IDX until it hits 62*62*62.  Construct file
6006         name by dividing out two powers of 62 from *IDX and using the
6007         modulus as an index into `letters'.
6008
6009         * sysdeps/unix/common/Makefile (sysdep_routines): Only add
6010         bsd_getgrp here if the sysdep __getgrps.? chosen is unix/common's.
6011
6012         * posix/fnmatch.h: #undef FNM_PATHNAME, FNM_NOESCAPE, and
6013         FNM_PERIOD before defining them.
6014
6015         * time/__tzset.c (compute_change): In M case when tallying time in
6016         months before specified month, count to RULE->m - 1, not ...+1.
6017
6018         * manual/Makefile (realclean): Remove index, aux, and toc files
6019         created by TeX.
6020
6021 Mon Dec 13 19:33:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6022
6023         * sysdeps/posix/__wait3.c: Use __WAIT_STATUS_DEFN in place of
6024         __WAIT_STATUS in arg type.
6025
6026 Wed Dec  8 15:59:45 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6027
6028         * malloc/memalign.c: Set L->next and _aligned_blocks only when L
6029         is newly allocated, not when we reuse an old one.
6030
6031 Tue Dec  7 16:04:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6032
6033         * io/fcntl.c: Replace function_alias use with:
6034         [HAVE_GNU_LD]: Use symbol_alias.
6035         [! HAVE_GNU_LD]: Define fcntl to use stdarg and call __fcntl.
6036
6037 Mon Dec  6 17:50:05 1993  Brendan Kehoe  (brendan@zen.org)
6038
6039         * sysdeps/unix/i386/sysdep.S (syscall_error): Fix labels so
6040         they'll compile.
6041
6042         Make the Solaris port work dammit.
6043         * sysdeps/unix/sysv/sysv4/solaris2/statbuf.h (struct stat): Make
6044         ST_DEV member be unsigned long, not short.
6045
6046         * sysdeps/unix/sysv/sysv4/solaris2/direct.h: New file, same as
6047         sysv4/direct.h but uses strlen instead of the offset-based
6048         computation of the name length, since that doesn't reliably work
6049         for Solaris.
6050
6051         * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h (PSEUDO): Don't move
6052         %g0 into %o0, since that will clobber the real return value. Take
6053         out the retl at the end, why in the world did I put it in there?
6054
6055 Mon Dec  6 17:27:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6056
6057         * Makefile ($(objpfx)crt1.o): Add target to $(objpfx)Mcrt1.o
6058         rule; generalize commands.
6059         (install-lib): Add crt1.o.
6060
6061         * sysdeps/unix/Makefile ($(common-objpfx)ioctls): Use -x flag to
6062         fgrep to match only entire lines.
6063
6064 Sun Dec  5 01:53:43 1993  Brendan Kehoe  (brendan@zen.org)
6065
6066         * sysdeps/unix/bsd/ultrix4/mips/start.S: New file.
6067         * sysdeps/unix/bsd/ultrix4/mips/start.c: Deleted.
6068
6069 Thu Dec  2 18:29:01 1993  Brendan Kehoe  (brendan@zen.org)
6070
6071         * sysdeps/unix/bsd/ultrix4/mips/sysdep.S: Don't use dollar signs
6072         with the errnos.
6073
6074         * sysdeps/stub/{__wait, __wait3, __wait4}.c,
6075         sysdeps/unix/bsd/bsd4.4/{__wait, __wait3}.c,
6076         sysdeps/unix/bsd/sun/sunos4/__wait4.c,
6077         sysdeps/posix/{__wait, __wait3}.c, posix/{wait, wait3, wait4}.c: Use
6078         __WAIT_STATUS_DEFN, not __WAIT_STATUS.
6079
6080         * sysdeps/posix/killpg.c (killpg): Make arg PGRP __pid_t, not pid_t.
6081         * sysdeps/stub/killpg.c (killpg): Likewise.
6082
6083         * setjmp/longjmp.c (longjmp): Only use __NORETURN if !HAVE_GNU_LD.
6084         * setjmp/_longjmp.c (_longjmp): Likewise.
6085
6086 Thu Dec  2 17:31:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6087
6088         * posix/sys/wait.h (__WAIT_STATUS_DEFN): Define new macro.
6089
6090         * Makerules (+install): Variable removed.
6091         (install-bin, install-lib, install-data, install-headers,
6092         install-others): New targets.
6093         (install-no-libc.a): Depend on them instead of $(+install).
6094
6095         * Makefile (+subdir_targets): Add
6096         install-{no-libc.a,bin,lib,data,headers,others}.
6097         (install-no-libc.a): Don't depend on subdir_install.
6098
6099 Thu Dec  2 17:14:39 1993  Brendan Kehoe  (brendan@zen.org)
6100
6101         * sysdeps/ieee754/__isnan.c (__isnan): Return __CONSTVALUE, to
6102         match declaration in math/math.h.
6103
6104 Thu Dec  2 15:48:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6105
6106         * time/africa, time/antarctica, time/asia, time/australasia,
6107         time/emkdir.c, time/europe, time/ialloc.c, time/northamerica,
6108         time/pacificnew, time/private.h, time/solar87, time/solar88,
6109         time/southamerica time/systemv, time/tzfile.h, time/zdump.c,
6110         time/zic.c: New data and code from ADO.
6111         * time/Makefile (tzfiles): Added backward.
6112         * time/backward: New file from ADO.
6113
6114         * locale/C-ctype_ct.c: Remove _ISspace bit from BS (8).
6115
6116 Wed Dec  1 00:01:30 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6117
6118         * mach/err_kern.sub: Frob around lack of GNU ld.
6119
6120         * mach/errsystems.awk: The declaration of __mach_error_systems
6121         should not be static, but it should be const.
6122
6123         * sysdeps/mach/hurd/errlist.awk (BEGIN): Deal with the case
6124         where you don't have GNU ld.
6125
6126         * sysdeps/mach/hurd/Makefile: Define mib_hacks to make.
6127
6128 Tue Nov 30 23:24:07 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6129
6130         * Makefile: install-no-libc.a needs to depend on subdir_install.
6131
6132 Mon Nov 29 16:21:38 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6133
6134         * sysdeps/mach/_strerror.c: Include <mach/errorlib.h>.
6135
6136         * hurd/setuids.c: Put entire file inside #ifndef MIB_HACKS; 
6137         it uses the old auth_makeauth call.
6138
6139         * hurd/__setauth.c: Put entire file inside #ifndef MIB_HACKS;
6140         it depends on cthreads to compile, which is not yet integrated.
6141
6142         * hurd/hurdpath.c (__hurd_path_lookup): cast to avoid GCC warning.
6143
6144 Wed Nov 24 00:59:15 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6145
6146         * hurd/Makefile: Commented out hurdauth; recent changes to
6147         auth.defs prevent it from working now.
6148
6149         * mach/mach_error_string.c (do_compat): Change name to
6150         __mach_error_map_compat; make it no longer static.
6151         (mach_error_type, mach_error_string_int): Use 
6152         __mach_error_map_compat instead of do_compat.
6153         * sysdeps/mach/_strerror.c: Use __mach_error_map_compat.
6154
6155         * mach/devstream (output/write_some): Cast fourth argument to
6156         device_write_inband to char * to avoid warning.
6157         (output): Call to write_some mentioned variable `start' from
6158         a previous version of the function; changed this to f->__buffer.
6159
6160 Tue Nov 23 23:16:13 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6161
6162         [ The net effect of the following change is to eliminate error
6163         systems which are specific to single-server Mach systems, and
6164         to put the Hurd errors where the Unix errors were. ]
6165         * mach/{err_bootstrap.sub,err_ipc.sub,err_server.sub,err_us.sub}:
6166         None of these are used for the Hurd; we shouldn't pretend that
6167         they are meaningful in our environment.  The files have been
6168         renamed to equivalent names with an equal sign prepended; this
6169         will inhibit distribution and prevent the Makefile from looking at
6170         them. 
6171         * mach/err_kern.sub: Deleted the definitios of err_codes_unix;
6172         get the strings from _sys_errlist.  Rename `unix' to `hurd'.
6173         Rename err_os_sub to be err_kern_sub to match what errsystems.awk
6174         expects.
6175         * sysdeps/mach/hurd/err_hurd.sub: Deleted this file.
6176         * sysdeps/mach/hurd/errnos.awk: Changed definition of _HURD_ERRNO
6177         to be correct.
6178
6179         * sysdeps/mach/hurd/Makefile: use gawk, not awk.
6180
6181         * mach/errsystems.awk: Generally rewrote the printf.  It's now
6182         closer to Roland's original, but without the $i mistake at all,
6183         in any form.
6184
6185 Tue Nov 23 20:21:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6186
6187         * sysdeps/unix/{i386,sysv/sysv4/solaris2,sysv/i386/linux,bsd/m68k,
6188         bsd/ultrix4/mips,bsd/vax}/sysdep.S: Define _ERRNO_H before
6189         including <errnos.h>; otherwise <errnos.h> does not define most
6190         macros (importantly, EAGAIN!).
6191
6192 Tue Nov 23 12:43:38 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
6193
6194         * mach/errsystems.awk: $i is not an index; make i a variable and
6195         increment it properly.  Don't call `err_get_system'; use the
6196         system number as the index in the array directly. 
6197
6198         * mach/errorlib.h: Added `const' in all the right places.
6199         * sysdeps/mach/hurd/err_hurd.sub: Cast _sys_errlist to
6200         the right type.  Better to declare it right in stdio/stdio.h, but
6201         I don't dare change that file lest Roland call me a twit.
6202         * mach/err_us.sub: Add more brackets to initializer to shut GCC up.
6203
6204         * sysdeps/mach/hurd/err_hurd.sub: Delete keyword `const'; this
6205         is taken care of by the `#define static static const' found in
6206         errsystems.c as created by mach/errsystems.awk.
6207         * mach/errsystems.awk: Ditto for declaration of __mach_error_systems.
6208
6209         * sysdeps/mach/hurd/err_hurd.sub: Change <errnos.h> to <errno.h>;
6210         errnos.h doesn't define most stuff unless it is included from errno.h.
6211
6212         * mach/mach_error_string.c (mach_error_string_int): Delete unused
6213         variable `err_str'.
6214
6215         * mach/mach_error_string.c (do_compat): Declare to be void.
6216         (mach_error_string,mach_error_type, mach_error_string_int):
6217         Declare return type as const char *.
6218         * mach/mach_error.h: Change declarations to match.
6219
6220         * mach/errsystems.awk: The array that split creates is origin 1,
6221         not origin 0; fixed loop to match.
6222
6223         * sysdeps/mach/hurd/errnos.awk: Ernst's awk doesn't grok 
6224         backslash-newline inside strings.  
6225
6226 Sat Nov 20 19:02:25 1993  Brendan Kehoe  (brendan@zen.org)
6227
6228         * math/__finite.c (__finite): Return __CONSTVALUE, to match math.h.
6229         * math/__scalb.c (__scalb): Likewise.
6230         * math/copysign.c (copysign): Likewise.
6231         * math/drem.c (drem): Likewise.
6232         * math/expm1.c (expm1): Likewise.
6233         * math/finite.c (finite): Likewise.
6234         * math/infnan.c (infnan): Likewise.
6235         * math/isinf.c (isinf): Likewise.
6236         * math/isnan.c (isnan): Likewise.
6237         * math/logb.c (logb): Likewise.
6238         * math/rint.c (rint): Likewise.
6239         * math/scalb.c (scalb): Likewise.
6240         * sysdeps/generic/atan.c (atan): Likewise.
6241         * sysdeps/ieee754/__copysign.c (__copysign): Likewise.
6242         * sysdeps/ieee754/__drem.c (__drem): Likewise.
6243         * sysdeps/ieee754/__isinf.c (__isinf): Likewise.
6244         * sysdeps/ieee754/__logb.c (__logb): Likewise.
6245         * sysdeps/ieee754/ldexp.c (ldexp): Likewise.
6246         * sysdeps/ieee754/log10.c (log10): Likewise.
6247
6248         * setjmp/_longjmp (_longjmp): Add __NORETURN.
6249         * setjmp/longjmp (longjmp): Likewise.
6250
6251 Thu Nov 18 04:16:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6252
6253         * string/strerror.c (strerror): Call _strerror_internal to do the
6254         work, passing it a scratch buffer.
6255         * stdio/perror.c: Likewise.
6256         * string/Makefile (routines): Add _strerror.
6257         * sysdeps/generic/_strerror.c (_strerror_internal): New file.
6258
6259         * configure.in (config.status): Make it pass its args to configure.
6260
6261 Thu Nov 18 03:52:32 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
6262
6263         * stdio/__vfscanf.c (__vfscanf): Put the floating point cases
6264         (e,E,f,g,G) inside #ifndef MIB_HACKS; roland thikgs strtod crashes
6265         the compiler.  Wheee.
6266
6267 Thu Nov 18 03:21:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6268
6269         * errno.h [__USE_GNU__]: Declare program_invocation_name and
6270         program_invocation_short_name.
6271
6272 Thu Nov 18 00:07:37 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
6273
6274         * sysdeps/mach/hurd/start.c (start1): Don't add one to
6275         the return value of split_args; it counts them just fine by
6276         itself.  Do add one when sizing the arrays.
6277
6278 Mon Nov 15 00:19:48 1993  Noel Cragg  (noel@geech.gnu.ai.mit.edu)
6279
6280         * time/mktime.c: add TIMES_THROUGH_SEARCH variable to make sure
6281         that we don't get caught in an infinite loop (would be bad,
6282         indeed, for a library routine).
6283
6284 Sun Nov 14 18:48:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6285
6286         * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Use
6287         `__attribute__', not `__attributes__'.
6288         Test __GNUC_MINOR__ < 6, not < 5.
6289
6290 Wed Nov 10 05:39:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6291
6292         * sysdeps/unix/morecore.c: Only declare sbrk #ifdef __GNU_LIBRARY__.
6293         Cast its return value.
6294
6295         * sysdeps/unix/bsd/m68k/syscall.S: Use movel in place of moveal.
6296
6297         * configure.in (signed size_t check): Don't use AC_DEFINE; do it
6298         by hand and insert -U__SIZE_TYPE__ before -D.
6299
6300         * posix/unistd.h: Declare syscall.
6301
6302         * sysdeps/m68k/fpu/__math.h (__isnan, __isinf): Use __CONSTVALUE
6303         in prototypes.
6304
6305         * configure.in (Makefile): Write ARCH=`pwd`, rather than
6306         substituting in the directory name at configure time.
6307
6308         * sysdeps/mach/i386/syscall.S: New file.
6309
6310 Tue Nov  9 06:29:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6311
6312         * configure.in (os = netbsd* | 386bsd*): base_os=unix/bsd/bsd4.4.
6313         Set --with-gnu-{ld,as} implicitly when base_os is bsd4.4.
6314
6315         * Version 1.06.7.
6316
6317         * misc/Makefile (routines): Add syscall.
6318         * sysdeps/unix/syscall.S, sysdeps/stub/syscall.c,
6319         sysdeps/unix/bsd/sun/m68k/syscall.S, sysdeps/unix/bsd/m68k/syscall.S,
6320         sysdeps/unix/i386/syscall.S: New files.
6321         * sysdeps/unix/bsd/hp/m68k/sysdep.h (DO_CALL): First arg
6322         is syscall number, not name.
6323         (PSEUDO): Pass POUND (SYS_ify (syscall_name)) to DO_CALL.
6324         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h (DO_CALL, PSEUDO):
6325         Likewise.  Also, do movel into d0 before linkw, so the argument
6326         could conceivably pop the stack.
6327         * sysdeps/unix/bsd/hp/m68k/__brk.S: Pass complete number to DO_CALL.
6328
6329         * sysdeps/unix/sysv/Dist: sys_getdents.S was renamed s_getdents.S.
6330
6331 Thu Nov  4 01:23:59 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
6332
6333         * string/stpncpy: Fix typo; according to gnu-stabs.h the name
6334         inside the DEFUN should be the *non* __ version.
6335         * sysdeps/generic/__stpncpy.c: Missing declaration of s.
6336
6337 Wed Nov  3 09:35:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6338
6339         * sysdeps/unix/Makefile ($(objpfx)errlist.c): Conditionalize these
6340         rules to be used only when errlist.c is otherwise a stub.
6341
6342 Fri Oct 29 17:29:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6343
6344         * string/stpncpy.c: New file.
6345         * sysdeps/generic/__stpncpy.c: New file.
6346         * string/Makefile (routines): Add stpncpy and __stpncpy.
6347         * string/string.h [__USE_GNU__]: Declare them.
6348
6349 Thu Oct 28 17:13:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6350
6351         * sysdeps/unix/errnos-tmpl.c (DO): If NAME is "EWOULDBLOCK",
6352         write "#define EWOULDBLOCK EAGAIN" and change NAME to
6353         "EWOULDBLOCK_sys".
6354         * sysdeps/unix/{i386,sysv/sysv4/solaris2,sysv/i386/linux,bsd/m68k,
6355         bsd/ultrix4/mips,bsd/vax}/sysdep.S [EWOULDBLOCK_sys]: Translate
6356         EWOULDBLOCK_sys into EAGAIN.
6357         * Makefile (distribute): Add move-if-change.
6358         * move-if-change: New file.
6359
6360 Tue Oct 26 18:19:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6361
6362         * misc/sys/cdefs.h: Define __NORETURN and __CONSTVALUE.
6363         For GCC 2.5 and later, use __attributes__ (({volatile,const})).
6364         * stdlib/stdlib.h: Don't define either here.
6365         * math/math.h: Likewise.
6366         * posix/unistd.h: Likewise.
6367         * time/time.h: Likewise.
6368         * stdio/stdio.h: Likewise.
6369         * setjmp/setjmp.h: Likewise.
6370
6371         * posix/sys/wait.h (__WAIT_STATUS): Use union hack defn for GCC
6372         2.4 and up (testing __GNUC__ and __GNUC_MINOR__).
6373
6374         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Don't include <limits.h>.
6375
6376         * Makerules [inhibit-sysdep-asm] 
6377         (open-check-inhibit-asm, close-check-inhibit-asm): New variables.
6378         ($(+sysdir_pfx)sysd-rules): Use them around .s and .S rules.
6379         Depend on existing sysdep makefiles.
6380
6381 Mon Oct 25 15:56:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6382
6383         * sysdeps/mach/hurd/killpg.c: Include <sys/types.h> for pid_t.
6384
6385         * sysdeps/posix/tempname.c (__stdio_gen_tempname): Take new arg
6386         STREAMPTR.  When non-nil, use __open with O_EXCL to test for
6387         existence, and set *STREAMPTR to new stream on returned fd.
6388         * stdio/stdio.h: Update prototype.
6389         * sysdeps/stub/tempname.c: Here too.
6390         * stdio/tmpfile.c: Pass &F to __stdio_gen_tempname instead of
6391         using fopen.
6392         * stdio/tmpnam.c: Pass extra NULL arg.
6393         * stdio/tempnam.c: Likewise.
6394
6395         * configure.in (switches): Only put --os-{release,version} here.
6396         (config.status): Write $configure_args in place of $config $switches.
6397
6398         * signal/Makefile (routines): Renamed sigaltstack to sigaltstk.
6399         * sysdeps/stub/sigaltstack.c: Renamed to sigaltstk.c.
6400         * sysdeps/unix/bsd/bsd4.4/sigaltstack.S: Renamed to sigaltstk.S.
6401         * sysdeps/unix/sysv/sys_getdents.S: Renamed to s_getdents.S.
6402         * sysdeps/unix/sysv/Makefile (sysdep_routines): Changed reference.
6403
6404 Fri Oct 22 03:47:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6405
6406         * malloc/realloc.c [MEMMOVE_MISSING]: Test this to use safe_bcopy.
6407         [emacs]: Don't define safe_bcopy.
6408
6409         * time/zdump.c, time/europe: New versions from ADO.
6410
6411         * Rules (dont_distribute): Export this variable.
6412         (subdir_echo-distinfo): Echo its value for +nodist+.
6413
6414 Thu Oct 21 15:58:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6415
6416         * sysdeps/posix/__dup2.c: Include <limits.h>.
6417         [OPEN_MAX]: Fail with EBADF if FD2>=OPEN_MAX.
6418
6419         * sysdeps/unix/Makefile (sys/param.h): Conditionalize all this
6420         code to happen only when there is no sysdep sys/param.h.
6421
6422 Wed Oct 20 03:35:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6423
6424         * Makerules (make-dummy-dep): Change to `ln $(objpfx)dummy.dep $@'.
6425         ($(objpfx)dummy.dep): Create new file containing comment.
6426         ($(objpfx)%.dep: $(objpfx)%.s): Depend on $(objpfx)dummy.dep.
6427         ($(+sysdir_pfx)sysd-rules): Likewise in generated rule.
6428
6429 Mon Oct 18 04:22:42 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6430
6431         * signal/signal.h (killpg): Make PGRP arg pid_t.
6432         * sysdeps/posix/killpg.c (killpg): Likewise.
6433         * sysdeps/stub/killpg.c (killpg): Here too.
6434
6435         * posix/glob/configure.in: Use AC_HAVE_HEADERS instead of
6436         AC_MEMORY_H and AC_UNISTD_H; omit AC_USG (not needed).
6437
6438         * Rules (generated): New target.
6439
6440         * Makefile (subdirs): Use filters to put mach and hurd first in
6441         the list if they are in it at all.
6442         * Makerules (before-compile): Reorder similarly, matching any
6443         generated mach or hurd files.
6444
6445 Fri Oct 15 17:57:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6446
6447         * sysdeps/posix/mk-stdiolim.c [! OPEN_MAX]: Use _POSIX_OPEN_MAX
6448         for FOPEN_MAX value.
6449         [! PATH_MAX]: Use 1024 (twice _POSIX_PATH_MAX) for FILENAME_MAX value.
6450
6451         * Makerules (in-Makerules): Define this variable before including
6452         sysd-Makefile.
6453
6454 Sun Oct 10 14:31:35 1993  Jim Meyering  (meyering@comco.com)
6455
6456         * posix/fnmatch.c [CONFIG_BROKETS]: Include <config.h> only under
6457         this condition, else "config.h".
6458
6459 Tue Oct 05 16:08:39 1993  Jim Meyering  (meyering@comco.com)
6460
6461         * time/mktime.c [CONFIG_BROKETS]: Include <config.h> only under
6462         this condition, else "config.h".
6463
6464 Thu Sep 23 15:14:08 1993  Brendan Kehoe  (brendan@zen.org)
6465
6466         * sysdeps/unix/sysv/sysv4/__dup2.c: New file.
6467
6468 Wed Sep 22 16:58:29 1993  Brendan Kehoe  (brendan@zen.org)
6469
6470         * sysdeps/unix/sysv/sysv4/solaris2/statbuf.h: New file.
6471         * sysdeps/unix/sysv/sysv4/i386: New directory.
6472         * sysdeps/unix/sysv/sysv4/i386/statbuf.h: New file.
6473
6474 Fri Sep 17 04:03:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6475
6476         * Makerules (+make-deps): Put output in temp file and use atomic mv.
6477
6478         * Makerules ($(+sysdir_pfx)sysd-rules): New target, the rule part
6479         of what was in sysd-Makefile.  Include it.
6480         ($(+sysdir_pfx)sysd-Makefile): Do just includes here.  Move the
6481         generated implicit rules to sysd-rules.  Put the output into a
6482         temp file and use atomic mv to final target.
6483         (before-compile): Filter out existing files from value, after
6484         sysd-Makefile but before sysd-rules.
6485
6486 Thu Sep  9 22:28:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6487
6488         * Makefile (%/configure): Copy rule from Make-dist.
6489
6490 Mon Sep  6 19:57:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6491
6492         * Makerules (sources, objects): Move override definitions to
6493         before +depfiles calculation.
6494
6495         * time/{asia,australasia,europe,zdump.c}: New versions from ADO (93e).
6496
6497 Mon Aug 30 13:40:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6498
6499         * string/string.h (memmem): Reverse argument order, to be like strstr.
6500         * sysdeps/generic/memmem.c: Here too.
6501
6502         * dirent/scandir.c: For error return, save errno around closedir.
6503         Call closedir (DP) before returning successfully.
6504
6505 Thu Aug 26 19:26:06 1993  Brendan Kehoe  (brendan@zen.org)
6506
6507         * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h: Rewritten to not use
6508         the generic sparc sysdep.h.
6509         (PSEUDO): Use trap 8, not 0. Also just put %g0 in %o0, without
6510         subtracting 1.
6511         (ENTRY): Align on 4, and add a `.type' directive.
6512         * sysdeps/unix/sysv/sysv4/solaris2/sysdep.S: New file.
6513
6514 Fri Aug 20 19:37:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6515
6516         * sysdeps/generic/abort.c: Remove unused variable ABORTING.
6517
6518 Thu Aug 19 17:45:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6519
6520         * Makeconfig [!objdir] [!..] (common-objdir): Set to `.'.
6521
6522 Wed Aug 18 15:10:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6523
6524         * stdio/__vfscanf.c (__vfscanf: number): Reverse sense of
6525         NUMBER_SIGNED conditional in assignment code.
6526
6527 Mon Aug 16 15:49:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6528
6529         * sysdeps/unix/Makefile (syscall.h): Add sed
6530         s/SYS_syscall_basenum/syscall_basenum/g.  SYSCALL_BASENUM is a
6531         macro both defined and used in <syscall.h>; we must undo our
6532         prependation of `SYS_'.
6533
6534         * Version 1.06.6.
6535
6536 Fri Aug 13 16:53:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6537
6538         * stdio/__vfscanf.c: New local variable NUMBER_SIGNED.
6539         (%x, %X, %o, %u): Set it to zero.
6540         (%d, %i): Set it to one.
6541         (number): If NUMBER_SIGNED is set, use strtol and store in ...int*.
6542         If clear, use strtoul an store value in unsigned ...int*.
6543
6544         * malloc/malloc.h: Undo last change (_AIX32).
6545         (memory_warnings): Use const instead of __const in prototype.
6546
6547 Fri Aug 13 00:22:01 1993  John Grabowski  (johng@whiskey.media.mit.edu)
6548
6549         * configure.in (os = osf1*): base_os=unix/bsd.
6550
6551 Thu Aug 12 16:37:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6552
6553         * malloc/valloc.c [__GNU_LIBRARY__ || _LIBC]: Include <stddef.h>
6554         before trying to use size_t to declare __getpagesize.
6555         Include <sys/cdefs.h> before trying to use __P.
6556
6557         * posix/{fnmatch,glob}.c, malloc/malloc.h [HAVE_CONFIG_H]: Include
6558         <config.h> instead of "config.h".  This is so that a compilation
6559         using -I. -I$srcdir will use ./config.h rather than
6560         $srcdir/config.h (which it would do when glob.c was found in $srcdir).
6561
6562         * malloc/malloc.h [_AIX32]: Use !__STDC__ defns of __P, const, __ptr_t.
6563
6564 Mon Aug  9 16:56:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6565
6566         * Makerules (-e check): Don't rely on $(findstring e,$(MAKEFLAGS))
6567         since that also trips for --no-print-directory.
6568         Instead actually see if -e's functionality is taking place.
6569
6570         * malloc/realloc.c: Call _free_internal instead of free in most places.
6571
6572         * configure.in (arg parsing): No spaces around = in eval.
6573
6574         * sysdeps/i386/abort.c: New file.
6575         * stdlib/abort.c: Moved to sysdeps/generic/abort.c.
6576         (abort): Don't try to do stdio cleanup, since we can't guarantee
6577         it anyway.
6578
6579 Fri Aug  6 17:59:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6580
6581         * Makerules ($(+install)): Don't depend on installdirs.
6582         (make-target-directory): New define.
6583         (do-install): Do $(make-target-directory) beforehand.
6584
6585 Tue Aug  3 02:22:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6586
6587         * sysdeps/stub/sys/reboot.h: New file.
6588         * sysdeps/unix/bsd/sys/reboot.h: New file, snarfed from 4.4.
6589         * misc/Makefile (headers): Add sys/reboot.h.
6590
6591         * stdio/stdio.h (__io_{read,write,seek,close,fileno}): Renamed to
6592         __io_*_fn, so as not to conflict with the Hurd mig stubs.
6593         * internals.c: Changed uses.
6594
6595         * sysdeps/unix/bsd/signum.h (SIGINFO): Define as 29.
6596
6597         * Makerules (+includes): Don't set this here.
6598         * Makeconfig (+includes): Put $(+sysdep-includes) in the value here.
6599
6600         * posix/unistd.h [__USE_MISC]: Declare mktemp and mkstemp.
6601
6602 Mon Aug  2 16:59:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6603
6604         * malloc/valloc.c: Move getpagesize goop to before malloc.h.
6605         [_LIBC]: Test this as well as __GNU_LIBRARY__ (either one) to use
6606         __getpagesize instead of "getpagesize.h".
6607
6608 Sun Aug  1 16:55:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6609
6610         * configure.in (arg parsing): For `--with-foo=bar', do
6611         "with_foo='bar'".  For `--with-fnord', do "with_fnord=yes".
6612         * sysdeps/mach/configure: New file, groks `--with-mach=DIR'.
6613
6614 Fri Jul 30 00:01:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6615
6616         * configure.in (os = gnu*): Set $base_os, not $os, to mach/hurd.
6617
6618 Thu Jul 29 17:46:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6619
6620         * ctype/ctype.h (__isctype): Don't test !=0, to avoid possible
6621         extra test insn.
6622
6623 Sun Jul 25 22:19:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6624
6625         * setjmp/setjmp.h [! __FAVOR_BSD] (_longjmp): Define as longjmp.
6626
6627 Thu Jul 22 14:57:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6628
6629         * sysdeps/unix/bsd/osf1/sigaction.h: New file.
6630
6631         * sysdeps/stub/signum.h: Deansideclized.
6632         * sysdeps/stub/pipestream.c (pclose): Test STREAM->__ispipe
6633         instead of __ispipe (STREAM).
6634         * sysdeps/stub/__wait3.c: Fix arg types.
6635         * sysdeps/stub/__ioctl.c: Add missing close paren.
6636         * sysdeps/stub/__getpgsz.c: Include <stddef.h> for size_t.
6637         * sysdeps/stub/__get[gu]id.c: Include <sys/types.h>; fix return type.
6638         * sysdeps/stub/__set[gu]id.c: Include <sys/types.h>; fix arg type.
6639         * sysdeps/stub/__mknod.c: Include <sys/types.h>; fix arg types.
6640
6641         * sysdeps/generic/termbits.h (INLCR, ISTRIP): Fixed typo'd values.
6642
6643         * stdio/stdio.h (vprintf): Fix last arg type to __gnuc_va_list.
6644         * stdio/vprintf.c (vprintf): Here too.
6645
6646         * malloc/malloc.c (malloc) [SUNOS_LOCALTIME_BUG]: Put this crap
6647         after hook and initialization.
6648
6649         * stdio/stdio.h (__validfp): Use a little anonymous struct to find
6650         the real stream ptr from in glue stream.  It used to rely on using
6651         `((int *) STREAM)[1]'; but that assumes no struct padding, and
6652         there will be some when int is 32 bits and pointers are 64.
6653
6654         * malloc/mtrace.c: Use %lx instead of %x for `size_t' formats.
6655
6656 Wed Jul 21 18:20:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6657
6658         * malloc/malloc.c (malloc): Handle SUNOS_LOCALTIME_BUG.
6659
6660 Wed Jul 21 16:42:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6661
6662         * time/Makefile (extra-objs): Remove gratuitous - in `z.%'.
6663
6664         * Makefile [+gnu-stabs] (generated): Add $(objpfx)munch-init.c.
6665         (distclean): Also remove sysd-Makefile and sysd-dirs in $(objpfx).
6666         (distclean) [objdir]: Also remove $(objpfx)Makefile.
6667
6668         * sysdeps/posix/Makefile (generated): Add $(common-objpfx)mk-stdiolim.
6669         (generated, before-compile): Take defns out of ifeq ($(subdir),posix).
6670
6671         * sysdeps/unix/common/Makefile (generated): Include ctype-glue.c,
6672         not glue-ctype.c.
6673
6674         * sysdeps/unix/configure (unix_generated): New variable; collect
6675         names of created files in it.
6676         (config_vars): Write an assignment for `unix-generated' to that list.
6677         * sysdeps/unix/Makefile (generated): Append $(unix-generated)
6678         (with either $(objpfx) or $(sysdep_dir)/unix/ prepended to each file).
6679
6680         * Makefile (clean): Pass no_deps=t to subdir_clean make.
6681
6682 Sun Jul 18 21:42:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6683
6684         * malloc/malloc.c (malloc): After getting more core, recompute
6685         BLOCK before adding to _heapinfo[BLOCK].free.size.
6686
6687 Fri Jul 16 16:32:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6688
6689         * stdlib/Makefile (generated): Prepend $(objpfx).
6690         * sysdeps/unix/sysv/Makefile (generated): Likewise.
6691
6692         * sysdeps/posix/mktemp.c: Return when stat fails with ENOENT, not
6693         when it succeeds.
6694
6695 Wed Jul 14 14:51:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6696
6697         * locale/localeconv.c: Fix copying notice to LGPL.
6698
6699 Mon Jul 12 21:58:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6700
6701         * malloc/mcheck.c (reallochook): Set HDR->magic to MAGICWORD.
6702
6703 Mon Jul  5 15:55:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6704
6705         * malloc/realloc.c (memmove): Swap the args when calling safe_bcopy.
6706
6707 Thu Jul  1 16:26:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6708
6709         * malloc/malloc.c [_LIBC] (_malloc, _free, _realloc): Define these
6710         functions to just call malloc, free, and realloc, respectively.
6711
6712 Wed Jun 30 16:42:10 1993  Torbjorn Granlund  (tege@gnu.ai.mit.edu)
6713
6714         * sysdeps/generic/memcmp.c (memcmp_bytes): New function for
6715         little endian machines.
6716         (memcmp_common_alignment, memcmp_not_common_alignment): Rework
6717         code computing return values.
6718
6719 Wed Jun 30 14:42:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6720
6721         * sysdeps/unix/Makefile (local_lim.h): Only generate local_lim.h
6722         if the sysdep version would be stub.
6723
6724         * sysdeps/unix/mk-local_lim.c: #include <stdio.h> before all else.
6725
6726         * configure.in (config_{machine,vendor,os}): Store config.sub's
6727         output in these new variables.
6728         (machine, vendor, os): Set these from those.
6729         (config-name.h, config.make): Write $config_* (the original values
6730         from config.sub).
6731
6732         * sysdeps/unix/sysv/sysv4/pgrpsys.S: Add arg count (3).
6733
6734 Tue Jun 29 02:47:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6735
6736         * Version 1.06.4.
6737
6738 Mon Jun 28 00:37:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6739
6740         * stdio/internals.c (__stdio_check_funcs): New function, broken out
6741         of init_stream.
6742         (init_stream): Call it.
6743         * sysdeps/posix/pipestream.c (popen): Call __stdio_check_funcs
6744         before frobnicating STREAM's functions.
6745
6746         * sysdeps/posix/pipestream.c (pclose): Free C, our data structure,
6747         not STREAM->__cookie after it's been restored.
6748
6749         * sysdeps/generic/strchr.c: Check for '\0' as well as C, in initial
6750         byte-by-byte loop.
6751
6752         * conf/portability.h: #undef BSD.
6753
6754 Sun Jun 27 23:46:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6755
6756         * sysdeps/unix/bsd/m68k/__wait.S [__motorola__]: Use Motorola syntax.
6757         * sysdeps/unix/bsd/m68k/sysdep.S: Likewise.
6758         * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
6759         * sysdeps/m68k/__longjmp.c (__longjmp) [__motorola__]: Use
6760         Motorola syntax in jmp insn.
6761
6762 Fri Jun 25 16:17:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6763
6764         * sysdeps/{stub,posix,unix/sysv/sysv4}/__sysconf.c (__sysconf):
6765         For _SC_TZNAME_MAX, just return __tzname_max ().
6766         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Define __sysconf, not
6767         sysconf.  For _SC_TZNAME_MAX, just jump to __tzname_max.
6768
6769         Undo June 21 change that made __tzname_max a variable
6770         and expected TZNAME_MAX to sometimes be defined.
6771         POSIX.1 does not require that it be defined; sysconf is enough.
6772         * time/time.h (__tzname_max): Declare as a function.
6773         * posix/posix1_lim.h: Don't include <tzname_max.h>.
6774         * sysdeps/stub/tzname_max.h: File removed.
6775         * time/Makefile (headers): Remove tzname_max.h.
6776         (distribute): Remove make-tzlim.c.
6777         (extra-objs): Remove make-tzlim.o and make-tzlim.
6778         ($(common-objpfx)tzname_max.h): Target removed.
6779         * time/make-tzlim.c: File removed.
6780         * time/__tzset.c (__tzname_cur_max): Define this variable instead
6781         of __tzname_max.
6782         (__tz_compute): Set __tzname_cur_max, not __tzname_max.
6783         (__tzname_max): New function.
6784         * time/tzfile.c (compute_tzname_max): Set __tzname_cur_max, not
6785         __tzname_max.
6786
6787         * malloc/malloc.h [_MALLOC_INTERNAL] [! (_LIBC || STDC_HEADERS || USG)]
6788         (memmove): Don't define.
6789         * malloc/realloc.c [!_LIBC && !STDC_HEADERS && !USG] (safe_bcopy):
6790         New static function.
6791         (memmove): Define to safe_bcopy.
6792
6793 Wed Jun 23 15:10:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6794
6795         * sysdeps/unix/sysv/sco3.2.4/pgrpsys.S: New file, #include sysv4 file.
6796         * sysdeps/unix/sysv/sco3.2.4/Dist: New file, list pgrpsys.S.
6797
6798 Tue Jun 22 02:44:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6799
6800         * sysdeps/unix/sysv/sco3.2.4/Makefile (sysdep_routines): Use
6801         pgrpsys instead of sco_pgrp.
6802         * sysdeps/unix/sysv/sco3.2.4/{Dist,sco_pgrp.S}: Files removed.
6803         * sysdeps/unix/sysv/sco3.2.4/__{getpgrp,setpgrp,setsid}.c: Just
6804         include the respective unix/sysv/sysv4 files.
6805
6806         * sysdeps/unix/sysv/sysv4/pgrpsys.S: New file.
6807         * sysdeps/unix/sysv/sysv4/__getpgrp.c: New file.
6808         * sysdeps/unix/sysv/sysv4/__setpgrp.c: New file.
6809         * sysdeps/unix/sysv/sysv4/__setsid.c: New file.
6810         * sysdeps/unix/sysv/sysv4/Dist: Add pgrpsys.S.
6811         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Add pgrpsys.
6812
6813         * sysdeps/unix/bsd/bsd4.4/__setsid.S: Moved from unix/sysv/sysv4.
6814         * sysdeps/unix/{bsd/sun/sunos4,bsd/ultrix4,sysv/linux}/__setsid.S:
6815         Include bsd4.4 instead of sysv4 file.
6816
6817 Mon Jun 21 19:08:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6818
6819         * posix/posix1_lim.h: #include <tzname_max.h>.
6820         * sysdeps/stub/tzname_max.h: New file (no-op).
6821         * time/make-tzlim.c: New file.
6822         * time/Makefile (headers): Add tzname_max.h.
6823         (distribute): Add make-tzlim.c.
6824         (extra-objs): Add make-tzlim.o and make-tzlim.
6825         ($(common-objpfx)tzname_max.h): New target.
6826
6827         * sysdeps/unix/sysv/sco3.2.4/confname.h (_SC_TZNAME_MAX): Define.
6828         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Detect arg being
6829         _SC_TZNAME_MAX, and return max of TZNAME_MAX and __tzname_max.
6830
6831         * sysdeps/stub/__sysconf.c: Include <time.h> and <limits.h>.
6832         Handle _SC_TZNAME_MAX and return max of TZNAME_MAX and __tzname_max.
6833         * sysdeps/posix/__sysconf.c: Change _SC_TZNAME_MAX code to that.
6834         * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
6835
6836         * time/time.h (__tzname_max): Declare as variable, not function.
6837         * time/__tzset.c (__tzname_max): Function removed.
6838         (__tz_compute): Set the __tzname_max variable.
6839         * time/tzfile.c (compute_tzname_max): New function.
6840         (__tzfile_{read,default}): Call it.
6841
6842 Sun Jun 20 18:32:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6843
6844         * time/zic.c, time/asia: New versions from ADO.
6845
6846 Wed Jun 16 17:24:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6847
6848         * Version 1.06.3.
6849
6850 Fri Jun 11 15:44:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6851
6852         * sysdeps/unix/bsd/m68k/__pipe.S: Use `movel' instead of `moveal',
6853         which sun3 as does not appear to grok.
6854         * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
6855
6856 Thu Jun 10 20:23:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6857
6858         * sysdeps/m68k/Makefile (as-pipe-ok): Define if -pipe is used in
6859         compiler invocations, or if using GNU as.
6860         (compile-command.S): Define using a pipe if `as-pipe-ok' is defined,
6861         otherwise with a temporary file.
6862
6863         * Makeconfig (gnu-as): Define if -DHAVE_GNU_AS appears in $(CPPFLAGS).
6864
6865 Wed Jun  9 15:14:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6866
6867         * configure.in (os frobnication): Turn underscores as well as
6868         lowercase Vs into dots in os name.
6869
6870         * sysdeps/unix/start.c [__GNUC__] (_start): Use asm name "start"
6871         only if [! NO_UNDERSCORES].
6872
6873 Tue Jun  8 14:51:00 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
6874
6875         * sysdeps/unix/bsd/ultrix4/mips/__handler.S: Don't save the stack
6876         pointer.
6877
6878 Mon Jun  7 21:01:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6879
6880         * time/Makefile (tzcompile): Remove -d switch, since zic-cmd has one.
6881
6882         * time/{private.h,zic.c}: New versions from ADO.
6883
6884         * sysdeps/unix/bsd/hp/m68k/__brk.S (error): Renamed label from `1',
6885         (__brk): Use DO_CALL instead of movel and trap.
6886
6887         * sysdeps/unix/bsd/sony/newsos4: Renamed sysdeps/unix/bsd/sony/newsos.
6888         * sysdeps/unix/bsd/sony/m68k/{Implies,sysdep.h}: Moved there.
6889
6890         * sysdeps/unix/bsd/hp/m68k/sysdep.h (DO_CALL): New macro, broken
6891         out of PSEUDO.
6892         (PSEUDO): Use it.
6893         * sysdeps/unix/bsd/sony/newsos4/m68k/sysdep.h
6894         (DO_CALL, PSEUDO): Likewise.
6895
6896         * configure.in: Set --with-gnu-{ld,as} for os=bsd4.4.
6897
6898 Fri Jun  4 14:11:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6899
6900         * sysdeps/i386/{strlen,memchr}.c: Use `repnz' instead of `repne'.
6901
6902         * time/Makefile (zonenames): Rename zones-* to z.* so they all fit
6903         in 14 chars.
6904         (extra-objs): Here too.
6905
6906         * sysdeps/unix/sysv/direct.h (D_RECLEN): New macro.
6907         * sysdeps/unix/readdir.c (D_RECLEN): If not defined, define to use
6908         `d_reclen' member.
6909         (readdir): Use D_RECLEN (DP) in place of DP->d_reclen.
6910
6911 Thu Jun  3 16:54:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6912
6913         * sysdeps/m68k/bytesex.h: New file.
6914
6915         * sysdeps/unix/ioctls-tmpl.c [sony_news]: Define KANJI before
6916         including <sys/ioctl.h>.
6917
6918 Wed Jun  2 17:45:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6919
6920         * malloc/Makefile (%.gz): Renamed target from %.z; use -v flag.
6921         (malloc/ChangeLog): Use mv -f.
6922
6923 Mon May 31 21:49:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6924
6925         * Version 1.06.2 released.
6926
6927         * manual/Makefile: Remove all uses of $(objpfx).  Since the
6928         generated files are distributed, they reside in the source
6929         directory.
6930
6931         * malloc/mtrace.c: #include <stdio.h>; malloc.h no longer does.
6932
6933         * sysdeps/posix/sleep.c: Restore signal mask to OSET before
6934         returning.  Save errno on entry and restore it before returning.
6935
6936         * Makeconfig (zonedir): New variable.
6937         * time/Makefile (localtime-file, posixrules-file, install-others,
6938         $(localtime-file), $(posixrules-file), tz-cc): Use $(zonedir) in
6939         place of $(datadir)/zoneinfo.
6940         (tzcompile): Omit -d switch.
6941         (zic-cmd): Add `-d $(zonedir)'.
6942
6943 Sun May 30 20:04:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6944
6945         * sysdeps/posix/stdio_init.c: (int)cookie is FD, not *(int*)cookie. 
6946
6947         * time/Makefile ($({localtime,posixrules}-file)): Don't pass -d
6948         switch (no need, since directory is compiled into zic).  Don't use
6949         $(<F) to find arg for -{l,p}; just use $({localtime,posixrules}).
6950
6951         * Makerules ($(libdir)/libc.a): Depend on installdirs.
6952
6953         * malloc/malloc.c (malloc): #if 0 out ``if (SIZE == 0) return NULL''.
6954
6955         * malloc/malloc.h [_MALLOC_INTERNAL]: Don't include <stdio.h>.
6956         [_MALLOC_INTERNAL]: Move config.h, limits.h, and mem* to front of file.
6957         (NULL): Move after stddef.h.
6958
6959         * malloc/valloc.c: Don't include config.h; malloc.h already did.
6960
6961         * malloc/malloc.c: Undo rms's change.
6962
6963         * malloc/mcheck.c, malloc/malloc.h: Undo rms's change.
6964
6965 Sat May 29 13:04:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
6966
6967         * malloc/malloc.c (malloc) [emacs]: If size is 0, make it 1.
6968
6969         * malloc/malloc.h (CONST): Define this always,
6970         rather than `const' sometimes.
6971         (memory_warnings): Use CONST, not __const, in decl.
6972         * malloc/mcheck.c (checkhdr): Use CONST, not const.
6973
6974 Fri May 28 18:29:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6975
6976         * sysdeps/unix/Makefile (ioctls): Use fgrep instead of egrep to
6977         omit unwanted symbols.  Filter the list of them through sort|uniq
6978         to remove duplicates first.
6979
6980         * sysdeps/unix/Makefile (errlist.c): Use dir and notdir
6981         functions to guarantee qualified path name for make_errlist.
6982
6983 Thu May 27 17:05:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6984
6985         * Version 1.06.1.
6986
6987         * sysdeps/sparc/Dist: Include sdiv.S, not div.S.
6988
6989         * sysdeps/unix/common/Dist: Remove make_siglist.c.
6990
6991         * stdio/internals.c: Declare __stdio_fileno before reference.
6992
6993         * sysdeps/generic/{memchr,strchr,strlen}.c: Abort if words are
6994         bigger than 64 bits.
6995
6996 Wed May 26 14:44:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
6997
6998         * Makerules [objects] (install-others): Don't add libc.a to this.
6999         (install): Depend on $(libdir)/libc.a.
7000         (intall-no-libc.a): New target, depends on $(+install).
7001         (install): Don't depend on $(+install), just on install-no-libc.a.
7002         * Rules (subdir_install): Depend on install-no-libc.a, not install.
7003
7004         * Makefile ($(libc.a)): Don't depend on subdir_lib.
7005         (lib-noranlib): Depend on subdir_lib.
7006
7007         Make `fileno' a per-FILE io operation.
7008         * stdio/stdio.h (__io_fileno): New typedef.
7009         (__io_functions): Add `__fileno' member.
7010         (struct __stdio_file): Remove `__fileno' member.
7011         [__USE_POSIX] [__OPTIMIZE__]: Remove fileno macro defn.
7012         [__USE_POSIX] (fileno): Remove `const' from arg in prototype.
7013         * stdio/fileno.c (fileno): Rewritten to call STREAM's __fileno fn.
7014         * sysdeps/stub/sysd-stdio.c (__stdio_fileno): New function.
7015         (__stdio_open): Return an int (zero for win, nonzero for lose),
7016         and make third arg PTR * (filled in with cookie).
7017         * stdio/stdio.h (__stdio_open): Changed prototype.
7018         * sysdeps/posix/sysd-stdio.c (__stdio_open): Likewise.
7019         (__stdio_{read,write,seek,close}): Use (int) COOKIE as the fd, rather
7020         than *(int *) COOKIE.
7021         (__stdio_fileno): New function; just returns (int) COOKIE.
7022         * sysdeps/posix/fdopen.c: Set cookie to (PTR) FD; don't set fileno.
7023         * stdio/vdprintf.c: Likewise.
7024         * stdio/fmemopen.c: Set STREAM->__io_funcs.__fileno to NULL.
7025         Set STREAM->__cookie to NULL and don't use STREAM->__fileno.
7026         * stdio/internals.c (__default_io_functions): Add __stdio_fileno.
7027         * sysdeps/posix/defs.c (stdstream): Initialize __cookie to (PTR) FD
7028         Remove __fileno initializer.
7029         Add NULL initializer for __io_funcs.__fileno.
7030         * sysdeps/posix/pipestream.c (struct child): Remove `fd' member.
7031         Add `cookie' and `funcs' members.
7032         (FUNC): Macro to define child io_funcs.
7033         (child_funcs): New variable, __io_functions struct of them.
7034         (popen): Store STREAM's original cookie and io_funcs in CHILD, and
7035         then set STREAM->__cookie to CHILD and stream->__io_funcs to
7036         child_funcs.
7037         (pclose): Restore STREAM's original cookie and io_funcs before
7038         calling fclose.
7039
7040         * configure.in (autoconf checks): Add new check for a
7041         libc-friendly stddef.h.
7042
7043         * sysdeps/unix/configure: Remove __getpgrp from list of syscalls.
7044
7045         * sysdeps/generic/memchr.c: Handle 64-bit longwords.
7046         * sysdeps/generic/strlen.c: Likewise.
7047         * sysdeps/generic/strchr.c: Likewise.
7048
7049         * sysdeps/unix/sysv/sco3.2.4/Makefile: Remove gratuitous `.c'.
7050
7051         * Makerules [objects] (install-others): Add $(libdir)/libc.a to
7052         this, instead of adding $(libc.a) to install-lib.
7053         ($(libdir)/libc.a): New target to install from $(libc.a).
7054
7055         * sysdeps/unix/sysv/sco3.2.4/__setsid.S: New file.
7056         * sysdeps/unix/bsd/bsd4.4/__setsid.S: New file.
7057
7058 Mon May 24 16:49:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7059
7060         * sysdeps/unix/sysv/linux/__setsid.S: Moved to unix/sysv/sysv4,
7061         and replaced with #include of that.
7062         * sysdeps/unix/bsd/sun/sunos4/__setsid.S: New file.
7063         * sysdeps/unix/bsd/ultrix4/__setsid.S: New file.
7064
7065         * posix/Makefile (install): Define to getconf.
7066
7067         * crypt: New version from glad.
7068
7069         * sysdeps/unix/sysv/sysv4/__sysconfig.S: Renamed to sysconfig.S.
7070         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Change reference.
7071         * sysdeps/unix/sysv/sysv4/Dist: Add sysconfig.S.
7072
7073         * sysdeps/generic/Makefile (siglist.c): Use dir and notdir
7074         functions to guarantee qualified path name for make_siglist.
7075
7076         * time/Makefile (tzcompile): Use $(@D) for target directory, not
7077         reference to nonexistent 4th dep.
7078         (localtime-file, posixrules-file): Turn these into absolute names.
7079         (install-others): Simply refer to them.
7080         ($(datadir)/zoneinfo/{localtime,posixrules}): Change targets of
7081         these rules to $(localtime-file) and $(posixrules-file), respectively.
7082         Use $(<D) for directory to pass zic.
7083
7084         * Makerules (installdirs): Use `sort' function to uniquize list of
7085         directories. 
7086
7087         * time/Makefile (install-others): Use $(datadir)/zoneinfo, not
7088         $(datadir)zoneinfo (missing /).
7089
7090         * Makerules (install-lib): Refer to `$(libc.a)' instead of `libc.a'.
7091
7092         * setjmp/sigjmp_save.c: Renamed to sigjmp.c.
7093         * setjmp/Makefile (routines): Change reference.
7094
7095         * sysdeps/unix/common/Makefile (siglist.c, make_siglist): Targets
7096         removed.
7097         * sysdeps/unix/common/make_siglist.c: File removed.
7098
7099 Sun May 23 01:00:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7100
7101         * manual/Makefile (minimal-dist): Remove COPYING.LIB.
7102         (doc-only-dist): Put it here.
7103
7104 Sun May 23 00:12:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7105
7106         * Version 1.06 released.
7107
7108         * sysdeps/sparc/Dist: Add {u,}{div,rem}.S.
7109
7110 Sat May 22 18:17:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7111
7112         * sysdeps/generic/make_siglist.c (main): Call signame_init, not
7113         init_sigs.
7114
7115         * Makerules (native-compile): Compile $^, not just $<.
7116
7117         * sysdeps/unix/i386/sysdep.h (PSEUDO): Omit `.text'.  Some
7118         assemblers don't like `.text; ...'.
7119
7120         * Rules (all): Mention as target first, so it is the default goal.
7121
7122         * sysdeps/unix/i386/sysdep.S: #undef syscall_error before using it
7123         as a label.
7124         [NO_UNDERSCORES]: Define __syscall_error instead of syscall_error.
7125
7126         * sysdeps/unix/readdir.c: Decrement d_namlen until it no longer
7127         includes any nulls.
7128
7129         * Makerules (+install-dirs): Variable removed.
7130         (install): Don't depend on $(+install-dirs).
7131         (installdirs): New target, to make $(dir $(+install)) using
7132         mkinstalldirs.  Make $(+install) depend on it.
7133         * Makefile (distribute): Add mkinstalldirs.
7134         * mkinstalldirs: New file.
7135
7136         * manual/Makefile (installdirs):
7137         New target, using mkinstalldirs to create $(infodir).
7138         ($(infodir)/libc.info): Depend on installdirs.
7139         (minimal-dist): Remove Makefile.
7140         (doc-only-dist): New variable, containing Makefile and mkinstalldirs.
7141         (*.tar): Depend on $(doc-only-dist).
7142
7143 Sat May 22 16:31:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7144
7145         Compile zoneinfo files directly into $(datadir)/zoneinfo, rather
7146         than compiling them into the source directory and then copying.
7147         * time/Makefile (zones-%): Put targets of generated rule in
7148         $(datadir)/zoneinfo, not zoneinfo.
7149         Don't make generated rules depend on zoneinfo/.
7150         (zonenames, zones-%): Write into $@.new and then use atomic mv.
7151         (zones, zoneinfo): Targets removed.
7152         (zoneinfo/localtime, zoneinfo/posixrules): Change targets to be in
7153         $(datadir)/zoneinfo; find $(localtime) and $(posixrules) there as well.
7154         ($(localtime-file), $(posixrules-file)): Targets removed.
7155         (install-data): Definition removed.
7156         (install-others): Include $(zonenames) from $(datadir)/zoneinfo; and
7157         $(localtime-file) and $(posixrules-file), from $(datadir)/zoneinfo
7158         if they are not absolute file names.
7159
7160         * time/zic.c (dolink): If FROMFILE or TOFILE begins with a slash,
7161         just set {FROM,TO}NAME to it, instead of prepending DIRECTORY.
7162         Don't free {FROM,TO}NAME if it is {FROM,TO}FILE.
7163
7164 Fri May 21 13:23:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7165
7166         * sysdeps/unix/i386/sysdep.S: Paste : onto syscall_error.
7167
7168         * sysdeps/unix/configure: Use grep -i when looking for syscalls.
7169         (unix_syscall_h): Ignore syscall.h found in sysdeps/stub.
7170         Remove __setpgrp from list of syscalls.
7171
7172         * sysdeps/unix/Makefile ($(common-objpfx)sys/param.h): Write defn
7173         for MAXHOSTNAMELEN.  The kludgemeister strikes again.
7174
7175         * posix/Makefile (glob/ChangeLog): Use mv -f.
7176
7177         * configure.in (os frobnication): Translate numbers separated by
7178         `v's into numbers separated by dots.
7179
7180         * sysdeps/unix/sysv/sco3.2.4/syscall.h: New file.
7181
7182         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Rewritten to do the
7183         canonical wait3-style magic.
7184
7185         * sysdeps/unix/sysv/sco3.2.4/{Makefile,Dist,sco_pgrp.S,
7186         __getpgrp.c,__setpgrp.c,__setsid.c}: New files.
7187
7188         * Makerules ($(common-objpfx)stub-$(subdir)): Add /dev/null to
7189         inner sed command.
7190
7191         * manual/Makefile ($(objpfx)%.info, $(objpfx)%.dvi): New rules.
7192         ($(infodir)/libc.info): Take basename of each $<* before using it.
7193         (glibc-targets): Add stubs.
7194         (stubs, $(common-objpfx)stub-manual): New targets.
7195
7196         * time/Makefile (distribute): Add yearistype.
7197         * time/yearistype: New file.
7198
7199         * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Don't use ARGS_4
7200         macro; just set %ecx to %esp instead.  Pop the stack before doing
7201         the system call, so the add doesn't clear the condition codes.
7202
7203         * sysdeps/unix/start.c [HAVE_GNU_LD]: Put `start' symbol alias
7204         under [! NO_UNDERSCORES && ! __GNUC__].
7205
7206         * sysdeps/unix/sysdep.h (C_LABEL): Use ## to paste NAME and : together.
7207
7208         * sysdeps/unix/i386/sysdep.h (DO_CALL): Add missing backslash.
7209
7210 Thu May 20 18:01:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7211
7212         * Makefile ($(+subdir_targets)): Remove old rule.  Replace with
7213         static pattern rule to depend on DIR/TARGET for each subdir and target.
7214         (all-subdirs-targets): Define variable to contain names of all
7215         those targets.
7216         ($(all-subdir-targets)): Define rule for these to do sub-make.
7217
7218         * sysdeps/unix/sysv/sysv4/direct.h (D_NAMLEN): Subtract one for
7219         the terminating null character.
7220         * sysdeps/unix/sysv/sco3.2.4/direct.h (D_NAMLEN): Copy defn from
7221         that file.
7222
7223 Thu May 20 11:02:59 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
7224
7225         * sysdeps/posix/__getpgsz.c: New file.
7226         * sysdeps/unix/sysv/sysv4/__getpgsz.c: New file, include the posix one.
7227         * sysdeps/posix/__getdtsz.c: New file.
7228         * sysdeps/unix/sysv/sysv4/__getdtsz.c: New file, include the posix one.
7229
7230         * sysdeps/unix/sysv/sysv4/{__sysconf.c, __sysconfig.S,
7231         sysconfig.h, Makefile, Dist}: New files.
7232
7233         * sysdeps/generic/confname.h (enum for sysconf): Add _SC_PAGESIZE.
7234         * sysdeps/posix/__sysconf.c: Include stddef.h.
7235         (__getpagesize): Declare.
7236         (__sysconf, case _SC_PAGESIZE): Call __getpagesize.
7237
7238 Wed May 19 14:03:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7239
7240         * manual/Makefile (routines, aux, sources, objects, headers):
7241         Define empty.
7242
7243         * Makeconfig (infodir): Define.
7244         * Makefile (+other_dirs): Add manual.
7245         * manual/Makefile: Include ../Makeconfig if it exists.
7246         (subdir): Export it.
7247         (find-includes): Output variable name is $(@F), not $@.
7248         (distribute): Export it.
7249         (mostlyclean, distclean, realclean, clean, subdir_clean): New targets.
7250         (install, subdir_install): New targets.
7251         (infodir, prefix, INSTALL_DATA, INSTALL): Define vars if undefined.
7252         ($(infodir)/libc.info): New target.
7253         (dist): Use ../Make-dist if it exists.
7254         (glibc-targets): New variable.
7255         ($(glibc-targets)): Make no-op targets.
7256
7257         * config.guess: New file, maintained by Cygnus.
7258         * configure.in: Move AC_PREPARE before arg lossage check.
7259         If $target is unset, try setting it from config.guess.
7260         * Makefile (distribute): Add config.guess.
7261
7262         * inet/getnetbyad.c: Change first arg type to int32_t.
7263         * inet/inet_mkadr.c: Change arg types to u_int32_t.
7264         * inet/inet_lnaof.c: Change return type to u_int32_t.
7265         * inet/inet_net.c: Likewise.
7266         * inet/inet_netof.c: Likewise.
7267         * inet/res_send.c, inet/res_query.c, inet/res_mkqry.c,
7268         inet/res_init.c, inet/res_debug.c, inet/res_comp.c,
7269         inet/inet_addr.c, inet/herror.c, inet/gethstnmad.c, inet/resolv.h,
7270         inet/netdb.h, inet/arpa/nameser.h, inet/arpa/inet.h:
7271         Snarfed latest code from BIND 4.9.1.
7272         * inet/sys/bitypes.h: New file.
7273         * conf/portability.h: New file.
7274         * inet/Makefile (headers): Add sys/bitypes.h.
7275         (distribute): Define to ../conf/portability.h.
7276
7277         * mach/__msg_destroy.c: Renamed to __msg_dest.c.
7278         * mach/mig_syms.c: Renamed from mig_support_syms.c.
7279         Added symbol alias for mig_strncpy.
7280         * mach/__mig_strncpy.c: Renamed to mig_strncpy.c.
7281         * mach/mig_strncpy.c: File removed.
7282         * mach/Makefile (routines): Remove __mig_strncpy; change
7283         mig_support_syms to mig_syms; change __msg_destroy to __msg_dest.
7284
7285         * sysdeps/posix/Makefile: Replace instances of `objpfx' and
7286         `objdir' with `common-objpfx' and `common-objdir'.
7287
7288 Mon May 17 16:29:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7289
7290         * time/asctime.c: Replace ` %2d' with `%3d' in FORMAT.
7291         (asctime): Check return from sprintf being <0, not <25.
7292
7293         * sysdeps/unix/opendir.c: Include <stdio.h> for BUFSIZ.
7294
7295         * sysdeps/unix/i386/sysdep.h (PSEUDO): Put ; after DO_CALL use.
7296
7297         * sysdeps/i386/ffs.c: Use `nonzero' for asm label, instead of `1f'.
7298
7299 Sun May 16 17:59:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7300
7301         * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Don't get fancy with
7302         xchg; just push $trampoline and then push our args again, pop them
7303         after the system call.
7304
7305         * time/tzfile.c (__tzfile_default): Don't assume TYPES[0] is
7306         standard and TYPES[1] is DST.  Instead, loop through all types:
7307         if a type's isdst flag is set, set its idx to STDLEN and its
7308         offset to DSTOFF; if isdst is clear, set its idx to 0 and its
7309         offset to STDOFF.
7310
7311         * time/__tzset.c: When __tzfile_default returns having set
7312         __use_tzfile, set __tzset_run before returning.
7313
7314         * sysdeps/posix/sleep.c: Block SIGALRM with sigprocmask before
7315         changing its handler.  Use sigaction instead of signal to set the
7316         handler.  Use sigsuspend to restore the blocked signals and pause
7317         atomically, instead of using pause.  Be sure to disable the alarm
7318         when a signal other than SIGALRM wakes sigsuspend.
7319
7320         * time/Makefile (zic-cmd): Put the directory before the nondirectory.
7321
7322         * Makerules (stubs): Remove surrounding `ifdef +depfiles'...`endif'.
7323
7324         * time/Makefile: Include ../Makeconfig before trying to use $(objpfx).
7325
7326         * time/tzfile.c (__tzfile_compute): When there are transitions and
7327         TIMER is not before the first one, find the first transition after
7328         TIMER, and then set I to the type of the transition before it.
7329         Set INFO from types[I], not types[type_idxs[I]].
7330
7331         * posix/Makefile (glob/configure): cd to glob before running autoconf.
7332
7333         * time/__tzset.c (compute_change): Don't add 1900 to YEAR.
7334         (__tz_compute): Add 1900 to the year we pass to compute_change.
7335
7336         * time/gmtime.c: After calling __offtime, zero tm_gmtoff and set
7337         tm_zone to "GMT".
7338
7339         * time/time.h [__OPTIMIZE__]: Remove gmtime macro version.
7340
7341         * time/tzfile.c (__tzfile_default): Fail if NUM_TYPES < 2, not if
7342         NUM_TYPES != 2.
7343
7344         * time/tzfile.c (__tzfile_compute): Don't take arg TM.
7345         Instead take new args long int *LEAP_CORRECT and int *LEAP_HIT.
7346         Don't apply leap second correction to __timezone; instead set
7347         *LEAP_CORRECT and *LEAP_HIT.
7348         * time/__tzset.c (tzset_run): Renamed to __tzset_run, made global.
7349         (__tzset): Change uses.
7350         (__tz_compute): Change use here as well.
7351         Make second arg be a `const struct tm *'.  Don't call __tzfile_compute.
7352         * time/localtime.c: Call __tzset if __tzset_run is clear.
7353         New local vars LEAP_CORRECTION and LEAP_EXTRA_SECS.
7354         If __use_tzfile is set, call __tzfile_compute and pass it their
7355         addresses.  Only need to call gmtime if __use_tzfile is clear.  If
7356         it is clear, pass result of gmtime to __tz_compute, instead of
7357         dereferencing it first; and zero LEAP_CORRECTION and LEAP_EXTRA_SECS.
7358         Subtract LEAP_CORRECTION from __timezone in __offtime call.
7359         After __offtime, add LEAP_EXTRA_SECS to TP->tm_sec.
7360
7361         * sysdeps/generic/strsep.c: Increment END when writing a null to
7362         it, and set *STRINGP to END rather than END+1, so *STRINGP never
7363         points past the null.
7364
7365 Sat May 15 17:10:02 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7366
7367         * time/strftime.c: Alphabetize switch cases.
7368         Add GNU extensions %h, %C, %k, %l.
7369
7370         * time/asctime.c: Make RESULT big enough for each %d to be 2^64.
7371         Protect against tm_wday and tm_mon being out of bounds; use "???"
7372         if they are.
7373
7374         * time/{emkdir,ialloc,scheck,zic,zdump}.c: New versions from ADO.
7375
7376         * time/africa, time/antarctica, time/asia, time/australasia,
7377         time/europe, time/northamerica, time/southamerica,
7378         time/pacificnew, time/etcetera, time/factory, time/systemv,
7379         time/solar87, time/solar88, time/solar89, time/leapseconds:
7380         Updated from Arthur David Olsen's latest.
7381
7382         * sysdeps/generic/__expm1.c, sysdeps/generic/asinh.c,
7383         sysdeps/generic/exp__E.c, sysdeps/generic/log.c,
7384         sysdeps/generic/log1p.c, sysdeps/generic/mathimpl.h,
7385         sysdeps/generic/pow.c, sysdeps/mach/hurd/__ioctl.c,
7386         sysdeps/mach/hurd/stdio_init.c, sysdeps/unix/bsd/clock.c: Put
7387         `const' qualifier always after storage classes.
7388
7389         * sysdeps/unix/bsd/sequent/i386/__sigvec.S (trampoline): Use
7390         `call', not `jsr'.
7391         (__sigvec): Exchange the scratch reg with 16(%esp) (fourth arg
7392         slot), not 0(%esp) (return PC slot).  Use ARGS_4 to point the
7393         syscall at the args.
7394
7395         * sysdeps/unix/common/__getgrps.c: When gid_t==int, and SIZE!=0,
7396         return N from __bsd_getgroups.
7397
7398         * posix/unistd.h (__need_NULL): Define before including <stddef.h>.
7399         1003.1-1990 2.7.1 says it should be here.
7400
7401 Sat May 15 14:54:25 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
7402
7403         * time/__tzset.c (compute_change): Add 1900 to YEAR, not 1970.
7404
7405 Fri May 14 21:24:19 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
7406
7407         * sysdeps/unix/sysv/sysv4/solaris2/start.c: Define NO_EXPLICIT_START.
7408         * sysdeps/unix/sparc/start.c [NO_EXPLICIT_START]: Don't asm
7409         `_start' into `start' (e.g., for Solaris).
7410
7411         * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h: New file.
7412
7413 Fri May 14 19:34:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7414
7415         * malloc/Makefile: Remove depend-malloc dependency on malloc/gmalloc.c.
7416
7417         * posix/Makefile (headers): Add sys/unistd.h.
7418         * posix/sys/unistd.h: New file, just includes <unistd.h>.
7419
7420         * sysdeps/unix/common/glue-ctype.c (main): Define generated array
7421         as `unsigned char' rather than `char'.
7422
7423         * sysdeps/unix/start.c [__GNUC__]: Use asm frob to make `start'
7424         asm name of _start.
7425
7426         * sysdeps/unix/opendir.c [! _STATBUF_ST_BLKSIZE]: Don't fstat and
7427         use st_blksize; try BUFSIZ instead.
7428
7429         * sysdeps/unix/Makefile (ioctls): Don't use sed to remove final |
7430         from snarf-ioctls output; just append a dummy alternative instead.
7431
7432         * sysdeps/posix/__wait3.c: Fix arg types.
7433
7434         * Makerules ($(common-objpfx)stub-$(subdir)): Use @ for sed
7435         separator char.  Pass extra file /dev/null in case `...` gets empty.
7436
7437         * sysdeps/unix/sysdep.h (C_LABEL): Define new macro.
7438         * sysdeps/unix/i386/sysdep.h (ENTRY): Use it.
7439         * sysdeps/unix/sparc/sysdep.h (ENTRY): Likewise.
7440         * sysdeps/unix/sparc/__brk.S: Use C_LABEL and ENTRY instead of
7441         C_SYMBOL_NAME.
7442         * sysdeps/unix/i386/__brk.S: Use C_LABEL instead of C_SYMBOL_NAME.
7443
7444 Fri May 14 17:41:42 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
7445
7446         * sysdeps/mips/sqrt.c [HAVE_GNU_AS]: Use the IEEE 754 version of
7447         sqrt since gas can't handle the `sqrt.d' synthetic instruction.
7448
7449 Fri May 14 16:33:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7450
7451         * stdio/Makefile (routines): Add tempname.
7452
7453         * sysdeps/unix/common/make_siglist.c: #define const to empty
7454         around #include of <signal.h>.
7455
7456         * sysdeps/unix/errnos.awk: Surround generated `DO' macro calls
7457         with #ifdef on the E* symbol.
7458
7459         * sysdeps/unix/common/make_siglist.c [! HAVE_SYS_SIGLIST &&
7460         HAVE__SYS_SIGLIST]: Define sys_siglist to _sys_siglist.
7461
7462         * termios/Makefile (headers): Add termbits.h.
7463
7464         * posix/Makefile (headers): Add waitflags.h and waitstatus.h.
7465
7466         * math/math.h (struct __complex): Rename to struct __cabs_complex.
7467         __complex is now a reserved word in GCC.
7468         * sysdeps/generic/cabs.c (cabs): Likewise.
7469         * sysdeps/ieee754/cabs.c (cabs, z_abs): Likewise.
7470
7471         * sysdeps/unix/common/glue-ctype.c: Test for _ctype__ before _ctype_.
7472
7473         * posix/Makefile (headers): Add confname.h.
7474
7475 Thu May 13 00:25:53 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7476
7477         * ctype/Makefile (tags_sources): Don't define.
7478         * MakeTAGS [subdir==ctype] (tags_sources): Put headers before sources.
7479
7480         * time/__tzset.c (compute_change): Add 1970 to YEAR before using it.
7481
7482         * sysdeps/unix/readdir.c: Pass a BASEP arg to __getdirentries.
7483
7484 Wed May 12 20:36:51 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7485
7486         * Makefile (distribute): Add aclocal.m4.
7487
7488         * dirent/list.c (test): Clear errno before readdir loop.  Complain
7489         if errno is set thereafter.
7490
7491         * sysdeps/unix/sysv/sysv4/solaris2/utsnamelen.h: New file.
7492         * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: New file.
7493         * sysdeps/unix/sysv/sysv4/solaris2/sigaltstack.S: New file.
7494         * sysdeps/unix/sysv/sysv4/solaris2/Makefile: New file.
7495
7496         * sysdeps/unix/bsd/sun/sparc/start.c: Moved to sysdeps/unix/sparc.
7497         * sysdeps/unix/sparc/start.c: Moved from sysdeps/unix/bsd/sun/sparc.
7498         Surround all shared library frobnication code with #ifndef NO_SHLIB.
7499         * sysdeps/unix/sysv/sysv4/solaris2/start.c: New file.
7500
7501         * configure.in (os = solaris[2-9]*): base_os=unix/sysv/sysv4.
7502
7503         * sysdeps/sparc/setjmp.S: Include <sysdep.h>, not "DEFS.h".
7504         Use ENTRY(__setjmp) instead of FUNC(___setjmp).
7505
7506         * sysdeps/sparc/divrem.m4: [__svr4__]: Include <sys/trap.h>
7507         instead of <machine/trap.h>.
7508
7509         * sysdeps/sparc/__longjmp.S: Include <sysdep.h>, not "DEFS.h".
7510         Use ENTRY(__longjmp) instead of FUNC(___longjmp).
7511         [__svr4__]: Use <sys/trap.h> instead of <machine/trap.h>.
7512
7513         * sysdeps/unix/i386/sysdep.h (C_SYMBOL_NAME, SYS_ify): Moved to
7514         sysdeps/unix/sysdep.h.
7515         * sysdeps/unix/sparc/sysdep.h: New file.
7516         * sysdeps/unix/bsd/sun/sparc/sysdep.h: File removed.
7517
7518         * sysdeps/unix/sparc/__brk.S: New file.
7519         * sysdeps/unix/sparc/__brk.c: File removed.
7520
7521 Wed May 12 19:43:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
7522
7523         * malloc/cfree.c: Put malloc.h include in _MALLOC_INTERNAL conditional.
7524
7525 Wed May 12 16:24:23 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7526
7527         * Makeconfig (+link): Put $(LDFLAGS) in the value.
7528         * sysdeps/unix/bsd/sun/sparc/Makefile (LDFLAGS): Set it.
7529
7530         * posix/glob.c: Move include <unistd.h> before dir includes.
7531         [HAVE_UNISTD_H] [! POSIX] [_POSIX_SOURCE]: Define POSIX.
7532
7533         * grp/initgroups.c [! NGROUPS_MAX || NGROUPS_MAX == 0]: Just
7534         return 0 and do nothing.
7535
7536         * sysdeps/unix/sysv/sco3.2.4/__{sys,path}conf.S: New files.
7537         * posix/unistd.h: Include <confname.h>; remove _{SC,CS,PC}_* defns.
7538         * sysdeps/generic/confname.h: New file.
7539         * sysdeps/unix/sysv/sco3.2.4/confname.h: New file.
7540
7541         * malloc/cfree.c: Include <malloc.h> instead of <stdlib.h>.
7542         [_LIBC]: Use function_alias only under this conditional.
7543         [! _LIBC] (cfree): Define a function that just calls free.
7544
7545         * posix/Makefile (glob.tar): Depend on glob/ChangeLog.
7546         (glob/configure): Just run autoconf, don't do a sub-make.
7547         (glob/ChangeLog): New target.
7548         (%.Z, %.z): New rules.
7549
7550 Mon May 10 16:56:09 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
7551
7552         * malloc/cfree.c: Put the meat of the file inside a "#if
7553         defined(__GNU_LIBRARY__)" clause, so that gmalloc.c, which
7554         incorporates this file, can be used outside of the C library.
7555
7556 Sun May  9 16:57:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7557
7558         * stdio/fseek.c: Don't call __flshfp unless STREAM is writable.
7559
7560         * string/tester.c (main): Remove unused variable.
7561
7562         * sysdeps/unix/bsd/set[er][gu]id.c: New files.
7563
7564         * sysdeps/unix/mk-local_lim.c (NAME_MAX): Define to 255 if undefined.
7565
7566         * malloc/Makefile (malloc-dist): Add ChangeLog and mem-limits.h.
7567         (malloc/ChangeLog): New rule using Noah's changelog-extract.
7568         (malloc.tar): Use o flag to tar to make compatible archives.
7569         (gmalloc-routines): Add calloc, valloc, and cfree.
7570         (dist-routines): Remove [cv]alloc from here.
7571         (routines): Remove cfree from here.
7572
7573 Fri May  7 16:45:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7574
7575         * sysdeps/posix/ttyname.c: Replace fixed-sized NAME array with
7576         static char *NAME and static size_t NAMELEN.
7577         Don't check S_ISCHR.
7578         Don't hack NAME before the loop.
7579         If need more than NAMELEN chars to hold the name, increase NAMELEN
7580         to more than big enough and malloc NAME.
7581         Save errno in local var SAVE before doing anything; restore it
7582         when returning non-error.
7583
7584         * Makefile (generated): Add $(objpfx)stubs.h.
7585         (README): New rule to call Make-dist to do the work.
7586
7587         * mach/Makefile: Don't include mach-syscalls.mk if no_deps=t.
7588
7589         * crypt/GNUmakefile (%.z): New rule for gzipping.
7590         (crypt.tar): Use o flag to tar to make compatible archives.
7591
7592         * Makeconfig: Find config.make in $(common-objpfx), not $(objpfx).
7593
7594         * io/Makefile (headers): Remove filebits.h.
7595
7596         * sysdeps/unix/sysv/sysv4/Dist: File removed.
7597
7598         * Makefile (README): Move from here.
7599         * Make-dist (README): To here.
7600
7601         * sysdeps/unix/Makefile (sys/param.h): Don't depend on sys/.  It
7602         was causing sys/param.h to be remade all the time.
7603
7604         * aclocal.m4 (GLIBC_PROVIDES): Add shell comment about configure
7605         being generated and not to be editted.
7606
7607         * sysdeps/unix/swapon.S: Moved to sysdeps/unix/common.
7608         * sysdeps/unix/configure: Add swapon to list of syscalls to check for.
7609
7610         * sysdeps/unix/mk-local_lim.c: New file, modified from
7611         sysdeps/unix/common/mk-local_lim.c.
7612         * sysdeps/unix/common/Makefile: Move local_lim.h rules from here.
7613         * sysdeps/unix/Makefile: Put them there.
7614         (local_lim-CFLAGS): Define new variable.
7615         (mk-local_lim): Replace $(native-compile) with its value plus
7616         $(local_lim-CFLAGS).
7617         * sysdeps/unix/common/Dist: Remove mk-local_lim.c.
7618         * sysdeps/unix/Dist: Add it here.
7619
7620         * Makerules (make-dummy-dep): New variable; canned command.
7621         ($(objpfx)%.dep: {$(objpfx),}%.s): New rules using $(make-dummy-dep).
7622         (sysd-Makefile): Write a $(objpfx)%.dep: $dir/%.s rule using it.
7623
7624         * misc/ioctl.c: Replace function_alias with:
7625         [HAVE_GNU_LD]: Use symbol_alias.
7626         [! HAVE_GNU_LD]: Write out the function; it must fetch its third arg
7627         with va_arg and then call __ioctl.
7628
7629 Thu May  6 14:56:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7630
7631         * misc/sys/ioctl.h (__ioctl, ioctl): Changed prototype to take 2
7632         args and ... rather than a 3rd __ptr_t arg.
7633         * sysdeps/stub/__ioctl.c: Changed defn.
7634
7635         * sysdeps/unix/bsd/sun/sunos4/tcflow.c: Include <sys/ioctl.h>.
7636
7637         * sysdeps/unix/Makefile (make-ioctls-CFLAGS): Define as
7638         -DHAVE_SYS_TERMIOS_H if $(sysincludedir)/sys/termios.h exists.
7639         (make-ioctls): Replace command `$(common-objdir-compile)' with
7640         that var's contents from Makerules, plus $(make-ioctls-CFLAGS).
7641         * sysdeps/unix/ioctls-tmpl.c [HAVE_SYS_TERMIOS_H]: Get <sys/termios.h>.
7642
7643         * misc/sys/ioctl.h: Include <sys/ttydefaults.h> after <ioctls.h>.
7644
7645         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfget[io]speed): Return the
7646         raw speed, rather than using it as an index into `speeds'.
7647         (cfset[io]speed): Treat SPEED being an index into `speeds' just as
7648         if it were the value of that element.
7649
7650         * termios/termios.h: Remove definitions of B[0-9]+ and EXT[AB].
7651         * sysdeps/generic/termbits.h: Put them here instead.
7652         * sysdeps/unix/bsd/sun/sunos4/termbits.h: Add new defns for those.
7653
7654         * sysdeps/unix/Makefile (termbits-edit): If termbits.h is not the
7655         generic version, set this to an | egrep command which filters out
7656         symbols appearing in termbits.h.
7657         (ioctls): Depend on $(sysincludedir)sys/termios.h if it exists.
7658         Pass all deps after first to snarf-ioctls.
7659         Put $(termbits-edit) in cmd line; it may be empty or a pipe.
7660         Pipe through sort|uniq before tr (just to cut down on duplicates).
7661
7662         * sysdeps/generic/Makefile, sysdeps/unix/Makefile: When deciding
7663         whether to generate files whose stub versions are chosen, also
7664         include the generation rules when the chosen directory is
7665         $(common-objpfx), so they continue to be defined after running once.
7666
7667         * sysdeps/posix/Makefile: Use patsubst instead of substition
7668         references when the substitution or replacement contains a $.
7669         Make has a bug (which I just fixed) with such substitution references.
7670
7671         * posix/wait3.c: Fixed arg types in fn alias.
7672         * posix/wait4.c: Likewise.
7673
7674         * sysdeps/posix/Makefile: Remove vpath %.h line.
7675         * Makerules: Add vpath %.h directive.
7676
7677         * sysdeps/posix/Makefile (generated, before-compile): Add
7678         $(common-objpfx)stdio_lim.h, not just plain stdio_lim.h.
7679
7680         * Makerules (depend-$(subdir)): Put $(objpfx) in the output, not
7681         its expansion.
7682         (+make-deps): Add sed clause to translate the expansion of
7683         $(objpfx) back into the variable reference.
7684
7685 Wed May  5 15:59:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7686
7687         * sysdeps/unix/sysv/sco3.2/local_lim.h: New file.
7688
7689         * sysdeps/unix/sysv/sco3.2/Makefile: New file
7690         * sysdeps/unix/sysv/sco3.2/Dist: New file.
7691         * sysdeps/unix/sysv/sco3.2/__fltused.c: New file.
7692
7693         * sysdeps/unix/configure: New file.
7694         * sysdeps/unix/inet/__select.S: Moved to sysdeps/unix/common.
7695         This is because select is a call sysdeps/unix/configure wants to
7696         check for, and it simplifies life for all those to be in unix/common.
7697
7698         * sysdeps/tahoe/Implies: Remove $(bsdmath)tahoe line.
7699
7700         * sysdeps/unix/sysv/sco3.2.4/{__sigact,__sigproc,
7701         sigpending,sigsuspend}.S: New files.
7702
7703         * Makefile (INSTALL): Depend on manual/maint.texi, not
7704         manual/maint.texinfo.  Use -- instead of + for long options.
7705
7706         * configure.in: After setting $sysnames initially and adding the
7707         FPU directory, expand and uniquize the list with code that used to
7708         be in find-sysdirs.  Make $sysnames blank-separated rather than
7709         newline-separated.  Generalize loop iterating over $sysnames, so
7710         it sets $uname and sources sysdep configure scripts.  Move
7711         sys_siglist and ctype checks to sysdeps/unix/common/configure.in.
7712         Set Make variable `config-sysdirs' to $sysnames in config.make,
7713         and don't frob Sysnames or sysdirs files at all.
7714         * find-sysdirs: File removed.
7715         * Makefile (distribute): Remove find-sysdirs.
7716         (sysd-dirs): Depend on config.make instead of config.make.
7717         Use $(sysdirs) in place of `cat $<`.
7718         * aclocal.m4: New file.
7719         * sysdeps/unix/common/configure.in: New file, contains checks for
7720         sys_siglist and ctype glue moved from top-level configure.in.
7721         * Makerules (sysdirs, Sysnames): Rules removed.
7722         Don't include sysdirs.
7723         (sysdirs): Define variable from $(config-sysdirs).
7724         (sysd-Makefile): Depend on config.make instead of sysdirs.
7725         Use $(sysdirs) instead of filtering the sysdirs file.
7726         * Make-dist (+sysdep-tsrcs): Include configure and configure.in
7727         from sysdep dirs.
7728         (dist.tar): Use o flag to tar for compatible archives.
7729         (dist): Depend on foo.z instead of foo.Z.
7730         ($(tardir){-crypt,}.tar.z): Renamed from .Z.
7731         (%.z: %): New rule.
7732         (%/configure: %/configure.in): New rule.
7733
7734 Mon May  3 17:45:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7735
7736         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: New file.
7737
7738         * sysdeps/unix/sysv/sco3.2.4/direct.h: New file.
7739
7740         * sysdeps/unix/readdir.c: Moved from unix/bsd, rewritten to always
7741         use __getdirentries and D_NAMLEN macro, no #ifdefs.
7742         * sysdeps/unix/sysv/readdir.c, sysdeps/unix/bsd/bsd4.4/readdir.c,
7743         sysdeps/unix/bsd/ultrix4/readdir.c,
7744         sysdeps/unix/bsd/hp/m68k/readdir.c,
7745         sysdeps/unix/bsd/sun/readdir.c: Files removed.
7746         * sysdeps/unix/common/{close,open,rewind,seek,tell}dir.c: Moved to
7747         sysdeps/unix.
7748         * sysdeps/unix/sysv/direct.h: New file.
7749         * sysdeps/unix/bsd/direct.h (D_NAMLEN): Define to use d_namlen.
7750         * sysdeps/unix/sysv/sysv4/direct.h (D_NAMLEN): Define to calculate
7751         from d_reclen.
7752         * sysdeps/unix/__getdents.c: New file.
7753         * sysdeps/stub/direct.h: New file.
7754         * sysdeps/unix/bsd/Dist: Remove bsddir.h.
7755         * sysdeps/unix/sysv/sysv4/readdir.c: Moved to unix/sysv.
7756         * sysdeps/unix/sysv/sysv4/bsddir.h: Renamed to direct.h.
7757         * sysdeps/unix/bsd/bsddir.h: Likewise.
7758         * sysdeps/unix/common/opendir.c: Include "direct.h", not "bsddir.h".
7759         * sysdeps/unix/sysv/sysv4/readdir.c: Likewise.
7760         * dirent/Makefile (distribute): Define to include direct.h.
7761
7762         * sysdeps/unix/common/opendir.c: Be sure to close FD if fcntl fails.
7763
7764         * sysdeps/generic/memcopy.h: #include <sys/cdefs.h> and use __P
7765         prototypes instead of EXFUN.
7766
7767         * sysdeps/generic/memcmp.c (__ptr_t, const): Define as appropriate
7768         conditional on [__cplusplus || __STDC__].
7769
7770 Thu Apr 29 21:48:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7771
7772         * Makefile ($(libc.a)): Make this, not lib, depend on subdir_lib.
7773
7774         * Makerules ($(objpfx)%.{o,dep} rules): Remove spurious / after
7775         $(objpfx) in dependency patterns.
7776
7777         * sysdeps/unix/bsd/sun/sparc/start.c (_start): Define with
7778         `asm ("start")', so its asm name is `start' rather than `__start'.
7779         Remove asm that did a `.set' pseudo-op, which Sun as seems not to grok.
7780
7781 Wed Apr 28 12:59:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7782
7783         * sysdeps/stub/system.c: Return 0 if LINE is nil.
7784
7785         * sysdeps/unix/__execve.S [!SYS_execve && SYS_exec]: Define
7786         SYS_execve to be SYS_exec.
7787
7788         * time/mktime.c: Include <sys/types.h>.
7789
7790 Mon Apr 26 17:10:21 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7791
7792         * sysdeps/generic/memcmp.c: Deansideclized.
7793         [HAVE_CONFIG_H]: Include "config.h".
7794         [HAVE_STRING_H || _LIBC]: Put #include <string.h> under this.
7795         [_LIBC]: Put #include <memcopy.h> under this conditional.
7796         [! _LIBC]: Define op_t, OPSIZ, byte, and MERGE.
7797
7798         * time/mktime.c: Define __isleap if not defined.
7799
7800 Fri Apr 23 18:08:33 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
7801
7802         * sysdeps/unix/sysv/__getdents.c: New file.
7803         * sysdeps/unix/sysv/sysv4/sys_getdents.S: Moved to unix/sysv.
7804         * sysdeps/unix/sysv/Makefile [subdir==dirent]: Add sys_getdents to
7805         sysdep_routines.
7806         * sysdeps/unix/sysv/Dist: Add sys_getdents.S.
7807         * sysdeps/unix/sysv/sysv4/Dist: Remove it from here.
7808         * sysdeps/unix/sysv/sysv4/Makefile: File removed.
7809
7810 Thu Apr 22 17:40:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7811
7812         * sysdeps/unix/bsd/sony/newsos4/m68k/sysdep.h: New file.
7813
7814         * sysdeps/generic/strsep.c: Set *STRINGP to END+1, not END.
7815
7816         * configure.in (arg parsing): Grok --verbose and set verbose=yes.
7817
7818         * sysdeps/sparc/{umul,mul}.S: Remove ' from ! comment.
7819
7820         * sysdeps/sparc/Makefile (*.S): Find divrem.m4 in this sysdeps dir.
7821
7822         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfset[io]speed): Typo fix.
7823
7824         * sysdeps/unix/bsd/sun/sparc/vfork.S: Use a sethi insn and %g1 as
7825         a temporary, rather than expecting the address to fit into a short
7826         jump.
7827
7828         * sysdeps/unix/bsd/__fork.S: Moved to sysdeps/unix/__fork.S; we
7829         want unix/MACHINE/__fork.S to come first.
7830
7831         * sysdeps/unix/bsd/bsd4.4/__wait3.c: Make STAT_LOC type
7832         `__WAIT_STATUS' (defined in <sys/wait.h>).
7833         * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
7834
7835         * signal/sigvec.c: Change args from `struct __sigvec *' to
7836         `struct sigvec *' in function alias.
7837
7838         * signal/sigproc.c: Make arg SET `const sigset_t *' in fn alias.
7839
7840         * signal/sigaction.c: Change args from `struct __sigaction *' to
7841         `struct sigaction *' in function alias.
7842
7843         * sysdeps/unix/common/glue-ctype.c (main) [! TABLE]: Write just a
7844         comment saying we don't know the table name, rather than barfing
7845         with `TABLE' an undefined variable.
7846
7847         * sysdeps/generic/printf_fp.c: Fixed test to chose %e format.
7848         Make loop condition --J > 0; break out of loop when FPNUM < F.
7849         After loop, use %e format iff J <= 0.
7850
7851         * posix/glob/Makefile.in (.c.o): Put $(CFLAGS) last.
7852         (glob.o): Depend on glob.c.
7853         (fnmatch.o): Depend on fnmatch.c.
7854
7855 Wed Apr 21 12:40:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7856
7857         * sysdeps/posix/Makefile (before-compile): Add stdio_lim.h.
7858
7859         * configure.in (signed size_t test): Remove 's from rhs of AC_DEFINE.
7860
7861         * stdio/internals.c (seek_to_target): If __stdio_check_offset
7862         fails with ESPIPE, do nothing.
7863
7864         * sysdeps/generic/printf_fp.c: For %e type, add K-1 to CUTOFF,
7865         rather than K.
7866         When there are no post-decimal digits, never write a decimal point
7867         for a %g spec unless it had a # modifier.
7868         Move K==-1 test to write decimal point before K==CUTOFF test to
7869         round and write last digit.
7870         Merge code for first post-decimal digit with code for remaining digits.
7871         Move code to write leading fractional zeros inside K<0 test which
7872         determines if any will be needed.
7873         In decimal fraction notation code, use R10 temporary instead of
7874         repeating (R * 10) twice.
7875
7876         * stdio/fwrite.c: Only fail when __stdio_check_offset fails if it
7877         failed with ESPIPE.  If offset==-1, don't change it or target.
7878
7879         * sysdeps/posix/defs.c (stdstream): Rearrange initializers, as
7880         FILE has been rearranged.  Set offset and target to -1, not 0.
7881
7882         * sysdeps/posix/stdio_init.c: If STREAM isatty, set its seek
7883         function to NULL.  Unix bites.
7884
7885         * stdio/ungetc.c: Call __flshfp if linebuf_active or put_limit>buffer.
7886
7887         * sysdeps/unix/bsd/sun/sparc/start.c [__GNUC__ < 2]: #error.
7888
7889         * time/mktime.c: Deansideclized.
7890         Don't include <errno.h> or <limits.h>; we don't need them.
7891         [DEBUG] (printtm): Made static.
7892         [HAVE_CONFIG_H]: Include "config.h".
7893         [__GNU_LIBRARY__ || HAVE_LIMITS_H]: Surround #include <limits.h>
7894         with these conditionals.
7895
7896         * time/offtime.c (__mon_lengths): Move defn to mktime.c; replace
7897         with extern decl.
7898         * time/mktime.c (__mon_lengths): Define here; remove extern decl.
7899
7900 Mon Apr 19 18:42:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7901
7902         * sysdeps/stub/tempname.c: New file.
7903         * sysdeps/stub/sysd-stdio.c (__stdio_gen_tempname): Moved there.
7904         * sysdeps/posix/tempname.c: New file.
7905         * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Moved there.
7906
7907         * stdio/fopen.c: Don't set the offset to zero.  That can falsely
7908         give the impression that an unseekable object is seekable.
7909
7910         * stdio/internals.c (__flshfp): Discard any pushed back character
7911         first thing after sanity checks.
7912         (__flshfp): Deconditionalize code to call the output-room
7913         function; we always want to give it a chance to prime the stream.
7914         Remove code that reset bufp if put_limit==buffer.  We want to let
7915         the output-room function do that--that is priming the stream.
7916
7917 Fri Apr 16 12:24:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7918
7919         * Makerules ($(libc.a)): Depend on lib-noranlib and have ranlib
7920         command line.
7921         (lib): Just depend on $(libc.a).
7922
7923         * sysdeps/unix/bsd/sun/sparc/start.c (init_shlib): Use __environ,
7924         not environ.
7925
7926         * stdio/internals.c (__flshfp): Don't check that the buffer
7927         actually contains anything when setting the put_limit to the end of
7928         the buffer if linebuf_active.
7929         (__flshfp): To write C into the buffer !FLUSH_ONLY, don't check
7930         that bufp > buffer and get_limit == buffer.  Check against
7931         put_limit unless linebuf_active (in which case check against the
7932         real put_limit, fp->__buffer + fp->__bufsize).
7933         (__flshfp): Bother to call the output-room function if !FLUSH_ONLY
7934         or bufp > buffer and get_limit <= linebuf-corrected put_limit.
7935         (__flshfp): Check for a NULL output-room function before checking
7936         if C will fit in the buffer.
7937         (flushbuf): After putting C into the buffer,
7938         set BUFFER_WRITTEN to zero and goto end instead of returning.
7939
7940         * stdio/ungetc.c: Test STREAM->__pushed_back before flushing the
7941         STREAM if it's writable.
7942
7943         * posix/glob.c, posix/fnmatch.c: Surround code with 
7944         #if defined (_LIBC) || !defined (__GNU_LIBRARY__)
7945
7946 Thu Apr 15 19:35:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7947
7948         * string/tester.c (main): Added tests for strsep.
7949
7950         * sysdeps/ieee754/frexp.c: New file.
7951
7952 Wed Apr 14 12:49:10 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7953
7954         * Makerules (ar-it): Add c flag to ar commands.
7955
7956         * posix/glob.c [USG, NeXT]: Don't test these.
7957         [HAVE_STRING_H]: Test this to include string.h and define ANSI_STRING.
7958         [HAVE_MEMORY_H]: Test this instead of NEED_MEMORY_H.
7959         [! ANSI_STRING]: Put decls of bcopy and #define of memcpy et al here.
7960
7961         * posix/fnmatch.c [HAVE_CONFIG_H]: #include "config.h".
7962
7963 Mon Apr 12 16:34:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7964
7965         * posix/glob.c: Rationalize directory header conditionals.
7966
7967 Sun Apr 11 18:53:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
7968
7969         * stdio/internals.c: Remove __libc_fatal.
7970         * sysdeps/stub/sysd-stdio.c: Remove __stdio_errmsg.
7971         * sysdeps/posix/sysd-stdio.c: Likewise.
7972         * sysdeps/stub/libc_fatal.c, sysdeps/posix/libc_fatal.c: New files.
7973         * stdio/Makefile (routines): Add libc_fatal.
7974
7975         * stdio/stdio.h (FILE): Add new member `__linebuf_active' (flag).
7976         Rearranged order of members slightly.
7977         * stdio/setvbuf.c: Clear the linebuf_active flag.
7978         * stdio/fseek.c: Likewise.
7979         * stdio/internals.c (__flshfp): Test linebuf_active, not linebuf,
7980         to decide to reset put_limit before calling the output-room function.
7981         After calling it, if line-buffered, set put_limit to the
7982         beginning of the buffer and set the linebuf_active flag.
7983         (__fillbf): If linebuf_active is set, reset put_limit to the end
7984         of the buffer, and clear the flag.
7985
7986         * stdio/ungetc.c: If STREAM is writable and has something in its
7987         buffer, flush it.
7988
7989         * stdio/internals.c (__fillbf): When flushing all line-buffered
7990         streams, don't test for their put_limits being > than their
7991         buffers.  We should let __flshfp figure it out.
7992
7993         * stdio/setvbuf.c: Always set the put_limit to the beginning of
7994         the buffer.
7995
7996         * stdio/stdio.h (__putc): Rewritten to remove all knowledge of
7997         magic for line-buffered streams.  It now always calls __flshfp when
7998         the bufp hits the put_limit.
7999
8000         * stdio/fwrite.c: When recalculating BUFFER_SPACE after calling
8001         __flshfp, ignore the put_limit for the sake of line-buffered streams.
8002
8003         * stdio/fseek.c (fseek): Call __flshfp on STREAM unconditionally.
8004         We don't want to try to put the conditions for when it is
8005         necessary here as well.
8006
8007         * sysdeps/generic/printf_fp.c: When deciding whether to use %e
8008         format for %g, break out of the loop on J as soon as F reaches
8009         FPNUM; after the loop, set TYPE to 'e' if J<0, meaning we went all
8010         the way through.
8011
8012         * misc/getpass.c (TCSASOFT): Define to 0 if undefined.
8013         (getpass): Use a variable OUT to store the stream where output goes.
8014         Use a variable NREAD to notice how much was read; if the last char
8015         in the buffer is a newline, clobber it to a null terminator.
8016
8017         * posix/fnmatch.h [__cplusplus || __STDC__]: Don't #define const.
8018
8019 Thu Apr  8 19:29:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8020
8021         * stdio/tst-printf.c (main): Added some floating-point tests.
8022
8023         * sysdeps/unix/bsd/sequent/i386/__sigvec.S: New file.
8024
8025         * sysdeps/unix/sysv/i386/__sigret.S: Moved to sysdeps/unix/i386.
8026         Use DO_CALL instead of magic.
8027
8028         * sysdeps/unix/bsd/i386/__wait3.S: Use DO_CALL instead of magic.
8029         Use scratch instead of %ecx and r1 instead of %edx.
8030
8031         * sysdeps/unix/bsd/i386/__vfork.S: Rewritten to not use SYSCALL__.
8032         Use DO_CALL instead, and save the return PC in a register around
8033         the trap.
8034
8035         * sysdeps/unix/i386/sysdep.h (DO_CALL): New macro to do syscall trap.
8036         (PSEUDO): Use it instead of putting the code here.
8037
8038         * stdio/vfprintf.c (number): Write "0x" before padding, not after.
8039
8040         * sysdeps/unix/bsd/sequent/i386/sysdep.h: New file.
8041
8042         * sysdeps/unix/bsd/__setuid.c: #include <sys/types.h>.
8043         Change argument type to uid_t.
8044         * sysdeps/unix/bsd/__setgid.c: #include <sys/types.h>.
8045         Change argument type to gid_t.
8046
8047         * sysdeps/unix/common/__getgrps.c: Restore errno after erroneous
8048         syscall failure.
8049
8050         * stdio/tst-printf.c (fp_test): New function, batch of tests from
8051         a bug report.
8052         (main): Call it.
8053
8054 Wed Apr  7 17:17:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8055
8056         * sysdeps/generic/pow.c (pow_p): Don't initialize K; was a dead store.
8057
8058 Mon Apr  5 21:17:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8059
8060         * sysdeps/unix/common/__getgrps.c: If __bsd_getgroups returns an
8061         error and SIZE==0, alloc temp space for NGROUPS_MAX elts and call
8062         it again on that, so we can find the number of groups.
8063
8064         * stdio/__vfscanf.c (input_error): If DONE is nonzero, return it;
8065         else return EOF.
8066         (%c): Don't check for C==EOF at the end; let the following spec get it.
8067         (%[eEfgG]): EOF after sign is conv_error, not input error.
8068
8069         * sysdeps/unix/common/__getgrps.c: If gid_t==int, pass LIST to
8070         __bsd_getgroups, not NULL.
8071         No error for SIZE > NGROUPS_MAX.
8072
8073 Sun Apr  4 18:52:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8074
8075         * sysdeps/unix/{bsd,sysv}/i386/Implies: Files removed.
8076         They should no longer be necessary, since configure now tries more
8077         sysdeps directory permutations.
8078
8079         * sysdeps/unix/bsd/{i386,sun/sparc,hp/m68k,ultrix4/mips}/__set[ug]id.S:
8080         Files removed.  They should no longer be necessary, since the new
8081         sysdeps scheme should find unix/bsd/__set[gu]id.c before
8082         unix/__set[gu]id.S.
8083
8084         * sysdeps/unix/i386/__pipe.S: Use r1 in place of %edx and scratch
8085         in place of %ecx.
8086         * sysdeps/unix/i386/__wait.S: Likewise.
8087         * sysdeps/unix/i386/__fork.S: Use r1 in place of %edx and r0 in
8088         place of %eax.
8089         * sysdeps/unix/i386/__vfork.S: Likewise.
8090         * sysdeps/unix/i386/sysdep.h (scratch): #define as %ecx.
8091         * sysdeps/unix/sysv/i386/linux/sysdep.h: Likewise.
8092
8093         * configure.in ($uname = generic): Set kernel_{version,release} to
8094         empty before all else.
8095         If /vmunix doesn't exist, try grovelling over /dynix instead.
8096
8097         * sysdeps/unix/Makefile (syscall.h): Double $ in sed cmd.
8098
8099 Fri Apr  2 15:15:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8100
8101         * configure.in (config_vars): New variable; text to go in config.make.
8102         Use AC_HEADER_EGREP to grovel stdarg.h for __gnuc_va_list and set
8103         stdarg.h in config_vars if we find it.
8104
8105         * sysdeps/unix/bsd/sun/sunos4/tcsendbrk.c,
8106         sysdeps/unix/bsd/sun/sunos4/tcflow.c,
8107         sysdeps/unix/bsd/sun/sunos4/tcflush.c,
8108         sysdeps/unix/bsd/sun/sunos4/tcsetattr.c,
8109         sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: New files.
8110
8111         * sysdeps/unix/Makefile (syscall.h): Add sed cmd to terminate
8112         unterminated comments at the ends of lines.
8113
8114         * sysdeps/posix/getcwd.c: Deansideclized and added four tons of
8115         portability goop.
8116
8117 Mon Mar 29 13:18:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8118
8119         * sysdeps/unix/bsd/sun/sunos4/speed.c: New file.
8120
8121         * sysdeps/generic/termbits.h: New file, contents taken from termios.h.
8122         * termios/termios.h: Remove type & macro defns; #include <termbits.h>.
8123         [__OPTIMIZE__] (cf[gs]et[io]speed): Remove macro versions.  They
8124         just cause trouble because they want to be in termbits.h (since
8125         they are sysdep) and also to come after the prototypes (which must
8126         come after termbits.h to get speed_t and struct termios defined).
8127         The optimization was insignificant anyway.
8128         * termios/speed.c: Moved to sysdeps/generic.
8129
8130         * termios/cfsetspeed.c: Call cfset[io]speed, rather than doing it
8131         ourselves.
8132
8133         * time/__tzset.c (tz_rule): Make member `secs' not a bitfield.
8134         (compute_change): Complete rewrite; code basically stolen from
8135         localtime3/localtime.c:transtime.
8136         #include "tzfile.h" for SECSPERDAY; #define NOID first.
8137
8138         * sysdeps/unix/bsd/i386/__vfork.S: Don't try to #include __fork.S.
8139         Instead, copy that code here and change `fork' to `vfork'.
8140
8141         * Makeconfig (+default_cflags): Rename to default_cflags.
8142         (+cflags): Use that name.
8143
8144         * Makefile (configure): New rule.
8145
8146 Sun Mar 28 16:12:33 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8147
8148         * posix/fnmatch.c (case '*'): Before final loop, fold C1, rather
8149         than foling *P before it goes into C1.  C might need folding instead.
8150
8151         * posix/Makefile (tests): Add testfnm.
8152         * posix/testfnm.{c,args}: New files.
8153
8154 Fri Mar 26 15:04:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8155
8156         * time/mktime.c: Wholly new implementation from Noel Cragg.
8157
8158         * sysdeps/unix/bsd/sun/__sigret.S: New file.
8159         * sysdeps/unix/bsd/sun/m68k/{Makefile,Dist}: New files.
8160         * sysdeps/unix/bsd/sun/m68k/{sigcontext.h,sigtramp.c}: New files.
8161         * sysdeps/unix/bsd/sun/sparc/__sigvec.S: Moved to sysdeps/unix/bsd/sun.
8162
8163         * Makefile (clean): Remove sysd-Makefile, sysd-dirs, sysdirs
8164         (distclean): New target.
8165         * sysdeps/unix/common/Makefile (generated): Add local_lim.h,
8166         mk-local_lim, glue-ctype, glue-ctype.c, siglist.c, make_siglist.
8167         * sysdeps/generic/Makefile (generated): Add bytesex.h,
8168         det_endian, siglist.c, make_siglist.
8169         * sysdeps/unix/Makefile (generated): Add errnos.h, errnos,
8170         make-errnos, make-errnos.c, ioctls.h, ioctls, make-ioctls,
8171         make-ioctls.c, errlist.c, make_errlist, syscall.h, sys/param.h,
8172         param.h.c, param.h.dep, $(sys/param.h-includes).
8173
8174         * misc/Makefile (extra-objs): Define new var to include bsd-compat.o.
8175
8176 Fri Mar 26 14:53:30 1993  Michael John Haertel  (mike@skinner.cs.uoregon.edu)
8177
8178         * malloc/malloc.c (malloc): Start searching at _heapindex, not
8179         MALLOC_SEARCH_START.
8180         * malloc/malloc.h (MALLOC_SEARCH_START): Macro removed.
8181         * malloc/realloc.c (realloc): When malloc returns NULL, handle the
8182         case of the block we need to unfree (which was just freed) having
8183         been coalesced with its neighbors.
8184
8185 Thu Mar 25 13:40:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8186
8187         * Rules (all): Depend on others.
8188
8189         * time/Makefile (zonenames): Change target to $(objpfx)zonenames.
8190         Make the generated file prepend $(objpfx) to 
8191         Include that instead of zonenames.
8192         (zones-%): Change target to $(objpfx)zones-%.
8193
8194         * Makefile ($(objpfx)Mcrt1.o): Put temporary Mcrt1.c file in
8195         $(objdir), rather than the current directory.
8196
8197         * configure.in (arg parsing): Recognize `--exec-prefix' rather
8198         than `--exec_prefix'.
8199
8200         * Rules (mostlyclean): Remove the .o files for $(tests) and $(others).
8201         Remove $(objpfx)depend-$(subdir).
8202         (clean): Remove $(extra-objs).
8203         * Makefile (clean): Remove $(install-lib) from $(objdir).
8204         Don't try to remove ansi/ and trad/ or dist.tar or lint.out.
8205         Remove $(objpfx)depend-.
8206         * time/Makefile (extra-objs): Define new var.
8207         * malloc/Makefile (extra-objs): Likewise.
8208
8209         * Rules (+objs): Variable removed.
8210         (clean): Use $(objects) in place of $(+objs).
8211
8212         * sysdeps/unix/Makefile (sys/param.h-includes): Move all this
8213         outside of ifeq ($(subdir),misc).
8214         Fixed sed command to filter out [hn]to[nh][sl].
8215         (sys/param.h-includes): New target; dep on $(sys/param.h-includes).
8216
8217         * posix/fnmatch.h [!_POSIX_C_SOURCE || ...]: Make this test
8218         _GNU_SOURCE, not _BSD_SOURCE; these are our extensions, not theirs.
8219         (FNM_CASEFOLD): New bit.
8220         (__FNM_FLAGS): Removed macro.
8221         * posix/fnmatch.c (fnmatch): Don't test for bogus flag bits; who cares?
8222         (FOLD): New macro to casefold a char if FNM_CASEFOLD.
8223         Use it to fold all chars before comparison.
8224
8225 Wed Mar 24 16:09:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8226
8227         * malloc/Makefile (malloc/%.c, malloc/%.h): Rules removed.
8228
8229         * stdio/stdio.h (fopencookie): Rename parameter IO_FUNCTIONS to
8230         IO_FUNCS.  The former conflicted with a typedef name, which ist
8231         verboten.
8232
8233         * time/sys/time.h (enum __itimer_which): Remove trailing comma.
8234
8235 Mon Mar 22 15:35:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8236
8237         * malloc/malloc.h [_MALLOC_INTERNAL]
8238         [__GNU_LIBRARY__ || STDC_HEADERS || USG] (memmove): Define in
8239         terms of bcopy.
8240         * malloc/malloc/gmalloc-head.c: Redo previously undone change.
8241
8242 Thu Mar 18 04:59:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8243
8244         * malloc/malloc/gmalloc-head.c: Undo previous change.
8245
8246 Wed Mar 17 12:22:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8247
8248         * mach/mach.h: New file.
8249
8250         * Rules (clean): Remove $(generated), not $(clean-extras).
8251         (subdir_echo-distinfo): Use $(generated) instead of $(dont_distribute).
8252         (generated): Export this instead of dont_distribute.
8253         * stdlib/Makefile (generated): Set this, not dont_distribute.
8254         * sysdeps/posix/Makefile: Likewise.
8255         * sysdeps/unix/sysv/Makefile: Likewise.
8256         * sysdeps/unix/Makefile: Likewise.
8257         * Makefile (generated): Export this instead of dont_distribute.
8258         (parent_echo-distinfo): Use $(generated) instead of $(dont_distribute).
8259         * Make-dist (+tsrcs): Filter out $(generated), not $(dont_distribute).
8260
8261         * mach/mach_init.h (__mach_task_self): Define so as not an lvalue.
8262         (mach_task_self): Surround defn with parens.
8263
8264         * sysdeps/unix/Makefile (sys/param.h): Put "#include <endian.h>" in.
8265         ($(sys/param.h-includes)): Edit out #define's of *_ENDIAN and
8266         BYTE_ORDER.
8267
8268         * stdlib/tst-strtol.c (tests): Fully bracket initializers.
8269
8270         * stdio/bug4.c: Change #ifdef LIBC to #ifdef _LIBC.
8271
8272         * misc/progname.c (set_progname): Make a useless reference to
8273         set_progname to avoid a `defined but not used' warning.
8274
8275         * sysdeps/mach/i386/start.c (_cthread_{init,exit}_routine): Remove
8276         `extern'; these want to be uninitialized common defns.
8277
8278 Mon Mar 15 18:41:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8279
8280         * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Put __inline
8281         before storage class in defn.
8282
8283         * sysdeps/unix/sysv/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Cast
8284         values to __sighandler_t, rather than obsolete ansidecl magic.
8285
8286         * sysdeps/unix/__execve.S [!SYS_execve && SYS_exece]: Define
8287         SYS_execve to be SYS_exece.
8288
8289         * sysvipc: New directory.
8290         * sysvipc/Makefile: New file.
8291         * sysvipc/sys/ipc.h: New file.
8292
8293 Fri Mar 12 15:31:44 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8294
8295         * posix/execlp.c (execlp): Remove spurious second declared parameter.
8296         Don't fill ARGV[0] specially; just let the loop do it.
8297         * posix/unistd.h (execlp): Remove spurious second declared parameter.
8298
8299 Thu Mar 11 13:58:47 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8300
8301         * Makerules (sysd-Makefile): Write %.dep: %.S and %.dep: %.c rules.
8302         Depend on Makerules.
8303         ($(objpfx)%.{o,dep}: $(objpfx)/%.{S,c,s}): New rules to find
8304         sources in $(objpfx) before sysdep directories.
8305
8306         * configure.in (signed size_t check): Use eval on $CPP, since it
8307         contains unexpanded variable refs.
8308         Send grep output to /dev/null.
8309         Put quotes around 'unsigned long int'.
8310
8311 Wed Mar 10 18:32:11 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8312
8313         * features.h [! _LIBC]: #include <stubs.h>.
8314         * Makerules (stubs): New phony target.
8315         ($(common-objpfx)stub-$(subdir)): New target.
8316         * Makefile (headers): Add stubs.h.
8317         ($(objpfx)stubs.h): New target.
8318
8319         * Makeconfig (CPPFLAGS): Define _LIBC, not LIBC.
8320
8321         * Makerules (.SUFFIXES): Remove .m4; we no longer have any such files.
8322
8323         * inet/netinet/in.h: Don't #include <inet-cvt.h>.
8324         (ntohl, ntohs, htonl, htons): Declare.
8325         #include <endian.h>.
8326         [__BYTE_ORDER == __BIG_ENDIAN] (ntohl, ntohs, htonl, htons):
8327         Define no-op macros.
8328         * inet/Makefile (headers): Remove inet-cvt.h.
8329         * sysdeps/vax/inet-cvt.h, sysdeps/generic/inet-cvt.h: Files removed.
8330         * sysdeps/generic/{ntohl,ntohs,htonl,htons}.c
8331         [BYTE_ORDER == LITTLE_ENDIAN]: Byte-swap X before returning it.
8332
8333 Tue Mar  9 11:32:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8334
8335         * malloc/malloc/gmalloc-head.c: Remove #definitions of memset,
8336         memcpy, and memmove; this is taken care of by malloc.h anyway.
8337
8338 Mon Mar  8 15:12:32 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8339
8340         * sysdeps/mips/jmp_buf.h (JB_PC): Protect with #ifdef __USE_MISC.
8341
8342         * sysdeps/unix/sysv/sysv4/sigaction.h: Put SA_* except for
8343         SA_NOCLDSTOP inside #ifdef __USE_MISC.
8344
8345 Mon Mar  8 15:05:13 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
8346
8347         * sysdeps/mips/jmp_buf.h (jmp_buf): Use `__ptr_t', not `PTR', for
8348         member types.
8349         (JB_PC): New define, for backwards compatability with Ultrix.
8350
8351         * sysdeps/unix/sysv/sysv4/sigaction.h: New file.
8352
8353 Mon Mar  8 13:20:02 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8354
8355         * posix/glob/Makefile.in (VPATH): Set this to @srcdir@.
8356         (srcdir): Set this to $(VPATH).
8357
8358         * posix/glob.c (glob): In no matches with GLOB_NOCHECK set case,
8359         add NULL terminator to PGLOB->gl_pathv.
8360         (prefix_array): Renamed arg PREFIX to DIRNAME, local var PRELEN to
8361         DIRLEN.  If DIRNAME is just "/", don't prepend it, so we get
8362         "/foo" instead of "//foo".
8363         (glob): Move qsort call outside of the else clause of the
8364         glob_pattern_p test; it should always be done.
8365
8366 Thu Feb 25 14:49:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8367
8368         * malloc/malloc.h [_MALLOC_INTERNAL]: Move #include <stdio.h> to
8369         front of file; it needs to come before size_t/ptrdiff_t frobnication.
8370
8371 Wed Feb 24 16:34:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8372
8373         * Makerules (compile-command.[Ssc]): New variables; define them if
8374         they are not already defined.
8375         (sysd-Makefile): For each directory, write three rules:
8376                 %.o: $dir/%.[Ssc]; $(compile-command.[Ssc]).
8377         (sysdep_path): Remove definition and vpath directives.
8378         * sysdeps/m68k/Makefile (compile-command.S): Define our own version.
8379         ($(objpfx)%.o: %.S): Rule removed.
8380
8381         * sysdeps/unix/sysv/linux/{__dup2,__mkdir,__rmdir,__setpgrp}.S:
8382         Removed.
8383         * sysdeps/unix/sysv/linux/Implies: Created; implies unix/common.
8384
8385         * sysdeps/unix/sysv/sysv4/{sete[gu]id.S,fchdir.S,signum.h,__sigproc.S}:
8386         New files.
8387
8388         * sysdeps/unix/sysv/sysv4/time.S: New file.
8389
8390         * sysdeps/unix/common/Dist: New file; everything from
8391         sysdeps/unix/bsd/Dist except for bsdtty.h and bsddir.h.
8392         * sysdeps/unix/bsd/Dist: Remove things now in sysdeps/unix/common/Dist.
8393
8394         * sysdeps/unix/bsd/sun/sparc/{__brk.c,__fork.S,__pipe.S,__vfork.S}:
8395         Moved to new directory sysdeps/unix/sparc.
8396
8397         * sysdeps/unix/common/Implies: New file, in new directory; implies
8398         unix/inet only.
8399         * sysdeps/unix/bsd/Implies, sysdeps/unix/sysv/sysv4/Implies: New
8400         files; both imply unix/common.
8401         * sysdeps/unix/common/Makefile: Moved from sysdeps/unix/bsd.
8402         Changed references to unix/bsd to unix/common.
8403         * unix/bsd/{__access.S,__adjtime.S,__fchmod.S,__fchown.S,__getgrps.c,
8404         __getitmr.S,__getpgrp.S,__getrusag.S,__gettod.S,__lstat.S,__mkdir.S,
8405         __readlink.S,__rmdir.S,__setitmr.S,__setpgrp.S,__symlink.S,
8406         bsd_getgrp.S,closedir.c,ftruncate.S,getrlimit.S,glue-ctype.c,
8407         make_siglist.c,mk-local_lim.c,opendir.c,readv.S,rename.S,rewinddir.c,
8408         seekdir.c,setgroups.S,setrlimit.S,telldir.c,truncate.S,vhangup.S,
8409         writev.S,__dup2.S}: Moved to sysdeps/unix/common.
8410         * sysdeps/unix/sysv/sysv4/{__access.S,closedir.c,opendir.c,
8411         rewinddir.c,seekdir.c,telldir.c}: Removed.
8412
8413 Mon Feb 22 12:19:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8414
8415         * sysdeps/generic/pow.c (pow): Use __isnan to test for NaN rather
8416         than expecting "x!=x" to work.
8417         (pow_p): When testing if Y is an integer, use long int rather than
8418         int; they are different on some systems.  Compare against
8419         LONG_MIN+1, not LONG_MIN; (long int) (double) LONG_MIN might overflow.
8420
8421         * malloc/dist-Makefile (gmalloc.c): Depend on Makefile.
8422
8423         * malloc/Makefile (gmalloc-routines): New variable.
8424         (dist-routines): Use it.
8425         (malloc/Makefile): Also replace <GMALLOC-SOURCES> with
8426         $(gmalloc-routines).
8427         (malloc/Makefile): Make it unwritable to avoid accidental lossage.
8428         Depend on Makefile.
8429
8430         * malloc/dist-Makefile (gmalloc): New variable: <GMALLOC-SOURCES>.
8431         (gmalloc.c): Use $(gmalloc), not $(sources).
8432         Make the file unwritable to avoid accidental lossage.
8433
8434         * malloc/mtrace.c: Don't #include <stdio.h> because <malloc.h> did
8435         it for us.
8436
8437         * malloc/valloc.c [! __GNU_LIBRARY__]: Replace hairy conditionals
8438         with #include "getpagesize.h".
8439         * malloc/Makefile (distribute, malloc-dist): Add getpagesize.h.
8440
8441 Sun Feb 21 18:29:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8442
8443         * sysdeps/sparc/Makefile (nodist-routines): Don't define.
8444         We want to distribute the generated divrem files; otherwise anyone
8445         building the library must have an m4 that works.
8446         ($(divrem).S): Put these in sysdeps/sparc, not in $(objdir).
8447         (routines): Only put this inside ifeq ($(subdir),gnulib).
8448
8449         * sysdeps/unix/bsd/sun/m68k/Makefile: File removed.
8450
8451 Sat Feb 20 16:43:55 1993  Torbjorn Granlund  (tege@sics.se)
8452
8453         * sysdeps/i386/memset.c: Move adjustment of LEN before first stosb.
8454         * sysdeps/i386/bzero.c: Likewise.
8455
8456 Thu Feb 18 14:34:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8457
8458         * malloc/mcheck.c (checkhdr): Use `const', not `__const'.
8459
8460 Mon Feb  1 19:19:13 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8461
8462         * sysdeps/m68k/fpu/__logb.c: Use two-operand forms of 68881 insns
8463         rather than the one-operand source==dest form.  Sun's sun3
8464         assembler apparently doesn't grok the one-operand form.
8465
8466         * sysdeps/posix/getcwd.c: Call __lstat instead of stat.
8467         We should not lose on nonexistent symlink targets.
8468
8469 Thu Jan 21 20:12:25 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8470
8471         * posix/glob.c: Put #includes of <glob.h> and <fnmatch.h> after
8472         all system includes, in case one of them has conflicting defns of
8473         FNM_* or GLOB_*, so we will redefine.  #undef FNM_* and GLOB_*
8474         before including our headers.
8475
8476 Tue Jan 19 16:16:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8477
8478         * mach/Makefile (routines): Removed __bcopy.
8479         * mach/__bcopy.c: File removed.
8480
8481         * posix/glob.c (my_realloc): Cast result of malloc/realloc to (char *).
8482
8483 Sat Jan 16 14:19:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8484
8485         * manual/summary.awk: Handle single word in braces.
8486
8487 Thu Jan 14 13:52:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8488
8489         * posix/glob/Makefile.in (realclean): Remove Makefile.
8490
8491 Mon Jan 11 18:32:56 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8492
8493         * sysdeps/unix/bsd/sony/m68k/Implies: Imply unix/bsd/hp/m68k, not
8494         unix/hp/m68k.
8495
8496         * sysdeps/unix/bsd/tcsetattr.c: Use cbreak mode if ISIG is set,
8497         not if OPOST is set.
8498         Fixed typo in TOSTOP frobbing.
8499
8500 Tue Jan  5 15:11:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8501
8502         * posix/Makefile (glob.tar): Include glob/configure.in.
8503
8504 Mon Jan  4 17:05:44 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8505
8506         * posix/glob/Makefile.in (RANLIB): Define to @RANLIB@.
8507         (RANLIB_TEST): Removed.
8508         (libglob.a): Don't use it.
8509
8510 Thu Dec 31 13:08:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8511
8512         * sysdeps/unix/bsd/bsd4.4/{chflags,fchflags,setlogin}.S: Fix arg count.
8513
8514         * sysdeps/posix/Makefile (mk-stdiolim): Use $(cded-objdir-CPPFLAGS).
8515         (cded-objdir-CPPFLAGS): Define new var.
8516
8517         * sysdeps/unix/Makefile ($(sys/param.h-includes)): Strip trailing
8518         slash from directory name for mkdir.
8519
8520 Tue Dec 29 18:18:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8521
8522         * sysdeps/posix/sysd-stdio.c (exists): Return true if stat fails
8523         with other than ENOENT.
8524
8525         * sysdeps/posix/__flock.c: New file.
8526
8527         * malloc/Makefile (dist-headers): Define to malloc.h.
8528         (headers): Replace malloc.h with $(dist-headers).
8529         (malloc/Makefile): Use $(dist-headers) in place of $(headers).
8530         (malloc-dist, distribute): Replace ChangeLog with OChangeLog.
8531
8532         * malloc/dist-Makefile (malloc.tar{,.Z}): Depend on FORCE.
8533         (FORCE): Define empty target.
8534
8535 Tue Dec 29 16:45:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8536
8537         * sysdeps/sparc/{umul,mul}.S: Use tege's shift+mask hack to avoid
8538         a test and branch for sign fixup.
8539
8540         * limits.h [__GNUC__ >= 2]: #ifndef _GCC_LIMITS_H_, not _LIMITS_H_,
8541         to #include_next <limits.h>.
8542
8543         * sysdeps/posix/getcwd.c: Call closedir after copying from the
8544         `struct dirent' buffer, not before.  That buffer is freed by closedir.
8545
8546         * posix/gnu/types.h (__fd_set): Renamed member to `fds_bits' for
8547         compatibility with braindead extant code.
8548
8549         * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Check for BUF
8550         being too small before doing sprintf.
8551
8552         * malloc/malloc.h [_MALLOC_INTERNAL], malloc/valloc.c
8553         [HAVE_CONFIG_H]: #include "config.h".
8554
8555         * Makefile (doc): Removed rule.
8556         (dvi, info): New rule.
8557
8558 Mon Dec 28 15:50:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8559
8560         * posix/glob.c [HAVE_CONFIG_H]: Test this, not SHELL, to decide
8561         whether or not we want to #include "config.h".
8562
8563 Wed Dec 16 12:01:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8564
8565         * inet/Makefile (routines): Removed ruserpass.  Why did it get
8566         included in the first place?  That version does not match the one
8567         in the NET2 ftp source; whence came it?
8568
8569 Sat Dec 12 16:41:03 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8570
8571         * sysdeps/unix/bsd/sun/sparc/start.c: Use .set, not GNU ld magic,
8572         to alias asm symbol `start' to `__start'.
8573
8574 Fri Nov 20 18:20:50 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8575
8576         * stdio/vfprintf.c (%p): Tests of LEFT for "(nil)" were inverted.
8577
8578         * stdio/tst-printf.c (main): Add `printf ("%#03x\n", 1);'.
8579         Add a width to %p test.
8580
8581         * stdio/vfprintf.c (unsigned_integer): Clear SHOWSIGN and SPACE
8582         flags before falling into `number:'.  The `+' and ` ' flags are
8583         only meaningful for signed numbers.
8584
8585         * string/tester.c (main): For strstr #11, correct return is first
8586         arg, not end of first arg.
8587
8588         * stdlib/mbtowc.c: If S is "", return 0.  How was I convinced
8589         before that this is not what ANSI says?
8590
8591         * stdio/__vfscanf.c: Initialize MALLOC_STRING to zero on each
8592         iteration (when we zero is_short et al).
8593
8594         * sysdeps/posix/mkstemp.c (mkstemp): New file.
8595         * sysdeps/stub/mkstemp.c (mkstemp): New file.
8596         * misc/Makefile (routines): Add mkstemp.
8597
8598         * sysdeps/posix/mktemp.c: Use `getpid ()' in place of undefined
8599         variable PID.
8600         #include <sys/stat.h>.
8601
8602         * dirent/scandir.c: If SELECT is nil, don't try to call it.
8603         If CMP is nil, don't sort.
8604
8605 Wed Nov 18 13:42:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8606
8607         * sysdeps/stub/__wait4.c: Changed type of 2nd arg to __WAIT_STATUS.
8608
8609         * posix/sys/wait.h (__WAIT_STATUS): #if 0 out gcc2 magic defn.
8610         GCC is broken as of 2.3.1.
8611
8612         * signal/signal.h (__sigaction, sigaction): Fixed type in
8613         prototype from `struct __sigaction' to `struct sigaction'.
8614
8615         * sysdeps/m68k/fpu/atan2.c (PI, PIo4, PIo2): Removed static vars.
8616         (atan2): Declare PIo4 and PIo2 locally, and compute them from pi.
8617
8618         * Makerules (native-CFLAGS): Define as $(config-defines).
8619
8620         * sysdeps/unix/bsd/glue-ctype.c: Upcased all HAVE_* names in #ifdef's.
8621
8622         * posix/fnmatch.h (FNM_LEADING_DIR): New flag.
8623         * posix/fnmatch.c (fnmatch): Support it.
8624
8625         * sysdeps/i386/bytesex.h: New file.
8626         * sysdeps/i386/endian.h: Removed.
8627         * sysdeps/stub/bytesex.h: New file.
8628         * sysdeps/stub/endian.h: Removed.
8629         * sysdeps/generic/Makefile (bytesex.h): Create with det_endian.
8630         (endian.h): Removed old rule.
8631         (before-compile): Replace endian.h with bytesex.h.
8632         * string/Makefile (headers): Add bytesex.h.
8633         * string/endian.h: New file.
8634         * sysdeps/generic/det_endian.c: Rewritten to output just one line,
8635         a #define of __BYTE_ORDER to 1234, or 4321, etc.
8636         * inet/arpa/nameser.h: #include <endian.h>, rather than #ifdef'ing
8637         on misc. things to #define BYTE_ORDER.
8638         * sysdeps/generic/waitstatus.h: Test value of __BYTE_ORDER, not
8639         whether __LITTLE_ENDIAN is #define'd.
8640         * sysdeps/generic/mathimpl.h: Likewise.
8641         * sysdeps/generic/memcopy.h: Likewise.
8642         * sysdeps/ieee754/huge_val.h: Likewise.
8643         * sysdeps/ieee754/nan.h: Likewise.
8644         * sysdeps/ieee754/ieee754.h: Likewise.
8645
8646 Mon Nov 16 12:19:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8647
8648         * Makeconfig (ARCH): Define to empty if $(..)config.make exists.
8649
8650         * misc/getusersh.c (initshells): malloc (STATB.st_size + 1), to
8651         contain the terminating NUL.  Pass fgets the real amount of space
8652         left in the buffer, instead of the random number (MAXPATHLEN + 1).
8653
8654         * configure.in (minix*): base_os=unix/sysv.
8655         * sysdeps/unix/sysv/minix/sigaction.h: New file.
8656
8657         * sysdeps/generic/sigaction.h (__SA_*): Renamed to SA_*.
8658         [__USE_BSD]: Put all but SA_NOCLDSTOP under this #ifdef.
8659         * signal/signal.h (SA_*): Remove #define's.
8660         (SIG_*): Moved #define's to sigaction.h.
8661
8662         * sysdeps/generic/sigset.h (__sigmask): Shift ((sigset_t) 1), not
8663         just 1.
8664
8665         * signal/signal.h (kill): Fix type of first arg to __pid_t, not int.
8666
8667         * sysdeps/unix/Makefile (errnos): Changed regexp to disallow
8668         E[^A-Z0-9], and not to require that the defn be numeric only.
8669
8670         * stdlib/stdlib.h: Don't #include <huge_val.h>; ANSI doesn't say
8671         <stdlib.h> defines HUGE_VAL.
8672
8673         * stdlib/stdlib.h (__compar_fn_t): Use __P around prototype.
8674
8675         * posix/Makefile (headers): Add utsnamelen.h, so it gets installed.
8676         (distribute): Remove it from here.
8677
8678         * setjmp/setjmp.h (sigjmp_buf): Rename `__savemask' to
8679         `__mask_was_saved' and `__sigmask' to `__saved_mask'.
8680         * setjmp/sigjmp_save.c (__sigjmp_save): Change use.
8681         * setjmp/siglongjmp.c (siglongjmp): Likewise.
8682
8683 Fri Nov 13 17:34:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8684
8685         * configure.in (config.make): Write assignments for INSTALL,
8686         INSTALL_PROGRAM, INSTALL_DATA, and RANLIB.
8687
8688 Thu Nov 12 17:11:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8689
8690         * sysdeps/stub/stime.c: #include <stddef.h> for NULL.
8691
8692         * sysdeps/stub/morecore.c: Fixed arg type to ptrdiff_t.
8693
8694         * sysdeps/stub/ptrace.c: Fixed `va_start' uses to pass 2nd arg.
8695
8696         * sysdeps/unix/sysv/sysv4/fcntlbits.h: New file, modified from
8697         unix/bsd/sun/sunos4 version.
8698
8699         * sysdeps/unix/bsd/bsd4.4/fcntlbits.h: New file, modified from
8700         unix/bsd version.
8701
8702         * sysdeps/unix/bsd/ultrix4/fcntlbits.h: New file, modified from
8703         unix/bsd version.
8704
8705         * sysdeps/unix/bsd/sun/sunos4/fcntlbits.h: New file, modified from
8706         unix/bsd version.
8707
8708         * sysdeps/unix/sysv/fcntlbits.h: Rewritten from stub version.
8709         * sysdeps/unix/sysv/filebits.h: File removed.
8710
8711         * sysdeps/unix/bsd/fcntlbits.h: Rewritten from stub version.
8712         * sysdeps/unix/bsd/filebits.h: File removed.
8713
8714         * io/fcntl.h: Don't #include <filebits.h>.
8715         Removed all #define's of foo to __foo; <fcntlbits.h> now defines
8716         the unmarked cases.
8717
8718         * sysdeps/stub/fcntlbits.h: Remove leading __ from all symbols.
8719
8720         * misc/sys/file.h (L_SET, L_INCR, L_XTND): Define to literal
8721         values, not to __ versions.  These are not system-dependent.
8722         (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Define to literal values,
8723         not to __ versions.  These are not actually system-dependent,
8724         because no system has `flock' except for BSD compatibility, and
8725         then they use the same numbers.
8726         * sysdeps/stub/fcntlbits.h (__L_SET, __L_INCR, __L_XTND): Removed.
8727         (__LOCK_SH, __LOCK_EX, __LOCK_UN, __LOCK_NB): Removed.
8728
8729 Tue Nov 10 17:01:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8730
8731         * sysdeps/stub/fcntlbits.h: Merged in contents of filebits.h.
8732         (struct __flock): Renamed to `struct flock'.
8733         * sysdeps/stub/filebits.h: File removed.
8734
8735         * posix/unistd.h (access, lseek, close, read, write, pipe, chown,
8736         fchown, chdir, dup, dup2, execve, pathconf, fpathconf, sysconf,
8737         getpid, getppid, setpgrp, setpgid, setsid, getuid, getgid,
8738         geteuid, getegid, setuid, setreuid, setgid, setregid, fork, vfork,
8739         isatty, link, symlink, readlink, unlink, rmdir, gethostname,
8740         getpagesize, getdtablesize): Remove #define's to __ versions.
8741
8742         * posix/sys/types.h: Don't #include <gnu/time.h>.
8743         Instead, use forward decl `struct timeval;'.
8744         (__select): Use `struct timeval', not `struct __timeval', in prototype.
8745         Move into #ifdef __USE_BSD.
8746         (select): Removed #define to __select; added real prototype.
8747
8748         * sysdeps/generic/waitstatus.h: New file.
8749         * sysdeps/stub/waitflags.h: New file.
8750         * sysdeps/unix/bsd/waitflags.h: New file.
8751         * posix/sys/wait.h: Don't #include <gnu/wait.h>.
8752         Do #include <waitflags.h> and <waitstatus.h>.
8753         (WHOHANG, WUNTRACED): Don't #define to __ versions; <waitflags.h>
8754         will define the unmarked cases.
8755         (union __wait): Remove type decl and associated #define's for w_*;
8756         `union wait' (no __) is now defined in <waitstatus.h>.
8757         [__USE_BSD && __GNUC__ >= 2] (__WAIT_STATUS): Define as funky union.
8758         (waitpid, wait3, wait4, wait): Removed #define's to __ versions;
8759         added real prototypes.
8760         * posix/gnu/wait.h: File removed.
8761         * posix/Makefile (headers): Remove gnu/wait.h.
8762
8763         * posix/sys/times.h [__OPTIMIZE__] (times): Removed #define to __times.
8764
8765         * posix/sys/utsname.h: Removed decl of __uname_getnode.
8766
8767         * time/sys/time.h: Don't #include <gnu/time.h>.
8768         Don't support __need_timeval.
8769         (struct timeval, struct timezone, struct itimerval,
8770         enum __itimer_which): Declare these types here.
8771         (gettimeofday, settimeofday, adjtime, getitimer, setitimer,
8772         utimes): Removed #define's to __ versions.  Added real prototypes.
8773         Use `struct timeval' instead of `struct __timeval', etc.
8774         * time/gnu/time.h: File removed.
8775         * time/Makefile (headers): Removed gnu/time.h.
8776
8777         * resource/sys/resource.h: Don't #include <gnu/time.h>.
8778
8779 Mon Nov  9 18:41:03 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8780
8781         * socket/sys/socket.h (SO_STYLE): Define instead of SO_TYPE.
8782         (SO_TYPE): Define as SO_STYLE.
8783
8784         * inet/netinet/in.h (struct ip_opts): New type.
8785         (IP_*): New constants snarfed from 4.4's in.h.
8786
8787 Fri Nov  6 15:34:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8788
8789         * resource/sys/resource.h (struct rusage): #include <sys/time.h>
8790         before struct defn.  Use `struct timeval', not `struct __timeval'
8791         for `ru_utime' and `ru_stime' members.
8792
8793         * resource/sys/resource.h [__OPTIMIZE__] (getrusage, ulimit),
8794         misc/sys/ioctl.h [__OPTIMIZE__] (ioctl): Remove #define's to __
8795         versions.
8796
8797         * string/strings.h: Protect against multiple inclusion.
8798         * termios/sys/termios.h: Ditto.
8799
8800         * string/string.h [__GNUC__ && __OPTIMIZE__] (ffs): Remove #define
8801         to __builtin_ffs.
8802
8803         * stdlib/stdlib.h (comparison_fn_t): Use a typedef, not a #define.
8804         Define this #ifdef __USE_GNU, not #ifdef __GNUC__.
8805         [__GNUC__ && __OPTIMIZE__] (abs, labs): Remove #define's to __builtin_.
8806
8807 Thu Nov  5 20:01:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8808
8809         * signal/Makefile (headers): Remove gnu/signal.h;
8810         add sigaction.h, sigset.h.
8811         * sysdeps/generic/sigaction.h: New file.
8812         * sysdeps/generic/sigset.h: New file.
8813         * signal/gnu/signal.h: Removed.
8814         * signal/signal.h: Move __{BEGIN,END}_DECLS outside all the #if's
8815         (except the outermost one that protects against multiple inclusion).
8816         Don't #include <gnu/signal.h>.  Instead #include <sigset.h>
8817         outside of #if's, and #include <sigaction.h> inside #ifdef __USE_POSIX.
8818         (__sighandler_t): Define here; it is not system-specific.
8819         (kill, ssignal, gsignal, sigblock, sigsetmask, sigpause, sigvec,
8820         sigreturn): Remove #define's to __ versions.
8821         (sighandler_t, sigset_t): Use a typedef, not a #define.
8822         [__OPTIMIZE__] (sig{empty,fill,add,del}set, sigismember): Make
8823         these macros take args.
8824         (sigaction): Remove #define.
8825         (struct __sigvec): Renamed `struct sigvec'.
8826         (__sigvec): Use `struct sigvec', not `struct __sigvec', in prototype.
8827
8828 Fri Oct 30 19:45:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8829
8830         * configure.in (sco*): base_os=unix/sysv.
8831
8832 Thu Oct 29 16:29:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8833
8834         * configure.in: New file; mostly contents of old file `configure'.
8835         (srcdir guessing): Removed this code.
8836         Instead, call AC_PREPARE.
8837         Call AC_PROG_INSTALL and AC_PROG_RANLIB to find those programs.
8838         Use AC_HAVE_FUNCS to find what sys_siglist and _ctype_ are called.
8839         (config.make): Write new var `config-defines' with what autoconf
8840         put in $DEFS.
8841         Append -DHAVE_GNU_LD and -DHAVE_GNU_AS to DEFS if appropriate;
8842         don't write gnu_ld and gnu_as variables.
8843         * configure: Removed.
8844         * Makefile (distribute): Add configure.in.
8845         * Makeconfig (+defines): Include $(config-defines) before $(defines);
8846         don't include $(gnu_as) and $(gnu_ld).
8847
8848         * sysdeps/unix/bsd/glue-ctype.c (TABLE): Test HAVE_* for several
8849         different names and #define this.
8850         (STRINGIFY): Define macro.
8851         (main): Use TABLE instead of hardcoded name.
8852
8853         * configure (sysnames): Try successively less specific base os's.
8854
8855         * Makerules (ar-it): Define commands only ifdef objects.
8856
8857         * sysdeps/mips/setjmp.S: Jump to __setjmp_aux, not ___setjmp_aux.
8858         We are NO_UNDERSCORES.
8859
8860 Tue Oct 27 18:11:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8861
8862         * sysdeps/posix/pipestream.c, sysdeps/posix/system.c: Always use
8863         __vfork instead of expecting FORK to be defined.
8864         * sysdeps/unix/bsd/system.c, sysdeps/unix/bsd/pipestream.c:
8865         Removed.  sysdeps/unix versions are now what we want.
8866
8867         * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Removed.
8868         * sysdeps/unix/bsd/hp/m68k/__wait.S: Moved to unix/bsd/m68k.
8869
8870         * sysdeps/unix/bsd/hp/m68k/{__pipe,sysdep}.S: Moved to unix/bsd/m68k.
8871         * sysdeps/unix/bsd/sun/m68k/{__pipe,sysdep}.S: Removed.
8872
8873         * sysdeps/unix/bsd/sun/m68k/start.c: Moved to unix/bsd/m68k.
8874         * sysdeps/unix/bsd/sony/m68k/start.c: Removed.
8875
8876         * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Correct file name in #include.
8877
8878         * sysdeps/unix/bsd/sun/m68k/__fork.S: Removed.
8879         * sysdeps/unix/bsd/hp/m68k/__fork.S: Removed.
8880         * sysdeps/unix/bsd/vax/__fork.S: Moved to unix/bsd.
8881
8882         * sysdeps/generic/__vfork.c: New file; fn alias to __fork.
8883         * sysdeps/stub/__vfork.c: Removed.
8884
8885         * limits.h: Only do #include_next #ifndef _LIMITS_H_.
8886
8887         * malloc/mcheck.c (mcheck): Set abortfunc to either FUNC or abort;
8888         never leave it unchanged.
8889         Return 0 if mcheck_used; -1 if not.
8890         * malloc/malloc.h (mcheck): Change return type in decl.
8891
8892         * Makerules (+depfiles): Don't include them if there are none.
8893
8894 Mon Oct 26 16:30:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8895
8896         * sysdeps/posix/fdopen.c: Use fcntl to check that FD is valid and
8897         allows the access MODE specifies.
8898
8899         * sysdeps/stub/getcwd.c: #include <stddef.h>.
8900
8901         * sysdeps/stub/sleep.c: #include <errno.h>.
8902
8903 Sun Oct 25 02:24:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8904
8905         * Makerules (+includes): Add $(+sysdep-includes) to this, leaving
8906         CPPFLAGS alone.
8907
8908         * sysdeps/stub/stime.c: #include <time.h>.
8909
8910 Thu Oct 22 13:36:48 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8911
8912         * Rules (clean): Also remove $(clean-extras).
8913
8914 Tue Oct 20 18:36:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8915
8916         * configure: Write error message and lose for option with missing arg.
8917
8918         * stdio/__vfscanf.c: Add `a' modifier, which makes %s and %[ fill
8919         in a char ** with a malloc'd string.
8920         (STRING_ADD_CHAR, STRING_ARG): New macros to deal with this hair.
8921         (%s, %[): Use them.
8922
8923         * posix/gnu/types.h [__GNUC__] (__fsid_t): Define as long long.
8924
8925         * stdio/vfprintf.c: Add %m, which is %s of strerror (errno).
8926
8927 Mon Oct 19 14:19:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8928
8929         * socket/sys/socket.h (PF_FILE, AF_FILE): Define new macros.
8930         (PF_UNIX, AF_UNIX): Make aliases for [PA]F_FILE.
8931
8932         * sysdeps/ieee754/huge_val.h: #include <sys/cdefs.h>.
8933         [!__GNUC__]: Use __const, not CONST.
8934
8935         * posix/wordexp.h: Fix indentation and syntax errors.
8936
8937         * stdio/vasprintf.c (vasprintf): Set seen bit.
8938
8939 Fri Oct 16 17:18:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8940
8941         * Makefile (Mcrt1.o): Create an empty .c file and compile it,
8942         rather than creating an empty .o file.
8943
8944         * sysdeps/unix/Makefile (sys/param.h): Strip / from name for mkdir.
8945
8946         * sysdeps/m68k/fpu/atan2.c [! __GNUC__]: Include generic, not iee754.
8947
8948         * sysdeps/sparc/Makefile ({divrem}.S): Use $(M4) for m4 in cmds.
8949         * Makeconfig (M4): Define it.
8950
8951         * stdio/newstream.c (__newstream): Link STREAM onto __stdio_head
8952         after malloc'ing it.
8953
8954         * time/emkdir.c: #define unix if not already defined.
8955
8956 Thu Oct 15 19:55:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8957
8958         * stdlib/wctomb.c: When passed 0, store a '\0' and return 1.
8959         * stdlib/mbtowc.c: When passed "", store a 0 and return 1.
8960
8961         * sysdeps/generic/strstr.c: When NEEDLE is "", return HAYSTACK.
8962
8963 Thu Oct 15 19:25:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8964
8965         * malloc/malloc.h (__after_morecore_hook): Declare new var.
8966         * malloc/malloc.c (__after_morecore_hook): Define it.
8967         (align): Call it.
8968
8969 Mon Oct 12 15:56:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8970
8971         * malloc/malloc.h (r_alloc, r_alloc_free, r_re_alloc): Declare.
8972
8973         * Makerules (native-compile, common-objdir-compile): Pass
8974         $(native-CFLAGS) to the compiler.
8975
8976         * Makeconfig (+gccwarn): Removed -Wstrict-prototypes and
8977         -Wpointer-arith.  They were not really helping, and caused extra
8978         warnings for harmless code.
8979
8980         * malloc/Makefile (dist-routines): Add ralloc.
8981         (gpl2lgpl): Add ralloc.c.
8982
8983         * time/zic.c: #define unix if not already defined.
8984
8985         * Makerules ($(gpl2lgpl)): Make output unwritable; use mv -f.
8986
8987 Mon Oct 12 15:27:40 1992  Brendan Kehoe  (brendan@mole.gnu.ai.mit.edu)
8988
8989         * sysdeps/unix/bsd/ultrix4/mips/__set[gu]id.S: Handle returning to
8990         the proper caller ourselves, since setre[gu]id won't be doing it.
8991
8992 Mon Oct 12 13:37:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
8993
8994         * malloc/malloc.h: Declare memory_warnings.
8995         * malloc/Makefile (dist-routines): Add vm-limit.
8996         (distribute): Add mem-limits.h.
8997         (gpl2lgpl): Add vm-limit.c, mem-limits.h.
8998
8999         * gpl2lgpl.sed: Remove "This file is part of ..." lines.
9000         Changed regexp to match "foo is free software", not just "This
9001         program ...".
9002
9003         * Makerules (+make-deps): Put file name before options on command line.
9004
9005         * Makefile (install-lib): Remove libc.a from here.
9006         * Makerules [objects] (install-lib): Append it here instead.
9007
9008         * io/sys/stat.h (S_IRWXO): Fixed typo.
9009
9010 Sun Oct 11 16:58:36 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9011
9012         * posix/glob.c (__glob_{open,read,close}dir_hook): New vars.
9013         (glob_in_dir): Use them.
9014         * posix/glob.h: Declare them.
9015
9016 Thu Oct  8 20:03:30 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
9017
9018         * configure (config.make): Write comment to edit configparms instead.
9019
9020 Wed Oct  7 17:15:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9021
9022         * sysdeps/stub/__chown.c: Fixed arg types (int -> [ug]id_t).
9023
9024         * sysdeps/stub/__geteuid.c: Fixed return type (int -> __uid_t).
9025
9026         * sysdeps/stub/__getegid.c: Fixed return type (int -> __gid_t).
9027
9028         * configure: Write defns in config.make for vars config-machine,
9029         config-vendor, and config-os.
9030
9031         * ctype/ctype.h (__isctype, __tolower, __toupper): Cast argument
9032         and return value to `int'.
9033
9034         * ctype/ctype.h (__ctype_tolower, __ctype_toupper): Changed type
9035         to `short int *'.
9036         (toupper, tolower): Removed inline functions; restored macros.
9037         * ctype/ctype.c (tolower, toupper): Just call the __ macros.
9038         * ctype/ctype-info.c: Change types here too.
9039         * locale/localeinfo.h: And here.
9040         * locale/C-ctype_ct.c: Ditto.
9041
9042         * crypt: New code from Michael Glad.
9043
9044         * Makefile (munch-init.c), sysdeps/unix/Makefile
9045         ($(sys/param.h-includes), make-errnos.c, make-ioctls.c),
9046         sysdeps/unix/bsd/Makefile (local_lim.h, ctype-glue.c),
9047         sysdeps/posix/Makefile (stdio_lim.h): Changed rules to use a
9048         shorter suffix than `-tmp', to avoid exceeding 14 char limit.
9049
9050 Tue Oct  6 15:13:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9051
9052         * Makefile (README, INSTALL): Moved rules here.
9053         * Make-dist: From here.
9054
9055         * sysdeps/unix/bsd/sun/m68k/{__pipe,__fork,sysdep}.S: Change uses
9056         of sysdeps/unix/bsd/hp9k3bsd to sysdeps/unix/bsd/hp/m68k.
9057
9058         * sysdeps/m68k/Makefile: Put .S rule here.
9059         * sysdeps/unix/bsd/hp/m68k/Makefile: Removed file.
9060
9061 Mon Oct  5 19:40:22 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9062
9063         * sysdeps/generic/pow.c (pow_p): Changed code to KY jelly.
9064
9065         * sysdeps/unix/bsd/ultrix4/utsnamelen.h: New file.
9066         * sysdeps/unix/bsd/ultrix4/uname.S: New file.
9067
9068 Fri Oct  2 17:43:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9069
9070         * sysdeps/posix/mktemp.c: Don't use a static index and increment
9071         it on each call.  Instead, always start at the beginning and
9072         iterate until we find a file that does not exist.
9073
9074         * sysdeps/unix/sysv/i386/signal.S: Use C_SYMBOL_NAME for __sigreturn.
9075         Added comment about gas bug with `lcall' insn.
9076
9077         * sysdeps/unix/i386/__brk.S: Use C_SYMBOL_NAME for __curbrk and _end.
9078
9079         * sysdeps/unix/i386/sysdep.S: #include <sysdep.h>.
9080         Use C_SYMBOL_NAME(errno) in place of _errno.
9081
9082         * sysdeps/unix/sysdep.h (___errno): Removed #define to _errno.
9083         `errno' is an ANSI name; it doesn't need to be aliased.
9084         * sysdeps/unix/bsd/sun/m68k/sethostid.S,
9085         sysdeps/unix/bsd/sun/m68k/__vfork.S,
9086         sysdeps/unix/bsd/sun/sparc/sysdep.h,
9087         sysdeps/unix/bsd/sun/sparc/sethostid.S,
9088         sysdeps/unix/bsd/vax/sysdep.S,
9089         sysdeps/unix/bsd/vax/__vfork.S: Use _errno, not ___errno.
9090
9091         * sysdeps/unix/sysv/sysdep.h: File removed.
9092         * sysdeps/unix/sysv/i386/sysdep.h: Don't #include it.
9093         #define NO_UNDERSCORES before #include <sysdeps/unix/i386/sysdep.h>.
9094
9095         * sysdeps/unix/i386/sysdep.h (C_SYMBOL_NAME): Define new macro.
9096         [NO_UNDERSCORES]: #define syscall_error to __syscall_error, so we
9097         stay name space tidy.
9098
9099         * sysdeps/unix/sysv/sysv4/sys_getdents.S: Added missing arg count (3).
9100
9101         * sysdeps/unix/sysv/i386/time.S: Fixed to not use bogus addressing
9102         mode `4(%esp,1)'; use `4(%esp)' instead.  Added comments.
9103
9104         * sysdeps/stub/__fchmod.c (__fchmod): Fixed arg type to mode_t.
9105
9106         * sysdeps/posix/__wait3.c: #include <stddef.h> for NULL.
9107
9108         * sysdeps/unix/i386/__wait.S: Use asm label `null' instead of
9109         `1f', and actually define the label!  Added comments.
9110
9111         * sysdeps/i386/memchr.c: Renamed asm label to `done'; not all
9112         assemblers support numbered labels like `1f' or `1b'.
9113
9114         * stdio/fseek.c (fseek): Discard char pushed back by ungetc.
9115         * stdio/ftell.c (ftell): If we have a pushed-back char, decrement
9116         the file position we return.
9117
9118         * sysdeps/unix/bsd/sun/sparc/vfork.S: New file.
9119
9120 Wed Sep 30 18:48:38 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9121
9122         * limits.h (_LIBC_LIMITS_H_): Define today's name for this.
9123         RMS said it was to be `_LIBC_LIMITS_H', but that is not what
9124         gcc actually uses.
9125
9126 Tue Sep 29 18:17:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9127
9128         * time/Makefile (zic-cmd): Define variable.
9129         (tzcompile, zoneinfo/localtime, zoneinfo/posixrules): Use it for
9130         name of `zic' command.
9131
9132         * sysdeps/unix/bsd/Makefile (ctype-glue.c): Make sure the command
9133         is not an unqualified name.
9134
9135         * sysdeps/stub/statbuf.h (struct stat): Contain only POSIX.1
9136         members, with the POSIX.1 types.
9137         (_STATBUF_ST_BLKSIZE): #undef and comment.
9138         * sysdeps/unix/bsd/statbuf.h (_STATBUF_ST_BLKSIZE): Define it.
9139         * sysdeps/posix/stdio_init.c (__stdio_init_stream): Only try to
9140         use st_blksize #ifdef _STATBUF_ST_BLKSIZE.
9141
9142         * sysdeps/unix/__getpgsz.c: #include <stddef.h> for size_t.
9143
9144         * sysdeps/stub/__fchown.c: Fixed arg types ([ug]id_t, not int).
9145
9146         * io/sys/stat.h: #include <gnu/types.h> for __mode_t et al.
9147
9148         * sysdeps/unix/__gete[ug]id.S [SYS_gete[ug]id]: Add arg count of 0.
9149         [! SYS_gete[ug]id]: Fixed arg count to be 0.
9150
9151         * sysdeps/unix/__get[ug]id.S: Fixed arg count to be 0.
9152
9153         * sysdeps/unix/sysv/linux/syscall.h: #if 0'd out 2nd defn of SYS_brk.
9154
9155 Sun Sep 27 21:56:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9156
9157         * sysdeps/unix/Makefile (sys/param.h): Depend on $(common-objpfx)sys/.
9158
9159 Fri Sep 25 12:47:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9160
9161         * Makeconfig (INSTALL_DATA): Pass -m 644.
9162
9163 Thu Sep 24 16:13:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9164
9165         * sysdeps/unix/sysv/linux/getpeername.S: Renamed to getpeernam.S.
9166         * sysdeps/unix/sysv/linux/getsockname.S: Renamed to getsocknam.S.
9167         * sysdeps/unix/sysv/linux/setsid.S: Renamed to __setsid.S;
9168         function renamed to __setsid.
9169
9170         * Version 1.05.
9171
9172         * Makefile (dist): Depend on $(distribute).
9173
9174         * stdio/__vfscanf.c (%c): Fixed DO_ASSIGN case loop condition to
9175         not write one char too many.
9176
9177 Wed Sep 23 16:32:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9178
9179         * stdlib/qsort.c (_quicksort): Return immediately if TOTAL_ELEMS==0.
9180
9181 Tue Sep 22 19:10:59 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9182
9183         * Makerules [! OUTPUT_OPTION && objpfx]: Define OUTPUT_OPTION.
9184
9185 Mon Sep 21 22:40:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9186
9187         * sysdeps/unix/bsd/mk-local_lim.c: Use MAXNAMLEN for NAME_MAX,
9188         rather than hard-wiring 255.
9189         [! MAXNAMLEN]: Define it to 255.
9190         [LINK_MAX && ! MAXLINK]: #define MAXLINK LINK_MAX.
9191
9192         * sysdeps/unix/bsd/glue-ctype.c [ultrix]: #define _ctype_ _ctype__.
9193
9194         * configure: Rename var `gas' to `gnu_as' and use consistently.
9195
9196 Fri Sep 18 16:32:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9197
9198         * sys/errno.h: New file.
9199         * Makefile (headers): Add it.
9200
9201         * Makeconfig (+make-deps): Use = not define.
9202
9203         * time/Makefile (zones-%): Don't clobber zonenames; append to it.
9204         Depend on Makefile so we rebuild when the rule changes.
9205         Changed implicit rule from zoneinfo/%/... to zone%/... so it will
9206         actually match.
9207
9208         * sysdeps/unix/Makefile (syscall.h): Filter out "#ident" lines.
9209
9210         * Makeconfig (+link): Use $(gnulib) instead of -lgcc.
9211         (gnulib): Define to -lgcc.
9212
9213         * posix/glob/Makefile.in (AR, ARFLAGS): Define.
9214         (libglob.a): Use those vars instead of hardcoding.
9215
9216         * Makeconfig (ARCH) [machine]: Don't define if $(..)config.make exists.
9217
9218         * Makerules (compile.S): Include $(asm-CPPFLAGS).
9219         (S-CPPFLAGS): Define = $(asm-CPPFLAGS).
9220         (+make-deps): Include $(sfx-CPPFLAGS), where `sfx' is S or c.
9221         * Makeconfig (asm-CPPFLAGS): Define (empty) and comment.
9222
9223         * sysdeps/unix/Makefile ($(sys/param.h-includes)): Filter out
9224         decls or macros for host<->net conversion (htonl et al).
9225
9226 Thu Sep 17 17:33:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9227
9228         * sysdeps/unix/sysv/statbuf.h: Define __S_*.
9229
9230         * misc/Makefile (headers): syslog.h -> sys/syslog.h.
9231         * misc/syslog.h: Moved to misc/sys/syslog.h.
9232
9233         * limits.h [__GNUC__ >= 2]: #define _LIBC_LIMITS_H before
9234         #include_next <limits.h>.
9235         Define _LIMITS_H unconditionally.
9236
9237 Wed Sep 16 17:43:59 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9238
9239         * sysdeps/unix/Makefile (syscall.h): Don't use \< in sed commands.
9240         Some seds don't seem to grok it.
9241
9242         * Makerules (+install-dirs): Sort them.
9243
9244         * Makeconfig (stdarg.h): Use $(wildcard va-*.h) instead of va-*.h,
9245         and := instead of =.
9246
9247         * Makeconfig (prefix): Default to $(exec_prefix), not /usr/local.
9248
9249         * Makeconfig (+link): Use $(common-objpfx) rather than $(objpfx)
9250         to find start.o; use $(libc.a) instead of $(objpfx)libc.a.
9251
9252         * sysdeps/sparc/Makefile: crypt subdir is not called uf-crypt.
9253
9254         * sysdeps/unix/Makefile (sys/param.h-includes): Fixed filtering
9255         out of existent glibc headers to remove $(..) pfx after wildcard.
9256
9257         * misc/paths.h: New file, snarfed from 4.4 BSD.
9258         * misc/Makefile (headers): Add paths.h.
9259
9260 Tue Sep 15 14:55:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9261
9262         * Makerules (+sysdir_pfx): Define as $(common-objpfx).
9263
9264         * MakeTAGS (TAGS) [subdir && ! tags_sources]: Create an empty
9265         file, rather than no commands at all.
9266
9267         * string/string.h [__GNUC__ && __OPTIMIZE__] (ffs): Take arg.
9268
9269         * sysdeps/unix/sysv/linux/__wait4.S: New file.
9270
9271         * sysdeps/unix/sysv/linux/syscall.h: New version from hlu.
9272
9273         * sysdeps/unix/Makefile (syscall.h): Upcase `sys_' in input.
9274
9275         * sysdeps/unix/bsd/ultrix4/mips/sysdep.h (MOVE): Insn is `move',
9276         not `movl'.
9277
9278         * sysdeps/unix/bsd/ultrix4/mips/sigcontext.h: Deansideclized.
9279
9280         * sysdeps/unix/ioctls-tmpl.c [DIOCGETPT, DEVGETGEOM]: Include
9281         headers for these.
9282         [ultrix]: Mondo cruft.
9283
9284 Sat Sep 12 12:08:29 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
9285
9286         * misc/Makefile (routines): Add ttyslot, syslog.
9287         * misc/ttyslot.c, misc/syslog.[ch]: New, snarfed from 4.4 BSD.
9288         (headers): Add syslog.h
9289
9290         * misc/getttyent.c (getttyent): Parse _TTYS_TRUSTED keyword and
9291         set TTY_TRUSTED bit.
9292         * misc/ttyent.h (TTY_TRUSTED): New bit in ty_status.
9293         (_TTYS_TRUSTED): New keyword.
9294         (_TTYS_CONSOLE): New keyword.
9295         (TTY_CONSOLE): New bit in ty_status.
9296
9297         * dirent/scandir.c (scandir): Don't keep using V after realloc'ing
9298         it.  Use the returned new ptr instead.
9299
9300 Thu Sep 10 18:59:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9301
9302         * stdlib/div.c, stdlib/ldiv.c: Rewritten from Berkeley code that works.
9303
9304         * Makeconfig (stdarg.h): Add va-*.h.
9305
9306         * stdlib/Makefile (dont_distribute): Define: testsort.input.
9307
9308         * sysdeps/mach/hurd/i386/_hurd_start_sigthread.c,
9309         sysdeps/stub/_hurd_start_sigthread.c: Renamed to .../startsig.c.
9310         * sysdeps/mach/hurd/sys_errlist.awk: Renamed to .../errlist.awk.
9311         * sysdeps/mach/hurd/Makefile (sys_errlist.c): Change dep.
9312         * sysdeps/unix/bsd/make-local_lim.c: Renamed to .../mk-local_lim.c.
9313         * sysdeps/unix/bsd/Makefile (local_lim.h): Change dep.
9314         (make-local_lim): Change target and dep.
9315         * hurd/_hurd_dead_recv.c: Renamed to hurd/dead_recv.c.
9316         * hurd/setdtablesize.c: Renamed to hurd/setdtsz.c.
9317         * hurd/Makefile (routines): Change references.
9318         * stdio/tstgetline.c: Renamed to stdio/tstgetln.c.
9319         * stdio/tstgetline.input: Renamed to stdio/tstgetln.input.
9320         * stdio/Makefile (tests): Change ref.
9321         * README.template: Remove note about long file names.
9322
9323         * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h (_UTSNAME_LENGTH):
9324         Define here, rather than #include'ing sysv/utsnamelen.h.
9325         This file gets installed.
9326
9327 Wed Sep  9 17:06:14 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9328
9329         * Makeconfig (localtime-file): Put in $(prefix)/etc, not /etc.
9330
9331         * setjmp/Makefile (routines): Remove sigsetjmp.
9332
9333         * sysdeps/posix/Makefile (objdir-CPPFLAGS) [! subdir]: Rewrote
9334         totally broken defn.
9335
9336         * sysdeps/unix/Makefile (syscall.h): Keep lines starting
9337         with #, not only those starting with #define.
9338         We want to preserve any #ifdef in the original.
9339
9340         * Makerules (install): Dep $(+install-dirs), not $(dir $(+install)).
9341         (+install-dirs): Define to get two levels of dirs.
9342
9343         * time/Makefile (tz-cc): Use = instead of define directive.
9344
9345         * sysdeps/unix/bsd/sun/sparc/start.c (_start): Give ARGC, ARGV,
9346         and ENVP `register' storage class; can then clear the FP early.
9347
9348 Sat Sep  5 13:14:09 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
9349
9350         * Makerules (sysdirs): Pass sysdep_dir in child's environment.
9351
9352 Fri Sep  4 15:37:23 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
9353
9354         * Makeconfig (common-objpfx): Add trailing slash.
9355         Move comment to prev line to avoid extra whitespace.
9356
9357 Thu Sep  3 17:31:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9358
9359         * sysdeps/unix/bsd/setgroups.S: New file.  How did this manage not
9360         to exist already??
9361
9362         * Version 1.04.
9363
9364         * sysdeps/generic/memmem.c (memmem): Fixed loop condition not to
9365         use nonexistent variable.
9366
9367         * string/string.h (memmem): Put const qualifier on args.
9368
9369         * sysdeps/stub/sigaltstack.c (sigaltstack): Fix arg type.
9370
9371         * setjmp/sigsetjmp.c: #undef sigsetjmp before defining the function.
9372
9373 Wed Sep  2 16:43:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9374
9375         * misc/Makefile (headers): Add syscall.h.
9376         * sysdeps/unix/Makefile: Only generate syscall.h if it would
9377         otherwise come from stub.
9378         * sysdeps/stub/syscall.h: New file.
9379
9380         * time/Makefile (routines): Add stime.
9381
9382         * io/Makefile (routines): Add fchdir.
9383
9384         * signal/Makefile (routines): Add sigaltstack.
9385
9386         * string/Makefile (routines): Add memmem.
9387
9388         * setjmp/Makefile (routines): Add sigsetjmp, _setjmp.
9389
9390         * misc/Makefile (routines): Add getpass.
9391
9392         * Makefile (distribute): Add NEWS.
9393
9394         * Makerules (ar-it) [! objdir]: Pass `ru' instead of `u' to ar.
9395         Use $(..)libc.a instead of $(libc.a).
9396
9397         * sysdeps/unix/sysv/i386/linux/sysdep.h (PSEUDO): Call numbers are
9398         SYS_*, not __NR_*.
9399
9400         * sysdeps/unix/sysv/i386/linux/__wait.S: Prepend extra _ to
9401         `__waitpid' for jmp.
9402
9403         * Makerules (check): New rule; alias for `tests'.
9404
9405         * sysdeps/stub/__setregid.c: Args are gid_t, not int.
9406
9407         * sysdeps/posix/readv.c: #include <string.h>.
9408
9409         * sysdeps/generic/printf_fp.c: If LDBL_DIG or LDBL_MAX_10_EXP is
9410         defined by float.h, #define each to DBL_*.
9411
9412 Tue Sep  1 16:29:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9413
9414         * sysdeps/unix/Makefile (syscall.h): Add missing backslashes.
9415
9416         * Makeconfig [!objdir && !..] (common-objpfx): Define as
9417         `sysdeps/..'; The Almighty KludgeMeister 2000 wins again.
9418
9419         * Makerules (sysdep-Makefile): Rename to sysd-Makefile.
9420
9421         * Makeconfig (CC): Don't use -pipe by default.
9422
9423         * configure (switches): Put quotes around os-release and
9424         os-version values.
9425
9426 Mon Aug 31 19:33:15 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9427
9428         * sysdeps/stub/cbrt.c: New file.
9429
9430         * sysdeps/generic/cabs.c: New file.
9431
9432         * sysdeps/generic/ceil.c: New file, split from floor.c.
9433         * sysdeps/generic/__rint.c: Replaced with code split from floor.c.
9434         * sysdeps/generic/Makefile (routines): Don't remove ceil, __rint.
9435
9436 Thu Aug 27 15:58:13 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
9437
9438         * malloc/malloc.h [! __STDC__] (ptrdiff_t): #define.
9439
9440 Wed Aug 26 18:15:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9441
9442         * malloc/free.c (__free): Rename to _free_internal.
9443         (free), malloc/malloc.c (morecore): Change callers.
9444         * malloc/malloc.h: Change decl.
9445
9446 Tue Aug 18 17:38:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9447
9448         * sysdeps/generic/__copysign.c: New file.
9449
9450         * sysdeps/unix/sysv/sysdep.h: #include <syscall.h>, not
9451         <sys/syscall.h>.  Don't #define _SYS_SYS_S; should no longer be
9452         necessary.
9453
9454         * sysdeps/unix/Makefile (syscall.h): Replaced simple code to just
9455         find the file in any of several places, with hairier code to find
9456         it and massage it.
9457
9458         * malloc/Makefile (obstack.%): Remove rule.
9459         (gpl2lgpl): Define this instead.
9460         * posix/Makefile (gpl2lgpl): Define to include getopt source files.
9461         * Makerules ($(gpl2lgpl)): New rule to snarf code and frob its
9462         copying notices.
9463
9464 Fri Aug 14 13:28:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9465
9466         * Makeconfig (common-objdir, common-objpfx): Define new vars.
9467         (libc.a): Define in terms of $(common-objpfx).
9468         Find config.make with $(common-objpfx), not $(objpfx).
9469         * Makerules (common-objdir-compile): Define canned sequence.
9470         (native-compile): Use $(@D)/$(@F) instead of stripping off $(objpfx).
9471         * sysdeps/unix/Makefile, sysdeps/unix/bsd/Makefile,
9472         sysdeps/generic/Makefile: Use it.
9473         Use $(common-objpfx) for generated things not specific to one subdir.
9474
9475         * sysdeps/unix/Makefile (sysdep_headers): Add
9476         $(sys/param.h-includes) to this instead of to headers.
9477
9478 Thu Aug 13 18:30:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9479
9480         * posix/glob.c: Always #include <sys/types.h>.
9481         [! USG]: Don't do it here.
9482         [STDC_HEADERS]: Test this instead of __STDC__ for size_t.
9483         [HAVE_STRCOLL]: Test this instead of ANSI_STRING for strcoll.
9484
9485         * posix/glob/Makefile.in (Makefile): Remove rule.
9486
9487 Wed Aug 12 16:12:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9488
9489         * sysdeps/sparc/jmp_buf.h: Deansideclized.
9490
9491         * sysdeps/generic/make_siglist.c: #undef HAVE_SYS_SIGLIST, not
9492         SYS_SIGLIST_MISSING.
9493         * sysdeps/generic/signame.[ch]: Re-symlinked from /gd/gnu/lib.
9494         Who's been removing random things from my source tree??
9495
9496 Tue Aug 11 15:01:50 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9497
9498         * posix/getconf.c (main): Cast printf field with arg to int.
9499
9500         * Makefile (distribute): Remove ansidecl, ansidecl.m4.
9501
9502         * posix/glob.c [_AIX]: Don't declare alloca.
9503
9504 Mon Aug 10 17:09:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9505
9506         * sysdeps/m68k/fpu/__math.h (__expm1): Define just like expm1.
9507
9508         * sysdeps/unix/ioctls-tmpl.c [SMIOSTATS, SMIOGETREBOOT0,
9509         ZIOCBCMD]: Include headers for these.
9510
9511 Fri Aug  7 16:01:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9512
9513         * string/tester.c (main): Use sys_nerr and sys_errlist, not _sys_*.
9514
9515         * stdio/stdio.h [__USE_GNU] (_sys_nerr, _sys_errlist): Declare.
9516
9517         * string/strerror.c, stdio/perror.c
9518         [HAVE_GNU_LD] (_sys_errlist, _sys_nerr): Remove decls.
9519
9520         * stdio/memstream.c (enlarge_buffer): Notice when target is -1 and
9521         don't treat it as a huge value.
9522
9523         * stdio/tst-printf.c: #if 0 code that tickles printf_fp bugs.
9524
9525         * grp/testgrp.c: Don't bomb if uid not in passwd file.
9526
9527         * stdlib/tst-strtol.c (tests): C-t on LONG_MIN and LONG_MIN-1 elts.
9528
9529         * stdlib/strtol.c: Use int flag NEGATIVE instead of char 1/-1 SIGN.
9530         Fixed checking for overflow of long int that fits in unsigned long
9531         int--must cast LONG_MIN before negating!
9532
9533 Thu Aug  6 18:46:24 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9534
9535         * stdio/bug3.c (main): Define ansideclifily.
9536
9537         * sysdeps/unix/bsd/sun/sparc/__pipe.S: Define __pipe, not ___pipe.
9538
9539         * math/test-math.c (main): Remove unused vars.
9540
9541         * io/flock.c: #include <sys/file.h>, and not fcntl.h or sys/types.h.
9542
9543         * sysdeps/m68k/fpu/__math.h (__rint): Define just like rint.
9544
9545         * math/math.h (__rint): Declare.
9546
9547         * configure (esix*): base_os=unix/sysv.
9548
9549         * dirent/getdents.c: #include <dirent.h>.
9550
9551         * Rules (subdir): Avoid TAB before # at end of defn.
9552
9553         * sysdeps/unix/bsd/bsd4.4/__wait3.c: Last arg type is struct rusage *.
9554
9555 Tue Aug  4 18:19:43 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9556
9557         * sysdeps/ieee754/Makefile: Removed.
9558
9559         * math/math.h: Declare __expm1.
9560
9561 Mon Aug  3 13:02:05 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9562
9563         * sysdeps/ieee754/cabs.c (cabs, z_abs): Members of structure have __.
9564
9565         * sysdeps/unix/bsd/seq386: Remove directory.
9566
9567 Thu Jul 30 15:42:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9568
9569         * sysdeps/unix/bsd/sun/sparc/sigcontext.h: Deansideclized.
9570
9571         * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Make last arg struct rusage
9572         instead of PTR.
9573
9574         * sysdeps/unix/morecore.c (__default_morecore): Make arg ptrdiff_t.
9575
9576         * sysdeps/ieee754/cabs.c (cabs, z_abs): Use `struct __complex' for arg.
9577
9578         * sysdeps/generic/pow.c: #include <limits.h>.
9579
9580         * sysdeps/generic/mathimpl.c: #include <math.h> before frobnication.
9581
9582         * misc/getusersh.c (okshells): Make const.
9583         (initshells): Properly declare static.
9584
9585         * sysdeps/unix/bsd/__tcgetatr.c: Cast sg_[io]speed to (unsigned char) 
9586         to avoid gcc warnings.
9587
9588         * math/bsd/common/atan2.c, math/bsd/common/tan.c,
9589         math/bsd/common/sincos.c, math/bsd/common/trig.h,
9590         math/bsd/common_source/__expm1.c, math/bsd/common_source/fmod.c,
9591         math/bsd/common_source/acosh.c, math/bsd/common_source/log.c,
9592         math/bsd/common_source/asincos.c, math/bsd/common_source/asinh.c,
9593         math/bsd/common_source/log1p.c, math/bsd/common_source/atan.c,
9594         math/bsd/common_source/log__L.c, math/bsd/common_source/atanh.c,
9595         math/bsd/common_source/mathimpl.h, math/bsd/common_source/cosh.c,
9596         math/bsd/common_source/exp.c, math/bsd/common_source/sinh.c,
9597         math/bsd/common_source/exp__E.c, math/bsd/common_source/tanh.c,
9598         math/bsd/common_source/floor.c: Moved to sysdeps/generic.
9599         * math/bsd/ieee/{cabs,cbrt,support}.c: Moved to sysdeps/ieee754.
9600         * All above + sysdeps/generic/mathimpl.h, sysdeps/generic/pow.c: New
9601         code from 4.4/net2.
9602
9603         * sysdeps/generic/ffs.c: #include <string.h>, not <bstring.h>.
9604
9605         * posix/glob/Makefile.in (Makefile): Depend on config.status; invoke
9606         it directly instead of using $(SHELL).
9607
9608         * posix/glob.c [! USG]: #include <sys/types.h> before <sys/dir.h>.
9609
9610 Tue Jul 28 17:54:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9611
9612         * sysdeps/unix/bsd/ultrix42: Renamed to ultrix4.
9613
9614         * sysdeps/unix/sysv/isc2.2/__rename.S: New.
9615         * configure (isc*): base_os=unix/sysv.
9616
9617         * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Use
9618         "export foo := $(foo)" instead of ifdef have_export_directive.
9619         * Makeconfig (have_export_directive): Remove; move .NOEXPORT down.
9620
9621 Mon Jul 27 18:01:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9622
9623         * configure: Remove redundant test to set os_used.
9624
9625 Sun Jul 26 17:03:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9626
9627         * README.template: Don't mention Q+A.
9628         * Makefile (distribute): Remove Q+A.
9629
9630         * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Put
9631         "ifdef have_export_directive" around uses of `export' directive.
9632         They are only needed for dist and tags anyway.
9633         * Makeconfig (have_export_directive): Add commented-out defn, and
9634         comment to explain.
9635         (.NOEXPORT): Add special target for old versions of GNU make.
9636
9637         * posix/glob.c [_AIX]: #pragma alloca first thing.
9638         [ANSI_STRING]: Remove #define's for index et al.
9639
9640 Thu Jul 23 21:49:53 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9641
9642         * misc/getpass.c: New.
9643         * posix/unistd.h (getpass): Declare.
9644
9645         * posix/unistd.h (getusershell, setusershell, endusershell): Declare.
9646         * misc/Makefile (routines): Add getusersh.
9647         * misc/getusersh.c: New.
9648
9649 Tue Jul 14 20:03:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9650
9651         * stdlib/Makefile (tests): Add testdiv.
9652         * stdlib/testdiv.c: New.
9653
9654         * sysdeps/unix/sysv/i386/linux/{rename,__mkdir,__rmdir,__dup2,
9655         getpgrp,__setpgrp,setsid}.S: New files.
9656
9657         * sysdeps/unix/__getppid.S: If SYS_getppid is defined, use it rather
9658         than alternate value of getpid.
9659         * __gete[ug]id.S: Similar.
9660
9661         * sysdeps/unix/sysv/i386/linux/__waitpid.S: New file.
9662         * sysdeps/unix/sysv/i386/linux/__wait.S: New file.
9663         * sysdeps/posix/__wait3.c: New file.
9664
9665         * sysdeps/unix/sysv/i386/linux/socket.S: New file.
9666         * bind.S, connect.S, listen.S, accept.S, getsockname.S,
9667         getpeername.S, socketpair.S: Also new (and trivial).
9668
9669 Mon Jul 13 17:41:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9670
9671         * sysdeps/unix/sysv/i386/linux/sysdep.[hS]: New files.
9672
9673         * configure (linux*): base_os=unix/sysv
9674         (gnu*, linux*): Always set --with-gnu-ld and --with-gnu-as.
9675
9676         * stdio/obstream.c: #include <string.h>
9677         (obstack_vprintf): Use bzero rather than memset.
9678
9679         * stdio/glue.c (unix_FILE.glue): Add two members, which will overlap
9680         get_limit and put_limit in GNU stdio.
9681         (_iob): Initialize them to same as `streamp'.
9682
9683 Thu Jul  9 21:27:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9684
9685         * stdio/stdio.h (open_obstack_stream, obstack_printf,
9686         obstack_vprintf): Declare.
9687
9688         * posix/glob.c [STDC_STRINGS]: Don't test this.
9689         [! ANSI_STRING]: Put memcpy, strrchr, memset defns here instead.
9690
9691         * posix/glob/Makefile.in (glob.o, fnmatch.o): / after $(srcdir).
9692
9693 Tue Jul  7 03:11:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9694
9695         * stdio/Makefile (routines): Add obstream.
9696
9697         * Makerules (%.o: %.S, %.o: %.c): If using gcc, put the file name
9698         before the options on the command line.
9699
9700         * malloc/Makefile (dist-routines): Define with routines for malloc.tar.
9701         (routines): Define with that plus the rest.
9702         (nodist): Remove.
9703         (routines): Add obstack.
9704         (headers): Add obstack.h.
9705         (obstack.%): New rule.
9706
9707         * stdio/glue.c: Add comments.
9708
9709         * stdio/printf.h (struct printf_info.spec): Make unsigned char.
9710
9711         * stdio/stdio.h (__validfp): Fixed glued-stream snarfing.
9712
9713 Mon Jul  6 20:00:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9714
9715         * sysdeps/i386/jmp_buf.h: Deansideclized.
9716
9717         * sysdeps/posix/Makefile (objdir-CPPFLAGS): Define; if in parent
9718         dir, add ..s to -Is.
9719         (mk-stdiolim): Use it in place of $(CPPFLAGS).
9720
9721 Sat Jul  4 20:44:42 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9722
9723         * posix/glob/Makefile.in (glob.o, fnmatch.o): Put $(srcdir) on deps.
9724
9725 Wed Jul  1 00:13:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9726
9727         * sysdeps/generic/strstr.c: If NEEDLE is "", return end of HAYSTACK.
9728
9729         * string/tester.c (main): Remove decls of sys_nerr and sys_errlist.
9730
9731         * configure: Accept --prefix=*, --exec_prefix=* options.
9732         Set values in config.make and config.status.
9733
9734         * io/umask.c: Fixed return type in fn alias.
9735
9736         * posix/glob.c [! ANSI_STRING]: #define strcoll to strcmp.
9737         Remove extra decls of free, qsort, malloc, and realloc.
9738
9739         * dirent/alphasort.c: #include <string.h>, and not <stdlib.h>.
9740
9741         * sysdeps/unix/bsd/i386/__wait3.S: Load SYS_wait into %eax before
9742         trapping.  Use literal .byte instead of lcall to avoid gas bug.
9743         Use 0(REG), not (REG), for register-indirect addressing.
9744
9745         * configure: Make config.status executable.
9746
9747 Tue Jun 30 21:14:53 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9748
9749         * configure: Add --os-release=* and --os-version=* options.  Record
9750         settings (which might be automagically guessed) in config.status.
9751
9752         * misc/mknod.c: Use __mode_t for arg in fn alias.
9753
9754         * posix/unistd.h (setregid): Declare to take __gid_t args.
9755
9756         * sysdeps/unix/bsd/i386/__wait3.S: Don't use lcall insn gas barfs on.
9757
9758         * posix/vfork.c: Move to sysdeps/generic/.
9759
9760         * Rules (others, tests): Export them.
9761
9762         * io/umask.c, io/mkdir.c, io/chmod.c: Use mode_t not int in arg decls.
9763
9764         * sysdeps/i386/ffs.c: #include <string.h>, not <bstring.h>.
9765
9766         * stdio/vfscanf.c: Use function_alias.
9767
9768         * stdio/vsscanf.c: Use va_list, not PTR, in arg decl in fn alias.
9769
9770         * sysdeps/unix/i386/sysdep.h (PSEUDO): Enough backslashes and
9771         semicolons.
9772
9773         * stdio/stdio.h: For __gnuc_va_list, #test __GNUC_VA_LIST, not
9774         __va_list_defined.
9775
9776         * stdio/fmemopen.c: Use memchr to find NUL for append mode.
9777
9778         * stdio/memstream.c (enlarge_buffer): Double the buffer size, rather
9779         than adding 100.  Don't clobber *INFO->bufsize when called with the
9780         put limit reset.  If the target has been set, extend and zero-fill
9781         the buffer.
9782         (seek): New function.
9783         (open_memstream): Use it for seek io fn.  Call fmemopen with "w+" mode.
9784
9785 Sun Jun 28 19:01:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9786
9787         * stdio/fseek.c: Fail with EINVAL for a negative file pos.
9788
9789 Fri Jun 26 00:07:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9790
9791         * Makeconfig (stdarg.h): New variable.
9792         * Makefile (headers): Add $(stdarg.h).
9793
9794         * stdio/stdio.h: Change __va_list to __gnuc_va_list in decls.
9795
9796         * sysdeps/unix/morecore.c: Include malloc.h #ifndef _MALLOC_INTERNAL.
9797         Don't include <stdio.h>.
9798         (NULL): Define to 0 if not defined.
9799
9800         * sysdeps/i386/bzero.c: Include string.h, not bstring.h.
9801
9802 Thu Jun 25 21:01:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9803
9804         * stdio/perror.c, string/strerror.c (_sys_errlist, _sys_nerr): Don't
9805         declare #ifndef HAVE_GNU_LD.
9806
9807         * stdio/fwrite.c: Cast arg to write io func to const char * (from uns).
9808
9809         * sysdeps/unix/Makefile: If syscall.h doesn't exist in
9810         $(sysincludedir), look for sys/syscall.h and create $(objpfx)syscall.h
9811         to #include it.
9812
9813         * sysdeps/unix/morecore.c (__default_morecore): Deansideclized.
9814         * malloc/*.c: Only #include <malloc.h> #ifndef _MALLOC_INTERNAL.
9815
9816 Wed Jun 24 19:09:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9817
9818         * sysdeps/unix/snarf-ioctls: Avoid looking at a few particular
9819         headers which tend to mislead us.
9820
9821         * Makefile (distribute): Add COPYING.
9822
9823         * configure (Makefile): When invoking make in srcdir, set ARCH
9824         rather than objdir on the cmd line.
9825
9826         * posix/glob.c [DIRENT] (direct): Don't define to dirent.
9827         [! DIRENT] (direct): Define to dirent.
9828
9829         * Make-dist [!subdir] (+tsrcs): Don't include $(distribute).  It was
9830         already included above.
9831
9832 Mon Jun 22 16:58:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9833
9834         * Makerules (sysdep_routines): Export it.
9835
9836 Wed Jun 17 17:58:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9837
9838         * posix/glob.c (my_realloc): Test only __GNU_LIBRARY__.  Can't trust
9839         STDC_HEADERS.
9840
9841 Tue Jun 16 20:20:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9842
9843         * resource/sys/resource.h (enum __rlimit_resource): Added MEMLOCK,
9844         NPROC, OFILE.
9845
9846         * posix/Makefile (glob.tar): Include Makefile.in & configure, and not
9847         Makefile.
9848         (glob/configure): New rule.
9849
9850         * posix/glob/Makefile: Moved to posix/glob/Makefile.in.
9851         (VPATH, srcdir, CPPFLAGS): Define to be replaced by autoconf.
9852
9853         * posix/glob.c: Rearranged conditionals for use with autoconf.
9854
9855 Thu Jun 11 15:47:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9856
9857         * sysdeps/unix/bsd/sun/sparc/start.c: Added alias for start -> __start.
9858
9859 Tue Jun  9 20:15:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9860
9861         * sysdeps/posix/rename.c: Return failure and don't remove the old
9862         link if the link failed with other than EEXIST.
9863
9864         * posix/glob/Makefile: Fixed copyright notice.
9865         (realclean): Don't remove ~ backup files.
9866
9867 Thu Jun  4 16:41:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9868
9869         * time/Makefile (install-data): Don't include zoneinfo/.
9870         Makerules already makes sure the necessary directories exist.
9871
9872         * setjmp/setjmp.h (sigsetjmp) [__GNUC__]: Use typeof hackery to
9873         construct the type of the temporary var for the arg.
9874         (_setjmp) [__FAVOR_BSD]: Make same as setjmp.
9875
9876         * malloc/malloc.h (mtrace): Declare.
9877
9878         * malloc/malloc.h, malloc/calloc.c, malloc/free.c, malloc/malloc.c,
9879         malloc/mcheck.c, malloc/memalign.c, malloc/mstats.c,
9880         malloc/mtrace.c, malloc/realloc.c, malloc/valloc.c: Deansideclized;
9881         changed copyright notices to be independent of libc.
9882         * malloc/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
9883
9884         * io/ftw.h, io/ftw.c: New.
9885         * io/Makefile (headers): Added ftw.h.
9886         (routines): Added ftw.
9887
9888 Tue Jun  2 21:49:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9889
9890         * sysdeps/unix/bsd/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Use
9891         __sighandler_t.
9892
9893         * posix/glob.c (__ptr_t): Define.
9894
9895 Thu May 28 06:57:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9896
9897         * sysdeps/m68k/jmp_buf.h: Don't use PTR.
9898
9899 Wed May 27 18:09:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9900
9901         * posix/{glob,fnmatch}.[ch]: Deansideclized; changed copyright
9902         notice to be independent of libc.
9903         * posix/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
9904
9905         * posix/unistd.h (_SC_2_FORT_RUN, _SC_2_LOCALDEF): Define.
9906
9907         * posix/unistd.h: Define _POSIX2_* without #ifdef __USE_POSIX2.
9908
9909         * posix/unistd.h (_POSIX2_FORT_DEV): Removed.
9910
9911         * posix/fnmatch.h (FNM_FILE_NAME): Alias for FNM_PATHNAME.
9912
9913 Tue May 26 00:39:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9914
9915         * time/Makefile (install-data): Include zoneinfo/, so the directory
9916         gets made.
9917
9918         * Makeconfig (+gcc-nowarn): Define to -w if using gcc.
9919         * time/Makefile (tz-cc): Use it to suppress warnings for grody code.
9920
9921         * posix/Makefile (libposix.a), math/Makefile (libm.a): Make archive
9922         containing /dev/null instead of nothing; ar won't create an empty
9923         archive.
9924
9925         * Makerules (%/): Added generic mkdir rule.
9926
9927         * posix/Makefile (install-lib): Define to libposix.a.
9928         (libposix.a): Create empty archive.
9929
9930         * posix/Makefile (distribute): Added utsnamelen.h.
9931
9932         * ctype/ctype.c (tolower, toupper): If the arg doesn't fit in a
9933         char, return it unchanged.
9934         * ctype/ctype.h (tolower, toupper): Don't define as macros.
9935         [__GNUC__]: Define as extern inline functions.
9936
9937         * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h,
9938         sysdeps/unix/bsd/sun/sunos4/uname.S: New.
9939
9940         * configure: Only do hacking to snarf uname info if the config uses
9941         the generic uname implementation.
9942
9943         * Makeconfig (+defines): Define to include $(gnu_ld), rather than
9944         -DHAVE_GNU_LD.
9945         * configure: Write config.make with gnu_ld/gnu_as defns.
9946
9947         * sysdeps/unix/bsd/sun/sunos411: Renamed back to .../sunos4.
9948         * sysdeps/unix/bsd/bsd44: Renamed to .../bsd4.4.
9949
9950         * Makeconfig: include $(objpfx)configparms instead of
9951         $(objdir)/Makeconfig.
9952         Define objpfx as soon as objdir is defined, so we can use it.
9953
9954         * sysdeps/generic/uname.c: Use UNAME_* from config-name.h.
9955
9956 Mon May 25 19:33:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9957
9958         * configure: Accept all standard GNU configure options.
9959         Expect to be run in object directory, and find source directory
9960         elsewhere.
9961         Write config.status as a shell script that can be run to recreate
9962         the configuration.
9963         Grok os names containing dots by trying each successively
9964         less-precise substring.
9965         Write Sysnames and config-name.h in current directory.
9966         Write #define's for uname sysname, release, version, and machine
9967         elts in config-name.h.  Hackery to intuit release and version info.
9968
9969         * stdio/vsnprintf.c, stdio/vsprintf.c, stdio/vasprintf.c,
9970         stdio/vdprintf.c, stdio/vfscanf.c, stdio/vscanf.c,
9971         stdio/__vsscanf.c: Take arg list as va_list, not PTR.
9972
9973         * stdio/stdio.h: Replaced #include <stdarg.h> with magic.
9974         Properly use __va_list in prototypes.
9975
9976         * Makeconfig (exec_prefix): Define.
9977         (libdir, includedir, bindir): Use it.
9978
9979         * sysdeps/unix/sysv/Makefile [subdir==io] (sysdep-routines): Removed
9980         __utssys.
9981         * sysdeps/unix/sysv/Dist: Removed __utssys.S.
9982         * sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/uname.c: Removed.
9983         * sysdeps/unix/sysv/uname.S, sysdeps/unix/sysv/utsnamelen.h: New.
9984
9985         * posix/sys/utsname.h (_UTSNAME_LENGTH): Don't define; instead,
9986         #include <utsnamelen.h> to define it.
9987         * sysdeps/generic/utsnamelen.h: New.
9988
9989 Sun May 24 00:07:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9990
9991         * sysdeps/generic/inet-cvt.h: Deansideclized.
9992
9993         * string/string.h (memfrob): First arg is __ptr_t, not char *.
9994
9995         * misc/sys/cdefs.h (__ptr_t): Made #define rather than a typedef.
9996
9997 Fri May 22 01:52:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
9998
9999         * Makefile, Rules, Makerules: Remove all rules for ansideclificating
10000         headers.
10001
10002         * posix/glob.h, posix/fnmatch.h: Use explicit cruft for C++.
10003         Define __P and const for C++/ANSI vs old C ourselves, to avoid
10004         dependence on <sys/cdefs.h>.
10005
10006         * inet/Makefile: Remove cruft to snarf things from bsd/.
10007         * inet/bsd/*.c: Moved to inet/.
10008
10009         * Makerules: Install headers from source directories into
10010         $(includedir), rather than ansidecl madness.
10011         * Makeconfig (ansi-incldir, trad-incldir): Removed.
10012         (includedir): Define instead.
10013
10014         * assert/assert.h, ctype/ctype.h, dirent/dirent.h, grp/grp.h,
10015           locale/locale.h, locale/localeinfo.h, math/math.h,
10016           misc/sys/file.h, misc/sys/ioctl.h, misc/sys/ptrace.h,
10017           misc/sys/uio.h, misc/sgtty.h, misc/nlist.h, posix/gnu/types.h,
10018           posix/sys/wait.h, posix/sys/types.h, posix/sys/times.h,
10019           posix/sys/utsname.h, posix/unistd.h, posix/tar.h, posix/utime.h,
10020           posix/wordexp.h, posix/glob.h, posix/fnmatch.h, pwd/pwd.h,
10021           resource/sys/resource.h, resource/sys/vlimit.h,
10022           resource/sys/vtimes.h, setjmp/setjmp.h, signal/signal.h,
10023           signal/gnu/signal.h, socket/sys/socket.h, stdio/stdio.h,
10024           stdio/printf.h, stdlib/alloca.h, stdlib/stdlib.h, string/string.h,
10025           termios/termios.h, time/sys/time.h, time/time.h, io/sys/stat.h,
10026           io/fcntl.h, errno.h, stddef.h, malloc/malloc.h:
10027         Deansideclized.  Use <sys/cdefs.h> macros instead of ansidecl and
10028         C++ cruft.
10029         * features.h: #include <sys/cdefs.h>.
10030
10031         * string/string.h (strfry, memfrob): Declare.
10032         * string/Makefile (routines): Added strfry and memfrob.
10033         * string/strfry.c, string/memfrob.c: New.
10034
10035         * locale/C-ctype_ct.c: Made BS be isspace.
10036
10037         * sysdeps/generic/strstr.c: Return HAYSTACK, not its end, if NEEDLE
10038         is the empty string.
10039
10040         * sysdeps/generic/strncase.c: Fixed for case of empty string.
10041
10042 Wed May 20 02:36:09 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10043
10044         * io/sys/stat.h (fchmod): Declare, rather than two __fchmod decls.
10045
10046         * configure (sysv, bsd): Don't make base_os=unix; unix/{sysv,bsd}
10047         instead.
10048         Set os_used if base_os is used.
10049
10050 Tue May 19 21:00:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10051
10052         * crypt/*: New files from glad.
10053
10054         * stdio/stdio.h (sys_nerr, sys_errlist): Don't declare const.
10055
10056 Sun May 17 15:50:00 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10057
10058         * io/Makefile (headers): Remove gnu/stat.h; add sys/stat.h.
10059
10060         * posix/glob.c (glob): Don't let us fall off the end without returning.
10061
10062         * sysdeps/stub/setenv.c, sysdeps/posix/setenv.c: New.
10063         * stdlib/stdlib.h [__USE_BSD] (setenv): Declare.
10064         * stdlib/Makefile (routines): Add setenv.
10065
10066         * malloc/mtrace.c (old_{free,malloc,realloc}_hook): Renamed to tr_&
10067         to not conflict with mcheck.c when combined into gmalloc.c.
10068
10069 Fri May 15 19:07:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10070
10071         * socket/sys/socket.h (PF_NBS, AF_NBS): Removed.
10072         (PF_ISO, PF_OSI, PF_APPLETALK, PF_ROUTE, PF_LINK): Define.
10073         (PF_MAX): Increase accordingly.
10074
10075         * inet/bsd/*.c: Snarfed latest code from 4.4.
10076
10077         * misc/sys/cdefs.h (__BEGIN_DECLS, __END_DECLS): Define cruft for C++.
10078
10079 Thu May 14 01:45:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10080
10081         * posix/glob.h (GLOB_MAGCHAR): Check user feature-test macros,
10082         rather than __USE_BSD, so we don't depend on features.h.
10083
10084         * sysdeps/stub/__wait4.c: Last arg is struct rusage *, not PTR.
10085
10086         * math/bsd/common_source/mathimpl.h: Don't #define const.
10087         #include <sys/cdefs.h> instead.
10088
10089         * Makefile (+other_dirs): Add crypt, but only if it exists at run time.
10090         * crypt/GNUmakefile: New file.
10091         * sysdeps/sparc/Makefile, sysdeps/m68k/Makefile (crypt):
10092         Define to use machine-dependent assembly code in crypt/crypt.*.S.
10093         * crypt: New directory.
10094
10095         * find-sysdirs: Don't lose if there are no sysnames.
10096
10097         * termios/Makefile (headers): Added sys/termios.h.
10098         * termios/sys/termios.h: New file; just #include <termios.h>.
10099
10100         * stdlib/qsort.c: Define _quicksort rather than qsort.
10101         * stdlib/msort.c: New file; defines qsort function that does merge
10102         sort.  Falls back to _quicksort if it fails to allocate a temp array.
10103         * stdlib/Makefile (routines): Added msort.
10104
10105         * string/string.h (memccpy, strdup): Also declare #ifdef __USE_BSD.
10106         [__USE_BSD] (index, rindex, bcmp, bzero, ffs): Declare.
10107         * string/strings.h: Just #include <string.h>.
10108         * string/Makefile (headers): Removed bstring.h.
10109
10110         * misc/Makefile (routines): Removed swab.
10111         * string/Makefile (routines): Put it here instead.
10112         * misc/swab.c: Moved to string/swab.c.
10113
10114         * stdio/stdio.h [__USE_BSD] (sys_nerr, sys_errlist): Declare.
10115
10116         * grp/grp.h (setgrent, endgrent, getgrent): Also do #ifdef __USE_BSD.
10117
10118         * posix/glob.h [__USE_BSD] (GLOB_MAGCHAR): Declare.
10119         (glob_t): Added member `gl_flags'.
10120         * posix/glob.c (glob, glob_in_dir): Set gl_flags member to FLAGS;
10121         or in GLOB_MAGCHAR if any metachars are seen.
10122
10123         * sysdeps/unix/bsd/bsd44/readdir.c: New.
10124
10125         * sysdeps/unix/bsd/sun/readdir.c: Don't need to declare
10126         __getdirentries here.  Use off_t and ssize_t.
10127
10128         * misc/Makefile (routines): Removed getdents and __getdents.
10129         * dirent/Makefile (routines): Put them here instead.
10130         * misc/getdents.c: Moved to dirent/getdents.c.
10131         * dirent/dirent.h [__USE_BSD] (__getdirentries, getdirentries):
10132         Declare.
10133
10134         * dirent/Makefile (routines): Added scandir and alphasort.
10135         * dirent/scandir.c, dirent/alphasort.c: New.
10136         * dirent/dirent.h [__USE_BSD] (scandir, alphasort): Declare.
10137
10138         * sysdeps/unix/bsd/nice.c, sysdeps/unix/sysv/nice.S,
10139         sysdeps/stub/nice.c: New.
10140         * resource/Makefile (routines): Added nice.
10141
10142         * misc/sys/cdefs.h [__USE_BSD] (const, signed, volatile): #define to
10143         __ versions, for the sake of 4.4 header files.
10144
10145 Wed May 13 00:35:12 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10146
10147         * stdlib/tst-strtol.c: Fixed typo in test table.
10148
10149         * stdlib/strtol.c: Fixed checking for overflow of long int that fits
10150         in unsigned long int.
10151
10152         * misc/Makefile (headers): Added ttyent.h.
10153         (routines): Added getttyent.
10154         * misc/ttyent.h, misc/getttyent.h: New; snarfed from 4.4.
10155
10156         * posix/sys/wait.h [__USE_BSD]: Added forward decl for struct rusage.
10157         (__wait4, __wait3): Declare arg as struct rusage, not PTR.
10158
10159         * inet/arpa/*.h, inet/protocols/*.h, inet/netdb.h, inet/resolv.h:
10160         New files from 4.4.
10161         * inet/Makefile (headers): Snarf *.h from arpa/ and protocols/.
10162
10163         * sysdeps/m68k/fpu/__math.h, assert/assert.h: #include <sys/cdefs.h>
10164         and use its macros rather than rolling our own.
10165
10166         * misc/sys/cdefs.h: New file.
10167         * misc/Makefile (headers): Add it.
10168
10169         * Makerules: Moved check for headers coming from env to Rules.
10170
10171 Tue May 12 01:04:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10172
10173         * sysdeps/generic/strsep.c: New.
10174         * string/string.h [__USE_BSD] (strsep): Declare.
10175         * string/Makefile (routines): Added strsep.
10176
10177         * sysdeps/unix/sysv/__settod.c, sysdeps/unix/sysv/stime.S,
10178         sysdeps/unix/bsd/stime.c, sysdeps/stub/stime.c: New.
10179         * time/time.h [__USE_SVID] (stime): Declare it.
10180
10181         * sysdeps/unix/bsd/bsd44/__getdents.S: New.
10182
10183         * posix/wordexp.h, posix/utime.h, posix/unistd.h, time/time.h,
10184         termios/termios.h, posix/tar.h, string/strings.h, string/string.h,
10185         stdlib/stdlib.h, signal/signal.h, stdio/stdio.h, misc/sgtty.h,
10186         setjmp/setjmp.h, inet/resolv.h, pwd/pwd.h, stdio/printf.h,
10187         misc/nlist.h, inet/netdb.h, math/math.h, malloc/malloc.h,
10188         locale/locale.h, grp/grp.h, posix/glob.h, posix/getopt.h,
10189         posix/fnmatch.h, io/fcntl.h, errno.h, dirent/dirent.h,
10190         ctype/ctype.h, string/bstring.h, assert/assert.h, stdlib/alloca.h,
10191         misc/a.out.h [__cplusplus]: Added stupid cruft for losing C++.
10192
10193 Mon May 11 01:40:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10194
10195         * math/Makefile (headers): Added huge_val.h and nan.h.
10196
10197         * io/Makefile (headers): Changed gnu/stat.h to statbuf.h.
10198
10199         * time/Makefile (install-data): Include $(localtime-file) and
10200         $(posixrules-file) if they are relative.
10201         (install-others): Include them if absolute.
10202         ($(posixrules-file), $(localtime-file)): Define rules to install if
10203         absolute file names.
10204         * Makerules (+install): Include $(install-others) verbatim.
10205         * Makeconfig (localtime-file): Made default /etc/localtime.
10206
10207         * sysdeps/generic/Makefile (endian.h): Only generate if would
10208         otherwise use stub version.
10209         * sysdeps/stub/endian.h, sysdeps/i386/endian.h: New.
10210
10211         * Rules, Makefile: Export distribute and dont_distribute.
10212         * Make-dist: Export sysdep_dirs.  Unexport things rather than
10213         clobbering their values.
10214
10215         * misc/sys/ptrace.h: Fixed typo.
10216
10217         * stdio/stdio.h (__io_read, __io_write, __io_seek, __io_close):
10218         Added comments.
10219
10220         * stdio/internals.c (flushbuf): If in append mode, don't do aligned
10221         writing, seek to the target, or update the offset.
10222
10223         * posix/unistd.h (lseek): Doc fix.
10224
10225         * misc/swab.c: New.
10226         * misc/Makefile (routines): Added swab.
10227
10228 Wed May  6 12:32:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10229
10230         * math/Makefile, inet/Makefile (source_dirs): Export it.
10231         * MakeTAGS (all-dirs): Include $(source_dirs).
10232
10233         * Makefile (TAGS): Removed dep on subdir_TAGS.
10234         (+subdir_targets): Removed subdir_TAGS.
10235         * MakeTAGS [! subdir] (TAGS): Depend on subdir_TAGS.
10236         [! subdir] (subdir_TAGS): Recurse on subdirectories.
10237
10238         * Makerules (headers): Don't take value from the environment.
10239
10240         * Makerules (sysdirs, sysdep_dir): Export them.
10241
10242         * MakeTAGS: New makefile.
10243         * Makefile (distribute): Include it.
10244         * Makefile (TAGS), Rules (TAGS): Removed rules.
10245         * Makerules (TAGS): New rule that uses MakeTAGS.
10246         * Makefile (TAGS): Depend on subdir_TAGS.
10247
10248         * Makerules (install, install-lib, install-data, routines, aux):
10249         Don't bother removing these if they come from the environment, since
10250         they won't with make >= 3.62.8.
10251         * Rules (distribute, headers): Ditto.
10252         (subdir): Export it.
10253         * Makerules (sources, headers): Export these.
10254         * Makefile (subdirs): Export it.
10255
10256         * Rules (+tags_sources): Removed.
10257         * Makerules (tags-sources): Define here.
10258         * ctype/Makefile (tags-sources): Redefine to give headers precedence
10259         over sources.
10260         * Rules (TAGS), Makefile (TAGS): Rewrote rules.
10261         * Makeconfig (+ctags): Removed.
10262         (ETAGS): Define.
10263
10264         * sysdeps/posix/getcwd.c: Don't closedir twice.
10265
10266         * sysdeps/unix/bsd/hp/m68k/__wait3.S: Define __wait3, not ___wait3.
10267
10268         * posix/sys/types.h [__USE_BSD] (fsid_t): Define.
10269         * posix/gnu/types.h (__fsid_t): Define.
10270
10271         * io/fcntl.h (F_GETLK): Define.
10272
10273 Tue May  5 18:36:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10274
10275         * misc/Makefile (routines): Added seteuid and setegid.
10276         * sysdeps/stub/sete[ug]id.c, sysdeps/unix/bsd/bsd44/sete[ug]id.S: New.
10277         * posix/unistd.h [__USE_BSD] (seteuid, setegid): Declare.
10278
10279         * sysdeps/unix/bsd/tcsendbrk.c: #include <sys/types.h>
10280
10281         * Makerules: Strip whitespace from $(headers) so ifdef wins.
10282
10283         * sysdeps/unix/bsd/bsdtty.h: #undef a bunch more things.
10284
10285         * sysdeps/unix/bsd/bsd44/errnos.h: New, hacked from 4.4 <sys/errno.h>.
10286
10287         * sysdeps/unix/Makefile (ioctls.h, errnos.h): Only generate if
10288         the files that would be used otherwise are the stub versions.
10289
10290         * sysdeps/unix/bsd/tcflow.c: Don't write VSTOP or VSTART if it is
10291         _POSIX_VDISABLE.
10292
10293         * sysdeps/unix/bsd/tcflush.c: Use FREAD|FWRITE for TCIOFLUSH.
10294
10295         * sysdeps/unix/bsd/usleep.c: Use select rather than itimers to wait.
10296
10297         * sysdeps/unix/bsd/tcsendbrk.c: Use select rather than itimers to wait.
10298
10299         * termios/cfmakeraw.c: New.
10300         * termios/Makefile (routines): Added cfmakeraw.
10301
10302         * sysdeps/unix/bsd/bsd44/ioctls.h: New file, hacked from 4.4
10303         <sys/ioctl.h>.
10304         * sysdeps/unix/bsd/bsd44/__tcgetatr.c: New.
10305         * sysdeps/unix/bsd/bsd44/tcsetattr.c: New.
10306         * sysdeps/unix/bsd/bsd44/tcdrain.c: New.
10307
10308         * termios/sys/ttydefaults.h: New, snarfed from 4.4.
10309         * termios/Makefile (headers): Define.
10310         * termios/termios.h [__USE_BSD]: #include <sys/ttydefaults.h>
10311
10312         * sysdeps/posix/getcwd.c: Removed unused variable.
10313
10314         * time/__tzset.c: Cast string literal to (char *).
10315
10316         * setjmp/sigjmp_save.c: Declare properly to return void.
10317
10318         * sysdeps/ieee754/nan.h: Created; somehow it disappeared.
10319
10320 Mon May  4 18:30:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10321
10322         * sysdeps/unix/bsd/bsd44/__wait4.S: New.
10323
10324         * sysdeps/unix/bsd/4.4: Renamed to sysdeps/unix/bsd/bsd44.
10325
10326         * signal/gnu/signal.h (__SA_DISABLE, __SA_NOCLDSTOP): Use same bits
10327         4.4 uses.
10328
10329 Sun May  3 13:57:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10330
10331         * stdio/fwrite.c: Use unsigned char to avoid sign extension.
10332
10333         * stdlib/__random.c (randtbl): Replaced default constants so they
10334         match the state produced by "srandom (1)".
10335
10336         * stdlib/mbtowc.c: Test for S == "" before testing for no mbchars.
10337
10338         * stdlib/Makefile (tests): Added testrand.
10339         * stdlib/testrand.c: New test for rand.
10340
10341         * stdlib/testmb.c: Added 2 mblen tests.
10342
10343         * stdlib/wcstombs.c: Don't do anything strange for EOF.
10344         Copy non-MB characters as they are.
10345         Properly increment S after writing.
10346
10347         * stdlib/testmb.c: Added test case for wcstombs.
10348
10349         * signal/signal.h (SA_DISABLE): Define.
10350         * signal/gnu/signal.h (__SA_DISABLE): Define.
10351
10352         * signal/signal.h (struct sigaltstack): Define new type.
10353         (sigaltstack): Declare new fn.
10354         * sysdeps/stub/sigaltstack.c: New.
10355         * sysdeps/unix/bsd/4.4/sigaltstack.S: New.
10356
10357         * misc/Makefile (routines): Added reboot.
10358         * posix/unistd.h (reboot): Declare.
10359         * sysdeps/stub/reboot.c: New.
10360
10361         * sysdeps/unix/bsd/ulimit.c [! HAVE_GNU_LD]: #define _etext -> etext.
10362
10363         * sysdeps/unix/bsd/sun/sparc/sethostid.S: #define _ERRNO_H before
10364         #include <errnos.h>.
10365
10366         * configure (newos*): base_os=unix/bsd.
10367
10368 Fri May  1 12:21:47 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10369
10370         * io/gnu/stat.h: Moved to sysdeps/unix/bsd/statbuf.h.
10371         * sysdeps/unix/bsd/statbuf.h: Define struct stat, not struct __stat.
10372         * io/stat.c: Use struct stat, not struct __stat.
10373         * sysdeps/stub/statbuf.h: New.
10374         * io/sys/stat.h: #include <statbuf.h> instead of gnu/stat.h.
10375         (stat, fstat, lstat, chmod, fchmod, umask, mkdir, mknod): Don't
10376         #define; declare as fns instead.
10377         * sysdeps/unix/sysv/stat.h: New.
10378         * sysdeps/unix/sysv/sysv_stat.h, sysdeps/unix/sysv/sys_stat.S,
10379         sysdeps/unix/sysv/sys_fstat.S: Removed.
10380         * sysdeps/unix/sysv/Makefile (sysdep_routines): Removed sys_stat,
10381         sys_fstat.
10382         * sysdeps/unix/sysv/Dist: Removed sys_stat.S, sys_fstat.S.
10383         * sysdeps/unix/bsd/__stat.S, sysdeps/unix/bsd/__fstat.S: Moved to
10384         sysdeps/unix.
10385
10386         * sysdeps/m68k/fpu/switch/Makefile: Refer to dirs fpu and
10387         fpu/switch, not 68881 and 68881-switch.
10388
10389         * sysdeps/m68k/fpu/switch/switch.c: #include <68881-sw.h>, not
10390           68881-switch.h.
10391
10392         * sysdeps/m68k/fpu/__expm1.c, sysdeps/m68k/fpu/__rint.c,
10393         sysdeps/m68k/fpu/asin.c, sysdeps/m68k/fpu/atan.c,
10394         sysdeps/m68k/fpu/atanh.c, sysdeps/m68k/fpu/ceil.c,
10395         sysdeps/m68k/fpu/cos.c, sysdeps/m68k/fpu/cosh.c,
10396         sysdeps/m68k/fpu/exp.c, sysdeps/m68k/fpu/fabs.c,
10397         sysdeps/m68k/fpu/floor.c, sysdeps/m68k/fpu/log.c,
10398         sysdeps/m68k/fpu/log10.c, sysdeps/m68k/fpu/log1p.c,
10399         sysdeps/m68k/fpu/sin.c, sysdeps/m68k/fpu/sinh.c,
10400         sysdeps/m68k/fpu/sqrt.c, sysdeps/m68k/fpu/tan.c,
10401         sysdeps/m68k/fpu/tanh.c: #include <acos.c> without explicit path
10402         (which has changed).
10403
10404         * sysdeps/unix/bsd/sun/sparc/start.c: #include <syscall.h>.
10405         (syscall): Removed C function; define all inside asm instead.
10406         (init_shlib): Cast return value of syscall to right types.
10407
10408 Thu Apr 30 01:15:33 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10409
10410         * sysdeps/unix/bsd/sun/sparc/start.c: Added code to use dynamic
10411         linker from trq@dionysos.thphys.ox.ac.uk.
10412
10413         * sysdeps/unix/bsd/sun/sunos4: Renamed to sunos411.
10414
10415         * setjmp/setjmp.h (sigsetjmp): Don't declare as a function.
10416         Define as a macro instead.
10417         (__sigjmp_save): Declare; internal fn used by sigsetjmp macro.
10418         (_setjmp), [__FAVOR_BSD] (setjmp): Always define as a macro.
10419         * setjmp/sigjmp_save.c: New file.
10420         * setjmp/_setjmp.c, setjmp/sigsetjmp.c: Removed.
10421         * Makefile (routines): Removed _setjmp, sigsetjmp; added sigjmp_save.
10422         * misc/bsd-compat.c (setjmp): Don't define.
10423
10424         * configure (sysv, bsd): base_os=unix
10425
10426         * configure: Fatal error if the machine or os did not generate any
10427         sysdep dirs.
10428
10429         * configure: No error message after config.sub fails.
10430
10431         * sysdeps/mips, sysdeps/unix/bsd/ultrix42: New port from
10432         brendan@cs.widener.edu.
10433
10434         * Reorganized sysdeps:
10435           unix/bsd/
10436               hp9k3bsd -> hp/m68k
10437               news -> sony/m68k
10438               sun/
10439                   sun3/os3 -> sunos3/m68k
10440                   sun3 -> m68k
10441                   sun4 -> sparc
10442           unix/sysv/
10443               r4 -> sysv4
10444           m68k/
10445               68881 -> fpu
10446               68881/68881-switch -> fpu/switch
10447         * sysdeps/unix/bsd/sony/m68k/start.c: Changed #include.
10448         * configure: Use config.sub to canonicalize name.
10449         Then use combinations of machine, vendor, and os (with special
10450         hacks for os flavors) for sysdep dirs to try.
10451         * Makefile (distribute): Added config.sub.
10452
10453 Wed Apr 29 23:06:06 1992  Brendan Kehoe  (brendan@churchy.gnu.ai.mit.edu)
10454
10455         * sysdeps/unix/bsd/hp9k3bsd/sysdep.h,
10456         sysdeps/unix/bsd/sun/sun3/sysdep.h, sysdeps/unix/bsd/sun/sun4/sysdep.h,
10457         sysdeps/unix/bsd/vax/sysdep.h,sysdeps/unix/i386/sysdep.h,
10458         sysdeps/mach/i386/sysdep.h: Change all definitions of movl/mov to
10459         MOVE(s, d), for insn sets with d,s instead of s,d move insns.
10460         * sysdeps/unix/__getegid.S, sysdeps/unix/__geteuid.S,
10461         sysdeps/unix/__getppid.S: Use that in each of these.
10462
10463 Wed Apr 29 17:58:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10464
10465         * io/getwd.c: Default PATH_MAX if not defined.
10466
10467         * sysdeps/unix/getlogin.c, sysdeps/posix/ttyname.c: Make buffers
10468         only as big as needed, avoiding PATH_MAX.
10469
10470         * sysdeps/posix/getcwd.c: Dynamically extend the buffer as we go,
10471         not afterwards; default PATH_MAX if not defined.
10472
10473         * posix/execvp.c: Dynamically allocate an array on the stack for the
10474         path name, rather than using a fixed-size array.
10475
10476         * pwd/putpwent.c: Print pw_dir field.
10477
10478         * sysdeps/posix/mktemp.c: If the pid has changed, update OLDPID.
10479
10480 Tue Apr 28 19:25:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10481
10482         * malloc/valloc.c [emacs]: #include "config.h"
10483
10484 Thu Apr 23 13:55:34 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
10485
10486         * sysdeps/m68k/68881/__drem.c: Define __drem, not drem.
10487         Call ____drem, not __drem.
10488
10489         * malloc/realloc.c, malloc/malloc.c: Don't #define memcpy or memset
10490         if already #define'd.
10491
10492 Tue Apr 21 04:16:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10493
10494         * malloc/Makefile: Moved include ../Rules after malloc.tar rules.
10495         They need $(routines), which Rules clears.
10496
10497         * malloc/realloc.c (MIN): Renamed to min.  Conflicted with HPUX
10498         system header files.
10499
10500         * Makefile (sysdep-subdirs): Is not called +sysdep-subdirs.
10501
10502         * configure: Don't try to create config.status if . is not writable.
10503
10504         * sysdeps/generic/printf_fp.c: Fixed padding loop condition for zero
10505         case.
10506
10507         * math/math.h: Don't #include <float.h> for HUGE_VAL.
10508         Instead, #include <huge_val.h>.
10509         * stdlib/stdlib.h: Ditto.
10510         * math/math.h [__USE_GNU]: #include <nan.h> to get NAN value.
10511         * float.h: Removed.
10512         * Makefile (headers): Removed float.h and fl.h.
10513         * sysdeps/ieee754/huge_val.h, sysdeps/ieee754/nan.h,
10514         sysdeps/stub/huge_val.h, sysdeps/stub/nan.h, sysdeps/vax/huge_val.h:
10515         Created (from old fl.h files).
10516
10517         * math/bsd/common_source/pow.c (pow_p): When checking if Y is an
10518         integer, don't let it overflow a `long int'.
10519         (pow): Check for NaN with __isnan, not (X != X).
10520
10521 Tue Apr 21 02:26:19 1992  Brendan Kehoe  (brendan@cs.widener.edu)
10522
10523         * sysdeps/unix/bsd/sun/sun4/__pipe.S,
10524         sysdeps/unix/bsd/vax/__wait3.S, sysdeps/unix/bsd/hp9k3bsd/__wait3.S:
10525         Use the ENTRY macro for each beginning
10526
10527         * sysdeps/unix/sysdep.h, sysdeps/unix/bsd/hp9k3bsd/sysdep.h,
10528         sysdeps/unix/bsd/sun/sun3/sysdep.h,
10529         sysdeps/unix/bsd/sun/sun4/sysdep.h, sysdeps/unix/bsd/vax/sysdep.h,
10530         sysdeps/unix/i386/sysdep.h, sysdeps/unix/sysdep.h,
10531         sysdeps/unix/sysv/sysdep.h [SYSCALL, SYSCALL__, PSEUDO]: Modify to
10532         also receive the number of args the syscall takes; added for future
10533         ports that will require this information.
10534
10535         * sysdeps/unix/i386/__pipe.S, sysdeps/unix/bsd/vax/__pipe.S,
10536         sysdeps/unix/bsd/sun/sun4/__pipe.S,
10537         sysdeps/unix/bsd/hp9k3bsd/__pipe.S, sysdeps/unix/i386/__brk.S,
10538         sysdeps/unix/bsd/sun/__getdents.S, sysdeps/unix/i386/__fork.S,
10539         sysdeps/unix/bsd/vax/__fork.S, sysdeps/unix/bsd/sun/sun4/__fork.S,
10540         sysdeps/unix/__setgid.S, sysdeps/unix/__setuid.S,
10541         sysdeps/unix/bsd/sun/sun3/__vfork.S,
10542         sysdeps/unix/bsd/sun/sun4/__vfork.S,
10543         sysdeps/unix/bsd/vax/__wait.S, sysdeps/unix/bsd/hp9k3bsd/__wait.S,
10544         sysdeps/unix/i386/__wait.S,
10545         sysdeps/unix/bsd/sun/sunos4/sys_wait4.S,
10546         sysdeps/unix/bsd/sun/sun3/sethostid.S,
10547         sysdeps/unix/bsd/sun/sun4/sethostid.S,
10548         sysdeps/unix/bsd/__sigvec.S, sysdeps/unix/bsd/sun/sun4/__sigvec.S,
10549         sysdeps/unix/sysv/i386/__sigret.S, sysdeps/unix/__getppid.S,
10550         sysdeps/unix/bsd/__access.S, sysdeps/unix/sysv/signal.S,
10551         sysdeps/unix/__getegid.S, sysdeps/unix/__geteuid.S,
10552         sysdeps/unix/bsd/bsd_getgrp.S, sysdeps/unix/bsd/__dup2.S,
10553         sysdeps/unix/bsd/__fchmod.S, sysdeps/unix/bsd/__fchown.S,
10554         sysdeps/unix/bsd/__flock.S, sysdeps/unix/bsd/__fstat.S,
10555         sysdeps/unix/bsd/__lstat.S, sysdeps/unix/bsd/__mkdir.S,
10556         sysdeps/unix/bsd/__readlink.S, sysdeps/unix/bsd/__rmdir.S,
10557         sysdeps/unix/bsd/__stat.S, sysdeps/unix/bsd/__symlink.S,
10558         sysdeps/unix/bsd/4.4/chflags.S, sysdeps/unix/bsd/4.4/fchflags.S,
10559         sysdeps/unix/bsd/4.4/sstk.S, sysdeps/unix/bsd/4.4/setlogin.S,
10560         sysdeps/unix/bsd/__getdtsz.S, sysdeps/unix/bsd/__getpgsz.S,
10561         sysdeps/unix/bsd/__setregid.S, sysdeps/unix/bsd/__setreuid.S,
10562         sysdeps/unix/bsd/__utimes.S, sysdeps/unix/bsd/ftruncate.S,
10563         sysdeps/unix/bsd/readv.S, sysdeps/unix/bsd/truncate.S,
10564         sysdeps/unix/bsd/vhangup.S, sysdeps/unix/bsd/writev.S,
10565         sysdeps/unix/bsd/__getpgrp.S, sysdeps/unix/bsd/__setpgrp.S,
10566         sysdeps/unix/bsd/__getrusag.S, sysdeps/unix/bsd/getprio.S,
10567         sysdeps/unix/bsd/getrlimit.S, sysdeps/unix/bsd/setprio.S,
10568         sysdeps/unix/bsd/__sigblock.S,
10569         sysdeps/unix/bsd/__sigpause.S, sysdeps/unix/bsd/__sigstmsk.S,
10570         sysdeps/unix/bsd/killpg.S, sysdeps/unix/bsd/sigstack.S,
10571         sysdeps/unix/bsd/rename.S, sysdeps/unix/bsd/__adjtime.S,
10572         sysdeps/unix/bsd/__setitmr.S, sysdeps/unix/bsd/__settod.S,
10573         sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S,
10574         sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/utime.S,
10575         sysdeps/unix/sysv/__times.S, sysdeps/unix/sysv/i386/time.S,
10576         sysdeps/unix/sysv/alarm.S, sysdeps/unix/sysv/pause.S,
10577         sysdeps/unix/sysv/ulimit.S, sysdeps/unix/__chdir.S,
10578         sysdeps/unix/__chmod.S, sysdeps/unix/__chown.S,
10579         sysdeps/unix/__close.S, sysdeps/unix/__dup.S,
10580         sysdeps/unix/__fcntl.S, sysdeps/unix/__link.S,
10581         sysdeps/unix/__lseek.S, sysdeps/unix/__open.S,
10582         sysdeps/unix/__read.S, sysdeps/unix/__umask.S,
10583         sysdeps/unix/__unlink.S, sysdeps/unix/__write.S,
10584         sysdeps/unix/__ioctl.S, sysdeps/unix/__mknod.S,
10585         sysdeps/unix/acct.S, sysdeps/unix/chroot.S, sysdeps/unix/fsync.S,
10586         sysdeps/unix/ptrace.S, sysdeps/unix/swapon.S, sysdeps/unix/sync.S,
10587         sysdeps/unix/__execve.S, sysdeps/unix/__getgid.S,
10588         sysdeps/unix/__getpid.S, sysdeps/unix/__getuid.S,
10589         sysdeps/unix/_exit.S, sysdeps/unix/__kill.S,
10590         sysdeps/unix/inet/__gethstnm.S, sysdeps/unix/inet/__select.S,
10591         sysdeps/unix/inet/gethostid.S, sysdeps/unix/inet/sethostid.S,
10592         sysdeps/unix/inet/sethostnam.S, sysdeps/unix/inet/accept.S,
10593         sysdeps/unix/inet/bind.S, sysdeps/unix/inet/connect.S,
10594         sysdeps/unix/inet/getpeernam.S, sysdeps/unix/inet/getsocknam.S,
10595         sysdeps/unix/inet/getsockopt.S, sysdeps/unix/inet/listen.S,
10596         sysdeps/unix/inet/recv.S, sysdeps/unix/inet/recvfrom.S,
10597         sysdeps/unix/inet/recvmsg.S, sysdeps/unix/inet/send.S,
10598         sysdeps/unix/inet/sendmsg.S, sysdeps/unix/inet/sendto.S,
10599         sysdeps/unix/bsd/vax/__wait3.S, sysdeps/unix/bsd/hp9k3bsd/__wait3.S,
10600         sysdeps/unix/inet/setsockopt.S, sysdeps/unix/inet/shutdown.S,
10601         sysdeps/unix/inet/socket.S, sysdeps/unix/inet/socketpair.S: Added the
10602         argument count to every use of SYSCALL, SYSCALL__ or PSEUDO.
10603
10604 Tue Apr 21 00:06:52 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10605
10606         * limits.h [__GNUC__ >= 2]: Use #include_next to get GCC's <limits.h>.
10607
10608         * sysdeps/posix/sysd-stdio.c (__stdio_read, __stdio_write,
10609         __stdio_errmsg) [EINTR && EINTR_REPEAT]: Do EINTR looping.
10610         * sysdeps/unix/sysv/sysd-stdio.c: New.
10611         #define EINTR_REPEAT and #include posix/sysd-stdio.c.
10612
10613         * stdlib/mbstowcs.c: Copy non-MB chars verbatim, instead of error.
10614
10615         * sysdeps/generic/printf_fp.c: Note sign of exponent and take its
10616         absolute value for arithmetic.
10617
10618         * stdlib/testmb.c: New.
10619         * stdlib/Makefile (tests): Added testmb.
10620
10621         * sysdeps/generic/frexp.c [NAN]: If VALUE is infinite, return NAN.
10622         If VALUE is NAN, set errno to EDOM and return VALUE.
10623         If VALUE is zero, return it.  In all special cases, clear *EXP.
10624
10625         * stdio/test-fseek.c: New.
10626         * stdio/Makefile (tests): Added test-fseek.
10627
10628         * stdio/fseek.c: Position returned from io_funcs.seek is absolute,
10629         not EOF-relative when using SEEK_END.
10630
10631         * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Set errno to
10632         EEXIST when we run out.
10633
10634         * sysdeps/posix/sysd-stdio.c (exists): Use stat rather than open, so
10635         we don't need read access.
10636
10637         * sysdeps/posix/mk-stdiolim.c (TMP_NAM): is 62 ** 3.
10638
10639 Mon Apr 20 23:08:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10640
10641         * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Don't return
10642         the same name twice when the file doesn't exist.
10643
10644         * stdio/vfprintf.c (%c format): Tests of LEFT for padding were
10645         reversed.
10646
10647         * sysdeps/generic/printf_fp.c: If we have written some fractional
10648         digits, write zeros up to the precision.
10649
10650         * sysdeps/unix/bsd/sun/sun4/start.c: Don't clear the FP until just
10651         before calling main.
10652
10653 Wed Apr 15 01:43:38 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10654
10655         * Makerules (libc.a): Don't depend on libc.a(...); only on lib.
10656         (lib-noranlib): Depend on libobjs.
10657         (+libobjs): New var.
10658         (libobjs): Depend on $(+libobjs).
10659         * Rules (others, tests): Don't depend on lib; on libc.a instead.
10660
10661         * locale/C-numeric.c: grouping is "".
10662
10663         * locale/localeconv.c: Set int_frac_digits.
10664
10665         * locale/setlocale.c: Accept "" to mean "C".
10666
10667         * sysdeps/unix/sysv/r4/bsddir.h: Protect against multiple inclusion.
10668
10669         * sysdeps/unix/sysv/r4/Dist: Created; includes bsddir.h and
10670         sys_getdents.S.
10671
10672         * sysdeps/unix/i386/sysdep.h [! HAVE_SYSCALLS]: Don't #inlcude
10673         unix/sysdep.h.
10674         * sysdeps/unix/sysv/sysdep.h, sysdeps/unix/sysdep.h
10675         (HAVE_SYSCALLS): #define.
10676         * sysdeps/unix/sysv/i386/sysdep.h: #include unix/sysv/sysdep.h, then
10677         unix/i386/sysdep.h.
10678
10679         * sysdeps/unix/sysv/Makefile: Fixed typos.
10680
10681         * sysdeps/unix/sysv/Dist: Add utmp.h.
10682
10683         * sysdeps/posix/Makefile (mk-stdiolim): Explicit commands, to
10684         compile it without normal gcc flags.
10685
10686         * configure (i386-sysv): unix/i386/sysv -> unix/sysv/i386.
10687         (i386-sysvr4): New configuration.
10688
10689 Tue Apr 14 16:47:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10690
10691         * setjmp/setjmp.h: Put sigjmp_buf before typedef for jmp_buf, which
10692         needs sigjmp_buf #ifdef __FAVOR_BSD.
10693
10694         * posix/unistd.h (getgroups): Don't #define.
10695
10696         * sysdeps/stub/ptrace.c: #include <stdarg.h>; declare AP in fn.
10697         Avoid "PTR a, b".
10698
10699         * sysdeps/posix/sigintr.c: New; sets global sigset_t `_sigintr'.
10700         * sysdeps/posix/signal.c: Use SA_RESTART unless SIG is in _sigintr.
10701         * signal/sigintr.c: Removed.
10702         * sysdeps/stub/sigintr.c: New.
10703
10704         * sysdeps/posix/sysd-stdio.c (__stdio_read, __stdio_write,
10705         __stdio_errmsg): Don't treat EINTR specially.
10706
10707         * sysdeps/unix/Makefile (sys/param.h): Touch the target after mv'ing
10708         from the tmp file, so the file is newer than the directory.
10709
10710         * sysdeps/generic/strcasecmp.c: Simplified loop; fixed returning
10711         wrong value on equal comparison.
10712
10713         * stdlib/bsearch.c: Don't lose if NMEMB is zero.
10714
10715         * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Microseconds are
10716         not milliseconds.
10717
10718 Mon Apr 13 18:25:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10719
10720         * sysdeps/generic/strncase.c: New.
10721         * string/Makefile (routines): Add strncase.
10722         * string/string.h [__USE_GNU]: Declare strncasecmp.
10723
10724         * time/__tzset.c: Correctly default DST offset to one hour later
10725         than standard offset.
10726
10727         * time/__tzset.c (tz_rule): Made `name' not be const.
10728
10729         * string/tester.c [! HAVE_GNU_LD]: #define _sys_nerr and
10730         _sys_errlist to sys_nerr and sys_errlist.
10731
10732         * stdio/test_rdwr.c: Fixed printf call missing arg.
10733
10734         * posix/getgrps.c: #undef getgroups first.
10735
10736         * misc/brk.c: Declare __brk.
10737         * misc/sbrk.c: Declare __sbrk.
10738         * misc/setreuid.c, misc/setregid.c: #include <unistd.h>.
10739         Fixed types in DEFUN in fn alias.
10740         * misc/getpgsz.c, misc/getdtsz.c, misc/gethstnm.c: #include <unistd.h>.
10741         * misc/getdents.c: Declare __getdirentries.
10742         * misc/mknod.c: #include <sys/stat.h>.
10743         * posix/unistd.h: Declare many __ versions of things.
10744         [__OPTIMIZE__]: Many #define foo(...) -> __foo(...).
10745
10746         * io/fcntl.c: #include <sys/file.h>.
10747
10748         * sysdeps/unix/Makefile: New hair to install other headers the
10749         system sys/param.h #includes.
10750
10751         * time/__tzset.c (__tzfile_default): Declare.
10752
10753         * time/sys/time.h (timezone): #define to __timezone.
10754
10755         * sysdeps/ieee754/printf_fp.c: #undef outchar before #including
10756         generic/printf_fp.c.
10757
10758         * stdio/__vfscanf.c: For %c, don't lose the first char.
10759         For %s, properly consume the last char when we hit max width.
10760
10761         * posix/gnu/types.h (__dev_t, __mode_t): Made int rather than short.
10762         * io/gnu/stat.h (struct stat): Made st_dev, st_rdev, and st_mode use
10763         {,unsigned} short int instead of __dev_t/__mode_t.
10764
10765 Fri Apr 10 13:55:07 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
10766
10767         * setjmp/setjmp.h: Rearranged so that jmp_buf is defined before any
10768         prototypes are used.
10769         (longjmp): Declare with jmp_buf, not __jmp_buf, to win in BSD mode.
10770         (_longjmp): #define as __longjmp, not longjmp.
10771         (_longjmp, _setjmp): Take jmp_buf args, not __jmp_buf.
10772         Call sig{set,long}jmp with SAVEMASK==0, rather than __{set,long}jmp.
10773         * _longjmp.c, _setjmp.c: #define _BSD_SOURCE before all else.
10774         (_setjmp): Call sigsetjmp, not __setjmp.
10775
10776         * io/sys/stat.h (__fchmod, __mknod): Fixed arg types.
10777
10778         * io/fchmod.c: Fixed typo.
10779
10780         * time/Makefile (\n): Renamed to nl.
10781
10782         * Makerules (native-compile): New variable.
10783         * sysdeps/generic/Makefile, sysdeps/unix/Makefile,
10784         sysdeps/unix/bsd/Makefile: Use it in cmds for generator progs.
10785
10786         * sysdeps/unix/sysv/sysv_termio.h (_SYSV_TAB3): New; same as XTABS.
10787
10788         * sysdeps/unix/sysv/setrlimit.c: Removed extern decl of etext (unused).
10789
10790         * sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcdrain.c,
10791         sysdeps/unix/sysv/tcflow.c, sysdeps/unix/sysv/tcflush.c,
10792         sysdeps/unix/sysv/tcgetpgrp.c, sysdeps/unix/sysv/tcsendbrk.c,
10793         sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c:
10794         #include <sys/ioctl.h>
10795
10796         * sysdeps/unix/sysv/__rmdir.c, sysdeps/unix/sysv/__mkdir.c,
10797         sysdeps/posix/writev.c: #include <string.h>.
10798
10799         * sysdeps/posix/clock.c: Removed unused variable.
10800
10801 Thu Apr  9 01:49:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10802
10803         * Version 1.03.
10804
10805         * grp/testgrp.c: Print members correctly.
10806
10807         * stdio/test-popen.c: Pipe to cat rather than more, and then check
10808         output file.  Better error checking.
10809
10810         * setjmp/tst-setjmp.c: Notice if we didn't jump the right number of
10811         times.
10812
10813         * signal/tst-signal.c, string/testcopy.c, stdio/bug[12345].c: Print
10814         msgs that more clearly say whether we won or lost.  Better error
10815         checking.
10816
10817         * sysdeps/generic/printf_fp.c: Completely rewritten from scratch.
10818         Now uses Steele & White's "Dragon4" algorithm to do things right.
10819
10820 Wed Apr  8 01:08:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10821
10822         * sysdeps/i386/__longjmp.c: Test for VAL==0 before clobbering regs.
10823         Wire V to AX, rather than DX.  Use "a" constraint on unused operand
10824         in jmp asm, rather than global reg var, to force value into AX.
10825
10826 Tue Apr  7 17:51:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10827
10828         * posix/Makefile (headers): Added tar.h.
10829         * posix/tar.h: New file, from djm.
10830
10831 Mon Apr  6 01:39:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10832
10833         * time/tzfile.c (struct ttinfo): Made `isstd' member be unsigned
10834         char instead of 1-bit bitfield.
10835
10836         * time/tzfile.c (__tzfile_default): New function.
10837         * time/__tzset.c: Call it when no rule is given.
10838         * time/Makefile: Install posixrules just like localtime.
10839         * time/Makeconfig (posixrules, posixrules-file): New config vars.
10840
10841         * time/time.h (struct tm): Add `tz_gmtoff', `tz_zone'.
10842         * time/localtime.c: Set those members.
10843
10844         * sysdeps/ieee754/__drem.c: XOR the signs of X and the result,
10845         rather than setting the sign of the result to that of X.
10846
10847         * sysdeps/unix/bsd/make-local_lim.c: Don't do MAXUPRC or MAXLINK if
10848         <sys/param.h> didn't define them.
10849
10850         * sysdeps/posix/__sigvec.c: Fixed braino: SA_ONSTACK should be
10851         SA_RESTART.
10852
10853         * pwd/getpw.c, pwd/putpwent.c: Use %u fmt for uid and gid (which are
10854         unsigned).
10855
10856         * time/time.h (tzname, daylight, timezone): Don't #define to __.
10857         * time/tzfile.c, time/__tzset.c, time/localtime.c, time/strftime.c
10858         [! HAVE_GNU_LD]: #define __ to plain for above three vars.
10859
10860 Thu Apr  2 03:39:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10861
10862         * locale/Makefile (routines): Add localeconv.
10863
10864         * sysdeps/i386/jmp_buf.h: Removed `__dx' elt; replaced with `__pc'.
10865         __bp and __sp are PTRs.
10866         * sysdeps/i386/setjmp.c: Rewritten.  Use global reg vars to save regs.
10867         Use arithmetic on address of arg to get caller's PC, BP, and SP.
10868         * sysdeps/i386/__longjmp.c: Rewritten.  Use global reg vars to
10869         restore regs.
10870
10871 Wed Apr  1 23:13:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10872
10873         * Moved sysdeps/unix/i386/{bsd,sysv} to
10874         sysdeps/unix/{bsd,sysv}/i386, and updated Implies files.
10875         Implied dirs come before parents, and we want unix/i386 before
10876         unix/{sysv,bsd}.
10877
10878         * io/chown.c: Fixed types in fn alias.
10879
10880 Wed Apr  1 14:18:58 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
10881
10882         * sysdeps/generic/memcmp.c
10883         (memcmp_common_alignment, memcmp_not_common_alignment):
10884         Move back do0 label to its original position, after the loop.
10885         Add comment before do0 labels.
10886         * sysdeps/generic/wordcopy.c (_wordcopy_fwd_aligned): Indentation.
10887         Add comment before do0 labels.
10888
10889 Wed Apr  1 02:16:19 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
10890
10891         * sysdeps/unix/sysv/Makefile [subdir==misc]: Generate sysdep header
10892         termio.h from sysv_termio.h.
10893
10894         * sysdeps/generic/make_siglist.c: New file.
10895         * sysdeps/generic/signame.[ch]: Symlink'd from /gd/gnu/lib.
10896         * sysdeps/generic/Makefile: Generate siglist.c with above.
10897         * sysdeps/generic/Dist: Add make_siglist.c, signame.[ch].
10898
10899         * sysdeps/unix/bsd/Makefile (before-compile): Define properly as a
10900         variable.
10901
10902         * sysdeps/unix/bsd/make_siglist.c: Generate #define _sys_siglist
10903         sys_siglist #ifndef HAVE_GNU_LD.
10904         * stdio/psignal.h, string/strsignal.h [! HAVE_GNU_LD]:
10905         #define _sys_siglist sys_siglist.
10906
10907         * sysdeps/unix/sysv/signum.h (SIGCHLD): Changed #.
10908         (SIGUSR1, SIGUSR2, SIGPWR): Added.
10909         (_NSIG): Updated.
10910
10911         * sysdeps/unix/sysv/utmp.h: New.
10912
10913         * sysdeps/unix/bsd/getlogin.c: Moved to sysdeps/unix/getlogin.c.
10914
10915         * sysdeps/unix/sysv/r4/bsddir.h, sysdeps/unix/sysv/r4/readdir.c,
10916         sysdeps/unix/sysv/r4/closedir.c, sysdeps/unix/sysv/r4/rewinddir.c,
10917         sysdeps/unix/sysv/r4/opendir.c, sysdeps/unix/sysv/r4/sys_getdents.S,
10918         sysdeps/unix/sysv/r4/Makefile: New.
10919
10920         * sysdeps/unix/sysv/tcflow.c: New.
10921
10922         * sysdeps/unix/sysv/sysv_termio.h: Add lots of bits; VMIN and VTIME
10923         elts of c_cc.
10924         * sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcsetattr.c: Use
10925         VMIN and VTIME elts from sysv termio struct.
10926
10927         * sysdeps/unix/sysv/__gethstnm.c: New.
10928
10929         * sysdeps/unix/sysv/local_lim.h (NGROUPS_MAX): Define as 0.
10930
10931         * sysdeps/unix/sysv/fcntlbits.h (struct __flock): Changed l_pid to
10932         short; added l_sysid.
10933
10934         * sysdeps/unix/sysv/__sigact.c: New.
10935
10936         * sysdeps/unix/sysv/r4/__access.S: New; just #include bsd/__access.S.
10937
10938         * sysdeps/unix/sysv/Makefile: Fixed typo: sysdep-routines =>
10939         sysdep_routines.
10940
10941         * sysdeps/unix/i386/sysv/__sigret.S,
10942         sysdeps/unix/i386/sysv/signal.S: New.
10943
10944         * signal/Makefile (routines): Added sigret, __sigret.
10945         * signal/sigret.c: New; fn alias to __sigreturn.
10946         * sysdeps/stub/__sigret.c: New.
10947
10948         * sysdeps/unix/i386/sysdep.h (PSEUDO): Use hard-coded numbers for
10949         lcalls insn--GAS bug.
10950
10951         * sysdeps/unix/bsd/readdir.c (D_NAMLEN): New macro; define if not
10952         already defined, to return length of a direct elt.
10953
10954         * sysdeps/stub/__getgrps.c: #include <limits.h>; if NGROUPS_MAX is
10955         defined as 0, always return 0, and no stub warning.
10956
10957         * sysdeps/posix/system.c: Don't fail if sigprocmask fails with ENOSYS.
10958
10959         * sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c: Doc fix.
10960
10961         * sysdeps/posix/__gettod.c: Use CONST where appropriate and not
10962         where not.
10963
10964         * sysdeps/i386/memchr.c, sysdeps/i386/strlen.c: Changed `repnz' to
10965         `repne'.
10966
10967         * stdio/fgets.c: Notice returned char from __fillbf in length calc.
10968
10969         * misc/sys/ioctl.h: Always define `struct sgttyb'.
10970
10971         * stdlib/alloca.h: #undef __alloca, too.
10972         Always #define alloca == __alloca.
10973
10974         * signal/signal.h (__kill): Fixed type in decl.
10975         * posix/unistd.h (setgid): Fixed type in decl.
10976         * posix/setpgid.c, posix/setgid.c, signal/kill.c, posix/fork.c,
10977           posix/vfork.c, posix/getpid.c, posix/getppid.c, posix/setsid.c:
10978         Fixed DEFUNs in fn aliases.
10979         * pwd/getpw.c: Fixed type in defn.
10980
10981 Mon Mar 30 17:06:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
10982
10983         * sysdeps/generic/printf_fp.c: In %f, decrement PREC for each
10984         leading zero in the fractional part.
10985
10986         * sysdeps/ieee754/ieee754.h: Made all elts unsigned.
10987         * sysdeps/ieee754/__drem.c: Return NAN if Y is zero.
10988         * sysdeps/ieee754/ldexp.c: Rewritten.
10989         * sysdeps/ieee754/__logb.c: Handle denormalized numbers.
10990
10991         * posix/sys/wait.h: #include <endian.h>
10992
10993         * sysdeps/ieee754/fl.h: Fixed NAN and HUGE_VAL bit patterns; added
10994         code for little endian.
10995
10996         * sysdeps/generic/frexp.c: Add one to exponent to give the result a
10997         digit before the point.  Use negative exponent rather than division.
10998
10999         * math/__finite.c: Return zero for NaN.
11000         * math/math.h: Doc fix for same.
11001
11002         * stdio/__getdelim.c: Correctly notice when the buffer is full.
11003
11004         * sysdeps/unix/bsd/opendir.c: Pass arg to fcntl F_SETFD by value,
11005         not by reference.
11006
11007         * time/__tzset.c: Correct default rule: M4.1.0,M10.5.0.
11008
11009         * time/__tzset.c: Move ptr past Mfoobar syntax after parsing it.
11010
11011         * time/__tzset.c: Properly parse the DST offset (or its absence).
11012
11013         * sysdeps/unix/make_errlist.c: Write an #ifdef HAVE_GNU_LD, rather
11014         than testing it when compiling make_errlist.
11015
11016         * time/tzfile.c (__tzfile_read): Convert transitions to host byte
11017         order.
11018
11019         * Makeconfig (localtime-file): New config var.
11020         * time/Makefile (tzfile.o, zic.o): Use it for TZDEFAULT.
11021
11022         * stdio/Makefile (tests): Added tstgetline.
11023         * stdio/tstgetline.c: New; test for getline.
11024
11025         * Makeconfig (sysincludedir): Define and document.
11026         * sysdeps/unix/snarf-ioctls, sysdeps/unix/Makefile: Use
11027         ${sysincludedirs} in place of hard-coded /usr/include.
11028
11029 Fri Mar 27 13:33:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11030
11031         * string/Makefile (headers): Added endian.h.
11032
11033         * sysdeps/ieee754/__drem.c: Fixed typo which made X and Y be the
11034         same location.
11035
11036         * sysdeps/generic/__lstat.c: #include <gnu-stabs.h>
11037
11038         * stdio/internals.c (flushbuf): Increment target as well as offset
11039         when we write out the single char.
11040
11041         * grp/Makefile (tests): Add testgrp (formerly bug1).
11042
11043 Thu Mar 26 14:59:45 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11044
11045         * stdio/fread.c: Don't read directly when we need to seek first.
11046
11047 Wed Mar 25 02:34:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11048
11049         * sysdeps/unix/bsd/alarm.c: There are 1000000 usecs in a sec.
11050
11051         * sysdeps/unix/bsd/sun/ptrace.c: Removed.
11052
11053         * stdio/fgets.c: For unbuffered stream, don't return EOF after
11054         reading some data.
11055         Added missing parens.
11056
11057 Tue Mar 24 18:31:07 1992  Torbjorn Granlund  (tege@hal)
11058
11059         * sysdeps/i386/memset.c: Move code that puts C in all four nibbles of
11060         X inside `if' statement.  Include sysdeps/i386/memset.c (not bzero).
11061         * sysdeps/i386/memchr.c: Rewrite to be faster.  Include
11062         sysdeps/generic/memchr.c (not bzero).
11063
11064 Tue Mar 24 01:21:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11065
11066         * io/Makefile (routines): Add getdirname.
11067         * posix/unistd.h [__USE_GNU]: Declare getdirname.
11068         * io/getdirname.c: New.
11069
11070         * Makeconfig (stddef.h): Define and document.
11071         * Makefile (headers): Use $(stddef.h) for stddef.h.
11072
11073 Mon Mar 23 18:04:56 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11074
11075         * sysdeps/posix/mktemp.c: Do PID % 100000 for 5 digits.
11076
11077         * time/Makefile (tzfiles): Remove pacificnew; it won't compile.
11078         (distribute): Put it here instead.
11079
11080         * stdio/printf-prs.c [HAVE_LONGLONG]: Fixed missed var name change
11081         from code snarf.
11082
11083         * stdio/fgets.c: Return NULL when we get EOF.
11084
11085         * posix/execvp.c, sysdeps/posix/putenv.c [! HAVE_GNU_LD]: Define
11086         __environ as environ.
11087
11088         * sysdeps/unix/bsd/Makefile, sysdeps/unix/Makefile: In rules to
11089         compile generator programs, cd into $(objdir) first to avoid
11090         braindead cc clobbering foo.o in cwdir.
11091
11092         * sysdeps/m68k/setjmp.c: Deref fpregs array in asm.
11093
11094         * time/Makefile (zones-%): Fixed generated rules.
11095
11096         * math/Makefile (libm.a): Use r cmd to ar.
11097
11098         * time/Makefile (zones-%): In echo commands, put \\\\n outside of
11099         quotes instead of \\n inside single quotes.  SysV echo is braindead.
11100
11101         * io/fchown.c, io/fchmod.c, misc/bsd-compat.c: Fixed DEFUNs in fn
11102         aliases.
11103
11104         * time/Makefile (echo-zonenames): New target; tell user what all
11105         timezones defined in all zone files are.
11106         * Makeconfig (localtime): Comment about using above.
11107
11108 Sun Mar 22 18:34:02 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11109
11110         * time/australasia (NZ): Updated rules.
11111
11112 Sat Mar 21 01:00:49 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11113
11114         * stdio/printf-prs.c [__GNUC__]: Define HAVE_LONGLONG.
11115
11116 Fri Mar 20 00:35:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11117
11118         * Version 1.02.
11119
11120         * stdio/Makefile (routines): Add __getdelim, __getline.
11121
11122         * sysdeps/unix/i386/start.c: No ../ in #include file name.
11123
11124         * sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c
11125         (__stdio_seek): Doc fix.
11126
11127         * sysdeps/posix/mk-stdiolim.c: Add one to L_tmpnam, for the null
11128         terminator.
11129
11130         * sysdeps/posix/__dup2.c: Use an extra fcntl call to check that the
11131         first fd is valid.  Close the second fd before doing the dup.
11132
11133         * pwd/pwdread.c, grp/grpread.c: Use __getline.  Ignore lines
11134         beginning with #.
11135
11136         * Makeconfig (objdir): If $(ARCH) starts with a slash, don't prepend
11137         $(..).
11138
11139 Thu Mar 19 21:36:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11140
11141         * Makefile (install-lib): Add Mcrt1.o.
11142         (Mcrt1.o): Create empty file.
11143
11144 Wed Mar 18 16:00:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11145
11146         * Makeconfig (+link): Use $(libdir) for gnulib.
11147
11148 Tue Mar 17 20:12:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11149
11150         * math/bsd/common_source/mathimpl.h: Include <endian.h>.
11151         [__LITTLE_ENDIAN]: #define national.
11152
11153         * stdio/__vfscanf.c: EOF at end of string is not
11154         an error.
11155
11156         * stdio/tstscanf.c: Added new sscanf test.
11157
11158         * stdio/vfprintf.c: For %#x, print 0x after padding 0s, not before.
11159
11160         * stdio/fputs.c: Reverse size args to fwrite and test for returning
11161         LEN, rather than 1, so 0-length wins.
11162
11163         * io/gnu/fcntl.h: Moved to sysdeps/unix/bsd/fcntlbits.h.
11164         * io/Makefile (headers), io/fcntl.h: gnu/fcntl.h -> fcntlbits.h.
11165         * sysdeps/stub/fcntlbits.h, sysdeps/unix/sysv/fcntlbits.h: New.
11166
11167         * stdio/fopen.c (__getmode): Don't fall through in switch after 'a'
11168         case.
11169
11170         * locale/C-ctype_ct.c (__ctype_b_C): Use symbolic constants.
11171         9..12 are not _NOgraph.
11172
11173 Tue Mar 17 19:04:01 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
11174
11175         * string/testcopy.c: Fix typo in comment.
11176
11177 Tue Mar 17 19:57:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11178
11179         * sysdeps/generic/strstr.c, string/string.h, string/tester.c
11180         (strstr): Arguments were reversed.
11181
11182 Tue Mar 17 18:52:39 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
11183
11184         * sysdeps/i386/memcopy.h (WORD_COPY_BWD): Divide nbytes by 4.
11185         * sysdeps/i386/memchr.c: Rewrite.  Handle zero length correctly.
11186         Don't ask gcc to allocate eax to two regs.
11187
11188 Tue Mar 17 17:31:06 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11189
11190         * posix/unistd.h (getpagesize): Declare as size_t.
11191
11192         * Makeconfig (CC): Define unless origin is default.
11193
11194         * stdio/__getdelim.c: Be sure to leave room for the terminating null.
11195
11196         * string/testcopy.c: New version from tege.
11197
11198         * malloc/dist-README: Changed mailing list addr to bug-glibc.
11199
11200         * sysdeps/unix/bsd/__sigproc.c: Use right mask for SIG_UNBLOCK.
11201
11202         * Makefile, Rules (clean, mostlyclean): Put - before rm commands.
11203
11204 Tue Mar 17 11:14:40 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
11205
11206         * sysdeps/rs6000/memcopy.h (BYTE_COPY_BWD): Assign __nbytes.
11207         * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Copy memory, not just
11208         pointers.  Clean up switch expression.
11209
11210 Mon Mar 16 05:09:23 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11211
11212         * posix/wordexp.c: New.
11213
11214         * time/tzfile.c (__tzfile_read): Don't die if some of the sections
11215         of the datafile are empty.
11216
11217         * stdio/getline.c, stdio/getdelim.c: Moved to
11218         __getline.c/__getdelim.c.
11219         New files with fn aliases.
11220         * stdio/stdio.h (__getline, __getdelim): Declare.
11221
11222         * time/Makefile (zonenames): Hair to find the names of zones
11223         described by $(tzfiles).
11224         (install-data): Install zoneinfo/$(zonenames).
11225         Rules to make zones from tzfiles.
11226         [localtime] (zoneinfo/localtime): Make from zoneinfo/$(localtime).
11227         * Makeconfig (localtime): New user-frobbable variable.
11228
11229 Sun Mar 15 00:01:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11230
11231         * Makerules (sysdep-Makefile): Do if ... else true to avoid bogus
11232         nonzero status.
11233
11234         * Makefile: Denewlinify +sysdep-subdirs after including sysd-dirs.
11235
11236         * sysdeps/vax/__infnan.c [!__GNUC__]: Error.
11237
11238         * zic.c, scheck.c, emkdir.c, ialloc.c, private.h, tzfile.h: Snarfed
11239         from localtime3 dist.
11240         * time/Makefile (others): Added zic.
11241         (distribute): Added private.h, emkdir.c, ialloc.c, scheck.c.
11242         (install): Defined: zic, zdump.
11243
11244         * Makeconfig (bindir): Define.
11245         * Makerules: Add rule to install $(install) in $(bindir).
11246         (+install): Include $(install) in $(bindir).
11247
11248         * sysdeps/unix/Makefile: Moved siglist.c rules to unix/bsd/Makefile.
11249         * sysdeps/unix/make_siglist.c: Moved to bsd/.
11250         * sysdeps/unix/Dist: Remove it.
11251         * sysdeps/unix/bsd/Dist: Add it.
11252
11253         * malloc/Makefile (malloc/gmalloc.c): Depend on headers and sources.
11254
11255         * sysdeps/unix/bsd/sun/sun4/__sigvec.S: Doc fix.
11256
11257         * sysdeps/stub/stty.c, sysdeps/stub/gtty.c: Include <stddef.h>.
11258
11259         * sysdeps/unix/sysv/__fstat.c: Include sysv_stat.h.
11260
11261         * misc/bsd-compat.c: Define _BSD_SOURCE rather than __FAVOR_BSD.
11262         (longjmp): Use function_alias_void.
11263
11264         * time/Makefile (tzfile.o): Compile with
11265         -DTZDIR='"$(datadir)/zoneinfo"'.d
11266
11267 Sat Mar 14 23:26:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11268
11269         * Makeconfig (INSTALL_DATA, INSTALL_PROGRAM, INSTALL): Don't define
11270         if already defined.
11271
11272         * setjmp/longjmp.c: Use function_alias_void.
11273
11274         * gnu-stabs.h (function_alias_void): New macro.
11275
11276         * gnu-stabs.h [!HAVE_GNU_LD] (function_alias): Fixed not to loop.
11277
11278 Fri Mar 13 17:20:19 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11279
11280         * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Include null
11281         terminator in length calculation.
11282
11283         * stdio/fgets.c: Be sure to return NULL on error/eof for unbuffered
11284         stream.  If N==1, don't write the first char if !seen.
11285         When the buffer is empty, notice the effect of __fillbf after
11286         calling it, avoiding a (costly) no-op iteration.
11287         Don't return NULL for reading no chars; only for EOF or error.
11288         Don't write terminator at beginning of S if eof on first char.
11289
11290         * malloc/Makefile (libmcheck.a), Makefile (crt0.o): Remove target
11291         first; don't use -f to ln.
11292
11293         * posix/execl.c, posix/execv.c, sysdeps/posix/getenv.c,
11294         sysdeps/posix/system.c [HAVE_GNU_LD]: #define __environ environ
11295
11296         * posix/unistd.h [__OPTIMIZE__] (execv): Removed defn.  Can't know
11297         whether to use __environ or environ.
11298
11299         * io/fchown.c, io/chown.c, io/open.c, misc/select.c,
11300         signal/sigvec.c, time/adjtime.c: Fixed DEFUNs in fn aliases.
11301
11302         * time/__tzset.c: Don't dereference NULL if getenv returns it.
11303
11304 Thu Mar 12 16:01:33 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11305
11306         * sysdeps/ieee754/sqrt.c: Replaced undefined var ref `k' with constant.
11307
11308         * sysdeps/i386/__longjmp.c: #include <stdlib.h>.
11309
11310         * time/tzfile.c (__tzfile_compute): Use types[0] if TIMER falls
11311         between transitions[0] and transitions[1].
11312         Always set __tzname[INFO->isdst] to the name for INFO.
11313
11314         * sysdeps/i386/__longjmp.c: Changed register names for gcc; eax/%eax
11315         -> ax.
11316
11317         * sysdeps/unix/snarf-ioctls: Avoid infinite recursion.
11318
11319 Wed Mar 11 00:16:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11320
11321         * Version 1.01.
11322
11323         * Makefile (munch-init.c): Made $(objpfx)munch-init.c.
11324
11325         * signal/sigvec.c, signal/sigaction.c, stdio/vsscanf.c: Fixed DEFUNs
11326         in fn aliases.
11327
11328         * sysdeps/m68k/68881/68881-switch/switch.c: Merged vars have_fpu and
11329         test_fpu into one.
11330
11331         * sysdeps/mach/i386/start.c, sysdeps/vax/setjmp.c,
11332         sysdeps/vax/__longjmp.c, sysdeps/vax/__infnan.c,
11333         sysdeps/unix/start.c, sysdeps/unix/bsd/sun/sun4/sigtramp.c,
11334         sysdeps/unix/bsd/sun/sun4/start.c,
11335         sysdeps/unix/bsd/hp9k3bsd/start.c, sysdeps/sparc/sqrt.c,
11336         sysdeps/rs6000/ffs.c, sysdeps/m88k/ffs.c, sysdeps/m68k/setjmp.c,
11337         sysdeps/m68k/__longjmp.c, sysdeps/m68k/68881/printf_fp.c,
11338         sysdeps/m68k/68881/atan2.c, sysdeps/m68k/68881/__logb.c,
11339         sysdeps/m68k/68881/68881-switch/switch.c, sysdeps/m68k/ffs.c,
11340         sysdeps/i386/memset.c, sysdeps/i386/memchr.c, sysdeps/i386/ffs.c,
11341         sysdeps/i386/bzero.c, sysdeps/i386/__longjmp.c, sysdeps/am29k/ffs.c
11342         [! __GNUC__]: Either include the generic (or in some cases, ieee754)
11343         version, or do a #error.
11344
11345         * Rules: Null out `objects' at end to shrink environment some.
11346         (+objs): Define with := from $(objects).
11347         (clean): Use that instead of $(objects).
11348
11349         * sysdeps/i386/setjmp.c: Doubled % where it wanted to be literal.
11350
11351         * posix/getgrps.c, io/flock.c, io/mkdir.c, io/read.c, io/write.c,
11352         io/stat.c, misc/getdents.c, misc/mknod.c, misc/utimes.c: Fixed
11353         DEFUNs in fn aliases.
11354
11355         * sysdeps/unix/bsd/hp9k3bsd/sysdep.S: Use # instead of kludge cookie.
11356
11357         * posix/getegid.c: Fixed type in DEFUN.
11358
11359         * time/tzfile.c (__tzfile_compute): If TIMER is before any
11360         transition in the file, use the first non-DST type, rather than the
11361         type of the first transition in the file.
11362
11363 Tue Mar 10 20:01:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11364
11365         * configure: Take optional -nfp arg.
11366         (news, sun3, hp300): Prepend m68k/68881 unless -nfp is given.
11367         * sysdeps/unix/bsd/hp9k3bsd/Implies: Don't specify 68881.
11368
11369         * stdio/getdelim.c: When the buffer is empty, notice the effect of
11370         __fillbf after calling it, avoiding a (costly) no-op iteration.
11371
11372         * sysdeps/vax/__memccpy.c: Fixed comments.
11373
11374         * stdio/fmemopen.c: Set all fns and seen bit before we might call
11375         something that would care (fclose).
11376
11377         * configure (sun3, sun-3): Mean sun3os4, not sun3os3.
11378         (sun3os3): Use just unix/bsd/sun/sun3/os3.
11379         * sysdeps/unix/bsd/sun/sun3/os3: New directory.
11380         (sysdeps/unix/bsd/sun/sunos3/__wait.S): Moved to there.
11381         * sysdeps/unix/bsd/sun/sun3/sysdep.h: Fixed; took hp9k3bsd/sysdep.h
11382         and changed movel foo, d0 to pea foo for syscall no.
11383         * sysdeps/unix/bsd/sun/sun3/__brk.S: Fixed pea addr mode.
11384         * sysdeps/unix/bsd/sun/sun3/sethostid.S: errnos.h, not gnu/errno.h.
11385         Use .stabs directly, not gnu-stabs.h (which uses `asm').
11386         * sysdeps/m68k/setjmp.c: Changed asm for first moveml, so it works
11387         on sun3.
11388         * sysdeps/unix/bsd/sun/sun3/start.c: Removed ../ from #include path.
11389
11390 Sun Mar  8 16:33:33 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11391
11392         * misc/makefile (headers): Added stab.h, stab.def.
11393         * Many files: Changed __GNU_STAB__ to HAVE_GNU_LD.
11394
11395 Sat Mar  7 21:21:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11396
11397         * time/mktime.c: Normalize the struct values before checking for out
11398         of range values.
11399
11400 Fri Mar  6 11:43:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11401
11402         * sysdeps/ieee754/ldexp.c: New.
11403
11404         * stdio/internals.c (flushbuf): When priming the stream for writing,
11405         advance the target pos to account for chars gotten from the buffer.
11406
11407         * sysdeps/generic/Makefile: For math routines, don't filter out
11408         __finite.
11409
11410         * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Fixed bugs.
11411
11412         * misc/Makefile (routines): Remove flock.
11413
11414         * stdlib/strtod.c: Fixed typo in checking for exponent overflow.
11415         Do set *ENDPTR on overflow or underflow.
11416
11417         * sysdeps/sparc/fl.h: Removed.  Should use ieee754 version.
11418
11419         * sysdeps/generic/Makefile: For math routines, don't filter out
11420         __copysign, __scalb, __drem and __logb; and don't add support.
11421
11422         * sysdeps/ieee754/__drem.c: New.
11423         * sysdeps/ieee754/sqrt.c: New.
11424         * sysdeps/stub/__drem.c: New.
11425         * sysdeps/stub/sqrt.c: New.
11426         * sysdeps/stub/__logb.c: New.
11427         * sysdeps/ieee754/__logb.c: New.
11428
11429         * sysdeps/ieee754/__infnan.c: Include <float.h> and use NAN macro
11430         rather than cooking one up by hand.
11431
11432         * sysdeps/unix/bsd/getlogin.c: Open /dev/tty, rather than using stdin.
11433         Make sure the name is always null-terminated.
11434
11435 Thu Mar  5 17:11:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
11436
11437         * sysdeps/m68k/68881/__scalb.c: Removed.
11438         * sysdeps/m68k/68881/__math.h: Removed defn of __scalb.
11439         * math/math.h [__OPTIMIZE__]: Define __scalb to be ldexp.
11440         * math/__scalb.c: New; fn alias for ldexp.
11441
11442         * stdio/Makefile (tests): Added bug4 and bug5.
11443         * stdio/bug4.c, stdio/bug5.c: Test cases from reported bugs just fixed.
11444
11445         * stdio/internals.c (flushbuf): If nothing was written by the user,
11446         but there is previously gotten data, don't write anything out.
11447
11448         * stdio/internals.c (seek_to_target): Call __stdio_check_offset first.
11449
11450         * sysdeps/unix/sysv/sysv_termio.h: New file.
11451         * sysdeps/unix/sysv/Dist: Include it.
11452         * sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c,
11453         sysdeps/unix/sysv/tcsendbrk.c, sysdeps/unix/sysv/tcgetpgrp.c,
11454         sysdeps/unix/sysv/tcflush.c, sysdeps/unix/sysv/tcdrain.c,
11455         sysdeps/unix/sysv/__tcgetatr.c: New files.
11456
11457         * stdio/internals.c (fillbuf): Don't set the put_limit on writable
11458         streams.  Wait for first write attempt to prime them, so we don't
11459         flush the unchanged data unnecessarily.
11460
11461         * stdlib/exit.c: Look for NULL terminator on ld set, rather than
11462         using length word.
11463
11464         * Makefile (headers): Remove stdarg.h and varargs.h.
11465         Users will get them from GCC.
11466         * stdio/printf.h: Include <stdarg.h> to use va_list.
11467         * stdio/stdio.h: Don't include <stdarg.h> with magic.
11468         Use PTR in place of __va_list in prototypes.
11469         * stdio/__vsscanf.c, stdio/vscanf.c, stdio/vfscanf.c,
11470         stdio/__vfscanf.c, stdio/vdprintf.c, stdio/vasprintf.c,
11471         stdio/vsprintf.c, stdio/vsnprintf.c, stdio/vprintf.c,
11472         stdio/vfprintf.c: Fixed DEFUNs.
11473
11474         * sysdeps/ieee754/ieee754.h: New file; declares union ieee754_double.
11475         * sysdeps/ieee754/Dist: Add it.
11476         * sysdeps/ieee754/__copysign.c, sysdeps/ieee754/__infnan.c,
11477         sysdeps/ieee754/__isinf.c, sysdeps/ieee754/__isnan.c,
11478         sysdeps/ieee754/__printf_fp.c: Use it.
11479
11480         * sysdeps/unix/sysv/uname.c: New.
11481         * sysdeps/unix/sysv/__utssys.S: New.
11482         * sysdeps/unix/sysv/Makefile (routines): Add __utssys.
11483         * sysdeps/unix/sysv/Dist: Add __utssys.S.
11484
11485         * sysdeps/unix/sysv/__rmdir.c: New; runs `rmdir' shell command.
11486
11487         * sysdeps/unix/sysv/__mkdir.c: New; runs `mkdir' shell command.
11488
11489         * sysdeps/generic/__lstat.c: New; fn alias for __stat.
11490
11491         * sysdeps/unix/sysv/__gethostname.c: New; uses uname.
11492
11493         * sysdeps/unix/Makefile (sys/params.h): Protect with
11494         _GNU_SYS_PARAM_H, in case the system's file uses _SYS_PARAM_H itself.
11495
11496         * stdio/internals.c (__stdio_check_offset): Call init_stream to make
11497         sure we have fns.
11498
11499         * stdio/fread.c: Don't call __fillbf if the put_limit is past the
11500         beginning of the buffer; only if !seen, no buffer, or pushed back.
11501
11502         * stdio/fopen.c (__getmode): Set create bit for "a" mode.
11503
11504         * io/mkdir.c: #undef mkdir before fn alias.
11505
11506         * time/tzfile.c (__tzfile_compute): Don't decrement I if it's zero.
11507
11508         * Makefile (crt0.o): Use ln -f.
11509
11510         * math/Makefile (install): Install libm.a.
11511         (libm.a): Make an empty archive.
11512
11513 Wed Mar  4 19:54:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11514
11515         * README.template: Added note about long filenames in dist.
11516
11517         * io/Makefile (routines): flock -> __flock
11518         * flock.c: New file, fn alias.
11519         * sysdeps/unix/bsd/flock.S: Renamed to sysdeps/unix/bsd/__flock.S;
11520         made __flock.
11521         * sysdeps/mach/hurd/flock.c: Renamed to sysdeps/mach/hurd/__flock.c;
11522         made __flock.
11523         * sysdeps/stub/flock.c: Renamed to sysdeps/stub/__flock.c; made
11524         __flock.
11525
11526         * time/time.h (__isleap): Fixed; every 400th year is not a leap
11527         year, not every 1000th.
11528
11529         * stdio/internals.c (flushbuf): Increment the target position the
11530         amount the user wrote into the buffer, not the amount we wrote out
11531         to the file (which is greater if we read a block and modified it
11532         in the middle).
11533
11534         * stdio/internals.c (flushbuf): Set get_limit to the beginning of
11535         the buffer for all streams, except when we have just read in a block.
11536
11537 Sat Feb 29 15:56:22 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11538
11539         * posix/Makefile (others): Removed logname, id.
11540         * time/Makefile (others): Removed date.
11541
11542         * sysdeps/unix/bsd/sun/sun4/start.c: Make an alias called `start'
11543         (no leading underscore, so it can't conflict with C symbols) for
11544         `_start'.
11545
11546 Thu Feb 27 14:32:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11547
11548         * set-init.c: Look for NULL terminator on set.  ld is broken and
11549         doesn't set the length word correctly.
11550
11551         * setjmp/_longjmp.c, signal/sigaction.c, signal/sigvec.c,
11552         signal/ssignal.c, string/bcmp.c, time/setitmr.c, posix/execve.c,
11553         posix/getegid.c, posix/geteuid.c, posix/getgid.c, posix/getuid.c,
11554         posix/getgrps.c, posix/setuid.c, posix/wait3.c, posix/wait4.c,
11555         posix/waitpid.c, io/lseek.c, io/open.c, io/read.c, io/write.c,
11556         resource/getrusage.c, misc/getpgsz.c, misc/gethstnm.c,
11557         misc/select.c: Fixed DEFUNs in fn aliases.
11558
11559 Wed Feb 26 00:20:25 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11560
11561         * sysdeps/generic/Makefile (routines): Add asincos.
11562
11563         * time/tzfile.c (__tzfile_compute): Set __tzname properly, so isdst
11564         is the right index into it.
11565
11566 Tue Feb 25 01:42:16 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11567
11568         * sysdeps/unix/bsd/sun/sun4/sysdep.h (ENTRY): .align 2, not .align 4.
11569         This one is powers of two.
11570
11571         * time/__tzset.c: If TZ is :FILE, try FILE and if __tzfile_read
11572         fails, then use defaults.
11573
11574         * sysdeps/generic/Makefile (routines): Add sincos.
11575
11576         * sysdeps/posix/cuserid.c: Set the result to the empty string on
11577         failure.
11578
11579         * string/string.h, string/strings.h, sysdeps/i386/memchr.c: Fixed
11580         spelling in comment.
11581
11582         * string/makefile (tests): Include (uncomment) testcopy.  We do have
11583         papers for it from tege.
11584
11585         * malloc/dist-README: Fixed mailing list addr.
11586
11587         * resource/sys/vtimes.h (struct vtimes): Renamed vm_outblk to
11588         vm_oublk; fixed comment.
11589         * sysdeps/generic/vtimes.c: Renamed here too.
11590
11591         * Make-dist (README): Depend on version.c.
11592
11593 Tue Feb 18 18:14:50 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11594
11595         * Version 1.00.
11596
11597         * time/tzfile.c (__tzfile_compute): Fixed transition comparison.
11598
11599         * sysdeps/unix/bsd/sun/sun3/Makefile: Fixed typo.
11600
11601 Mon Feb 17 05:04:00 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11602
11603         * Version 0.6.
11604
11605         * Makefile (distribute): Add Q+A.
11606         * Q+A: New doc file from rich@cygnus.com.
11607
11608         * malloc/Makefile (distribute): Add mcheck-init.c.
11609
11610 Mon Feb 17 00:39:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11611
11612         * sysdeps/unix/sysv/utime.c: Removed.
11613         * sysdeps/unix/sysv/utime.S: New file.
11614
11615         * sysdeps/unix/sysv/signum.h: New file.
11616
11617         * sysdeps/unix/sysv/local_lim.h: New file.
11618
11619         * sysdeps/unix/sysv/sysv_stat.h: New file.
11620         * sysdeps/unix/sysv/__stat.c, sysdeps/unix/sysv/__fstat.c: New files.
11621         * sysdeps/unix/sysv/Makefile: New file.
11622         (+sysdep-routines): Define to sys_stat and sys_fstat.
11623         * sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S: New
11624         files.
11625         * sysdeps/unix/sysv/Dist: Created to include sysv_stat.h,
11626         sys_stat.S, and sys_fstat.S.
11627
11628         * sysdeps/stub/__setreuid.c: Include <sys/types.h>.
11629
11630         * sysdeps/posix/__sigblock.c: Fixed typo.
11631
11632         * stdio/internals.c (__flshfp): Don't return EOF if at EOF; only
11633         for errors.
11634
11635         * signal/gnu/signal.h: Move #include <signum.h> outside repeat #ifdef.
11636
11637         * sysdeps/unix/sysv/filebits.h: Created.
11638
11639         * misc/Makefile (distribute): Define to bsd-compat.c.
11640
11641         * misc/Makefile (headers): Remove filebits.h.
11642         * io/Makefile (headers): Put it here.
11643
11644         * Makefile (+posix_dirs): Add io.
11645         * io/Makefile: New file for new subdir.
11646         Contains many headers and routines moved from posix.
11647         * posix/Makefile: Remove many headers and routines now in io.
11648         * Moved many files from posix to io.
11649
11650         * stdlib/alloca.h: Get size_t from stddef.h.
11651
11652         * misc/bsd-compat.c (getgroups): Removed.  Not needed, because gid_t
11653         is now the same size as int.
11654
11655         * Makefile (distribute): Include NOTES.
11656         * NOTES: New file, infoized node from intro.texinfo about the
11657         feature-test macros.
11658         * README.template: Mention NOTES.
11659
11660         * sysdeps/unix/bsd/sun/sun3/Makefile: include hp9k3bsd version.
11661
11662         * Makeconfig: Use $(..) for config.status.
11663
11664         * configure (i386-sysv): unix/i386/sysv, not unix/sysv/i386.
11665         * unix/i386/sysv/Implies: unix/sysv, not unix/i386.
11666
11667 Sun Feb 16 00:42:53 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11668
11669         * Version 0.5.
11670
11671         * posix/Makefile (headers): Remove confstr.h.
11672         (distribute): Define this instead to contain it.
11673
11674         * ansidecl: Added copyright notice.
11675
11676         * stdio/getdelim.c: New file.
11677         * stdio/getline.c (getsome): Renamed to getdelim and moved there.
11678         * stdio/Makefile (routines): Add getdelim.
11679         * stdio/stdio.h: Declare getdelim.
11680
11681         * misc/gnu/file.h: Moved to sysdeps/unix/bsd/filebits.h.
11682         * sysdeps/stub/filebits.h: New file.
11683         * misc/Makefile: gnu/file.h is now filebits.h.
11684         * posix/fcntl.h: Changed #include.
11685
11686         * stdio/getline.c (getsome): If MAX_CANON isn't defined, use a default.
11687         Don't leak old *LINEPTR storage if *N < 2.
11688         Don't bang *LINEPTR to NULL if realloc fails.
11689
11690         * Makerules: Don't use override when nulling out sources, routines,
11691         and aux if they came from the environment.  Better not make with -e.
11692
11693         * Makefile (sysdirs, Sysnames): Put outside of ifndef sysdirs.
11694
11695         * string/Makefile (tests): No testcopy, pending papers.
11696
11697         * Makefile (headers): No sysdep.h.
11698         (distribute): Here instead.
11699         (no-install): No longer needed.
11700
11701 Sat Feb 15 17:10:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11702
11703         * Makefile (distribute): Add INSTALL.
11704         * Make-dist (INSTALL): Make from manual/maint.texinfo.
11705         (README): Make from README.template.
11706
11707         * Makefile (+other-dirs): Removed inet.
11708         * sysdeps/unix/inet/Subdirs: Created, adding inet.
11709
11710         * sysdeps/unix/sysv/setrlimit.c: Include stddef and errno.h.
11711
11712         * math/drem.c, setjmp/longjmp.c, malloc/cfree.c, string/bcmp.c,
11713         time/getitmr.c, misc/ioctl.c: Fixed defuns in function_alias.
11714
11715         * Makefile (headers): Put sysdep.h back.
11716         (no-install): And define this to it.
11717         * Makerules (+install): Filter out $(no-install) from the list.
11718
11719         * string/testcopy.c: New test program for bcopy from tege.
11720         * string/Makefile (tests): Add it.
11721
11722         * Makefile (sysdep-subdirs): Renamed to sysd-dirs.
11723
11724         * Make-dist (tardir): Omit the release name; it made names too long.
11725
11726 Sat Feb 15 12:53:02 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
11727
11728         * sysdeps/rs6000/memcopy.h (WORD_COPY_FWD, WORD_COPY_BWD):
11729         Use CTR register for looping (speed enhancement).  Don't emit
11730         labels, jump relative from `$' instead (makes multiple expansions
11731         possible).  Clean up indentation of asm code (were different in each
11732         macro).
11733         * sysdeps/rs6000/memcopy.h (WORD_COPY_BWD):
11734         Add asm output specs (were missing completely).
11735
11736         * sysdeps/generic/{memcpy.c,memmove.c}: Make DSTP and SRCP unsigned
11737         (safer with non-ANSI compilers).
11738
11739 Fri Feb 14 01:52:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11740
11741         * Version 0.4.1.
11742
11743         * Makefile, Rules: Changed clean and clobber targets into
11744         mostlyclean, clean, and realclean.
11745
11746         * Makeconfig: Added comments describing objdir/Makeconfig and
11747         editting Makeconfig.
11748         (prefix, libdir, INSTALL, INSTALL_DATA): New variables for installing.
11749         * Makerules (install): New target.
11750         * Makefile (+subdir_targets): Add subdir_install.
11751         (install): Depend on subdir_install.
11752         (install-lib): Define variable to install libc.a and crt0.o.
11753         * misc/Makefile (install-lib): Install bsd-compat.
11754         * malloc/Makefile (install-lib): Install mcheck-init.
11755
11756         * Version 0.4.
11757
11758 Thu Feb 13 21:39:31 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11759
11760         * sysdeps/unix/glue-ctype.c: Moved to unix/bsd.
11761         * sysdeps/unix/Makefile: Moved glue-ctype stuff to unix/bsd/Makefile.
11762         * sysdeps/unix/Dist: No glue-ctype.
11763         * sysdeps/unix/bsd/Dist: Here instead.
11764
11765         * sysdeps/sparc/divrem.m4: Don't use insn aliases Sun as doesn't grok.
11766
11767 Wed Feb 12 12:12:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11768
11769         * sysdeps/m68k/setjmp.c: Use m, rather than g, constraint when
11770         saving fp regs.
11771
11772         * Renamed oodles of files, changed all the relevant Makefiles (I
11773         think).  File names now fit in 14 chars for losing System V.  Gag me
11774         with a death star.
11775         See =longnames for translations, and =shorten.el for method.
11776
11777         * grp/initgroups.c: Removed redundant test.
11778
11779         * malloc/mtrace.c: Use %p fmt for pointers.
11780
11781 Tue Feb 11 02:04:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11782
11783         * stdlib/alloca.h: New file.
11784         * stdlib/stdlib.h: Moved alloca decls there; #include <alloca.h>
11785         instead.
11786         * stdlib/Makefile (headers): Added alloca.h.
11787
11788         * stdio/getline.c (getsome): Fixed bugs.
11789
11790         * math/bsd/common_source/mathimpl.h: #define expm1 __expm1.
11791         * math/bsd/common_source/expm1.c: Renamed to __expm1.c
11792         * math/bsd/mc68881/expm1.s: Renamed to __expm1.s; renamed fn too.
11793         * math/expm1.c: New file, fn alias expm1 -> __expm1.
11794
11795         * math/Makefile (routines): Add __rint.
11796         * math/rint.c: New file, fn alias rint -> __rint.
11797         * math/bsd/common_source/floor.c (rint): Renamed to __rint.
11798         * sysdeps/generic/Makefile: Remove __rint, not rint.
11799
11800         * math/Makefile (BSDmath-files): Always include it, and don't depend
11801         on undependable things.
11802
11803         * Makerules (sysdep-Makefile): Always include it, and make it
11804         without depending on make vars that might not be right yet.
11805
11806 Mon Feb 10 00:55:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11807
11808         * stdlib/stdlib.h: #undef alloca before declaring it.
11809
11810         * sysdeps/sparc/__longjmp.S: Use be instead of bz.
11811
11812         * sysdeps/unix/bsd/Dist: Add bsdtty.h.
11813
11814         * tzfile.c (__tzfile_read): Don't allocate space for 0 leaps.
11815         Don't loop infinitely.
11816
11817         * sysdeps/unix/Makefile (make-errnos.c): Use tr to eat newlines in
11818         errnos file.
11819
11820         * sysdeps/unix/bsd/sun/sun4/__brk.S: Fix andn arg order.
11821
11822         * posix/Makefile: Don't get getopt by vpath.  Turns out to be too
11823         much hassle for dist.  Just made symlinks in posix/ instead.
11824
11825         * manual/Makefile: Renamed summary.out to summary.texinfo.
11826
11827         * manual/summary.awk: New file, to make summary.out.
11828         Replaces `process-definitions.el'.
11829         * manual/Makefile (summary.out): Create using summary.awk.
11830
11831         * manual/Makefile: Created.
11832         * Makefile, Make-dist: Use it to format and distribute the manual.
11833
11834 Mon Feb 10 00:32:17 1992  Jim Meyering  (meyering@churchy.gnu.ai.mit.edu)
11835
11836         * All Makefiles:
11837         Whenever using shell redirection to create a target,
11838         do not create the target directly like this
11839
11840             foo: bar
11841                     process $< > $@
11842
11843         That loses when `process' fails (interrupt, disk full, ...)
11844         and bar exists and looks up-to-date, but isn't.
11845         This sort of failure is particularly insidious when
11846         the initial error message is obscured by lots of subsequent
11847         output (echoed commands etc).
11848
11849         Instead use rules like this
11850
11851             foo: bar
11852                     process $< > $@-tmp
11853                     mv $@-tmp $@
11854
11855         Using this paradigm, as long as process returns non-zero
11856         whenever it fails, the target won't be touched.
11857
11858 Sun Feb  9 22:58:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11859
11860         * posix/unistd.h (getopt): Fixed prototype.
11861         * sysdeps/generic/memset.c, stdio/vdprintf.c: Fixed DEFUNs.
11862
11863         * Makerules (lib): Use $(RANLIB) for ranlib.
11864         * Makeconfig: Define it.
11865
11866         * configure: Create config.status to set ARCH, if successful.
11867         * Makeconfig: include config.status ifndef ARCH.
11868
11869 Thu Feb  6 20:57:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11870
11871         * ansidecl.h (INCLUDE, STARTCOMMENT, ENDCOMMENT): New magic words.
11872         * sysdeps/m68k/68881/fl.h: Use new magic to snarf ieee754/fl.h during
11873         ansideclification.
11874
11875         * sysdeps/ieee754/fl.h: New file, taken mostly from the old
11876         68881 file.  HUGE_VAL redone to be machine independent.
11877         (NAN): New macro for an IEEE NaN, done like HUGE_VAL.
11878         * sysdeps/m68k/68881/fl.h: Now #includes ieee754/fl.h, and overrides
11879         FLT_ROUNDS for 68881 magic.  NB: the #include is a prob. for install.
11880
11881 Wed Jan 29 17:11:25 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11882
11883         * sysdeps/posix/getcwd.c: Don't use chdir; use a long ../../../...
11884         path name instead.
11885
11886 Fri Jan 17 02:51:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11887
11888         * posix/Makefile (headers): Added getopt.h.
11889         (routines): Added getopt1.
11890         Get getopt* from /home/gd/gnu/lib by vpath.
11891
11892         * Makerules (+ansideclificate): Don't assume . is in PATH.
11893
11894 Thu Jan 16 18:43:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11895
11896         * posix/glob.c [sgi]: No alloca.h, after all.
11897
11898 Wed Jan 15 14:17:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11899
11900         * termios/termios.h: Reworked to be compatible with 4.4BSD.
11901         * termios/speed.c, sysdeps/unix/bsd/{__tcgetattr,tcsetattr}.c: Store
11902         speeds as their own values (B9600==9600, etc.) and translate to BSD
11903         values only for ioctl.
11904         * termios/cfsetpseed.c: New fn to set both speeds at once (from 4.4).
11905
11906 Tue Jan 14 21:18:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11907
11908         * sysdeps/unix/i386/__brk.S: __end, not ___end.
11909         Get the arg off the stack correctly.
11910
11911         * sysdeps/unix/Makefile: Allow errnos like EL3HLT.
11912
11913         * sysdeps/posix/{readv,writev}.c: Typos.
11914
11915         * sysdeps/posix/__sigpause.c: Rewritten to know that sigset_t is a
11916         mask, and to pass a (sigset_t *) instead of sigset_t to sigsuspend.
11917
11918         * sysdeps/i386/memset.c: Include <memcopy.h>.
11919
11920         * sysdeps/generic/uname.c (uname): Save and restore errno if
11921         gethostname gets ENOSYS.
11922
11923         * stdio/perror.c (perror): Check correctly for S == "".
11924         Check correctly for ERRNUM being in range.
11925
11926         * find-sysdirs: Don't use fgrep -s, since USG apparently doesn't
11927         have that flag.  Just >/dev/null instead.
11928
11929 Mon Jan 13 17:00:15 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
11930
11931         * sysdeps/generic/wordcopy.c (all four functions): Move do0 label to
11932         the ultimate store statement at the end of each function.  (Used to
11933         be in the loop.)
11934
11935 Tue Jan  7 18:40:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11936
11937         * resource/sys/resource.h (struct rusage): Change `ru_outblock' to
11938         `ru_oublock'.
11939
11940         * sysdeps/generic/stpcpy.c: Fixed off-by-one bug.
11941
11942 Thu Jan  2 15:19:01 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11943
11944         * sysdeps/sparc/Dist: Add umul.S and mul.S.
11945
11946 Tue Dec 31 15:33:39 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11947
11948         * signal/signal.h [__USE_GNU]: Add user-visible `sighandler_t' ==
11949         __sighandler_t.
11950
11951         * termios/speed.c (speedtab): Made const.
11952
11953         * posix/Makefile (routines): Add flock.
11954
11955 Tue Dec 31 03:38:30 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
11956
11957         * termios/speed.c: Accept and return speeds as actual baud rates.
11958         * termios/termios.h (B110, etc.): Define B110 as 110, etc.
11959         Likewise for _B110, etc.
11960
11961 Thu Oct 24 16:19:49 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
11962
11963         * ansidecl: Put `M4OPTS=+quiet' in the environment make GNU m4 quiet.
11964
11965 Sun Oct 20 19:31:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11966
11967         * Make-dist (tardir): Define as `libc-RELEASE-VERSION', strings
11968         snarfed from version.c.
11969         ($(..)$(tardir)): Add rule to make as symlink to . (parent dir).
11970         [subdir] (dist), [parent] (dist.tar): Depend on that.
11971         [subdir] (tarsources), [parent] (+tsrcs): Add $(tardir)/ to files.
11972
11973         * sysdeps/sparc/Makefile (distribute): Move data into Dist file.
11974
11975 Fri Oct 18 15:27:58 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11976
11977         * Makefile (subdirs): Add $(sysdep-subdirs), so sysdep makefiles can
11978         add subdirs.
11979
11980         * posix/glob.c [sgi]: Use <sys/dir.h>.
11981
11982         * stdio/fopen.c: If not appending, initialize the offset to 0.
11983
11984         * sysdeps/generic/strcasecmp.c: Fixed losing braindead code.
11985
11986 Tue Oct  8 15:27:54 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
11987
11988         * Version 0.1.
11989         * This ChangeLog is lacking much information.
11990         * After this release, I hope to maintain the log well. 
11991
11992 Fri Jul 26 18:02:57 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11993
11994         * stdio/Makefile (routines): Remove _cleanup.
11995
11996 Thu Jul 25 23:12:45 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
11997
11998         * stdio/memstream.c (close_memstream): Removed.
11999         (trim_buffer): New fn to be io_funcs->__close for memstreams.
12000         (open_memstream): Take arg char **BUFLOC.  Stuff it in
12001         stream->__fd, and store the location of the initial buffer in
12002         *BUFLOC.
12003         (enlarge_buffer): Keep *(char **) stream->__fd updated to be the
12004         location of the buffer.
12005
12006 Tue Jul 23 14:11:29 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
12007
12008         * posix/glob.c: Don't #include <stddef.h> #ifdef sun.
12009         Is there anyone on the face of the planet other than me capable of
12010         implementing the ANSI C standard to spec????
12011
12012         * posix/glob.c [DIRENT]: #include <sys/types.h> before <dirent.h>
12013         #ifdef USG.
12014
12015 Mon Jul 22 17:06:24 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
12016
12017         * sysdeps/posix/make-stdio_limits.c: #include <posix1_limits.h>,
12018         not <posix_limits.h>.
12019
12020         * README: Refer to COPYING.LIB, not COPYING.
12021
12022         * config.libc: Renamed to `configure'.
12023 \f
12024 Local Variables:
12025 mode: change-log
12026 End: