* Makerules (install-lib.so rules): Undouble $s in target and dep
[platform/upstream/glibc.git] / ChangeLog
1 Wed May  8 12:08:35 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2
3         * Makerules (install-lib.so rules): Undouble $s in target and dep
4         parts of o-iterator-doit defns.
5         (unversioned libraries install rule): Fix pattern.
6
7         * mach/Makefile (mach-src-headers): Use $(base-machine) instead of
8         $(config-machine).
9         ($(includedir)/machine): Likewise.
10
11         * config.make.in (base-machine): New variable.
12         * configure.in (machine): Move case stmt to set $machine out of sysdep
13         dirs AC_CACHE_CHECK.
14         (base_machine): New variable, set in that switch and AC_SUBST'd.
15
16         * Makerules (stub-$(subdir)): Use file name in directory as output,
17         since cmd is cd'd.
18
19         * configure.in (MSGFMT): Use : if none found.
20
21         * po/Makefile: Include ../Rules instead of ../Makerules.
22
23 Tue May  7 23:18:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
24
25         * po/Makefile: New file.
26         * Makefile (subdirs): Add po.
27
28         * configure.in: Check for msgfmt.
29         * config.make.in (MSGFMT): New variable.
30
31 Sun May  5 23:49:10 1996  Ulrich Drepper  <drepper@cygnus.com>
32
33         * misc/Makefile (routines): Add swapoff.
34
35         * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h.
36
37         * sysdeps/unix/sysv/linux/sys/quota.h: New file.  Wrapper around
38         kernel header file.
39
40 Tue May  7 19:00:01 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
41
42         * string/argz-extract.c: Remove const from decl.
43         * string/argz.h: Here too.
44
45         * Makeconfig (version.mk): Fix regexp in sed cmd.
46         Depend on $(..)Makeconfig.
47
48         * GMP code updated from gmp-2.0 release.
49         * stdlib/Makefile (mpn-routines): Removed add_1, added inlines.
50         * sysdeps/generic/add_1.c: File removed.
51         * stdlib/strtod.c: mp_limb is now mp_limb_t.
52         * stdlib/fpioconst.c, stdlib/fpioconst.h: Likewise.
53         * stdio-common/_itoa.c: Likewise.
54         * stdio-common/printf_fp.c: Likewise.
55         Don't include ansidecl.h.
56
57         * sysdeps/mach/hurd/getcwd.c: Use io_identity instead of io_stat.
58
59         * shlib-versions: New file.
60         * Makerules (soversions.mk): New target, include file generated from
61         shlib-versions.  Moved shared library rules before installation rules.
62         Rewrote shared library installation rules for versioned libraries.
63         * math/Makefile (libm.so-version): Variable removed.
64
65         * sysdeps/mach/hurd/i386/exc2signal.c: Use struct hurd_signal_detail.
66
67         * hurd/report-wait.c (_S_msg_describe_ports): New function.
68
69         * configure.in: Add AC_PROG_LN_S check.
70         * config.make.in (LN_S): New variable.
71
72 Sun May  5 03:10:44 1996  Ulrich Drepper  <drepper@cygnus.com>
73
74         * misc/efgcvt_r.c (ecvt_r): Work aroung gcc bug.  gcc does
75         not know about weak aliases now and optimizes necessary `if'
76         statement away.
77
78         * posix/unistd.h: Add swapoff prototype.
79
80         * sysdeps/generic/confname.h: Add even more POSIX.4 symbols.
81
82         * sysdeps/posix/fpathconf.c (__fpathconf): Get information
83         for _PC_PATH_MAX from fstatfs function if available.
84
85         * sysdeps/posix/sysconf.c: Add code to handle _SC_AIO_LISTIO_MAX,
86         _SC_AIO_MAX, _SC_AIO_PRIO_DELTA_MAX, _SC_DELAYTIMER_MAX,
87         _SC_MQ_OPEN_MAX, _SC_MQ_PRIO_MAX, _SC_RTSIG_MAX,
88         _SC_SEM_NSEMS_MAX, _SC_SEM_VALUE_MAX, _SC_SIGQUEUE_MAX, and
89         _SC_TIMER_MAX.
90         * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto.
91
92         * sysdeps/stub/swapoff.c: New file.  Stub version for swapoff
93         function.
94
95         * sysdeps/unix/syscalls.list:  Add swapoff.
96
97         * sysdeps/unix/sysv/linux/Dist: Add sys/acct.h.
98
99         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
100         (sysdep_routines): Add mount, umount, llseek, setfsgid, setfsuid,
101         sysinfo, and uselib.
102         (headers): Add sys/sysinfo.h.
103
104         * sysdeps/unix/sysv/linux/gethostid.c: Prevent warning.
105
106         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == misc]
107         (sysdep_routines): Add ioperm, iopl, and vm86.
108         (headers): Add sys/perm.h and sys/vm86.h.
109
110         * sysdeps/unix/sysv/linux/i386/sys/perm.h: New file.  Contains
111         prototypes for iopl and ioperm.
112
113         * sysdeps/unix/sysv/linux/i386/sys/vm86.h:  New file.  Contains
114         prototype for vm86.
115
116         * sysdeps/unix/sysv/linux/i386/syscalls.list: New file.  Add
117         vm86 system call.
118
119         * sysdeps/unix/sysv/linux/sys/acct.h: New file.  Contains
120         prototypes for acct function.
121
122         * sysdeps/unix/sysv/linux/sys/socket.h: Provide real header
123         file with prototypes.
124
125         * sysdeps/unix/sysv/linux/sys/sysinfo.h: New file.  Contains
126         prototype for sysinfo function.
127
128         * sysdeps/unix/sysv/linux/syscalls.list: Add flock, ioperm, iopl,
129         llseek, setfsgid, setfsuid, sysinfo, and uselib.
130
131         * sysdeps/unix/sysv/linux/sysconf.c: Instead of duplicating
132         posix/sysconf.c now only handle cases different to that
133         implementation.
134
135 Tue May  7 15:08:19 1996  Miles Bader  <miles@gnu.ai.mit.edu>
136
137         * stdio/linewrap.c (__line_wrap_output): Renamed from lwoutput
138         (all references changed).  Now exported.
139
140         * stdio/linewrap.c (struct data): Type deleted (moved to linewrap.h).
141         (wrap_stream, unwrap_stream, lwclose, lwfileno, lwoutput,
142         line_wrap_stream, line_unwrap_stream): Use struct line_wrap_data
143         instead of struct data.
144         (lwoutput, line_wrap_stream, line_unwrap_stream): Rename various
145         occurences of `wrap' and `wrapmargin' to `wmargin'.
146         (line_wrapped, line_wrap_lmargin, line_wrap_set_lmargin,
147         line_wrap_rmargin, line_wrap_set_rmargin, line_wrap_wmargin,
148         line_wrap_set_wmargin, line_wrap_point): New functions.
149         * stdio/linewrap.h: New file.
150         * stdio/Makefile (headers): Add linewrap.h.
151
152 Tue May  7 14:19:12 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
153
154         * sysdeps/unix/sysv/linux/i386/Makefile: File removed.
155
156         * stdio/stdio.h: Remove line_wrap_stream, line_unwap_stream decls.
157
158         * sysdeps/unix/sysv/linux/schedbits.h: New file.
159
160 Tue May  7 13:47:02 1996  Miles Bader  <miles@gnu.ai.mit.edu>
161
162         * stdio/linewrap.c (struct data): Make margin fields not-pointers.
163         (lwoutput): Adjust uses acordingly.
164
165 Tue May  7 10:51:52 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
166
167         * sysdeps/mach/hurd/fdatasync.c: New file.
168         * sysdeps/mach/hurd/fsync.c: Pass new flag to file_sync.
169
170         * sysdeps/mach/hurd/xmknod.c: Pass new flag to dir_link.
171         * sysdeps/mach/hurd/symlink.c: Likewise.
172         * sysdeps/mach/hurd/link.c: Likewise.
173         * sysdeps/mach/hurd/bind.c: Likewise.
174         * hurd/hurdsig.c (write_corefile): Likewise.
175
176         * hurd/hurdsig.c (write_corefile): Pass cttyid port to crash server.
177
178         * sysdeps/mach/hurd/fpathconf.c: RPC takes int pointer, not long int.
179
180         * sysdeps/mach/hurd/_exit.c (_hurd_exit): Pass sigcode arg to
181         proc_mark_exit.
182         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Likewise.
183
184         * sysdeps/mach/hurd/wait4.c: Pass sigcode arg to proc_wait.
185
186         * sysdeps/mach/hurd/rename.c: Pass new flag to dir_rename.
187
188         * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise): Use struct
189         hurd_signal_detail.
190         * hurd/catch-exc.c (_S_catch_exception_raise): Likewise.
191         * hurd/hurd-raise.c (_hurd_raise_signal): Likewise.
192         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
193         Likewise.
194         * sysdeps/mach/hurd/setitimer.c (restart_itimer): Likewise.
195
196         * hurd/hurd/signal.h: Fix _hurd_exception2signal prototype.
197
198         * hurd/hurdsig.c (write_corefile): Take const struct
199         hurd_signal_detail * arg.  Pass all details to crash_dump_task.
200         (_hurd_internal_post_signal): Pass DETAIL to write_corefile.
201         (_hurd_internal_post_signal: suspend): Pass code and error to
202         proc_mark_stop.
203
204         * hurd/hurdprio.c (_hurd_priority_which_map): Pass flags arg to
205         proc_getprocinfo by reference.
206
207         * wcsmbs/wcwidth.c, wcsmbs/wcswidth.c: Fixed typos.
208
209         * sysdeps/unix/sysv/linux/sys/mman.h: Fixed typo.
210
211         * sysdeps/stub/sched_getp.c: Add missing #include <sys/types.h>.
212         * sysdeps/stub/sched_sets.c: Likewise.
213         * sysdeps/stub/sched_setp.c: Likewise.
214         * sysdeps/stub/sched_rr_gi.c: Likewise.
215         * sysdeps/stub/sched_gets.c: Likewise.
216
217         * hurd/hurdsig.c: Use struct hurd_signal_detail.
218         * hurd/hurd/fd.h (_hurd_fd_error): Likewise.
219         * sysdeps/mach/hurd/sysd-stdio.c (fd_fail): Likewise.
220
221 Mon May  6 09:51:05 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
222
223         * stdio/linewrap.c: New file.
224         * stdio/Makefile (routines): Add linewrap.
225         * stdio/stdio.h [__USE_GNU]: Declare line_wrap_stream,
226         line_unwrap_stream.
227
228 Mon May  6 14:53:26 1996  Ulrich Drepper  <drepper@cygnus.com>
229
230         * time/strftime.c (week): Add third parameter telling how
231         many days must be in new year so that it is called week 1.
232         (Following ISO 8601).
233         Correct computation for %U and %V formats when day was first
234         day of the week.
235         (strftime): Implement %V format according to Spec1170.
236
237 Mon May  6 17:01:09 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
238
239         * hurd/hurd/signal.h (_hurd_intr_rpc_mach_msg): New declaration.
240
241 Sat May  4 05:44:25 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
242
243         * hurd/hurd/sigpreempt.h (struct hurd_signal_preempter): Change
244         prototype of `preempter' elt to use struct hurd_signal_detail.
245
246         * hurd/hurd/signal.h (struct hurd_signal_detail): New type.
247         (struct hurd_sigstate): Make `pending_data' member an array of that.
248         Use the new type in several decls.
249
250         * locale/setlocale.c (_nl_C_name): Variable removed.
251         * locale/C_name.c: New file.
252         (_nl_C_name): Put it here instead.
253         * locale/Makefile (aux): Add C_name.
254
255         * sysdeps/mach/hurd/dl-sysdep.c (open): Don't pass io port in
256         auth_user_authenticate rpc.
257         (open): Avoid using strtol in digit conversion for "fd/N" magic.
258         (_dl_sysdep_start): Likewise for memobj name in magic switches.
259
260         * elf/Makefile (reloc-link): New variable.
261         (dl-allobjs.so): New target, link together $(rtld-routines).
262         (librtld.so): Depend on that instead of the rtld components.
263         (generated): Add dl-allobjs.so.
264
265         * hurd/hurd-raise.c (_hurd_raise_signal): Pass sigcode in msg_sig_post
266         rpc.
267
268         * hurd/hurdmsg.c (_S_msg_set_environment): Use argz.h functions
269         instead of _hurd_split_args.
270         (_S_msg_*_exec_flags): Functions removed.
271         (_S_msg_startup_dosync): Stub removed.
272
273 Sat May  4 02:11:55 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
274
275         * sysdeps/mach/hurd/ptrace.c: Set _hurdsig_traced instead of
276         EXEC_TRACED bit in _hurd_exec_flags.
277         Pass sigcode arg in msg_sig_post_untraced rpc.
278
279         * sysdeps/mach/hurd/access.c: Don't pass io port in
280         auth_user_authenticate rpc.
281
282         * posix/sched.h: Fix typos.
283
284         * sysdeps/mach/hurd/fork.c: Use new critical section lock.
285         Clear _hurdsig_traced instead of EXEC_TRACED.
286
287         * sysdeps/stub/nanosleep.c (nanosleep): Fix typo.
288
289         * wcsmbs/wcstol.c: Find strtol.c in ../stdlib.
290         * wcsmbs/wcstof.c: Find strtod.c in ../stdlib.
291         * wcsmbs/wcstod.c: Likewise.
292         * wcsmbs/wcstold.c: Likewise.
293
294         * wcsmbs/wcwidth.h: Find cname-lookup.h in ../wctype.
295
296         * string/envz.c (envz_entry): Use const.
297         (envz_get, envz_remove): Likewise.
298         (envz_entry): Return char *, not const char *.
299
300         * string/envz.h: Fix decl.
301
302         * string/argz-create.c: Use const in prototype.
303         * string/argz-next.c: Likewise.
304
305 Fri May  3 13:32:08 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
306
307         * sysdeps/mach/hurd/sigprocmask.c: Pass sigcode arg to msg_sig_post.
308         * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
309         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
310         * sysdeps/mach/hurd/kill.c: Likewise.
311
312         * hurd/hurdexec.c (_hurd_exec): Use new critical section lock.
313         * hurd/catch-exc.c (_S_catch_exception_raise): Likewise.
314         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Likewise.
315         * hurd/thread-cancel.c (hurd_thread_cancel, hurd_check_cancel):
316         Likewise.
317         * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
318         * sysdeps/mach/hurd/sigaction.c: Likewise.
319
320         * sysdeps/mach/hurd/errnos.awk: Don't use ARGV in comment; it can
321         change meaninglessly.
322
323         * hurd/hurd/signal.h (struct hurd_sigstate): Replace critical section
324         flag with a spin lock.
325         (_hurd_critical_section_lock): Use spin_try_lock on that to see if we
326         get it.  No need to take SS->lock at all.
327         (_hurd_critical_section_unlock): Unlock SS->critical_section_lock
328         instead of clearing the old flag member.
329         * hurd/hurdsig.c (_hurd_internal_post_signal): Use spin_lock_locked to
330         test the critical section state.
331
332         * hurd/hurdinit.c (_hurd_init): Set _hurdsig_traced from the intarray.
333
334         * hurd/hurdkill.c (_hurd_sig_post): Pass 0 sigcode in msg_sig_post.
335
336         * hurd/hurdsig.c (_hurd_internal_post_signal): Test _hurdsig_traced
337         instead of testing (_hurd_exec_flags & EXEC_TRACED).
338         (_S_msg_sig_post): Take sigcode arg and pass it through.
339         (_S_msg_sig_post_untraced): Likewise.
340         (reauth_proc): Don't pass proc port in auth_user_authenticate.
341
342         * hurd/setauth.c (_hurd_setauth): Don't pass object ports in
343         auth_user_authenticate RPCs, just the one-off rendezvous port.
344         * hurd/dtable.c (reauth_dtable): Likewise.
345         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Likewise.
346
347         * hurd/hurdexec.c (_hurd_exec): Pass 0 flags to file_exec.
348         Pass sigcode arg to msg_sig_post.
349
350         * string/argz.h (argz_create): Use const in prototype.
351
352         * hurd/hurdinit.c (_hurd_proc_init): Test _hurdsig_traced instead of
353         testing (_hurd_exec_flags & EXEC_TRACED).
354         Pass sigcode arg to msg_sig_post.
355
356         * hurd/hurd.h: Declare _hurdsig_traced.
357
358         * string/argz.h (__argz_next): Cast ENTRY before returning it.
359
360         * hurd/hurd/signal.h (_hurd_critical_section_unlock): Pass sigcode arg
361         to msg_sig_post.
362
363         * hurd/path-lookup.c: New file.
364         * hurd/Makefile (routines): Add path-lookup.
365         * hurd/hurd/lookup.h: Declare file_name_path_scan,
366         hurd_file_name_path_lookup.
367         * hurd/hurd.h: Declare file_name_path_lookup.
368
369         * sysdeps/mach/hurd/select.c: The io_select rpc no longer has a TAG_ID
370         argument.  Instead, use a separate reply port for each RPC and put them
371         all in a port set to wait for slow replies.
372
373         * intl/Makefile (CPPFLAGS): Change $(nlsdir) to $(i18ndir) in
374         LOCALE_ALIAS_PATH.
375
376 Fri May  3 03:14:02 1996  Ulrich Drepper  <drepper@cygnus.com>
377
378         * intl/Makefile (routines): Add l10nflist and explodename.
379         (distribute): Add loadinfo.h and locale.alias.
380         (install-others): New variable to install locale.alias.
381
382         * intl/dcgettext.c, intl/finddomain.c, intl/gettextP.h,
383         intl/loadmsgcat.c: Adapt for upcoming gettext-0.10.13.  Some code
384         is now shared with the locale implementation.
385
386         * intl/explodename.c, intl/l10nflist.c, intl/loadinfo.h: New file.
387         Extracted from finddomain.c.  This is also used in the locale
388         implementation.
389
390         * intl/locale.alias: New file.  Locale alias database compatible
391         with X Window System's locale alias file.  Can now be used in
392         locale and gettext code.
393
394         * libio/stdio.h: Add prototypes for asprint and vasprintf.
395
396         * locale/C-collate.c, locale/C-ctype.c, locale/C-messages.c,
397         locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c: Add new
398         field in structure with name of locale ("C" in this case).
399
400         * locale/Makefile (routines): Add findlocale.
401
402         * locale/findlocale.c: New file.  Instead of trying to load the
403         directly described file we now try to be much smarter when this
404         fails.  Use the same code as gettext does.
405
406         * locale/loadlocale.c, locale/setlocale.c: Rewrite to know about
407         new loading scheme.
408
409         * locale/localeinfo.h: Adapt prototypes and declarations for new
410         setlocale implementation.  Remove definition of u32_t type.  We
411         now use u_int32_t from <sys/types.h>.
412
413         * locale/programs/charset.h (ILLEGAL_CHAR_VALUE): Provide type
414         with constant.
415
416         * locale/programs/config.h, locale/lc-collate.c,
417         locale/localeinfo.h, locale/programs/ld-collate.c,
418         locale/programs/ld-ctype.c, locale/programs/ld-messages.c,
419         locale/programs/ld-monetary.c, locale/programs/ld-numeric.c,
420         locale/programs/ld-time.c, locale/weight.h, string/strcoll.c:
421         Change to use u_int32_t and u_int16_t.
422
423         * locale/programs/localedef.c (construct_output_path): Change name
424         of output locale to contain normalized form of the character set
425         portion.
426
427         * string/Makefile (routines): Add agrz-ctsep and argz-next.
428         (tests): Add tst-strlen.
429
430         * string/argz-ctsep.c: New file.  Implement reverse operation
431         from argz-stringify.
432
433         * string/argz-next.c: Non-inline version of function from argz.h.
434
435         * string/argz.h, string/envz.h: Make usable as global header file.
436
437         * string/envz.c: Fix declarations to use size_t where prototypes
438         say so.
439
440         * string/tst-strlen.c: New file.  Another test for critical
441         situation in strlen implementations.
442
443         * sysdeps/i386/i586/strlen.S: Fix bug with highest byte in word
444         being zero.
445
446         * wctype/test_wctype.c: Fix controlling comparison after change to
447         32 bit character class array.
448
449 Fri May  3 12:53:12 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
450
451         * sysdeps/unix/sysv/linux/sys/socket.h: Remove spurious doubled line.
452
453 Thu May  2 22:50:52 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
454
455         * sysdeps/unix/sysv/linux/getpriority.c: New file.
456         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getpriority.
457
458 Thu May  2 22:41:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
459
460         * sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_DEFAULT):
461         Disable all exceptions.
462
463 Thu May  2 22:33:14 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
464
465         * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
466         sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
467         sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
468         sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
469         sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
470         sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
471         sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
472         sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
473         sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c: Don't
474         define __NO_MATH_INLINES, which is already defined on command
475         line.
476
477 Thu May  2 22:18:28 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
478
479         * sysdeps/libm-ieee754/e_j0f.c (__ieee754_j0f, __ieee754_y0f):
480         Replace 0x80000000 by 0x48000000.
481         * sysdeps/libm-ieee754/e_j1f.c (__ieee754_j1f): Likewise.
482
483 Thu May  2 21:30:33 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
484
485         * sunrpc/svc_simple.c: Make global variable pl local to
486         registerrpc.
487
488 Thu May  2 00:24:04 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
489
490         * time/Makefile (tz-cflags): New variable.
491         (CFLAGS-tzfile.c): New variable.
492         (CFLAGS-zic.c): Add $(tz-cflags).
493         (tz-cc): Remove variable.
494         ($(objpfx)tzfile.o, $(objpfx)zic.o): Remove targets.
495
496 Wed May  1 09:10:04 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
497
498         * sysdeps/mach/hurd/getcwd.c: Jump out of both loops when we find a
499         name, instead of checking for reaching end of buffer, which happens
500         when the match is the last entry in the buffer.
501
502         * time/strftime.c: Use canonical autoconf nugget for time.h+sys/time.h
503         include.
504
505 Mon Apr 29 02:48:26 1996  Ulrich Drepper  <drepper@cygnus.com>
506
507         * ctype/ctype-info.c: (__ctype_width): New variable.
508         (__ctype_names): Initialize correctly without offset.
509
510         * locale/C-collate.c, locale/C-ctype.c,
511         locale/C-messages.c, locale/C-monetary.c,
512         locale/C-numeric.c, locale/C-time.c: Change copyright.
513
514         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Correct
515         endianess for initialization value.
516
517         * locale/lc-ctype.c (current): Add parameter for offset.
518         (__ctype32_b, __ctype_width): Add initialization for these
519         variables.
520
521         * locale/programs/charmap.c: Finish support for WIDTH information.
522         (new_width): New function.
523
524         * locale/programs/charset.h (width_rule): new data structure.
525         (charset_t): Add elements for width information.
526
527         * locale/programs/ld-ctype.c (locale_ctype_t): Add element
528         for width information.
529         (allocate_arrays): Add new argument for charset.
530         (ctype_finish): Make sure all characters named in charset
531         width table are known to name table.
532         (ctype_output): Correct handling of class and map name
533         information and write out width information.
534         (find_idx): Prepare for being called with NULL pointer as
535         TABLE argument.  This means only allocate name entry.
536         (allocate_arrays): Correct handling of array element -1.
537         Because EOF == -1 the value of element 127 must *not* be
538         mirrored here.
539         Fill width information from charset tables.
540
541         * locale/programs/localedef.c (main): Correct loop over all
542         categories after change of order from Thu Mar 28 14:22:51 1996.
543         Add new charset argument to call of `write_all_categories'.
544
545         * locale/programs/locales.h (ctype_finish, ctype_output): New
546         charset argument.
547
548         * locale/programs/locfile.c (write_all_categories): Call
549         `ctype_output' with additional argument charset.
550
551         * posix/getconf.c (vars): Add _POSIX_SYNC_IO, _POSIX_ASYNC_IO,
552         and _POSIX_PRIO_IO definitions.
553
554         * posix/posix2_lim.h: Add definition of _POSIX2_CHARCLASS_NAME_MAX
555         and CHARCLASS_NAME_MAX.
556
557         * posix/unistd.h: Document _POSIX_SYNC_IO, _POSIX_ASYNC_IO,
558         and _POSIX_PRIO_IO.
559
560         * stdlib/grouping.h: Prepare for use in wide string functions.
561
562         * stdlib/stdlib.h: Correct prototypes for __strto*_internal
563         functions.
564
565         * stdlib/strtod.c: Extend for use as `wcsto{f,d,ld}'.
566
567         * stdlib/strtol.c: Extend for use as `wcsto{l,ul,q,uq}'.
568
569         * string/strcoll.c: Extend for use as `wcscoll'.
570
571         * string/strxfrm.c: Extend for use as `wcsxfrm'.
572
573         * sysdeps/generic/confname.h: Add definition of _PC_SYNC_IO,
574         _PC_ASYNC_IO, _PC_PRIO_IO and _SC_CHARCLASS_NAME_MAX.
575
576         * sysdeps/generic/stpncpy.c: Correct return value.
577
578         * sysdeps/posix/fpathconf.c: Add handling of _PC_SYNC_IO,
579         _PC_ASYNC_IO, and _PC_PRIO_IO.
580
581         * sysdeps/posix/sysconf.c: Add handling of _SC_REALTIME_SIGNALS,
582         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
583         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC,
584         _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE,
585         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_SEMAPHORES,
586         _SC_SHARED_MEMORY_OBJECTS, and _SC_CHARCLASS_NAME_MAX.
587         * sysdeps/stub/sysconf.c: Ditto.
588         * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto.
589
590         * sysdeps/unix/sysv/linux/Dist: Add sys/sysctl.h.
591
592         * sysdeps/unix/sysv/linux/Makefile [subdir == misc]
593         (sysdep_routines): Add s_sysctl and sysctl.
594
595         * sysdeps/unix/sysv/linux/sys/mman.h: Add declaration of mremap.
596
597         * sysdeps/unix/sysv/linux/sys/socket.h: New file.  Wrapper
598         around kernel header.
599
600         * sysdeps/unix/sysv/linux/sys/sysctl.h: New file.  Define
601         interface to `sysctl' function.
602
603         * sysdeps/unix/sysv/linux/syscalls.list: Add mremap and _sysctl.
604
605         * sysdeps/unix/sysv/linux/sysconf.c: Add handling of
606         _SC_CHARCLASS_NAME_MAX.
607
608         * sysdeps/unix/sysv/linux/sysctl.c: new file.  Implement caller
609         of _sysctl system call.
610
611         * sysvipc/Makefile (routines): Add ftok.
612
613         * sysvipc/ftok.c: use variable `proj_id' not `id'.  Patch by
614         David Mosberger-Tang.
615
616         * wcsmbs/Makefile (routines): Add wcpcpy, wcpncpy, wcstol,
617         wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll,
618         wcsxfrm, wcwidth, and wcswidth.
619
620         * wcsmbs/wchar.h: Add declarations for wcpcpy, wcpncpy, wcstol,
621         wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll,
622         wcsxfrm, wcwidth, and wcswidth.
623         Declare internal interfaces for wcsto* functions.
624         [OPTIMIZE]: Define inline functions for wcsto* functions to
625         call internal interface functions.
626
627         * wcsmbs/wcpcpy.c, wcsmbs/wcpncpy.c: New files.  Implement non-
628         standard function equivalent to stpcpy/stpncpy.
629
630         * wcsmbs/wcscoll.c: Implement `wcscoll' function by using
631         `strcoll' implementation.
632
633         * wcsmbs/wcscpy.c, wcsmbs/wcsncpy.c: Use wint_t instead of
634         wchar_t.
635
636         * wcsmbs/wcstod.c: Implement `wcstod' function by using `strtod'
637         implementation.
638         * wcsmbs/wcstof.c: Same for `wcstof'.
639         * wcsmbs/wcstold.c: Same for `strtold'.
640
641         * wcsmbs/wcstol.c: Implement `wcstol' function by using `strtol'
642         implementation.
643         * wcsmbs/wcstoq.c: Same for `wcstoq'.
644         * wcsmbs/wcstoul.c: Same for `wcstoul'.
645         * wcsmbs/wcstouq.c: Same for `wcstouq'.
646
647         * wcsmbs/wcswidth.c: Implement `wcswidth' function from X/Open
648         CAE.
649         * wcsmbs/wcwidth.c: Ditto for `wcwidth'.
650         * wcsmbs/wcwidth.h: Common function for definitions of above two
651         functions.
652
653         * wcsmbs/wcsxfrm.c: Implement `wcsxfrm function by using
654         `strxfrm implementation.
655
656         * wctype/wctype.c: Remove case for `wctype_t' being 16 bit type.
657
658         * wctype/wctype.h (wint_t): Protect against multiple definition.
659         (wctype_t): Always define as `unsigned long int'.
660
661         * wctype.h: New file.  Wrapper around wctype/wctype.h.
662
663 Tue Apr 30 17:30:46 1996  Miles Bader  <miles@gnu.ai.mit.edu>
664
665         * hurd/hurdsig.c (_hurdsig_abort_rpcs): Add timeout argument to
666         interrupt_operation call.
667         (_hurdsig_interrupt_timeout): New variable.
668
669         * hurd/report-wait.c (describe_number): Correctly allocate space
670         in DESCRIPTION for the digits in I.
671
672 Mon Apr 29 00:11:59 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
673
674         * hurd/hurdstartup.c (_hurd_split_args): Function removed.
675         (_hurd_startup): Use argz functions.
676
677         * hurd/hurdexec.c: Use argz functions.
678
679         * errno.h [!__error_t_defined] (error_t): New type.
680         * sysdeps/mach/hurd/errnos.awk: #define __error_t_defined after the
681         typedef in errnos.h.
682
683         * string/envz.c, string/envz.h: New files.
684         * string/argz.h, string/argz-append.c, string/argz-count.c,
685         string/argz-create.c, string/argz-delete.c, string/argz-extract.c,
686         string/argz-insert.c, string/argz-stringify.c: New files.
687         * string/Makefile (routines): Add envz, argz-*.
688         (headers): Add argz.h, envz.h.
689
690 Sun Apr 28 14:14:35 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
691
692         * sysdeps/unix/sysv/linux/i386/Makefile: New file.
693
694 Wed Apr 24 17:35:30  Ulrich Drepper  <drepper@cygnus.com>
695
696         * inet/netinet/in.h, socket/sys/socket.h: Move to
697         sysdeps/generic/netinet/in.h, sysdeps/generic/sys/socket.h.
698         * netinet/in.h, sys/socket.h: Remove file.
699
700         * misc/Makefile (routines): Add fdatasync.
701
702         * posix/Makefile (headers): Add sched.h.
703         (routines): Add nanosleep, sched_setp, sched_getp, sched_sets,
704         sched_gets, sched_yield, sched_primax, sched_primin, sched_rr_gi.
705
706         * posix/getconf.c (vars): Add entries for _POSIX_REALTIME_SIGNALS,
707         _POSIX_PRIORITY_SCHEDULING, _POSIX_TIMERS, _POSIX_ASYNCHRONOUS_IO,
708         _POSIX_PRIORITIZED_IO, _POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC,
709         _POSIX_MAPPED_FILES, _POSIX_MEMLOCK, _POSIX_MEMLOCK_RANGE,
710         _POSIX_MEMORY_PROTECTION, _POSIX_MESSAGE_PASSING,
711         _POSIX_SEMAPHORES, _POSIX_SHARED_MEMORY_OBJECTS.
712
713         * posix/sched.h: New file.  Header for POSIX scheduling interface.
714
715         * posix/unistd.h: Describe options from POSIX.4.
716         Add declaration of fdatasync.
717
718         * sysdeps/generic/confname.h: Add definition for
719          _SC_REALTIME_SIGNALS, _SC_PRIORITY_SCHEDULING, _SC_TIMERS,
720         _SC_ASYNCHRONOUS_IO, _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO,
721         _SC_FSYNC, _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE,
722         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING,
723         _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS.
724
725         * sysdeps/generic/fdatasync.c: New file.  Default implementation
726         simply uses fsync.
727
728         * sysdeps/generic/netinit/in.h: Moved to here from inet/netinet/in.h.
729
730         * sysdeps/generic/schedbits.h: New file.  System dependent
731         defintion for POSIX.4 scheduling interface.
732
733         * sysdeps/generic/sys/socket.h: Moved to here from socket/sys/socket.h.
734
735         * sysdeps/stub/nanosleep.c, sysdeps/stub/sched_getp.c,
736         sysdeps/stub/sched_gets.c, sysdeps/stub/sched_primax.c,
737         sysdeps/stub/sched_primin.c, sysdeps/stub/sched_rr_gi.c,
738         sysdeps/stub/sched_setp.c, sysdeps/stub/sched_sets.c,
739         sysdeps/stub/sched_yield.c: New file:  Stub implementation
740         for systems missing these POSIX.4 system calls.
741
742         * sysdeps/unix/sysv/linux/gnu/types.h,
743         sysdeps/unix/sysv/linux/ioctls.h: Use kernel header for
744         data type definitions.
745
746         * sysdeps/unix/sysv/linux/netinet/in.h: New file.  Linux
747         specific version.
748
749         * sysdeps/unix/sysv/linux/posix_opt.h: New file.  Define POSIX
750         options applicable for Linux.
751
752         * sysdeps/unix/sysv/linux/syscalls.list: Add definitions for
753         fdatasync, nanosleep, sched_setparam, sched_getparam,
754         sched_setscheduler, sched_getscheduler, sched_yield,
755         sched_get_priority_max, sched_get_priority_min, and
756         sched_rr_get_interval.
757
758         * sysdeps/unix/sysv/linux/sysconf.c: Add handling of POSIX.4
759         options.
760
761         * sysdeps/unix/sysv/linux/termbits.h: Use kernel headers.
762
763         * time/sys/time.h: Remove definition of `struct timespec'.
764
765         * time/time.h (struct timespec): Move definition to here.
766
767 Fri Apr 26 01:55:07 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
768
769         * malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC.
770
771 Thu Apr 25 15:49:57 1996  Miles Bader  <miles@gnu.ai.mit.edu>
772
773         * sysdeps/mach/hurd/getcwd.c (__getcwd): When we find a match in
774         the scan for a name, avoid doing another readdir (which overwrites
775         NENTRIES, and was resulting in a bogus ENOENT).
776
777         * sysdeps/mach/hurd/fcntl.c (__fcntl): Add missing break after F_SETFL.
778
779 Wed Apr 24 00:22:42 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
780
781         * stdio/internals.c (seek_to_target): Set errno if seek function
782         returns the wrong offset.
783
784         * wcsmbs/wcsrtombs.c [! EILSEQ] (EILSEQ): Define to EINVAL.
785         * wcsmbs/wcrtomb.c: Likewise.
786
787         * stdio-common/vfprintf.c: Include errno.h.
788
789 Tue Apr 23 21:09:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>
790
791         * hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new
792         variable, LUCKY, to use instead of setting D to -1 (which fouls
793         things up).
794
795 Tue Apr 23 15:56:56 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
796
797         * config.h.in (HAVE_REGEX): New macro.
798
799         * sysdeps/unix/syscalls.list: Add statfs, fstatfs.
800         * io/Makefile (headers): Add sys/statfs.h, statfsbuf.h.
801         (routines): Add statfs, fstatfs.
802         * sysdeps/mach/hurd/statfs.c: New file.
803         * sysdeps/mach/hurd/fstatfs.c: New file.
804         * sysdeps/stub/fstatfs.c: New file.
805         * sysdeps/stub/statfs.c: New file.
806         * io/sys/statfs.h: New file.
807         * sysdeps/generic/statfsbuf.h: New file.
808         * sysdeps/unix/sysv/linux/statfsbuf.h: New file.
809
810 Tue Apr 23 00:06:47 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
811
812         * malloc/Makefile (gmalloc-routines): Add valloc back here.
813         (dist-routines): Remove it here.
814         * malloc/valloc.c [_MALLOC_INTERNAL && GMALLOC_INHIBIT_VALLOC]
815         (ELIDE_VALLOC): Define it.
816         [! ELIDE_VALLOC]: Make whole file conditional on this.
817         * malloc/malloc.h (valloc): Make decl conditional on
818         [!GMALLOC_INHIBIT_VALLOC] instead of [!emacs].
819
820 Mon Apr 22 00:02:19 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
821
822         * MakeTAGS: Include version.mk.
823         (po/SYS_libc.pot): Add missing / in sed s cmd.
824
825 Sat Apr 20 18:13:00 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
826
827         * Makerules (no-whole-archive): Test $(have-no-whole-archive), not
828         $(libc_cv_ld_no_whole_archive).
829
830 Sat Apr 20 17:07:17 1996  Ulrich Drepper  <drepper@cygnus.com>
831
832         * assert/assert.h, ctype/ctype.h, dirent/dirent.h, errno.h,
833         grp/grp.h, io/fcntl.h, io/sys/stat.h, io/utime.h, locale/locale.h,
834         math/math.h, misc/nlist.h, misc/sgtty.h, misc/sys/file.h,
835         misc/sys/ioctl.h, misc/sys/uio.h, posix/sys/times.h,
836         posix/sys/types.h, posix/sys/utsname.h, posix/sys/wait.h,
837         posix/tar.h, posix/wordexp.h, pwd/pwd.h, resource/sys/vlimit.h,
838         resource/sys/vtimes.h, setjmp/setjmp.h, signal/signal.h,
839         stdio-common/printf.h, stdlib/alloca.h, stdlib/stdlib.h,
840         string/string.h, sysdeps/generic/sigaction.h,
841         sysdeps/generic/sigset.h, sysdeps/generic/sys/ptrace.h,
842         sysdeps/generic/sys/ptrace.h, sysdeps/unix/bsd/osf/sigaction.h,
843         sysdeps/unix/sysv/linux/sys/ptrace.h,
844         sysdeps/unix/sysv/minix/sigaction.h,
845         sysdeps/unix/sysv/sco3.2.4/sigaction.h,
846         sysdeps/unix/sysv/sysv4/sigaction.h,
847         sysdeps/unix/sysv/sysv4/sigset.h, termios/termios.h,
848         time/sys/time.h, time/time.h: Fix copyright comment.
849
850 Fri Apr 19 00:49:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
851
852         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): If uids and gids are
853         not given in stack aux vector, fetch them with syscalls.
854
855         * stdlib/rpmatch.c (rpmatch: try): Take new arg NOMATCH, return value
856         for nonmatching nonerror (instead of !MATCH).
857         (rpmatch): Use it, so we return -1 when NOEXPR doesn't match either.
858
859         * resolv/getnetnamadr.c (getnetbyaddr): Use u_int32_t instead of
860         unsigned long for variable NET2.
861
862         * time/etcetera, time/europe, time/solar89: Updated from ADO's 96e.
863
864 Tue Apr  9 14:37:31 1996  Ulrich Drepper  <drepper@cygnus.com>
865
866         * catgets/Makefile, catgets/catgets.c, catgets/catgetsinfo.h,
867         catgets/config.h, catgets/gencat.c, catgets/nl_types.h,
868         catgets/open_catalog.c: New files.  Implementation of XPG4
869         compliant catgets() function and needed tools.
870         * Makefile (subdirs): Add catgets.
871
872 Thu Apr 18 23:36:11 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
873
874         * math/Makefile (CPPFLAGS): Append -D__NO_MATH_INLINES.
875
876 Wed Apr 10 20:48:43 1996  Ulrich Drepper  <drepper@cygnus.com>
877
878         * stdio-common/vfprintf.c: Correct some typos.
879
880         * sysdeps/libm-ieee754/w_gammaf.c, sysdeps/libm-ieee754/w_lgamma.c,
881         sysdeps/libm-ieee754/w_lgammaf.c: Reference signgam instead of
882         __signgam.
883
884 Thu Apr 18 21:07:27 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
885
886         * Makerules (no-whole-archive): New variable.
887         (build-shlib): Use it.
888         * elf/Makefile (libdl.so): Use it.
889         * configure.in (libc_cv_ld_no_whole_archive): New check for
890         --no-whole-archive.
891         * config.make.in (have-no-whole-archive): New variable.
892
893         * stdio-common/printf_fp.c: Increase fudge factor for BIGNUM_SIZE calc
894         from 3 to 4.
895
896         * Make-dist: Include version.mk.
897         (version, release): Variables removed.
898         * Makeconfig (version.mk): New target.
899
900 Fri Apr 19 01:42:18 1996  Ulrich Drepper  <drepper@cygnus.com>
901
902         * locale/Makefile (headers): Add langinfo.h.
903         (CPPFLAGS): Remove -Iliblib.
904
905 Mon Apr 15 16:49:04 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
906
907         * malloc/memalign.c, malloc/malloc.h [__DJGPP__ == 1]: Elide memalign
908         function and its declaration.
909
910 Wed Apr 10 14:13:45 1996  Miles Bader  <miles@gnu.ai.mit.edu>
911
912         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Store
913         MACH_PORT_DEAD in the thread reply-port variable before destroying
914         the signal handler's reply port, to avoid infinite recursion.
915
916 Mon Apr  8 18:27:17 1996  Miles Bader  <miles@gnu.ai.mit.edu>
917
918         * sysdeps/mach/gettimeofday.c (__gettimeofday): Don't fail if the
919         user passes in TZ, just zero it (emacs passes in a dummy variable,
920         and rms says the hurd should be the one to change).
921
922 Sun Apr  7 10:37:30 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
923
924         * sysdeps/mach/hurd/fork.c: Don't leak send rights to the child's proc
925         port in the parent.
926
927 Fri Apr  5 17:43:41 1996  Miles Bader  <miles@gnu.ai.mit.edu>
928
929         * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Store
930         MACH_PORT_DEAD in the thread reply-port variable before destroying
931         the signal handler's reply port to avoid infinite recursion.
932         * sysdeps/mach/hurd/mig-reply.c (__mig_dealloc_reply_port): Only
933         attempt to destroy PORT if it's a valid port name.
934
935 Wed Apr  3 17:10:44 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
936
937         * extra-lib.mk: Put libs in $(common-objpfx) instead of $(objpfx).
938         * Makerules ($(install-lib) rules): Find libs with $(common-objpfx)
939         instead of $(objpfx).
940
941 Tue Apr  2 21:27:01 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
942
943         * posix/glob.c (glob_pattern_p): Avoid scanning past eos if
944         the pattern ends with a backslash and quoting is enabled.
945         * posix/fnmatch.c (fnmatch): Likewise; return FNM_NOMATCH for such
946         patterns.
947
948 Mon Apr  1 13:34:55 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
949
950         * stdio-common/tst-printf.c (main): Add new test case.
951
952         * sysdeps/generic/setenv.c (unsetenv): Use old-style definition.
953
954 Mon Apr  1 11:39:10  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
955
956         * stdlib/strtod.c (STRTOD): Fix handling of American style FP
957         numbers.
958
959         * stdio-common/vfprintf.c (vfprintf): Don't increment format
960         string pointer twice after seeing `*'.
961
962 Sun Mar 31 17:31:54 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
963
964         * MakeTAGS (po/SYS_libc.pot): Prepend header processed from
965         po/header.pot.
966
967 Sun Mar 31 18:07:32 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
968
969         * locale/Makefile (others, install-bin): Compiling locale works
970         again.
971         (locale-modules): locale has no --dump option anymore.  Remove
972         ctypedump.
973
974         * locale/programs/config.h: Don't declare euidaccess.
975         Use #include_next to get libc's config.h.
976
977         * locale/programs/ctypedump.c: Not needed anymore.  Dump option
978         of locale is removed.
979
980         * locale/programs/locale.c: Adapt for new locale implementation.
981
982         * stdio-common/_itoa.h (_itoa_word): Define as inline function.
983         * stdio-common/_itoa.c (_itoa_lower_digits, _itoa_upper_digits):
984         Don't declare static because used in _itoa_word inline function.
985
986         * stdio-common/printf-parse.h: Prepare for use in wide-char
987         stdio implementation.
988         (find_spec): Take additional argument to work with mbrlen instead
989         of mblen.
990         (parse_one_spec): Ditto.
991
992         * stdio-common/printf-prs.c: Prepare for use in wide-char
993         stdio implementation.
994
995         * stdio-common/printf.h: Mark change for wide-char handling.
996         Changing it now would result in incompatibilities.
997
998         * stdio-common/vfprintf.c: New and fast implementation.
999
1000         * wcsmbs/Makefile (routines): Remove pre-ISO C multibyte functions
1001         mbsadvance, mbscat, mbschr, mbscmp, mbscpy, mbsdup, mbslen,
1002         mbsncat, mbsncmp, mbsncpy, mbsrchr, mbstomb.
1003         Change wcswcs to wcsstr.
1004         Add wmemchr, wmemcmp, wmemcpy, wmemmove, wmemset, btowc, wctob,
1005         mbsinit, mbrlen, mbrtowc, wcrtomb, mbsrtowcs, wcsrtombs.
1006
1007         * wcsmbs/btowc.c, wcsmbs/mbrlen.c, wcsmbs/mbrtowc.c,
1008         wcsmbs/mbsinit.c, wcsmbs/mbsrtowcs.c, wcsmbs/wchar.h,
1009         wcsmbs/wcrtomb.c, wcsmbs/wcsrtombs.c, wcsmbs/wcsstr.c,
1010         wcsmbs/wctob.c, wcsmbs/wmemchr.c, wcsmbs/wmemcmp.c,
1011         wcsmbs/wmemcpy.c, wcsmbs/wmemmove.c, wcsmbs/wmemset.c: New
1012         function according to ISO C amendment 1.
1013         * wchar.h: Wrapper around "wcsmbs/wchar.h".
1014
1015         * wcsmbs/wcscat.c, wcsmbs/wcschr.c, wcsmbs/wcscmp.c,
1016         wcsmbs/wcscpy.c, wcsmbs/wcscspn.c, wcsmbs/wcsdup.c,
1017         wcsmbs/wcslen.c, wcsmbs/wcsncat.c, wcsmbs/wcsncmp.c,
1018         wcsmbs/wcsncpy.c, wcsmbs/wcspbrk.c, wcsmbs/wcsrchr.c,
1019         wcsmbs/wcsspn.c, wcsmbs/wcstok.c: Changed to conform with ISO C
1020         amendment 1.
1021
1022         * wcsmbs/mbsadvance.c, wcsmbs/mbscat.c, wcsmbs/mbschr.c,
1023         wcsmbs/mbscmp.c, wcsmbs/mbscpy.c, wcsmbs/mbsdup.c,
1024         wcsmbs/mbslen.c, wcsmbs/mbsncat.c, wcsmbs/mbsncmp.c,
1025         wcsmbs/mbsncpy.c, wcsmbs/mbsrchr.c, wcsmbs/mbstomb.c,
1026         wcsmbs/mbstr.h, wcsmbs/wcstr.h, wcsmbs/wcswcs.c: Removed.
1027         Implement functions from early drafts, not part of final standard.
1028
1029 Sun Mar 31 16:50:41 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
1030
1031         * setjmp/setjmp.h (jmp_buf): Change gratuitous struct tag name to
1032         __jmp_bug_tag so its C++ implicit typedef does not conflict with the
1033         __jmp_buf typedef.
1034
1035         * Makerules (BUILD_CFLAGS) [! objdir]: Use $(..)config.h when
1036         compiling in the source directories.
1037
1038 Fri Mar 29 16:26:35 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
1039
1040         * sysdeps/libm-ieee754/w_gamma.c: Use signgam instead of __signgam.
1041         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
1042
1043 Fri Mar 29 11:29:46 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1044
1045         * sysdeps/libm-ieee754/s_signgam.c (signgam): Renamed to __signgam,
1046         with weak alias signgam.
1047
1048 Thu Mar 28 18:32:34 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
1049
1050         * Makeconfig (+cflags, +gcc-nowarn): Use gcc flags unconditionally.
1051
1052 Thu Mar 28 14:22:51 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1053
1054         * sunrpc/rpc_main.c (main): Call textdomain.
1055
1056         * MakeTAGS (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): Add
1057         --no-location.
1058         (all-pot): Replace $(subdirs) files with $P/subdirs.pot.
1059         ($P/subdirs.pot): New target.
1060         ($P/SYS_libc.pot): Add -n switch.
1061
1062         * locale/locale.h (LC_*): Values reordered to match Linux libc.
1063
1064         * sysdeps/mach/hurd/kill.c: If proc_pid2task gives us MACH_PORT_NULL
1065         the process is a zombie; send no messages and return success.
1066
1067 Thu Mar 28 11:53:26 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
1068
1069         * wctype/cname-lookup.h: Find localeinfo.h in ../locale.
1070         * wctype/wctype.c: Likewise.
1071         * wctype/wctrans.c: Likewise.
1072
1073 Thu Mar 28 03:00:43 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
1074
1075         * locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of
1076         DATA->strings.
1077
1078         * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h.
1079
1080         * configure.in (.weakext check): Fix asm code to use .weakext instead
1081         of .weak!  Fix bogus test calls.
1082         * configure: Regenerated.
1083
1084 Thu Mar 28 03:25:10 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1085
1086         * locale/programs/xmalloc.c: Test _LIBC as well as STDC_HEADERS.
1087
1088         * locale/programs/ld-collate.c (collate_finish): Use error_at_line
1089         instead of error_with_loc.
1090
1091         * locale/weight.h: Use u_int32_t instead of u32_t.
1092         * string/strxfrm.c: Likewise.
1093
1094         * string/strxfrm.c: Find weight.h in ../locale; don't #include
1095         "localeinfo.h".
1096         * string/strcoll.c: Likewise.
1097
1098         * intl/Makefile (copysrc): Add missing > in sed cmd.
1099
1100 Sat Mar 23 17:52:49 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
1101
1102         * Makeconfig: Rename Makefile variable nlsdir to i18ndir and
1103         change value to $(datadir)/i18n.  `nls' is not an appropriate
1104         name.
1105
1106         * Makefile (subdirs): Add new subdir wctype.
1107
1108         * ctype/ctype-info.c: Add new global variable __ctype_names
1109         and initialize from _nl_C_LC_CTYPE.
1110
1111         * ctype/ctype.h: In P1003.3b/D11 `alnum' is a separate character
1112         class.  Use bit 11.
1113         [_ISbit]: Protect definition of bitmasks because they are also
1114         used in wctype.h.
1115
1116         * libio/genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag
1117         after successfully pushing back a character.
1118
1119         Fundamental changes in locale implementation.  Almost nothing
1120         from the old code is used anymore.
1121         * locale/charmap.c, locale/collate.c, locale/config.h,
1122         locale/ctypedump.c, locale/hash.h, locale/keyword.gperf,
1123         locale/keyword.h, locale/loadlocale.c, locale/locale-ctype.c,
1124         locale/locale.c locale/localeconv.c, locale/localedef.c,
1125         locale/localedef.h, locale/locfile-hash.c, locale/locfile-lex.c,
1126         locale/locfile-parse.c, locale/messages.c, locale/monetary.c,
1127         locale/numeric.c, locale/setlocale.c, locale/token.h,
1128         locale/xmalloc.c: Removed.
1129
1130         * locale/Makefile: Update for new locale implementation with
1131         program source code distributed in subdir.
1132
1133         * locale/categories.def, locale/iso-4217.def: Updated file
1134         for new locale implementation.
1135
1136         * locale/langinfo.h: Updated for new locale implementation.
1137         (ERA_D_T_FMT, ERA_T_FMT): New official values according to
1138         P1003.2b/D11.
1139         (_NL_COLLATE_NRULES, _NL_COLLATE_RULES, _NL_COLLATE_HASH_SIZE,
1140         _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_TABLE_EB,
1141         _NL_COLLATE_TABLE_EL, _NL_COLLATE_UNDEFINED, _NL_COLLATE_EXTRA_EB,
1142         _NL_COLLATE_EXTRA_EL, _NL_CTYPE_NAMES_EB, _NL_CTYPE_NAMES_EL,
1143         _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS, _NL_CTYPE_CLASS_NAMES,
1144         _NL_CTYPE_MAP_NAMES, _NL_CTYPE_WIDTH): New internal values for
1145         extended LC_CTYPE and LC_COLLATE implementation.
1146
1147         * locale/programs/simple-hash.c, locale/programs/simple-hash.h,
1148         locale/programs/xmalloc.c, locale/programs/xstrdup.c: Helper functions
1149         for locale related programs.
1150
1151         * locale/C-collate.c, locale/C-ctype.c,
1152         locale/C-messages.c, locale/C-monetary.c,
1153         locale/C-numeric.c, locale/C-time.c,
1154         locale/lc-collate.c, locale/lc-ctype.c,
1155         locale/lc-messages.c, locale/lc-monetary.c,
1156         locale/lc-numeric.c, locale/lc-time.c: New implementation of locale
1157         functions, and new generated "C" locale data.
1158
1159         * locale/loadlocale.c: Now handles word fields in locale binary
1160         automatically by changing the endianess if necessary.
1161
1162         * locale/localeinfo.h (LIMAGIC): Changed magic number because
1163         of incompatible changes.
1164         (locale_data): Changed definition to allow word as a value type.
1165         (coll_sort_rule): Values for collation sorting mode.
1166         (_NL_CURRENT_WORD): New macro to access word value of locale entry.
1167         (__collate_table, __collate_extra): Declare new global variables
1168         for collation tables.
1169
1170         * locale/programs/charmap-kw.gperf, locale/programs/charmap-kw.h,
1171         locale/programs/charmap.c, locale/programs/charset.c,
1172         locale/programs/charset.h, locale/programs/config.h,
1173         locale/programs/ctypedump.c, locale/programs/ld-collate.c,
1174         locale/programs/ld-ctype.c, locale/programs/ld-messages.c,
1175         locale/programs/ld-monetary.c, locale/programs/ld-numeric.c,
1176         locale/programs/ld-time.c, locale/programs/linereader.c,
1177         locale/programs/linereader.h, locale/programs/locale.c,
1178         locale/programs/localedef.c, locale/programs/locales.h,
1179         locale/programs/locfile-kw.gperf, locale/programs/locfile-kw.h,
1180         locale/programs/locfile-token.h, locale/programs/locfile.c,
1181         locale/programs/locfile.h, locale/programs/stringtrans.c,
1182         locale/programs/stringtrans.h: Implementation of locale related
1183         programs.
1184
1185         * locale/weight.h: Functions to access collation tables.
1186
1187         * posix/unistd.h: Define _POSIX2_LOCALEDEF.
1188
1189         * stdio-common/printf_fp.c: Fix bug with printing certain numbers
1190         < 10^-1.  Reported by Bill Metzenthen.
1191
1192         * stdio-common/tfformat.c: Add new test for above bug.
1193
1194         * string/strcoll.c, string/strxfrm.c: Real implementation of
1195         string collation according to ISO C.
1196
1197         * wctype/Makefile, wctype/cname-lookup.h, wctype/iswctype.c,
1198         wctype/test_wctype.c, wctype/towctrans.c, wctype/wcfuncs.c,
1199         wctype/wctrans.c, wctype/wctype.c, wctype/wctype.h: New files.
1200         Implementation of wide character classes and mapping.
1201
1202 Wed Mar 27 14:52:11 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1203
1204         * elf/rtld.c (dl_main): Call _dl_sysdep_start_cleanup after
1205         _dl_relocate_object loop.  Avoid relocating RTLD_MAP in that loop, and
1206         do it individually if necessary after _dl_sysdep_start_cleanup call.
1207
1208         * stdlib/Makefile (mpn-routines): Add divrem.
1209
1210 Tue Mar 26 22:54:14  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
1211
1212         * stdio-common/printf_fp.c (__printf_fp): Use mpn_divmod
1213         instead of __mpn_divmod.
1214
1215 Wed Mar 27 10:26:21 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1216
1217         * sysdeps/alpha/setjmp.S: Must establish global pointer before
1218         address of __sigsetjmp_aux can be loaded.
1219
1220 Wed Mar 27 02:23:19 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
1221
1222         * sysdeps/i386/i586/memset.S: New file.  Highly optimized
1223         version for i586 contributed by Torbjorn Granlund.
1224         Adapted for use as bzero.
1225         * sysdeps/i386/i586/bzero.S: Use sysdeps/i386/i586/memset.S
1226         code to implement bzero().
1227
1228 Tue Mar 26 20:01:17 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1229
1230         * stdlib/Makefile (mpn-routines): Remove divmod.
1231
1232 Tue Mar 26 15:40:14 1996  Brendan Kehoe  <brendan@zen.org>
1233
1234         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use
1235         wrapped with #ifndef, to avoid config.h defining it.
1236
1237 Mon Mar 25 13:10:04 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1238
1239         * malloc/realloc.c (_realloc_internal): In case of growing large
1240         block, leave _heaplimit zero across _malloc_internal call.
1241
1242         * intl/Makefile [gettext-srcdir]: Use gpl2lgpl.sed on copied sources.
1243
1244 Mon Mar 25 03:35:16 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1245
1246         * malloc/malloc.c (morecore): Don't attempt recursive realloc of info
1247         table when _heaplimit==0 during realloc growing large block.
1248
1249         * MakeTAGS (extract): Remove /dev/null from xgettext command line.
1250         (text-srcs): New variable: extract only C sources from $(tags_sources).
1251         (po/$(domain).pot): Depend on that.
1252         If it's empty, cp /dev/null $@ instead of $(extract).
1253
1254         * misc/Makefile (headers): Add iovec.h.
1255         * sysdeps/unix/sysv/linux/iovec.h: New file.
1256         * sysdeps/generic/iovec.h: New file.
1257         * misc/sys/uio.h (struct iovec): Type replaced with #include <iovec.h>.
1258
1259         * configure.in (NO_UNDERSCORES check): Use AC_TRY_LINK instead of
1260         AC_TRY_COMPILE.
1261
1262         * misc/sys/cdefs.h [__USE_BSD] (const, signed, volatile): Move these
1263         macros inside [! __STDC__].
1264
1265         * stdlib/rpmatch.c: New file.
1266         * stdlib/Makefile (routines): Add rpmatch.
1267         * stdlib/stdlib.h [__USE_SVID]: Declare rpmatch.
1268
1269         * MakeTAGS (MSGJOIN): Variable removed.
1270         (po/SYS_libc.pot): Use $(XGETTEXT) instead of $(MSGJOIN).
1271
1272 Wed Mar 20 20:08:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1273
1274         * sysdeps/unix/sysdep.h: Don't define C_SYMBOL_NAME.
1275
1276         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Don't define
1277         NO_UNDERSCORES.
1278
1279 Thu Mar 21 11:19:15 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1280
1281         * mach/devstream.c (input): Translate \r to \n on input.
1282
1283 Wed Mar 20 11:28:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1284
1285         * stdio-common/printf.h, stdio-common/printf_fp.c,
1286         stdio-common/vfprintf.c: Place const in parameter list at
1287         correct place.
1288
1289 Wed Mar 20 23:58.12 1996  Ulrich Drepper <drepper@gnu.ai.mit.edu>
1290
1291         * sysdeps/i386/ldbl2mpn.c: Copy of former version of
1292         sysdeps/ieee754/ldbl2mpn.c.
1293         * sysdeps/ieee754/ldbl2mpn.c: Remove i386 specific unification.
1294         Reported by Andreas Schwab.
1295
1296 Wed Mar 20 19:58:43 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1297
1298         * version.c: Include version.h to define RELEASE and VERSION macros.
1299         (__libc_release, __libc_version): Use them.
1300         * locale/SYS_libc.c (_libc_intl_domainname): Include ../version.h and
1301         use VERSION to define domainname as `SYS_GNU_libc-VERSION'.
1302         * Make-dist (rel+vers): Snarf the macro values from version.h.
1303
1304         * MakeTAGS (extract): Pass $(XGETTEXTFLAGS-$(@F)).
1305         (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): New variables;
1306         pass -a for these files.
1307
1308         * Makerules (po/%.pot): Depend on FORCE target so recursive make is
1309         always run.
1310
1311 Mon Mar 18 22:54:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1312
1313         * sysdeps/unix/sysv/linux/wait3.c: New file.
1314         * sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the
1315         one from sysdeps/posix.
1316
1317 Wed Mar 20 09:42:11 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1318
1319         * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.
1320
1321         * elf/dl-load.c (_dl_map_object_from_fd): Always set L->l_type; if not
1322         lt_executable, then lt_library.
1323         * elf/rtld.c (dl_main): Don't set NEW->l_type after _dl_map_object.
1324
1325 Wed Mar 20 00:08:23 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1326
1327         * sysdeps/unix/sysv/linux/syscalls.list: Remove gtty and stty.
1328
1329 Tue Mar 19 16:31:06 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1330
1331         * sysdeps/unix/sysv/linux/termbits.h (CRTSCTS, CBAUDEX, VEOL,
1332         VEOL2, VMIN, VTIME): Corrected.
1333         (PAGEOUT, WRAP, VDSUSP): Deleted.
1334
1335 Tue Mar 19 14:18:42 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1336
1337         * sysdeps/unix/readdir.c: Test [! _DIRENT_HAVE_D_RECLEN] instead of
1338         (sizeof (DP->d_name) > 1) to detect fixed-size dir entries.
1339
1340         * sysdeps/i386/fpu/__math.h (asinh): Call log1p instead of __log1p.
1341
1342         * math/math.h: Move M_* constants before __math.h include.
1343         [__NO_MATH_INLINES || __OPTIMIZE__]: Include __math.h only #if this.
1344
1345         * misc/efgcvt_r.c (ecvt_r): Declare floor, log10, fabs as weak extern.
1346         If log10 is not defined (i.e. no -lm), use stupid loop instead.
1347
1348         * features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined
1349         and no other _*_SOURCE macro is.
1350         (_GNU_SOURCE): Don't define by default.
1351         * libc-symbols.h (_GNU_SOURCE): Define it.
1352
1353         * configure.in (alpha*-*-linux*): Unset $gnu_ld and $elf.
1354
1355         * config.make.in (weak-symbols): Variable removed.
1356         * configure.in (--with-weak-symbols): Option removed.
1357         (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE):
1358         New tests.
1359
1360         * config.h.in (HAVE_WEAK_SYMBOLS): #undef removed.
1361         (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE):
1362         New #undefs.
1363         * libc-symbols.h: Use them instead of HAVE_WEAK_SYMBOLS.
1364
1365         * sysdeps/unix/bsd/pause.c: Moved to sysdeps/unix/common/pause.c.
1366
1367 Mon Mar  4 20:17:28 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1368
1369         * inet/inet_lnaof.c: Use u_int32_t instead of u_long.
1370         * inet/inet_mkadr.c: Likewise.
1371         * inet/inet_net.c: Likewise.
1372         * inet/inet_netof.c: Likewise.
1373         * inet/rcmd.c: Likewise.
1374         * inet/arpa/inet.h: Likewise.
1375         * inet/netinet/in.h: Likewise.
1376         * inet/netinet/tcp.h: Likewise.
1377         * inet/protocols/rwhod.h: Likewise.
1378         * inet/protocols/talkd.h: Likewise.
1379         * resolv/inet_addr.c: Likewise.
1380
1381         * sysdeps/unix/sysv/linux/adjtime.c: Use INT_MAX instead of LONG_MAX.
1382
1383         * sysdeps/unix/sysv/Makefile (sysdep_routines): Don't add s_getdents.
1384
1385         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add mount,
1386         umount.
1387
1388         * sysdeps/alpha/__math.h (atan, cabs): New functions.
1389
1390         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: new file (syscall
1391         expects set-value, not pointer to it).
1392
1393 Sun Feb 25 22:36:10 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1394
1395         * sysdeps/unix/sysv/linux/alpha/profil-counter.h: New file.
1396
1397         * gmon/gmon.c (__bb_head): new variable.
1398         (write_hist, write_call_graph, write_bb_counts): new functions.
1399         (_mcleanup): modified to call above functions instead of directly
1400         writing out gmon.out.
1401         * gmon/sys/gmon.h (struct __bb): New type.
1402         (struct gmonhdr): Type removed.
1403         (struct gmonparam): New member `log_hashfraction'.
1404         (GMONVERSION): Macro removed.
1405
1406         * gmon/sys/gmon_out.h, gmon/bb_exit_func.c,
1407         sysdeps/generic/bb_init_func.c, sysdeps/alpha/bb_init_func.S: new
1408         files.
1409         * gmon/Makefile (headers): Add sys/gmon_out.h.
1410         (routines): Add bb_init_func, bb_exit_func.
1411
1412         * gmon/mcount.c: Avoid integer division.
1413
1414 Wed Feb 21 23:56:41 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1415
1416         * sysdeps/alpha/setjmp.S: switched order in which sp and fp are
1417         passed to match what __sigsetjmp_aux() expects.
1418
1419 Tue Feb 20 11:33:46 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1420
1421         * sysdeps/unix/sysv/linux/alpha/syscalls.list (select, bind,
1422         connect, getpeername, getsockname, listen, recv, recvfrom,
1423         recvmsg, send, sendmsg, sendto, setsockopt, shutdown, socketpair):
1424         added to override same-name assembly file in the parent directory.
1425
1426         * stdlib/stdlib.h: add include of sys/types.h in front of random
1427         etc declarations to ensure int32_t is declared.
1428
1429         * stdlib/random.c, stdlib/random_r.c: replaced "long int" by int32_t
1430         where 32 bit integers are required.  Also change LONG_MAX into
1431         0x7fffffff since the intent is to turn off the sign bit in a
1432         32 bit integer.
1433
1434         * time/offtime.c (__offtime): Use Paul Eggert's code to deal
1435         with very large values for "days" (e.g., 64 bit values).
1436
1437 Mon Feb 19 22:22:12 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1438
1439         * stdlib/stdlib.h (__random, __random_r, random_r, struct
1440         random_data): use int32_t instead of `long int'.
1441
1442 Sat Feb 17 11:29:29 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1443
1444         * sysdeps/unix/sysv/linux/alpha/ioperm.c: new file.
1445
1446         * sysdeps/alpha/ffs.S: new file.
1447
1448         * sysdeps/alpha/fabs.c: File removed.
1449
1450         * time/tzfile.c (__tzfile_read): counter variable is i, *not*
1451         num_transitions!
1452
1453         * time/offtime.c: make capable of dealing with very large (64 bit)
1454         time_t values.  Use old algorithm until a year is reached that
1455         is an integer multiple of 400, then use DAYS_PER_400_YEARS to
1456         do the remainder in a single division.
1457
1458         * sysdeps/generic/ffs.c (ffs): fix variable declarations to
1459         be unsigned int, not unsigned long.
1460
1461         * string/test-ffs.c (main): add test case with all upper bits
1462         set.
1463
1464         * stdlib/tst-strtol.c: add tests cases for machines where
1465         sizeof(long)==8.
1466
1467         * stdlib/testrand.c (main): disallow rand() to return negative
1468         integers.
1469
1470         * stdlib/testmb.c (main): fix format to use %lx instead of %x.
1471
1472         * stdlib/stdlib.h: on 64 bit machines, declare
1473         struct random_data, __random(),  __random_r, and random_r to
1474         return "int" instead of "long int".
1475
1476         * stdlib/random_r.c: 64 bit machines use "int" instead of "long
1477         int".  Similarly, use INT_MAX instead of LONG_MAX.
1478
1479         * stdlib/random.c: on 64 bit machines, randtbl[] and __random[]
1480         need to operate on "int" instead of "long int".
1481
1482         * locale/locfile-hash.c (compute_hashval): make shifted constant
1483         a long to avoid loosing bits on 64 bit machines.
1484
1485         * dirent/tst-seekdir.c (main): fix confusing comment; print
1486         a line to mark point where directory is rewound.
1487
1488 Fri Feb 16 15:01:49 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1489
1490         * time/strftime.c (strftime): any hour > 11 is PM (not > 12!).
1491
1492 Wed Feb 14 00:21:17 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1493
1494         * sysdeps/unix/sysv/linux/alpha/Makefile,
1495         sysdeps/unix/sysv/linux/alpha/brk.S,
1496         sysdeps/unix/sysv/linux/alpha/fpu_control.c,
1497         sysdeps/unix/sysv/linux/alpha/fpu_control.h,
1498         sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
1499         sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
1500         sysdeps/unix/sysv/linux/alpha/pipe.S,
1501         sysdeps/unix/sysv/linux/alpha/setfpucw.c,
1502         sysdeps/unix/sysv/linux/alpha/sigprocmask.c,
1503         sysdeps/unix/sysv/linux/alpha/speed.c,
1504         sysdeps/unix/sysv/linux/alpha/start.S,
1505         sysdeps/unix/sysv/linux/alpha/syscall.S,
1506         sysdeps/unix/sysv/linux/alpha/syscalls.list,
1507         sysdeps/unix/sysv/linux/alpha/alpha/regdef.h,
1508         sysdeps/unix/sysv/linux/alpha/sysdep.S,
1509         sysdeps/unix/sysv/linux/alpha/sysdep.h: New files.
1510
1511         * sysdeps/alpha/setjmp_aux.c (__sigsetjmp_aux): restore return
1512         address register before returning (gcc 2.7.1 doesn't do it,
1513         presumably because $26 is declared as a global variable).
1514
1515         * sysdeps/unix/sysv/linux/sys/mman.h: msync was missing "flags"
1516         argument.
1517
1518         * sysdeps/unix/alarm.c (alarm): do roundup using test & increment
1519         instead of multiplication.
1520
1521         * sysdeps/posix/sleep.c (sleep): initialize sa_mask to mask of
1522         currently blocked signals instead of the empty mask to ensure
1523         that execution of alarm handler occurs with none of the currently
1524         blocked signals enabled.
1525
1526         * sysdeps/unix/alpha/sysdep.h: new file (adapted from OSF/1 version).
1527
1528         * sysdeps/unix/bsd/osf/alpha/sysdep.h: include
1529         sysdeps/unix/alpha/sysdep.h and removed definitions now in that file.
1530
1531         * sysdeps/alpha/divrem.S, sysdeps/alpha/htonl.S,
1532         sysdeps/alpha/htons.S, sysdeps/alpha/machine-gmon.h,
1533         sysdeps/alpha/_mcount.S, sysdeps/alpha/ntohl.s, sysdeps/alpha/ntohs.s,
1534         sysdeps/alpha/strlen.S: New files.
1535
1536         * sysdeps/alpha/divl.S, sysdeps/alpha/divlu.S, sysdeps/alpha/divq.S,
1537         sysdeps/alpha/divqu.S, sysdeps/alpha/divrem.m4,
1538         sysdeps/alpha/macros.m4, sysdeps/alpha/reml.S, sysdeps/alpha/remlu.S,
1539         sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S, sysdeps/alpha/strlen.c:
1540         Removed.
1541
1542         * sysdeps/generic/sbrk.c (__sbrk): argument is of type ptrdiff_t, not
1543         int.
1544
1545         * sysdeps/alpha/__longjmp.c (__longjmp): moved dummy while loop
1546         to end of function to avoid a jump across NOPs.
1547
1548         * sysdeps/alpha/Makefile (sysdep_routines): Removed all rules
1549         pertaining to integer division/remainder routines since new code
1550         doesn't require them.
1551
1552         * sunrpc/xdr_mem.c, sunrpc/xdr_stdio.c: Use 4 instead of sizeof(long)
1553         where 32 bit quantities are consumed/stored.  Various other minor
1554         64-bit cleanups (casting).
1555
1556         * sunrpc/xdr.c (xdr_int): test for sizeof(int)==4 to determine
1557         whether xdr_long or xdr_short should be used to encode an int.
1558         Notice that an xdr_long is 4 bytes independent of the architecture
1559         (otherwise no Alpha could interoperate with existing NFS servers,
1560         for example).  Ditto for enums.
1561
1562         * sunrpc/svc_udp.c (svcudp_recv): changed test from 4*sizeof(u_long)
1563         to 16 since it really wants 16 bytes.
1564
1565         * sunrpc/svc.c (maskp): changed from u_long* to u_int32*.
1566
1567         * sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): change casts to
1568         u_int32_t (instead of u_long).
1569
1570         * sunrpc/rpc_cmsg.c (xdr_callmsg), sunrpc/svc_authux.c: increment
1571         "buf" pointer by casting it to a char* first since a long* may be 8
1572         bytes or more and oa->oa_length may be any multiple of 4.
1573
1574         * sunrpc/clnt_udp.c (clntudp_call): replaced sizeof(u_long) by 4
1575         since it really is testing for 32 bits.  Fixed casts to use
1576         u_int32 instead of u_long.
1577         * sunrpc/xdr_rec.c: Likewise.
1578
1579         * sunrpc/clnt_tcp.c (clnttcp_call): replaced u_long by u_int32.
1580         * sunrpc/rpc/auth.h: Likewise.
1581
1582         * limits.h (LONG_MAX, LONG_MIN, ULONG_MAX): use 64 bit values
1583         for Alpha.
1584
1585 Tue Mar 19 13:27:49 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1586
1587         * sysdeps/i386/fpu/__math.h: New file.
1588         Contributed by John C. Bowman <bowman@hagar.ph.utexas.edu>.
1589
1590 Sun Mar 17 00:28:16 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1591
1592         * sysdeps/posix/clock.c: Don't multiply the return value by
1593         CLOCKS_PER_SEC or CLK_TCK.
1594
1595 Mon Mar 18 13:20:46 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1596
1597         * sysdeps/mach/hurd/getcwd.c: Fail with ENOENT if a parent directory
1598         scan finds no match.
1599
1600         * posix/unistd.h (setpgrp): Declare no-arg version unless __FAVOR_BSD.
1601         * misc/bsd-compat.c (setpgrp): New function, two arg version.
1602         * sysdeps/stub/setpgid.c: Remove setpgrp alias.
1603         * sysdeps/mach/hurd/setpgid.c: Likewise.
1604         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
1605         * sysdeps/unix/common/syscalls.list (setpgid): Remove setpgrp alias.
1606         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
1607         * sysdeps/unix/sysv/linux/setpgrp.c: Obsolete file removed.
1608         * posix/setpgrp.c (setpgrp): New file.
1609         * posix/Makefile (routines): Add setpgrp.
1610
1611         * elf/Makefile (rtld-link): New canned sequence.
1612         (ld.so, ld-linux.so.1): Use it.  Pass -soname option.
1613
1614         * sysdeps/i386/setjmp.S (__setjmp): Define compatibility entry point.
1615
1616 Sun Mar 17 23:15:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1617
1618         * sysdeps/unix/sysv/linux/tcgetpgrp.c,
1619         sysdeps/unix/sysv/linux/tcsetpgrp.c: New files.
1620
1621 Sun Mar 17 07:19:33 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1622
1623         * db/Makefile (CFLAGS-hash_func.c): New variable; pass -Wno-unused.
1624         (CFLAGS): Append -Wno-unitialized.
1625
1626 Sat Mar 16 20:58:43 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1627
1628         * stdlib/erand48_r.c: Use FP division by powers of two to distribute
1629         short bits into double.
1630
1631 Sat Mar 16 20:08:22 1996  David Mosberger-Tang  <davidm@azstarnet.com>
1632
1633         * sysdeps/alpha/memchr.S: New file.
1634         * sysdeps/alpha/memchr.c: Obsolete file removed.
1635         * string/tester.c: Soup up memchr tests.
1636
1637 Sat Mar 16 16:26:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1638
1639         * misc/Makefile (headers): Add sysexits.h.
1640         * misc/sysexits.h: New file.
1641
1642 Thu Mar 14 15:20:45 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1643
1644         * sysdeps/libm-ieee754/e_atan2.c (__ieee754_atan2): Change atan
1645         call to __atan.
1646         * sysdeps/libm-ieee754/e_atan2f.c (__ieee754_atan2f): Change atanf
1647         call to __atanf.
1648
1649         * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
1650         sysdeps/m68k/fpu/e_asin.c, sysdeps/m68k/fpu/e_asinf.c,
1651         sysdeps/m68k/fpu/e_atanh.c, sysdeps/m68k/fpu/e_atanhf.c,
1652         sysdeps/m68k/fpu/e_cosh.c, sysdeps/m68k/fpu/e_coshf.c,
1653         sysdeps/m68k/fpu/e_exp.c, sysdeps/m68k/fpu/e_expf.c,
1654         sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
1655         sysdeps/m68k/fpu/e_log.c, sysdeps/m68k/fpu/e_log10.c,
1656         sysdeps/m68k/fpu/e_log10f.c, sysdeps/m68k/fpu/e_logf.c,
1657         sysdeps/m68k/fpu/e_pow.c, sysdeps/m68k/fpu/e_powf.c,
1658         sysdeps/m68k/fpu/e_remainder.c, sysdeps/m68k/fpu/e_remainderf.c,
1659         sysdeps/m68k/fpu/e_scalb.c, sysdeps/m68k/fpu/e_scalbf.c,
1660         sysdeps/m68k/fpu/e_sinh.c, sysdeps/m68k/fpu/e_sinhf.c,
1661         sysdeps/m68k/fpu/e_sqrt.c, sysdeps/m68k/fpu/e_sqrtf.c,
1662         sysdeps/m68k/fpu/k_cos.c, sysdeps/m68k/fpu/k_cosf.c,
1663         sysdeps/m68k/fpu/k_sin.c, sysdeps/m68k/fpu/k_sinf.c,
1664         sysdeps/m68k/fpu/k_tan.c, sysdeps/m68k/fpu/k_tanf.c,
1665         sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
1666         sysdeps/m68k/fpu/s_ceil.c, sysdeps/m68k/fpu/s_ceilf.c,
1667         sysdeps/m68k/fpu/s_cos.c, sysdeps/m68k/fpu/s_cosf.c,
1668         sysdeps/m68k/fpu/s_expm1.c, sysdeps/m68k/fpu/s_expm1f.c,
1669         sysdeps/m68k/fpu/s_fabs.c, sysdeps/m68k/fpu/s_fabsf.c,
1670         sysdeps/m68k/fpu/s_finite.c, sysdeps/m68k/fpu/s_finitef.c,
1671         sysdeps/m68k/fpu/s_floor.c, sysdeps/m68k/fpu/s_floorf.c,
1672         sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
1673         sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
1674         sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
1675         sysdeps/m68k/fpu/s_isnan.c, sysdeps/m68k/fpu/s_isnanf.c,
1676         sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
1677         sysdeps/m68k/fpu/s_log1p.c, sysdeps/m68k/fpu/s_log1pf.c,
1678         sysdeps/m68k/fpu/s_logb.c, sysdeps/m68k/fpu/s_logbf.c,
1679         sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c,
1680         sysdeps/m68k/fpu/s_rint.c, sysdeps/m68k/fpu/s_rintf.c,
1681         sysdeps/m68k/fpu/s_scalbn.c, sysdeps/m68k/fpu/s_scalbnf.c,
1682         sysdeps/m68k/fpu/s_significand.c,
1683         sysdeps/m68k/fpu/s_significandf.c, sysdeps/m68k/fpu/s_sin.c,
1684         sysdeps/m68k/fpu/s_sinf.c, sysdeps/m68k/fpu/s_tan.c,
1685         sysdeps/m68k/fpu/s_tanf.c, sysdeps/m68k/fpu/s_tanh.c,
1686         sysdeps/m68k/fpu/s_tanhf.c: New files, for m68881 port of fdlibm.
1687
1688         * sysdeps/m68k/fpu/__math.h: Rewritten for fdlibm.
1689
1690         * sysdeps/m68k/fpu/isinfl.c: Rewritten to get argument type right.
1691         * sysdeps/m68k/fpu/isnanl.c: Likewise.
1692
1693 Thu Mar 14 06:01:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1694
1695         * posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size
1696         calculation to include trailing invariant portion.  Don't use alloca;
1697         instead use a dynamic auto array for GCC, malloc for non-GCC.
1698         Handle nested braces properly.
1699
1700         * elf/elf.h (Elf32_auxv_t): Specify prototype (void) for `a_un.a_fcn'.
1701
1702         * libc-symbols.h (lint): New macro.
1703
1704 Fri Mar 15 01:18:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1705
1706         * libio/iosetvbuf.c: Add weak alias setvbuf.
1707
1708 Thu Mar 14 06:01:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1709
1710         * string/strnlen.c: New file.
1711         * string/Makefile (routines): Add strnlen.
1712         * string/string.h [__USE_GNU] (strnlen): Declare new function.
1713         [__OPTIMIZE__]: Define extern inline implementation of it.
1714
1715         * stdlib/erand48_r.c: Use __mpn_construct_double instead of ldexp and
1716         addition, to avoid using anything from -lm.
1717
1718 Mon Mar  4 21:57:14 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1719
1720         * sysdeps/unix/sysv/linux/m68k/Makefile: New file.
1721
1722         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYS_ify): Redefine.
1723         (CALL_MCOUNT): New macro, empty unless [PROF].
1724         (ENTRY): Do CALL_MCOUNT just after the label.
1725         (JUMPTARGET): New macro.
1726         (SYSCALL_ERROR_HANDLER): Fix syntax.
1727
1728 Thu Mar 14 04:20:48 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1729
1730         * sysdeps/unix/sysv/linux/init-first.c (init): Call `__personality'
1731         function instead of using inline asm i386 syscall.
1732         * sysdeps/unix/sysv/linux/syscalls.list: Add personality syscall.
1733
1734         * posix/unistd.h [__USE_BSD]: Declare usleep.
1735
1736 Tue Mar 12 04:57:57 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1737
1738         * misc/efgcvt.c (MAXDIG): New macro computed from <floats.h> constants.
1739         (fcvt, ecvt): Use it for buffer size.
1740
1741         * stdlib/drand48-iter.c (__drand48_iterate): Use u_int64_t instead of
1742         conditionalizing long vs long long.
1743
1744         * stdlib/drand48-iter.c (__drand48_iterate): Don't check for null
1745         pointers; never return EFAULT.
1746         * stdlib/drand48_r.c (drand48_r): Likewise.
1747         * stdlib/erand48_r.c (erand48_r): Likewise.
1748
1749         * setjmp/Makefile (tests): Add jmpbug.
1750         * setjmp/jmpbug.c: New file.
1751
1752 Tue Mar 12 04:42:01 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1753
1754         * sysdeps/sparc/jmp_buf.h: Rewritten; use array of ints, not struct.
1755         * sysdeps/sparc/setjmp.S: Rewritten; store %fp value as well.
1756         * sysdeps/sparc/__longjmp.S: Rewritten; unwind frames one by one with
1757         `restore' until the target frame is hit.
1758
1759 Sun Mar 10 20:29:40 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1760
1761         * sysdeps/unix/sysv/linux/sigsuspend.c: New file.
1762         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigsuspend, add
1763         s_sigsuspend.
1764
1765 Thu Mar  7 21:30:58 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1766
1767         * Makerules (+make-deps, sed-remove-objpfx): Quote periods on the
1768         left side of sed substitutions.
1769
1770 Sun Mar 10 16:58:10 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
1771
1772         * stdio-common/printf_fp.c (hack_digit): __mpn_normal_size
1773         is not available anymore.  Do it ourselves.
1774
1775         * sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_SETCW):
1776         Correct GCC `asm' syntax.
1777
1778 Tue Mar 12 03:15:02 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1779
1780         * stdio-common/Makefile (tests): Add tst-ungetc.
1781         * stdio-common/tst-ungetc.c: New test from drepper.
1782         * stdio-common/tstscanf.c (main): New %[ test case from drepper.
1783
1784         * sysdeps/libm-ieee754/s_scalbn.c (scalbn): Rename to __scalbn;
1785         somehow this was missed, though the weak alias is already there.
1786
1787         * sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_DEFAULT): Change
1788         default to double precision, all interrupts masked; fdlibm requires.
1789
1790 Sat Mar  9 18:44:27 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1791
1792         * sysdeps/unix/sysv/linux/i386/setfpucw.c: Obsolete file removed.
1793
1794 Fri Mar  8 22:16:48 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1795
1796         * stdio-common/printf_fp.c (HAVE_ALLOCA): New macro.
1797
1798 Tue Mar  5 18:45:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1799
1800         * sysdeps/mach/hurd/select.c (__select): Include LASTFD in the
1801         final loop.
1802
1803 Mon Mar  4 20:54:40 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1804
1805         * Makeconfig ($(common-objpfx)config.make): Depend on config.h.in.
1806
1807 Tue Mar  5 12:14:57 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1808
1809         * sysdeps/mach/hurd/select.c (__select): Also don't fault just
1810         because some fdmask is 0.
1811
1812 Mon Mar  4 17:35:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1813
1814         * sysdeps/mach/hurd/select.c (__select):
1815         Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0!
1816         Don't return without frobbing the bitmasks after a timeout.
1817         When clearing the bitmasks, only loop from FIRSTFD to LASTFD.
1818
1819 Mon Mar  4 17:35:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1820
1821         * hurd/catch-signal.c (hurd_safe_memmove): New function.
1822         (hurd_safe_copyin, hurd_safe_copyout): New functions.
1823         * hurd/hurd/sigpreempt.h: Declare them.
1824
1825 Sun Mar  3 08:43:44 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1826
1827         Replace math code with fdlibm from Sun as modified for netbsd by
1828         JT Conklin and Ian Taylor, including x86 FPU support.
1829         * sysdeps/libm-ieee754, sysdeps/libm-i387: New directories.
1830         * math/math_private.h: New file.
1831         * sysdeps/i386/fpu/Implies: New file.
1832         * sysdeps/ieee754/Implies: New file.
1833         * math/machine/asm.h, math/machine/endian.h: New files.
1834         * math/Makefile, math/math.h: Rewritten.
1835         * mathcalls.h, math/mathcalls.h: New file, broken out of math.h.
1836         * math/finite.c: File removed.
1837         * sysdeps/generic/Makefile [$(subdir)=math]: Frobnication removed.
1838
1839         * math/test-math.c: Include errno.h and string.h.
1840
1841         * sysdeps/unix/bsd/dirstream.h: File removed.
1842         * sysdeps/unix/bsd/readdir.c: File removed.
1843
1844 Sat Mar  2 16:35:40 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1845
1846         * sysdeps/unix/sysv/linux/m68k/profil-counter.h: File removed.
1847         * sysdeps/unix/sysv/sysv4/solaris2/sparc/profil-counter.h: File
1848         removed.
1849         * sysdeps/generic/profil-counter.h: New file.
1850
1851 Fri Mar  1 17:11:59 1996  Brendan Kehoe  <brendan@zen.org>
1852
1853         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sigcontext.h: New file,
1854         including <sysdeps/unix/bsd/sun/sparc/sigcontext.h>.
1855         * sysdeps/unix/sysv/sysv4/solaris2/sparc/profil-counter.h: New file,
1856         same as linux/m68k/profil-counter.h except the comment.
1857
1858 Fri Mar  1 10:09:46 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1859
1860         * stdlib/Makefile (mpn-stuff): New target.
1861         (copy-mpn): Use it.
1862
1863         * Code copied from GMP updated to 1.937 version.
1864         * stdlib/strtod.c (HAVE_ALLOCA): Define this for gmp headers.
1865
1866         * posix/glob.c: Use canonical code from autoconf manual for dirent
1867         include.
1868         [_D_NAMLEN]: Redefine NAMLEN using this.
1869         (glob_in_dir): Use NAMLEN macro.
1870
1871         * sysdeps/posix/profil.c: New file.
1872
1873 Thu Feb 29 20:55:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1874
1875         * sysdeps/unix/sysv/linux/m68k/profil-counter.h: New file.
1876
1877 Tue Feb 27 12:14:59 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1878
1879         * libc-symbols.h [GCC >= 2.8] (strong_alias, weak_alias): Remove
1880         `extern' keyword.
1881
1882         * time/strftime.c: Support - and _ flags to affect number padding.
1883
1884         * sysdeps/unix/common/tcsendbrk.c: New file.
1885
1886 Mon Feb 26 10:22:30 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1887
1888         * sysdeps/unix/dirstream.h: Rewritten.
1889         * sysdeps/unix/readdir.c: Rewritten.
1890         * sysdeps/unix/telldir.c: Rewritten.
1891         * sysdeps/unix/closedir.c: Use <...> instead of "..." for dirstream.h.
1892         Remove __ from DIR struct member names.
1893         * sysdeps/unix/dirfd.c: Likewise.
1894         * sysdeps/unix/seekdir.c: Likewise.
1895         * sysdeps/unix/rewinddir.c: Likewise.
1896         * sysdeps/unix/opendir.c: Likewise.  Don't allocate extra space after
1897         DIR structure.
1898         * sysdeps/stub/direct.h: File removed.
1899         * sysdeps/unix/bsd/bsd4.4/direct.h: File removed.
1900         * sysdeps/unix/bsd/direct.h: File removed.
1901         * sysdeps/unix/common/direct.h: File removed.
1902         * sysdeps/unix/sysv/irix4/direct.h: File removed.
1903         * sysdeps/unix/sysv/isc3/direct.h: File removed.
1904         * sysdeps/unix/sysv/sco3.2.4/direct.h: File removed.
1905         * sysdeps/unix/sysv/sysv4/solaris2/direct.h: File removed.
1906         * sysdeps/unix/common/direntry.h: New file.
1907         * sysdeps/unix/bsd/direntry.h: New file.
1908         * sysdeps/unix/bsd/bsd4.4/direntry.h: New file.
1909         * sysdeps/unix/sysv/direntry.h: New file.
1910         * sysdeps/stub/direntry.h: New file.
1911         * dirent/dirent.h (struct dirent): Type removed.  Include <direntry.h>
1912         to define it.
1913         (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New macros.
1914         * dirent/Makefile (headers): Add direntry.h.
1915         (distribute): Remove direct.h.
1916         * sysdeps/posix/getcwd.c: Use new macros instead of d_namlen.
1917         * dirent/scandir.c: Likewise.
1918         * io/fts.c (fts_build): Likewise.
1919         * io/ftw.c (ftw_dir): Likewise.
1920         * sysdeps/posix/ttyname.c: Likewise.
1921
1922         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: New file.
1923
1924         * sysdeps/mach/hurd/profil.c (MAX_PC_SAMPLES): New macro.
1925         (collector_timeout): New static variable.
1926         (update_waiter): Actually call __task_enable_pc_sampling.
1927         Set collector_timeout based on the `tick' count returned.
1928         (profile_waiter): Use MAX_PC_SAMPLES.  Set nsamples before RPC.
1929         Use collector_timeout in __mach_msg call.
1930
1931         * gmon/Makefile (noprof): New variable containing mcount.
1932         Append profil unless it is in $(unix-syscalls).
1933         (mcount.po): Use $(noprof) for list of targets in this rule.
1934
1935         * libc-symbols.h: Define _LIBC before #include <config.h>.
1936
1937 Sun Feb 25 12:29:23 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1938
1939         * config.h.in [_LIBC] (HAVE_STRERROR): Define it.
1940         Protect 2nd page of #undef's for generator programs with #ifndef _LIBC.
1941
1942         * time/zic.c, time/zdump.c, time/private.h: Updated from ADO 96e.
1943
1944 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1945
1946         * libio/cleanup.c (_IO_cleanup_registration_needed)
1947         [!_G_HAVE_ATEXIT]: Init to NULL.
1948         * libio/filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
1949
1950 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
1951
1952         * libio/filedoalloc.c (_IO_cleanup_registration_needed): Revert
1953         previous change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
1954
1955 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1956
1957         * libio/filedoalloc.c (_IO_cleanup_registration_needed): Declare as
1958         extern.
1959
1960 Sat Feb 24 11:34:13 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1961
1962         * sysdeps/i386/memcmp.S: Fix argument %esp offsets.
1963
1964         * time/sys/time.h (timeradd, timersub): New macros; BSD has these.
1965
1966 Wed Feb 21 02:25:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1967
1968         * Rules (others): Depend on $(extra-objs), $(install-lib),
1969         $(install-bin), $(install-sbin), in object directory.
1970
1971         * Makeconfig (link-libc): Don't pass -rpath option with default
1972         path, since ld.so should use the same default.
1973         * Makerules (build-shlib): Likewise.
1974
1975         * Makerules (make-target-directory): Use mkinstalldirs.
1976
1977         * sysdeps/mach/i386/sysdep.h: Include unix/i386/sysdep.h to
1978         redefine ENTRY et al.
1979
1980         * sysdeps/unix/sysv/linux/i386/sysdep.h (NO_UNDERSCORES, ENTRY):
1981         Macros removed.  The code in unix/i386/sysdep.h should now suffice.
1982
1983         * sysdeps/unix/i386/sysdep.h (ALIGNARG): New macro, defns for
1984         [HAVE_ELF] and not.
1985         (ENTRY): Use it in .align directive.
1986         (CALL_MCOUNT): New macro, empty unless [PROF].
1987         (ENTRY): Do CALL_MCOUNT just after the label.
1988
1989         * Makeconfig (CPPFLAGS-.po): New variable, use -DPROF so assembly
1990         code can call mcount.
1991
1992 Tue Feb 20 23:05:16 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
1993
1994         * time/private.h, time/zdump.c, time/zic.c: Updated verbatim from ADO;
1995         translation markings are now integrated in his distribution.
1996
1997         * stdlib/strtod.c (round_and_return): Add missing (mp_limb) 1 cast.
1998
1999 Mon Feb 19 18:31:59 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2000
2001         * po: New directory where `LANG.po' files for message translations
2002         will reside.
2003         * po/SYS_libc.pot: New file, template of message strings as in source.
2004         * MakeTAGS: New rules to build po/SYS_libc.pot automatically from
2005         the source using xgettext.
2006         * Makerules ($(..)po/%.pot): New rule.
2007         * manual/Makefile (../po/manual.pot): New target, make it empty.
2008
2009         * sysdeps/unix/bsd/alarm.c: Moved to sysdeps/unix/alarm.c.
2010         * sysdeps/unix/bsd/nice.c: Moved to sysdeps/unix/nice.c.
2011         * sysdeps/unix/bsd/stime.c: Moved to sysdeps/unix/stime.c.
2012         * sysdeps/unix/bsd/time.c: Moved to sysdeps/unix/time.c.
2013         * sysdeps/unix/bsd/utime.c: Moved to sysdeps/unix/utime.c.
2014
2015         * time/zic.c, time/scheck.c, time/private.h, time/tzfile.h:
2016         Updated from ADO 96d.
2017
2018 Sun Feb 18 14:08:04 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2019
2020         * csu/initfini.c (_init): Remove bogus volatile declarations and
2021         extra variable, take the address of __gmon_start__ only implicitly
2022         to avoid the test being optimized out.
2023
2024 Sun Feb 18 15:08:10 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2025
2026         * sysdeps/posix/utimes.c (__utimes): There are 1000000 usecs in a
2027         sec.
2028
2029 Sun Feb 18 13:56:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2030
2031         * elf/Makefile, time/Makefile: Make `all' the default target.
2032
2033 Mon Feb 19 18:09:04 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2034
2035         * misc/sys/ptrace.h: Moved to ...
2036         * sysdeps/generic/sys/ptrace.h: ... here.
2037         * sys/ptrace.h: File removed.
2038
2039 Sun Feb 18 12:13:07 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2040
2041         * sysdeps/unix/sysv/linux/Makefile (headers): Add fpu_control.h.
2042
2043         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Put it into .bss
2044         so that the symbol alias works.
2045
2046         * sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_SETCW): Corrected.
2047
2048         * sysdeps/unix/sysv/linux/resourcebits.h: New file.
2049
2050         * sysdeps/unix/sysv/linux/sys/ptrace.h: New file.
2051
2052         * sysdeps/unix/sysv/linux/syscalls.list: Add getegid, geteuid,
2053         getppid and reboot.
2054
2055         * sysdeps/unix/sysv/linux/sysconf.c: Special version that does not
2056         use getdtablesize.
2057
2058 Sat Feb 17 10:30:21 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
2059
2060         * stdio-common/printf_fp.c, stdlib/strtod.c, sysdeps/ieee754/dbl2mpn.c,
2061         sysdeps/ieee754/ldbl2mpn.c, sysdeps/ieee754/mpn2dbl.c,
2062         sysdeps/ieee754/mpn2ldbl.c: Cast left operands of shift instructions
2063         to `long' where necessary.
2064
2065 Thu Feb 15 20:04:50 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
2066
2067         * stdlib/fpioconst.h: Introduce new constant _FPIO_CONST_OFFSET.
2068         * stdio-common/printf_fp.c, stdlib/strtod.c: Use _FPIO_CONST_OFFSET
2069         to correctly access MPN array depending on architecture.
2070
2071 Mon Feb 19 15:30:26 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2072
2073         * stdio-common/tstscanf.c (main): Add check for "0" as %d.
2074
2075         * sysdeps/stub/msync.c: Undo change of Jan 29; just two args.
2076         Only some systems have three args; let them define their own stub.
2077
2078         * sysdeps/generic/dl-sysdep.c: Declare _dl_secure.
2079
2080         * sysdeps/generic/machine-gmon.h: New file.
2081         * gmon/Makefile (distribute): Add machine-gmon.h.
2082         * gmon/mcount.c: Undo changes of Feb 13.
2083         Include "machine-gmon.h".
2084
2085 Sun Feb 18 13:24:06 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2086
2087         * sysdeps/unix/sysv/linux/direct.h: File removed, since it is
2088         identical to unix/common/direct.h.
2089
2090         * sysdeps/unix/Makefile [no_deps]: Don't include s-proto.d.
2091
2092         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add ipc.
2093
2094         * stdio-common/Makefile (tests): Remove scanf6.
2095
2096         * sysdeps/unix/sysv/linux/Makefile (non-lib.a): Append libieee.a.
2097
2098         * time/mktime.c (mktime): Move static variable localtime_offset to
2099         file scope.
2100
2101         * stdio-common/vfscanf.c: Put '0' in buffer before scanning for %i
2102         base indicator.
2103
2104 Thu Feb 15 16:56:17 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2105
2106         * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Corrected.
2107         (ELF_MACHINE_BEFORE_RTLD_RELOC): Define.
2108         (_dl_runtime_resolve): Save %a1 as well.
2109         (ELF_MACHINE_RUNTIME_FIXUP_ARGS): Add second dummy arg.
2110         (elf_machine_relplt): Define.
2111
2112         * elf/dl-runtime.c: Include possible extra args in declaration of
2113         fixup.
2114
2115 Fri Feb 16 11:01:59 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2116
2117         * time/tzset.c: Limit hours to 23, not 12.  From jaffer.
2118
2119 Fri Feb 16 10:14:05 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2120
2121         * Makeconfig (CFLAGS-.po): Use -pg instead of -p.
2122
2123 Thu Feb 15 13:57:08 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2124
2125         * mach/Machrules: Use -include for $(*.ir).
2126
2127         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS): Mask off type bits in
2128         request values.
2129         * sysdeps/mach/hurd/ioctls.h (_IOC_NOTYPE): New macro.
2130         (_IOT_COUNT2): Field is 3 bits, not 2.
2131         * sysdeps/mach/hurd/ioctl.c: Ignore handler if it fails with ENOTTY.
2132         * hurd/hurdioctl.c (_hurd_lookup_ioctl_handler): Mask off type
2133         bits before looking up handler.
2134         (fioctl): Use __hurd_dfail.
2135         (fioctl, fioclex): Use ENOTTY for bogus request instead of EGRATUITOUS.
2136
2137 Thu Feb 15 11:49:45 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2138
2139         * sysdeps/unix/sysv/sysv4/Makefile [$(subdir)-signal]
2140         (sysdep_routines): Don't add sys-sig.
2141
2142         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: New file.
2143
2144 Wed Feb 14 00:21:17 1996 David Mosberger-Tang  <davidm@azstarnet.com>
2145
2146         * sysdeps/alpha/memchr.c (memchr): loop searching for matching
2147         character bailed out one too early; changed constant 6 to
2148         7 to fix this.
2149
2150 Wed Feb 14 01:08:58 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2151
2152         * posix/execvp.c: When executing shell on script, first arg is
2153         full file name, not argv[0].
2154
2155         * mach/Makefile [no_deps]: Inhibit inclusion of mach-syscalls.mk.
2156         * mach/Machrules [no_deps]: Inhibit interface rules.
2157
2158         * malloc/Makefile (distribute): Removed TODO.
2159
2160 Tue Feb 13 05:12:02 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2161
2162         * sysdeps/unix/sysv/linux/syscalls.list (ipc): Specify msgget in
2163         caller column.
2164
2165         * sysdeps/unix/common/syscalls.list: Add sigaction syscall.
2166
2167         * sysdeps/unix/sysv/linux/gnu/types.h: Moved from linux/i386.
2168
2169         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]
2170         (sysdep_routines): Append setfpucw.
2171         (extra-objs): Append ieee-fpucw.o.
2172         (install-lib): Append libieee.a.
2173         (libieee.a): New target.
2174         * sysdeps/unix/sysv/linux/ieee-fpucw.c: New file.
2175         * sysdeps/unix/sysv/linux/i386/fpu_control.h
2176         (_FPU_GETCW, _FPU_SETCW): New macros.
2177         (fpu_control_t): New typedef.
2178         (__setfpucw): Use fpu_control_t for argument type.
2179         * sysdeps/unix/sysv/linux/fpu_control.c: Moved from linux/i386.
2180
2181         * sysdeps/unix/sysv/linux/init-first.c: Moved from linux/i386.
2182
2183         * sysdeps/unix/sysv/linux/syscalls.list: Add ipc syscall.
2184         * sysdeps/unix/sysv/linux/i386/syscalls.list: File removed.
2185
2186 Sat Feb 10 13:09:03 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2187
2188         * sysdeps/unix/sysv/linux/m68k/brk.c,
2189         sysdeps/unix/sysv/linux/m68k/mmap.S,
2190         sysdeps/unix/sysv/linux/m68k/select.S,
2191         sysdeps/unix/sysv/linux/m68k/sigcontext.h,
2192         sysdeps/unix/sysv/linux/m68k/sigreturn.S,
2193         sysdeps/unix/sysv/linux/m68k/socket.S,
2194         sysdeps/unix/sysv/linux/m68k/syscall.S,
2195         sysdeps/unix/sysv/linux/m68k/sysdep.S,
2196         sysdeps/unix/sysv/linux/m68k/sysdep.h: New files.
2197
2198         * sysdeps/unix/sysv/linux/m68k/fpu_control.h: New file.
2199
2200         * sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
2201         sysdeps/m68k/isinfl.c, sysdeps/m68k/isnanl.c: New files.
2202
2203         * sysdeps/unix/sysv/linux/sys/mman.h: Define MAP_ANON and
2204         MAP_FILE if not already defined.
2205
2206         * elf/elf.h: Add m68k reloc definitions.
2207         * sysdeps/m68k/dl-machine.h, sysdeps/m68k/elf/start.S: New files.
2208
2209 Tue Feb 13 00:12:12 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2210
2211         * elf/dl-runtime.c (fixup) [ELF_MACHINE_RUNTIME_FIXUP_ARGS]: Let
2212         this macro declare extra leading args.
2213
2214         * Makerules [$(elf)=yes] (ar-symtab-name): Define to empty.
2215
2216         * sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE,
2217         elf_machine_relplt): New macros.
2218         * elf/dl-runtime.c: New file.
2219         * sysdeps/i386/dl-runtime.c, sysdeps/stub/dl-runtime.c: Files removed.
2220
2221         * gmon/Makefile (headers): Remove machine-gmon.h.
2222         * sysdeps/stub/machine-gmon.h, sysdeps/i386/machine-gmon.h: Removed.
2223         * gmon/mcount.c [! NO_UNDERSCORES] (_mcount): Specify "mcount" as
2224         the asm name.
2225         (_mcount): Define normally, taking no args.
2226         Use __builtin_return_address to fetch PC values of caller and caller's
2227         caller.
2228
2229         * Makerules: Rewrote rules to update libc archives of all flavors.
2230         Define separate specific rules for each flavor using o-iterator.
2231
2232         * sysdeps/unix/Makefile: Include s-proto.d only ifdef subdir.
2233
2234 Sat Feb 10 11:35:16 1996 Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2235
2236         * Makerules (ar-symtab-name): New macro.  Replace all occurences
2237         of __.SYMDEF by $(ar-symtab-name).
2238         * sysdeps/unix/sysv/Makefile (ar-symtab-name): Define as empty.
2239
2240 Mon Feb 12 03:10:41 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2241
2242         * Makefile (configure, %/configure): Depend on aclocal.m4.
2243         * Make-dist (configure, %/configure): Likewise.
2244
2245         * sysdeps/unix/Makefile: Include s-proto.d for its deps.
2246
2247         * gmon/sys/gmon.h: Don't include machine-gmon.h; those defns are
2248         only needed in the implementation, not for any users.
2249
2250         * time/northamerica: Updated from ADO 96c, new rules for Mexico in
2251         1996.
2252
2253         * sunrpc/pm_getport.c: #if 0 out gratuitous inclusion of <net/if.h>.
2254         * sunrpc/pm_getmaps.c: Likewise.
2255
2256         * sysdeps/unix/sysv/syscalls.list: Add setrlimit and settimeofday,
2257         so real syscalls override unix/sysv/*.c on sysv-derived systems
2258         that have them.
2259         * sysdeps/unix/common/syscalls.list: Add settimeofday here, to
2260         override unix/sysv/settimeofday.c since that overrides
2261         unix/syscalls.list.
2262
2263         * Makeconfig (+link): Put $(link-libc) after deps from $^,
2264         regardless of where libc.a appears in the deps.
2265
2266         * sysdeps/unix/sysv/sysv4/syscalls.list: Remove redundancies.
2267         Add __waitid.
2268         * sysdeps/unix/sysv/linux/syscalls.list: Remove redundancies.
2269         Define __ name for sigprocmask.
2270         * sysdeps/unix/bsd/ultrix4/syscalls.list: Remove redundancies.
2271         Add getsysinfo.
2272         * sysdeps/unix/bsd/sun/sunos4/syscalls.list: Remove redundancies.
2273         * sysdeps/unix/bsd/sun/syscalls.list: Remove redundancies.
2274         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove redundancies.
2275         * sysdeps/unix/bsd/syscalls.list: Remove settimeofday, utimes.
2276         Add getdents, wait3, waitpid.
2277         * sysdeps/unix/syscalls.list: Add seteuid, setegid, setsid,
2278         settimeofday, sigsuspend, sstk, utimes.
2279         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S: File removed.
2280         * sysdeps/unix/bsd/ultrix4/mips/syscalls.list: New file.
2281         * sysdeps/unix/bsd/ultrix4/mips/Makefile (sysdep_routines):
2282         Removed sigtramp.
2283         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Renamed from sigtramp.c.
2284         * sysdeps/unix/bsd/bsd4.4/sstk.S: File removed.
2285         * sysdeps/unix/bsd/hp/m68k/syscalls.list: File removed.
2286         * sysdeps/unix/bsd/osf/alpha/getdents.S: File removed.
2287         * sysdeps/unix/bsd/ultrix4/getsysinfo.S: File removed.
2288         * sysdeps/unix/bsd/ultrix4/waitpid.S: File removed.
2289         * sysdeps/unix/bsd/ultrix4/mips/sigtramp.c: File removed.
2290         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S: File removed.
2291         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: New file.
2292         * sysdeps/unix/bsd/ultrix4/mips/syscalls.list: New file.
2293         * sysdeps/unix/sysv/irix4/wait3.S: File removed.
2294         * sysdeps/unix/sysv/sysv4/__waitid.S: File removed.
2295         * sysdeps/unix/sysv/sysv4/fchdir.S: File removed.
2296         * sysdeps/unix/sysv/sysv4/setegid.S: File removed.
2297         * sysdeps/unix/sysv/sysv4/seteuid.S: File removed.
2298         * sysdeps/unix/sysv/sysv4/sigaltstack.S: File removed.
2299         * sysdeps/unix/sysv/sysv4/solaris2/utimes.S: File removed.
2300
2301         * hurd/hurdfault.c (_hurdsig_fault_init): Set qlimit on
2302         FORWARD_SIGEXC to one.  Uncomment setting of thread exc port, and
2303         move it to last thing.
2304
2305 Sat Feb 10 05:57:08 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
2306
2307         * sysdeps/generic/make_siglist.c: #undef _SIGNAL_H before defining it.
2308
2309         * sysdeps/unix/sysv/linux/syscalls.list: Add sigprocmask, sigsuspend.
2310
2311 Sat Feb 10 04:18:48 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2312
2313         * posix/execvp.c: If execv fails with ENOEXEC, run the shell on
2314         the file.
2315
2316 Fri Feb  9 11:46:45 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2317
2318         * time/Makefile (CFLAGS-zdump.c, CFLAGS-zic.c, CFLAGS-ialloc.c,
2319         CFLAGS-scheck.c): Use -DNOID instead of -Wno-unused.
2320
2321         * hurd/Makefile (user-interfaces): Added hurd/tioctl.
2322
2323 Thu Feb  8 18:55:27 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2324
2325         * hurd/hurdioctl.c (tiocsctty): Set the terminal's pgrp to our own.
2326
2327 Wed Feb  7 18:48:30 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2328
2329         * Makefile (subdirs): Added wcsmbs.
2330         * wcsmbs: New directory of wide char/multibyte char functions from
2331         drepper.
2332
2333         * hurd/hurdmsg.c (_S_msg_report_wait): Function removed.
2334         * hurd/report-wait.c: New file.
2335         * hurd/Makefile (routines): Added report-wait.
2336
2337         * sysdeps/mach/hurd/Makefile (inhibit-unix-syscalls): New variable.
2338
2339         * sysdeps/mach/hurd/i386/intr-msg.h (struct mach_msg_trap_args):
2340         New type.
2341         (SYSCALL_EXAMINE, MSG_EXAMINE): New inline functions.
2342         * sysdeps/mach/hurd/i386/trampoline.c (struct mach_msg_trap_args):
2343         Structure moved to intr-msg.h; include that.
2344
2345         * time/Makefile (CFLAGS-ialloc.c): Add -Wno-unused.
2346         (CFLAGS-scheck.c): New variable.
2347
2348         * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
2349         __hurd_sigthread_stack_end, __hurd_sigthread_variables,
2350         __hurd_threadvar_stack_mask): New variables.
2351
2352         * sysdeps/mach/hurd/fork.c: Set the new task's exception port to
2353         its new message port.
2354
2355         * misc/init-misc.c: Put __init_misc in the __libc_subinit set.
2356
2357         * configure.in (uname): Add quoting.
2358
2359         * sysdeps/mach/hurd/fchdir.c: Don't consult errno unless lookup fails.
2360         * hurd/fchroot.c: Likewise.
2361
2362         * posix/sys/types.h [GCC >= 2.7]: Define intN_t/u_intN_t using
2363         __attribute__ ((__mode__ (__XX__))).
2364
2365 Wed Feb 7 03:24:05 1996 Torbjorn Granlund  <tege@tmg.se>
2366
2367         * sysdeps/i386/i586/memcopy.h (WORD_COPY_FWD): Manually allocate
2368         destination cache lines.
2369         (WORD_COPY_BWD): Likewise.
2370
2371 Wed Feb  7 14:16:36 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2372
2373         * sysdeps/generic/Makefile (make_siglist): Get signum.h absolute
2374         file name first thing, before $(native-compile) changes directories.
2375
2376         From Gord Matzigkeit <gord@enci.ucalgary.ca>:
2377         * sysdeps/unix/make_errlist.c: Use strerror if available.
2378         * sysdeps/unix/configure.in: New file
2379
2380         * sysdeps/unix/bsd/sun/syscalls.list: Added sigvec.
2381         * sysdeps/unix/bsd/sun/sigvec.S: File removed.
2382
2383         * sysdeps/stub/sendto.c: Make sockaddr arg pointer to const.
2384         * sysdeps/stub/connect.c: Likewise.
2385         * sysdeps/stub/bind.c: Likewise.
2386
2387         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): RETRYNAME of
2388         "" is only special for FS_RETRY_NORMAL; for FS_RETRY_REAUTH, do
2389         another dir_lookup of "".
2390
2391 Tue Feb  6 12:46:29 1996  David Mosberger-Tang  <davidm@azstarnet.com>
2392
2393         * libc-symbols.h (weak_alias, weak_symbol): added definitions
2394         for ECOFF (HAVE_ECOFF).
2395
2396 Fri Feb  2 13:09:18 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2397
2398         * sysdeps/mach/hurd/fork.c: Clear trace flag in child.
2399
2400 Wed Jan 31 20:08:26 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2401
2402         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Clear SS->intr_port
2403         when cancelled before RPC.
2404
2405 Tue Jan 30 13:32:05 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2406
2407         * dirent/scandir.c: Allocate dirents with correct size for name, and
2408         copy with correct size.
2409
2410         * hurd/hurdinit.c [! PIC] (map0): New function, on _hurd_preinit_hook.
2411
2412         * stdio-common/vfscanf.c (TYPEMOD): New macro of all type modifier
2413         flag bits.
2414         (__vfscanf): Fix checking of extra type modifiers.
2415
2416         * time/asia, time/australasia, time/backward: Updated from ADO 96b.
2417
2418 Tue Jan 30 12:17:26 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
2419
2420         * stdlib/strtod.c: Only negate exponent when there really is one.
2421
2422         * stdio-common/vfscanf.c: Accept type modifiers on %n.
2423         Fix FP number parsing.
2424
2425 Mon Jan 29 21:53:40 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2426
2427         * sysdeps/stub/msync.c (msync): Declare third arg FLAGS.
2428
2429         * resolv/Makefile (+cflags): Append to this instead of CFLAGS.
2430
2431 Mon Jan 29 16:29:16 1996  Miles Bader  <miles@gnu.ai.mit.edu>
2432
2433         * sysdeps/mach/hurd/select.c (__select): Recalculate GOT to
2434         include an increment for each operation allowed on each fd.
2435
2436 Mon Jan 29 11:44:38 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2437
2438         * sysdeps/unix/sysv/linux/configure: Set $inhibit_glue.
2439
2440         * Makefile: Use -include for sysd-dirs.
2441
2442         * configure.in (uname): Check for uname in syscalls.list files.
2443         * sysdeps/unix/sysv/syscalls.list: Remove uname.
2444         * sysdeps/unix/syscalls.list: Add uname.
2445
2446         * stdlib/strtol.c (weak1): New macro, to get the right name declared
2447         weak.
2448
2449         * sysdeps/posix/getcwd.c (size_t): Don't define #ifdef __GNU_LIBRARY__.
2450
2451         * db/hash/ndbm.c: Change all uses of `errno' struct member to `errnum'.
2452         (dbm_open): Use dynamic allocation for file name buffer, instead of
2453         limitting its size to MAXPATHLEN.
2454
2455         * db/btree/bt_open.c (tmp): Use dynamic allocation for file name
2456         buffer, instead of limitting its size to MAXPATHLEN.
2457
2458         * db/hash/hash.h (HTAB): Rename member `errno' to `errnum'.
2459         * db/hash/hash.c: Change all uses of `errno' struct member to `errnum'.
2460
2461 Sun Jan 28 19:42:04 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2462
2463         * time/Makefile: Fix check for cross compiling.
2464
2465 Thu Jan 25 21:10:39 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2466
2467         * db/Makefile (subdir-dirs): Renamed from dbdirs.
2468
2469         * Makerules (distinfo-vars): Add subdir-dirs.
2470
2471         * MakeTAGS: Remove vpath directives.
2472         (all-dirs): Prepend $(subdir-dirs).
2473         (all-sources, all-headers): Use wildcard to find sources.
2474
2475 Mon Jan 29 10:44:38 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2476
2477         * malloc/Makefile (CFLAGS-vm-limit.c, CFLAGS-ralloc.c): New
2478         variables.
2479
2480         * mach/msgserver.c: Declare DEMUX arg with prototype.
2481
2482 Sun Jan 28 17:25:38 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2483
2484         * setjmp/setjmp.h (jmp_buf): Give a tag in the struct defn, to
2485         make C++ happy.
2486         * alpha/jmp_buf.h: Likewise.
2487         * m68k/jmp_buf.h: Likewise.
2488         * mips/jmp_buf.h: Likewise.
2489         * sparc/jmp_buf.h: Likewise.
2490         * vax/jmp_buf.h: Likewise.
2491
2492         * sysdeps/generic/memmem.c: Fix return value in case where
2493         NEEDLE_LEN==0.
2494
2495         * hurd/hurdlookup.c (__file_name_lookup_under,
2496         __file_name_lookup): Restrict mode with umask.
2497         * sysdeps/mach/hurd/xmknod.c: Restrict mode with umask.
2498         * sysdeps/mach/hurd/mkdir.c: Restrict mode with umask.
2499
2500 Fri Jan 26 12:20:45 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2501
2502         * stdlib/strtol.c: Undo last change.  ANSI C changed since the
2503         draft I checked yesterday.  Sigh.
2504
2505 Thu Jan 25 18:58:25 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2506
2507         * stdlib/strtol.c [UNSIGNED]: Don't recognize + or - as sign.
2508
2509 Wed Jan 24 03:22:07 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2510
2511         * malloc/mcheck.c (mabort): Declare prototype.
2512
2513         * sysdeps/unix/sysv/linux/fcntlbits.h: Moved from linux/i386.
2514
2515         * Makerules: Use -include for generated makefiles.
2516
2517         * errno.h: Don't declare errno if it's defined as a macro.
2518
2519         * stdio-common/vfscanf.c: Disallow l flag after ll or L.
2520
2521         * stdio-common/Makefile (tests): Add scanf[1-9].
2522         * stdio-common/scanf[1-9].c: New files.  Bug tests from hjl.
2523
2524 Wed Jan 24 04:18:36 1996  Paul Eggert  <eggert@twinsun.com>
2525
2526         * strftime.c (strftime):
2527         When invoking self, check whether the subsidiary invocation failed.
2528         Use "???" (not "") to denote unknown time zone information.
2529
2530         Make this source file portable to standalone contexts (e.g. GNU Emacs).
2531         <config.h>: Include if HAVE_CONFIG_H is defined.
2532         (HAVE_LIMITS_H, HAVE_MBLEN, HAVE_TM_ZONE, STDC_HEADERS): New symbols,
2533         defined if _LIBC or if <config.h> defines them.
2534         <ansidecl.h>, "../locale/localeinfo.h": Include only if _LIBC.
2535         <sys/types.h>: New include; some hosts require it for `time_t'.
2536         <ctype.h>: Include only if HAVE_MBLEN (since it's only needed then).
2537         <limits.h>: Include only if HAVE_LIMITS_H.
2538         <stddef.h, stdlib.h, string.h>: Include only if STDC_HEADERS.
2539         (memcpy): Define in terms of bcopy if !STDC_HEADERS.
2540         (__P, PTR): Define if not already defined.
2541         (__tzname, __daylight, __timezone): Remove macros; no longer needed.
2542         (add, strftime): Don't use NULL, for portability to some weird hosts.
2543         (fmt): If !_LIBC, don't assume sprintf returns a count.
2544         (week, strftime): Use old-style function declarations.
2545         (weekday_name, month_name): New constants.
2546         (strftime): Use traditional C values if locale support isn't available.
2547         Use `const' instead of CONST.  For time zones, use tm_zone if
2548         possible, then fall back on tzname.  Don't check for multibyte
2549         characters unless mblen is supported.  Use formats like %02d instead
2550         of %.2d, for portability to older hosts.
2551
2552 Wed Jan 24 00:07:52 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2553
2554         * stdio-common/vfscanf.c (GROUP, MALLOC): New flag macros.
2555         (__vfscanf): Eliminate flag vars that were redundant with FLAGS bits.
2556         Fix bug in recognition of %ll flag for long long.
2557         Fix overeager checks for conflicting type modifiers.
2558         With ' flag, match thousands separators for decimal numbers.
2559
2560 Tue Jan 23 22:02:40 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2561
2562         * locale/Makefile (CFLAGS-locfile-lex.c): New variable.
2563
2564         * resolv/Makefile (CFLAGS): Disable some warnings.
2565
2566         * sysdeps/generic/Makefile (elided-routines): Removed hypot.
2567         (+gccwarn): Set with override.
2568
2569         * stdio-common/Makefile (CFLAGS-tst-printf.c): New variable.
2570
2571         * posix/Makefile (CFLAGS-regex.c): New variable.
2572
2573         * malloc/Makefile (CFLAGS-obstack.c): New variable.
2574
2575         * io/Makefile (CFLAGS-fts.c): New variable.
2576         * io/fts.c (fts_open): Use prototypes for COMPAR decl.
2577
2578 Tue Jan 23 21:35:32 1996  Miles Bader  <miles@gnu.ai.mit.edu>
2579
2580         * sysdeps/mach/hurd/bind.c (bind): Ensure NAME for the AF_LOCAL
2581         case is '\0'-terminated.
2582
2583 Tue Jan 23 19:49:54 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2584
2585         * elf/rtld.c (dl_main): Support additional args in --list mode for
2586         debugging: look them up as symbol names and print values.
2587
2588         * misc/getttyent.c (skip, value): Declare with prototypes in file
2589         scope.
2590
2591         * csu/initfini.c (_init): Explicitly set a variable that is
2592         pointer to volatile with the address of __gmon_start__, to avoid
2593         the test being optimized out.
2594
2595 Mon Jan 22 10:40:40 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2596
2597         * sysdeps/posix/getcwd.c [__GNU_LIBRARY__]: Include unistd.h.
2598
2599         * io/fts.h (FTSENT): Define fts_compar member with prototype.
2600
2601         * hurd/hurd.h: Use prototype in getcttyid decl.
2602
2603         * stdlib/l64a.c: Fix typo in last change.
2604
2605         * stdlib/drand48-iter.c: Test limits.h macros instead of sizeof
2606         for determining size of types.
2607         * stdlib/srand48_r.c: Likewise.
2608
2609         * misc/utmp.h: Declare login, logout, logwtmp.
2610         * misc/logout.c: Declare argument as pointer to const.
2611         * misc/login.c: Likewise.
2612         * misc/logwtmp.c: Likewise.
2613         Include time.h, string.h.
2614
2615         * misc/efgcvt_r.c: Include stdlib.h.
2616
2617         * io/mknod.c: Include sys/types.h.
2618
2619         * gmon/sys/gmon.h: Declare monstartup, _mcleanup.
2620
2621         * csu/gmon-start.c (_start, etext): Declare with prototypes.
2622
2623         * stdio-common/vfscanf.c (%[): Fix range handling.
2624
2625 Sun Jan 21 00:55:25 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2626
2627         * misc/Makefile (headers): Rename queue.h to sys/queue.h.
2628         * misc/queue.h: Moved to misc/sys/queue.h.
2629
2630         * sysdeps/unix/sysv/linux/shmat.c: Include sys/shm.h instead of
2631         sys/sem.h.
2632
2633         * stdlib/stdlib.h [__USE_SVID]: Declare a64l, l64a.
2634
2635         * stdlib/l64a.c: Use 6-bit numbers as indices in CONV_TABLE, not
2636         literal byte values.
2637
2638         * misc/bsd-compat.c (getpgrp): Define with prototype.
2639
2640         * misc/init-misc.c (__progname_full): New variable.
2641         (program_invocation_name, program_invocation_short_name): New aliases.
2642         (__init_misc): Define with prototype.  Set __progname_full.
2643         * misc/progname.c: File removed.
2644         * misc/Makefile (aux): Remove progname.
2645
2646         * misc/hsearch_r.c (isprime): Define with prototype.
2647
2648         * sysdeps/unix/sysv/linux/seteuid.c: Just include unix/bsd version.
2649         * sysdeps/unix/bsd/seteuid.c: Disallow arg of -1.
2650         * sysdeps/unix/bsd/setegid.c: Likewise.
2651
2652 Fri Jan 19 13:28:59 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2653
2654         * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not
2655         __tcdrain.
2656
2657         * posix/glob.c (glob): Use prototype in getlogin decl.
2658
2659         * db/ndbm.h: Declare dbm_error, dbm_clearerr.
2660         * db/db/db.c (__dberr): Define with prototype.
2661         (__dbpanic): Use prototypes in casts.
2662         * db/hash/hash_log2.c: Add prototype decl.
2663
2664         * sysdeps/generic/_strerror.c (_strerror_internal): Define with
2665         prototype.
2666
2667         * sysdeps/unix/mkdir.c, syspdep/unix/rmdir.c: Moved from unix/sysv.
2668         They will be overridden with syscalls if extant by unix/syscalls.list.
2669
2670         * Makeconfig (+gccwarn): Add -Wstrict-prototypes.
2671
2672         * stdio-common/printf_fp.c (__printf_fp): Define with prototype.
2673         * stdio-common/vfprintf.c (_IO_helper_overflow): Likewise.
2674
2675 Thu Jan 18 00:32:43 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2676
2677         * io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod.
2678
2679         * sysdeps/unix/sysv/linux/ptrace.c: Use ... decl, and stdarg.h to
2680         get args.
2681
2682         * posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
2683         defines GNU extensions.
2684         * posix/fnmatch.c: Likewise.
2685
2686         Replaced all simple system call files *.S throughout sysdeps/unix
2687         with syscalls.list files to be processed by make-syscalls.sh.
2688         * sysdeps/unix/s-proto.S: New file.
2689         * sysdeps/unix/syscalls.list: New file.
2690         * sysdeps/unix/bsd/syscalls.list: New file.
2691         * sysdeps/unix/bsd/bsd4.4/syscalls.list: New file.
2692         * sysdeps/unix/bsd/hp/m68k/syscalls.list: New file.
2693         * sysdeps/unix/bsd/osf/syscalls.list: New file.
2694         * sysdeps/unix/bsd/osf/alpha/syscalls.list: New file.
2695         * sysdeps/unix/bsd/sony/newsos4/syscalls.list: New file.
2696         * sysdeps/unix/bsd/sun/syscalls.list: New file.
2697         * sysdeps/unix/bsd/sun/sunos4/syscalls.list: New file.
2698         * sysdeps/unix/bsd/ultrix4/syscalls.list: New file.
2699         * sysdeps/unix/common/syscalls.list: New file.
2700         * sysdeps/unix/inet/syscalls.list: New file.
2701         * sysdeps/unix/mman/syscalls.list: New file.
2702         * sysdeps/unix/sysv/syscalls.list: New file.
2703         * sysdeps/unix/sysv/irix4/syscalls.list: New file.
2704         * sysdeps/unix/sysv/isc2.2/syscalls.list: New file.
2705         * sysdeps/unix/sysv/linux/syscalls.list: New file.
2706         * sysdeps/unix/sysv/linux/i386/syscalls.list: New file.
2707         * sysdeps/unix/sysv/sco3.2.4/syscalls.list: New file.
2708         * sysdeps/unix/sysv/sysv4/syscalls.list: New file.
2709         * sysdeps/unix/sysv/sysv4/i386/syscalls.list: New file.
2710         * sysdeps/unix/sysv/sysv4/solaris2/sparc/syscalls.list: New file.
2711         * sysdeps/unix/acct.S: File removed.
2712         * sysdeps/unix/chdir.S: File removed.
2713         * sysdeps/unix/chmod.S: File removed.
2714         * sysdeps/unix/chown.S: File removed.
2715         * sysdeps/unix/chroot.S: File removed.
2716         * sysdeps/unix/close.S: File removed.
2717         * sysdeps/unix/configure: File removed.
2718         * sysdeps/unix/configure.in: File removed.
2719         * sysdeps/unix/dup.S: File removed.
2720         * sysdeps/unix/fcntl.S: File removed.
2721         * sysdeps/unix/fsync.S: File removed.
2722         * sysdeps/unix/getgid.S: File removed.
2723         * sysdeps/unix/getpid.S: File removed.
2724         * sysdeps/unix/getuid.S: File removed.
2725         * sysdeps/unix/ioctl.S: File removed.
2726         * sysdeps/unix/kill.S: File removed.
2727         * sysdeps/unix/link.S: File removed.
2728         * sysdeps/unix/lseek.S: File removed.
2729         * sysdeps/unix/open.S: File removed.
2730         * sysdeps/unix/ptrace.S: File removed.
2731         * sysdeps/unix/read.S: File removed.
2732         * sysdeps/unix/reboot.S: File removed.
2733         * sysdeps/unix/setgid.S: File removed.
2734         * sysdeps/unix/setuid.S: File removed.
2735         * sysdeps/unix/sync.S: File removed.
2736         * sysdeps/unix/umask.S: File removed.
2737         * sysdeps/unix/unlink.S: File removed.
2738         * sysdeps/unix/write.S: File removed.
2739         * sysdeps/unix/bsd/flock.S: File removed.
2740         * sysdeps/unix/bsd/getdtsz.S: File removed.
2741         * sysdeps/unix/bsd/getpagesize.S: File removed.
2742         * sysdeps/unix/bsd/killpg.S: File removed.
2743         * sysdeps/unix/bsd/profil.S: File removed.
2744         * sysdeps/unix/bsd/readv.S: File removed.
2745         * sysdeps/unix/bsd/settimeofday.S: File removed.
2746         * sysdeps/unix/bsd/sigblock.S: File removed.
2747         * sysdeps/unix/bsd/sigpause.S: File removed.
2748         * sysdeps/unix/bsd/sigsetmask.S: File removed.
2749         * sysdeps/unix/bsd/sigstack.S: File removed.
2750         * sysdeps/unix/bsd/sigvec.S: File removed.
2751         * sysdeps/unix/bsd/utimes.S: File removed.
2752         * sysdeps/unix/bsd/writev.S: File removed.
2753         * sysdeps/unix/bsd/bsd4.4/chflags.S: File removed.
2754         * sysdeps/unix/bsd/bsd4.4/fchdir.S: File removed.
2755         * sysdeps/unix/bsd/bsd4.4/fchflags.S: File removed.
2756         * sysdeps/unix/bsd/bsd4.4/getdents.S: File removed.
2757         * sysdeps/unix/bsd/bsd4.4/getdomain.S: File removed.
2758         * sysdeps/unix/bsd/bsd4.4/revoke.S: File removed.
2759         * sysdeps/unix/bsd/bsd4.4/setdomain.S: File removed.
2760         * sysdeps/unix/bsd/bsd4.4/setegid.S: File removed.
2761         * sysdeps/unix/bsd/bsd4.4/seteuid.S: File removed.
2762         * sysdeps/unix/bsd/bsd4.4/setlogin.S: File removed.
2763         * sysdeps/unix/bsd/bsd4.4/setsid.S: File removed.
2764         * sysdeps/unix/bsd/bsd4.4/sigaltstack.S: File removed.
2765         * sysdeps/unix/bsd/bsd4.4/wait4.S: File removed.
2766         * sysdeps/unix/bsd/hp/m68k/getdents.S: File removed.
2767         * sysdeps/unix/bsd/osf/msync.S: File removed.
2768         * sysdeps/unix/bsd/osf/alpha/wait4.S: File removed.
2769         * sysdeps/unix/bsd/sony/newsos4/fchdir.S: File removed.
2770         * sysdeps/unix/bsd/sony/newsos4/sys_wait4.S: File removed.
2771         * sysdeps/unix/bsd/sun/getdents.S: File removed.
2772         * sysdeps/unix/bsd/sun/sunos3/m68k/wait.S: File removed.
2773         * sysdeps/unix/bsd/sun/sunos4/msync.S: File removed.
2774         * sysdeps/unix/bsd/sun/sunos4/poll.S: File removed.
2775         * sysdeps/unix/bsd/sun/sunos4/setsid.S: File removed.
2776         * sysdeps/unix/bsd/sun/sunos4/sys_mmap.S: File removed.
2777         * sysdeps/unix/bsd/sun/sunos4/sys_wait4.S: File removed.
2778         * sysdeps/unix/bsd/sun/sunos4/uname.S: File removed.
2779         * sysdeps/unix/bsd/ultrix4/getdents.S: File removed.
2780         * sysdeps/unix/bsd/ultrix4/setsid.S: File removed.
2781         * sysdeps/unix/bsd/ultrix4/uname.S: File removed.
2782         * sysdeps/unix/common/access.S: File removed.
2783         * sysdeps/unix/common/adjtime.S: File removed.
2784         * sysdeps/unix/common/dup2.S: File removed.
2785         * sysdeps/unix/common/fchmod.S: File removed.
2786         * sysdeps/unix/common/fchown.S: File removed.
2787         * sysdeps/unix/common/ftruncate.S: File removed.
2788         * sysdeps/unix/common/getgroups.S: File removed.
2789         * sysdeps/unix/common/getitimer.S: File removed.
2790         * sysdeps/unix/common/getpgid.S: File removed.
2791         * sysdeps/unix/common/getpriority.S: File removed.
2792         * sysdeps/unix/common/getrlimit.S: File removed.
2793         * sysdeps/unix/common/getrusage.S: File removed.
2794         * sysdeps/unix/common/gettimeofday.S: File removed.
2795         * sysdeps/unix/common/mkdir.S: File removed.
2796         * sysdeps/unix/common/readlink.S: File removed.
2797         * sysdeps/unix/common/rename.S: File removed.
2798         * sysdeps/unix/common/rmdir.S: File removed.
2799         * sysdeps/unix/common/select.S: File removed.
2800         * sysdeps/unix/common/setgroups.S: File removed.
2801         * sysdeps/unix/common/setitimer.S: File removed.
2802         * sysdeps/unix/common/setpgid.S: File removed.
2803         * sysdeps/unix/common/setpriority.S: File removed.
2804         * sysdeps/unix/common/setregid.S: File removed.
2805         * sysdeps/unix/common/setreuid.S: File removed.
2806         * sysdeps/unix/common/setrlimit.S: File removed.
2807         * sysdeps/unix/common/swapon.S: File removed.
2808         * sysdeps/unix/common/symlink.S: File removed.
2809         * sysdeps/unix/common/truncate.S: File removed.
2810         * sysdeps/unix/common/vhangup.S: File removed.
2811         * sysdeps/unix/inet/accept.S: File removed.
2812         * sysdeps/unix/inet/bind.S: File removed.
2813         * sysdeps/unix/inet/connect.S: File removed.
2814         * sysdeps/unix/inet/gethostid.S: File removed.
2815         * sysdeps/unix/inet/gethostname.S: File removed.
2816         * sysdeps/unix/inet/getpeername.S: File removed.
2817         * sysdeps/unix/inet/getsockname.S: File removed.
2818         * sysdeps/unix/inet/getsockopt.S: File removed.
2819         * sysdeps/unix/inet/listen.S: File removed.
2820         * sysdeps/unix/inet/recv.S: File removed.
2821         * sysdeps/unix/inet/recvfrom.S: File removed.
2822         * sysdeps/unix/inet/recvmsg.S: File removed.
2823         * sysdeps/unix/inet/send.S: File removed.
2824         * sysdeps/unix/inet/sendmsg.S: File removed.
2825         * sysdeps/unix/inet/sendto.S: File removed.
2826         * sysdeps/unix/inet/sethostid.S: File removed.
2827         * sysdeps/unix/inet/sethostname.S: File removed.
2828         * sysdeps/unix/inet/setsockopt.S: File removed.
2829         * sysdeps/unix/inet/shutdown.S: File removed.
2830         * sysdeps/unix/inet/socket.S: File removed.
2831         * sysdeps/unix/inet/socketpair.S: File removed.
2832         * sysdeps/unix/mman/madvise.S: File removed.
2833         * sysdeps/unix/mman/mmap.S: File removed.
2834         * sysdeps/unix/mman/mprotect.S: File removed.
2835         * sysdeps/unix/mman/msync.S: File removed.
2836         * sysdeps/unix/mman/munmap.S: File removed.
2837         * sysdeps/unix/sysv/alarm.S: File removed.
2838         * sysdeps/unix/sysv/ftime.S: File removed.
2839         * sysdeps/unix/sysv/nice.S: File removed.
2840         * sysdeps/unix/sysv/pause.S: File removed.
2841         * sysdeps/unix/sysv/poll.S: File removed.
2842         * sysdeps/unix/sysv/s_getdents.S: File removed.
2843         * sysdeps/unix/sysv/signal.S: File removed.
2844         * sysdeps/unix/sysv/stime.S: File removed.
2845         * sysdeps/unix/sysv/time.S: File removed.
2846         * sysdeps/unix/sysv/times.S: File removed.
2847         * sysdeps/unix/sysv/ulimit.S: File removed.
2848         * sysdeps/unix/sysv/uname.S: File removed.
2849         * sysdeps/unix/sysv/utime.S: File removed.
2850         * sysdeps/unix/sysv/irix4/getpgid.S: File removed.
2851         * sysdeps/unix/sysv/irix4/msync.S: File removed.
2852         * sysdeps/unix/sysv/irix4/setpgid.S: File removed.
2853         * sysdeps/unix/sysv/irix4/signal.S: File removed.
2854         * sysdeps/unix/sysv/irix4/sysmp.S: File removed.
2855         * sysdeps/unix/sysv/irix4/syssgi.S: File removed.
2856         * sysdeps/unix/sysv/isc2.2/rename.S: File removed.
2857         * sysdeps/unix/sysv/linux/adjtimex.S: File removed.
2858         * sysdeps/unix/sysv/linux/fork.S: File removed.
2859         * sysdeps/unix/sysv/linux/getpgid.S: File removed.
2860         * sysdeps/unix/sysv/linux/getpgrp.S: File removed.
2861         * sysdeps/unix/sysv/linux/getsid.S: File removed.
2862         * sysdeps/unix/sysv/linux/gtty.S: File removed.
2863         * sysdeps/unix/sysv/linux/mlock.S: File removed.
2864         * sysdeps/unix/sysv/linux/mlockall.S: File removed.
2865         * sysdeps/unix/sysv/linux/mount.S: File removed.
2866         * sysdeps/unix/sysv/linux/munlock.S: File removed.
2867         * sysdeps/unix/sysv/linux/munlockall.S: File removed.
2868         * sysdeps/unix/sysv/linux/pipe.S: File removed.
2869         * sysdeps/unix/sysv/linux/s_ptrace.S: File removed.
2870         * sysdeps/unix/sysv/linux/setpgid.S: File removed.
2871         * sysdeps/unix/sysv/linux/setsid.S: File removed.
2872         * sysdeps/unix/sysv/linux/settimeofday.S: File removed.
2873         * sysdeps/unix/sysv/linux/sigpending.S: File removed.
2874         * sysdeps/unix/sysv/linux/stty.S: File removed.
2875         * sysdeps/unix/sysv/linux/umount.S: File removed.
2876         * sysdeps/unix/sysv/linux/wait4.S: File removed.
2877         * sysdeps/unix/sysv/linux/i386/ipc.S: File removed.
2878         * sysdeps/unix/sysv/sco3.2.4/pathconf.S: File removed.
2879         * sysdeps/unix/sysv/sco3.2.4/pgrpsys.S: File removed.
2880         * sysdeps/unix/sysv/sco3.2.4/sco_getgrp.S: File removed.
2881         * sysdeps/unix/sysv/sco3.2.4/sigpending.S: File removed.
2882         * sysdeps/unix/sysv/sco3.2.4/sigprocmask.S: File removed.
2883         * sysdeps/unix/sysv/sco3.2.4/sigsuspend.S: File removed.
2884         * sysdeps/unix/sysv/sysv4/pgrpsys.S: File removed.
2885         * sysdeps/unix/sysv/sysv4/sigprocmask.S: File removed.
2886         * sysdeps/unix/sysv/sysv4/sigsuspend.S: File removed.
2887         * sysdeps/unix/sysv/sysv4/sysconfig.S: File removed.
2888         * sysdeps/unix/sysv/sysv4/sysinfo.S: File removed.
2889         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys-sig.S: File removed.
2890
2891         * io/mknod.c: New file.
2892
2893         * Makerules (COMPILE.s): New variable.
2894
2895         * sysdeps/unix/Makefile (sysd-syscalls): New target; generate with
2896         make-syscalls.sh and include it.
2897         [$(subdir)=misc] (sysdep_routines): Append extra syscalls from
2898         sysd-syscalls.
2899         * sysdeps/unix/make-syscalls.sh: New file.
2900
2901         * Makerules (COMPILE.S): New variable.
2902
2903 Wed Jan 17 11:04:58 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2904
2905         * sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,
2906         _STAT_VER_SVR4, _STAT_VER): New macros.
2907         (_MKNOD_VER_LINUX, _MKNOD_VER_SVR4, _MKNOD_VER): New macros.
2908
2909         * sysdeps/unix/sysv/sysv4/i386/statbuf.h (_STAT_VER, _MKNOD_VER):
2910         New macros.
2911
2912         * io/sys/stat.h (_STAT_VER, _MKNOD_VER): New macros.
2913         (__xstat, __fxstat, __lxstat, __xmknod): Declare new functions.
2914         [__GNUC__] (stat, fstat, lstat, mknod): Define these (and __ names)
2915         as `extern inline's calling the `x' functions.
2916         * io/fstat.c: New file.
2917         * io/lstat.c: New file.
2918         * io/stat.c: New file.
2919         * sysdeps/generic/lstat.c: File removed.
2920         * sysdeps/generic/lxstat.c: New file.
2921         * sysdeps/mach/hurd/fstat.c: File removed.
2922         * sysdeps/mach/hurd/fxstat.c: New file.
2923         * sysdeps/mach/hurd/lstat.c: File removed.
2924         * sysdeps/mach/hurd/lxstat.c: New file.
2925         * sysdeps/mach/hurd/mknod.c: File removed.
2926         * sysdeps/mach/hurd/stat.c: File removed.
2927         * sysdeps/mach/hurd/xmknod.c: New file.
2928         * sysdeps/mach/hurd/xstat.c: New file.
2929         * sysdeps/stub/fstat.c: File removed.
2930         * sysdeps/stub/fxstat.c: New file.
2931         * sysdeps/stub/lstat.c: File removed.
2932         * sysdeps/stub/lxstat.c: New file.
2933         * sysdeps/stub/mknod.c: File removed.
2934         * sysdeps/stub/stat.c: File removed.
2935         * sysdeps/stub/xmknod.c: New file.
2936         * sysdeps/stub/xstat.c: New file.
2937         * sysdeps/unix/common/lstat.S: File removed.
2938         * sysdeps/unix/common/lxstat.c: New file.
2939         * sysdeps/unix/fstat.S: File removed.
2940         * sysdeps/unix/fxstat.c: New file.
2941         * sysdeps/unix/mknod.S: File removed.
2942         * sysdeps/unix/stat.S: File removed.
2943         * sysdeps/unix/sysv/linux/fstat.c: File removed.
2944         * sysdeps/unix/sysv/linux/i386/fxstat.S: File removed.
2945         * sysdeps/unix/sysv/linux/i386/lxstat.S: File removed.
2946         * sysdeps/unix/sysv/linux/i386/xmknod.S: File removed.
2947         * sysdeps/unix/sysv/linux/i386/xstat.S: File removed.
2948         * sysdeps/unix/sysv/linux/lstat.c: File removed.
2949         * sysdeps/unix/sysv/linux/mknod.c: File removed.
2950         * sysdeps/unix/sysv/linux/stat.c: File removed.
2951         * sysdeps/unix/sysv/sysv4/i386/fstat.S: File removed.
2952         * sysdeps/unix/sysv/sysv4/i386/lstat.S: File removed.
2953         * sysdeps/unix/sysv/sysv4/i386/mknod.S: File removed.
2954         * sysdeps/unix/sysv/sysv4/i386/stat.S: File removed.
2955         * sysdeps/unix/xmknod.c: New file.
2956         * sysdeps/unix/xstat.c: New file.
2957         * sysdeps/unix/mkfifo.c: Use __xmknod instead of __mknod.
2958         * misc/Makefile (routines): Remove mknod.
2959
2960         * sysdeps/ieee754/ieee754.h (union ieee854_long_double.ieee_nan):
2961         Add missing ; in little-endian case.
2962
2963         * elf/dynamic-link.h [ELF_MACHINE_NO_REL] (ELF_DYNAMIC_DO_REL):
2964         Define this instead of ELF_DYNAMIC_DO_RELA.
2965
2966         * sysdeps/unix/sysv/time.S: Moved from sysv4.
2967         * sysdeps/unix/sysv/irix4/time.S: File removed.
2968
2969         * sysdeps/unix/sysv/linux/signum.h: Moved from
2970         sysdeps/unix/sysv/linux/i386.
2971         (_NSIG): Move inside #ifdef _SIGNAL_H.
2972
2973 Tue Jan 16 17:37:39 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
2974
2975         * sysdeps/unix/seekdir.c: Don't modify POS before seeking.
2976         * sysdeps/unix/telldir.c: Fix position calculation to account for
2977         buffered data properly.
2978
2979         * sysdeps/m68k/Makefile (crypt): Don't define if building a shared
2980         library.
2981
2982         * csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).
2983         * csu/gmon-start.c (__gmon_start__): Renamed from gmon_start, made
2984         global.
2985         [! HAVE_INITFINI]: Only make it a constructor in this case.
2986
2987         * gmon/Makefile (CFLAGS-mcount.c): New variable.
2988         (mcount.po): New target.
2989
2990         * Makeconfig (CFLAGS): Append $(CFLAGS-$(<F)).
2991
2992         * csu/Makefile [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI.
2993         (initfini): Compile initfini.c with -fPIC.
2994
2995 Sun Jan 14 01:01:10 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
2996
2997         * sysdeps/mips/bytesex.h: Add default byte sex.  By Ralf Baechle.
2998
2999         * sysdeps/unix/sysv/linux/adjtime.c [! MOD_OFFSET]: Use `mode'
3000         member of `struct timex' instead of `modes'.  From Andreas Schwab.
3001
3002         * sysdeps/unix/sysv/linux/mknod.c: New file.  Generic C version.
3003         * sysdeps/unix/sysv/linux/i386/mknod.S: Remove assembler version.
3004
3005         * sysdeps/unix/sysv/linux/Makefile (inhibit-glue): New variable.
3006         [$(subdir) = misc] (sysdep_routines): Add mount, umount, and s_ptrace.
3007         [$(subdir) = misc] (headers): Append sys/mount.h.
3008
3009         * sysdeps/unix/sysv/linux/mount.S, sysdeps/unix/sysv/linux/umount.S:
3010         New files.  Implement system calls.
3011         * sysdeps/unix/sysv/linux/sys/mount.h: New header file.
3012
3013         * sysdeps/unix/sysv/linux/ptrace.c: New file.  Wrapper around
3014         ptrace system call.
3015         * sysdeps/unix/sysv/linux/s_ptrace.S: New file: ptrace system call.
3016
3017         * sysdeps/unix/sysv/linux/i386/gnu/types.h: New file with correct
3018         types for i386/Linux.
3019
3020 Sun Jan 14 17:51:09 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3021
3022         * MakeTAGS (all-sources, all-headers): Always search the
3023         current directory first.
3024
3025         * db/btree/bt_seq.c (__bt_first): Return RET_SPECIAL when key not
3026         found.
3027
3028         * stdio-common/vfscanf.c (inchar, conv_error, input_error,
3029         memory_error): Add cast to void to avoid gcc warning.
3030         (vfscanf): Rewrite character class parsing to make it more efficient.
3031
3032         * misc/efgcvt_r.c (ecvt_r): Handle negative values.
3033
3034         * stdlib/stdlib.h: Replace __CONSTVALUE by attribute.
3035         * stdlib/abs.c, stdlib/div.c, stdlib/labs.c, stdlib/ldiv.c,
3036         sysdeps/generic/hypot.c: Remove obsolete __CONSTVALUE.
3037
3038         * stdio-common/printf_fp.c (__printf_fp): Fix parameter
3039         declaration.
3040
3041         * sysdeps/generic/putenv.c (putenv): Fix second argument of
3042         setenv.
3043
3044         * sysdeps/ieee754/hypot.c: New file, extracted out of cabs.c.
3045         * sysdeps/ieee754/cabs.c: Don't define hypot here.
3046
3047         * sysdeps/ieee754/ieee754.h (union ieee854_long_double): Fix
3048         definition of ieee_nan alternative.
3049
3050         * sysdeps/m68k/__longjmp.c, sysdeps/m68k/setjmp.c: Add register
3051         prefix spec.
3052
3053         * sysdeps/m68k/ffs.c (ffs): Fix register constraint.
3054
3055         * sysdeps/m68k/fpu/__math.h: Include <errno.h>.  Replace obsolete
3056         __CONSTVALUE by attribute.
3057         (floor): Round to negative infinity.
3058         (rint, expm1) [__NO_MATH_INLINES]: Don't define, to avoid type
3059         clash when compiling source.
3060         (pow): Handle x == 0 and x < 0.
3061         (ceil, __isinf, __isnan): Fix register constraints.
3062         (__isinfl, __isnanl): Added.
3063         * sysdeps/m68k/fpu/acos.c, sysdeps/m68k/fpu/atan2.c,
3064         sysdeps/m68k/fpu/fmod.c, sysdeps/m68k/fpu/ldexp.c,
3065         sysdeps/m68k/fpu/pow.c: Remove obsolete __CONSTVALUE.
3066
3067         * sysdeps/m68k/bsd-_setjmp.S, sysdeps/m68k/bsd-setjmp.S: Fix
3068         assembler syntax.
3069
3070         * sysdeps/unix/bsd/bsd4.4/fchdir.S (fchdir): Take only one
3071         argument.
3072
3073         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Fix timeval to
3074         clock_t conversion.
3075         (clock): Don't multiply by CLOCKS_PER_SEC.
3076
3077         * sysdeps/unix/bsd/poll.c (poll): Fix msec to timeval conversion.
3078
3079         * sysdeps/unix/bsd/sun/m68k/brk.S (brk): Compare with address of
3080         __end.
3081
3082         * sysdeps/unix/bsd/sun/m68k/vfork.S: Fix assembler syntax.
3083
3084         * sysdeps/unix/bsd/ualarm.c (ualarm): Fix timeval calculation.
3085
3086         * sysdeps/unix/bsd/vax/vfork.S: Remove duplicate label.
3087
3088 Sun Jan 14 01:01:10 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
3089
3090         * stdlib/strtol.c: Return correct pointer for strings
3091         like "0xyz" and base 0 or 16.
3092
3093         * string/strxfrm.c: Handle case for LENGTH == 0 correct.
3094
3095         * sunrpc/etc.rpc: Add some more known protocols.
3096
3097 Fri Jan 12 13:40:01 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3098
3099         * posix/gnu/types.h: Moved to sysdeps/generic/gnu/types.h.
3100
3101         * posix/glob.c (glob): Add parens in glob call flags arg for
3102         GLOB_BRACE case.
3103
3104         * string/string.h (strdupa): New macro.
3105
3106         * stdio-common/vfscanf.c (%[): Grok ] as first char in set, not
3107         terminator on empty set.  From drepper.
3108
3109 Thu Jan 11 13:09:20 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3110
3111         * elf/do-rel.h (elf_dynamic_do_rel): Use referring symbol as
3112         referent for STB_LOCAL.
3113
3114 Wed Jan 10 10:11:39 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3115
3116         * time/africa, time/antarctica, time/asia, time/australasia,
3117         time/europe, time/northamerica, time/pacificnew, time/solar87,
3118         time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
3119
3120 Tue Jan  9 16:10:26 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3121
3122         * elf/dl-load.c (_dl_map_object_from_fd): After mapping first
3123         segment to find location, mprotect excess region to no access,
3124         don't munmap it.
3125
3126         * sysdeps/mach/hurd/dl-sysdep.c (mmap): If vm_map returns
3127         KERN_NO_SPACE for fixed location, deallocate it and try again.
3128
3129 Mon Jan  8 17:43:23 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3130
3131         * locale/Makefile (lib-modules): Renamed hash to locfile-hash.
3132         * locale/hash.c: Renamed to locale/locfile-hash.c.
3133
3134 Sat Jan  6 16:39:14 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3135
3136         * Makefile (subdirs): Added db.
3137
3138         * resolv/Makefile (routines): Add res_data.
3139         * resolv/res_data.c, resolv/res_debug.c, resolv/resolv.h:
3140         Updated from BIND 4.9.3 final release.
3141
3142         * elf/dynamic-link.h (elf_get_dynamic_info): Handle
3143         processor-specific tags.
3144         (ELF_DYNAMIC_DO_REL, ELF_DYNAMIC_DO_RELA): Handle absent DT_PLTREL tag.
3145
3146         * elf/elf.h (DT_MIPS_NUM, DT_PROCNUM): New macros.
3147         * elf/link.h (struct link_map): Extend `l_info' by DT_PROCNUM.
3148
3149         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Take new
3150         arg LAZY.  Only do our work if LAZY and there is a DT_JMPREL record.
3151         * elf/dl-reloc.c (_dl_relocate_object): Call
3152         elf_machine_runtime_setup unconditionally, and pass it LAZY flag.
3153
3154         * elf/dl-load.c: Fixed ELFMAG check to work for either byte order.
3155         Align end of load segment only to page size, not to segment alignment.
3156
3157 Thu Jan  4 11:35:18 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3158
3159         * sysdeps/mach/hurd/setitimer.c: Code rearranged a bit to use new
3160         preemption interface.
3161
3162         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3163         Use _hurdsig_catch_memory_fault.
3164
3165         * hurd/Makefile (headers): Add hurd/sigpreempt.h.
3166         (sig): Add catch-signal.
3167
3168         * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
3169         Rewritten using a preempter in new interface.
3170         * hurd/hurdfault.h (_hurdsig_catch_fault): Likewise.
3171         (_hurdsig_catch_memory_fault): New macro.
3172
3173 Wed Jan  3 20:23:42 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3174
3175         * hurd/catch-signal.c: New file.
3176
3177         * hurd/intr-msg.c: When restarting RPC, fetch a new reply port.
3178
3179         * hurd/hurdsig.c: Use new hurdfault.h interface.
3180         (abort_all_rpcs): Mutate return value to EINTR in threads whose
3181         replies we will wait for.
3182
3183         * hurd/hurdkill.c (_hurd_sig_post): When doing pgrp, make sure we
3184         do ourselves last.
3185
3186 Wed Jan  3 19:17:10 1996  Miles Bader  <miles@gnu.ai.mit.edu>
3187
3188         * sysdeps/mach/hurd/access.c (__access): Put the uid/gid arguments
3189         to auth_makeauth() in the right order.
3190
3191 Wed Jan  3 17:19:04 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3192
3193         * sysdeps/generic/strsep.c: Rewritten.
3194
3195         * sysdeps/mach/hurd/fork.c: Use a different workaround for the
3196         suspended page fault deadlock kernel bug: thread_abort our signal
3197         thread first thing after proc_dostop.
3198
3199         * sysdeps/mach/hurd/setgid.c: Rewrote gid frobnication to
3200         recognize rootness properly.
3201
3202 Tue Jan  2 00:50:10 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3203
3204         * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'.
3205         (hurd_preempt_signals, hurd_unpreempt_signals): Decls removed.
3206         * hurd/hurd/sigpreempt.h: New file.
3207         * hurd/preempt-sig.c: Rewritten with new interface.
3208         * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Remove local signal
3209         preempters being unwound past.
3210         * hurd/hurdsig.c: Use new signal preemption interface.
3211
3212         * db: New directory, 4.4 BSD db package incorporated from BSD db-1.85
3213         release.
3214
3215         * sysdeps/unix/sysv/linux/sys/param.h: Several new macros for BSD
3216         compatibility.
3217
3218         * misc/queue.h: New file, incorporated from 4.4BSD.
3219         * misc/Makefile (headers): Add queue.h.
3220
3221         * posix/sys/types.h [__USE_BSD]: Include endian.h.
3222
3223         * io/sys/stat.h (DEFFILEMODE, ALLPERMS, ACCESSPERMS, S_BLKSIZE):
3224         New macros.
3225
3226 Thu Dec 28 10:21:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3227
3228         * sysdeps/generic/confname.h: Define all names as self-referential
3229         macros so #ifdef works.
3230
3231         * hurd/preempt-sig.c (hurd_unpreempt_signals): Remove bogus asgnmt
3232         of _hurd_signal_preempters[SIGNO].
3233
3234 Mon Dec 25 20:56:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3235
3236         * sysdeps/mach/hurd/bind.c: Translate EEXIST from dir_link into
3237         EADDRINUSE.  If translated node doesn't grok ifsock protocol,
3238         return EADDRINUSE.
3239
3240         * sysdeps/mach/hurd/connect.c: Make address arg
3241         `const struct sockaddr_un *'.
3242         The redecl is kosher and avoids another variable for AF_LOCAL case.
3243         * sysdeps/mach/hurd/sendto.c: Likewise.
3244         * sysdeps/mach/hurd/bind.c: Likewise.
3245
3246         * socket/sys/socket.h (__SOCKADDR_ARG): Enable transparent_union
3247         code for GCC >= 2.7; use __transparent_union__ for name safety;
3248         add several sockaddr flavors.
3249         (__SOCKADDR_ALLTYPES, __SOCKADDR_ONETYPE): New macros used in
3250         constructing the transparent union declarations.
3251         (__CONST_SOCKADDR_ARG): New type (or macro if not GCC 2.7).
3252         (bind, connect, sendto): Make the sockaddr argument use that.
3253
3254 Fri Dec 22 00:57:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3255
3256         * sysdeps/mach/hurd/setgid.c: In root case, store into NEWAUX, not
3257         old vector.
3258         * sysdeps/mach/hurd/setuid.c: Likewise.
3259
3260         * sysdeps/mach/hurd/setuid.c: Rewrote ID frobnication to do the
3261         right thing.
3262         * sysdeps/mach/hurd/setgid.c: Likewise.
3263         * sysdeps/mach/hurd/setreuid.c: Likewise.
3264         * sysdeps/mach/hurd/setregid.c: Likewise.
3265         * sysdeps/mach/hurd/setegid.c: Likewise.
3266         * sysdeps/mach/hurd/seteuid.c: Likewise.
3267
3268         * sysdeps/mach/hurd/fork.c: Peek __mach_task_self_ value before
3269         proc_dostop call to work around kernel paging bug.
3270
3271 Fri Dec 22 00:38:00 1995  H.J. Lu  <hjl@nynexst.com>
3272
3273         * stdio-common/vfscanf.c: Correctly handle white space skipping.
3274         * stdio-common/Makefile (tests): Add bug11.
3275         * stdio-common/bug11.c: New file.
3276
3277 Thu Dec 21 12:19:32 1995  Miles Bader  <miles@gnu.ai.mit.edu>
3278
3279         * sysdeps/mach/hurd/setuid.c (__setuid): Actually add the new uid
3280         instead of putting it (and other uids) in the gids and leaving the
3281         old uids as is.
3282
3283 Wed Dec 20 18:23:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3284
3285         * stdio/internals.c (flushbuf): If the target is -1, always
3286         discard the buffer of read data.
3287         Only set TWIDDLED flag in !ALIGNED case.
3288         Never increment target or offset when old value is -1.
3289
3290 Tue Dec 19 17:00:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3291
3292         * hurd/hurdpid.c (_S_msg_proc_newids): Only run the hook when the
3293         pgrp changes.
3294
3295 Mon Dec 18 13:40:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3296
3297         * stdio/fread.c: Don't increment __offset when it's -1.
3298
3299         * elf/rtld.c (dl_main): Prepend tab to "statically linked".  Exit
3300         0 in that case.
3301
3302         * misc/err.c (vwarnx, vwarn): Fix major brainos.
3303
3304         * sysdeps/mach/hurd/dl-sysdep.c (mmap): Fix setting of
3305         inheritance.
3306
3307 Sun Dec 17 15:56:35 1995  Miles Bader  <miles@gnu.ai.mit.edu>
3308
3309         * misc/getpass.c (getpass): Don't barf if getline returns a null BUF.
3310
3311 Sat Dec 16 10:33:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3312
3313         * Makerules: Use $(do-install-so) for installing shared objects.
3314         (do-install-so): New canned sequence.  Make a symlink LIB.so after
3315         installing LIB.so.VERSION.
3316
3317         * inet/netinet/in.h: Fixed typo in IPPORT_WHOIS.
3318
3319 Fri Dec 15 04:41:22 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3320
3321         * stdio-common/Makefile (tests): Add bug10.
3322         * stdio-common/bug10.c: New file.  From HJ Lu.
3323
3324         * stdio-common/tstdiomisc.c: Make more test-suite like: exit
3325         status tells about successful run.
3326
3327         * stdio-common/vfscanf.c [!USE_IN_LIBIO]: Use `flags' to check
3328         format correctness.
3329         Correct handling of trailing white spaces in format + EOF.
3330
3331 Fri Dec 15 01:31:56 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3332
3333         * stdio-common/Makefile (tests): Add bug8 and bug9.
3334         * stdio-common/bug8.c, stdio-common/bug9.c: New tests.
3335
3336         * stdio-common/vfscanf.c: Fix bug in dynamic buffer handling.
3337
3338         * stdlib/strtod.c: Correct spelling: nominator -> numerator.
3339         Thanks to Jim Meyering.
3340
3341 Sat Nov 25 06:05:12 1995  H.J. Lu  <hjl@nynexst.com>
3342
3343         * stdio-common/vfscanf.c: Always check width !=0.
3344         Correctly handle %%.
3345
3346 Thu Dec 14 02:28:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3347
3348         * posix/glob.c (glob_in_dir): Cast result of opendir to __ptr_t,
3349         and cast STREAM to DIR * before passing to readdir and closedir.
3350
3351 Wed Dec 13 22:06:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3352
3353         * hurd/hurdsig.c (_hurd_internal_post_signal: suspend): Reply
3354         after aborting RPCs but before calling proc_mark_stop.
3355
3356 Mon Dec 11 20:07:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3357
3358         * posix/glob.c [! STDC_HEADERS]: Declare getenv.
3359         (glob): Avoid using function as value.
3360
3361         * elf/rtld.c (dl_main): When mapping argument executable, set
3362         l_name to "", not l_libname.
3363         After loading DT_NEEDED library, set its l_type to lt_library.
3364
3365         * sysdeps/mach/hurd/mmap.c: Don't interpret MAP_INHERIT to mean
3366         VM_INHERIT.  We can't handle MAP_INHERIT easily.
3367         Handle non-page-aligned addresses if congruent to offset.
3368
3369         * elf/dl-init.c: Skip the initializer for l_type lt_executable
3370         with l_name "". Start at _dl_loaded; don't skip the first element.
3371
3372         * elf/dl-load.c (MAP_FILE): Define to zero if undefined.
3373         (MAP_COPY): Define to MAP_PRIVATE if undefined.
3374         (_dl_map_object_from_fd): Don't use MAP_INHERIT in mmap calls.
3375         If file it ET_EXEC, set its l_type to lt_executable.
3376
3377 Sun Dec 10 09:56:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3378
3379         * elf/dl-minimal.c (malloc): Use MAP_PRIVATE in mmap call.
3380
3381 Fri Dec  8 13:04:51 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3382
3383         * locale/error.c, locale/error.h: Files removed.
3384         * locale/Makefile (distribute): Remove error.h.
3385         (lib-modules): Remove error.
3386
3387         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): For "tty"
3388         magic, return ENXIO if no ctty.
3389
3390         * sysdeps/mach/hurd/mmap.c: For MAP_FIXED, deallocate a previous
3391         mapping if vm_map fails for that reason.
3392
3393         * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE,
3394         GLOB_TILDE, GLOB_NOMAGIC.
3395         (glob): Use stat instead of lstat to determine directoriness.
3396         * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
3397         New flag bits.
3398         (__GLOB_FLAGS): Include them.
3399         (glob_t): New members gl_closedir, gl_readdir, gl_opendir, gl_lstat,
3400         gl_stat.
3401
3402         * elf/elf.h (ET_NUM, SHT_NUM, STB_NUM, STT_NUM, PT_NUM): New macros.
3403
3404         * sysdeps/unix/sysv/linux/sys/mman.h: Include <linux/mman.h> to
3405         define all the bit values.
3406         (MAP_*, MCL_*): Macros removed.
3407
3408 Thu Dec  7 02:27:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3409
3410         * resolv/res_comp.c, resolv/res_debug.c, resolv/res_send.c:
3411         Updated from BIND 4.9.3-BETA27.
3412
3413 Wed Dec  6 18:44:01 1995  Miles Bader  <miles@gnu.ai.mit.edu>
3414
3415         * sysdeps/mach/hurd/select.c (__select): Swap size args to mach_msg.
3416
3417         * sysdeps/mach/hurd/select.c (__select): Frob TYPES correctly when
3418         we get a delayed reply.
3419         Only grab values out of entries in TYPES that have SELECT_RETURNED
3420         turned on, and turn it on whenever an rpc returns.
3421         Only clear bits in the user's fdsets -- those needing to be set
3422         should be already.
3423         Use SELECT_ALL in appropiate places.
3424         (SELECT_RETURNED, SELECT_ALL): New macros.
3425
3426 Wed Dec  6 09:10:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3427
3428         * sysdeps/mach/hurd/sys/param.h (NBBY): New macro.
3429
3430         * gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): New macro.
3431
3432 Tue Dec  5 14:00:17 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3433
3434         * misc/Makefile (headers): Add error.h, err.h.
3435         (routines): Add error, err.
3436         (gpl2lgpl): New variable.
3437         * misc/err.c: New file.
3438         * misc/err.h: New file.
3439         * misc/error.c, misc/error.h: New files.
3440
3441         * sysdeps/mach/hurd/ioctl.c: Fix typo in last change.
3442
3443         * Makeconfig (+link): Translate libc% from $^, not just libc.a.
3444         (link-libc): Append $(libc.so-version) to libc.so.
3445         (built-program-cmd): Fix comma usage.
3446         * Makerules [libc.so-version] (libc.so$(libc.so-version)): Make a
3447         symlink to libc.so in the build directory.
3448         * Rules ($(others) $(tests)): Depend on the library that appears
3449         in $(link-libc).
3450         (%.out): Use $(built-program-cmd) in commands.
3451
3452         * posix/unistd.h [__USE_MISC]: Declare brk, sbrk.
3453
3454         * sysdeps/generic/setenv.c: Added canonical portability cruft.
3455         (setenv): Use realloc on LAST_ENVIRON instead of always copying.
3456         (unsetenv): New function.
3457         * stdlib/stdlib.h [__USE_BSD]: Declare unsetenv.
3458         * sysdeps/generic/putenv.c: Rewritten using setenv and unsetenv.
3459
3460 Tue Dec  5 02:27:32 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3461
3462         * libio/Makefile (routines): Remove iofscanf, add iopopen, pclose.
3463
3464         * libio/iofscanf.c: Remove file.
3465
3466         * libio/iogetdelim.c (_IO_getdelim): Correct stupid bug at string
3467         termination.
3468
3469         * libio/iopopen.c: New file from GNU libio.
3470
3471         * libio/memstream.c: Fixed bug in fclose handling.  Instead of
3472         providing a close callback we need a finish callback.
3473
3474         * libio/pclose.c: New file.  Derived from popen.c in GNU libio.
3475
3476         * posix/gnu/types.h: Fixed typo.
3477
3478         * stdio-common/errnobug.c: fputs returns EOF in error case.  Do
3479         not test for != 0.
3480
3481         * stdio-common/printf-parse.h (parse_one_spec): Do not force
3482         padding with ' ' if precision is given.  Fix by HJ Lu.
3483
3484         * stdio-common/printf_fp.c: Fix comment.
3485
3486         * stdio-common/tfformat.c, stdio-common/tiformat.c,
3487         stdio-common/tstdiomisc.c: New files from GNU libio test suite.
3488
3489         * stdio-common/tstgetln.c: Provide ssize_t type when testing
3490         libio.
3491
3492         * stdio-common/vfprintf.c (outchar): Use PUTC instead of putc.
3493         (vfprintf): Cleasr args_type array before using it.
3494         When printing 0 as an integer with precision 0 nothing must be
3495         written for the number.
3496         Based on patch by HJ Lu.
3497
3498         * stdio-common/vfscanf.c: Remove fixed input buffer.  Now we
3499         have a dynamically extended buffer.
3500
3501         * stdlib/strtod.c: Merge with version in Linux libc.  This fixes
3502         some bugs with handling of very small numbers and has different
3503         solution for formaer patches.
3504
3505         * sysdeps/i386/i586/add_n.S, sysdeps/i386/i586/sub_n.S: Rename
3506         macros r1 and r2 to t1, and t2 resp.  This is necessary because
3507         glibc headers also define r1.
3508
3509 Mon Dec  4 12:10:28 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3510
3511         * stdlib/gen-mpn-copy (translations): Updated for new layout in
3512         GMP 1.910.
3513
3514         * malloc/malloc.c (__malloc_initialize): Renamed from initialize;
3515         made global.
3516         (malloc): Caller changed.
3517         * malloc/realloc.c (realloc): Call __malloc_initialize if
3518         necessary, before checking hook.
3519         * malloc/malloc.h: Declare __malloc_initialize.
3520
3521         * sysdeps/mach/hurd/ioctl.c: For IOC_VOID request, send ARG itself
3522         as integer_t arg in RPC.
3523
3524 Sat Dec  2 03:47:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3525
3526         * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.
3527         (_hurd_set_brk): Try to allocate more space when we run out.
3528
3529         * sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with
3530         zero and examine it again.
3531         * sysdeps/unix/sysv/linux/i386/brk.c: New file.
3532         * sysdeps/unix/sysv/linux/i386/brk.S: File removed.
3533         * sysdeps/unix/sysv/linux/i386/sbrk.S: File removed.
3534         * sysdeps/unix/sysv/linux/dl-sysdep.c: New file.
3535         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_SYSDEP_INIT]:
3536         Invoke this macro before calling DL_MAIN.
3537
3538         * malloc/malloc.c (malloc): Do initialization here, before
3539         checking the hook.
3540         (_malloc_internal): Don't do it here.
3541
3542 Wed Nov 29 12:30:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3543
3544         * libio/vsnprintf.c (__vsnprintf): Define as alias.
3545         * libio/iovsscanf.c (__vsscanf): Define as alias.
3546         * asprintf.c: Remove libio adaptation code added by drepper.
3547         * dprintf.c: Likewise.
3548         * printf.c: Likewise.
3549         * scanf.c: Likewise.
3550         * snprintf.c: Likewise.
3551         * sprintf.c: Likewise.
3552         * sscanf.c: Likewise.
3553         * vprintf.c: Likewise.
3554         * stdio-common/vfscanf.c [USE_IN_LIBIO] (__vfscanf): New wrapper
3555         function.
3556         (vfscanf): Define unconditionally.
3557
3558         * sysdeps/i386/dl-machine.h (elf_machine_rel): If SYM is null, use
3559         zero for value.
3560
3561         * misc/getpass.c: Write a newline after reading the unechoed
3562         password.
3563
3564 Mon Nov 27 19:24:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3565
3566         * posix/Makefile (routines): Add getsid.
3567         * sysdeps/unix/sysv/linux/getsid.S: New file.
3568         * sysdeps/mach/hurd/getsid.c: New file.
3569         * sysdeps/stub/getsid.c: New file.
3570         * posix/unistd.h [__USE_GNU]: Declare getsid.
3571
3572 Sun Nov 26 12:44:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3573
3574         * libc-symbols.h (N_): New macro.
3575
3576 Sat Nov 25 02:48:47 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3577
3578         * assert/assert-perr.c, assert/assert.c, inet/rcmd.c,
3579         malloc/mcheck.c, malloc/vm-limit.c, posix/getconf.c, posix/id.c,
3580         resolv/herror.c, sunrpc/auth_unix.c, sunrpc/clnt_perr.c,
3581         sunrpc/clnt_raw.c, sunrpc/get_myaddr.c, sunrpc/pmap_clnt.c,
3582         sunrpc/pmap_rmt.c, sunrpc/portmap.c, sunrpc/rpc_main.c,
3583         sunrpc/rpc_parse.c, sunrpc/rpc_scan.c, sunrpc/rpc_util.c,
3584         sunrpc/rpcinfo.c, sunrpc/svc_simple.c, sunrpc/svc_tcp.c,
3585         sunrpc/svc_udp.c, time/zdump.c, time/zic.c: Mark translatable
3586         strings.
3587
3588 Sun Nov 26 02:00:02 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3589
3590         * misc/syslog.c (vsyslog) [USE_IN_LIBIO]: Adapted for libio.
3591
3592 Thu Nov 23 02:21:55 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3593
3594         * sysdeps/unix/sysv/linux/{mlock,munlock,mlockall,munlockall}.S:
3595         New files.
3596         * sysdeps/unix/sysv/linux/sys/mman.h: Add prototypes for new functions
3597         mlock, munlock, mlockall, and munlockall.
3598
3599 Thu Nov 23 18:26:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3600
3601         * configure.in (--enable-libio): Set $stdio based on $enableval,
3602         not always to libio.
3603
3604 Thu Nov 23 18:06:48 1995  Richard Stallman  <rms@gnu.ai.mit.edu>
3605
3606         * malloc/malloc.c (_malloc_internal): Can't use
3607         get_contiguous_space when the heap info table
3608         will be growing.  Account for new contiguous space in _heaplimit.
3609
3610 Wed Nov 22 12:37:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3611
3612         * sysdeps/unix/sysv/linux/i386/sysdep.S (_errno): Define as alias
3613         for errno.
3614
3615         * stdio-common/vfprintf.c [USE_IN_LIBIO] (vfprintf): Define as
3616         alias for _IO_vfprintf.
3617
3618         * sysdeps/unix/sysv/linux/sockaddrcom.h: File removed.
3619
3620         * sysdeps/unix/sysv/linux/i386/init-first.c (init): Use
3621         __fpu_control instead of ___fpu_control.
3622         * sysdeps/unix/sysv/linux/i386/ieee_fpu.c
3623         (___fpu_control): Renamed to __fpu_control.
3624         * sysdeps/unix/sysv/linux/i386/fpu_control.h: Likewise.
3625         * sysdeps/unix/sysv/linux/i386/fpu_control.c: Likewise.
3626
3627         * elf/dl-minimal.c: New file.
3628         * elf/Makefile (rtld-routines): Add dl-minimal.
3629         * elf/rtld.c (__dgettext, __assert_fail, __assert_perror_fail):
3630         Functions moved to dl-minimal.c.
3631         * sysdeps/mach/hurd/dl-sysdep.c (malloc, free, realloc,
3632         sigjmp_save, longjmp): Likewise.
3633
3634         * sysdeps/unix/sysv/linux/i386/brk.S (__curbrk): Always initialize
3635         to &_end, regardless of PIC.
3636
3637         * stdio-common/vfscanf.c (__vfscanf): Fix arg name in defn.
3638
3639 Tue Nov 21 14:12:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3640
3641         * malloc/malloc.c (align): Don't check contiguity and call abort.
3642
3643         * hurd/hurdsig.c (post_reply): Function removed.
3644         (abort_thread, abort_all_rpcs, _hurdsig_abort_rpcs): Don't call it.
3645         Take single callback fn arg instead of reply port and type.
3646         (_hurd_internal_post_signal): Callers changed.
3647         Cache reply stub fn ptr in local var before UNTRACED might be changed.
3648
3649         * sysdeps/mach/hurd/mmap.c: Cope with a null write memobj for
3650         PROT_READ|PROT_WRITE copy mapping.  Pass a proper vm_inherit_t to
3651         vm_map.
3652
3653         * elf/rtld.c (_dl_start): For --list, do output and exit before
3654         relocating.
3655
3656 Mon Nov 20 16:19:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3657
3658         * intl/Makefile [gettext-srcdir]: Rewrote copying rules to only
3659         get .c and .h files.
3660
3661         * malloc/malloc.c (align): Use abort instead of assert.
3662
3663 Sun Nov 19 18:23:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3664
3665         * Makeconfig (+includes): Add $($(stdio)-include).
3666         (libio-include): New variable.
3667
3668         * stdlib/strtod.c: Put weak_symbol after function defn.
3669         * stdlib/strtol.c: Likewise.
3670
3671         * configure.in (--enable-libio): If not present, set $stdio to
3672         "default".  Move stdio/libio check to end, so sysdeps fragments
3673         can affect it.  Reset $stdio to "stdio" if it's "default".
3674         * sysdeps/unix/sysv/linux/configure: New file.
3675
3676 Sat Nov 18 16:46:01 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
3677
3678         * libio/Makefile, libio/cleanup.c, libio/clearerr.c, libio/feof.c,
3679         libio/ferror.c, libio/fgetc.c, libio/filedoalloc.c, libio/fileno.c,
3680         libio/fileops.c, libio/fputc.c, libio/freopen.c, libio/fseek.c,
3681         libio/genops.c, libio/getc.c, libio/getchar.c, libio/iofclose.c,
3682         libio/iofdopen.c, libio/iofflush.c, libio/iofgetpos.c, libio/iofgets.c,
3683         libio/iofopen.c, libio/iofprintf.c, libio/iofputs.c, libio/iofread.c,
3684         libio/iofscanf.c, libio/iofsetpos.c, libio/ioftell.c, libio/iofwrite.c,
3685         libio/iogetdelim.c, libio/iogetline.c, libio/iogets.c, libio/iolibio.h,
3686         libio/iopadn.c, libio/ioprims.c, libio/ioputs.c, libio/ioseekoff.c,
3687         libio/ioseekpos.c, libio/iosetbuffer.c, libio/iosetvbuf.c,
3688         libio/iosprintf.c, libio/ioungetc.c, libio/iovsprintf.c,
3689         libio/iovsscanf.c, libio/libio.h, libio/libioP.h, libio/putc.c,
3690         libio/putchar.c, libio/rewind.c, libio/setbuf.c, libio/setlinebuf.c,
3691         libio/stdfiles.c, libio/stdio.c, libio/stdio.h, libio/strfile.h,
3692         libio/strops.c, libio/vasprintf.c, libio/vscanf.c, libio/vsnprintf.c:
3693         New files.  Slightly modified version from Linux libc.
3694
3695         * libio/memstream.c, libio/vdprintf.c: New files for functions not
3696         (yet) part of GNU libio.
3697
3698         * libio/iofopncook.c: Implementation of `fopencookie', mainly written
3699         by Per Bothner.
3700
3701         * stdio-common/getline.c: Adapted to libio.
3702         * stdio-common/snprintf.c: Adapted to libio.
3703         * stdio-common/vfprintf.c: Adapted to libio.
3704         * stdio-common/vfscanf.c: Adapted to libio.
3705         * sysdeps/posix/tempname.c: Adapted to libio.
3706
3707 Fri Nov 17 17:57:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3708
3709         * sysdeps/generic/Makefile (make_siglist): Add missing backslash.
3710
3711         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start_cleanup): New
3712         function.
3713
3714         * hurd/hurdfault.c: Replace __libc_fatal calls with assert_perror.
3715         (_hurdsig_fault_init): Remove #if 0 from setting exception port.
3716         Insert send right for SIGEXC before thread_set_special_port.
3717         * hurd/hurdsig.c: Replace __libc_fatal calls with assert_perror.
3718         (_hurdsig_init): Remove #if 0 from setting exception port.
3719
3720         * sysdeps/mach/hurd/ptrace.c (ptrace: PTRACE_CONT): Use
3721         HURD_MSGPORT_RPC macro.
3722
3723 Thu Nov 16 06:07:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3724
3725         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): New
3726         function.
3727         (_dl_sysdep_start): Move cleanup code there.
3728
3729         * Makeconfig (default-rpath): New variable.
3730         (link-libc): Use it.
3731         * elf/Makefile (ld.so): Pass -rpath=$(default-rpath).
3732         * elf/rtld.c (_dl_rpath): New variable.
3733         (_dl_start): Set it from rtld_map's DT_RPATH.
3734         Call _dl_setup_hash on rtld_map.
3735         (dl_main): Cache address of _exit in variable before relocating,
3736         and use that in later calls.  Call _dl_sysdep_start_cleanup before
3737         relocating.  Keep track of dependency order while loading; remove
3738         rtld_map from chain, and reinsert in proper order if there is a
3739         dependency on it.
3740
3741         * sysdeps/generic/Makefile (make_siglist): Pass
3742         -DSIGNUM_H=... with config's signum.h location.
3743         * sysdeps/generic/make_siglist.c: Include SIGNUM_H to define
3744         signal numbers.
3745         (HAVE_STRSIGNAL, HAVE_PSIGNAL): Define these before including signame.c
3746         (main): Deansideclize output.
3747
3748         * elf/dl-load.c (_dl_map_object): Use _dl_rpath variable in place
3749         of DEFAULT_RPATH macro.
3750         * elf/Makefile: Undo last change.
3751
3752         * sysdeps/mach/hurd/dl-sysdep.c (free): Don't abort, just nop.
3753
3754 Wed Nov 15 19:22:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3755
3756         * elf/dl-lookup.c (_dl_lookup_symbol): Undefined symbol is no
3757         error if weak.
3758
3759         * elf/Makefile (default-rpath): New variable.
3760         (CPPFLAGS): Append -DDEFAULT_RPATH=....
3761         * elf/dl-load.c (_dl_map_object): Use DEFAULT_RPATH instead of
3762         hard-coded "/lib:/usr/lib".
3763
3764         * sysdeps/mach/hurd/dl-sysdep.c: Include _itoa.h from stdio-common
3765         instead of stdio.
3766         (_dl_sysdep_start): If passed user entry is zero and
3767         EXEC_STACK_ARGS flag set, reset user entry to &_start.
3768
3769         * elf/rtld.c (dl_main): Only call _dl_setup_hash if there is a
3770         DT_HASH element.
3771
3772         * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Gratuitously
3773         repeat weak decl using weak_symbol macro, in case using broken GCC
3774         (<2.8).
3775
3776 Wed Nov 15 18:49:55 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
3777
3778         * sysdeps/i386/isnanl.c: New file.
3779         * sysdeps/i386/isinfl.c: New file.
3780
3781 Tue Nov 14 18:44:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3782
3783         * malloc/free.c (free): Moved null and aligned_blocks checks
3784         inside _free_internal.
3785
3786 Mon Nov 13 15:23:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3787
3788         * malloc/malloc.c (morecore): Fix inverted test in allocating new
3789         info table.
3790
3791         * malloc/malloc.c (align): Fix assertion.
3792
3793         * malloc/malloc.c: Include assert.h.
3794
3795         * libc-symbols.h: Use __attribute__ for GCC 2.8, not 2.7.
3796
3797         * malloc/malloc.h [emacs] (emacs_loser_valloc): Macro removed.
3798         (valloc): Protect decl with [! (_MALLOC_INTERNAL && emacs)].
3799
3800 Fri Nov 10 14:15:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3801
3802         * malloc/malloc.c (align): Assert that space for alignment
3803         adjustment is same original space.
3804
3805         * hurd/hurdprio.c (_hurd_priority_which_map): Cast vm_deallocate
3806         arg to vm_address_t.
3807
3808         * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO == 0,
3809         skip straight to pending check.  When UNTRACED, resume process
3810         from suspension first.
3811
3812         * intl/Makefile (headers): New variable, libintl.h.
3813         [gettext-srcdir]: New rules to copy source from $(gettext-srcdir)/intl.
3814         * configure.in: Check for --with-gettext arg.
3815
3816 Fri Nov 10 13:51:30 1995  Richard Stallman  <rms@gnu.ai.mit.edu>
3817
3818         * malloc/malloc.c (get_contiguous_space): New function.
3819         (morecore): Rewrite allocating new malloc info table.
3820         (_malloc_internal): Use get_contiguous_space.
3821
3822 Fri Nov 10 13:03:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3823
3824         * hurd/hurdexec.c (_hurd_exec): If exec'ing self, pass
3825         _hurd_msgport to be destroyed.
3826
3827         * Makerules (installed-libcs): Filter out %_pic.a.
3828
3829         * hurd/hurdinit.c (_hurd_proc_init): When traced, use msg_sig_post
3830         to our msgport to take SIGTRAP, instead of _hurd_raise_signal.
3831
3832         * hurd/Makefile (user-interfaces): Add hurd/process_request.
3833
3834 Wed Nov  8 16:31:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3835
3836         * termios/Makefile (headers): Add sys/ttychars.h.
3837         * termios/sys/ttychars.h: New file, incorporated from 4.4BSD-Lite
3838         for compatibility.
3839
3840         * signal/signal.h [__USE_BSD] (sig_t): New typedef.
3841
3842 Wed Nov  8 15:12:47 1995  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
3843
3844         * sysdeps/mach/hurd/ptrace.c (ptrace) [PTRACE_TRACEME]: Notify the
3845         proc server that we are now traced.
3846
3847 Tue Nov  7 12:29:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3848
3849         * elf/Makefile (ldd): Make it executable.
3850
3851         * Makeconfig (config-LDFLAGS): Find dynamic linker in $(slibdir).
3852
3853         * Makeconfig (slibdir): New variable.
3854         * Makerules (install): Install libc.so in $(slibdir).
3855         * elf/Makefile (install-others): Install ld.so and ld-linux.so.1
3856         in $(slibdir).
3857
3858         * elf/linux-compat.c: New file.
3859         * elf/Makefile (distribute): Add linux-compat.c.
3860         (generated): Add librtld.so.
3861         [$(config-os)=linux*] (extra-objs): Add linux-compat.so.
3862         [$(config-os)=linux*] (extra-objs): Add ld-linux.so.1.
3863         (librtld.so): New target.
3864         (ld.so, ld-linux.so.1): Make from librtld.so.
3865
3866         * elf/rtld.c (dl_main): Instead of weak call to _dl_compat_init,
3867         call our own DT_INIT if we have one (and then clear it).
3868         (__dgettext): New weak function.
3869
3870         * intl/localealias.c (read_alias_file): Avoid sprintf; use memcpy
3871         by hand instead.
3872
3873         * sysdeps/generic/_strerror.c (_strerror_internal): Use _itoa
3874         instead of snprintf.
3875
3876         * sysdeps/mach/_strerror.c (_strerror_internal): Don't write
3877         BUF[BUFLEN].
3878
3879         * elf/rtld.c (rtld_map): New static variable.
3880         (_dl_start): Use a differently named local BOOTSTRAP_MAP for the
3881         bootstrapping.  Then copy data into `rtld_map'.
3882         (dl_main): Finish filling in rtld_map and link it into the chain,
3883         instead of allocating a new structure.
3884         (dl_main): Call _dl_compat_init if it is defined (use weak ref).
3885
3886         * elf/dlsym.c: Fix last change: move REF out of `doit'.
3887
3888 Mon Nov  6 16:20:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3889
3890         * elf/dlsym.c: Return the proper value, not just the defining
3891         object's loadbase.
3892
3893 Sun Nov  5 16:09:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3894
3895         * stdio-common/vfprintf.c (%c): Count the character itself towards
3896         the field width in all cases.
3897
3898         * sysdeps/mach/hurd/getpriority.c (getpriority): Cast
3899         __vm_deallocate arg to vm_address_t.
3900
3901 Fri Nov  3 17:27:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3902
3903         * sysdeps/mach/hurd/sendto.c: Don't pass BINDING arg to
3904         socket_create_address.
3905         * sysdeps/mach/hurd/connect.c: Likewise.
3906         * sysdeps/mach/hurd/bind.c: Likewise.
3907
3908         * hurd/hurdprio.c (_hurd_priority_which_map): Pass threadwaits
3909         args to proc_getprocinfo.
3910         * sysdeps/mach/hurd/getpriority.c: Likewise.
3911
3912         * hurd/hurdmsg.c (_S_msg_report_wait): New stub function.
3913
3914 Thu Nov  2 19:24:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3915
3916         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common.
3917
3918 Tue Oct 31 00:07:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3919
3920         * sysdeps/mach/hurd/getpriority.c (getpriority): Pass
3921         PI_FETCH_TASKINFO to proc_getprocinfo and through
3922         _hurd_priority_which_map.
3923
3924         * sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to
3925         _hurd_priority_which_map.
3926         * hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS,
3927         passed through to proc_getprocinfo RPC.
3928         * hurd/hurd/resource.h: Add PI_FLAGS arg in decl.
3929
3930         * sysdeps/mach/hurd/group_member.c: New file.
3931         * sysdeps/generic/group_member.c: New file.
3932
3933         * Makerules (lib-noranlib): Don't depend on $(install-lib).
3934         (others): Do.
3935         * extra-lib.mk: Fix test of $(lib)-no-lib-dep.
3936
3937 Mon Oct 30 12:33:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3938
3939         * Rules (others): Depend on $(extra-objs).
3940
3941         * posix/unistd.h [__USE_GNU]: Declare group_member, __group_member.
3942         * posix/Makefile (routines): Add group_member.
3943
3944         * sysdeps/posix/euidaccess.c: New file, adapted from fileutils.
3945
3946         * sysdeps/unix/sysv/linux/i386/sigaction.c: Tighten constraint for
3947         SIG operand in asm so it must be a register.
3948         Add dead return to quiet gcc warning.
3949
3950         * Makerules (sysd-rules): Write a defn for sysd-rules-done.
3951         [! sysd-rules-done]: Inhibit deps.
3952
3953 Thu Oct 26 23:11:11 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
3954
3955         * sysdeps/unix/sysv/linux/poll.c: Don't define as stub.  Use
3956         simulation of system call using select.
3957
3958         * sysdeps/unix/sysv/linux/signal.c: Use POSIX implementation.
3959
3960         * sysdeps/unix/sysv/linux/statbuf.h: Define _STAT_VER.
3961
3962         * sysdeps/unix/sysv/linux/i386/sigaction.c: Correct parameter
3963         name usage (new->act, old->oact).
3964         Correct asm statement because of gcc strangeness.
3965
3966         * sysdeps/i386/i586/strchr.S: Correct typos: cmp -> cmpb.
3967
3968         * sunrpc/clnt_perr.c: Remove declaration of sys_errlist.  They
3969         conflict with the ones in stdio.h.
3970
3971         * string/tester.c: %Z is no complete format.  Change to %Zd.
3972
3973 Thu Oct 26 18:13:33 1995  Miles Bader  <miles@gnu.ai.mit.edu>
3974
3975         * sysdeps/mach/hurd/bind.c (bind): Swap args to dir_link.
3976         * sysdeps/mach/hurd/link.c (__link): Ditto.
3977         * sysdeps/mach/hurd/symlink.c (__symlink): Ditto.
3978         * sysdeps/mach/hurd/mknod.c (__mknod): Ditto.
3979         Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
3980
3981 Thu Oct 26 00:11:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3982
3983         * sysdeps/unix/sysv/linux/i386/sigaction.c: New file.
3984
3985         * sysdeps/unix/sysv/linux/i386/xstat.S: Don't use JUMPTARGET macro
3986         on syscall_error.  For PIC, it is a local label;
3987         for non-PIC, JUMPTARGET expands to the unadorned name anyway.
3988         * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
3989         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
3990         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
3991         * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
3992         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3993         * sysdeps/unix/sysv/linux/i386/brk.S: Likewise.
3994
3995 Thu Oct 26 03:01:22 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
3996
3997         * sysdeps/unix/sysv/linux/syscall.h: Strip list of syscalls in
3998         comment to the necessary ones.  Add _readv and _writev.
3999
4000         * sysdeps/unix/configure.in: Change syntax for system call test
4001         candidates and adapt sed script for this.  Now use : to separate
4002         syscall name and file name.
4003
4004         * sysdeps/unix/sysv/linux/i386/sysdep.h (ENTRY): System call
4005         number is now set is DO_CALL.  So call with additional argument.
4006         (DO_CALL): Takes an additional argument.  Load system call
4007         number according to new argument.
4008         (SYSCALL_ERROR_HANDLER): Add ; after last ret statement.
4009         * sysdeps/unix/sysv/linux/i386/brk.S [PIC]: Define __syscall_error
4010         locally using SYSCALL_ERROR_HANDLER macro.
4011         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
4012         * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
4013         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4014         * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
4015         * sysdeps/unix/sysv/linux/i386/xstat.S: Likewise.
4016         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
4017         Don't use DO_CALL macro; instead use lower level macros for better
4018         control.
4019
4020         * sysdeps/unix/sysv/linux/sigaction.h: New file.
4021         * sysdeps/unix/sysv/linux/sigaction.S: File removed.
4022         * sysdeps/unix/sysv/linux/signal.S: File removed.
4023
4024 Wed Oct 25 14:23:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4025
4026         * hurd/hurdstartup.c (_hurd_startup): Use new
4027         exec_startup_get_info RPC from exec_startup.defs
4028         in place of old exec_startup from exec.defs.  Remove kludge to
4029         guess user entry and phdr locations, since the new RPC gives us
4030         that info.
4031
4032         * stdio/stdio.h (sys_errlist, _sys_errlist): Declare const.
4033         * sysdeps/generic/_strerror.c: Undo last change.
4034
4035         * sysdeps/unix/sysv/linux/stat.c: New file.
4036         * sysdeps/unix/sysv/linux/fstat.c: New file.
4037         * sysdeps/unix/sysv/linux/lstat.c: New file.
4038         * sysdeps/unix/sysv/linux/i386/stat.S: File removed.
4039         * sysdeps/unix/sysv/linux/i386/fstat.S: File removed.
4040         * sysdeps/unix/sysv/linux/i386/lstat.S: File removed.
4041
4042 Tue Oct 24 15:22:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4043
4044         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4045         New macro.
4046         (PSEUDO): Use it instead of SYSCALL_PIC_SETUP and jmp syscall_error.
4047
4048         * sysdeps/unix/sysv/linux/i386/sysdep.S (__syscall_error): Define
4049         only #ifndef PIC.
4050
4051         * Makeconfig (built-program-cmd): New variable.
4052         * sunrpc/Makefile (rpcgen-cmd): Use $(built-program-cmd).
4053         * time/Makefile (zic-cmd): Likewise.
4054
4055         * hurd/Makefile (user-interfaces): Add hurd/exec_startup.
4056
4057         * sunrpc/Makefile (librpcsvc-no-lib-dep): New variable.
4058         * extra-lib.mk: If $(lib)-no-lib-dep is defined and MAKELEVEL>0,
4059         make `others' rather than `lib-noranlib' depend on the libraries.
4060
4061         * sysdeps/unix/configure.in: Check for fchdir syscall.
4062         Improve sed script to allow / on rhs without / on lhs.
4063
4064 Thu Oct 19 03:47:32 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
4065
4066         * sysdeps/unix/sysv/linux/termbits.h: Don't define speed constants.
4067
4068         * elf/rtld.c: Include _itoa.h from stdio-common instead of stdio.
4069
4070         * sysdeps/unix/sysv/linux/select.S: New file.
4071
4072 Wed Oct 18 03:33:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4073
4074         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use
4075         SYSCALL_PIC_SETUP before jumping to syscall_error.
4076         * sysdeps/unix/i386/sysdep.h (SYSCALL_PIC_SETUP): New macro.
4077         (PSEUDO): Use it before jumping to syscall_error.
4078         * sysdeps/unix/i386/sysdep.S [! PIC]: Don't find GOT address;
4079         expect it in %ebx on entry.  Pop old %ebx value off stack after
4080         using it.
4081
4082         * signal/signal.h [__USE_BSD] (_sys_siglist, sys_siglist): Declare
4083         them.
4084
4085         * sysdeps/generic/_strerror.c: Declare _sys_errlist and _sys_nerr.
4086
4087         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): For magic
4088         `fd/', pass the right pointer to strtol to parse the number.
4089
4090 Tue Oct 17 23:00:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4091
4092         * sysdeps/mach/_strerror.c: Include stdio-common/_itoa.h instead
4093         of stdio/_itoa.h.
4094
4095 Tue Oct 17 19:51:17 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
4096
4097         * sysdeps/unix/sysv/linux/i386/stat.S [PIC] (__stat): Set GOT
4098         register %ebx before calling __xstat through PLT.
4099
4100         * sysdeps/unix/sysv/linux/i386/sysdep.S: Fix typo in comment.
4101
4102         * sysdeps/unix/sysv/linux/sigset.h: Remove file.
4103
4104 Tue Oct 17 01:21:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4105
4106         * hurd/hurdsock.c: Include stdio-common/_itoa.h instead of
4107         stdio/_itoa.h.
4108         * hurd/hurdlookup.c: Likewise.
4109
4110         * hurd/hurd/signal.h: Declare hurd_preempt_signals and
4111         hurd_unpreempt_signals.
4112
4113         * stdio/stdio.h: Declare __snprintf and __vsnprintf.
4114
4115         * stdio-common/psignal.c: Translate signal description strings.
4116         * string/strsignal.c: Likewise.
4117         * sysdeps/generic/_strerror.c (_strerror_internal): Translate
4118         error strings.
4119         * sysdeps/mach/_strerror.c: Likewise.
4120
4121         * stdio-common/snprintf.c (__snprintf): Renamed from snprintf;
4122         call __vsnprintf.
4123         (snprintf): Define as weak alias.
4124         * stdio/vsnprintf.c (__vsnprintf): Renamed from vsnprintf.
4125         (vsnprintf): Define as weak alias.
4126
4127 Mon Oct 16 03:22:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4128
4129         * Makerules (install-lib): Filter out %_pic.a; install only the
4130         linked shared objects.
4131
4132         * locale/Makefile (aux): Add SYS_libc.
4133         * locale/SYS_libc.c: New file.
4134         * libc-symbols.h [! ASSEMBLER] (_): New macro.
4135
4136         * configure.in (libc_cv_asm_set_directive): Link program into
4137         conftest instead of letting it default to a.out.
4138
4139         * elf/Makefile (install-others): Add missing slash.
4140
4141         * elf/ldd.sh.in: Prepend `./' to relative file names so ld.so
4142         won't search LD_LIBRARY_PATH.
4143
4144         * Makefile (subdirs): Replace stdio with stdio-common and $(stdio).
4145         * configure.in: Grok arg --enable-libio.
4146         ($stdio = libio): Define USE_IN_LIBIO.
4147         * config.h.in (USE_IN_LIBIO): Add #undef.
4148         * config.make.in (stdio): New variable, set by configure.
4149         * Makeconfig (stdio): New variable.
4150         * stdio.h [USE_IN_LIBIO]: Include libio/stdio.h instead of
4151         stdio/stdio.h.
4152         * stdio-common/Makefile: New file.
4153         * stdio/Makefile: Half the contents moved to stdio-common/Makefile.
4154         * stdio/_itoa.c: Moved to stdio-common.
4155         * stdio/_itoa.h: Moved to stdio-common.
4156         * stdio/asprintf.c: Moved to stdio-common.
4157         * stdio/bug1.c: Moved to stdio-common.
4158         * stdio/bug1.input: Moved to stdio-common.
4159         * stdio/bug2.c: Moved to stdio-common.
4160         * stdio/bug3.c: Moved to stdio-common.
4161         * stdio/bug4.c: Moved to stdio-common.
4162         * stdio/bug5.c: Moved to stdio-common.
4163         * stdio/bug6.c: Moved to stdio-common.
4164         * stdio/bug6.input: Moved to stdio-common.
4165         * stdio/bug7.c: Moved to stdio-common.
4166         * stdio/dprintf.c: Moved to stdio-common.
4167         * stdio/errnobug.c: Moved to stdio-common.
4168         * stdio/getline.c: Moved to stdio-common.
4169         * stdio/getw.c: Moved to stdio-common.
4170         * stdio/perror.c: Moved to stdio-common.
4171         * stdio/printf-parse.h: Moved to stdio-common.
4172         * stdio/printf-prs.c: Moved to stdio-common.
4173         * stdio/printf.c: Moved to stdio-common.
4174         * stdio/printf.h: Moved to stdio-common.
4175         * stdio/printf_fp.c: Moved to stdio-common.
4176         * stdio/psignal.c: Moved to stdio-common.
4177         * stdio/putw.c: Moved to stdio-common.
4178         * stdio/reg-printf.c: Moved to stdio-common.
4179         * stdio/scanf.c: Moved to stdio-common.
4180         * stdio/snprintf.c: Moved to stdio-common.
4181         * stdio/sprintf.c: Moved to stdio-common.
4182         * stdio/sscanf.c: Moved to stdio-common.
4183         * stdio/tempnam.c: Moved to stdio-common.
4184         * stdio/temptest.c: Moved to stdio-common.
4185         * stdio/test-fseek.c: Moved to stdio-common.
4186         * stdio/test-fwrite.c: Moved to stdio-common.
4187         * stdio/test-popen.c: Moved to stdio-common.
4188         * stdio/test_rdwr.c: Moved to stdio-common.
4189         * stdio/tmpfile.c: Moved to stdio-common.
4190         * stdio/tmpnam.c: Moved to stdio-common.
4191         * stdio/tst-fileno.c: Moved to stdio-common.
4192         * stdio/tst-printf.c: Moved to stdio-common.
4193         * stdio/tstgetln.c: Moved to stdio-common.
4194         * stdio/tstgetln.input: Moved to stdio-common.
4195         * stdio/tstscanf.c: Moved to stdio-common.
4196         * stdio/tstscanf.input: Moved to stdio-common.
4197         * stdio/vfprintf.c: Moved to stdio-common.
4198         * stdio/vfscanf.c: Moved to stdio-common.
4199         * stdio/vprintf.c: Moved to stdio-common.
4200         * stdio/xbug.c: Moved to stdio-common.
4201         * sysdeps/generic/Makefile (siglist.c rules): Do this in subdir
4202         stdio-common instead of stdio.
4203         * sysdeps/unix/Makefile (errlist.c rules): Likewise.
4204         * stdio-common/asprintf.c [USE_IN_LIBIO]: Call libio primitive
4205         function.
4206         * stdio-common/dprintf.c: Likewise.
4207         * stdio-common/printf.c: Likewise.
4208         * stdio-common/scanf.c: Likewise.
4209         * stdio-common/snprintf.c: Likewise.
4210         * stdio-common/sprintf.c: Likewise.
4211         * stdio-common/sscanf.c: Likewise.
4212         * stdio-common/vprintf.c: Likewise.
4213
4214         * Makerules: Include $(+depfiles) directly instead of generating
4215         depend-$(subdir).
4216         (depend-$(subdir)): Target removed.
4217         (common-clean): Don't remove depend-$(subdir).
4218
4219         * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
4220         (config-LDFLAGS): Variable removed.
4221
4222         * sysdeps/mach/hurd/getcwd.c: Use __file_name_lookup_under.
4223         * sysdeps/mach/hurd/bind.c: Likewise.
4224         * sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
4225         calling convention.
4226
4227         * hurd/hurdexec.c: Undo last change (10 Oct 95).
4228
4229 Sun Oct 15 21:04:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4230
4231         * hurd/hurd/lookup.h: New file.
4232         * hurd/hurdlookup.c (__file_name_lookup_under): New function.
4233         (__hurd_file_name_lookup, __hurd_file_name_lookup_retry,
4234         __hurd_file_name_split): Rewritten to take callback functions for
4235         using any needed init or dtable port, instead of passing in crdir
4236         and cwdir ports.
4237         (__file_name_lookup, __file_name_split): Use new calling
4238         convention; pass _hurd_ports_use and __getdport as the callback
4239         functions.
4240
4241         * sysdeps/mach/hurd/chroot.c: Use __file_name_lookup_under instead
4242         of __hurd_file_name_lookup.
4243         * sysdeps/mach/hurd/chdir.c: Likewise.
4244         * sysdeps/mach/hurd/fchdir.c: Likewise.
4245         * hurd/fchroot.c: Likewise.
4246
4247         * stdlib/Makefile (mpn-found): Don't omit %.s.
4248         (mpn-copy-sysdep): Omit files in nonexistent directories.
4249         (copy-mpn): Commit files to CVS.
4250         * stdlib/gen-mpn-copy (translations): Update translations for GMP
4251         1.906.7.
4252
4253         * configure.in (machine): Translate alpha* to alpha/&, hppa* to hppa/&.
4254
4255 Sat Oct 14 02:52:36 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
4256
4257         * malloc/malloc.c (_malloc_internal): Performance fix.  Move
4258         if statement out of loop.
4259
4260         * stdio/_itoa.c, stdio/_itoa.h: Complete rewrite.  Much faster
4261         implementation using GMP functions.  Contributed by
4262         Torbjorn Granlund and Ulrich Drepper.
4263
4264         * stdio/test_rdwr.c: Include <errno.h>.
4265
4266         * sysdeps/i386/i586/Implies: New file.
4267
4268         New highly optimized string functions for i[345]86.
4269         * sysdeps/i386/memchr.S, sysdeps/i386/memcmp.S: New files.
4270         * sysdeps/i386/stpcpy.S, sysdeps/i386/stpncpy.S: New files.
4271         * sysdeps/i386/strchr.S, sysdeps/i386/strcspn.S: New files.
4272         * sysdeps/i386/strpbrk.S, sysdeps/i386/strrchr.S: New files.
4273         * sysdeps/i386/strspn.S, sysdeps/i386/i486/strcat.S: New files.
4274         * sysdeps/i386/i486/strlen.S, sysdeps/i386/i586/strchr.S: New files.
4275         * sysdeps/i386/i586/strlen.S: New file.
4276         * sysdeps/i386/memchr.c: Removed.  There is now an assembler version.
4277
4278         * sysdeps/i386/i586/memcopy.h (WORD_COPY_BWD): Parameters did
4279         not correspond to used values.
4280
4281         * sysdeps/unix/sysv/linux/nfs/nfs.h: New file.  Simply a wrapper
4282         around a kernel header file.
4283         * sysdeps/unix/sysv/linux/Dist: Add it.
4284         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=sunrpc] (headers):
4285         Likewise.
4286
4287         * sysdeps/unix/sysv/linux/local_lim.h: Rewrite.  Instead of
4288         defining ourself we use a kernel header file.
4289
4290         * sysdeps/unix/sysv/linux/i386/sysdep.h (DO_CALL): Optimize system
4291         call handler for i586.
4292
4293         * sysdeps/unix/sysv/linux/sys/param.h: Add copyright and clean up.
4294
4295 Thu Oct 12 15:45:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4296
4297         * hurd/hurd.h (file_name_lookup_under): Declare it.
4298         * hurd/Makefile (headers): Add hurd/lookup.h.
4299
4300         * hurd/hurdinit.c (_hurd_ports_use): New function.
4301         * hurd/hurd.h (_hurd_ports_use): Declare it.
4302         (hurd_invoke_translator, hurd_file_name_lookup, hurd_file_name_split,
4303         hurd_file_name_lookup_retry): Remove these decls.
4304         * hurd/Makefile (routines): Remove invoke-trans.
4305
4306 Wed Oct 11 00:00:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4307
4308         * sysdeps/i386/dl-machine.h (elf_machine_rel): Use +=, not =, to
4309         apply R_386_PC32 reloc.
4310
4311         * Makeconfig (config-LDFLAGS): Add missing slash.
4312
4313         * sysdeps/mach/hurd/profil.c (fork_profil): Only call
4314         update_waiter if profiling was enabled in the parent.
4315
4316         * csu/initfini.c: Don't pass -f flag to cp.
4317
4318 Tue Oct 10 23:08:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4319
4320         * Makerules (build-shlib): Pass -rpath and -rpath-link options.
4321         (LDFLAGS-c.so): Don't pass -dynamic-linker here.
4322         * Makeconfig (+link): Pass $(sysdep-LDFLAGS).
4323         (link-libc): Pass -rpath and -rpath-link options.
4324
4325         * MakeTAGS (all-dirs): Omit CVS directories.
4326         Specify vpath directives to find source files in $(all-dirs).
4327         (sources, headers): Append sources and headers from $(all-dist) to
4328         these.
4329         (all-dist): Filter them out of this.
4330         (all-headers, all-sources): Use $(shell find ...) instead of
4331         $(wildcard ...).
4332
4333         * sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): New variable; pass
4334         -rpath-link.
4335
4336         * hurd/hurdexec.c: Pass poly and dealloc args to __file_exec.
4337
4338         * elf/Makefile (install-others): Add missing $.
4339
4340 Mon Oct  9 02:54:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4341
4342         * mach/Makefile ($(objpfx)errsystems.c): Rule reenabled.
4343
4344         * Makeconfig (config-LDFLAGS): Define to
4345         -Wl-dynamic-linker=$(libdir)$(rtld-installed-name).
4346         (rtld-installed-name): New variable.
4347         * elf/Makefile (install-lib): Variable removed.
4348         (install-others): Define this instead, to
4349         $(libdir)(rtld-installed-name).
4350         ($(libdir)(rtld-installed-name)): New target; install from ld.so.
4351
4352         * elf/ldd.sh.in: New file.
4353         * elf/Makefile (distribute): Add ldd.sh.in.
4354         (install-bin): Add ldd.
4355         ($(objpfx)ldd: ldd.sh.in): New rule.
4356
4357         * sysdeps/mach/hurd/dl-sysdep.c: Use __hurd_fail throughout.
4358         * hurd/hurd.h (__hurd_fail): Replace macro with inline function.
4359         Translate some Mach errors to Hurd errors.
4360
4361         * elf/rtld.c (dl_main): Under --list, print msg if executable is
4362         statically linked.
4363
4364         * elf/dl-load.c (_dl_map_object_from_fd): Rewrote program header
4365         table processing.
4366
4367 Sat Oct  7 01:25:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4368
4369         * sysdeps/stub/machine-gmon.h: Add #error.
4370
4371 Fri Oct  6 01:49:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4372
4373         * elf/dynamic-link.h (elf_get_dynamic_info): If DYN is null, don't
4374         examine it.
4375
4376 Fri Sep 29 03:43:51 1995  Paul Eggert  <eggert@twinsun.com>
4377
4378         Rewrite mktime from scratch for performance, and for correctness
4379         in the presence of leap seconds.
4380
4381         * time/mktime.c (ydhms_tm_diff, not_equal_tm, print_tm, check_result):
4382         New functions.
4383         (LEAP_SECONDS_POSSIBLE, CHAR_BIT, INT_MIN, INT_MAX,
4384         TIME_T_MIN, TIME_T_MAX, TM_YEAR_BASE, EPOCH_YEAR): New macros.
4385         <limits.h>, <stdlib.h>: New #includes.
4386         (main): Support tests with given broken-down value; support benchmarks.
4387         (__mon_lengths, debugging_enabled, printtm, dist_tm, doit,
4388         do_normalization, normalize, BAD_STRUCT_TM, SKIP_VALUE,
4389         <ctype.h>): Remove.
4390
4391         * time/time.h, time/mktime.c (__mktime_internal): New offset arg.
4392         * time/mktime.c (mktime), time/timegm.c (timegm): Use it.
4393
4394         * time/mktime.c (__mon_yday): New variable; replaces `__mon_lengths'.
4395         time/offtime.c (__offtime), time/tzset.c (compute_change): Use it.
4396
4397         * time/offtime.c (__offtime): Remove useless assignment
4398         `tp->tm_isdst = -1'.
4399
4400         * manual/maint.texi: Update credits.
4401
4402 Fri Oct  6 00:28:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4403
4404         * sysdeps/unix/common/readv.S: Moved to sysdeps/unix/bsd.
4405         * sysdeps/unix/common/writev.S: Moved to sysdeps/unix/bsd.
4406         * sysdeps/unix/sysv/linux/readv.c: File removed.
4407         * sysdeps/unix/sysv/linux/writev.c: File removed.
4408         * sysdeps/unix/configure.in: Check for readv and writev syscalls.
4409
4410         * sysdeps/unix/configure.in: If eval doesn't set $unix_srcname,
4411         set it to $unix_syscall instead of $unix_function.
4412
4413 Thu Oct  5 00:59:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4414
4415         * elf/rtld.c (dl_main): Grok --list flag.
4416         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Ignore -- args.
4417
4418 Wed Oct  4 00:21:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4419
4420         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_message): New function.
4421         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_message): New function.
4422         * elf/link.h (_dl_sysdep_message): Declare it.
4423
4424         * sysdeps/unix/Makefile ($(common-objpfx)ioctls): Remove NULL from
4425         the list.
4426
4427         * time/northamerica: Corrections to Canada data from ADO 95i.
4428
4429         * sysdeps/unix/sysv/linux/Makefile (headers): Don't append to this
4430         unconditionally.  In socket subdir, append sys/socketcall.h; in
4431         time subdir, append sys/timex.h.
4432         (config-LDFLAGS): New variable.
4433         * sysdeps/unix/sysv/linux/Dist: New file.
4434         * Makeconfig (+link): Pass $(config-LDFLAGS) before $(LDFLAGS).
4435
4436         * sysdeps/generic/stpncpy.c: Don't increment DEST when zero-filling.
4437
4438         * elf/dlopen.c (dlopen): Don't pass USER_ENTRY arg to _dl_map_object.
4439
4440 Sat Sep 30 11:47:05 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4441
4442         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): If started by
4443         kernel with args on stack, point _dl_hurd_data at zero data
4444         instead of garbage.  When ld.so run as program, grok args
4445         -LIB=MEMOBJ and pre-load shared object files found in memory
4446         objects loaded by the boot loader.
4447
4448         * elf/link.h (struct link_map): New member `l_entry'.
4449         (_dl_map_object, _dl_map_object_from_fd): Remove last arg ENTRY_POINT.
4450         * elf/dl-load.c (_dl_map_object, _dl_map_object_from_fd): Remove
4451         last arg ENTRY_POINT.  Store the entry point location in the
4452         `l_entry' member of the new map.
4453         * elf/rtld.c (dl_main): Don't pass USER_ENTRY arg to
4454         _dl_map_object.  When run as program, set *USER_ENTRY to L->l_entry.
4455         * elf/dl-init.c (_dl_init_next): Don't pass ENTRY_POINT arg to
4456         _dl_map_object.
4457
4458         * posix/tstgetopt.c, posix/tstgetopt.args: Test long options too.
4459
4460         * sysdeps/unix/sysv/linux/i386/init-first.c (init): Save, set, and
4461         restore %ebx by hand for personality syscall.
4462         GCC cannot deal with spilling the dedicated GOT register.
4463
4464         * misc/Makefile (routines): Add mntent, which was somehow omitted.
4465
4466 Fri Sep 29 15:07:10 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
4467
4468         * sysdeps/unix/sysv/linux/adjtime.c (__adjtime):
4469         Change name of field `mode' in `struct timex' to `modes'.
4470         Linux-1.3.28 updates this name according to RFC 1489.
4471
4472 Thu Sep 28 13:05:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4473
4474         Merge new message handling code from GNU gettext, by Drepper.
4475         * intl: New directory.
4476         * Makefile (subdirs): Add intl.
4477
4478         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Return
4479         USER_ENTRY instead of storing it on our stack.
4480
4481         * elf/rtld.c (rtld_command): Variable removed.
4482         (_dl_skip_args): New variable.
4483         (dl_main): Increment _dl_skip_args instead of setting rtld_command.
4484         If the link_map for the executable itself is not first in the chain,
4485         make it so.
4486         * sysdeps/i386/dl-machine.h (RTLD_START): Use _dl_skip_args as
4487         count of args to skip.
4488
4489 Thu Sep 28 09:20:04 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
4490
4491         * stdlib/strtod.c (STRTOF): Fix handling of numbers with lots of
4492         leading zeroes.
4493
4494 Wed Sep 27 00:27:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4495
4496         * sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd.
4497         (getcwd): Define as weak alias.
4498         * sysdeps/posix/getcwd.c: Likewise.
4499         * sysdeps/stub/getcwd.c: Likewise.
4500         * posix/unistd.h: Declare __getcwd.
4501
4502         * string/string.h: Declare __strcasecmp.
4503         * sysdeps/generic/strcasecmp.c (__strcasecmp): Renamed from
4504         strcasecmp.
4505         (strcasecmp): Define as weak alias.
4506
4507         * string/string.h: Declare __stpcpy.
4508         * sysdeps/generic/stpcpy.c (__stpcpy): Renamed from stpcpy.
4509         (stpcpy): Define as weak alias.
4510
4511         * sysdeps/unix/sysv/linux/Implies: Add unix/common.
4512
4513         * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
4514         Don't use `type' for arg name, since we are using it as a keyword
4515         in the rhs.
4516
4517         * sysdeps/unix/configure.in: Check for syscalls getpriority,
4518         setpriority, getrlimit, setrlimit.
4519
4520         * sysdeps/posix/truncate.c: Include fcntl.h.
4521
4522         * sysdeps/generic/getdomain.c: Include string.h for strncpy decl.
4523
4524         * sysdeps/stub/getpriority.c: Don't include obsolete gnu-stabs.h;
4525         use new stub_warning syntax.
4526         * sysdeps/stub/setpriority.c: Likewise.
4527         * sysdeps/stub/__longjmp.c: Likewise.
4528         * sysdeps/stub/_exit.c: Likewise.
4529         * sysdeps/stub/accept.c: Likewise.
4530         * sysdeps/stub/acos.c: Likewise.
4531         * sysdeps/stub/alarm.c: Likewise.
4532         * sysdeps/stub/asin.c: Likewise.
4533         * sysdeps/stub/atan2.c: Likewise.
4534         * sysdeps/stub/bind.c: Likewise.
4535         * sysdeps/stub/cbrt.c: Likewise.
4536         * sysdeps/stub/chroot.c: Likewise.
4537         * sysdeps/stub/closedir.c: Likewise.
4538         * sysdeps/stub/connect.c: Likewise.
4539         * sysdeps/stub/cos.c: Likewise.
4540         * sysdeps/stub/cosh.c: Likewise.
4541         * sysdeps/stub/ctermid.c: Likewise.
4542         * sysdeps/stub/cuserid.c: Likewise.
4543         * sysdeps/stub/defs.c: Likewise.
4544         * sysdeps/stub/exp.c: Likewise.
4545         * sysdeps/stub/fmod.c: Likewise.
4546         * sysdeps/stub/frexp.c: Likewise.
4547         * sysdeps/stub/fsync.c: Likewise.
4548         * sysdeps/stub/getcwd.c: Likewise.
4549         * sysdeps/stub/getenv.c: Likewise.
4550         * sysdeps/stub/gethostid.c: Likewise.
4551         * sysdeps/stub/getlogin.c: Likewise.
4552         * sysdeps/stub/getpeername.c: Likewise.
4553         * sysdeps/stub/getrlimit.c: Likewise.
4554         * sysdeps/stub/getsockname.c: Likewise.
4555         * sysdeps/stub/getsockopt.c: Likewise.
4556         * sysdeps/stub/listen.c: Likewise.
4557         * sysdeps/stub/log.c: Likewise.
4558         * sysdeps/stub/log10.c: Likewise.
4559         * sysdeps/stub/mkfifo.c: Likewise.
4560         * sysdeps/stub/morecore.c: Likewise.
4561         * sysdeps/stub/nice.c: Likewise.
4562         * sysdeps/stub/nlist.c: Likewise.
4563         * sysdeps/stub/opendir.c: Likewise.
4564         * sysdeps/stub/pipestream.c: Likewise.
4565         * sysdeps/stub/ptrace.c: Likewise.
4566         * sysdeps/stub/putenv.c: Likewise.
4567         * sysdeps/stub/readdir.c: Likewise.
4568         * sysdeps/stub/reboot.c: Likewise.
4569         * sysdeps/stub/recv.c: Likewise.
4570         * sysdeps/stub/recvfrom.c: Likewise.
4571         * sysdeps/stub/rename.c: Likewise.
4572         * sysdeps/stub/rewinddir.c: Likewise.
4573         * sysdeps/stub/seekdir.c: Likewise.
4574         * sysdeps/stub/send.c: Likewise.
4575         * sysdeps/stub/sendto.c: Likewise.
4576         * sysdeps/stub/setegid.c: Likewise.
4577         * sysdeps/stub/seteuid.c: Likewise.
4578         * sysdeps/stub/setgroups.c: Likewise.
4579         * sysdeps/stub/sethostid.c: Likewise.
4580         * sysdeps/stub/sethostname.c: Likewise.
4581         * sysdeps/stub/setjmp.c: Likewise.
4582         * sysdeps/stub/setrlimit.c: Likewise.
4583         * sysdeps/stub/setsockopt.c: Likewise.
4584         * sysdeps/stub/shutdown.c: Likewise.
4585         * sysdeps/stub/signal.c: Likewise.
4586         * sysdeps/stub/sigsuspend.c: Likewise.
4587         * sysdeps/stub/sin.c: Likewise.
4588         * sysdeps/stub/sinh.c: Likewise.
4589         * sysdeps/stub/socket.c: Likewise.
4590         * sysdeps/stub/socketpair.c: Likewise.
4591         * sysdeps/stub/sqrt.c: Likewise.
4592         * sysdeps/stub/sync.c: Likewise.
4593         * sysdeps/stub/system.c: Likewise.
4594         * sysdeps/stub/tan.c: Likewise.
4595         * sysdeps/stub/tanh.c: Likewise.
4596         * sysdeps/stub/tcdrain.c: Likewise.
4597         * sysdeps/stub/tcflow.c: Likewise.
4598         * sysdeps/stub/tcgetpgrp.c: Likewise.
4599         * sysdeps/stub/tcsendbrk.c: Likewise.
4600         * sysdeps/stub/tcsetattr.c: Likewise.
4601         * sysdeps/stub/tcsetpgrp.c: Likewise.
4602         * sysdeps/stub/telldir.c: Likewise.
4603         * sysdeps/stub/tempname.c: Likewise.
4604         * sysdeps/stub/ttyname.c: Likewise.
4605         * sysdeps/stub/ttyname_r.c: Likewise.
4606         * sysdeps/stub/utime.c: Likewise.
4607
4608         * gmon/gmon.c (moncontrol): Don't cast buffer arg to profil.
4609
4610         * time/mktime.c (localtime_r): Use 0 instead of NULL.
4611
4612         * config.make.in (AS): New variable; set to `$(CC) -c'.
4613
4614         * posix/unistd.h [__USE_BSD]: Declare profil.
4615
4616         * elf/dl-load.c (_dl_map_object_from_fd): New function, broken out
4617         of _dl_map_object.
4618         (_dl_map_object): Call it.
4619         * elf/link.h (_dl_map_object_from_fd): Declare it.
4620
4621 Tue Sep 26 16:50:17 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4622
4623         * locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU
4624         gettext code.
4625
4626         * sysdeps/unix/sysv/linux/sys/param.h: New file.
4627         * sysdeps/unix/sysv/linux/Subdirs: File removed.
4628
4629         * libc-symbols.h (_LIBC): Define to 1, not just empty.
4630
4631         * gmon: New directory of profiling code, incorporated from
4632         4.4BSD-Lite and modified.
4633         * sysdeps/i386/machine-gmon.h: New file.
4634         * sysdeps/stub/machine-gmon.h: New file.
4635         * sysdeps/mach/hurd/profil.c: New file.
4636         * sysdeps/stub/profil.c: New file.
4637         * sysdeps/unix/bsd/profil.S: New file.
4638         * Makefile (subdirs): Add gmon.
4639         * csu/gmon-start.c: New file.
4640         * csu/Makefile (extra-objs): Add gmon-start.o,
4641         g$(start-installed-name).
4642         (install-lib, omit-deps): Add g$(start-installed-name).
4643         ($(objpfx)g$(start-installed-name)): New target.
4644
4645 Fri Sep 22 14:24:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4646
4647         * sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
4648         time being.
4649
4650 Thu Sep 21 00:03:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4651
4652         * sysdeps/unix/configure.in: Check for `profil' syscall.
4653
4654         * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
4655         removed.
4656
4657         * time/africa, time/asia, time/europe, time/northamerica,
4658         time/yearistype: New data from ADO 95h.
4659
4660         * Makerules (build-shlib): Use $(@F:lib%.so=%) in place of
4661         $(notdir $*), so it wins for the explicit libc.so rule as well as the
4662         pattern rule.
4663
4664         * sysdeps/stub/sys/sem_buf.h (union semun): New type.
4665
4666         * sysdeps/mach/hurd/i386/init-first.c (init1) [PIC]: Call
4667         __libc_global_ctors.
4668         * sysdeps/i386/init-first.c: Rewritten.
4669         * sysdeps/unix/sysv/linux/i386/init-first.S: File removed.
4670         * sysdeps/unix/sysv/linux/i386/init-first.c: New file.
4671
4672         * sysdeps/unix/sysv/linux/i386/fpu_control.h: Fix name in decl of
4673         ___fpu_control.
4674
4675         * Makerules (build-shlib): New canned sequence, broken out of
4676         lib%.so rule.  Link in $^ instead of just $<.
4677         (lib%.so: lib%_pic.a): Use it.
4678         (libc.so): New target; use $(build-shlib) for cmds, but also depend
4679         on soinit.so first and sofini.so last.
4680
4681         * elf/soinit.c: New file.
4682         * elf/sofini.c: New file.
4683         * elf/Makefile (distribute): Add soinit.c and sofini.c.
4684         (extra-objs): Add soinit.so and sofini.so.
4685
4686         * sysvipc/sys/shm.h (shmat): Fix return type to char *.
4687         * sysdeps/stub/sys/ipc_buf.h (key_t): Type removed.
4688
4689         * misc/syslog.c (vsyslog): Rewritten using open_memstream to
4690         dynamically allocate buffers.
4691
4692         * Makerules (install-lib-nosubdir): Make this, rather than
4693         install-no-libc.a, depend on the installed shared libraries.
4694
4695 Wed Sep 20 18:02:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4696
4697         * locale/locale.c: Include errno.h.
4698         * locale/localedef.c: Likewise.
4699
4700 Tue Sep 19 00:02:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4701
4702         * Makefile (distclean-1): Remove config.cache, config.log, config.h.
4703         (parent-mostlyclean): Remove all flavors of the parent library.
4704
4705         * misc/mntent.c (getmntent): Skip multiple whitespace chars
4706         between fields.
4707
4708         * hurd/hurdstartup.c (_hurd_startup): If RPC returns
4709         EXEC_STACK_ARGS flag, get args from stack.
4710         If args on stack but have info from RPC, relocate args on stack to make
4711         space for struct hurd_startup_data.
4712
4713 Mon Sep 18 15:06:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4714
4715         * elf/dl-object.c: Include errno.h.
4716         * posix/execvp.c: Likewise.
4717         * dirent/scandir.c: Likewise.
4718         * sysdeps/posix/system.c: Likewise.
4719         * sysdeps/generic/setenv.c: Likewise.
4720         * stdlib/msort.c: Likewise.
4721         * stdio/memstream.c: Likewise.
4722         * stdio/fclose.c: Likewise.
4723         * stdio/getdelim.c: Likewise.
4724         * stdio/setvbuf.c: Likewise.
4725         * sysdeps/ieee754/ldexp.c: Likewise.
4726         * locale/locfile-parse.c: Likewise.
4727
4728         * stdlib/lcong48_r.c: Don't check for null argument; let it fault.
4729         * stdlib/seed48_r.c: Likewise.
4730         * stdlib/srand48_r.c: Likewise.
4731         * stdlib/jrand48_r.c: Likewise.
4732         * stdlib/nrand48_r.c: Likewise.
4733
4734         * Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems
4735         to be useless.
4736
4737 Mon Sep 18 12:39:22 1995  Paul Eggert  <eggert@twinsun.com>
4738
4739         * mktime.c (localtime_r): Add substitute if the system doesn't
4740         provide one.
4741
4742 Mon Sep 18 14:39:20 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4743
4744         * time/gmtime.c (gmtime_r): Define as weak alias.
4745         * time/localtime.c (localtime_r): Define as weak alias.
4746         * time/time.h [__USE_REENTRANT] (gmtime_r, localtime_r): Declare them.
4747
4748         * errno.h: Only define _ERRNO_H #ifndef __need_Emath.
4749         #undef __need_Emath after including errnos.h.
4750         [_ERRNO_H]: Protect decls with this.
4751
4752 Sun Sep 17 08:22:12 1995  Paul Eggert  <eggert@twinsun.com>
4753
4754         Fix mktime so that it does not write over localtime's returned value.
4755         * localtime.c (__localtime_r): New function, with extra arg
4756         specifying where to store result.
4757         (localtime): Use it.
4758         (_tmbuf): New var.
4759         * gmtime.c (__gmtime_r, gmtime, _tmbuf): Likewise.
4760         * mktime.c (__mktime_internal): Conversion function is now
4761         __localtime_r style, not localtime style.
4762         (mktime): Pass __localtime_r, not localtime.
4763         * timegm.c (timegm): Pass __gmtime_r, not gmtime.
4764         * offtime.c (__offtime): New arg specifying where to store result.
4765         * time.h (__mktime_internal, __offtime): Adjust decls accordingly.
4766         (__gmtime_r, __localtime_r): New decls.
4767
4768         * time/localtime.c: <stddef.h>, <ctype.h>, <stdio.h>,
4769         <stdlib.h>, <string.h>: Remove includes.
4770         <errno.h>: Add include.
4771
4772         * time/mktime.c, time/time.h, time/timegm.c (__mktime_internal):
4773         Renamed from _mktime_internal to avoid namespace pollution.
4774
4775         * time/gmtime.c: Clear tm_isdst.
4776
4777 Mon Sep 18 01:58:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4778
4779         * misc/efgcvt_r.c (ecvt_r, fcvt_r): Last arg is size_t, not int.
4780         * stdlib/stdlib.h (ecvt_r, fcvt_r): Fix type of last arg: make it
4781         size_t.
4782
4783         * sysdeps/mach/hurd/fpathconf.c: Call __io_pathconf instead of
4784         __file_pathconf.
4785         * sysdeps/mach/hurd/pathconf.c: Likewise.
4786
4787         * Makefile (subdirs): Add sysvipc.
4788
4789         * stdlib/srand48_r.c (srand48_r): Use UL suffix for huge constant.
4790         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
4791
4792 Sun Sep 17 18:29:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4793
4794         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Call
4795          __file_set_size instead of __file_truncate.
4796
4797         * features.h (__USE_REENTRANT): New macro.
4798
4799         * sysdeps/mach/hurd/truncate.c: Call __file_set_size instead of
4800         __file_truncate.
4801         * sysdeps/mach/hurd/ftruncate.c: Likewise.
4802
4803         * sysdeps/unix/sysv/linux/dl-machine.h: File removed.
4804
4805 Sat Sep 16 17:47:19 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
4806
4807         * elf/elf.h (AT_GID): Fix typo: Read -> Real.
4808
4809         * misc/efgvt_r.c: New file.  Reentrant version of [efg]cvt functions.
4810         * misc/efgcvt.c: Rewrite to use reentrant functions.
4811         * misc/search.h: Many decls for hsearch functions.
4812         * misc/hsearch_r.c: New file.  Reentrant version of functions from
4813         hsearch family.
4814         * misc/hsearch.c, misc/tsearch.c: New files.
4815         * misc/Makefile (routines): Add efgcvt_r, hsearch_r, hsearch, tsearch.
4816
4817         * posix/unistd.h (ttyname_r): Add prototype for new function.
4818
4819         * stdlib/drand48_r.c, stdlib/erand48_r.c, stdlib/jrand48_r.c,
4820         stdlib/lrand48_r.c, stdlib/mrand48_r.c, stdlib/nrand48_r.c,
4821         stdlib/seed48_r.c, stdlib/srand48_r.c, stdlib/lcong48_r.c,
4822         stdlib/drand48-iter.c: New files implementing reentrant versions
4823         of functions from drand48 family.
4824         * stdlib/seed48.c, stdlib/drand48.c, stdlib/erand48.c,
4825         stdlib/jrand48.c, stdlib/lrand48.c, stdlib/mrand48.c,
4826         stdlib/nrand48.c, stdlib/srand48.c, stdlib/lcong48.c:
4827         Rewrite to use reentrant versions.
4828         * stdlib/a64l.c, stdlib/l64a.c: New files.  Implement a64l()
4829         and l64a() functions from SysV library.
4830         * stdlib/Makefile (routines): Add drand48_r, erand48_r, lrand48_r,
4831         nrand48_r, mrand48_r, jrand48_r, srand48_r, seed48_r, lcong48_r,
4832         drand48-iter, a64l, l64a.
4833         * stdlib/stdlib.h: Declare them.
4834
4835         * stdlib/random_r.c: New file.  Reentrant version of functions
4836         from random family.
4837         * stdlib/stdlib.h: Declare them.
4838         * stdlib/random.c: Rewrite to use reentrant functions.
4839
4840         * string/strerror_r.c: New file.  Reentrant version.
4841         * string/strerror.c: Change for new _strerror_internal form.
4842         * string/Makefile (routines): Add strerror_r.
4843
4844         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Set default
4845         value of user_entry to `_start'.
4846         Close AT_ENTRY case with `break'.
4847
4848         * sysdeps/generic/strstr.c: New and much faster implementation
4849         by Stephen R. van den Berg.
4850
4851         * sysdeps/generic/_strerror.c: _strerror_internal now takes
4852         three argument and has and explicit buffer length.
4853         * sysdeps/mach/_strerror.c: Change for new interface with three
4854         arguments.
4855         * stdio/perror.c, stdio/vfprintf.c: Callers changed.
4856
4857         * sysdeps/mach/hurd/ttyname_r.c: New file.  Reentrant version.
4858         * sysdeps/posix/ttyname_r.c: New file.  Reentrant version.
4859         * sysdeps/stub/ttyname_r: New file.  Define as dummy function.
4860
4861         * sysdeps/posix/utimes.c: Include <utime.h> for prototype.
4862         (utimes): First parameter to utime must be file, not path.
4863
4864         * sysdeps/posix/sysconf.c (__sysconf): Test for CLK_TCK in case
4865         _SC_CLK_TCK and return it when available.
4866         Test for STREAM_MAX in case _SC_STREAM_MAX and return it when
4867         available.
4868         Add case for _SC_2_LOCALEDEF which is now available.
4869
4870         * posix/sys/types.h [__USE_SVID] (key_t): New type.
4871         * sysvipc/Makefile, sysvipc/ftok.c, sysvipc/sys/ipc.h,
4872         sysvipc/sys/msg.h, sysvipc/sys/sem.h, sysvipc/sys/shm.h,
4873         sysdeps/stub/sys/msq_buf.h, sysdeps/stub/sys/sem_buf.h,
4874         sysdeps/stub/sys/shm_buf.h, sysdeps/stub/sys/ipc_buf.h,
4875         sysdeps/stub/semctl.c, sysdeps/stub/semget.c, sysdeps/stub/semop.c,
4876         sysdeps/stub/shmat.c, sysdeps/stub/shmctl.c, sysdeps/stub/shmdt.c,
4877         sysdeps/stub/shmget.c, sysdeps/stub/msgctl.c, sysdeps/stub/msgget.c,
4878         sysdeps/stub/msgrcv.c, sysdeps/stub/msgsnd.c: New files.
4879         Add implementation of System V IPC.
4880
4881 Fri Sep 15 21:34:28 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4882
4883         * hurd/hurdsig.c: Include <hurd/crash.h> in place of <hurd/core.h>.
4884         (write_corefile): Call __crash_dump_task instead of __core_dump_task.
4885         Use envariable CRASHSERVER instead of CORESERVER.
4886         * hurd/Makefile (user-interfaces): Replace hurd/core with hurd/crash.
4887
4888 Tue Sep 12 14:30:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4889
4890         * misc/mntent.c: New file.
4891         * misc/mntent.h: New file.
4892         * misc/Makefile (headers): Added mntent.h.
4893         (routines): Added mntent.
4894         * misc/fstab.c: Rewritten using mntent functions.
4895
4896 Mon Sep 11 14:00:14 1995  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4897
4898         * posix/glob.c (glob): Comment fix.
4899
4900 Fri Sep  8 16:25:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4901
4902         * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Declare the
4903         symbols weak.
4904
4905         * conf/portability.h (NEED_INETADDR, NEED_INETATON): Define to 1,
4906         not empty.
4907
4908 Fri Sep  8 16:32:12 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
4909
4910         * sysdeps/unix/sysv/linux/Implies,
4911         sysdeps/unix/sysv/linux/Makefile, sysdeps/unix/sysv/linux/Subdirs,
4912         sysdeps/unix/sysv/linux/accept.S, sysdeps/unix/sysv/linux/adjtime.c,
4913         sysdeps/unix/sysv/linux/adjtimex.S, sysdeps/unix/sysv/linux/bind.S,
4914         sysdeps/unix/sysv/linux/connect.S, sysdeps/unix/sysv/linux/direct.h,
4915         sysdeps/unix/sysv/linux/dl-machine.h, sysdeps/unix/sysv/linux/errnos.h,
4916         sysdeps/unix/sysv/linux/fork.S, sysdeps/unix/sysv/linux/gethostid.c,
4917         sysdeps/unix/sysv/linux/gethostname.C,
4918         sysdeps/unix/sysv/linux/getpeername.S,
4919         sysdeps/unix/sysv/linux/getpgid.S, sysdeps/unix/sysv/linux/getpgrp.S,
4920         sysdeps/unix/sysv/linux/getsockname.S,
4921         sysdeps/unix/sysv/linux/getsockopt.S, sysdeps/unix/sysv/linux/gtty.S,
4922         sysdeps/unix/sysv/linux/listen.S, sysdeps/unix/sysv/linux/local_lim.h,
4923         sysdeps/unix/sysv/linux/madvise.c, sysdeps/unix/sysv/linux/msgctl.c,
4924         sysdeps/unix/sysv/linux/msgget.c, sysdeps/unix/sysv/linux/msgrcv.c,
4925         sysdeps/unix/sysv/linux/msgsnd.c, sysdeps/unix/sysv/linux/pipe.S,
4926         sysdeps/unix/sysv/linux/poll.c, sysdeps/unix/sysv/linux/readv.c,
4927         sysdeps/unix/sysv/linux/recv.S, sysdeps/unix/sysv/linux/recvfrom.S,
4928         sysdeps/unix/sysv/linux/recvmsg.S, sysdeps/unix/sysv/linux/semctl.c,
4929         sysdeps/unix/sysv/linux/semget.c, sysdeps/unix/sysv/linux/semop.c,
4930         sysdeps/unix/sysv/linux/send.S, sysdeps/unix/sysv/linux/sendmsg.S,
4931         sysdeps/unix/sysv/linux/sendto.S, sysdeps/unix/sysv/linux/setegid.c,
4932         sysdeps/unix/sysv/linux/seteuid.c, sysdeps/unix/sysv/linux/sethostid.c,
4933         sysdeps/unix/sysv/linux/setpgid.c, sysdeps/unix/sysv/linux/setpgrp.c,
4934         sysdeps/unix/sysv/linux/setsid.S, sysdeps/unix/sysv/linux/setsockopt.S,
4935         sysdeps/unix/sysv/linux/settimeofday.S,
4936         sysdeps/unix/sysv/linux/shmat.c, sysdeps/unix/sysv/linux/shmctl.c,
4937         sysdeps/unix/sysv/linux/shmdt.c, sysdeps/unix/sysv/linux/shmget.c,
4938         sysdeps/unix/sysv/linux/shutdown.S,
4939         sysdeps/unix/sysv/linux/sigaction.S, sysdeps/unix/sysv/linux/signal.S,
4940         sysdeps/unix/sysv/linux/sigpending.S, sysdeps/unix/sysv/linux/sigset.h,
4941         sysdeps/unix/sysv/linux/sockaddrcom.h,
4942         sysdeps/unix/sysv/linux/socketpair.S, sysdeps/unix/sysv/linux/speed.c,
4943         sysdeps/unix/sysv/linux/statbuf.h, sysdeps/unix/sysv/linux/stty.S,
4944         sysdeps/unix/sysv/linux/syscall.h, sysdeps/unix/sysv/linux/sysconf.c,
4945         sysdeps/unix/sysv/linux/tcdrain.c, sysdeps/unix/sysv/linux/tcflow.c,
4946         sysdeps/unix/sysv/linux/tcflush.c, sysdeps/unix/sysv/linux/tcgetattr.c,
4947         sysdeps/unix/sysv/linux/tcsetattr.c,
4948         sysdeps/unix/sysv/linux/termbits.h, sysdeps/unix/sysv/linux/ualarm.c,
4949         sysdeps/unix/sysv/linux/ulimit.c, sysdeps/unix/sysv/linux/usleep.c,
4950         sysdeps/unix/sysv/linux/utsnamelen.h, sysdeps/unix/sysv/linux/vfork.c,
4951         sysdeps/unix/sysv/linux/wait.c, sysdeps/unix/sysv/linux/wait4.S,
4952         sysdeps/unix/sysv/linux/waitpid.c, sysdeps/unix/sysv/linux/writev.c:
4953         New Linux/ELF specific, architecture independent files.
4954         * sysdeps/unix/sysv/linux/i386/Dist,
4955         sysdeps/unix/sysv/linux/i386/Makefile,
4956         sysdeps/unix/sysv/linux/i386/brk.S,
4957         sysdeps/unix/sysv/linux/i386/fcntlbits.h,
4958         sysdeps/unix/sysv/linux/i386/fpu_control.c,
4959         sysdeps/unix/sysv/linux/i386/fpu_control.h,
4960         sysdeps/unix/sysv/linux/i386/fstat.S,
4961         sysdeps/unix/sysv/linux/i386/fxstat.S,
4962         sysdeps/unix/sysv/linux/i386/ieee_fpu.c,
4963         sysdeps/unix/sysv/linux/i386/init-first.S,
4964         sysdeps/unix/sysv/linux/i386/ipc.S,
4965         sysdeps/unix/sysv/linux/i386/lstat.S,
4966         sysdeps/unix/sysv/linux/i386/lxstat.S,
4967         sysdeps/unix/sysv/linux/i386/mknod.S,
4968         sysdeps/unix/sysv/linux/i386/mmap.S,
4969         sysdeps/unix/sysv/linux/i386/sbrk.S,
4970         sysdeps/unix/sysv/linux/i386/setfpucw.c,
4971         sysdeps/unix/sysv/linux/i386/signum.h,
4972         sysdeps/unix/sysv/linux/i386/socket.S,
4973         sysdeps/unix/sysv/linux/i386/stat.S,
4974         sysdeps/unix/sysv/linux/i386/syscall.S,
4975         sysdeps/unix/sysv/linux/i386/sysdep.S,
4976         sysdeps/unix/sysv/linux/i386/sysdep.h,
4977         sysdeps/unix/sysv/linux/i386/xmknod.S,
4978         sysdeps/unix/sysv/linux/i386/xstat.S:
4979         New Linux i386/ELF specific files.
4980         * sysdeps/unix/sysv/linux/sys/ipc_buf.h,
4981         sysdeps/unix/sysv/linux/sys/mman.h,
4982         sysdeps/unix/sysv/linux/sys/msq_buf.h,
4983         sysdeps/unix/sysv/linux/sys/sem_buf.h,
4984         sysdeps/unix/sysv/linux/sys/shm_buf.h,
4985         sysdeps/unix/sysv/linux/sys/socketcall.h,
4986         sysdeps/unix/sysv/linux/sys/timex.h:
4987         New Linux/ELF specific, architecture independent header files.
4988         * sysdeps/unix/sysv/sysv4/linux: Tree removed.
4989
4990 Thu Sep  7 17:05:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4991
4992         * stdlib/msort.c (msort_with_tmp): Fixed alignment test.  B1 and
4993         B2 are always congruent; just test that B1 is aligned.
4994
4995 Wed Sep  6 19:41:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
4996
4997         * elf/dl-lookup.c (_dl_lookup_symbol): Test WEAK_VALUE.s rather
4998         than WEAK_VALUE.a to see if a weak value has been set.  A valid
4999         weak value may set WEAK_VALUE.a to 0.
5000
5001 Fri Sep  1 16:16:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5002
5003         * sysdeps/mach/hurd/i386/longjmp-ts.c: Use new array format for
5004         jmp_buf.
5005
5006         * libc-symbols.h (link_warning): Take new first arg SYMBOL; ask
5007         for a warning on references to that specific symbol, not the
5008         entire containing object file.
5009         (stub_warning): Pass symbol name to link_warning.
5010         * stdio/gets.c: Pass function name in link_warning invocation.
5011
5012         * hurd/intr-msg.c: Treat apparent EINTR return from msg trap like
5013         MACH_SEND_INTERRUPTED.  That indicates interrupt_operation was
5014         sent, but failed.
5015
5016         * stdlib/msort.c: Include memcopy.h.
5017         (msort_with_tmp): If operating on aligned op_t words, use direct word
5018         fetches and stores.
5019
5020         * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC): Add
5021         missing backslash.
5022
5023 Thu Aug 31 13:23:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5024
5025         * sysdeps/unix/i386/brk.S [PIC]: Set __curbrk through the GOT.
5026
5027         Rewrote i386 setjmp code in assembly, so as to avoid fighting
5028         with the compiler for the register values.
5029         * sysdeps/i386/setjmp.S, sysdeps/i386/__longjmp.S: New files.
5030         * sysdeps/i386/setjmp.c, sysdeps/i386/__longjmp.c: Files removed.
5031         * sysdeps/i386/jmp_buf.h [! _ASM] (__jmp_buf): Define as array of ints.
5032         [__USE_MISC || _ASM] (JB_*): New macros, for indices therein.
5033         (_JMPBUF_UNWINDS): Use JB_SP.
5034
5035 Wed Aug 30 16:44:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5036
5037         * sysdeps/mach/hurd/select.c: Deal with out of order replies
5038         during io_select request loop.
5039         Handle MACH_RCV_TIMED_OUT error from requests.
5040         * hurd/intr-msg.c: If the user passed the MACH_RCV_TIMEOUT option,
5041         distinguish MACH_RCV_TIMED_OUT from EINTR.
5042
5043         * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
5044         slash.
5045         (glob_in_dir): Don't allocate extra byte here.
5046
5047         * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
5048         Decrement the DT_RELSZ value for the skipped reloc.
5049
5050 Tue Aug 29 12:35:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5051
5052         * time/australasia: Updated data from ADO.
5053
5054 Mon Aug 28 17:47:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5055
5056         * dirent/dirent.h: Don't include <dirstream.h>.
5057         Instead, define DIR as typedef for (undefined) `struct __dirstream'.
5058
5059 Fri Aug 25 12:12:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5060
5061         * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream'
5062         instead of `DIR'.
5063         * sysdeps/unix/bsd/dirstream.h: Likewise.
5064         * sysdeps/stub/dirstream.h: Likewise.
5065         * sysdeps/unix/dirstream.h: Likewise.
5066         * sysdeps/mach/hurd/telldir.c: Include "dirstream.h".
5067         * sysdeps/mach/hurd/seekdir.c: Likewise.
5068         * sysdeps/mach/hurd/opendir.c: Likewise.
5069         * sysdeps/mach/hurd/closedir.c: Likewise.
5070         * sysdeps/mach/hurd/readdir.c: Likewise.
5071         * sysdeps/unix/telldir.c: Likewise.
5072         * sysdeps/unix/seekdir.c: Likewise.
5073         * sysdeps/unix/rewinddir.c: Likewise.
5074         * sysdeps/unix/readdir.c: Likewise.
5075         * sysdeps/unix/opendir.c: Likewise.
5076         * sysdeps/unix/closedir.c: Likewise.
5077         * sysdeps/unix/bsd/telldir.c: Likewise.
5078         * sysdeps/unix/bsd/readdir.c: Likewise.
5079         * dirent/Makefile (headers): Remove dirstream.h.
5080         (distribute): Put it here instead.
5081
5082         * sysdeps/mach/hurd/mmap.c: Fix inverted test of MAP_FIXED.
5083
5084         * stdio/vfscanf.c (number): Allow field width to inhibit first
5085         digit after base detection.
5086
5087         * stdio/vfprintf.c (vfprintf: %s): Never search past the limit
5088         specified by the precision.
5089
5090         * grp/grpread.c (__grpscan): New function.
5091         * grp/grp.h (__grpscan): Declare it.
5092         * grp/getgrgid.c: Use __grpscan.
5093         * grp/getgrnam.c: Likewise.
5094         * pwd/pwdread.c (__pwdscan): New function.
5095         * pwd/pwd.h (__pwdscan): Declare it.
5096         * pwd/getpwnam.c: Use __pwdscan.
5097         * pwd/getpwuid.c: Likewise.
5098
5099 Thu Aug 24 16:29:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5100
5101         * sysdeps/mach/hurd/mmap.c: Treat (FLAGS & MAP_TYPE) == 0 like
5102         MAP_FILE.
5103
5104         * hurd/thread-cancel.c: Return EINTR when called on self.
5105         * sysdeps/i386/elf/start.S (data_start): Define as weak alias for
5106         __data_start.
5107
5108 Tue Aug 22 16:49:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5109
5110         * inet/netdb.h: Moved to resolv.
5111         * inet/Makefile (headers): Remove netdb.h.
5112         * resolv/Makefile (headers): Add netdb.h.
5113         * resolv/gethnamaddr.c, resolv/inet_addr.c, resolv/netdb.h,
5114         resolv/res_send.c: Updated from BIND-4.9.3-BETA26.
5115
5116         * hurd/thread-cancel.c: If SS->cancel_hook is not null, call it before
5117         resuming the thread.
5118         * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel_hook'.
5119
5120         * hurd/Makefile: Removed dep on hurd/signal.h for RPC stub objects.
5121
5122 Mon Aug 21 16:37:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5123
5124         * sysdeps/i386/dl-machine.h (elf_machine_rel): Grok R_386_NONE
5125         relocs, and do nothing.  Why the linker generates them we may
5126         never know.
5127
5128 Thu Aug 17 16:18:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5129
5130         * sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
5131         `subdirs' variable.
5132
5133         * sysdeps/mach/hurd/i386/intr-msg.h: New file.
5134         * hurd/intr-msg.c: Use INTR_MSG_TRAP macro from machine-dependent
5135         "intr-msg.h" for special syscall code, instead of i386-specific asm.
5136         * hurd/hurdsig.c: Use INTR_MSG_BACK_OUT macro from
5137         machine-dependent "intr-msg.h" before mutating thread state to
5138         skip RPC.
5139
5140         * sysdeps/mach/hurd/i386/trampoline.c: If PC is inside
5141         _hurd_intr_rpc_mach_msg special syscall code, use real SP saved in
5142         %ecx.
5143
5144         * Makeconfig (link-libc): New variable; use shared library if
5145         available.
5146         (+link): Use it.
5147
5148         * sysdeps/mach/hurd/fork.c (_hurd_fork_locks): Variable removed.
5149         Instead, declare with `symbol_set_declare'.
5150         (fork): Use symbol_set_* macros for _hurd_fork_locks.
5151         Use SS->thread instead of __mach_thread_self ().  Suspend all
5152         other threads during task_create and port copying.
5153
5154 Wed Aug 16 17:04:26 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5155
5156         * hurd/intr-msg.c: Fixed calculation of syscall %esp.
5157
5158 Tue Aug 15 12:26:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5159
5160         * hurd/hurdsig.c (_hurdsig_abort_rpcs): Remove `static'.
5161
5162         * hurd/Makefile (sig): Add intr-msg.
5163
5164 Mon Aug 14 16:51:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5165
5166         * hurd/thread-cancel.c: New file.
5167         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): In
5168         rpc_wait case, frob mach_msg args to set timeout on receive.
5169         (_hurdsig_rcv_interrupted_p): Function removed.
5170         * sysdeps/mach/hurd/alpha/trampoline.c: Likewise.
5171         * sysdeps/mach/hurd/hppa/trampoline.c: Likewise.
5172         * sysdeps/mach/hurd/mips/trampoline.c: Likewise.
5173         * hurd/intr-msg.c: New file.
5174         * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel'.
5175         (_hurdsig_rcv_interrupted_p): Declaration removed.
5176         (HURD_EINTR_RPC): Macro removed.
5177         (_hurd_longjmp_thread_state, _hurd_interrupted_rpc_timeout): Declare
5178         these.
5179         * hurd/intr-rpc.h: New file.
5180         * hurd/intr-rpc.defs: Just import intr-rpc.h.
5181         * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): New variable.
5182         (interrupted_reply_port_location): Take new flag arg; only catch
5183         faults if it's set.
5184         (abort_rpcs): Rename to _hurdsig_abort_rpcs; take same new flag arg.
5185         No longer use _hurdsig_rcv_interrupted_p; instead compare PC to
5186         &_hurd_intr_rpc_msg_in_trap.  If before it, mutate state to simulate
5187         MACH_SEND_INTERRUPTED return; on it, interrupt the operation.  All
5188         callers changed.
5189         * hurd/hurd.h (hurd_thread_cancel, hurd_check_cancel): Declare these.
5190         * hurd/Makefile (distribute): Remove intr-rpc.awk.
5191         (sig): Add thread-cancel.
5192         (transform-user-stub, transform-user-stub-output): Variables removed.
5193         * sysdeps/mach/hurd/dl-sysdep.c: Change all RPCs from
5194         `__hurd_intr_rpc_*' to `__*'.
5195         (_hurd_intr_rpc_mach_msg): New function.
5196         (_hurd_thread_sigstate): Function removed.
5197         * sysdeps/mach/hurd/ioctl.c: Use _hurd_intr_rpc_mach_msg function,
5198         instead of __mach_msg inside HURD_EINTR_RPC macro.
5199
5200         * sysdeps/generic/morecore.c [__GNU_LIBRARY__]: Declare `__sbrk'
5201         to take ptrdiff_t arg.
5202
5203         * sysdeps/mach/hurd/fork.c: Remove _hurd_longjmp_thread_state decl.
5204
5205         * sysdeps/mach/hurd/kill.c (kill_pid): Don't make `inline'.
5206
5207         * libc-symbols.h [GCC >= 2.7] (strong_alias, weak_symbol,
5208         weak_alias): Use `extern' storage class.
5209
5210 Wed Aug  9 14:25:35 1995  Miles Bader  <miles@geech.gnu.ai.mit.edu>
5211
5212         * sysdeps/mach/hurd/setuid.c (__setuid): Switch the port-type and
5213         port-count parameters to __auth_makeauth.
5214         * sysdeps/mach/hurd/setgid.c (__setgid): Ditto.
5215
5216 Tue Aug  8 12:22:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5217
5218         * hurd/sigunwind.c: Remove _hurd_longjmp_thread_state decl.
5219
5220         * inet/netinet/tcp.h: New file, incorporated from 4.4BSD-Lite.
5221
5222 Tue Aug  8 12:06:04 1995  Michael I. Bushnell, p/BSG  <mib@duality.gnu.ai.mit.edu>
5223
5224         * inet/netinet/in.h (IP_MULTICAST_TTL, IP_MULTICAST_LOOP,
5225         IP_MULTICAST_IP, IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP): New IP
5226         layer socket options.
5227         (IPPROTO_GGP): Delete obsolote protocol.
5228         (IPPROTO_IGMP): Add new protocol (with same value [2] as old GGP).
5229         (struct ip_mreq): New type.
5230
5231 Mon Aug  7 14:04:36 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5232
5233         * stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.
5234
5235         * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
5236         (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
5237
5238         * sysdeps/generic/sysd-stdio.c (__stdio_reopen): Return failure
5239         when __stdio_open fails with a code other than ENFILE or EMFILE.
5240
5241 Fri Aug  4 16:01:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5242
5243         * Makefile (headers): Added gnu-versions.h.
5244
5245 Thu Aug  3 14:41:11 1995  Michael I. Bushnell  <mib@duality.gnu.ai.mit.edu>
5246
5247         * inet/netinet/in.h (IN_CLASSD, IN_EXPERIMENTAL, IN_BADCLASS): Use
5248         equality, not assignment, to test bitfields.
5249
5250 Sat Jul 29 10:41:06 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
5251
5252         * sysdeps/mach/hurd/sendto.c (sendto): Use the ifsock protocol to
5253         resolve AF_LOCAL addresses.
5254
5255         * sysdeps/mach/hurd/accept.c (accept): If the protocol family
5256         can't tell us what an address means, just return a zero-length
5257         buffer instead.
5258         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Ditto.
5259
5260 Fri Jul 28 15:29:11 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
5261
5262         * sysdeps/mach/hurd/bind.c (bind): Don't use
5263         file_invoke_translator, as it doesn't work.  Instead just lookup
5264         the translated node again, and hope we're not hit by any race
5265         conditions.
5266
5267 Wed Jul 26 02:00:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5268
5269         * csu/Makefile [$(elf)=yes] (have-initfini): Set to yes.
5270         [$(have-initfini)=yes]: Test this rather than $(elf) for crtstuff.
5271         [start-installed-name-rule]: If this is defined, elide rule for
5272         $(objpfx)$(start-installed-name).
5273         * csu/initfini.c (SECTION): New macro, different definitions for
5274         #ifdef HAVE_ELF and not.
5275         (_init, _fini): Use that macro.
5276         * sysdeps/unix/sysv/sco3.2.4/Makefile [$(subdir)=csu]
5277         (start-installed-rule, start-installed-name-rule): New variables;
5278         specify crt1.o, created by our own rule.
5279         ($(objpfx)crt1.o): New rule.
5280         * configure.in: Require autoconf 2.4.2 or later.  Change all
5281         AC_CACHE_VAL uses to use new AC_CACHE_CHECK macro instead;
5282         prettify some messages.
5283         [$elf!=yes] (libc_cv_have_initfini): New test for `.init' and `.fini'
5284         sections.
5285         * munch-tmpl.c [HAVE_INITFINI]: Call _init and atexit (_fini) in
5286         this case rather than #ifdef HAVE_ELF.
5287         * config.h.in (HAVE_INITFINI): New macro.
5288         * config.make.in (have-initfini): New variable, set by configure.
5289
5290         * stdio/vfscanf.c (conv_error): Simplify expression to avoid
5291         "value computed is not used" warning.
5292
5293         * Makeconfig (+gccwarn): Removed -Wconversion.
5294
5295         * csu/initfini.c (GLOBAL): Macro removed.
5296         (_init, _fini): Always define globally.
5297         * csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o.
5298
5299         * asia, backward, europe, leapseconds, southamerica: New data from
5300         ADO's 95e.
5301
5302         * inet/Makefile (routines): Removed inet_addr.
5303         * inet/inet_addr.c: Moved to resolv/ subdirectory.
5304         * resolv/Makefile (routines): Added inet_addr.
5305         * resolv/inet_addr.c: Incorporated from BIND 4.9.3-BETA24 release.
5306         * resolv/gethnamaddr.c: Likewise.
5307         * resolv/getnetbyaddr.c: Likewise.
5308         * resolv/getnetbyname.c: Likewise.
5309         * resolv/getnetent.c: Likewise.
5310         * resolv/getnetnamadr.c: Likewise.
5311         * resolv/herror.c: Likewise.
5312         * resolv/nsap_addr.c: Likewise.
5313         * resolv/res_comp.c: Likewise.
5314         * resolv/res_debug.c: Likewise.
5315         * resolv/res_init.c: Likewise.
5316         * resolv/res_mkquery.c: Likewise.
5317         * resolv/res_query.c: Likewise.
5318         * resolv/res_send.c: Likewise.
5319         * resolv/resolv.h: Likewise.
5320         * resolv/sethostent.c: Likewise.
5321         * resolv/arpa/nameser.h: Likewise.
5322         * inet/netdb.h: Incorporated from BIND 4.9.3-BETA24 release.
5323         [__GNU_LIBRARY__]: Include <rpc/netdb.h> instead of repeating
5324         its declarations (and doing so only #ifdef sun!).
5325         * conf/portability.h (NEED_INETADDR, NEED_INETATON): New macros.
5326
5327         * posix/sys/types.h [__USE_BSD] (__BIT_TYPES_DEFINED__): New macro.
5328         [__USE_BSD] [__GNUC__] (int64_t, u_int64_t, register_t): New typedefs.
5329
5330         * malloc/memalign.c: Allocate (SIZE + ALIGNMENT - 1) and then trim
5331         if possible.
5332
5333         * mach/shortcut.awk: Emit decls for RPC.
5334
5335         * libc-symbols.h [GCC >= 2.7 && !ASSEMBLER] (weak_symbol,
5336         weak_alias, strong_alias): Define using GCC __attribute__ syntax.
5337
5338         * Makerules ($(installed-libcs)): Depend on `lib' (only).
5339
5340 Tue Jul 25 09:14:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5341
5342         * sysdeps/mach/hurd/pathconf.c: Declare VALUE as int, not long int.
5343
5344         * stdlib/strtol.c [_LIBC]: Define STDC_HEADERS.
5345
5346         * sysdeps/unix/sysv/ftime.S: New file.
5347
5348         * locale/locfile-parse.c (categories_write): Cast "" to char *.
5349
5350         * io/fcntl.h [__OPTIMIZE__] (creat): Macro removed.
5351
5352         * time/strftime.c: Use year modulo 100 for %y.
5353
5354         * time/sys/timeb.h: Add __BEGIN_DECLS and __END_DECLS.
5355
5356         * sysdeps/unix/snarf-ioctls (snarfexclude): Use two sed's instead
5357         of one, to work around bug in sunos4.1.2 sed.
5358
5359         * stdio/vfprintf.c (vfprintf): For %s with precision spec, use
5360         memchr instead of strlen to limit search for NUL by precision.
5361
5362 Mon Jul 24 03:13:16 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5363
5364         * sysdeps/posix/pathconf.c: New file.
5365
5366 Sat Jul 22 20:53:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5367
5368         * sysdeps/unix/i386/sysdep.h (JUMPTARGET): Use ## to avoid space
5369         before @PLT.
5370         * sysdeps/mach/i386/sysdep.h (JUMPTARGET): New macro.
5371         * sysdeps/i386/bsd-_setjmp.S: Use JUMPTARGET macro in jmp insn.
5372         * sysdeps/i386/bsd-setjmp.S: Likewise.
5373
5374 Sat Jul 22 19:58:54 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
5375
5376         * inet/Makefile (routines): Added `ruserpass'.
5377         * inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP
5378         client.  Modified to remove the fourth arg AACCT.  Do nothing for
5379         the `account' and `macdef' keywords.  Other incidental changes
5380         because we are not in the FTP source tree.
5381
5382 Sat Jul 22 01:56:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5383
5384         * sysdeps/stub/init-posix.c: Removed stub warning.
5385
5386         * Makefile (autoconf-it): Make it executable and unwritable.
5387
5388         * configure.in (sysnames): Under --enable-debug-configure, spew
5389         potential sysnames.
5390
5391         * sysdeps/unix/i386/sysdep.h (JUMPTARGET): New macro; use name@PLT
5392         #ifdef PIC.
5393         (PSEUDO): Use JUMPTARGET(syscall_error) in jump insn.
5394         * sysdeps/unix/i386/syscall.S: Use JUMPTARGET(syscall_error) in
5395         jump insn.
5396
5397         * sysdeps/unix/sysv/sysv4/linux/i386/sysdep.h: Rewritten.
5398         * sysdeps/unix/sysv/sysv4/linux/i386/syscall.S: New file.
5399         * sysdeps/unix/sysv/sysv4/linux/i386/socket.S: Include
5400         <sys/socketcall.h>.  Save %ebx in call-clobbered %edx instead of
5401         stack.  Use JUMPTARGET(syscall_error) in jump insn.
5402
5403         * Makeconfig (+gccwarn): Add -Wbad-function-cast -Wconversion.
5404
5405         * sysdeps/unix/i386/sysdep.h (ENTRY): Use ASM_GLOBAL_DIRECTIVE and
5406         ASM_TYPE_DIRECTIVE.
5407         (ASM_TYPE_DIRECTIVE): New macro; defined using `.type' #ifdef ELF.
5408
5409         * sysdeps/unix/sysv/sysv4/linux/i386/sysdep.S (__syscall_error):
5410         Rewritten, #include'ing unix/i386/sysdep.S for most of the code.
5411         * sysdeps/unix/i386/sysdep.S [PIC]: Store into `errno' through the GOT.
5412
5413         * configure.in (os=linux*): Use unix/sysv/sysv4 for $base_os,
5414         instead of unix/sysv.
5415         * sysdeps/unix/sysv/linux/{accept,connect,getsockname,rename,
5416         socketpair,waitpid,bind,getpeername,listen,setsid,wait4}.S: Moved
5417         to new directory sysdeps/unix/sysv/sysv4/linux.
5418         * sysdeps/unix/sysv/linux: Directory removed.
5419         * sysdeps/unix/sysv/i386/linux/{socket.S,sysdep.h,sysdep.S}: Moved
5420         to new directory sysdeps/unix/sysv/sysv4/linux/i386.
5421         * sysdeps/unix/sysv/linux/i386: Directory removed.
5422
5423         Fixes to help Linux, inspired by drepper's work:
5424         * sysdeps/posix/utimes.c: New file.
5425         * sysdeps/generic/getdomain.c: New file.
5426         * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
5427         * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
5428         externals _dl_argc, _dl_argc, and _environ.
5429
5430 Fri Jul 21 12:57:29 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
5431
5432         * sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and
5433         EOPNOTSUPP as indications that the server has died.
5434         * sysdeps/mach/hurd/pipe.c (__pipe): Likewise.
5435         * sysdeps/mach/hurd/socketpair.c (socketpair): Likewise.
5436
5437 Mon Jul 17 08:45:40 1995  Jim Meyering  (meyering@comco.com)
5438
5439         * strtol.c: Portability changes from Uli Drepper.
5440         [!STDC_HEADERS && !defined(NULL)]: Define NULL.
5441
5442 Mon Jul 10 05:39:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5443
5444         * sysdeps/mach/hurd/i386/init-first.c (init): Take just one arg,
5445         DATA for the entry SP; DATA[-1] is always the return address
5446         location.  In both cthreads and non-cthreads cases, use asm to
5447         force parameters into %eax and %ecx before return, and mutate
5448         DATA[-1] to return to specific asm code to set up the user from
5449         %eax and %ecx.
5450         [PIC] (_init): Caller changed.
5451         (__libc_init_first) [! PIC] (doinit): Use asm to effect call to init
5452         with SP unwound to argument data ptr.
5453
5454 Thu Jul  6 14:28:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5455
5456         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Fixed this kludge to work
5457         when 0x08000000 and up are not mapped.
5458
5459         * Makerules (stamp$o-$(subdir) rule): Remove the timestamp file
5460         before touching it.
5461         (lib%.so): Use -Wl to get -soname to ld.
5462
5463         * elf/dlsym.c: Pass final arg to _dl_lookup_symbol.
5464
5465         * elf/Makefile (libdl.so): Pass $(LDFLAGS.so).
5466
5467 Tue Jun 20 02:18:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5468
5469         * Makerules (lib%.so: lib%_pic.a): Pass -soname switch giving the
5470         library's name including $(libprefix) and major version number.
5471
5472         * locale/locale-ctype.c (allocate_arrays): Use xmalloc and bzero
5473         in place of xcalloc.
5474
5475         * Makeconfig (prefix, exec_prefix, libprefix): Instead of
5476         `ifndef', use the $(origin) function to only set these if they are
5477         undefined, and not if they are defined to empty.
5478
5479         * gnu-versions.h: New file.
5480         * features.h (__GNU_LIBRARY__): Increase value to 5.
5481
5482 Wed Jun 14 03:45:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5483
5484         * stdio/stdio.h (__validfp): Use ({...}) rather than a comma
5485         expression, to avoid gcc's "value computed is not used" warning.
5486
5487         * libc-symbols.h (_elf_set_element): Give the set-element variable
5488         an `unused' attribute.
5489
5490         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Declare with
5491         __attribute__ ((__const__)).
5492         * hurd/hurd/signal.h (_hurd_self_sigstate): Likewise.
5493
5494         * hurd/hurd/userlink.h (_hurd_userlink_link): Properly set
5495         LINK->resource.next->resource.prevp when appropriate, not
5496         LINK->resource.next->thread.prevp!!!
5497
5498 Tue Jun 13 15:45:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5499
5500         * configure.in (libc_cv_asm_set_directive): Make sure that the
5501         `.set' directive really worked by linking against a reference to
5502         the alias.
5503
5504         * sysdeps/stub/init-first.c: Don't include <hurd.h>.
5505         [PIC] (soinit): Renamed to (global) _init.
5506
5507 Mon Jun 12 13:15:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5508
5509         * malloc/Makefile (gmalloc-routines): Remove valloc.
5510         (dist-routines): Add it here.
5511
5512         * malloc/malloc.h [_MALLOC_INTERNAL] [emacs] (valloc): #define to
5513         emacs_loser_valloc to inhibit valloc declaration below.
5514
5515         * Makerules (lib%.so: lib%_pic.a): Moved this rule to after
5516         installation rules.
5517
5518         * sysdeps/mach/sysdep.h [HAVE_ELF] (ENTRY): Redefine this macro so
5519         it uses the `.type' directive, which is necessary for shared
5520         libraries to work properly.
5521
5522 Thu Jun  8 02:50:26 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5523
5524         * elf/dl-load.c (_dl_map_object): Add MAP_INHERIT flag in mmap
5525         from zero fill.
5526
5527         * elf/dl-lookup.c (_dl_lookup_symbol): Take new flag arg NOSELF;
5528         if nonzero, don't let *REF satisfy the reference itself.
5529         * elf/link.h (_dl_lookup_symbol): Add new arg NOSELF in decl.
5530         * sysdeps/i386/dl-runtime.c (_dl_runtime_resolve): Pass new arg to
5531         _dl_lookup_symbol.
5532         * elf/do-rel.h (elf_dynamic_do_rel): Pass new second arg of
5533         R->r_offset to RESOLVE callback.
5534         * elf/dl-reloc.c (_dl_relocate_object: resolve): Don't let *REF
5535         satisfy the reference itself if its value equals the reloc's
5536         offset.
5537
5538         * elf/rtld.c (dl_main): Write a newline in fatal msg.
5539
5540         * Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS.so).
5541
5542         * elf/rtld.c [! NDEBUG] (__assert_perror_fail): New function.
5543
5544         * hurd/hurdstartup.c (_hurd_startup): Fancier kludge to guess phdr
5545         and user entry point addresses.
5546
5547         * elf/dl-load.c (open_path): Don't do strlen on DIRPATH if it's null.
5548         (_dl_map_object): DT_RPATH value is relative to DT_STRTAB value.
5549
5550         * Makerules (install-lib.so): Don't include libc.so.
5551         [$(build-shared)=yes] (install): Depend on the installed libc.so file.
5552         [$(build-shared)=yes] (install-no-libc.a): Make this, rather than
5553         install, depend on the installed $(install-lib.so) files.
5554         [$(build-shared)=yes] (install-lib.so): Append libc.so after that rule.
5555
5556         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Add kludge to
5557         allocate high addresses to avoid random mappings appearing there.
5558         (mmap): Comment out mask; always pass zero.
5559
5560 Tue Jun  6 13:34:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5561
5562         * sysdeps/i386/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
5563         * sysdeps/mach/hurd/dl-sysdep.c (mmap): Use it as mask in vm_map call.
5564
5565         * elf/dl-error.c (_dl_catch_error): Clear *ERRSTRING and *OBJNAME
5566         when successful.
5567
5568         * sysdeps/mach/hurd/dl-sysdep.c (threadvars): New static variable.
5569         (__hurd_threadvar_max, __hurd_threadvar_stack_offset): Define these
5570         variables, using the `threadvars' buffer.
5571
5572         * elf/dl-reloc.c: Don't dereference L->l_prev when it's null.
5573         * sysdeps/i386/dl-runtime.c: Likewise.
5574
5575         * elf/rtld.c (dl_main): Add missing NULL terminating argument in
5576         _dl_sysdep_fatal call.
5577         (__assert_fail): Likewise.
5578
5579         * locale/Makefile (localedef-modules): Renamed ctype to
5580         locale-ctype so as not to conflict with the object file for
5581         ctype/ctype.c in the build directory.
5582
5583 Mon Jun  5 04:02:26 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5584
5585         * elf/elf.h (ELFMAG): Use \177 instead of \x7f.  It seems GCC
5586         insists on seeing the following E as part of hex 7FE, and
5587         complaining that is wider than a byte.
5588
5589 Sun Jun  4 22:14:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5590
5591         * hurd/Makefile (sig): Added thread-self.
5592         * hurd/hurd.h: Declare hurd_thread_self.
5593         * hurd/thread-self.c: New file.
5594
5595 Thu Jun  1 12:17:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5596
5597         * elf/rtld.c: Initialize RTLD_MAP.l_type.
5598         * elf/dl-reloc.c (_dl_relocate_object): Clear LAZY if relocating
5599         the dynamic linker itself.
5600         * sysdeps/i386/dl-machine.h (elf_machine_rel): If MAP->l_type is
5601         lt_interpreter, first undo relocation done during bootstrapping.
5602
5603 Tue May 30 15:52:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5604
5605         * mach/Makefile (server-interfaces): Removed notify and
5606         device_reply.  For shlibs with eager binding, libmachuser.so must
5607         not refer to any functions not defined in libc.
5608
5609 Sat May 27 16:23:22 1995  Jim Meyering  (meyering@comco.com)
5610
5611         * sysdeps/generic/memchr.c: Cast RHS to const unsigned char *
5612         to avoid error from Irix-4.0.5's C compiler.  From Kaveh Ghazi.
5613
5614 Fri May 26 13:00:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5615
5616         * hurd/hurdsig.c (_hurd_internal_post_signal): Don't loop to check
5617         pending signals if the thread is in a critical section.  It will
5618         send us a msg when it finishes.
5619
5620         * sysdeps/mach/hurd/pathconf.c: New file.
5621         * sysdeps/mach/hurd/fpathconf.c: New file.
5622
5623         * sysdeps/mach/hurd/sigaction.c: Only notify the proc server for
5624         SIGCHLD when the SA_NOCLDSTOP bit actually changes.
5625
5626 Sun May 21 05:05:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5627
5628         * elf/Makefile (ld.so): Use -nostartfiles in addition to
5629         -nostdlib.
5630
5631 Sun May 21 02:01:29 1995  Jim Meyering  (meyering@comco.com)
5632
5633         * sysdeps/generic/memchr.c: Don't include <string.h> at all.
5634         HPUX-9.01 and IRIX-4.0.5 vendor C compilers get conflicting dcls for
5635         memchr unless one manually arranges for them to define __STDC__.
5636
5637 Fri May 19 17:16:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5638
5639         * sysdeps/mach/hurd/i386/init-first.c: In cthreads case, handle
5640         args on stack from kernel.
5641
5642         * posix/Makefile, sysdeps/alpha/Makefile,
5643         * sysdeps/mach/hurd/Makefile, sysdeps/sparc/Makefile, Makefile,
5644         * Makerules, Make-dist: Fix "cvs commit" cmds in rules to not fail
5645         in the absence of CVS dirs.
5646
5647         * hurd/hurdstartup.c: Don't call __mach_init.  Grok args from the
5648         kernel on the stack properly.
5649
5650         * set-init.c: Never call _init/_fini; just run __libc_subinit.
5651
5652         * Makerules (LDFLAGS-c.so): Add -nostartfiles.
5653         * mach/Machrules (LDFLAGS-$(interface.so)): Likewise.
5654
5655         * configure.in: Move defaulting of --with-elf and --with-gnu-*
5656         based on host os outside the AC_CACHE_VAL for the sysdirs
5657         calculation.
5658
5659         * Makeconfig (localedir, nlsdir): New variables.
5660
5661         * values.h: New file.
5662         * Makefile (headers): Add values.h.
5663
5664         * locale/Makefile (distribute): Add error.h.
5665         * locale/localedef.c: Include "error.h".
5666         (main): Use error_message_count instead of warning_cntr.
5667
5668 Wed May 17 16:50:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5669
5670         Merged 1003.2 locale and localedef programs by Ulrich Drepper.
5671         * locale/charmap.c: New file.
5672         * locale/collate.c: New file.
5673         * locale/config.h: New file.
5674         * locale/ctype.c: New file.
5675         * locale/ctypedump.c: New file.
5676         * locale/hash.c: New file.
5677         * locale/hash.h: New file.
5678         * locale/iso-4217.def: New file.
5679         * locale/keyword.gperf: New file.
5680         * locale/keyword.h: New file.
5681         * locale/libintl.h: New file.
5682         * locale/locale.c: New file.
5683         * locale/localedef.c: New file.
5684         * locale/localedef.h: New file.
5685         * locale/locfile-lex.c: New file.
5686         * locale/locfile-parse.c: New file.
5687         * locale/messages.c: New file.
5688         * locale/monetary.c: New file.
5689         * locale/numeric.c: New file.
5690         * locale/token.h: New file.
5691
5692         * posix/regex.c, posix/regex.h: New files, incorporated from GNU regex.
5693         * posix/Makefile (headers): Add regex.h.
5694         (routines): Add regex.
5695         (gpl2lgpl): Add regex.c and regex.h.
5696
5697 Tue May 16 17:35:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5698
5699         * locale/loadlocale.c: Expect macro LOCALE_PATH to be defined,
5700         instead of hard-coding "/share/locale".
5701
5702 Sat May 13 02:16:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5703
5704         * configure.in (os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
5705
5706 Fri May 12 15:31:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5707
5708         * elf/elf.h (ELFMAG, SELFMAG): New macros.
5709
5710 Fri May 12 11:24:53 1995  Michael I Bushnell  <mib@duality.gnu.ai.mit.edu>
5711
5712         * hurd/alloc-fd.c (_hurd_alloc_fd): Don't reduce FIRST_FD in
5713         the case where it starts out less than _hurd_dtablesize.
5714
5715 Thu May 11 20:51:05 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5716
5717         * hurd/alloc-fd.c (_hurd_alloc_fd): When expanding the dtable,
5718         make sure the new size exceeds FIRST_FD.
5719
5720 Wed May 10 21:00:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5721
5722         * sysdeps/mach/i386/sysdep.h (RETURN_TO): New macro.
5723
5724 Tue May  9 01:26:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5725
5726         * Makerules (install-lib.so): Add %.so for each %_pic.a.
5727
5728         * sysdeps/i386/elf/start.S (__data_start): Define this symbol as
5729         the first thing in .data.
5730
5731         * sysdeps/mach/_strerror.c (_strerror_internal): Eschew sprintf.
5732
5733         * hurd/hurdstartup.h: New file.
5734
5735         * sysdeps/i386/elf/start.S: Give two operands to `testl' when they
5736         are the same.  Use `jz' instead of `jeq'.
5737
5738         * Makeconfig (config.make): Depend on config.status, and run it to
5739         update.
5740         (config.status): New target; depend on configure.
5741         If target (config.status) exists, run it with --recheck to update;
5742         if not, give error msg saying to run confiugre by hand.
5743         * Makerules [$(sysd-Makefile-sysdirs) != $(sysdirs)]
5744         (sysd-Makefile-force): Set this variable to FORCE in this case, to
5745         force a rebuild of sysd-Makefile.
5746         (sysd-Makefile): Depend on $(sysd-Makefile-force).
5747         Write into the file sysd-Makefile-sysdirs:=$(sysdirs).
5748         [$(sysd-rules-sysdirs) != $(sysdirs)] (sysd-rules-force): Set this
5749         variable to FORCE in this case, to force a rebuild of sysd-rules.
5750         (sysd-rules): Depend on $(sysd-rules-force).
5751         Write into the file sysd-rules-sysdirs:=$(sysdirs).
5752
5753         * Makerules (LDFLAGS-c.so): Change ld option -interp to
5754         -dynamic-linker.
5755
5756         * Makerules (do-install-program): New canned sequence.
5757         (install-bin, install-sbin): Use it.
5758         (install for lib*.so): Use it instead of $(do-install).
5759         Fix .so installation rules to handle lib*.so and *.so, deal with
5760         $(libprefix) right, and install *.so as *.so$($(*.so)-version);
5761         i.e. "libc.so-version = .1".
5762
5763 Mon May  8 05:10:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5764
5765         * elf/do-rel.h: New file, split out of dynamic-link.h.
5766         * elf/Makefile (distribute): Add do-rel.h.
5767
5768 Sat May  6 11:06:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5769
5770         * Makeconfig (+gccwarn): Add -Winline.
5771
5772         * hurd/hurdsig.c (_hurd_internal_post_signal): If SS->context is
5773         set, avoid abort_rpcs, and use reply and intr ports saved in
5774         SS->context.
5775         * sysdeps/mach/hurd/i386/trampoline.c: Don't set SS->intr_port
5776         from SS->context.  Don't clear SS->context.
5777         * sysdeps/mach/hurd/i386/sigreturn.c: Don't set SS->intr_port when
5778         setting SS->context.  If msg_sig_post returns, re-lock and clear
5779         SS->context.
5780
5781 Fri May  5 10:37:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5782
5783         * mach/Makefile (errsystems.c): Comment out generation rule.
5784
5785         * sysdeps/mach/_strerror.c: Consider a system unknown if its
5786         bad_sub member is null.
5787
5788         * mach/mig-alloc.c: Add weak alias to non-__ name.
5789
5790 Wed May  3 11:56:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5791
5792         * sysdeps/mach/hurd/dup2.c: Fixed broken test in last change.
5793
5794 Tue May  2 01:52:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5795
5796         * elf/dl-error.c (_dl_catch_error): Actually call the OPERATE
5797         function.  Duh.
5798
5799         * hurd/Makefile (distribute): Added hurdstartup.h.
5800         * hurd/hurd.h: Remove _hurd_startup decl.
5801
5802         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS): Use __attribute__
5803         ((__unused__)) instead of gratuitous self reference.
5804
5805         * sysdeps/mach/hurd/dup2.c: Call _hurd_alloc_fd to expand the
5806         table if FD2 doesn't fit.
5807
5808         * sysdeps/mach/hurd/getdtsz.c: Return the RLIM_NOFILE soft limit,
5809         not the current table size.
5810
5811         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.
5812
5813         Implemented runtime dynamic linker to support ELF shared libraries.
5814         * elf/Makefile: Added rules to make ld.so and libdl.
5815         * elf/dl-error.c: New file.
5816         * elf/dl-fini.c: New file.
5817         * elf/dl-init.c: New file.
5818         * elf/dl-load.c: New file.
5819         * elf/dl-lookup.c: New file.
5820         * elf/dl-object.c: New file.
5821         * elf/dl-reloc.c: New file.
5822         * elf/dlclose.c: New file.
5823         * elf/dlerror.c: New file.
5824         * elf/dlopen.c: New file.
5825         * elf/dlsym.c: New file.
5826         * elf/dynamic-link.h: New file.
5827         * elf/link.h: New file.
5828         * elf/rtld.c: New file.
5829         * sysdeps/i386/dl-machine.h: New file.
5830         * sysdeps/stub/dl-machine.h: New file.
5831         * sysdeps/i386/dl-runtime.c: New file.
5832         * sysdeps/stub/dl-runtime.c: New file.
5833         * sysdeps/i386/elf/start.S: New file.
5834         * sysdeps/generic/dl-sysdep.c: New file.
5835         * sysdeps/mach/hurd/dl-sysdep.c: New file.
5836         * sysdeps/mach/hurd/i386/init-first.c: New file.
5837         * sysdeps/i386/init-first.c: New file.
5838         * sysdeps/stub/init-first.c: New file.
5839
5840 Mon May  1 18:48:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5841
5842         * Makerules (LDFLAGS-c.so): Add -interp and -e switches to make
5843         libc.so runnable.
5844         * version.c (__libc_print_version): Add "et al" and missing NL to
5845         author credit.
5846
5847 Sat Apr 29 15:46:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5848
5849         * posix/glob.c (S_ISDIR): Define if undefined.
5850
5851 Thu Apr 27 01:24:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5852
5853         * configure.in: Unless --without-fp, prepend */fpu before each
5854         machine dir in $mach; don't prepend FPU dirs at end.  If
5855         --with-elf, prepend MACHINE/elf directories at end; don't insert
5856         them into $mach.
5857
5858         * Makerules (dist): Filter out *.[cSs] from $(distribute) in deps.
5859
5860         * sysdeps/stub/clock.c: Added stub warning.
5861         * sysdeps/stub/dirfd.c: Likewise.
5862         * sysdeps/stub/exc2signal.c: Likewise.
5863         * sysdeps/stub/fdopen.c: Likewise.
5864         * sysdeps/stub/flock.c: Likewise.
5865         * sysdeps/stub/fpathconf.c: Likewise.
5866         * sysdeps/stub/ftruncate.c: Likewise.
5867         * sysdeps/stub/gtty.c: Likewise.
5868         * sysdeps/stub/isatty.c: Likewise.
5869         * sysdeps/stub/killpg.c: Likewise.
5870         * sysdeps/stub/madvise.c: Likewise.
5871         * sysdeps/stub/mkstemp.c: Likewise.
5872         * sysdeps/stub/mktemp.c: Likewise.
5873         * sysdeps/stub/mprotect.c: Likewise.
5874         * sysdeps/stub/msync.c: Likewise.
5875         * sysdeps/stub/pathconf.c: Likewise.
5876         * sysdeps/stub/poll.c: Likewise.
5877         * sysdeps/stub/raise.c: Likewise.
5878         * sysdeps/stub/readv.c: Likewise.
5879         * sysdeps/stub/setenv.c: Likewise.
5880         * sysdeps/stub/setlogin.c: Likewise.
5881         * sysdeps/stub/sigaltstack.c: Likewise.
5882         * sysdeps/stub/sigintr.c: Likewise.
5883         * sysdeps/stub/sigstack.c: Likewise.
5884         * sysdeps/stub/sleep.c: Likewise.
5885         * sysdeps/stub/sstk.c: Likewise.
5886         * sysdeps/stub/stime.c: Likewise.
5887         * sysdeps/stub/stty.c: Likewise.
5888         * sysdeps/stub/syscall.c: Likewise.
5889         * sysdeps/stub/sysconf.c: Likewise.
5890         * sysdeps/stub/truncate.c: Likewise.
5891         * sysdeps/stub/ualarm.c: Likewise.
5892         * sysdeps/stub/usleep.c: Likewise.
5893         * sysdeps/stub/utimes.c: Likewise.
5894         * sysdeps/stub/writev.c: Likewise.
5895
5896         * sysdeps/stub/libc_fatal.c: Remove __NORETURN keyword.
5897
5898 Wed Apr 26 16:06:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5899
5900         * locale/loadlocale.c (_nl_free_locale): Do nothing if DATA is null.
5901
5902 Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5903
5904         * posix/glob.c (glob): If GLOB_MARK set, stat names to find
5905         directories and append slashes to them in final pass before
5906         sorting.
5907         (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
5908         slash; never append it here.
5909
5910 Sat Apr 22 14:48:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5911
5912         * mach/Machrules [interface-library]
5913         (LDFLAGS-$(interface-library:lib%=%.so)): New variable, set to
5914         -nostdlib.
5915
5916         * sysdeps/mach/hurd/fork.c: Subfunction `unlockss' removed.  Lock
5917         _hurd_siglock only around initial task creation in parent.  Use
5918         _hurd_critical_section_unlock at end.  Handle dead name rights
5919         properly, and deal with a send right dying while we try to copy
5920         it.  For the time being, use assert_perror for kernel and proc RPC
5921         failures.
5922
5923 Fri Apr 21 01:10:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5924
5925         * extra-lib.mk: Don't include $(o-iterator); construct it by hand
5926         using $(object-suffixes-$(lib)) instead.
5927
5928         * sysdeps/mach/hurd/Makefile (LDLIBS-c.so): New variable.
5929
5930         * Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS-$(notdir $*).so).
5931         (LDFLAGS-c.so): New variable.
5932
5933         * resolv/res_init.c (res_init): Don't clobber _res.options with
5934         RES_DEFAULT.  If RES_INIT is clear, OR in RES_DEFAULT.
5935
5936         * hurd/hurd.h: Declare _hurd_startup.
5937         * hurd/hurdstartup.c: New file.
5938         * hurd/Makefile (routines): Add hurdstartup.
5939
5940 Thu Apr 20 22:23:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5941
5942         * hurd/hurdsig.c: Use assert_perror for many calls which should
5943         never fail and previously were not checked.
5944
5945         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5946         Point the return address for sigreturn's frame at a "hlt" insn so
5947         it will definitely crash if sigreturn returns.
5948
5949 Wed Apr 19 18:40:11 1995  Brendan Kehoe  (brendan@zen.org)
5950
5951         * time/tzset.c (__tzname, __daylight, __timezone): Don't check
5952         HAVE_WEAK_SYMBOLS for doing weak_alias.
5953
5954 Wed Apr 19 18:12:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5955
5956         * configure.in: Move $os tests to set $elf et al earlier, before
5957         construction of $sysnames.  Instead of prepending MACHINE/elf to
5958         $sysnames, append &/elf after each elt appended to $mach.
5959
5960 Tue Apr 18 14:00:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5961
5962         * configure.in (libc_cv_asm_global_directive): New check to define
5963         ASM_GLOBAL_DIRECTIVE.
5964         * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE.
5965         * libc-symbols.h (strong_alias_asm, strong_alias): Use
5966         ASM_GLOBAL_DIRECTIVE on the alias.
5967
5968         * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef
5969         HAVE_WEAK_SYMBOLS" #defns.
5970
5971 Mon Apr 17 12:02:49 1995  Brendan Kehoe  (brendan@zen.org)
5972
5973         * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning
5974         of the byte that was zero, so we return a valid number.
5975
5976 Sun Apr 16 03:23:09 1995  Brendan Kehoe  (brendan@zen.org)
5977
5978         * sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
5979         NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
5980
5981 Fri Apr 14 18:49:03 1995  Brendan Kehoe  (brendan@zen.org)
5982
5983         * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
5984         [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'.
5985         * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double)
5986         [BITS_PER_MP_LIMB == 64]: Likewise.
5987
5988         * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.
5989         * sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.
5990         * sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.
5991         * sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.
5992         * sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.
5993         * sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.
5994         * sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.
5995         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
5996         * sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.
5997         * sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.
5998         * sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
5999
6000         * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end directive.
6001         * sysdeps/unix/mips/fork.S (fork): Likewise.
6002         * sysdeps/unix/mips/pipe.S (fork): Likewise.
6003         * sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise.
6004         * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.
6005         * sysdeps/unix/mips/wait.S (__handler): Likewise.
6006         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
6007         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
6008         * sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.
6009         * sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.
6010         * sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.
6011         * sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.
6012         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.
6013         * sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.
6014         * sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.
6015         * sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise.  Use `$0'
6016         instead of `zero' for the li instruction.
6017
6018         * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
6019         preprocessor comments, not assembler comments.
6020         * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
6021         * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
6022
6023 Fri Apr 14 15:53:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6024
6025         * malloc/malloc.c (register_heapinfo) [__GNUC__]: Use __inline__
6026         in place of inline.
6027
6028 Thu Apr 13 09:45:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6029
6030         * Makefile (distribute): Add ChangeLog.[0-9].
6031
6032         * configure.in: Add check for .set directive.
6033         * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE.
6034         * libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias,
6035         strong_alias_asm): Use `foo = bar' syntax instead.
6036
6037         * Makerules [! subdir] (O%-lib): Don't prepend ../.
6038
6039         * sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
6040
6041         * configure.in: Fix AC_ARG_WITH uses; check for --with-fp.  Move
6042         $host_os checks to set gnu_ld/as and elf before sysdirs
6043         generation.  Fix $with_fp test.
6044         [$elf=yes]: Prepend MACHINE/elf directory.
6045
6046         * elf/libelf.h (elf_hash): Use XOR instead of ANDN when the bits
6047         being cleared are already known to be set.  Thanks Ulrich.
6048
6049 Wed Apr 12 23:27:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6050
6051         * posix/environ.c: Add weak alias `_environ'.
6052
6053 Tue Apr 11 20:38:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6054
6055         * sysdeps/i386/add_n.S [PIC]: Use self-call to avoid generating reloc.
6056         * sysdeps/i386/sub_n.S [PIC]: Likewise.
6057
6058 Mon Apr 10 14:53:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6059
6060         * libc-symbols.h (_elf_set_element) [PIC]: Don't make the element
6061         word `const'.
6062
6063         * Makeconfig (CPPFLAGS, CFLAGS): Fix swapped references to
6064         $(foo-$(suffix $@)).
6065
6066         * manual/Makefile (chapters-incl): Filter out summary.texi.
6067
6068         * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
6069         a weak symbol instead of literal "STRTOF".
6070
6071         * locale/setlocale.c: Work around ld bug: don't weakify refs to
6072         _nl_{current,C}_*.
6073
6074 Sun Apr  9 01:24:33 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6075
6076         * Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).
6077
6078         * malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
6079         * malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.
6080
6081         * malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
6082         #ifdef emacs, but only #ifndef memmove.
6083         * malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
6084         safe_bcopy.
6085         (memmove): Define only if undefined.
6086
6087 Sat Apr  8 00:40:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6088
6089         * extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make
6090         sure these are simply-expanded variables.
6091
6092         * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in
6093         mmap call.
6094
6095         * configure.in (os=freebsd*|bsdi*): Set base_os=unix/bsd/bsd4.4
6096         for these too.
6097
6098         * sysdeps/unix/sysv/tcsetattr.c: Use |= instead of = to properly
6099         set c_oflag value.
6100
6101         * Makeconfig [! objpfx] (csu-objpfx): Add trailing slash.
6102
6103         * locale/Makefile (categories): Uncomment collate.
6104         * locale/lc-collate.c: New file.
6105
6106         * malloc/free.c (__malloc_safe_bcopy, memmove): Don't define
6107         #ifdef emacs.
6108         * malloc/realloc.c: Likewise.
6109
6110         * stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
6111         (_itoa): Use it in defn.
6112         * stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include
6113         "_itoa.h".
6114         (_itoa): Function removed.
6115
6116         * malloc/free.c: Remove use of `assert'.
6117
6118         * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to
6119         __malloc_safe_bcopy; #define safe_bcopy.
6120         * malloc/free.c: Cope with systems lacking `memmove'.
6121         (_free_internal): Cast result of _malloc_internal.
6122
6123 Wed Apr  5 00:13:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6124
6125         * hurd/hurdinline.c: Include signal.h first, so we don't define
6126         its inlines too.
6127
6128         * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead
6129         of -1 to avoid compiler warning.
6130
6131         * configure.in (host_os=linux*): Set elf=yes for this, not just
6132         linux*elf*.
6133
6134         * misc/login_tty.c [! TIOCSCTTY]: Try an emulation using ttyname
6135         and open.
6136
6137         * sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp.
6138
6139 Tue Apr  4 00:48:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6140
6141         * sysdeps/unix/start.c: Remove spurious decl and #endif.
6142
6143         * misc/progname.c (program_invocation_name,
6144         program_invocation_short_name): Make these initialized data
6145         definitions.
6146
6147         * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference
6148         so gcc doesn't optimize out the function entirely.
6149
6150 Sun Apr  2 13:13:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6151
6152         * posix/execvp.c: Don't use stat to search path; just try execv
6153         until it works.
6154
6155         * sysdeps/mach/hurd/i386/trampoline.c: Add a link to
6156         SS->active_resources, so that _hurdsig_longjmp_from_handler will
6157         be called when a longjmp unwinds the signal frame.
6158         * sysdeps/mach/hurd/i386/sigreturn.c: Remove the link on the
6159         SS->active_resources chain added by _hurd_setup_sighandler.
6160         * hurd/sigunwind.c: New file.
6161         * hurd/Makefile (sig): Add sigunwind.
6162
6163         * Makerules (lib%.so: lib%_pic.a): Remove dir name from $*.
6164
6165         * MakeTAGS (tags-sources): Include $(all-dist).
6166         [subdir] (all-dist): Define to $(distribute).
6167
6168 Sat Apr  1 00:08:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6169
6170         * Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir and
6171         parent objdirs.
6172
6173         * extra-lib.mk (object-suffixes-$(lib)): New variable, produced by
6174         filtering out $($(lib)-inhibit-o); use that instead of
6175         $(object-suffixes) in all the other variables.
6176
6177         * locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero
6178         if undefined.
6179
6180         * string/strxfrm.c: Just copy the string (for now).
6181         * string/strcoll.c: Just call strcmp (for now).
6182
6183         * mach/Makefile (lock): Add mutex-init.
6184         * mach/mutex-solid.c (_cthread_mutex_lock_routine,
6185         _cthread_mutex_unlock_routine): Variables removed.
6186         (__mutex_lock_solid, __mutex_unlock_solid): Don't use them; just stub.
6187         (__mutex_init): Function moved to new file mutex-init.c.
6188         * mach/mutex-init.c: New file, broken out of mutex-solid.c.
6189
6190 Thu Mar 30 20:43:02 1995  Brendan Kehoe  <brendan@zen.org>
6191
6192         * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
6193         * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
6194
6195 Thu Mar 30 01:38:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6196
6197         * elf/elf.h (STN_UNDEF): New macro (distinct from SHN_UNDEF, though
6198         both are zero).
6199
6200 Wed Mar 29 11:26:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6201
6202         * elf/dlfcn.h: New file.
6203
6204         * Make-dist (README): Commit it to CVS if there is a CVS directory.
6205
6206         More changes from Germano Caronni <caronni@tik.ethz.ch>:
6207         * malloc/free.c: Relocate _heapinfo when that allows us to return
6208         core to the system.
6209
6210         * malloc/malloc.c: Move #include <errno.h> outside #ifndef
6211         _MALLOC_INTERNAL.
6212
6213 Mon Mar 27 02:23:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6214
6215         * mach/Makefile (headers): Add mach/mach_traps.h.
6216
6217         * Makerules ($(installed-libcs) rule): Fix typos.
6218
6219         * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
6220         * sysdeps/stub/revoke.c: New file.
6221         * misc/Makefile (routines): Add revoke.
6222         * posix/unistd.h [__USE_BSD] (revoke): Declare it.
6223         * sysdeps/generic/pty.c (openpty, forkpty): Declare return types.
6224         (forkpty): Declare login_tty.
6225         * misc/logwtmp.c (logwtmp): Declare to return void.
6226         * misc/login_tty.c (login_tty): Include unistd.h.  Declare return type.
6227
6228         * posix/unistd.h [__USE_BSD] (ttyslot): Declare it.
6229
6230         * posix/unistd.h [__USE_BSD] (L_SET, L_INCR, L_XTND): Define
6231         unless L_SET already defined.
6232         * misc/sys/file.h (L_SET, L_INCR, L_XTND): Don't define if L_SET
6233         already defined.
6234
6235         Incorporated -lutil library from 4.4-Lite.
6236         * misc/Makefile (extra-libs, libutil-routines): New variables.
6237         * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
6238         sysdeps/generic/pty.c: New files for -lutil incorporated from 4.4-Lite.
6239
6240         Support simple, light-weight unwind-protect mechanism for longjmp.
6241         * setjmp/longjmp.c: Call _longjmp_unwind first thing.
6242         * sysdeps/mach/hurd/jmp-unwind.c: New file.
6243         * sysdeps/stub/jmp-unwind.c: New file.
6244         * sysdeps/i386/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
6245         * sysdeps/mips/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
6246         * setjmp/Makefile (routines): Add jmp-unwind.
6247         * hurd/hurd/userlink.h (struct hurd_userlink): Move `next' and
6248         `prevp' members into new substructure `resource'; add another such
6249         substructure `thread' and members `cleanup' (function ptr) and
6250         `cleanup_data' (generic ptr).
6251         (_hurd_userlink_link, _hurd_userlink_unlink): Insert/remove LINK
6252         into the `_hurd_self_sigstate ()->active_resources' list via the
6253         `thread' substructure.
6254         * hurd/hurd/port.h (_hurd_port_cleanup): Declare it.
6255         (_hurd_port_locked_get): Set LINK->cleanup to _hurd_port_cleanup and
6256         LINK->cleanup_data' to the port extracted.
6257         * hurd/hurd/signal.h (struct hurd_sigstate): New member
6258         `active_resources'.
6259         * hurd/port-cleanup.c: New file.
6260         * hurd/Makefile (routines): Add port-cleanup.
6261
6262         * malloc/malloc.c: Include errno.h.
6263
6264 Sat Mar 25 18:24:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6265
6266         * locale/loadlocale.c (_nl_load_locale): Avoid */ inside comment.
6267
6268 Fri Mar 24 02:35:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6269
6270         * misc/Makefile (headers): Add utmp.h.
6271         * misc/utmp.h: New file, incorporated from 4.4-Lite.
6272
6273         * stdio/printf-parse.h: New file, mostly written by drepper.
6274         * stdio/vfprintf.c: Rewritten, mostly by drepper.
6275         * stdio/printf-prs.c: Rewritten.
6276         * stdio/Makefile (distribute): Add printf-parse.h.
6277
6278 Thu Mar 23 22:03:44 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6279
6280         * sysdeps/unix/start.c [! NO_UNDERSCORES]: Don't declare _start
6281         with asm name.  Just do a ".set start, __start".
6282
6283         * malloc/realloc.c: Call _free_internal instead of free.
6284
6285 Tue Mar 21 00:14:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6286
6287         * locale/loadlocale.c (_nl_load_locale): If LOCALE/LC_* is a
6288         directory, open LOCALE/LC_*/SYS_LC_* instead.
6289
6290 Mon Mar 20 03:19:23 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6291
6292         * stdio/fpioconst.c, stdio/fpioconst.h, stdio/gmp-impl.h,
6293         stdio/gmp.h, stdio/longlong.h, stdio/mp_clz_tab.c,
6294         stdio/gen-mpn-copy: Files moved to stdlib.
6295         * stdio/Makefile: All mpn stuff moved to stdlib/Makefile.
6296         * stdlib/Makefile: All the mpn stuff moved here from stdio/Makefile.
6297         * stdio/printf_fp.c: Use ../stdlib to find fpioconst.h and gmp
6298         headers.
6299         * stdlib/strtod.c: Don't use ../stdio to find fpioconst.h and gmp
6300         headers.
6301
6302         * Makefile (parent-mostlyclean): Don't use $(libc.a).
6303         (parent-clean): Use $(objpfx) to find sysd-*.
6304         * Rules (generated): Append dummy.o dummy.c.
6305         * Makerules (lib): Depend on lib-noranlib.
6306         (lib-noranlib): Depend on $(install-lib) in objdir.
6307         (common-mostlyclean): Remove $(install-lib) and stub-$(subdir)
6308         from objdir.  Don't remove TAGS; it comes in the distribution.
6309
6310         * malloc/malloc.c (morecore): Save errno around call to
6311         _realloc_internal.  Don't account for the additional new blocks of
6312         the info table itself when choosing the new table size for the
6313         first crack; if it succeeds, the new blocks will have been found
6314         in existing free space already described by the existing info
6315         table.
6316
6317         * stdio/vfscanf.c (%n): Use READ_IN - 1, so as not to count the
6318         read-ahead character.
6319
6320 Sat Mar 18 14:07:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6321
6322         * hurd/dtable.c, hurd/getdport.c, hurd/hurd.h, hurd/hurdexec.c,
6323           hurd/hurdinit.c, hurd/hurdprio.c, hurd/hurdsock.c,
6324           hurd/ports-get.c, hurd/ports-set.c, hurd/setauth.c,
6325           hurd/setuids.c, sysdeps/mach/hurd/i386/trampoline.c:
6326         Get anal with unsigned to pacify compiler.
6327
6328         * stdio/vfscanf.c: Grok positional parameter specs (i.e. %3$d
6329         means %d from 3rd arg).
6330
6331         * sysdeps/mach/hurd/closedir.c: Include hurd/fd.h.
6332
6333         * stdlib/strtol.c: If !GROUP, set END to null.  In loop, test only
6334         END, not GROUP.
6335
6336 Fri Mar 17 12:58:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6337
6338         * Makefile (subdirs): Put elf last.
6339
6340         * sunrpc/Makefile (install-lib): Variable removed.
6341         (rpcsvc-objs): Variable removed.
6342         (extra-objs): Don't include $(rpcsvc-objs).
6343         (extra-libs): New variable, contains librpcsvc.
6344         (librpcsvc-routines): New variable.
6345         (librpcsvc-inhibit-o): New variable, contains .so.
6346         (omit-deps): Set this to $(librpcsvc-routines).
6347         ($(objpfx)rpcgen): Don't use $(libc.a).
6348         (lib, $(objpfx)librpcsvc.a): Targets removed.
6349
6350         * o-iterator.mk, extra-lib.mk: New files.
6351         * Makerules (o-iterator): New variable.
6352         [extra-libs]: Include extra-lib.mk to generate rules for each word
6353         of $(extra-libs).
6354         * Makefile (distribute): Add extra-lib.mk, o-iterator.mk.
6355
6356 Fri Mar 17 13:28:04 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
6357
6358         * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double):
6359         Handle 80-bit denormalized numbers correctly.
6360
6361         * stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c:
6362         (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed.
6363         * stdlib/strtod.c (RETURN): Add parentheses around return value.
6364         (round_and_return): Correct handling of denormalized numbers.
6365
6366         * stdio/fpioconst.c, stdio/fpioconst.h: Don't use
6367         LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available
6368         exponent.
6369
6370 Thu Mar 16 00:04:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6371
6372         * locale/C-ctype.c: New correct data generated by drepper.
6373
6374         * Rules: Don't use $(libc.a).
6375
6376         Parsing of grouped numbers contributed by Ulrich Drepper.
6377         * stdlib/strtol.c (__strtol_internal): Renamed from strtol.  Take
6378         new flag arg; if nonzero, parse locale-dependent thousands
6379         grouping and interpret only the prefix that is correctly grouped.
6380         (strtol): Define this to call _strtol_internal with zero for the flag.
6381         Use a weak symbol for the definition.
6382         * stdlib/strtod.c (strtod, __strtod_internal): Likewise.
6383         Check for the exponent of the number overflowing the float format.
6384         * stdlib/stdlib.h (__strtof, __strtold): Declarations removed.
6385         (__strto{f,d,ld,l,ul,q,uq}_internal): Declare these functions.
6386         [__OPTIMIZE__]: Define inline functions calling those.
6387         * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
6388         (strtold): Remove weak alias.
6389         * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
6390         (strtof): Remove weak alias.
6391         * stdlib/grouping.h: New file, written by drepper.
6392         * stdlib/Makefile (distribute): Add grouping.h.
6393         * stdio/vfscanf.c: Grok %' modifier to numeric conversions.  Call
6394         __strtoX_internal with the grouping flag set iff the modifier is
6395         present.
6396
6397 Wed Mar 15 00:40:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6398
6399         * sysdeps/generic/memchr.c: Fix typos: limit.h -> limits.h.
6400
6401         * mach/Machrules: Produce static deps for all object flavors.
6402         [interface-library]: Remove all these variables and rules.
6403         ($(interface-library)-routines): Define this variable.
6404         (extra-libs): Append $(interface-library) to this.
6405         * mach/Makefile (interface-library): Omit .a suffix.
6406         * hurd/Makefile: Likewise.
6407
6408 Tue Mar 14 23:40:31 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6409
6410         * stdio/internals.c (flushbuf): If !FLUSH_ONLY, don't skip out
6411         early if no new data in buffer after priming.
6412
6413 Mon Mar 13 01:48:16 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6414
6415         * Makerules (object-suffixes, libtypes): Move all these variables
6416         to Makeconfig.
6417         * Makeconfig (object-suffixes, libtypes): Moved here from Makerules.
6418
6419         * Makerules (build-extra-lib): New canned sequence.
6420
6421         * sysdeps/mach/hurd/euidaccess.c: Include fcntl.h.  Declare ERR;
6422         fix uses of FILE and PORT.  Remove bogus weak alias for `access'.
6423
6424         * sysdeps/mach/hurd/dirfd.c: Include hurd/fd.h and errno.h.
6425         Add missing semicolon.
6426         * sysdeps/mach/hurd/opendir.c: Include hurd/fd.h.  Use a `struct
6427         hurd_fd *' temp var, since DIRP->__fd is a `void *'.
6428         * sysdeps/mach/hurd/readdir.c: Include hurd/fd.h.
6429
6430         * stdlib/wcstombs.c: #if 0 out code for non-ASCII chars until the
6431         locale data format is implemented.
6432
6433         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6434         Pass &__sigreturn on the stack to the trampoline code, so it is
6435         not position-dependent.
6436
6437         * stdio/printf_fp.c (NDEBUG): Define this to disable assert.
6438         Don't include <stdarg.h>.
6439         (__printf_fp): Last arg ARGS is now `const void **const';
6440         dereference ARGS[0] instead of using va_arg.
6441
6442         * locale/setlocale.c: In LC_ALL case, initialize CATEGORY before
6443         loop to install data.
6444
6445         * locale/loadlocale.c (_nl_category_num_items): Use _NL_ITEM_INDEX
6446         to extract number from item code.
6447         (_nl_load_locale): Close the descriptor when finished.
6448
6449         * malloc/realloc.c (_realloc_internal): Call _malloc_internal in
6450         place of malloc.
6451
6452         * time/tzfile.c (__tzfile_default): Initialize RULE_STDOFF to zero.
6453
6454         * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int
6455         to avoid warning.
6456         * sysdeps/generic/sigset.h (__SIGSETFN): Cast result of sizeof to
6457         int to avoid warning.
6458
6459         Support building several flavors of objects and libraries.
6460         * Makerules (libtypes, object-suffixes): New variables.
6461         (libtype.*, CFLAGS-*, CPPFLAGS-*): New variables for each object
6462         suffix.
6463         (CFLAGS, CPPFLAGS): Append $(C{,CPP}FLAGS-$(suffix $@)).
6464         (%.so, %.po, %.go): New compilation rules for %.S, %.s, %.c.
6465         (close-check-inhibit-asm): Append a semicolon.
6466         (sysd-rules): Generate rules for each object suffix.
6467         (compile.S, compile.c): Always assume gcc.
6468         (OUTPUT_OPTION): Define unconditionally.
6469         (+make-deps): In generated rule, produce a dependent for each
6470         object suffix.
6471         (.SUFFIXES): Add $(object-suffixes) in place of .o.
6472         (.PRECIOUS): Make all suffix flavors precious.
6473         ($(libc.a)): Target removed.
6474         (lib): Depend on each enabled libtype.
6475         (libobjs, objects, objs): Depend on all the enabled object flavors.
6476         (lib%.a): New pattern rule.
6477         [$(build-shared)=yes] (lib%.so: lib%_pic.a): New pattern rule.
6478         (stamp-$(subdir)): Rewritten to a pattern rule for stamp.%-$(subdir)
6479         to make one for each flavor; library dep rule likewise rewritten.
6480         ($(libc.a)(__.SYMDEF)): Target replaced with one target for each
6481         flavor.
6482         (symdef.%): New pattern rule; helper for __.SYMDEF targets.
6483         (installed-libcs): New variable.
6484         (install): Depend on that instead of
6485         $(libdir)/lib$(libprefix)$(libc-name).a;
6486         that file's rule rewritten to make each enabled libtype.
6487         (install-lib.so): New variable, filters lib%.so from $(install-lib).
6488         (install-lib): Filter out lib%.so after setting install-lib.so.
6489         [$(build-shared)=yes] (install): Install $(install-lib.so).
6490         (common-mostlyclean): Remove all flavors of objects.
6491         * Makefile ($(libc.a)(__.SYMDEF)): Target removed.
6492         [$(build-shared)=yes] (lib): Depend on $(common-objpfx)libc.so.
6493
6494 Sun Mar 12 18:21:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6495
6496         * sysdeps/stub/ulimit.c: Don't include gnu-stabs.h.
6497         * sysdeps/stub/pause.c: Likewise.
6498         * sysdeps/stub/time.c: Likewise.
6499
6500         * stdlib/mbtowc.c: #if 0 out code for non-ASCII chars until the
6501         locale data format is implemented.
6502         * stdlib/wctomb.c: Likewise.
6503
6504         * mach/Makefile ($(objpfx)errsystems.c): Reenable this rule; the
6505         gcc bug is fixed.
6506         * mach/errsystems.c: File removed.
6507
6508         * Makeconfig (libc.a): Variable removed.
6509         (+link): Don't use it.
6510
6511         * configure.in (AC_ARG_ENABLE calls): Use $enableval instead of
6512         assuming `yes'.
6513
6514         * malloc/malloc.h (_malloc_internal, _realloc_internal): Declare these.
6515         * malloc/realloc.c (_realloc_internal): Renamed from realloc;
6516         don't use __realloc_hook.
6517         (realloc): New function; call __realloc_hook ?: _realloc_internal.
6518         * malloc/malloc.c (_malloc_internal): Renamed from malloc;
6519         don't use __malloc_hook.
6520         (malloc): New function; call __malloc_hook ?: _malloc_internal.
6521         Changes from Germano Caronni <caronni@tik.ethz.ch>:
6522         (initialize): Set up _heaplimit to cover the _heapinfo table.
6523         (morecore_recursing): New static variable.
6524         (morecore): If that is set, return null immediately.
6525         When growing the info table, before getting new core from the
6526         system for it, set morecore_recursing and try moving _heapinfo
6527         with _realloc_internal.  When that fails and we get new core, set
6528         _heaplimit to cover the core for the new _heapinfo table.
6529         (register_heapinfo): New function.  Record the _heapinfo table's
6530         own blocks in that table and in the statistics variables.
6531         (initialize, _malloc_internal): Use it after allocating new table.
6532
6533 Fri Mar 10 22:26:28 1995  Jim Meyering  (meyering@comco.com)
6534
6535         * sysdeps/generic/memchr.c: Remove ansidecl.h and clean up for use
6536         by other packages.
6537         [LONG_MAX <= LONG_MAX_32_BITS]: Don't compile 64-bit code.
6538
6539 Fri Mar 10 13:31:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6540
6541         * mach/errorlib.h (errors): Use const for decl.
6542
6543         * time/tzfile.c (uc2ul, _uc2ul): Macros removed.
6544         (decode): New inline function; decode signed 32-bit integers, and
6545         sign-extend properly when long is longer than 32 bits.
6546         (__tzfile_read): Changed all uses of uc2ul to decode.
6547         Decode the transition times properly when sizeof (time_t) > 4.
6548
6549         * stdio/printf.h: Doc fixes.  Don't #include <stddef.h>.
6550         (printf_function): Make last arg ARGS a vector of pointers instead of a
6551         pointer to va_list.
6552
6553 Fri Mar 10 13:46:25 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
6554
6555         * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Use return value of _IO_padn.
6556         (buffered_vfprintf): Remove line buffer when flush failed.
6557
6558 Fri Mar 10 00:04:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6559
6560         * time/tzfile.c (struct ttinfo): New member `isgmt'.
6561         (__tzfile_read): Read isgmt flags for each type.
6562         (__tzfile_default): When using TZDEFRULES DST rules, adjust
6563         transition times according to the isstd and isgmt flags for the
6564         types of each transition, and adjust each transition to point to
6565         type index either 0 or 1.  Reset type indices 0 and 1 to describe
6566         the user's settings.
6567
6568 Thu Mar  9 22:29:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6569
6570         * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
6571         into just CLASS.  Add standard/optional flag to all items.
6572
6573         * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo.
6574
6575         * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit):
6576         Rearrange defn to satisfy compiler.
6577
6578         * locale/localeinfo.h: Declare _nl_current.
6579
6580         * configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB.  Accept args
6581         --enable-shared, --enable-profile, --enable-omitfp; pass settings
6582         through to config.make.
6583         * config.make.in (build-shared, build-profile, build-omitfp): New
6584         config vars.
6585
6586         * elf/elf.h (STN_UNDEF): Renamed to SHN_UNDEF (typo).
6587         (DT_NUM): New macro.
6588
6589         * locale/nl_langinfo.c: Include errno.h and stddef.h.  Fix typos.
6590
6591         * locale/lc-ctype.c (_nl_postload_ctype): Fix macro insanity.
6592
6593         * locale/loadlocale.c (_nl_load_locale) [! MAP_COPY]: Define
6594         MAP_COPY to MAP_PRIVATE.
6595
6596 Thu Mar  9 17:16:53 1995  Brendan Kehoe  (brendan@zen.org)
6597
6598         * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
6599         that's used inside the alpha sysdep.h.
6600
6601         * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
6602         keyword.
6603         * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
6604
6605         * configure.in: Match `osf*', not `osf1*'.
6606         * configure: Likewise.
6607         * sysdeps/unix/bsd/osf: Renamed from `sysdeps/unix/bsd/osf1'.
6608
6609 Wed Mar  8 13:38:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6610
6611         * posix/glob/configure.bat: Fixes from DJ.
6612
6613         * time/backward, time/europe, time/northamerica, time/pacificnew,
6614         time/zdump.c, time/zic.c, time/tzfile.h, time/private.h,
6615         time/ialloc.c: Code and data updated from ADO's 95b.
6616         * time/emkdir.c: File removed.
6617         * time/Makefile (distribute, extra-objs, zic): Omit it.
6618
6619         * time/localtime.c: Deansideclized.  Never #define __tzname et al
6620         to non-__ names.
6621
6622         * locale/lc-ctype.c (__ctype_tolower, __ctype_toupper): Use int *
6623         instead of short int *.
6624         * ctype/ctype-info.c: Likewise.
6625         * ctype/ctype.h: Likewise.
6626
6627         * locale/langinfo.h (_NL_CTYPE_CLASS): Use this (just one) instead
6628         of EB and EL versions.
6629
6630 Mon Mar  6 12:34:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6631
6632         * ctype/ctype.h (_ISbit): New macro, defined dependent on byte order.
6633         (_IS* enum): Use _ISbit to produce values.
6634
6635 Sun Mar  5 19:40:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6636
6637         * locale/localeinfo.h: Rewritten for new locale system, using
6638         locale data files and with <langinfo.h> interface.
6639         * locale/setlocale.c: Rewritten to use locale data files.
6640         * langinfo.h: New file.
6641         * locale/langinfo.h: New file.
6642         * locale/nl_langinfo.c: New file.
6643         * locale/loadlocale.c: New file.
6644         * locale/lc-ctype.c: New file.
6645         * locale/lc-messages.c: New file.
6646         * locale/lc-monetary.c: New file.
6647         * locale/lc-numeric.c: New file.
6648         * locale/lc-time.c: New file.
6649         * locale/categories.def: New file.
6650         * locale/Makefile (headers): Remove localeinfo.h.
6651         (distribute): New variable; put localeinfo.h here, and categories.def.
6652         (routines): Add loadlocale.
6653         (categories): New variable.
6654         (aux): Use that to get C-category and lc-category.
6655         * ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum.
6656         * ctype/ctype-info.c: For initial tables, use
6657         _nl_C_LC_CTYPE_{class,toupper,tolower} constant tables defined in
6658         locale/C-ctype.c.
6659         * locale/C-ctype.c, locale/C-messages.c: New files.
6660         * locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c:
6661         Default "C" locale data updated for new locale system.
6662         * locale/C-collate.c: File removed.
6663         * locale/C-ctype_ct.c: File removed.
6664         * locale/C-ctype_mb.c: File removed.
6665         * locale/C-response.c: File removed.
6666         * locale/localeconv.c: Use _NL_CURRENT macro to access locale data.
6667         * stdio/printf_fp.c, stdio/vfprintf.c, stdio/vfscanf.c,
6668           stdlib/strtod.c, time/asctime.c, time/strftime.c:
6669         Include ../locale/localeinfo.h and use _NL_CURRENT macro to access
6670         locale data.
6671         * time/localtime.c: Don't include <localeinfo.h>.
6672         * time/tzset.c: Don't use locale items for default TZ value or
6673         "GMT" string (use "UTC").
6674
6675         * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Only call the function if
6676         WIDTH>0; update DONE.
6677
6678         * malloc/malloc.c (morecore): Fix last change to calculate by
6679         blocks instead of bytes.
6680
6681 Fri Mar  3 12:24:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6682
6683         * sysdeps/generic/sys/mman.h (__mmap, __munmap): Declare these.
6684         * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
6685         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
6686         * sysdeps/unix/bsd/osf1/sys/mman.h: Likewise.
6687         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
6688         * sysdeps/stub/munmap.c (munmap): Rename to __munmap, add weak
6689         alias munmap.
6690         * sysdeps/unix/mman/munmap.S: Likewise.
6691         * sysdeps/mach/munmap.c: Likewise.
6692         * sysdeps/mach/hurd/mmap.c (mmap): Rename to __mmap, add weak
6693         alias mmap.
6694         * sysdeps/unix/mman/mmap.S: Likewise.
6695         * sysdeps/unix/bsd/sun/sunos4/mmap.c: Likewise.
6696         * sysdeps/stub/mmap.c: Likewise.
6697
6698         * sysdeps/unix/bsd/setsid.c: Use __getpgid instead of __getpgrp.
6699
6700         * sysdeps/unix/dirfd.c: #undef dirfd before function defn.
6701
6702 Thu Mar  2 12:15:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6703
6704         * misc/search.h: Add missing semicolon.
6705
6706         * sysdeps/unix/dirfd.c: Fix typo.
6707
6708         * sysdeps/generic/sys/mman.h (mmap): Use __off_t instead of off_t
6709         in decl.
6710
6711         * stdio/vfscanf.c (%c): In no-assign case, fix loop to decrement
6712         WIDTH before test.
6713
6714 Wed Mar  1 00:57:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6715
6716         * stdlib/strtod.c: Fixes from drepper.
6717         [IMPLICIT_ONE]: New macro, one for IEEE754 formats.
6718         * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0.
6719         * stdlib/strtof.c [IMPLICIT_ONE]: New macro, 1.
6720
6721         * stdio/vfprintf.c: Correctly notice Z modifier.
6722
6723         * misc/search.h: New file.
6724         * misc/Makefile (headers): Add search.h.
6725         * misc/insremque.c: Include search.h.
6726         (struct qelem): Type removed.
6727
6728 Mon Feb 27 07:00:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6729
6730         * elf/libelf.h: New file.
6731         * elf/elf_hash.c: New file.
6732
6733 Sun Feb 26 15:51:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6734
6735         Changes from Germano Caronni <caronni@tik.ethz.ch>:
6736         * malloc/malloc.c (morecore): Account in NEWSIZE for the
6737         malloc_info structures for each new block.
6738
6739 Sat Feb 25 02:17:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6740
6741         * sysdeps/mach/hurd/kill.c: When the process has no message port
6742         registered and we have its task port, translate a few signals to
6743         task_suspend/task_resume/task_terminate.
6744
6745 Fri Feb 24 14:40:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6746
6747         * io/Makefile (routines): Add euidaccess.
6748         * sysdeps/mach/hurd/euidaccess.c: New file.
6749         * sysdeps/stub/euidaccess.c: New file.
6750         * posix/unistd.h [__USE_GNU] (euidaccess): Declare it.
6751
6752         * dirent/Makefile (routines): Add dirfd.
6753         * sysdeps/stub/dirfd.c: New file.
6754         * sysdeps/unix/dirfd.c: New file.
6755         * sysdeps/unix/dirstream.h (_DIR_dirfd): New macro.
6756         * dirent/dirent.h (dirfd): Declare new function.  Define as macro
6757         _DIR_dirfd if that is defined.
6758         * sysdeps/mach/hurd/dirstream.h (DIR): Replace `__port' member
6759         with `void *__fd'.
6760         * sysdeps/mach/hurd/opendir.c: Use DIRP->__fd instead of DIRP->__port.
6761         Open the file with `open'; set FD_CLOEXEC on the fd.
6762         * sysdeps/mach/hurd/closedir.c: Likewise.
6763         * sysdeps/mach/hurd/readdir.c: Likewise.
6764         * sysdeps/mach/hurd/dirfd.c: New file.
6765
6766         * posix/Makefile (glob/configure): Do cvs commit if there is a CVS
6767         directory.
6768         (glob/ChangeLog): Likewise.
6769
6770         * locale/locale.h (LC_*): Use small integers instead of bit masks.
6771
6772         * stdio/bug4.c: Put temporary files in /tmp.
6773         * stdio/bug3.c: Likewise.
6774         * stdio/bug5.c: Likewise.
6775         * stdio/test-fseek.c: Likewise.
6776         * stdio/test-popen.c: Likewise.
6777
6778 Wed Feb 22 00:44:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6779
6780         * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
6781
6782         * libc-symbols.h (weak_symbol): New macro.
6783
6784         * hurd/hurdsig.c (_hurd_internal_post_signal): Ignore preempter
6785         elts with null handlers.
6786
6787         * sysdeps/mach/hurd/i386/sigreturn.c: Restore the FPU state.
6788
6789 Tue Feb 21 21:53:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6790
6791         * stdlib/random.c (__srandom): Change algorithm used to populate
6792         the state array.
6793         (randtbl): Recomputed with new algorithm.
6794
6795         * sysdeps/sparc/Makefile [subdir=crypt] (crypt): Reset only if set
6796         to original value of `crypt'.
6797         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile [subdir=crypt]
6798         (crypt): New variable, set to crypt.solar.
6799
6800 Tue Feb 21 11:50:37 1995  Brendan Kehoe  (brendan@zen.org)
6801
6802         * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
6803
6804         * config.h.in: Put comment around ^L to pacify Solaris as here too.
6805
6806 Tue Feb 21 00:10:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6807
6808         * string/Makefile (distribute): Add pagecopy.h.
6809         * sysdeps/mach/pagecopy.h: New file.
6810         * sysdeps/generic/pagecopy.h: New file.
6811         * sysdeps/generic/memcpy.c: Include pagecopy.h; call
6812         PAGE_COPY_FWD_MAYBE first when word aligned.
6813         * sysdeps/generic/memmove.c: Likewise.
6814
6815         * misc/bsd-compat.c (longjmp, setjmp): Functions removed.
6816         (getpgrp): Call __getpgid instead of __getpgrp.
6817
6818         * Makefile (subdirs): Add elf first.
6819         * elf/Makefile: New file.
6820         * elf/elf.h: New file.
6821
6822         * sysdeps/unix/start.c (errno): Only define if it's not #define'd
6823         as a macro.
6824         [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol
6825         indirection.
6826
6827         * csu/Makefile (crtstuff): New variable consolidates crti, crtn;
6828         add crti_s, crtn_s.
6829         (install-lib, extra-objs, generated-, omit-deps): Use that.
6830         (initfini): New canned sequence, broken out of crt[in].s rule.
6831         (crt[in].s rule): Use it.
6832         (crt[in]_s.s): New rule.
6833         * csu/initfini.c (GLOBAL): New macro; define it to empty if undefined.
6834         (_init, _fini): Use GLOBAL as storage class.
6835         Add self reference to avoid GCC optimizing out the functions.
6836
6837         * Makefile (headers): Remove $(stddef.h).
6838         * Makeconfig (stddef.h): Variable removed; now require gcc version
6839         >= 2.2.
6840         * stddef.h: File removed.
6841
6842 Mon Feb 20 19:42:31 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6843
6844         * sysdeps/unix/bsd/ultrix4/mips/start.S: Remove `__environ'
6845         definition.
6846         * sysdeps/unix/bsd/osf1/alpha/start.S: Likewise.
6847
6848         * stdlib/strtod.c: Allow the string to start with a decimal point
6849         without a leading zero.
6850
6851 Mon Feb 20 04:04:57 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
6852
6853         * Makefile (subdirs): Put csu first.
6854
6855         * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
6856
6857         * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
6858         to crt[in].o.
6859         (csu-objpfx): New variable.
6860         (+link): Use it to find start.o and $(+preinit), $(+postinit).
6861
6862         * Rules (subdir_lib, all): Depend on objs.
6863
6864         * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS.
6865
6866         * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in
6867         access to float.h macros.
6868
6869         * misc/efgcvt.c: New file.
6870         * misc/Makefile (routines): Add efgcvt.
6871
6872 Sun Feb 19 20:10:43 1995  Brendan Kehoe  <brendan@zen.org>
6873
6874         * sysdeps/sparc/mul.S: Renamed to `dotmul.S'.
6875         * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S',
6876         to avoid a misreference that would override sysdeps/generic/mul.c.
6877         * sysdeps/sparc/Dist: Likewise.
6878
6879 Sun Feb 19 17:46:13 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
6880
6881         * posix/Makefile (aux): Add environ.
6882         * posix/environ.c: New file.
6883         * sysdeps/unix/sparc/start.c: Remove __environ definition.
6884         * sysdeps/unix/start.c: Likewise.
6885         * sysdeps/unix/sysv/irix4/start.c: Likewise.
6886         * sysdeps/mach/hurd/start.c: Likewise.
6887         * sysdeps/mach/start.c: Likewise.
6888         * sysdeps/stub/start.c: Likewise.
6889
6890         * sysdeps/unix/make_errlist.c: In produced program, test
6891         HAVE_WEAK_SYMBOLS instead of HAVE_GNU_LD.
6892         * sysdeps/unix/sysv/sysv4/dup2.c: Fix #include of renamed file.
6893         Remove extra weak alias.
6894
6895         * sysdeps/unix/sysv/sysv4/sigaltstack.S: Fix unsquashed file name
6896         in #include.
6897
6898         * libc-symbols.h: Put comment around ^L to pacify Solaris as.
6899
6900         * sysdeps/posix/Makefile (cded-objdir-includes): New variable
6901         replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of
6902         $(CPPFLAGS).
6903         (mk-stdiolim): Use it instead.
6904
6905 Fri Feb 17 12:16:27 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
6906
6907         * mach/mach_init.c (__vm_page_size): Make it initialized.  It does
6908         not work to make a weak alias to a bss symbol.
6909
6910         * stdio/Makefile (distribute): Remove mpn-copy.mk; add gen-mpn-copy.
6911         (tests): Add test-fwrite.
6912         * stdio/test-fwrite.c: New file.
6913
6914         * stdlib/stdlib.h [__USE_GNU]: Declare strtof, strtold, __strtof,
6915         __strtold.
6916
6917         * Makefile (autoconf-it): New canned sequence.  Do cvs commit if
6918         there is a CVS directory.
6919         (configure, %/configure): Use $(autoconf-it) for cmds.
6920         * Make-dist: Likewise.
6921         * sysdeps/mach/hurd/Makefile (errlist.c, errnos.h): Do cvs commit
6922         if there is a CVS directory.
6923         * sysdeps/sparc/Makefile (divrem output): Likewise.
6924         * sysdeps/alpha/Makefile (divrem output): Likewise.
6925         * Makerules ($(gpl2lgpl)): Likewise.
6926
6927         * Makerules (rule to install lib%.a from $(install-lib)): Fix
6928         patsubst to elide ranlib for $(non-lib.a).
6929
6930         * stdio/tst-printf.c: Enable FP tests.  Add some new tests from rfg.
6931
6932 Thu Feb 16 04:06:06 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
6933
6934         * sysdeps/mach/hurd/mig-reply.c: Add weak aliases to non-__ names.
6935         * mach/mig-dealloc.c: Add weak alias mig_deallocate.
6936
6937 Wed Feb 15 13:34:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6938
6939         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Take new arg
6940         DEALLOC_REFPORT; deallocate the refport after use only if it
6941         evaluates to nonzero.
6942         * sysdeps/mach/hurd/kill.c: Pass DEALLOC_REFPORT arg of one.
6943         * hurd/hurdkill.c: Pass DEALLOC_REFPORT arg of zero.
6944
6945         * hurd/hurdsig.c (abort_rpcs): Take new arg int *STATE_CHANGE; set
6946         *STATE_CHANGE to indicate whether or not we changed *STATE and it
6947         should be committed to the thread.
6948         (abort_all_rpcs): Take new arg LIVE; if nonzero and abort_rpcs changes
6949         state for a thread, do thread_set_state on that thread.  Don't use
6950         SS->intr_port for collecting reply ports, it is not safe to
6951         clobber that when suspending; instead, alloca a temporary array.
6952         (_hurd_internal_post_signal): Pass LIVE flag to abort_all_rpcs:
6953         zero when dying, one when suspending.  Pass new arg to abort_rpcs.
6954
6955         * sysdeps/mach/hurd/stdio_init.c: Don't lock the file descriptor;
6956         HURD_FD_PORT_USE will.  Don't use critical sections around
6957         HURD_FD_PORT_USE invocations.
6958
6959         * sysdeps/mach/hurd/stdio_init.c: Don't make pipes/FIFOs unbuffered.
6960         * sysdeps/posix/stdio_init.c: Likewise.
6961
6962 Tue Feb 14 03:01:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6963
6964         * hurd/hurd/fd.h (_hurd_fd_get): Don't do critical section
6965         locking; don't leave the descriptor locked on return.
6966         (HURD_FD_PORT_USE): Don't expect _hurd_fd_get to return the fd locked.
6967         Use a critical section around locking the descriptor.
6968         Check for an empty descriptor and return EBADF.
6969         * sysdeps/mach/hurd/dup2.c: Likewise.
6970         * sysdeps/mach/hurd/fcntl.c: Likewise.
6971         Use HURD_FD_PORT_USE macro for RPCs.
6972         * sysdeps/mach/hurd/sysd-stdio.c: Don't lock the descriptor before
6973         using HURD_FD_PORT_USE.
6974         * sysdeps/mach/hurd/defs.c (init_stdio): Don't expect _hurd_fd_get
6975         to lock the descriptor.
6976         * sysdeps/mach/hurd/stdio_init.c: Use critical sections while
6977         locking the descriptor.
6978         * sysdeps/mach/hurd/fdopen.c: Likewise.
6979         * hurd/fd-close.c: Likewise.
6980         Don't expect the descriptor to be locked on entry.
6981         Check for empty descriptor and return EBADF.
6982
6983         Factor ctty RPC code for SIGTTIN/SIGTTOU generation out into
6984         new functions _hurd_ctty_input and _hurd_ctty_output, each
6985         called with (io_t port, io_t ctty, error_t (*rpc) (io_t)).
6986         * hurd/ctty-input.c: New file.
6987         * hurd/ctty-output.c: New file.
6988         * hurd/Makefile (dtable): Add ctty-input and ctty-output.
6989         * hurd/fd-read.c: Use _hurd_ctty_input.
6990         * hurd/fd-write.c: Use _hurd_ctty_output.
6991         * sysdeps/mach/hurd/ioctl.c: Likewise.
6992         * hurd/hurd/fd.h (_hurd_ctty_input, _hurd_ctty_output): Declare them.
6993
6994 Mon Feb 13 11:36:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6995
6996         * stdio/vfscanf.c (%e, %f, %g): Use strtod, __strtold, or __strtof
6997         as appropriate to the type.
6998
6999         * sysdeps/ieee754/huge_val.h (__huge_val_t): New macro to avoid
7000         repeating the union.
7001         (HUGE_VAL, __huge_val): Use it.
7002         [__USE_GNU] (HUGE_VALf, HUGE_VALl): New macros, along with
7003         analogous macros to HUGE_VAL's: __huge_val[fl]_t, __HUGE_VAL[fl]_bytes.
7004         * stdlib/strtold.c (FLOAT_HUGE_VAL): Define this to HUGE_VALl.
7005         (STRTOF): Set to __strtold; define strtold as weak alias.
7006         * stdlib/strtof.c (FLOAT_HUGE_VAL): Define this to HUGE_VALf.
7007         (STRTOF): Set to __strtof; define strtof as weak alias.
7008
7009         * sysdeps/ieee754/ieee754.h (union ieee754_float): New type.
7010         (IEEE754_FLOAT_BIAS): New macro.
7011
7012         * sysdeps/ieee754/mpn2ldbl.c: Fix typos.
7013
7014         * stdlib/testmb.c: Add tests from rfg for using normal chars as
7015         multibyte chars.
7016
7017         * hurd/hurdmalloc.c (malloc_init): Add self reference to avoid not
7018         only the `defined but not used' warning, but also to avoid GCC
7019         optimizing out the entire function (!).
7020
7021         * stdlib/wctomb.c: Include ctype.h.
7022
7023         * Makerules (install-lib-non.a): Don't include $(non-lib.a).
7024
7025         * hurd/hurdmalloc.c: Include string.h; #define bcopy using memcpy.
7026
7027 Sat Feb 11 04:05:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7028
7029         * stdio/printf_fp.c: Include "fpioconst.h".
7030         (_tens_p): Table moved to fpioconst.c, renamed to _fpioconst_pow10.
7031         (__printf_fp): All references changed.
7032         Don't bother computing THOUSANDS_SEP if GROUPING is empty.
7033         (group_number): Use memmove instead of memcpy, since operands overlap.
7034         * stdio/fpioconst.c: New file, tables broken out of stdio/printf_fp.c.
7035         * stdio/fpioconst.h: New file, header declaring the table data.
7036         * stdio/Makefile (aux): Add fpioconst.
7037         (distribute): Add fpioconst.h.
7038         * stdlib/strtod.c: Complete rewrite from drepper.
7039         * stdlib/strtof.c: New file.
7040         * stdlib/strtold.c: New file.
7041         * stdlib/Makefile (routines): Add strtof, strtold.
7042         * stdio/Makefile (routines): Add mpn2flt, mpn2dbl, mpn2ldbl.
7043         * sysdeps/stub/mpn2flt.c: New file.
7044         * sysdeps/stub/mpn2dbl.c: New file.
7045         * sysdeps/stub/mpn2ldbl.c: New file.
7046         * sysdeps/ieee754/mpn2flt.c: New file.
7047         * sysdeps/ieee754/mpn2dbl.c: New file.
7048         * sysdeps/ieee754/mpn2ldbl.c: New file.
7049
7050         * Makerules (install-lib.a): Don't filter out $(non-lib.a).
7051         ($(install-lib.a) in $(libdir) rule): Elide ranlib command when $@
7052         appears in $(non-lib.a).
7053
7054 Fri Feb 10 17:20:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7055
7056         * stdlib/wctomb.c: A normal ASCII character translates to itself.
7057         * stdlib/mbtowc.c: Likewise.
7058
7059 Thu Feb  9 03:55:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7060
7061         * setjmp/setjmp.h (longjmp, _longjmp, __longjmp, siglongjmp):
7062         Remove `const' from prototypes.
7063         * sysdeps/m68k/__longjmp.c: Likewise.
7064         * setjmp/longjmp.c: Likewise.
7065         * sysdeps/i386/__longjmp.c: Likewise.
7066
7067         * sysdeps/posix/tempname.c: Increment *IDX at beginning of loop,
7068         so when we return a name, it is incremented past the value that
7069         produces that same name.
7070
7071         * stdio/fgets.c (fgets): Change `size_t' to `int' in prototype.  Sigh.
7072         * stdio/stdio.h (fgets): Likewise.
7073
7074         * stdio/vfprintf.c (printf_unknown): Print ' for INFO->group flag.
7075
7076         * hurd/fd-write.c: Don't clobber ERR with the msg_sig_post call
7077         when it's EBACKGROUND; we need to notice that it is EBACKGROUND
7078         and retry the RPC.
7079         * hurd/fd-read.c: Likewise.
7080
7081 Wed Feb  8 05:01:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7082
7083         * sysdeps/mach/sysdep.h (FATAL_PREPARE_INCLUDE): New macro, set to
7084         <mach/mig_support.h>.
7085         * assert/assert-perr.c [FATAL_PREPARE_INCLUDE]: Include it.
7086         * assert/assert.c: Likewise.
7087         * sysdeps/posix/libc_fatal.c: Likewise.
7088
7089 Tue Feb  7 12:17:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7090
7091         * stdio/stdio.h [__STRICT_ANSI__] (stdin, stdout, stderr): Define
7092         as macros, to satisfy ANSI pedants.
7093
7094         * stdio/internals.c (flushbuf): When there is no new data after
7095         priming the stream, return without writing out the buffer.
7096         * stdio/Makefile (tests): Add bug7.
7097         * stdio/bug7.c: New file.
7098
7099         * io/sys/stat.h (S_IFIFO, S_IFLNK, S_IFSOCK, S_ISFIFO, S_ISLNK,
7100         S_ISSOCK): Define only if the corresponding underlying __S_IF* macro
7101         is defined.
7102
7103         * stdio/getdelim.c: Decrement COPY after getting a char from __fillbf.
7104
7105         * stdio/Makefile (tests): Add errnobug.
7106         * stdio/errnobug.c: New file.
7107
7108         * mach/mig_strncpy.c: Include string.h.
7109
7110         * sysdeps/mach/sysdep.h: Don't #include <mach/mig_support.h>.  Its
7111         inlines cause trouble for files defining global register variables.
7112
7113         * stdio/vfprintf.c: Use _strerror_internal for %m.
7114
7115         * sysdeps/ieee754/dbl2mpn.c: Fixes from drepper for 64-bit limbs.
7116
7117         * stdio/printf.h (struct printf_info): New member `group', for %' flag.
7118         * stdio/printf-prs.c (parse_printf_format): Grok %' flag and set flag.
7119         * stdio/vfprintf.c (group_number): New function.
7120         (vfprintf): Support %' flag for integer formats, by calling
7121         group_number after formatting the number in WORK.
7122         * stdio/printf_fp.c (guess_grouping, group_number): New functions.
7123         (__printf_fp): Implement `group' flag using them.
7124
7125         * Makefile (include sysd-dirs): Protect with ifndef avoid-generated.
7126         (parent-clean): Remove sysd-rules, not sysdirs.
7127         (distclean): Pass avoid-generated=yes to submake.
7128         (distclean-1): Remove $(sysdep-$(distclean-1)).
7129
7130         * Makerules (objects, objs): Depend on $(extra-objs) too.
7131         (include sysd-Makefile): Protect with ifndef avoid-generated.
7132
7133         * Makeconfig (+defines, +gnu-stabs, gnu-as): Variables removed.
7134         (CPPFLAGS): Use $(defines) in place of $(+defines).
7135         Replace -D_LIBC with -include $(..)libc-symbols.h.
7136
7137         * stdio/freopen.c: Set seen bit before calling fclose.
7138
7139 Mon Feb  6 18:34:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7140
7141         * sysdeps/mach/hurd/setpriority.c: Keep track of numbers of
7142         successes and each kind of failure.  Return EPERM or EACCES only
7143         if every task failed that way.
7144
7145         * sysdeps/mach/hurd/getpriority.c: Handle out of band buffers
7146         correctly.
7147
7148         * sysdeps/mach/hurd/ptrace.c (PTRACE_ATTACH, PTRACE_DETACH): Stop
7149         or resume the process after frobbing.
7150
7151         * hurd/hurdsig.c: Use spin lock operations on sigstate locks
7152         throughout.
7153         (_hurd_thread_sigstate): Don't lock the sigstate lock.
7154         (_hurd_internal_post_signal): New subfunction `mark_pending'; replace
7155         repeated sequences with calls to it.  Don't expect the sigstate
7156         lock to be held on entry; lock it just before examining sigaction.
7157         In handler case, check SS->critical_section after calling
7158         abort_rpcs; if set, mark the signal pending and resume the thread.
7159         * hurd/hurd/signal.h (_hurd_self_sigstate_unlocked): Function removed.
7160         (_hurd_self_sigstate): Don't lock the sigstate lock.
7161         (HURD_EINTR_RPC): Call _hurd_self_sigstate instead of
7162         _hurd_self_sigstate_unlocked.
7163         * hurd/msgportdemux.c: Don't expect _hurd_self_sigstate to lock
7164         the sigstate lock.
7165         * hurd/hurdexec.c: Use spin lock operations on sigstate lock.
7166         Don't expect _hurd_self_sigstate to lock it.  Fix critical section
7167         locking.
7168         * hurd/hurd-raise.c: Likewise.
7169         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
7170         * sysdeps/mach/hurd/sigpending.c: Likewise.
7171         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
7172         * sysdeps/mach/hurd/sigaction.c: Likewise.
7173         * sysdeps/mach/hurd/sigprocmask.c: Likewise.
7174         * hurd/fd-write.c: Likewise.
7175         * hurd/fd-read.c: Likewise.
7176         * sysdeps/mach/hurd/ioctl.c: Likewise.
7177         * sysdeps/mach/hurd/fork.c: Likewise.
7178         * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
7179         * sysdeps/mach/hurd/mips/sigreturn.c: Likewise.
7180         * sysdeps/mach/hurd/alpha/sigreturn.c: Likewise.
7181         * hurd/hurdmsg.c (get_int): Likewise.
7182
7183         * stdio/vfprintf.c: Include stddef.h.  Fix typos in libio code.
7184
7185         * stdio/vfprintf.c (__pad): Function renamed to __printf_pad, made
7186         global.
7187         (PAD): Caller changed.
7188         * stdio/printf_fp.c (__pad): Function removed.
7189         (PAD): Use __printf_pad instead.
7190
7191 Sun Feb  5 17:59:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7192
7193         Merged new FP printer by Ulrich Drepper.
7194         * stdio/printf_fp.c: Rewrite by drepper.
7195         * stdio/Makefile (routines): Add ldbl2mpn.
7196         * sysdeps/ieee754/ieee754.h (union ieee754_double): Add `ieee_nan'
7197         member.
7198         (union ieee854_long_double): New type, from drepper.
7199         (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
7200         * sysdeps/ieee754/ldbl2mpn.c: New file, by drepper.
7201         * sysdeps/stub/ldbl2mpn.c: New file.
7202         * math/Makefile (routines): Add isinfl and isnanl.
7203         * sysdeps/ieee754/isinfl.c: New file.
7204         * sysdeps/stub/isinfl.c: New file.
7205         * sysdeps/ieee754/isnanl.c: New file.
7206         * sysdeps/stub/isnanl.c: New file.
7207
7208         * malloc/malloc.c (__malloc_extra_blocks): New variable.
7209         (malloc): When getting more core, get __malloc_extra_blocks extra;
7210         put the new block at the end of the free list and let the next loop
7211         iteration use the initial portion of it.
7212         * malloc/free.c (_free_internal): Account for twice
7213         __malloc_extra_blocks in deciding if we have so much extra memory
7214         we should return it to the system.
7215         * malloc/malloc.h (__malloc_extra_blocks): Declare it.
7216         * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
7217         const in parameter decl.
7218
7219         * sysdeps/unix/mips/sysdep.h (ENTRY): Add `.ent' directive.
7220
7221 Fri Feb  3 18:15:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7222
7223         * munch.awk (EXTERNS): Print decls using __P instead of EXFUN.
7224
7225         * sysdeps/mips/setjmp_aux.c: Use ENV[0].__jmpbuf[0].
7226         * sysdeps/mips/bsd-_setjmp.S: Use `li' insn instead of `move'.
7227         * sysdeps/mips/bsd-setjmp.S: Likewise.
7228         * sysdeps/mips/__longjmp.c: Remove obsolete __NORETURN keyword.
7229         * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
7230         Use `long int' for sigcode.  Use explicit register numbers instead
7231         of names.
7232         (_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
7233         * sysdeps/mach/hurd/mips/exc2signal.c: Use `long int' for sigcode.
7234
7235 Thu Feb  2 20:06:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7236
7237         * hurd/hurdmalloc.c: Remove bogus bcopy decl.
7238
7239         * mach/mig_strncpy.c: Add missing `const' in prototype.  Rewritten
7240         using __stpncpy.
7241
7242         * io/ftw.c (ftw, ftw_dir): Treat ENOENT from stat like EACCES.
7243
7244         * stdio/vfprintf.c: Set PREC to zero for %. without following digit.
7245
7246 Tue Jan 31 13:49:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7247
7248         * mach/mig_strncpy.c: Include mach.h instead of string.h.  Use
7249         vm_size_t instead of size_t for arg and return types.
7250
7251         * mach/mach_init.c: Don't declare __mig_init; mach/mig_support.h
7252         already does.
7253
7254 Mon Jan 30 00:33:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7255
7256         * set-hooks.h (RUN_HOOK): Dereference PTR properly.
7257
7258         * configure.in (friendly stddef.h check): Write override defn for
7259         `stddef.h' Make variable.
7260         (AC_LINK_FILES): Use `echo ...` to avoid " " appearing nonempty.
7261
7262         * configure.in (host_os=sysv4*|solaris2*): Set elf=yes.
7263
7264         * Rules ($(objpfx)dummy.o): Write an empty function, not just an
7265         empty file.
7266
7267         * sysdeps/sparc/Makefile (sysdep-realclean): New variable.
7268
7269 Sat Jan 28 03:38:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7270
7271         * Makefile (distribute): Remove gnu-stabs.h; add libc-symbols.h.
7272
7273         * sysdeps/mach/sysdep.h [ASSEMBLER]: Protect include of
7274         mach/machine/syscall_sw.h with this.
7275
7276 Fri Jan 27 18:33:20 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7277
7278         * hurd/hurd/signal.h: Include <hurd/msg.h>, and <spin-lock.h>
7279         instead of <lock-intern.h>.
7280         (struct hurd_sigstate): Member `lock' changed to a `spin_lock_t'.
7281         (_hurd_critical_section_lock): Use spin lock operators.
7282         Don't hold the sigstate lock, unlock it after setting the flag.
7283         (_hurd_critical_section_unlock): Take the sigstate lock
7284         to clear the flag; while holding it, check pending signals.  After
7285         unlocking, sig_post ourselves if there were pending signals.
7286
7287         * hurd/catch-exc.c (_S_catch_exception_raise): Don't take the
7288         sigstate lock.  If it is locked, clear SS->critical_section and
7289         SS->context, and unlock it.
7290
7291         * sysdeps/mach/sysdep.h (EXT, LEXT): New macros.
7292
7293         * set-init.c (__libc_init) [HAVE_ELF]: Run _init and atexit (_fini).
7294         * munch-tmpl.c: Likewise.
7295
7296         * mach/Makefile (routines): Don't filter out syscall_% from
7297         $(mach-syscalls).
7298
7299 Fri Jan 27 17:53:49 1995  Jim Meyering  (meyering@comco.com)
7300
7301         * posix/fnmatch.c: Declare errno if it's not defined.
7302         That's simpler than testing #if !defined(__GNU_LIBRARY__)
7303         && !defined(STDC_HEADERS).
7304
7305 Fri Jan 27 15:40:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7306
7307         * csu/Makefile: New file.
7308         * csu/initfini.c: New file.
7309         * Makefile (+other_dirs): Add csu.
7310         (+init): Variable renamed to libc-init.  All references changed.
7311         (aux): Remove start.
7312         (install-lib): Variable removed.
7313         (crt0.o, Mcrt1.o  crt1.o): Targets removed.
7314
7315         * mach/Machrules (static deps of RPC_*.o): Add $(..)libc-symbols.h
7316         and $(objpfx)config.h.
7317         (static deps of RPC alias *.o): Removed.
7318
7319         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h [ASSEMBLER]:
7320         Protect macros with this.
7321         * sysdeps/unix/bsd/osf1/alpha/sysdep.h: Likewise.
7322         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
7323         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
7324         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
7325         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
7326         * sysdeps/unix/mips/sysdep.h: Likewise.
7327
7328 Thu Jan 26 00:02:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7329
7330         * Makerules (compile.[Sc]): Match gcc in $(CC) better.
7331         (BUILD_CFLAGS): Instead of $(config-defines), use -include config.h.
7332
7333         * hurd/intr-rpc.awk: Emit weak alias.
7334
7335         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Call getpgrp instead of
7336         __getpgrp.
7337
7338         * sysdeps/unix/bsd/hp/m68k/sysdep.h [ASSEMBLER]: Protect macros with
7339         this.
7340         * sysdeps/unix/i386/sysdep.h: Likewise.
7341         * sysdeps/unix/sparc/sysdep.h: Likewise.
7342
7343         * io/ftw.c: Avoid `ret' as variable name.
7344         * posix/glob.c: Likewise.
7345
7346         * ctype/ctype.h (_ISalpha): Define as its own bit.
7347         * locale/C-ctype_ct.c (__ctype_b_C): Set _ISalpha bit in all letters.
7348
7349         * stdlib/exit.c [HAVE_GNU_LD]: Protect #include "set-hooks.h" and
7350         DEFINE_HOOK with this.
7351
7352 Wed Jan 25 00:45:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7353
7354         * hurd/hurdinit.c: Use DECLARE_HOOK instead of `extern DEFINE_HOOK'.
7355         * mach/spin-solid.c (spin_lock_solid): Define as weak alias to __name.
7356         * mach/shortcut.awk: Emit weak alias.
7357         * mach/spin-lock.c: Add weak aliases for all spin-lock.h functions.
7358         * mach/mach_init.c (mach_init, vm_page_size): Defin weak aliases for
7359         __ names.
7360         * mach/Makefile (lock): Remove spin-syms.
7361         (routines): Remove __ names, vm_page_size, msgserver_t.
7362         ($(mach-syscalls) rule): Generate files without __, add weak alias.
7363         Remove symbol alias file rule.
7364         ($(mach-shortcuts) rule): Likewise.
7365         [!mach-shortcuts] (user-interfaces): Filter out mach/mach4 too.
7366         * mach/Machrules (if-calls.c): Variable and rule removed.
7367         (interface-headers): Don't add $($(if)-calls).
7368         (transform-user-stub): Define to add weak alias.
7369         * set-hooks.h: Use new libc-symbols.h set access macros.
7370         * time/Makefile (routines): Remove __ names.
7371         (aux): Variable removed.
7372         * hurd/Makefile: Likewise.
7373         * sysdeps/unix/start.c (environ): Define as weak alias for __environ.
7374         (data_start): Define as weak alias for __data_start.
7375         * sysdeps/mach/hurd/start.c: Likewise.
7376         * sysdeps/unix/sparc/start.c: Likewise.
7377         * sysdeps/unix/make_errlist.c: Emit weak aliases for sys_nerr and
7378         sys_errlist.
7379         * sysdeps/mach/hurd/errlist.awk: Likewise.
7380         * sysdeps/unix/bsd/osf1/alpha/start.S (environ): Define as weak
7381         alias for __environ.
7382         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
7383         * sysdeps/stub/setdomain.c: Use new stub_warning macro.
7384         * sysdeps/stub/getdomain.c: Likewise.
7385         * sysdeps/stub/vhangup.c: Likewise.
7386         * sysdeps/stub/swapon.c: Likewise.
7387         * sysdeps/stub/sendmsg.c: Likewise.
7388         * sysdeps/stub/recvmsg.c: Likewise.
7389         * sysdeps/stub/acct.c: Likewise.
7390         * sysdeps/stub/isinf.c: Likewise.  Add weak alias isinf for __isinf.
7391         * sysdeps/mach/hurd/_exit.c: Remove obsolete __NORETURN keyword.
7392         * sysdeps/posix/libc_fatal.c: Likewise.
7393         * sysdeps/i386/abort.c: Likewise.
7394         * sysdeps/i386/__longjmp.c: Likewise.
7395         * sysdeps/generic/make_siglist.c: Emit defn always for
7396         _sys_siglist.  Emit weak alias to sys_siglist.
7397         * sysdeps/generic/atan.c: Remove obsolete __CONSTVALUE keyword.
7398         * sysdeps/ieee754/log10.c: Likewise.
7399         * time/difftime.c: Likewise.
7400         * stdlib/random.c (srand): Define as weak alias for __srandom.
7401         * stdlib/exit.c: Remove obsolete __NORETURN keyword.  Use set-hooks
7402         macros for __libc_atexit.
7403         * stdlib/Makefile (routines): Remove __random, srand.
7404         * stdio/gets.c: Use new link_warning macro instead of old
7405         warn_references.
7406         * stdio/Makefile (routines): Remove __ names.
7407         (aux): Remove syms-stdio.
7408         * socket/Makefile (routines): Added e on getpeernam and getsocknam.
7409         * setjmp/longjmp.c: Remove obsolete __NORETURN keyword.
7410         * setjmp/Makefile (routines): Remove _longjmp, siglongjmp.
7411         * setjmp/setjmp.h: Replace __NORETURN keyword with __attribute__ uses.
7412         * stdio/stdio.h: Likewise.
7413         * misc/Makefile (routines): Remove __ names.
7414         (aux): Remove data_start.
7415         * sysdeps/mach/hurd/defs.c: Don't include gnu-stabs.h.
7416         * sysdeps/mach/hurd/brk.c: Likewise.
7417         * hurd/hurdid.c: Likewise.
7418         * hurd/hurdpid.c: Likewise.
7419         * hurd/openport.c: Likewise.
7420         * hurd/hurdsock.c: Likewise.
7421         * hurd/hurdsig.c: Likewise.
7422         * hurd/hurdrlimit.c: Likewise.
7423         * hurd/hurdmalloc.c: Likewise.
7424         * hurd/dtable.c: Likewise.
7425         * hurd/setauth.c: Likewise.
7426         * misc/progname.c: Likewise.
7427         * misc/init-misc.c: Likewise.
7428         * sysdeps/generic/vfork.c: Likewise.
7429         * sysdeps/unix/bsd/init-posix.c: Likewise.
7430         * math/math.h: Replace __CONSTVALUE keyword with __attribute__ uses.
7431         * time/time.h: Likewise.
7432         * math/Makefile (routines): Remove __ names.
7433         * io/Makefile: Likewise.
7434         * termios/Makefile: Likewise.
7435         * resource/Makefile: Likewise.
7436         * signal/Makefile: Likewise.
7437         * dirent/Makefile: Likewise.
7438         * assert/assert.h: Replace __NORETURN keyword with __attribute__
7439         uses.  Functions return void and macros deal with this.
7440         * assert/assert-perr.c: Remove obsolete __NORETURN keyword.
7441         Return void.  Don't include gnu-stabs.h.
7442         * assert/assert.c: Likewise.
7443         * posix/Makefile (routines): Remove __ names, setpgrp.  Add
7444         getpgid.
7445         (aux): Remove environ.
7446         * stdlib/stdlib.h (abort, exit): Replace __NORETURN keyword with
7447         __attribute__ use.
7448         * posix/unistd.h (_exit): Likewise.
7449         (__getpgrp, __setpgrp): Declarations removed.
7450         (__getpgid, getpid): Declare these.
7451
7452         * configure.in (host_os=gnuelf|linuxelf): Set elf=yes.  Do AC_SUBST
7453         for gnu_ld, gnu_as, elf, and weak.  Call AC_LINK_FILEES on
7454         $libc_link_{sources,dests}.
7455         * sysdeps/unix/configure.in: Remove __ from file names.  Don't
7456         create files, just add to libc_link_{dests,sources}.
7457
7458         * config.make.in (gnu-as, gnu-ld, elf, weak-symbols): New variables.
7459
7460         * config.h.in: Add #undefs used by sysdeps configures.
7461
7462         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Removed
7463         __setpgid, __getpgid.
7464         * sysdeps/unix/sysv/sco3.2.4/setpgid.c: Included file was renamed
7465         from setpgrp.c.
7466         * sysdeps/unix/sysv/sco3.2.4/getpgid.c: Included file was renamed
7467         from __getpgrp.c.
7468         * sysdeps/unix/bsd/getpgrp.c: File removed.
7469         * sysdeps/generic/getpgrp.c: Moved from sysdeps/stub/getpgrp.c.
7470         Call __getpgid with zero.
7471         * sysdeps/stub/setpgid.c: Renamed __setpgrp to __setpgid, added
7472         weak aliases setpgid and setpgrp.
7473         * sysdeps/unix/sysv/irix4/setpgid.S: Likewise.
7474         * sysdeps/unix/common/setpgid.S: Likewise.
7475         * sysdeps/mach/hurd/setpgid.c: Likewise.
7476         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
7477         Use subcall 5 to __pgrpsys.
7478         * sysdeps/stub/getpgid.c: Renamed __getpgrp to __getpgid, added
7479         weak alias getpgid.
7480         * sysdeps/mach/hurd/getpgid.c: Likewise.
7481         * sysdeps/unix/sysv/irix4/getpgid.S: Likewise.
7482         * sysdeps/unix/common/getpgid.S: Likewise.
7483         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7484         Use subcall 4 to __pgrpsys.
7485         * sysdeps/stub/__getpgrp.c: Renamed to getpgid.c.
7486         * sysdeps/unix/sysv/sysv4/__getpgrp.c: Renamed to getpgid.c.
7487         * sysdeps/unix/sysv/sco3.2.4/__getpgrp.c: Renamed to getpgid.c.
7488         * sysdeps/unix/sysv/irix4/__getpgrp.S: Renamed to getpgid.S.
7489         * sysdeps/unix/common/__getpgrp.S: Renamed to getpgid.S.
7490         * sysdeps/mach/hurd/__getpgrp.c: Renamed to getpgid.c.
7491         * sysdeps/stub/setpgrp.c: Renamed to setpgid.c.
7492         * sysdeps/unix/sysv/sysv4/setpgrp.c: Renamed to setpgid.c.
7493         * sysdeps/unix/sysv/sco3.2.4/setpgrp.c: Renamed to setpgid.c.
7494         * sysdeps/unix/sysv/irix4/setpgrp.S: Renamed to setpgid.S.
7495         * sysdeps/unix/common/setpgrp.S: Renamed to setpgid.S.
7496         * sysdeps/mach/hurd/setpgrp.c: Renamed to setpgid.c.
7497
7498         * sysdeps/unix/bsd/hp/m68k/getdents.S: Included file was renamed
7499         from __getdents.S.
7500
7501         * sysdeps/posix/defs.c: Don't include gnu-stabs.h.
7502         * sysdeps/stub/sigpending.c: Use new libc-symbols.h macro for stub
7503         warning.
7504         * sysdeps/stub/fexecve.c: Likewise.
7505         * sysdeps/stub/fchdir.c: Likewise.
7506         * sysdeps/stub/fchflags.c: Likewise.
7507         * sysdeps/stub/chflags.c: Likewise.
7508
7509         * sysdeps/m68k/__longjmp.c: Remove __NORETURN; it's obsolete.
7510         * sysdeps/generic/abort.c: Likewise.
7511         * sysdeps/ieee754/ldexp.c: Remove __CONSTVALUE; it's obsolete.
7512
7513         * hurd/hurdioctl.c: Include hurd/ioctl.h.
7514         (_hurd_ioctl_handler_lists): Define this set.
7515         (_hurd_lookup_ioctl_handler): New function.
7516         * hurd/hurd/fd.h: ioctl handler stuff moved to hurd/ioctl.h.
7517         * hurd/hurd/ioctl.h: New file, broken out of hurd/fd.h.
7518         (_hurd_lookup_ioctl_handler): Declare it.
7519         (ioctl_handler_t): New typedef.  Use it throughout.
7520         * sysdeps/mach/hurd/ioctl.c: Include hurd/ioctl.h.
7521         (_hurd_ioctl_handler_lists): Don't define.
7522         (__ioctl): Call _hurd_lookup_ioctl_handler.
7523
7524         * stdlib/strtol.c (maxquad): Make this const.
7525         [__GNUC__ == 2 && __GNUC_MINOR__ < 7]: Only use maxquad in this case.
7526
7527         * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
7528         any compile tests.
7529
7530         * sysdeps/mach/hurd/setitimer.c (timer_thread): Call
7531         __msg_sig_post_request, not __sig_post_request.
7532
7533         * misc/getusersh.c: Renamed to getusershell.c.
7534         * sysdeps/stub/sethostnam.c: Renamed to sethostname.c.
7535         * sysdeps/unix/inet/sethostnam.S: Renamed to sethostname.S.
7536         * sysdeps/unix/sysv/sysv4/sethostnam.c: Renamed to sethostname.c.
7537         * sysdeps/mach/hurd/sethostnam.c: Renamed to sethostname.c.
7538
7539 Tue Jan 24 00:14:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7540
7541         * sysdeps/stub/settod.c: Renamed to settimeofday.c.
7542         * sysdeps/unix/bsd/settod.S: Renamed to settimeofday.c.
7543         * sysdeps/unix/sysv/settod.c: Renamed to settimeofday.c.
7544         * sysdeps/mach/hurd/settod.c: Renamed to settimeofday.c.
7545         * sysdeps/stub/setitmr.c: Renamed to setitimer.c.
7546         * sysdeps/unix/common/setitmr.S: Renamed to setitimer.S.
7547         * sysdeps/mach/hurd/setitmr.c: Renamed to setitimer.c.
7548         * sysdeps/posix/fpathcon.c: Renamed to fpathconf.c.
7549         * sysdeps/stub/fpathcon.c: Renamed to fpathconf.c.
7550         * sysdeps/unix/sysv/irix4/fpathcon.c: Renamed to fpathconf.c.
7551         * sysdeps/stub/getprio.c: Renamed to getpriority.c.
7552         * sysdeps/unix/sysv/irix4/getprio.c: Renamed to getpriority.c.
7553         * sysdeps/unix/common/getprio.S: Renamed to getpriority.S.
7554         * sysdeps/mach/hurd/getprio.c: Renamed to getpriority.c.
7555         * sysdeps/stub/setprio.c: Renamed to setpriority.c.
7556         * sysdeps/unix/sysv/irix4/setprio.c: Renamed to setpriority.c.
7557         * sysdeps/unix/common/setprio.S: Renamed to setpriority.S.
7558         * sysdeps/mach/hurd/setprio.c: Renamed to setpriority.c.
7559         * sysdeps/stub/getpeernam.c: Renamed to getpeername.c.
7560         * sysdeps/unix/inet/getpeernam.S: Renamed to getpeername.S.
7561         * sysdeps/unix/sysv/linux/getpeernam.S: Renamed to getpeername.S.
7562         * sysdeps/mach/hurd/getpeernam.c: Renamed to getpeername.c.
7563         * sysdeps/stub/getsocknam.c: Renamed to getsockname.c.
7564         * sysdeps/unix/inet/getsocknam.S: Renamed to getsockname.S.
7565         * sysdeps/unix/sysv/linux/getsocknam.S: Renamed to getsockname.S.
7566         * sysdeps/mach/hurd/getsocknam.c: Renamed to getsockname.c.
7567         * sysdeps/stub/sigaltstk.c: Renamed to sigaltstack.c.
7568         * sysdeps/unix/bsd/bsd4.4/sigaltstk.S: Renamed to sigaltstack.S.
7569         * sysdeps/unix/sysv/sysv4/sigaltstk.S: Renamed to sigaltstack.S.
7570         * sysdeps/mach/hurd/sigaltstk.c: Renamed to sigaltstack.c.
7571
7572         * sysdeps/mach/hurd/i386/sigreturn.c: Call __msg_sig_post instead
7573         of __sig_post.
7574         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
7575         * sysdeps/mach/hurd/kill.c: Likewise.
7576         * sysdeps/mach/hurd/sigprocmask.c: Likewise.
7577
7578         * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Macros removed.
7579         [!__GNUC__ || __GNUC__<2] (__attribute__): Define to empty.
7580
7581         * sysdeps/stub/remove.c: New file.
7582         * sysdeps/posix/remove.c: New file.
7583
7584 Mon Jan 23 03:26:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7585
7586         * time/mktime.c [weak_alias] (timelocal): Define as weak alias for
7587         mktime.
7588         * mach/mig_strncpy.c (mig_strncpy): Define as weak alias for
7589         __mig_strncpy.
7590         * mach/msg-destroy.c: Renamed from __msg_dest.c.
7591         (mach_msg_destroy): Define as weak alias for __mach_msg_destroy.
7592         * mach/setup-thread.c (mach_setup_thread): Define as weak alias.
7593         * time/tzset.c (tzname, daylight, timezone): Define as weak
7594         aliases for __ names.
7595         * hurd/hurdkill.c (hurd_sig_post): Define as weak alias.
7596         * hurd/hurdlookup.c: Add weak aliases for non-__ names.
7597         * Makefile (+init): Test $(gnu-ld)=yes, not for $(+gnu-stabs)
7598         being defined.
7599
7600 Sun Jan 22 15:19:51 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7601
7602         * string/Makefile (routines): Remove __ names, index, rindex, and
7603         bcmp.
7604         * sysdeps/alpha/strchr.c [weak_alias] (index): Define as weak
7605         alias for strchr.
7606         * sysdeps/generic/strchr.c: Likewise.
7607         * sysdeps/generic/strrchr.c [weak_alias] (rindex): Define as weak
7608         alias for strrchr.
7609         * sysdeps/generic/memcmp.c [weak_alias] (bcmp): Define as weak
7610         alias for memcmp.
7611
7612         * malloc/free.c (cfree): Define this function, with weak_alias if
7613         available, otherwise a C function.
7614         * malloc/Makefile (gmalloc-routines): Remove cfree.
7615
7616 Sat Jan 21 08:08:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7617
7618         * stdio/fseek.c: Do move bufp by O when that puts it exactly at
7619         get_limit.  This has the effect of no-op'ing properly for zero.
7620
7621         * configure.in: Add AC_CONFIG_HEADER(config.h).
7622         (--with-elf, --with-weak-symbols): Grok these and define HAVE_*.
7623         * config.h.in: New file.
7624
7625         * setjmp/longjmp.c: Add weak aliases _longjmp, siglongjmp.
7626         All code converted to use weak symbols, defined in the files which
7627         define the real code (with the __ names, the non-__ names are weak).
7628         All old symbol alias files removed.
7629         Many files renamed to remove __ prefix since there is now just
7630         the one file for both the __ and non-__ name for each function.
7631         * libc-symbols.h: New file.
7632         * set-hooks.h: Use libc-symbols.h macros for accessing symbol
7633         sets.
7634         * gnu-stabs.h: Prepend #error this file is obsolete.
7635         * sysdeps/ieee754/ldexp.c: Add weak aliases scalb and __scalb.
7636         * sysdeps/stub/__access.c: Renamed to access.c; added weak alias
7637         access.
7638         * sysdeps/unix/common/__access.S: Likewise.
7639         * sysdeps/mach/hurd/__access.c: Likewise.
7640         * sysdeps/stub/__adjtime.c: Renamed to adjtime.c; added weak alias
7641         adjtime.
7642         * sysdeps/unix/common/__adjtime.S: Likewise.
7643         * sysdeps/mach/__adjtime.c: Likewise.
7644         * sysdeps/mach/hurd/__adjtime.c: Likewise.
7645         * sysdeps/stub/__brk.c: Renamed to brk.c; added weak alias brk.
7646         * sysdeps/unix/bsd/sun/m68k/__brk.S: Likewise.
7647         * sysdeps/unix/bsd/vax/__brk.S: Likewise.
7648         * sysdeps/unix/bsd/hp/m68k/__brk.S: Likewise.
7649         * sysdeps/unix/bsd/osf1/alpha/__brk.S: Likewise.
7650         * sysdeps/unix/i386/__brk.S: Likewise.
7651         * sysdeps/unix/sparc/__brk.S: Likewise.
7652         * sysdeps/unix/mips/__brk.S: Likewise.
7653         * sysdeps/mach/hurd/__brk.c: Likewise.
7654         * sysdeps/standalone/__brk.c: Likewise.
7655         * sysdeps/stub/__chdir.c: Renamed to chdir.c; added weak alias chdir.
7656         * sysdeps/unix/__chdir.S: Likewise.
7657         * sysdeps/mach/hurd/__chdir.c: Likewise.
7658         * sysdeps/stub/__chmod.c: Renamed to chmod.c; added weak alias chmod.
7659         * sysdeps/unix/__chmod.S: Likewise.
7660         * sysdeps/mach/hurd/__chmod.c: Likewise.
7661         * sysdeps/stub/__chown.c: Renamed to chown.c; added weak alias chown.
7662         * sysdeps/unix/__chown.S: Likewise.
7663         * sysdeps/mach/hurd/__chown.c: Likewise.
7664         * sysdeps/stub/__close.c: Renamed to close.c; added weak alias close.
7665         * sysdeps/unix/__close.S: Likewise.
7666         * sysdeps/mach/hurd/__close.c: Likewise.
7667         * sysdeps/standalone/__close.c: Likewise.
7668         * sysdeps/generic/__copysign.c: Renamed to copysign.c; added weak
7669         alias copysign.
7670         * sysdeps/ieee754/__copysign.c: Likewise.
7671         * sysdeps/alpha/__copysign.c: Likewise.
7672         * sysdeps/ieee754/__drem.c: Renamed to drem.c; added weak alias drem.
7673         * sysdeps/m68k/fpu/__drem.c: Likewise.
7674         * sysdeps/stub/__drem.c: Likewise.
7675         * sysdeps/posix/__dup.c: Renamed to dup.c; added weak alias dup.
7676         * sysdeps/stub/__dup.c: Likewise.
7677         * sysdeps/unix/__dup.S: Likewise.
7678         * sysdeps/posix/__dup2.c: Renamed to dup2.c; added weak alias dup2.
7679         * sysdeps/stub/__dup2.c: Likewise.
7680         * sysdeps/unix/sysv/sysv4/__dup2.c: Likewise.
7681         * sysdeps/unix/sysv/irix4/__dup2.c: Likewise.
7682         * sysdeps/unix/common/__dup2.S: Likewise.
7683         * sysdeps/mach/hurd/__dup2.c: Likewise.
7684         * sysdeps/stub/__execve.c: Renamed to execve.c; added weak alias
7685         execve.
7686         * sysdeps/unix/__execve.S: Likewise.
7687         * sysdeps/mach/hurd/__execve.c: Likewise.
7688         * sysdeps/generic/__expm1.c: Renamed to expm1.c; added weak alias
7689         expm1.
7690         * sysdeps/m68k/fpu/__expm1.c: Likewise.
7691         * sysdeps/stub/__fchmod.c: Renamed to fchmod.c; added weak alias
7692         fchmod.
7693         * sysdeps/unix/common/__fchmod.S: Likewise.
7694         * sysdeps/mach/hurd/__fchmod.c: Likewise.
7695         * sysdeps/stub/__fchown.c: Renamed to fchown.c; added weak alias
7696         fchown.
7697         * sysdeps/unix/common/__fchown.S: Likewise.
7698         * sysdeps/mach/hurd/__fchown.c: Likewise.
7699         * sysdeps/stub/__fcntl.c: Renamed to fcntl.c; added weak alias fcntl.
7700         * sysdeps/unix/__fcntl.S: Likewise.
7701         * sysdeps/mach/hurd/__fcntl.c: Likewise.
7702         * math/__finite.c: Renamed to finite.c; added weak alias finite.
7703         * sysdeps/posix/__flock.c: Renamed to flock.c; added weak alias flock.
7704         * sysdeps/stub/__flock.c: Likewise.
7705         * sysdeps/unix/bsd/__flock.S: Likewise.
7706         * sysdeps/mach/hurd/__flock.c: Likewise.
7707         * hurd/__fopenport.c: Renamed to fopenport.c; added weak alias
7708         fopenport.
7709         * sysdeps/stub/__fork.c: Renamed to fork.c; added weak alias fork.
7710         * sysdeps/unix/__fork.S: Likewise.
7711         * sysdeps/unix/bsd/osf1/alpha/__fork.S: Likewise.
7712         * sysdeps/unix/i386/__fork.S: Likewise.
7713         * sysdeps/unix/sparc/__fork.S: Likewise.
7714         * sysdeps/unix/mips/__fork.S: Likewise.
7715         * sysdeps/mach/hurd/__fork.c: Likewise.
7716         * sysdeps/posix/__fpathcon.c: Renamed to fpathcon.c; added weak
7717         alias fpathconf.
7718         * sysdeps/stub/__fpathcon.c: Likewise.
7719         * sysdeps/unix/sysv/irix4/__fpathcon.c: Likewise.
7720         * sysdeps/stub/__fstat.c: Renamed to fstat.c; added weak alias fstat.
7721         * sysdeps/unix/__fstat.S: Likewise.
7722         * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
7723         * sysdeps/mach/hurd/__fstat.c: Likewise.
7724         * stdio/__getdelim.c: Renamed to getdelim.c; added weak alias
7725         getdelim.
7726         * sysdeps/stub/__getdents.c: Renamed to getdents.c; added weak
7727         alias getdents.
7728         * sysdeps/unix/__getdents.c: Likewise.
7729         * sysdeps/unix/bsd/sun/__getdents.S: Likewise.
7730         * sysdeps/unix/bsd/hp/m68k/__getdents.S: Likewise.
7731         * sysdeps/unix/bsd/ultrix4/__getdents.S: Likewise.
7732         * sysdeps/unix/bsd/bsd4.4/__getdents.S: Likewise.
7733         * sysdeps/unix/bsd/osf1/alpha/__getdents.S: Likewise.
7734         * sysdeps/unix/sysv/__getdents.c: Likewise.
7735         * sysdeps/mach/hurd/__getdents.c: Likewise.
7736         * hurd/__getdport.c: Renamed to getdport.c; added weak alias getdport.
7737         * sysdeps/posix/__getdtsz.c: Renamed to getdtsz.c; added weak
7738         alias getdtablesize.
7739         * sysdeps/stub/__getdtsz.c: Likewise.
7740         * sysdeps/unix/bsd/__getdtsz.S: Likewise.
7741         * sysdeps/unix/sysv/sysv4/__getdtsz.c: Likewise.
7742         * sysdeps/mach/hurd/__getdtsz.c: Likewise.
7743         * sysdeps/stub/__getegid.c: Renamed to getegid.c; added weak alias
7744         getegid.
7745         * sysdeps/unix/__getegid.S: Likewise.
7746         * sysdeps/mach/hurd/__getegid.c: Likewise.
7747         * sysdeps/stub/__geteuid.c: Renamed to geteuid.c; added weak alias
7748         geteuid.
7749         * sysdeps/unix/__geteuid.S: Likewise.
7750         * sysdeps/mach/hurd/__geteuid.c: Likewise.
7751         * sysdeps/stub/__getgid.c: Renamed to getgid.c; added weak alias
7752         getgid.
7753         * sysdeps/unix/__getgid.S: Likewise.
7754         * sysdeps/mach/hurd/__getgid.c: Likewise.
7755         * sysdeps/stub/__getgrps.c: Renamed to getgroups.c; added weak
7756         alias getgroups.
7757         * sysdeps/unix/bsd/sequent/i386/__getgrps.S: Likewise.
7758         * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: Likewise.
7759         * sysdeps/unix/sysv/irix4/__getgrps.c: Likewise.
7760         * sysdeps/unix/common/__getgrps.S: Likewise.
7761         * sysdeps/mach/hurd/__getgrps.c: Likewise.
7762         * sysdeps/stub/__gethstnm.c: Renamed to gethostname.c; added weak
7763         alias gethostname.
7764         * sysdeps/unix/inet/__gethstnm.S: Likewise.
7765         * sysdeps/unix/sysv/__gethstnm.c: Likewise.
7766         * sysdeps/unix/sysv/sysv4/__gethstnm.c: Likewise.
7767         * sysdeps/mach/hurd/__gethstnm.c: Likewise.
7768         * sysdeps/stub/__getitmr.c: Renamed to getitimer.c; added weak
7769         alias getitimer.
7770         * sysdeps/unix/common/__getitmr.S: Likewise.
7771         * sysdeps/mach/hurd/__getitmr.c: Likewise.
7772         * stdio/__getline.c: Renamed to getline.c; added weak alias getline.
7773         * sysdeps/posix/__getpgsz.c: Renamed to getpagesize.c; added weak
7774         alias getpagesize.
7775         * sysdeps/stub/__getpgsz.c: Likewise.
7776         * sysdeps/unix/__getpgsz.c: Likewise.
7777         * sysdeps/unix/bsd/__getpgsz.S: Likewise.
7778         * sysdeps/unix/sysv/sysv4/__getpgsz.c: Likewise.
7779         * sysdeps/mach/__getpgsz.c: Likewise.
7780         * sysdeps/stub/__getpid.c: Renamed to getpid.c; added weak alias
7781         getpid.
7782         * sysdeps/unix/__getpid.S: Likewise.
7783         * sysdeps/mach/hurd/__getpid.c: Likewise.
7784         * sysdeps/stub/__getppid.c: Renamed to getppid.c; added weak alias
7785         getppid.
7786         * sysdeps/unix/__getppid.S: Likewise.
7787         * sysdeps/mach/hurd/__getppid.c: Likewise.
7788         * sysdeps/posix/__gettod.c: Renamed to gettimeofday.c; added weak
7789         alias gettimeofday.
7790         * sysdeps/stub/__gettod.c: Likewise.
7791         * sysdeps/unix/sysv/irix4/__gettod.c: Likewise.
7792         * sysdeps/unix/common/__gettod.S: Likewise.
7793         * sysdeps/mach/__gettod.c: Likewise.
7794         * sysdeps/stub/__getuid.c: Renamed to getuid.c; added weak alias
7795         getuid.
7796         * sysdeps/unix/__getuid.S: Likewise.
7797         * sysdeps/mach/hurd/__getuid.c: Likewise.
7798         * sysdeps/generic/__infnan.c: Renamed to infnan.c; added weak
7799         alias infnan.
7800         * sysdeps/ieee754/__infnan.c: Likewise.
7801         * sysdeps/vax/__infnan.c: Likewise.
7802         * sysdeps/stub/__ioctl.c: Renamed to ioctl.c; added weak alias ioctl.
7803         * sysdeps/unix/__ioctl.S: Likewise.
7804         * sysdeps/mach/hurd/__ioctl.c: Likewise.
7805         * sysdeps/posix/__isatty.c: Renamed to isatty.c; added weak alias
7806         isatty.
7807         * sysdeps/stub/__isatty.c: Likewise.
7808         * sysdeps/unix/bsd/__isatty.c: Likewise.
7809         * sysdeps/mach/hurd/__isatty.c: Likewise.
7810         * sysdeps/ieee754/__isinf.c: Renamed to isinf.c; added weak alias
7811         isinf.
7812         * sysdeps/m68k/fpu/__isinf.c: Likewise.
7813         * sysdeps/stub/__isinf.c: Likewise.
7814         * sysdeps/generic/__isnan.c: Renamed to isnan.c; added weak alias
7815         isnan.
7816         * sysdeps/ieee754/__isnan.c: Likewise.
7817         * sysdeps/m68k/fpu/__isnan.c: Likewise.
7818         * sysdeps/stub/__kill.c: Renamed to kill.c; added weak alias kill.
7819         * sysdeps/unix/__kill.S: Likewise.
7820         * sysdeps/mach/hurd/__kill.c: Likewise.
7821         * sysdeps/stub/__link.c: Renamed to link.c; added weak alias link.
7822         * sysdeps/unix/__link.S: Likewise.
7823         * sysdeps/mach/hurd/__link.c: Likewise.
7824         * sysdeps/ieee754/__logb.c: Renamed to logb.c; added weak alias logb.
7825         * sysdeps/m68k/fpu/__logb.c: Likewise.
7826         * sysdeps/stub/__logb.c: Likewise.
7827         * sysdeps/stub/__lseek.c: Renamed to lseek.c; added weak alias lseek.
7828         * sysdeps/unix/__lseek.S: Likewise.
7829         * sysdeps/mach/hurd/__lseek.c: Likewise.
7830         * sysdeps/generic/__lstat.c: Renamed to lstat.c; added weak alias
7831         lstat.
7832         * sysdeps/stub/__lstat.c: Likewise.
7833         * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
7834         * sysdeps/unix/common/__lstat.S: Likewise.
7835         * sysdeps/mach/hurd/__lstat.c: Likewise.
7836         * sysdeps/generic/__memccpy.c: Renamed to memccpy.c; added weak
7837         alias memccpy.
7838         * sysdeps/vax/__memccpy.c: Likewise.
7839         * sysdeps/stub/__mkdir.c: Renamed to mkdir.c; added weak alias mkdir.
7840         * sysdeps/unix/sysv/__mkdir.c: Likewise.
7841         * sysdeps/unix/common/__mkdir.S: Likewise.
7842         * sysdeps/mach/hurd/__mkdir.c: Likewise.
7843         * sysdeps/stub/__mknod.c: Renamed to mknod.c; added weak alias mknod.
7844         * sysdeps/unix/__mknod.S: Likewise.
7845         * sysdeps/unix/sysv/sysv4/i386/__mknod.S: Likewise.
7846         * sysdeps/mach/hurd/__mknod.c: Likewise.
7847         * mach/__msg.c: Renamed to msg.c; added weak alias mach_msg.
7848         * mach/__msgserver.c: Renamed to msgserver.c; added weak alias
7849         mach_msg_server.
7850         * sysdeps/stub/__open.c: Renamed to open.c; added weak alias open.
7851         * sysdeps/unix/__open.S: Likewise.
7852         * sysdeps/mach/hurd/__open.c: Likewise.
7853         * sysdeps/standalone/__open.c: Likewise.
7854         * sysdeps/stub/__pathconf.c: Renamed to pathconf.c; added weak
7855         alias pathconf.
7856         * sysdeps/unix/sysv/sco3.2.4/__pathconf.S: Likewise.
7857         * sysdeps/unix/sysv/irix4/__pathconf.c: Likewise.
7858         * hurd/__pid2task.c: Renamed to pid2task.c; added weak alias pid2task.
7859         * sysdeps/stub/__pipe.c: Renamed to pipe.c; added weak alias pipe.
7860         * sysdeps/unix/bsd/vax/__pipe.S: Likewise.
7861         * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
7862         * sysdeps/unix/bsd/osf1/alpha/__pipe.S: Likewise.
7863         * sysdeps/unix/i386/__pipe.S: Likewise.
7864         * sysdeps/unix/sparc/__pipe.S: Likewise.
7865         * sysdeps/unix/mips/__pipe.S: Likewise.
7866         * sysdeps/mach/hurd/__pipe.c: Likewise.
7867         * stdlib/__random.c: Renamed to random.c; added weak alias random.
7868         * sysdeps/stub/__read.c: Renamed to read.c; added weak alias read.
7869         * sysdeps/unix/__read.S: Likewise.
7870         * sysdeps/mach/hurd/__read.c: Likewise.
7871         * sysdeps/standalone/__read.c: Likewise.
7872         * sysdeps/stub/__readlink.c: Renamed to readlink.c; added weak
7873         alias readlink.
7874         * sysdeps/unix/common/__readlink.S: Likewise.
7875         * sysdeps/mach/hurd/__readlink.c: Likewise.
7876         * sysdeps/generic/__rint.c: Renamed to rint.c; added weak alias rint.
7877         * sysdeps/m68k/fpu/__rint.c: Likewise.
7878         * sysdeps/stub/__rmdir.c: Renamed to rmdir.c; added weak alias rmdir.
7879         * sysdeps/unix/sysv/__rmdir.c: Likewise.
7880         * sysdeps/unix/common/__rmdir.S: Likewise.
7881         * sysdeps/mach/hurd/__rmdir.c: Likewise.
7882         * sysdeps/generic/__sbrk.c: Renamed to sbrk.c; added weak alias sbrk.
7883         * sysdeps/stub/__sbrk.c: Likewise.
7884         * sysdeps/mach/hurd/__sbrk.c: Likewise.
7885         * math/__scalb.c: Renamed to scalb.c; added weak alias scalb.
7886         * sysdeps/stub/__select.c: Renamed to select.c; added weak alias
7887         select.
7888         * sysdeps/unix/common/__select.S: Likewise.
7889         * sysdeps/mach/hurd/__select.c: Likewise.
7890         * hurd/__setauth.c: Renamed to setauth.c; added weak alias setauth.
7891         * sysdeps/stub/__setgid.c: Renamed to setgid.c; added weak alias
7892         setgid.
7893         * sysdeps/unix/__setgid.S: Likewise.
7894         * sysdeps/unix/bsd/__setgid.c: Likewise.
7895         * sysdeps/mach/hurd/__setgid.c: Likewise.
7896         * sysdeps/stub/__setitmr.c: Renamed to setitmr.c; added weak alias
7897         setitmr
7898         * sysdeps/unix/common/__setitmr.S: Likewise.
7899         * sysdeps/mach/hurd/__setitmr.c: Likewise.
7900         * sysdeps/stub/__setpgrp.c: Renamed to setpgrp.c; added weak alias
7901         setpgrp
7902         * sysdeps/unix/sysv/sysv4/__setpgrp.c: Likewise.
7903         * sysdeps/unix/sysv/sco3.2.4/__setpgrp.c: Likewise.
7904         * sysdeps/unix/sysv/irix4/__setpgrp.S: Likewise.
7905         * sysdeps/unix/common/__setpgrp.S: Likewise.
7906         * sysdeps/mach/hurd/__setpgrp.c: Likewise.
7907         * sysdeps/stub/__setregid.c: Renamed to setregid.c; added weak
7908         alias setregid.
7909         * sysdeps/unix/common/__setregid.S: Likewise.
7910         * sysdeps/mach/hurd/__setregid.c: Likewise.
7911         * sysdeps/stub/__setreuid.c: Renamed to setreuid.c; added weak
7912         alias setreuid.
7913         * sysdeps/unix/common/__setreuid.S: Likewise.
7914         * sysdeps/mach/hurd/__setreuid.c: Likewise.
7915         * sysdeps/stub/__setsid.c: Renamed to setsid.c; added weak alias
7916         setsid.
7917         * sysdeps/unix/bsd/__setsid.c: Likewise.
7918         * sysdeps/unix/bsd/sun/sunos4/__setsid.S: Likewise.
7919         * sysdeps/unix/bsd/ultrix4/__setsid.S: Likewise.
7920         * sysdeps/unix/bsd/bsd4.4/__setsid.S: Likewise.
7921         * sysdeps/unix/sysv/linux/__setsid.S: Likewise.
7922         * sysdeps/unix/sysv/sysv4/__setsid.c: Likewise.
7923         * sysdeps/unix/sysv/sco3.2.4/__setsid.c: Likewise.
7924         * sysdeps/mach/hurd/__setsid.c: Likewise.
7925         * sysdeps/stub/__settod.c: Renamed to settod.c; added weak alias
7926         settimeofday.
7927         * sysdeps/unix/bsd/__settod.S: Likewise.
7928         * sysdeps/unix/sysv/__settod.c: Likewise.
7929         * sysdeps/mach/hurd/__settod.c: Likewise.
7930         * sysdeps/stub/__setuid.c: Renamed to setuid.c; added weak alias
7931         setuid.
7932         * sysdeps/unix/__setuid.S: Likewise.
7933         * sysdeps/unix/bsd/__setuid.c: Likewise.
7934         * sysdeps/mach/hurd/__setuid.c: Likewise.
7935         * sysdeps/posix/__sigblock.c: Renamed to sigblock.c; added weak
7936         alias sigblock.
7937         * sysdeps/stub/__sigblock.c: Likewise.
7938         * sysdeps/unix/bsd/__sigblock.S: Likewise.
7939         * sysdeps/unix/bsd/bsd4.4/__sigblock.c: Likewise.
7940         * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: Likewise.
7941         * sysdeps/posix/__sigpause.c: Renamed to sigpause.c; added weak
7942         alias sigpause.
7943         * sysdeps/stub/__sigpause.c: Likewise.
7944         * sysdeps/unix/bsd/__sigpause.S: Likewise.
7945         * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
7946         * sysdeps/stub/__sigproc.c: Renamed to sigprocmask.c; added weak
7947         alias sigprocmask.
7948         * sysdeps/unix/bsd/__sigproc.c: Likewise.
7949         * sysdeps/unix/sysv/sysv4/__sigproc.S: Likewise.
7950         * sysdeps/unix/sysv/sco3.2.4/__sigproc.S: Likewise.
7951         * sysdeps/mach/hurd/__sigproc.c: Likewise.
7952         * sysdeps/stub/__sigret.c: Renamed to sigreturn.c; added weak
7953         alias sigreturn.
7954         * sysdeps/unix/bsd/sun/__sigret.S: Likewise.
7955         * sysdeps/unix/sysv/i386/__sigret.S: Likewise.
7956         * sysdeps/unix/sysv/irix4/__sigret.S: Likewise.
7957         * sysdeps/unix/i386/__sigret.S: Likewise.
7958         * sysdeps/unix/mips/__sigret.S: Likewise.
7959         * sysdeps/mach/hurd/i386/__sigret.c: Likewise.
7960         * sysdeps/mach/hurd/alpha/__sigret.c: Likewise.
7961         * sysdeps/mach/hurd/mips/__sigret.c: Likewise.
7962         * sysdeps/posix/__sigvec.c: Renamed to sigvec.c; added weak alias
7963         sigvec.
7964         * sysdeps/stub/__sigvec.c: Likewise.
7965         * sysdeps/unix/bsd/__sigvec.S: Likewise.
7966         * sysdeps/unix/bsd/sun/__sigvec.S: Likewise.
7967         * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Likewise.
7968         * sysdeps/unix/bsd/ultrix4/mips/__sigvec.S: Likewise.
7969         * sysdeps/unix/bsd/bsd4.4/__sigvec.c: Likewise.
7970         * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
7971         * sysdeps/stub/__stat.c: Renamed to stat.c; added weak alias stat.
7972         * sysdeps/unix/__stat.S: Likewise.
7973         * sysdeps/unix/sysv/sysv4/i386/__stat.S: Likewise.
7974         * sysdeps/mach/hurd/__stat.c: Likewise.
7975         * sysdeps/generic/__stpncpy.c: Renamed to stpncpy.c; added weak
7976         alias stpncpy.
7977         * sysdeps/stub/__symlink.c: Renamed to symlink.c; added weak alias
7978         symlink.
7979         * sysdeps/unix/common/__symlink.S: Likewise.
7980         * sysdeps/mach/hurd/__symlink.c: Likewise.
7981         * sysdeps/posix/__sysconf.c: Renamed to sysconf.c; added weak
7982         alias sysconf.
7983         * sysdeps/stub/__sysconf.c: Likewise.
7984         * sysdeps/unix/bsd/ultrix4/__sysconf.c: Likewise.
7985         * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
7986         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Likewise.
7987         * sysdeps/unix/sysv/irix4/__sysconf.c: Likewise.
7988         * hurd/__task2pid.c: Renamed to task2pid.c; added weak alias task2pid.
7989         * sysdeps/stub/__times.c: Renamed to times.c; added weak alias times.
7990         * sysdeps/unix/bsd/__times.c: Likewise.
7991         * sysdeps/unix/sysv/__times.S: Likewise.
7992         * time/__tzset.c: Renamed to tzset.c; added weak alias tzset.
7993         * sysdeps/stub/__umask.c: Renamed to umask.c; added weak alias umask.
7994         * sysdeps/unix/__umask.S: Likewise.
7995         * sysdeps/mach/hurd/__umask.c: Likewise.
7996         * sysdeps/stub/__unlink.c: Renamed to unlink.c; added weak alias
7997         unlink.
7998         * sysdeps/unix/__unlink.S: Likewise.
7999         * sysdeps/mach/hurd/__unlink.c: Likewise.
8000         * sysdeps/stub/__utimes.c: Renamed to utimes.c; added weak alias
8001         utimes.
8002         * sysdeps/unix/bsd/__utimes.S: Likewise.
8003         * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: Likewise.
8004         * sysdeps/mach/hurd/__utimes.c: Likewise.
8005         * sysdeps/generic/__vfork.c: Renamed to vfork.c; added weak alias
8006         vfork.
8007         * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
8008         * sysdeps/unix/bsd/vax/__vfork.S: Likewise.
8009         * sysdeps/unix/bsd/i386/__vfork.S: Likewise.
8010         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Likewise.
8011         * sysdeps/unix/bsd/ultrix4/mips/__vfork.S: Likewise.
8012         * sysdeps/unix/sysv/sysv4/i386/__vfork.S: Likewise.
8013         * sysdeps/unix/sparc/__vfork.S: Likewise.
8014         * stdio/__vfscanf.c: Renamed to vfscanf.c; added weak alias vfscanf.
8015         * stdio/__vsscanf.c: Renamed to vsscanf.c; added weak alias vsscanf.
8016         * sysdeps/posix/__wait.c: Renamed to wait.c; added weak alias wait.
8017         * sysdeps/stub/__wait.c: Likewise.
8018         * sysdeps/unix/bsd/sony/newsos4/__wait.c: Likewise.
8019         * sysdeps/unix/bsd/sun/sunos4/__wait.c: Likewise.
8020         * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Likewise.
8021         * sysdeps/unix/bsd/vax/__wait.S: Likewise.
8022         * sysdeps/unix/bsd/m68k/__wait.S: Likewise.
8023         * sysdeps/unix/bsd/bsd4.4/__wait.c: Likewise.
8024         * sysdeps/unix/sysv/i386/linux/__wait.S: Likewise.
8025         * sysdeps/unix/sysv/irix4/__wait.S: Likewise.
8026         * sysdeps/unix/i386/__wait.S: Likewise.
8027         * sysdeps/unix/mips/__wait.S: Likewise.
8028         * sysdeps/posix/__wait3.c: Renamed to wait3.c; added weak alias wait3.
8029         * sysdeps/stub/__wait3.c: Likewise.
8030         * sysdeps/unix/bsd/sony/newsos4/__wait3.c: Likewise.
8031         * sysdeps/unix/bsd/sun/sunos4/__wait3.c: Likewise.
8032         * sysdeps/unix/bsd/vax/__wait3.S: Likewise.
8033         * sysdeps/unix/bsd/i386/__wait3.S: Likewise.
8034         * sysdeps/unix/bsd/hp/m68k/__wait3.S: Likewise.
8035         * sysdeps/unix/bsd/ultrix4/__wait3.S: Likewise.
8036         * sysdeps/unix/bsd/bsd4.4/__wait3.c: Likewise.
8037         * sysdeps/unix/sysv/irix4/__wait3.S: Likewise.
8038         * sysdeps/stub/__wait4.c: Renamed to wait4.c; added weak alias wait4.
8039         * sysdeps/unix/bsd/sony/newsos4/__wait4.c: Likewise.
8040         * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
8041         * sysdeps/unix/bsd/bsd4.4/__wait4.S: Likewise.
8042         * sysdeps/unix/bsd/osf1/alpha/__wait4.S: Likewise.
8043         * sysdeps/unix/sysv/linux/__wait4.S: Likewise.
8044         * sysdeps/mach/hurd/__wait4.c: Likewise.
8045         * sysdeps/stub/__waitpid.c: Renamed to waitpid.c; added weak alias
8046         waitpid.
8047         * sysdeps/unix/bsd/sun/sunos4/__waitpid.c: Likewise.
8048         * sysdeps/unix/bsd/ultrix4/__waitpid.S: Likewise.
8049         * sysdeps/unix/bsd/bsd4.4/__waitpid.c: Likewise.
8050         * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: Likewise.
8051         * sysdeps/unix/sysv/linux/__waitpid.S: Likewise.
8052         * sysdeps/unix/sysv/sysv4/__waitpid.c: Likewise.
8053         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Likewise.
8054         * sysdeps/unix/sysv/irix4/__waitpid.c: Likewise.
8055         * sysdeps/stub/__write.c: Renamed to write.c; added weak alias write.
8056         * sysdeps/unix/__write.S: Likewise.
8057         * sysdeps/mach/hurd/__write.c: Likewise.
8058         * sysdeps/standalone/__write.c: Likewise.
8059         * sysdeps/stub/__tcgetatr.c: Renamed to tcgetattr.c; added weak
8060         alias tcgetattr.
8061         * sysdeps/unix/bsd/__tcgetatr.c: Likewise.
8062         * sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: Likewise.
8063         * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
8064         * sysdeps/unix/sysv/__tcgetatr.c: Likewise.
8065         * sysdeps/stub/__sigact.c: Renamed to sigaction.c; added weak
8066         alias sigaction.
8067         * sysdeps/unix/bsd/__sigact.c: Likewise.
8068         * sysdeps/unix/sysv/__sigact.c: Likewise.
8069         * sysdeps/unix/sysv/sysv4/__sigact.c: Likewise.
8070         * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Likewise.
8071         * sysdeps/mach/hurd/__sigact.c: Likewise.
8072         * sysdeps/posix/__sigstmsk.c: Renamed to sigsetmask.c; added weak
8073         alias sigsetmask.
8074         * sysdeps/stub/__sigstmsk.c: Likewise.
8075         * sysdeps/unix/bsd/__sigstmsk.S: Likewise.
8076         * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Likewise.
8077         * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
8078         * sysdeps/stub/__getrusag.c: Renamed to getrusage.c; added weak
8079         alias getrusage.
8080         * sysdeps/unix/sysv/irix4/__getrusag.c: Likewise.
8081         * sysdeps/unix/common/__getrusag.S: Likewise.
8082         * hurd/task2pid.c: File removed.
8083         * hurd/setauth.c: File removed.
8084         * hurd/pid2task.c: File removed.
8085         * hurd/hurdsyms.c: File removed.
8086         * hurd/getdport.c: File removed.
8087         * hurd/fopenport.c: File removed.
8088         * mach/thread-sym.c: File removed.
8089         * mach/spin-syms.c: File removed.
8090         * mach/msgserver_t.c: File removed.
8091         * mach/msgserver.c: File removed.
8092         * mach/msg.c: File removed.
8093         * mach/mig_syms.c: File removed.
8094         * malloc/mcheck-init.c: File removed.
8095         * malloc/cfree.c: File removed.
8096         * io/flock.c: File removed.
8097         * io/write.c: File removed.
8098         * io/unlink.c: File removed.
8099         * io/umask.c: File removed.
8100         * io/symlink.c: File removed.
8101         * io/rmdir.c: File removed.
8102         * io/readlink.c: File removed.
8103         * io/read.c: File removed.
8104         * io/pipe.c: File removed.
8105         * io/open.c: File removed.
8106         * io/mkdir.c: File removed.
8107         * io/lstat.c: File removed.
8108         * io/lseek.c: File removed.
8109         * io/link.c: File removed.
8110         * io/isatty.c: File removed.
8111         * io/stat.c: File removed.
8112         * io/fstat.c: File removed.
8113         * io/fchown.c: File removed.
8114         * io/fchmod.c: File removed.
8115         * io/dup2.c: File removed.
8116         * io/dup.c: File removed.
8117         * io/close.c: File removed.
8118         * io/fcntl.c: File removed.
8119         * io/chmod.c: File removed.
8120         * io/chdir.c: File removed.
8121         * io/access.c: File removed.
8122         * io/chown.c: File removed.
8123         * time/tzset.c: File removed.
8124         * time/timelocal.c: File removed.
8125         * time/syms-time.c: File removed.
8126         * time/settod.c: File removed.
8127         * time/setitmr.c: File removed.
8128         * time/gettod.c: File removed.
8129         * time/getitmr.c: File removed.
8130         * time/adjtime.c: File removed.
8131         * termios/tcgetattr.c: File removed.
8132         * string/stpncpy.c: File removed.
8133         * string/rindex.c: File removed.
8134         * string/memccpy.c: File removed.
8135         * string/index.c: File removed.
8136         * string/bcmp.c: File removed.
8137         * stdlib/srand.c: File removed.
8138         * stdlib/random.c: File removed.
8139         * stdio/vsscanf.c: File removed.
8140         * stdio/vfscanf.c: File removed.
8141         * stdio/syms-stdio.c: File removed.
8142         * stdio/remove.c: File removed.
8143         * stdio/getline.c: File removed.
8144         * stdio/getdelim.c: File removed.
8145         * signal/ssignal.c: File removed.
8146         * signal/sigvec.c: File removed.
8147         * signal/sigsetmask.c: File removed.
8148         * signal/sigret.c: File removed.
8149         * signal/sigproc.c: File removed.
8150         * signal/sigpause.c: File removed.
8151         * signal/sigblock.c: File removed.
8152         * signal/sigaction.c: File removed.
8153         * signal/kill.c: File removed.
8154         * signal/gsignal.c: File removed.
8155         * setjmp/siglongjmp.c: File removed.
8156         * setjmp/_longjmp.c: File removed.
8157         * resource/getrusage.c: File removed.
8158         * posix/waitpid.c: File removed.
8159         * posix/wait4.c: File removed.
8160         * posix/wait3.c: File removed.
8161         * posix/wait.c: File removed.
8162         * posix/times.c: File removed.
8163         * posix/sysconf.c: File removed.
8164         * posix/setuid.c: File removed.
8165         * posix/setsid.c: File removed.
8166         * posix/setpgrp.c: File removed.
8167         * posix/setpgid.c: File removed.
8168         * posix/setgid.c: File removed.
8169         * posix/pathconf.c: File removed.
8170         * posix/getuid.c: File removed.
8171         * posix/getppid.c: File removed.
8172         * posix/getpid.c: File removed.
8173         * posix/getgrps.c: File removed.
8174         * posix/getgid.c: File removed.
8175         * posix/geteuid.c: File removed.
8176         * posix/getegid.c: File removed.
8177         * posix/fpathcon.c: File removed.
8178         * posix/fork.c: File removed.
8179         * posix/execve.c: File removed.
8180         * posix/environ.c: File removed.
8181         * misc/utimes.c: File removed.
8182         * misc/setreuid.c: File removed.
8183         * misc/setregid.c: File removed.
8184         * misc/select.c: File removed.
8185         * misc/sbrk.c: File removed.
8186         * misc/mknod.c: File removed.
8187         * misc/ioctl.c: File removed.
8188         * misc/getpgsz.c: File removed.
8189         * misc/gethstnm.c: File removed.
8190         * misc/getdtsz.c: File removed.
8191         * misc/data_start.c: File removed.
8192         * misc/brk.c: File removed.
8193         * math/scalb.c: File removed.
8194         * math/rint.c: File removed.
8195         * math/logb.c: File removed.
8196         * math/isnan.c: File removed.
8197         * math/isinf.c: File removed.
8198         * math/infnan.c: File removed.
8199         * math/finite.c: File removed.
8200         * math/expm1.c: File removed.
8201         * math/drem.c: File removed.
8202         * math/copysign.c: File removed.
8203         * math/__scalb.c: File removed.
8204         * dirent/getdents.c: File removed.
8205
8206 Fri Jan 20 16:11:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8207
8208         * sysdeps/generic/morecore.c (__default_morecore): Use
8209         __malloc_ptrdiff_t; don't cast arg to int.
8210
8211         * resolv/getnetnamadr.c: Include "conf/portability.h".
8212
8213 Thu Jan 19 02:20:04 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8214
8215         * stdlib/strtol.c: Include errno.h.
8216         [QUAD] (ULONG_MAX): Define to a static variable initialized to
8217         ULONG_LONG_MAX. This is to work around a GCC bug in using the
8218         constant in arithmetic.
8219
8220         * posix/unistd.h (daemon): Declare it.
8221
8222         * malloc/mcheck-init.c: Remove GNU ld hacks.
8223         (__malloc_initialize_hook): Initialize this hook to turn_on_mcheck.
8224         * malloc/malloc.c (__malloc_initialize_hook): New hook variable.
8225         (initialize): Call the hook if set.
8226         * malloc/malloc.h: Use __malloc_{size,ptrdiff}_t in prototypes.
8227         (__malloc_initialize_hook): Declare new hook variable.
8228
8229 Wed Jan 18 01:43:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8230
8231         * hurd/hurdsig.c: Prepend `msg_' to server RPC names.
8232         * hurd/hurdpid.c: Likewise.
8233         * hurd/hurdauth.c: Likewise.
8234
8235 Tue Jan 17 03:16:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8236
8237         * sysdeps/mach/hurd/__select.c: If some replies are EINTR, succeed
8238         if any are successful.
8239
8240         * hurd/hurdmsg.c: Prepend `msg_' to all RPC names.
8241         (_S_msg_get_exec_flags, _S_msg_set_exec_flags,
8242         _S_msg_set_some_exec_flags, _S_msg_clear_some_exec_flags): New
8243         functions.
8244         (_S_io_select_done, _S_dir_changed, _S_file_changed): Stubs removed.
8245
8246         * hurd/hurdkill.c: __sig_post renamed to __msg_sig_post.
8247         * hurd/hurd-raise.c: Likewise.
8248         * hurd/hurdsig.c (post_reply): Prepend `msg_' to RPC names.
8249
8250         * sysdeps/mach/hurd/ptrace.c: New file.
8251
8252         * sysdeps/mach/hurd/__select.c: Revamped to use new io_select
8253         interface, which has normal EINTR semantics.  Instead of waiting
8254         for io_select_done notification messages, send io_select messages
8255         with short reply timeout and then wait for io_select_reply
8256         messages.
8257
8258         * hurd/hurdexec.c (_hurd_exec): Pass (_hurd_exec_flags &
8259         EXEC_INHERITED) to file_exec.
8260
8261         * hurd/hurdsig.c (post_reply): Take new arg UNTRACED; if nonzero,
8262         use sig_post_untraced_reply.  All callers changed.
8263         (abort_thread, abort_rpcs): Take same new arg and pass it through.
8264         All callers changed.
8265         (_hurd_internal_post_signal): Take new arg UNTRACED.
8266         If zero and process is traced, stop with SIGNO as stop signal.  If
8267         nonzero, resume process before delivering signal (unless
8268         ACT==stop).  Expand local fn sigwakeup into block at end taken iff
8269         SIGNO!=0.
8270         (signal_allowed): New function, broken out of _S_sig_post.
8271         (_S_sig_post): Call it.  Pass UNTRACED arg of false to
8272         _hurd_internal_post_signal.
8273         (_S_sig_post_untraced): New function.  Just like _S_sig_post, but
8274         pass true for UNTRACED.
8275         * hurd/hurd/signal.h (_hurd_internal_post_signal): Take new arg
8276         UNTRACED.
8277         * hurd/catch-exc.c (_S_catch_exception_raise): Pass UNTRACED arg
8278         to _hurd_internal_post_signal (value zero).
8279
8280 Mon Jan 16 16:40:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8281
8282         * hurd/hurdinit.c (_hurd_exec_flags): New variable.
8283         (_hurd_init): Initialize it from FLAGS arg.
8284         (_hurd_proc_init): If EXEC_TRACED is set in _hurd_exec_flags,
8285         raise a SIGTRAP signal (with a sigcode of zero).
8286         * hurd/hurd.h (_hurd_exec_flags): Declare it.
8287
8288         * Version 1.09.5.
8289
8290 Mon Jan 16 16:16:55 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8291
8292         * malloc/malloc.c (malloc): Fix 1-off in previous change.
8293
8294 Mon Jan 16 15:49:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8295
8296         * posix/glob/Makefile.in: Remove config.h and config.log.
8297
8298 Sun Jan 15 06:56:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8299
8300         * posix/glob/configure.in: Add AC_CONST check.
8301
8302         * conf/portability.h: #undef sun.
8303         * resolv/res_query.c: Updated from BIND-4.9.3-BETA17.
8304         * resolv/getnetnamadr.c: Likewise.
8305
8306         * socket/Makefile (headers): Add sockaddrcom.h.
8307         * inet/netinet/in.h: Include <sockaddrcom.h>.
8308         (struct sockaddr_in): Use the __SOCKADDR_COMMON macro.
8309         * socket/sys/un.h (struct sockaddr_in): Likewise.
8310         * socket/sys/socket.h (struct sockaddr): Likewise.
8311         * sysdeps/unix/bsd/bsd4.4/sockaddrcom.h: New file.
8312         * sysdeps/generic/sockaddrcom.h: New file.
8313
8314         * sysdeps/unix/sysv/sysv4/ftruncate.c: New file.
8315         * sysdeps/unix/common/fcntlbits.h [__USE_SVID] (F_ALLOCSP,
8316         F_FREESP): New macros.
8317         * sysdeps/posix/truncate.c: New file.
8318
8319         * malloc/malloc.c (malloc): Fix typos in RMS's change.
8320
8321         * malloc/Makefile (dist-routines): Add malloc-find.
8322         * malloc/malloc.h (malloc_find_object_address): Declare it.
8323         * malloc/malloc-find.c: New file.
8324
8325         * malloc/malloc.h (__malloc_ptrdiff_t): New macro, defined a la
8326         __malloc_size_t.
8327         (malloc_info): Use that type for member `busy.info.size'.
8328
8329         * stdlib/strtol.c: Change uses of `long' keyword throughout to use
8330         `LONG' macro.
8331         [! QUAD] (LONG): Define as long.
8332         [QUAD] (LONG): Define as long long.
8333         [QUAD] (LONG_MIN, LONG_MAX, ULONG_MAX): Redefine to long long
8334         versions.
8335         [QUAD] (strtoul, strtol): Define to strtouq, strtoq.
8336         * stdlib/Makefile (routines): Add strtoq and strtouq.
8337         * stdlib/strtoq.c, stdlib/strtouq.c: New files.
8338         * stdlib/stdlib.h [__GNUC__ && __USE_BSD] (strtoq, strtouq):
8339         Declare them.
8340
8341         * stdio/vfprintf.c: If there was a precision specified, ignore the
8342         0 flag and always pad with spaces.
8343
8344         * stdio/vfprintf.c: Don't use strchr to skip text until next %.
8345         Use a loop and also stop on first !isascii char.
8346
8347 Wed Jan 11 00:07:10 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8348
8349         * malloc/malloc.h (malloc_info): Change usage of .busy.info.size.
8350
8351         * malloc/malloc.c (malloc): For a multi-block object, store a
8352         negative number into the busy.info.size of all but the first block.
8353
8354 Tue Jan 10 13:45:20 1995  Brendan Kehoe  <brendan@zen.org>
8355
8356         * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
8357         instead of t0, t1, and t2.
8358
8359 Tue Jan 10 05:53:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8360
8361         * malloc/memalign.c (__memalign_hook): New variable.
8362         (memalign): Call it if set.
8363         * malloc/malloc.h (__memalign_hook): Declare new variable.
8364
8365 Wed Dec 28 03:27:21 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8366
8367         * conf/portability.h: Include string.h and stdlib.h.
8368         * inet/netdb.h (NETDB_INTERNAL, NETDB_SUCCESS): New macros.
8369         * resolv/resolv.h, resolv/arpa/nameser.h, resolv/gethnamaddr.c,
8370         resolv/getnetbyname.c, resolv/getnetent.c, resolv/herror.c,
8371         resolv/res_mkquery.c, resolv/res_send.c, resolv/res_comp.c,
8372         resolv/res_debug.c, resolv/res_init.c: Updated from BIND 4.9.3-BETA14.
8373
8374         * sysdeps/m68k/fpu/__math.h (__m81_inline): New macro.  Replace
8375         all uses of `extern __inline' with `__m81_inline'.
8376
8377         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Use subl, not decl.
8378         * sysdeps/unix/__fork.S: Swap args in subl.
8379
8380         * posix/sys/types.h [__USE_MISC] (ushort, uint): New typedefs, for
8381         compatibility.
8382
8383 Tue Dec 20 13:33:20 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
8384
8385         * sysdeps/mach/hurd/__setpgrp.c (__setpgrp): Use __swtch_pri instead
8386         of swtch.
8387         * sysdeps/mach/hurd/__setsid.c (__setsid): Likewise.
8388         * mach/spin-solid.c (__spin_lock_solid): Likewise.
8389
8390 Thu Dec 15 12:01:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8391
8392         * inet/rcmd.c (iruserok): Use alloca instead of fixed-size buffer
8393         for PBUF.
8394         (__ivaliduser): Use getline instead of fgets with fixed-size buffer.
8395
8396         * sysdeps/mach/hurd/Makefile (subdirs): Don't elide inet.
8397
8398 Wed Dec 14 18:20:56 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8399
8400         * sysdeps/alpha/bsd-setjmp.S: Reverse register and immediate args
8401         in `bis' insn; immediate must be second.
8402
8403         * sysdeps/unix/__fork.S: Use subl instead of decl.
8404         * sysdeps/unix/i386/__fork.S: New file.
8405
8406         * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
8407         Remove A macro; just use `asm volatile' with proper quotes in each
8408         line.
8409         * sysdeps/mach/alpha/sysdep.h (CALL_WITH_SP): Put parens around
8410         jmp target register.
8411
8412         * time/africa, time/asia, time/australasia, time/emkdir.c,
8413         time/europe, time/ialloc.c, time/northamerica, time/private.h,
8414         time/scheck.c, time/yearistype, time/zdump.c, time/zic.c: New code
8415         and data from ADO 94h distribution.
8416
8417         * sysdeps/sparc/setjmp.S: Use sethi and or to put address of
8418         __sigjmp_save in %g1 and jmp there.  jmp cannot contain a complete
8419         absolute pointer.  Put second store in jmp delay slot.
8420
8421 Tue Dec 13 15:47:52 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8422
8423         * sysdeps/sparc/bsd-_setjmp.S: Use sethi and or to put address of
8424         __sigsetjmp in %g1 and jmp there.  jmp cannot contain a complete
8425         absolute pointer.
8426         * sysdeps/sparc/bsd-setjmp.S: Likewise.
8427
8428         * configure.in: Use ; before } in { ... } exprs.
8429
8430 \f
8431
8432 See ChangeLog.4 for earlier changes.