Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / ChangeLog
blob965df5505817482bb21b45be75985bae5bf0c8dd
1 Wed Jul  3 16:29:41 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3         * nss/getXXbyYY_r.c (REENTRANT_NAME): Cast FCT in __nss_next call.
5         * sysdeps/generic/sbrk.c: Always call __brk (0) to update __curbrk.
7         * malloc/malloc-size.c (malloc_usable_size): Renamed from
8         malloc_object_allocation_size.
9         * malloc/malloc.h: Fix decl.
11         * sys/select.h: New file, wrapper header.
13         * posix/sys/types.h [__USE_BSD]: Include <sys/select.h>; remove
14         fd_set, associated macros, and select decl.
16         * sysdeps/posix/isfdtype.c: New file.
18 Tue Jul  2 23:45:14 1996  Ulrich Drepper  <drepper@cygnus.com>
20         The latest Japanese proposal for POSIX locales renames the
21         CHARMAP keyword in locale definition files to CHARCONV.
22         * locale/programs/ld-ctype.c, locale/programs/locales.h: Rename
23         function ctype_is_charmap to ctype_is_charconv.
24         * locale/programs/locfile-kw.gperf: Replace charmap keyword with
25         charconv.
26         * locale/programs/locfile-token.h: Add definition of token
27         charconv.
28         * locale/programs/locfile.c: Recognize charconv keyword.  Rename
29         lables according to this.
31         * locale/weight.h (get_weight): Cast constants to prevent
32         warnings.
34         * stdlib/strtod.c, stdlib/strtol.c, string/strcoll.c,
35         string/strxfrm.c: Add some more casts to prevent signed<->unsigned
36         warnings.
38         New stuff described in P1003.1g.
39         * misc/Makefile (headers): Add sys/select.h.
40         (routines): Add pselect.
41         * misc/sys/select.h: New file.  Declare select functions and
42         needed data types and macros.
43         * sysdeps/generic/pselect.c: New file.  Add generic implementation
44         of pselect() function which uses select().
46         * posix/getconf.c: Recognize new variables from P1003.1g.
47         * posix/posix1_lim.h: Define _POSIX_FD_SETSIZE, _POSIX_QLIMIT,
48         _POSIX_HIWAT, and _POSIX_UIO_MAXIOV.
49         * posix/unistd.h: Add description of the P1003.1g variables.
50         * sysdeps/generic/confname.h: Define _SC_* values for new
51         variables.
52         * sysdeps/posix/fpathconf.c (fpathconf): Add handling of
53         _PC_SOCK_MAXBUF.
54         * sysdeps/stub/fpathconf.c (fpathconf): Ditto.
55         * sysdeps/posix/sysconf.c (sysconf): Add handling of new
56         P1003.1g variables.
57         * sysdeps/stub/sysconf.c (sysconf): Ditto.
58         * sysdeps/unix/sysv/linux/posix_opt.h: Define _POSIX_POLL and
59         _POSIX_SELECT since Linux has this.
61         * socket/Makefile (routines): Add isfdtype.
62         * sysdeps/generic/sys/socket.h: Add prototype for isfdtype.
63         * sysdeps/stub/isfdtype.c: New file.  Stub implementation of
64         isfdtype.
66         * wcsmbs/wcrtomb.c (wcrtomb): Fix typo.
68 Wed Jul  3 11:26:28 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
70         * elf/Makefile (LDFLAGS-dl.so): New variable.
71         (libdl.so): Depend on eval.so.
72         (distribute): Add eval.c.
73         * elf/eval.c: New file.
75         * time/strftime.c (strftime: do_number): Adjust P and I after sprintf
76         in case it wrote fewer than MAXDIGITS chars.
78         * stdio/fwrite.c (fwrite: fill_buffer): Separate flushing for last
79         newline from flushing full buffer in loop, fix test so no fflush is
80         done when last byte written exactly fills the buffer.
82         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Depend on libc.so.
84         * sysdeps/mach/hurd/Makefile (LDLIBS-c.so): Variable removed.
85         (libc.so): Instead, give this deps on lib{mach,hurd}user.so.
87         * elf/dl-debug.c (_dl_debug_initialize): Use LDBASE arg instead of
88         extracting _dl_rtld_map.l_addr.
90         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare _dl_rtld_map as
91         weak.
92         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Likewise.
94         * shlib-versions (*-*-*): Set libnss_db=1.
96 Tue Jul  2 10:44:37 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
98         * elf/rtld.c (dl_main): Set _dl_rtld_map's DT_DEBUG location too.
100         * rpm/template (%build): Use @prefix@ instead of always /usr.
101         Set up configparms only if @prefix@ is in fact /usr.
102         * rpm/Makefile ($(config)): Substitute $(prefix) for @prefix@.
104         * elf/Makefile: Add missing endif.
106         * nss/nss_files/files-ethers.c (ntohost): Fix db key.
108         * nss/nss_files/files-network.c: Pass empty for new DB_LOOKUP args.
109         (DATABASE): Define this instead of DATAFILE.
110         * nss/nss_files/files-hosts.c: Likewise.
111         (hostbyname): Use LOOKUP_NAME macro.
113         * nss/nss_db/db-XXX.c: New file.
114         * nss/Makefile (services): Add db.
115         (libnss_db-inhibit-o): New variable.
116         (libnss_db-routines): New variable.
117         (distribute): Append db-XXX.c.
118         (libnss_db.so): Depend on libdb.so and libnss_files.so.
119         ($(libnss_db-routines:%=$(objpfx)%.c)): New static pattern rule.
121         * nss/nss_files/files-XXX.c (DB_LOOKUP): Add KEYSIZE and KEYPATTERN
122         args, ignored.
123         (DATAFILE): New macro.
124         * nss/nss_files/files-parse.c (GENERIC): If undefined, define to
125         "files-XXX.c".
126         * nss/nss_files/files-rpc.c: Include GENERIC instead of "files-XXX.c".
127         Pass db key args to DB_LOOKUP.
128         (DATAFILE): Macro removed.
129         (DATABASE): New macro replaces it, lacks "/etc/" prefix.
130         * nss/nss_files/files-service.c: Likewise.
131         * nss/nss_files/files-pwd.c: Likewise.
132         * nss/nss_files/files-proto.c: Likewise.
133         * nss/nss_files/files-grp.c: Likewise.
134         * nss/nss_files/files-ethers.c: Likewise.
136         * elf/linux-compat.c: File removed.
137         * elf/Makefile (distribute): Remove linux-compat.c.
138         (ld-linux.so.1): Remove target and associated variables.
140         * sunrpc/xdr.c: Remove malloc decl.
141         * sunrpc/portmap.c: Likewise.
143         * sunrpc/svc_tcp.c (abort): Don't declare.  Instead define as macro
144         casting abort to fn returning bool_t.
146         * nss/nss_files/files-parse.c [EXTERN_PARSER]: Do an extern decl of
147         the parser function.
148         [EXTERN_PARSER] (LINE_PARSER): Define to empty.
149         * nss/nss_files/files-pwd.c (EXTERN_PARSER): Define it.
150         * nss/nss_files/files-grp.c: Likewise.
152         * Makeconfig (BUILD_CC): If undefined, define to $(CC).
154         * sunrpc/rpc/types.h: Include stdlib.h instead of declaring malloc.
156         * Makeconfig (built-program-cmd): Use $(rtld-installed-name) in place
157         of ld.so so lookups for that soname find it.
159         * nss/Makefile (libnss_dns.so): Depend on libresolv.so.
160         (resobjdir, LDLIBS-nss_dns.so): Variables removed.
162         * pwd/fgetpwent.c: Don't include ../nss/nss_files/files-parse.c to
163         define parse_line function.
164         (parse_line): #define to _nss_files_parse_pwent and
165         add extern decl for that.
167         * nss/nss_files/files-XXX.c (internal_getent): Return
168         NSS_STATUS_TRYAGAIN for ERANGE error.
170         * sysdeps/i386/strtok.S (LreturnNULL): Save current state ptr instead
171         of null, so next round returns null again instead of bombing.  Fix
172         from drepper.
174         * nss/nss_files/files-parse.c (LINE_PARSER): Take new first arg EOLSET.
175         Remove ; after `ENTDATA_DECL (data)'.
176         Truncate line at strpbrk (line, EOLSET "\n").
177         (ENTDATA_DECL): Put ; at end.
178         (MIDLINE_COMMENTS): Macro removed.
179         * nss/nss_files/files-ethers.c: Pass new argument.
180         * nss/nss_files/files-hosts.c: Likewise.
181         * nss/nss_files/files-network.c: Likewise.
182         * nss/nss_files/files-parse.c: Likewise.
183         * nss/nss_files/files-proto.c: Likewise.
184         * nss/nss_files/files-rpc.c: Likewise.
185         * nss/nss_files/files-service.c: Likewise.
186         * grp/fgetgrent.c: Likewise.
187         * pwd/fgetpwent.c: Likewise.
188         * nss/nss_files/files-pwd.c: Get parse_line with extern decl, since
189         fgetpwent.c already defines it.
190         * nss/nss_files/files-grp.c: Likewise.
192         * elf/dl-load.c (_dl_map_object): Use any object with matching l_name
193         as well as any matching with l_libname.  Fix DT_SONAME lookup to use
194         string table properly.
196         * elf/rtld.c (dl_main): Set _dl_rtld_map.l_name from _dl_argv[0] when
197         invoked directly, and l_libname from that if PT_INTERP missing.
198         Set l_name from l_libname only if not set from argv.
200         * time/europe, time/northamerica: Updated from ADO 96i.
202 Mon Jul  1 15:44:34 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
204         * stdio-common/tst-ungetc.c: Include unistd.h.
206         * inet/Makefile (routines): Change getnetbypt to getnetbyad.
208 Mon Jul  1 13:32:42 1996  Miles Bader  <miles@gnu.ai.mit.edu>
210         * hurd/report-wait.c (describe_number): Make I unsigned long.
212         * login/login.c (login): Only Frob OLD->ut_type if getutline_r
213         actually found any entry.
215         * login/pututline_r.c (pututline_r): If not located after any
216         entry don't use UTMP_DATA->ubuf, and seek to the end before adding.
217         Lock the file before stating.
219 Mon Jul  1 12:29:50 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
221         * nss/Makefile (databases): Change host to hosts.
222         * nss/host-lookup.c: Renamed to nss/hosts-lookup.c.
224         * nss/nsswitch.c (nss_parse_service_list): Use const for NAME.
226         * nss/nss_files/files-parse.c (parse_list): Correct alignment fixup.
228         * string/string.h (strndupa): Pass missing arg to strnlen.
230         * inet/getnetbypt_r.c: Renamed to ...
231         * inet/getnetbyad_r.c: this; fixed function name.
232         * inet/getnetbypt.c: Renamed to ...
233         * inet/getnetbyad.c: this; fixed function name.
235 Sat Jun 29 01:08:35 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
237         * grp/getgrgid_r.c (LOOKUP_TYPE): Define to struct group, not
238         struct passwd.
240 Fri Jun 28 23:25:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
242         * login/login.c (login): Initialize DATA so that setutent_r will
243         actually do something.
245 Fri Jun 28 16:53:01 1996  David Mosberger-Tang  <davidm@azstarnet.com>
247         * resolv/res_hconf.c (strndup): Remove function.
249         * nss/nsswitch.c (nss_lookup_function): Declare loadbase and ref
250         using ElfW() instead of Elf32_*.
252         * sysdeps/unix/sysv/linux/alpha/init-first.h,
253         sysdeps/unix/sysv/linux/m68k/init-first.h,
254         sysdeps/unix/sysv/linux/i386/init-first.h: New files.
255         * sysdeps/unix/sysv/linux/init-first.c: Use platform-dependent
256         init-first.h to make abstract machine dependent parts of
257         initialization.
259         * sysdeps/unix/alpha/sysdep.h: Undo PIC-optimization of syscall
260         error handling.  It's safer that way.
262         * sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue.
263         Fix by Richard Henderson.
265         * sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt): Fix
266         typo/extraneous whitespace.
268         * sunrpc/xdr.c (xdr_int, xdr_u_int): Use <limits.h> to test
269         determine what integer sizes we're dealing with.
271 Fri Jun 28 15:46:02 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
273         * hurd/hurdsig.c (_hurd_internal_post_signal): In pending signal
274         check for signal zero, repair logical sense of test by
275         parenthesizing correctly.
277         * hurd/hurdsig.c (_hurd_internal_post_signal): In
278         check-for-pending signals code, release _hurd_siglock before
279         jumping to deliver_pending.
281 Thu Jun 27 04:04:27 1996  David Mosberger-Tang  <davidm@azstarnet.com>
283         * configure.in (config_machine): Make ELF the default even for
284         Linux/Alpha unless a configuration of the form *-*-linux*ecoff
285         is specified.
287 Fri Jun 28 07:27:10 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
289         * nss/nss_files/files-hosts.c (ENTDATA): Define it.
290         * nss/nss_files/files-parse.c (struct parser_data): Define entdata
291         member only #ifdef ENTDATA.
292         (ENTDATA_DECL): New macro.
293         (LINE_PARSER): Use it for entdata decl.
294         (parse_list): Find the space for LIST from DATA->linebuffer instead of
295         from the input LINE, which might not be writable buffer space.
296         (LINE_PARSER): Use `parser_stclass' in place of `static inline'.
297         [ENTDATA] (parser_stclass): #define to `static inline'.
298         [!ENDATA] (parser_stclass): #define to empty.
299         [!ENTDATA] (parse_line): #define to _nss_files_parse_ENTNAME; the
300         function is exported to -lnss_files users.
302         * string/strndup.c: Add missing arg.
304         * string/string.h (strndupa): Likewise.
305         * string/strndup.c (strndup): Always terminate the string.
307 Thu Jun 27 14:22:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
309         * stdio/Makefile (routines): Add vscanf.
310         * stdio-common/Makefile (routines): Remove vscanf.
311         * stdio-common/vscanf.c: Move to ...
312         * stdio/vscanf.c: here.
314         * rpm/Makefile (headers, install-lib, install-lib.so,
315         versioned, install-bin, install-sbin, install-data,
316         install-others): Add $(-VARIABLE).
318 Fri Jun 28 02:41:08 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
320         * nss/Makefile (databases): New variable.
321         (routines, libnss_files-routines): Use it.
322         (subdir-dirs): Compute from $(services).
324         * sysdeps/unix/sysv/linux/syscalls.list (create_module, delete_module,
325         init_module, klogctl): Use EXTRA in the "caller" column so these get
326         added to unix-extra-syscalls and thus compiled in misc.
328         * string/Makefile (routines): Add strndup.
329         * string/strndup.c: New file.
330         * string/string.h: Declare strndup.
331         (strndupa): New macro.
333         * string/string.h: Declare __strdup.
334         * string/strdup.c: Deansideclized.  Define __ name and weak alias.
336         * string/string.h: Don't define memccpy as macro for [__OPTIMIZE__].
338 Thu Jun 27 23:43:22 1996  Richard Henderson  <rth@tamu.edu>
340         * sysdeps/alpha/dl-machine.h (elf_machine_rela):  The Alpha's
341         address-of operation and plt format conspire to require all
342         dynamic relocs to be resolved to actual symbols not plt entries.
344 Thu Jun 27 02:49:28 1996  Ulrich Drepper  <drepper@cygnus.com>
346         * catgets/gencat.c: Add casts to avoid signed<->unsigned warnings.
348         * grp/initgroups.c (initgroups): De-ansi-fy.
349         Move declaration of NGROUPS and GROUPS outside #if so that
350         the code compiles for NGROUPS_MAX != 0.
352         * inet/Makefile (headers): Add netinet/ether.h and netinet/if_ether.h.
353         (routines): Add ether_aton, ether_aton_r, ether_hton, ether_line,
354         ether_ntoa, ether_ntoa_r, and ether_ntoh.
355         * inet/ether_aton.c, inet/ether_aton_r.c, inet/ether_hton.c,
356         inet/ether_line.c, inet/ether_ntoa.c, inet/ether_ntoa_r.c,
357         inet/ether_ntoh.c: New files.  Implementation of functions to
358         handle Ethernet address to host mapping.
359         * inet/netinet/ether.h: New file.  Declare ether_* functions.
360         * netinet/ether.h: Wrapper around inet/netinet/ether.h for glibc
361         compilation.
362         * nss/ethers-lookup.c: New file.  Lookup function for ethers database.
363         * nss/Makefile (routines): Add ethers-lookup.
364         (libnss_files-routines): Add files-ethers.
366         * nss/getXXent_r.c: Don't define set*ent and end*ent function
367         with _r suffix.
369         * nss/nss_files/files-XXX.c (internal_endent): Don't reset
370         KEEP_STREAM every time called.
371         (_nss_files_end): Reset KEEP_STREAM here instead.
372         (internal_getent): If STREAM == NULL try to open instead of
373         signalling error.
374         Use cast to prevent warning.
375         Terminate read line in case the buffer is too small.
377         * nss/nss_files/files-ethers.c: New file.  Implementation of
378         Ethernet adress<->hostname lookup through files interface.
380         * stdlib/mbstowcs.c: Define based on mbsrtowcs().
381         * stdlib/mbtowc.c: Define based on mbrtowc().
382         * stdlib/wcstombs.c: Define based on wcsrtombs().
383         * stdlib/wctomb.c: Define based on wcrtomb().
385         * sunrpc/xdr.c (xdr_u_int): Avoid bogus call to
386         unexpected_sizes_in_xdr_u_int.
388         * sysdeps/generic/netinet/if_ether.h: New file.  Generic declaration
389         of `struct ether_addr'.
390         * sysdeps/unix/sysv/linux/netinet/if_ether.h: New file.  Linux specific
391         declaration of `struct ether_addr'.
393         * wcsmbs/mbrtowc.c: Handle case where argument PS is NULL.
394         * wcsmbs/mbsrtowcs.c: Ditto.
395         * wcsmbs/wcrtomb.c: Ditto.
396         * wcsmbs/wcsrtombs.c: Ditto.
398         * wcsmbs/mbsinit.c: Prepare for PS being NULL.
400 Wed Jun 26 13:19:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
402         * hurd/get-host.c <fcntl.h>: New include.
403         * hurd/set-host.c <fcntl.h>: New include.
404         (_hurd_set_host_config): Include NEW in args to dir_link.
405         Return NWROTE, not NREAD.
407         * sysdeps/mach/hurd/getcwd.c
408         (_hurd_canonicalize_directory_name_internal): Don't deallocate
409         DOTID & DOTDEVID until we're finished with them (we need to keep
410         them at least until we've fetched the next level of id ports, so
411         that mach will be able to use the same name if they're the same).
412         Add inner_errlose: label, which deallocates DOTID & DOTDEVID and
413         jumps to errlose, for those places where such cleanup is needed.
415 Wed Jun 26 01:58:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
417         * nss/nss_files/files-parse.c (parse_list): Count null in EOL calc.
419         Move DB code into separate -ldb library.
420         * db/Makefile (extra-libs): New variable, list libdb.
421         (routines): Renamed to libdb-routines.
422         * shlib-versions: Add libdb=2.
424         * nss/network-lookup.c (DEFAULT_CONFIG): New macro.
425         * nss/host-lookup.c (DEFAULT_CONFIG): New macro.
427         * nss/nsswitch.c (nss_parse_service_list): Use __strncasecmp instead
428         of strncasecmp.  Extend syntax to grok [!foo=bar].
430         * sysdeps/generic/strncase.c: Define __strncasecmp with strncasecmp as
431         weak alias.
432         * string/string.h: Declare __strncasecmp.
434         * nss/nsswitch.c (nss_parse_file): Call __getline, not getline.
435         (service_alias): Variable removed.
436         (nss_parse_service_list): New function, broken out of nss_getline.
437         Remove alias conversion; we will just use symlinks.
438         (__nss_database_lookup): Take new string arg DEFCONFIG.
439         If no entry exists, make one with service list parsed from that.
440         * nss/nsswitch.h: Update protocol for __nss_database_lookup.
441         * nss/XXX-lookup.c (DEFAULT_CONFIG): New macro, set to 0 if undefined.
442         (DB_LOOKUP_FCT): Pass it to _nss_database_lookup.
444         * grp/initgroups.c: Rewritten using getgrent.  Handle unlimited group
445         list size.
447         * sunrpc/xdr.c (xdr_int): #if 0 out unresolved references in dead code.
449 Wed Jun 26 01:56:50 1996  Ulrich Drepper  <drepper@cygnus.com>
451         * locale/programs/locale.c (long_options): Short form of
452         --version option is `-V'.
453         (main): Recognize `-V' as option, not `-v'.
454         Call `usage' instead of printing error message for illegal
455         option.
456         (usage): Document `-V'.
458 Tue Jun 25 17:22:55 1996  Miles Bader  <miles@gnu.ai.mit.edu>
460         * sysdeps/mach/hurd/getcwd.c
461         (_hurd_canonicalize_directory_name_internal): Initialize PARENT to
462         THISDIR, and don't ever deallocate PARENT unless it's != THISDIR.
464 Tue Jun 25 10:58:23 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
466         * inet/getrpcent.c: Fix macros.
467         * inet/getrpcent_r.c: Fix macros.
469         * elf/dlsym.c (dlsym): Search the global scope if HANDLE is null.
471         * elf/dl-load.c (_dl_map_object_from_fd): Initialize L.
473 Tue Jun 25 09:55:47 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
475         * catgets/gencat.c (write_out): Use %Zu to print variables of type
476         size_t.
477         * resolv/res_debug.c (__p_rr): Print size_t variable as %lu and
478         cast it to (unsigned long) to make it work both on 32 and 64
479         bit architectures.
481 Sat Jun 22 13:05:25 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
483         * locale/Makefile (distribute): Add `programs/' prefix to all
484         files in that directory.
486         * Makerules (distinfo-vars): Assign subdir directly so that `ifdef
487         subdir' works.
489         * MakeTAGS (sources, headers): Make them simply expanded variables
490         so that all-dist is expanded before it is changed.
492 Tue Jun 25 02:59:11 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
494         * Make-dist (dist): Don't depend on crypt tar file.  Remove that rule.
495         * Makefile (subdirs): Remove crypt.
496         * crypt: Directory removed.  It will be made an independent library
497         distribution.
499         * Makefile (distribute): Add rpm/{Makefile,teplate,rpmrc}.
501         * inet/getrpcent_r.c (DATABASE_NAME): New macro.
503         * inet/getrpcbynumber.c (BUFLEN): New macro.
505         * configure.in (--no-whole-archive check): Remove backslashes in cmd.
507         * Makefile (headers): Add libc-lock.h.
508         * sysdeps/stub/libc-lock.h: New file.
510         * inet/getrpcbynumber.c: Remove _r typo.
512         * elf/dl-load.c (_dl_map_object): Fix typo in last change.
514         * nss/nss_files/files-parse.c (parse_list): Reset ELT for elements
515         after the first!
517         * nss/nsswitch.c (__nss_database_lookup): If nsswitch.conf is missing
518         or doesn't mention DATABASE, use an internal default equivalent to
519         "DATABASE: compat [NOTFOUND=return] dns [NOTFOUND=return] files".
520         (nss_lookup_function): Call nss_new_service as needed.
521         (nss_parse_file): Don't bother calling nss_new_service here.
523         * grp/fgetgrent.c (LINE_PARSER): Pass zero SWALLOW arg for fields.
524         * pwd/fgetpwent.c: Likewise.
526         * malloc/malloc.h: Declare malloc_object_allocated_size, malloc_walk.
527         * malloc/Makefile (dist-routines): Add malloc-size, malloc-walk.
528         * malloc/malloc-size.c: New file.
529         * malloc/malloc-walk.c: New file.
531         * malloc/malloc-find.c (malloc_find_object_address): Return null if
532         PTR is outside the heap.
534         * elf/dl-load.c (_dl_map_object): If the requested name matches the
535         soname of a loaded object, use that object.
537 Mon Jun 24 19:57:01 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
539         * Makefile (subdirs): Add nss.
541         * inet/Makefile (routines): Add getrpcent, getrpcbyname,
542         getrpcbynumber, getrpcent_r, getrpcbyname_r, getrpcbynumber_r.
543         * inet/getrpcbynumber_r.c: New file.
544         * inet/getrpcbynumber.c: New file.
545         * inet/getrpcbyname.c: New file.
546         * inet/getrpcbyname_r.c: New file.
547         * inet/getrpcent_r.c: New file.
548         * inet/getrpcent.c: New file.
549         * nss/rpc-lookup.c: New file.
550         * nss/nss_files/files-rpc.c: New file.
551         * nss/Makefile (routines): Add rpc-lookup.
552         (libnss_files-routines): Add files-rpc.
553         * sunrpc/Makefile (routines): Remove getrpcent.
554         * sunrpc/getrpcent.c: File removed.
556         * nss/getXXent_r.c (REENTRANT_GETNAME): Clear NO_MORE when NIP is
557         non-null on entry.
559         * Makeconfig (rpath-link): Add $(nssobjdir).
560         (nssobjdir): New variable.
562         * Makerules: Move shared library building before objects rules, so
563         versions are known before extra-lib.mk gets included.
564         * extra-lib.mk (lib-noranlib): Depend on the shared object too.
566         * pwd/getpwuid.c: Rewritten using nss.
567         * pwd/getpwnam.c: Likewise.
568         * pwd/getpwent.c: Likewise.
569         * grp/getgrnam.c: Likewise.
570         * grp/getgrgid.c: Likewise.
571         * grp/getgrent.c: Likewise.
572         * pwd/Makefile (routines): Add getpwent_r, getpwnam_r, getpwuid_r.
573         * pwd/getpwent_r.c: New file.
574         * pwd/getpwnam_r.c: New file.
575         * pwd/getpwuid_r.c: New file.
576         * grp/Makefile (routines): Add getgrent_r, getgrgid_r, getgrnam_r.
577         * grp/getgrnam_r.c: New file.
578         * grp/getgrgid_r.c: New file.
579         * grp/getgrent_r.c: New file.
580         * grp/Makefile (routines): Remove grpopen, grpread.
581         * pwd/Makefile (routines): Remove pwdopen, pwdread.
582         * grp/grpopen.c, grp/grpread.c, pwd/pwdopen.c, pwd/pwdread.c: Removed.
584         * pwd/fgetpwent.c: Rewritten using files-parse.c.
585         * grp/fgetgrent.c: Likewise.
587         * nss/Makefile (routines): Add grp-lookup and pwd-lookup.
588         * nss/pwd-lookup.c, nss/grp-lookup.c: New files.
589         * nss/nss_files/files-grp.c: New file.
590         * nss/nss_files/files-pwd.c: New file.
592         * nss/Makefile (subdir-dirs): New variable; use it in vpath.
594         * nss/nss_files/files-parse.c: New file.
595         * nss/nss_files/files-XXX.c: New file.
596         * nss/nss_files/files-hosts.c, nss/nss_files/files-proto.c,
597         nss/nss_files/files-service.c, nss/nss_files/files-network.c:
598         Rewritten using them.
600         * nss/Makefile (libnss_files-routines): Remove files-host.
601         Add files-hosts, files-grp, files-pwd.
603         * nss/nss_dns/dns-network.c: Don't include <pthread.h>.
605 Mon Jun 24 22:39:12 1996  Richard Henderson  <rth@tamu.edu>
607         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
608         A .plt entry now loads the .rela.plt offset directly rather
609         than making us calculate it.
611 Sun Jun 23 15:24:05 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
613         * time/Makefile ($(installed-localtime-file) rule): Do
614         $(make-target-directory) first.
616         * resolv.h: Fix wrapper for resolv/resolv.h.
618         * configure.in (ld --no-whole-archive check): Use AC_TRY_COMMAND.
619         Compile dummy file and pass -nostdlib -nostartfiles so as not to
620         require installed libraries.
622         * shlib-versions (*-*-*): Set libresolv=2, libnss_files=1,
623         libnss_dns=1.
625 Sun Jun 23 19:42:05 1996  Ulrich Drepper  <drepper@cygnus.com>
627         * resolv/Makefile (distribute): Remove res_hconf.h; add mapv4v6addr.h
628         and mapv4v6hostent.h.
629         (routines): Move res* and gethnamaddr into libresolv-routines.
630         (libresolv-routines): New variable, put them there.
631         (extra-libs): New variable, list libresolv.
632         (CPPFLAGS): Add -D for get*by* to res_get*by*.
634         * resolv/netdb.h (_PATH_NSSWITCH_CONF): New macro.
636         * inet/herrno.c: New file.
638         * resolv/res_init.c: Remove res_hconf calls.
640         * nss/Makefile, nss/XXX-lookup.c, nss/file-lookup.c,
641         nss/getXXbyYY.c, nss/getXXbyYY_r.c, nss/getXXent.c,
642         nss/getXXent_r.c, nss/host-lookup.c, nss/network-lookup.c,
643         nss/nsswitch.c, nss/nsswitch.h, nss/proto-lookup.c,
644         nss/service-lookup.c: New files.  Implementation of name
645         service switch, following the approach in Solaris.
646         Interface specification and general structure inspired by Peter
647         Eriksson <pen@lysator.liu.se>.
648         * nss/nss_files/files-host.c, nss/nss_files/files-network.c,
649         nss/nss_files/files-proto.c, nss/nss_files/files-service.c:
650         Implementation of libnss_files.so module for file based databases
651         in NSS service.
652         * nss/nss_dns/dns-host.c, nss/nss_dns/dns-network.c: Implementation
653         if libnss_dns.so module for DNS name lookup in NSS service.
655         * inet/getproto.c, inet/getprtent.c, inet/getprtname.c,
656         inet/getservent.c, inet/getsrvbynm.c, inet/getsrvbypt.c:
657         Changed to serve as interface to NSS.
658         * inet/gethstbyad.c, inet/gethstbyad_r.c, inet/gethstbynm.c,
659         inet/gethstbynm2.c, inet/gethstbynm2_r.c, inet/gethstbynm_r.c,
660         inet/gethstent.c, inet/gethstent_r.c, inet/getnetbynm.c,
661         inet/getnetbynm_r.c, inet/getnetbypt.c, inet/getnetbypt_r.c,
662         inet/getnetent.c, inet/getnetent_r.c, inet/getproto_r.c,
663         inet/getprtent_r.c, inet/getprtname_r.c, inet/getservent_r.c,
664         inet/getsrvbynm_r.c, inet/getsrvbypt_r.c: New files.  Implement
665         interfaces to NSS, including reentrant functions.
667         * resolv/getnetbyaddr.c, resolv/getnetbyname.c, resolv/getnetent.c,
668         resolv/sethostent.c: Removed:  Obsoleted by NSS.
670         * resolv/mapv4v6addr.h, resolv/mapv4v6hostent.h: Extracted from
671         gethnamaddr.c.  These private functions are now used in more
672         than one file.
674         * resolv/inet_pton.c, resolv/gethnamaddr.c: Updated to bind-4.9.4-T5B.
676 Sat Jun 22 16:49:47 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
678         * rpm/Makefile ($(config)): Make sure the word list in the for
679         loop is syntactically non-empty.
681 Sat Jun 22 21:29:52 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
683         * Version 1.92 test release.
685 Sat Jun 22 23:30:07 1996  David Mosberger-Tang  <davidm@azstarnet.com>
687         * sysdeps/unix/sysv/linux/syscalls.list (ksyslog_ctl): Rename
688         to klogctl to match prototype in sys/klog.h.
690         * sysdeps/posix/libc_fatal.c: Add include of <string.h>.
691         * sysdeps/unix/sysv/linux/gethostid.c: Ditto.
693         * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal):
694         Remove.  Code is now part of __getcwd again.  The old function
695         never really worked for anything but THISDIR==".".
697         * sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants
698         only when building ELF version of library.
700         * libio/libioP.h (_IO_vscanf): Add prototype.
702         * posix/unistd.h (syscall): Change sysno arg and return value
703         to int long.
705 Sat Jun 22 10:44:09 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
707         * version.h (VERSION): Updated to 1.92.
709         * misc/Makefile (headers): Add ar.h.
710         * misc/ar.h: New file.
712         * config.make.in (BUILD_CC): New variable.
713         * configure.in: Check for BUILD_CC if $host != $build.
715         * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
717         * Makerules [! objects] (subdir_lib): Depend on the stamp$o files.
718         (stamp$o files): New targets, create them empty, no deps.
720         * rpm/template (Source): New field.
721         (%prep, %build, %install): New sections.
722         (%files): Add %doc FAQ NEWS NOTES README.
723         * rpm/rpmrc (builddir): Removed.
725 Fri Jun 21 00:27:51 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
727         * elf/dl-load.c (_dl_map_object_from_fd): Fix mapping and l_phdr
728         guessing to not assume p_vaddr of first load cmd is zero.
730         * sysdeps/sparc/elf/start.S: New file.
731         * sysdeps/sparc/dl-machine.h: New file.
733         * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
734         only for ?s, not for *s.  Fix from Chet Ramey.
736         Fixes thanks to Raja R Harinath <harinath@cs.umn.edu>:
737         * sysdeps/unix/sysv/utmpbits.h: Define _HAVE_UT_{TYPE,ID,TV,HOST}.
738         Use __{BEGIN,END}_DECLS.
739         (_PATH_WTMP, _PATH_UTMP, _PATH_LASTLOG): New macros.
740         * login/utmp.h (UTMP_FILE, UTMP_FILENAME, WTMP_FILE, WTMP_FILENAME):
741         New macros, moved here from sysdeps/gnu/utmpbits.h.
742         * sysdeps/generic/utmpbits.h (_HAVE_UT_HOST): Define it.
743         * sysdeps/gnu/utmpbits.h (_HAVE_UT_HOST): Likewise.
744         * login/logout.c: Use ut_host only #if _HAVE_UT_HOST.
745         Use sizeof instead of UT_*SIZE.
746         * login/logwtmp.c: Likewise.
748         * misc/tsearch.c (tdelete): Define as weak alias to __tdelete.
750         * version.c (banner): Add trailing newline.
752         * login/utmp.h: Declare login_tty.
754 Thu Jun 20 21:19:07 1996  Richard Henderson  <rth@tamu.edu>
756         * sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt):
757         Changed to a 12-byte PLT entry to remove dependency on $gp.
758         Take a new got_addr parameter.
759         (elf_machine_rela): Pass the new parameter.
760         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Do arithmetic for 12-byte PLT.
761         (RTLD_START): Do normal linkage with program entry.
763 Thu Jun 20 12:18:21 1996  Miles Bader  <miles@gnu.ai.mit.edu>
765         * sysdeps/mach/hurd/brk.c (_hurd_brk): Initialize to 0.
767         * hurd/getuids.c (getuids): New weak link to __getuids.
769 Wed Jun 19 10:21:24 1996  Miles Bader  <miles@gnu.ai.mit.edu>
771         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry,
772         __hurd_file_name_lookup, __hurd_file_name_split): Add & use LOOKUP
773         argument.
774         Rename nested function lookup to lookup_op.
775         (__file_name_lookup, __file_name_lookup_under):
776         Pass 0 for lookup arg to __hurd_file_name_lookup.
777         (__file_name_split): Likewise for __hurd_file_name_split.
778         * hurd/path-lookup.c (hurd_file_name_path_lookup): Add LOOKUP argument.
779         Rename nested function lookup to scan_lookup.
780         (file_name_path_lookup): Pass 0 for lookup arg to
781         hurd_file_name_path_lookup.
782         * hurd/hurd/lookup.h (__hurd_file_name_lookup, hurd_file_name_lookup,
783         __hurd_file_name_lookup_retry, hurd_file_name_lookup_retry:
784         __hurd_file_name_split, hurd_file_name_split, hurd_file_name_lookup):
785         Add LOOKUP argument.
786         * sysdeps/mach/hurd/access.c (__access): Pass 0 lookup arg to
787         __hurd_file_name_lookup.
789 Mon Jun 17 19:09:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
791         * Make-dist (+sysdeps): Move wildcard inside loop to avoid consing
792         up a huge list just to discard most of it.
794         * configure.in (sysnames): Avoid fgrep by using the case shell
795         builtin.
797         * Makeconfig (config.status): Fix dependency on Implies files.
799 Wed Jun 19 01:27:57 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
801         * math/Makefile (distribute): Add ieee-math.c.
803 Wed Jun 19 03:24:58 1996  Ulrich Drepper  <drepper@cygnus.com>
805         * locale/codeset_name.c: New file.  Provide function for information
806         about currently used character set.
807         * locale/Makefile (routines): Add codeset_name.
808         * locale/langinfo.h (_NL_CTYPE_CODESET_NAME): Add new constant.
809         * locale/localeinfo.h: Change magic number because of incompatible
810         change.
811         * locale/C-ctype.c: Add initializer for new field `codeset_name'.
812         * locale/programs/ld-ctype.c: Implement handling of `codeset_name'.
814         * locale/programs/locfile.c: Don't depend in pre-2.0 Linux specific
815         name `MAX_IOVEC'.  Instead use standard name `UIO_MAXIOV'.
817         * locale/setlocale.c (setlocale): Initialize local variables to
818         prevent warnings.
820 Thu Jun 13 17:25:11 1996  David Mosberger-Tang  <davidm@azstarnet.com>
822         * sysdeps/generic/memcmp.c: Add prototype decls for internal fns.
824         * locale/programs/locale.c: Include string.h.
826         * sunrpc/xdr_stdio.c (xdrstdio_getlong), sunrpc/xdr_rec.c
827         (xdrrec_getlong), sunrpc/xdr_mem.c (xdrmem_getlong): Make sure
828         appropriate sign-extension is performed on machines with
829         sizeof(long) > 4.
831         * sunrpc/xdr.c (xdr_int, xdr_u_int): If sizeof(long)==8 and
832         sizeof(int)<sizeof(long), we need to go through a temporary
833         variable.
835         * locale/programs/ld-numeric.c: Include <alloca.h>
837         * libio/stdio.h (__libc_fatal): Add prototype.
839         * libio/cleanup.c: Use __P() to declare prototype when __STDC__ is
840         in efect.
842         * libio/iopopen.c (read_or_write, parent_end, child_end): Declare
843         volatile to avoid "might get clobbered by longjmp" warning.
845         * features.h (__KERNEL_STRICT_NAMES): Define __KERNEL_STRICT_NAMES
846         unless _LOOSE_KERNEL_NAMES is in effect (which, with high
847         probability is a sure loser).
848         * sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Remove.
850         * sysdeps/unix/bsd/osf/alpha/start.S (errno): Removed.
851         * sysdeps/unix/sysv/linux/alpha/start.S: Ditto.
853         * misc/paths.h (_PATH_MAN): Change from /usr/share/man to /usr/man
854         to be Linux FSSTND compliant.
856 Mon Jun 10 17:50:31 1996  David Mosberger-Tang  <davidm@azstarnet.com>
858         * sysdeps/unix/sysv/linux/alpha/pipe.S: Use PSEUDO.
860         * sysdeps/unix/sysv/linux/alpha/sysdep.S,
861         sysdeps/unix/sysv/linux/alpha/brk.S,
862         sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
863         sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
864         sysdeps/unix/sysv/linux/alpha/llseek.S,
865         sysdeps/unix/sysv/linux/alpha/sigsuspend.S,
866         sysdeps/unix/sysv/linux/alpha/syscall.S: Rename syscall_error to
867         __syscall_error to avoid intruding application name space.
869         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Rename __NR_get?id
870         to SYS_get?id so that syscall stubs in sysdeps/unix define
871         these syscalls in terms of getxpid/getxuid/getxgid.
873         * sysdeps/unix/_exit.S, sysdeps/unix/getegid.S,
874         sysdeps/unix/geteuid.S, sysdeps/unix/getppid.S,
875         sysdeps/unix/execve.S, sysdeps/unix/fork.S,
876         sysdeps/unix/syscall.S: Terminate syscall with PSEUDO_END.
878         * sysdeps/unix/make-syscalls.sh, sysdeps/unix/sysdep.h
879         (PSEUDO_END): Rename END() to PSEUDO_END().
881         * sysdeps/unix/alpha/sysdep.h: Move error-handling code in PSEUDO
882         to PSEUDO_END to improve branch-prediction.  Include .frame
883         directive to make syscalls debugabble.
884         (PSEUDO_END): New macro.
886         * sysdeps/unix/alpha/sysdep.h, sysdeps/alpha/bb_init_func.S,
887         sysdeps/unix/sysv/linux/alpha/brk.S: Use ldiq instead of ldi since
888         latter is illegal under DEC Unix.
890         * sysdeps/unix/alpha/sysdep.S: Renamed from
891         sysdeps/unix/sysv/linux/alpha/sysdep.S.  This file works for OSF/1
892         as well.
893         * sysdeps/unix/bsd/osf/alpha/sysdep.S: Remove (note that the
894         EWOULDBLOCK -> EAGAIN mapping was unnecessary since
895         EWOULDBLOCK==EAGAIN under DEC Unix and Linux/Alpha).
897         * sysdeps/alpha/divrem.h: Use retaddr instead of ra as the return
898         address register in the .frame directive.
900         * sysdeps/alpha/copysign.c: Remove.
902         * sunrpc/rpc/types.h: Include <sys/param.h> and <netinet/in.h> to
903         avoid RPC definitions of INADDR_LOOPBACK and/or MAXHOSTNAMELEN.
905         * errno.h: Move __END_DECLS to correct place to make file
906         compilable under c++.
908         * dirent/dirent.h: Document _DIRENT_HAVE_D_OFF macro.  Define
909         d_ino only if <direntry.h> hasn't defined d_fileno.
911         * configure.in (HAVE_ASM_WEAKEXT_DIRECTIVE): Reverse order of
912         arguments to weakext to make .weakext detection work on ECOFF systems.
914         * FAQ: Add Linux/Alpha to list of supported platforms.  Mention
915         that _validuser() has been replaced by __ivaliduser().
917 Thu Jun  6 21:39:38 1996  David Mosberger-Tang  <davidm@azstarnet.com>
919         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Declare cmd
920         as unsigned long, not as int (to avoid incorrect int->long
921         promotion).
923 Tue Jun 18 17:56:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
925         * Version 1.91 test release.
927         * Makerules ($(common-objpfx)distinfo-$(subdir)): Change target from
928         distinfo to this.
929         (distinfo): Make phony target depending on that.
930         (TAGS, po/%.pot, dist): Change deps.
931         (common-clean): Remove that file.
932         * rpm/Makefile (distinfo): Change names.
934         * rpm/Makefile (clean): New target.
936         * stdlib/test-canon.c: New test program contributed by David Mosberger.
937         * stdlib/Makefile (tests): Add test-canon.
938         * stdlib/canonicalize.c: Rewritten by David Mosberger.
940 Mon Jun 17 17:53:21 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
942         * mach/Machrules (%_server.c %_server.h rule): Remove gratuitous
943         mention of $< in mig cmd.  Thanks to Shantanu Goel.
945         * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for
946         _hurd_brk.
948         * libio/stdio.h [__USE_SVID]: Declare tempnam.
950 Fri Jun 14 19:28:33 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
952         * sysdeps/unix/sysv/linux/syscalls.list: Add swapon with two
953         parameters.
955 Wed Jun 12 20:40:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
957         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix access to
958         _dl_default_scope.
960 Sun Jun 16 03:22:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
962         * sysdeps/stub/elfclass.h: New file.
964         * Make-dist (subdir): Make empty value really empty.
966         * version.h (VERSION): Update to 1.91.
968         * hurd/hurdinit.c (map0): Remove [!PIC] conditional.
970         * shlib-versions (*-*-*): Add libutil=1.
972         * rpm/Makefile (install-lib): Add libc.a et al.
973         (install-others): Only add libc.so if $(build-shared) is yes.
975         * math/Makefile (install-lib): New variable, list libieee.a.
976         (non-lib.a): Likewise.
977         (extra-objs): Likewise, and ieee-math.o.
978         ($(objpfx)libieee.a): New target, link to ieee-math.o.
979         * math/ieee-math.c: New file.
980         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]: Remove setfpucw
981         and libieee.a stuff.
982         * sysdeps/unix/sysv/linux/ieee-fpucw.c: File removed.
983         * sysdeps/unix/sysv/linux/i386/ieee_fpu.c: File removed.
985         * sysdeps/unix/sysv/Makefile (sysdep_headers): Make append of termio.h
986         and rule for it conditional on termio.h not already being in
987         sysdep_headers.
989         * rpm/Makefile (install-others) [libc.so-version]: Get libc.so from
990         $(libdir), only the versioned named from $(slibdir).
991         (instfiles): New variable.
992         (glibc-$(version).$(config).rpm): New target.  Run rpm -bb.
993         * rpm/rpmrc: New file.  A third of the options controlling rpm can
994         only be given here (another third is on the command line, and a third
995         cannot be specified in any way shape or form).
997 Sun Jun 16 02:44:22 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
999         * rpm/template: New file.
1000         * rpm/Makefile: New file.
1002         * Makeconfig (sysdep-configures): Remove empty variable.
1004         * Makerules (distinfo-vars): Write defns for $(install-lib.so) and
1005         $(versioned).
1007         * manual/Makefile (subdir_%): Add new rule with no deps, secondary to
1008         to rule w/dep on %, with no-op commands.
1010         * Makerules (subdir_distinfo): New phony target; depend on distinfo.
1011         * Makefile (rpm/%): New rule.
1012         (+subdir_targets): Add subdir_distinfo.
1014 Sun Jun 16 00:40:20 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1016         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add
1017         fpu_control.h here.
1019         * time/Makefile ($(installed-localtime-file)): If target exists, do
1020         nothing but print a message; if not, make it an absolute symlink.
1022         * time/tzset.c (__tzset): After stripping leading :, call
1023         __tzfile_read on TZ even if it's empty or null.
1024         * time/tzfile.c (__tzfile_read): Use "Universal" if passed "".
1026 Sat Jun 15 18:13:43 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1028         * hurd/Makefile (routines): Add get-host, set-host.
1029         (distribute): Add hurdhost.h.
1030         * hurd/hurdhost.h: New file.
1031         * sysdeps/mach/hurd/gethostname.c: Use _hurd_get_host_config.
1032         * sysdeps/mach/hurd/gethostid.c: Likewise.
1033         * sysdeps/mach/hurd/sethostname.c: Use _hurd_set_host_config.
1034         * sysdeps/mach/hurd/sethostid.c: Likewise.
1035         * hurd/get-host.c: New file.
1036         * hurd/set-host.c: New file.
1038         * math/Makefile (headers): Add fpu_control.h.
1039         (aux): New variable, list fpu_control and setfpucw.
1040         * sysdeps/generic/fpu_control.c: New file.
1041         * sysdeps/stub/fpu_control.h: New file.
1042         * sysdeps/unix/sysv/linux/m68k/fpu_control.h: Moved to ...
1043         * sysdeps/m68k/fpu_control.h: here.
1044         * sysdeps/unix/sysv/linux/i386/fpu_control.h: Moved to ...
1045         * sysdeps/i386/fpu_control.h: here.
1046         * sysdeps/unix/sysv/linux/alpha/fpu_control.h: Moved to ...
1047         * sysdeps/alpha/fpu/fpu_control.h: here.  Fixed copyright.
1048         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Remove
1049         setfpucw, fpu_control.
1050         * sysdeps/unix/sysv/linux/alpha/fpu_control.c: File removed.
1051         * sysdeps/unix/sysv/linux/setfpucw.c: Moved to ...
1052         * sysdeps/generic/setfpucw.c: here.
1053         (__fpu_control): Variable removed.
1054         (__setfpucw): Use SET even if zero.
1056         * elf/dl-deps.c (_dl_map_object_deps): Set MAP's mark bit before loop.
1057         Set mark bits of deps as opened, instead of as scanned.
1059         * elf/rtld.c (dl_main): Remove _dl_rtld_map from chain unconditionally.
1060         Then if it has a nonzero l_opencount, add it back in search order.
1062         * elf/dl-load.c (_dl_map_object): Don't use _dl_loaded's DT_RPATH if
1063         it ain't got one!
1065         * sysdeps/unix/sysv/linux/Dist: Add sys/klog.h.
1067         * elf/dl-open.c (_dl_open): Remove PARENT argument, pass null.
1068         * elf/link.h: Update prototype.
1069         * elf/dl-load.c (_dl_map_object): If dependents' DT_RPATHs don't find
1070         NAME, try the DT_RPATH of the executable itself if dynamic.
1071         * elf/dlopen.c (dlopen): Don't pass first arg to _dl_open.
1073         * elf/dl-load.c (_dl_map_object): Exit DT_RPATH checking loop when an
1074         open succeeds.
1076         * Makerules (build-shlib): Give -L opts for each elt of $(rpath-link).
1078         * sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): Variable removed.
1079         (rpath-link): Append to this instead.
1081 Fri Jun 14 01:51:47 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1083         * version.c (banner): New static const variable, complete version
1084         banner text.
1085         (__libc_print_version): Use it, and use __write instead of printf.
1087         * configure.in (sysnames): Don't cache the value, because it
1088         depends only on libc sources.  Merge uniquifying third pass into
1089         Implies/parent expansion second pass.  Report each unique name as
1090         it is added in partial report string, terminated when finished.
1092         * Makeconfig (sysdep_dir): Move defn before config.status rule that
1093         expands it.
1094         (sysdep-configures): Variable removed.
1095         (config.status): Use its contents directly, tighten up a bit, and
1096         include Implies files.
1098         * elf/dl-open.c (_dl_open) [PIC]: Set PARENT to _dl_loaded if null.
1100         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Make a symlink.
1102 Thu Jun 13 14:29:56 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1104         * hurd/hurdsig.c (_hurd_internal_post_signal): Rename `deliver:'
1105         label to `deliver_pending:' to match goto.
1107 Thu Jun 13 00:02:25 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1109         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_open_zero_fill):
1110         Add comment.
1112         * elf/rtld.c (dl_main): Close _dl_zerofd after mapping deps.
1114         * sysdeps/generic/machine-gmon.h [NO_UNDERSCORES]: Define mcount as
1115         weak alias for _mcount.
1116         * sysdeps/alpha/_mcount.S (mcount): Define as weak alias.
1118         * elf/dl-lookup.c (_dl_lookup_symbol): If no value and *REF is
1119         null, consider it a strong reference and give the error.
1121 Wed Jun 12 15:52:46 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1123         * elf/dl-open.c (_dl_open): Correctly terminate relocating loop
1124         after relocating NEW when it's the only new object.
1126         * elf/dl-init.c (_dl_init_next): When out of initializers, set
1127         _r_debug.r_state to RT_CONSISTENT and call _dl_debug_state just
1128         before return.
1130         * elf/rtld.c (dl_main): Move _dl_debug_initialize call after
1131         relocation.  Call it unconditionally and only fill in DT_DEBUG
1132         if it's present.  Then call _dl_debug_state with r_state RT_ADD
1133         before running initializers.
1135         * elf/dl-open.c (_dl_open): Call _dl_debug_initialize and then call
1136         _dl_debug_state with r_state RT_ADD before running initializers
1137         * elf/dl-close.c (_dl_close): Call _dl_debug_state with r_state
1138         RT_DELETE before running finalizers and with RT_CONSISTENT just
1139         before return.
1141         * elf/Makefile (dl-routines): Add dl-debug.
1142         * elf/dl-debug.c: New file.
1143         * elf/rtld.c (_dl_r_debug): Rename to _r_debug and move to dl-debug.c.
1144         (_dl_r_debug_state): Rename to _dl_debug_state and likewise move.
1145         (dl_main): Use _dl_debug_initialize.
1146         * elf/link.h: Fix name to _dl_debug_state in decl.
1147         (_dl_debug_initialize): Declare new function from dl-debug.c.
1148         (_r_debug): Declare it.
1150         * Makerules (distinfo-vars): Add install-{lib,data,bin,sbin,others}.
1151         In distinfo set $(subdir)-VAR and then set VAR to $($(subdir)-VAR).
1153         * Makeconfig (rpath-link): New variable; add $(elfobjdir).
1154         (default-rpath): Use it.
1155         (built-program-cmd): Use it in LD_LIBRARY_PATH.
1157         * Makeconfig (sysdep-configures): Prepend $(sysdep_dir) to names tried.
1159         * sysdeps/unix/Dist: Add make-syscalls.sh.
1161         * misc/Makefile (headers): Add sys/swap.h.
1162         * posix/unistd.h: Remove decls for swapon, swapoff.
1163         * sysdeps/generic/sys/swap.h: New file.
1164         * sysdeps/unix/sysv/linux/sys/swap.h: New file.
1166         * sysdeps/unix/sysv/linux/gnu/types.h: Remove temporary hack #define
1167         of __kernel_fsid_t.  It is correctly defines in <linux/types.h> now.
1169 Tue Jun 11 23:23:30 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1171         * Makerules (LDFLAGS-c.so): Use __libc_main instead of
1172         __libc_print_version as entry point for shared object.
1173         * version.c [HAVE_ELF] (__libc_main): New function.
1175         * elf/dl-load.c (_dl_map_object_from_fd): Relocate l_entry with the
1176         load address.
1178 Tue Jun 11 19:13:04 1996  Richard Henderson  <rth@tamu.edu>
1180         * sysdeps/alpha/dl-machine.h: New file.
1182         * elf/dl-close.c: Include <string.h> for memcpy.
1183         * elf/dl-lookup.c: Same.
1185         * elf/elf.h: Add Elfxx_Symndx for symbol indices.
1186         * elf/dl-lookup.c (_dl_lookup_symbol): Use it.
1187         (_dl_setup_hash): Use it.
1188         * elf/link.h (struct link_map): Use it.
1190         * elf/rtld.c (_dl_start): Don't rely on pointer-to-first-arg hack
1191         for getting the argc/argv/envp block.  Instead, make it the argument.
1192         sysdeps/i386/dl-machine.h (RTLD_START): Do that.
1193         sysdeps/m68k/dl-machine.h (RTLD_START): Same.
1195         * shlib-versions: Add version numbers for alpha-linux.  To avoid
1196         user confusion, make them the same as i386-linux.
1198         * sysdeps/alpha/Makefile [subdir elf]: Add -mno-fp-regs to
1199         sysdep-CFLAGS so that _dl_runtime_resolve doesn't have to save them.
1200         Add -mbuild-constants to CFLAGS-rtld.c to that we can bootstrap
1201         without using literal data.
1203         * sysdeps/generic/dl-sysdep.c: Include <string.h> for memcpy.
1204         Finish Elf32 -> ElfW migration.
1206 Tue Jun 11 15:09:15 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1208         * Makerules (elfobjdir): Use $(objdir) if set, even in elf subdir.
1210         * elf/Makefile (routines): Remove init-first.
1211         * csu/Makefile (routines): New variable; put it here instead.
1213         * config.make.in (CFLAGS): New variable.
1215         * io/sys/stat.h (S_ISLNK, S_ISSOCK): Make conditional on __USE_BSD,
1216         not __USE_GNU.
1217         * string/string.h (strncasecmp): Likewise.
1219         * elf/Makefile (lib-noranlib): Move rule adding deps for ld.so et al
1220         to after `include ../Rules', so $(rtld-installed-name) is defined.
1222         * string/basename.c (basename): Cast FILENAME to char * for return.
1224         * Makerules ($(libdir)/libc.so): Put $(rtld-installed) name between
1225         libc.so and libc.a in the deps.
1227         * elf/Makefile ($(objpfx)$(rtld-installed-name)): New target to make
1228         link to ld.so if that is not the installed name.
1229         (lib-noranlib): Depend on the installed name in the build directory
1230         instead of on ld.so.
1232         * Makeconfig (link-libc): Include $(elfobjdir)/$(rtld-installed-name)
1233         between libc.so and libc.a, because with libc.so's DT_NEEDED for ld.so
1234         ld searches libc.a before ld.so (is that an ld bug?).
1235         Add $(elfobjdir) to -rpath-link.
1237         * Makerules (elfobjdir): Define as . when $(subdir) is elf.
1239         * sysdeps/i386/dl-machine.h (elf_machine_rel): In R_386_32 case when
1240         relocating _dl_rtld_map, subtract SYM's value from final reloc value,
1241         but don't change *RELOC_ADDR before calling *RESOLVE, because it might
1242         call the function we are relocating!
1244         * string/basename.c: New file.
1245         * string/Makefile (routines): Add basename.
1247 Mon Jun 10 06:14:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1249         * Makerules ($(common-objpfx)libc.so): Depend on $(elfobjdir)/ld.so.
1251         * elf/dl-close.c: New file.
1252         * elf/link.h: Declare _dl_close.
1253         * elf/Makefile (routines): Add dl-close.
1254         * elf/dlclose.c (dlclose): Use _dl_close.
1256         * elf/Makefile ($(objpfx)librtld.so): Remove libelf from deps.
1258         * elf/dl-runtime.c (_dl_global_scope): New variable.
1259         (_dl_object_relocation_scope): New function.
1260         (fixup): Use it.
1261         * elf/rtld.c (dl_main): Use it.
1262         * elf/dl-open.c (_dl_open): Use it.  If (MODE & RTLD_GLOBAL), set the
1263         l_global bit and append the new map to _dl_global_scope.
1264         * elf/link.h: Declare _dl_global_scope, _dl_global_scope_alloc,
1265         and _dl_object_relocation_scope.
1267         * elf/link.h (struct link_map): Add l_loader member.
1268         Remove _dl_map_object_from_fd decl.
1269         * elf/dl-load.c (_dl_map_object): Pass LOADER to ...
1270         (_dl_map_object_from_fd): Take new arg LOADER and set l_loader member.
1271         (_dl_map_object): Try DT_RPATH from all loaders up the chain.
1273         * elf/dl-object.c (_dl_loaded): Variable removed.
1274         (_dl_default_scope): New variable replaces it.
1275         * elf/link.h (_dl_loaded): Remove variable decl; instead define as
1276         macro for _dl_default_scope[2].
1277         (_dl_default_scope): Declare it.
1278         * sysdeps/i386/dl-machine.h (RTLD_START): Use _dl_default_scope[2]
1279         instead of _dl_loaded.
1280         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
1281         * elf/rtld.c (dl_main): Use _dl_default_scope for symbol lookups.
1283         * elf/dl-reloc.c (_dl_relocate_object): Remove check for _dl_rtld_map.
1284         * elf/rtld.c (dl_main): Pass 0 for LAZY flag when re-relocating self.
1286         * elf/link.h (struct link_map.l_type): Remove lt_interpreter.
1287         (struct link_map): Add new flag member l_global.
1289         * elf/dl-reloc.c (_dl_relocate_object): Check for _dl_rtld_map
1290         directly instead of looking for lt_interpreter.
1291         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1292         * elf/rtld.c (_dl_start): Don't bother setting BOOTSTRAP_MAP.l_type.
1293         (dl_main): Set _dl_rtld_map.l_type to lt_library.
1295         * elf/dl-deps.c (_dl_map_object_deps): Propagate MAP->l_type to
1296         dependencies loaded, downgrading lt_executable -> lt_library.
1298         * elf/dl-load.c (_dl_map_object_from_fd): Take new arg TYPE and set
1299         l_type from that, translating lt_library->lt_executable based on the
1300         file's ELF type.
1301         (_dl_map_object): Likewise.
1302         * elf/link.h: Update prototypes.
1303         * elf/dl-open.c: Pass type lt_loaded.
1304         * elf/rtld.c: Pass type lt_library.
1306         * elf/dl-load.c (_dl_map_object_from_fd): Handle null return from
1307         _dl_new_object.
1308         (_dl_map_object_from_fd: lose): Unchain and free L if it's not null.
1309         Free REALNAME, and just use NAME in error message.
1310         * elf/dl-object.c (_dl_new_object): If malloc fails, return null
1311         instead of calling _dl_signal_error.
1313         * elf/dl-load.c (_dl_map_object_from_fd): Close FD before signalling
1314         error for _dl_zerofd setup failure.
1316         * elf/dl-object.c (_dl_startup_loaded): Variable removed.
1317         * elf/link.h: Remove its decl.
1319         * elf/dl-reloc.c (_dl_relocate_object): Take new SCOPE arg and pass it
1320         through to _dl_lookup_symbol.
1321         * elf/link.h (_dl_relocate_object): Update comment and prototype.
1322         * elf/rtld.c (dl_main): Pass scope vector to _dl_relocate_object.
1324         * elf/dl-lookup.c (_dl_lookup_symbol): Arg SYMBOL_SCOPE is now a
1325         null-terminated vector of pointers, no longer a vector of exactly two.
1326         * elf/link.h (_dl_lookup_symbol): Update comment and prototype.
1328         * elf/dl-runtime.c (fixup): Set up scope for symbol lookup properly as
1329         done in _dl_relocate_object.
1331         * elf/dlopen.c: Pass "" to _dl_open when FILE is null.
1333         * elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS.
1334         (ElfW, ELFW): Use it.
1335         * elf/Makefile (headers): Add elfclass.h.
1336         * sysdeps/wordsize-32/elfclass.h: New file.
1337         * sysdeps/wordsize-64/elfclass.h: New file.
1338         * sysdeps/alpha/Implies: Add wordsize-64.
1339         * sysdeps/i386/Implies: Add wordsize-32.
1340         * sysdeps/m68k/Implies: Add wordsize-32.
1341         * sysdeps/mips/Implies: Add wordsize-32.
1342         * sysdeps/sparc/Implies: Add wordsize-32.
1344         * sysdeps/mach/hurd/dl-sysdep.c (__open): Define this instead of open.
1345         (__close, __mmap): Likewise define with __ names now.
1347 Mon Jun 10 05:13:18 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1349         * elf/dl-support.c: New file.
1350         * elf/Makefile (CFLAGS-dl-support.c): New variable.
1351         (routines, elide-routines.so): Add dl-support.
1353         * elf/dl-minimal.c (_dl_pagesize): Remove common defn.
1354         * elf/dl-load.c (_dl_pagesize): Define it here.
1355         (_dl_map_object_from_fd): Initialize it if zero.
1356         * elf/link.h (_dl_pagesize): Remove const.
1358 Sun Jun  9 04:04:26 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1360         * elf/Makefile (routines): Add dl-symbol.
1361         * elf/dl-lookup.c (_dl_symbol_value): Moved to ...
1362         * elf/dl-symbol.c: New file.
1364         * elf/elf.h (Elf32_Xword, Elf32_Sxword): New types.
1365         (Elf32_Section, Elf64_Section): New types, 16 bits.
1366         (Elf32_Sym, Elf64_Sym): Use it.
1368         * elf/dl-deps.c (_dl_open): Moved to ...
1369         * elf/dl-open.c: New file.
1370         * Makefile (routines): Add dl-open.
1372         * elf/Makefile (dl-routines): New variable.
1373         (routines): Add $(dl-routines).
1374         (elide-routines.so): New variable, set to $(dl-routines).
1375         (libdl-inhibit-o): Variable removed; build all flavors of -ldl.
1376         (rtld-routines): All but rtld, dl-sysdep, and dl-minimal moved to
1377         $(dl-routines).
1379         * elf/dl-lookup.c (_dl_lookup_symbol): Remove magic symbol grokage.
1381         * elf/dladdr.c: Use ELFW(ST_BIND) in place of ELF32_ST_BIND.
1383         * elf/dl-load.c (open_path): Use __ names for open and close.  Avoid
1384         using strdup.
1385         (_dl_map_object): Likewise.
1386         (_dl_map_object_from_fd): Use __ names for mmap, munmap, and mprotect.
1387         * elf/dl-minimal.c (malloc): Likewise.
1388         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1390         * elf/dl-minimal.c (_dl_pagesize): New variable.
1391         (malloc): Use that instead of a static variable.
1392         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_pagesize instead of
1393         calling getpagesize.
1394         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1395         * elf/link.h: Declare _dl_pagesize.
1397         * elf/rtld.c (dl_r_debug): Renamed to _dl_r_debug.
1399         * elf/link.h (struct link_map): Use Half for l_phnum instead of Word.
1400         * elf/rtld.c (dl_main): Use Half for phdr count arg.
1401         (_dl_sysdep_start): Update prototype of DL_MAIN function ptr arg.
1403         * elf/dl-load.c (_dl_map_object_from_fd): Use explicit Elf32_Word to
1404         extract 4-byte magic number, not ElfW(Word).  Match EI_CLASS against
1405         native wordsize, either 32 or 64.
1407         * elf/elf.h (Elf64_Byte, Elf64_Section): Typedefs removed.  In C a
1408         char is always a byte, no need for a typedef.  Section indices are
1409         16-bit quantities in elf64, which already have a typedef Elf64_Half.
1411         Remove partial -lelf implementation.  There is now a
1412         separately-distributed `libelf' package that implements it.
1413         * elf/dl-lookup.c: Don't #include <libelf.h> any more.
1414         (_dl_elf_hash): New function, moved from
1415         libelf.h:elf_hash.
1416         (_dl_lookup_symbol): Use it instead of elf_hash.
1417         * elf/libelf.h: File removed.
1418         * elf/elf_hash.c: File removed.
1419         * elf/Makefile (headers): Remove libelf.h.
1420         (extra-libs): Remove libelf.
1421         (libelf-routines): Variable removed.
1423         * elf/Makefile (libdl.so): Remove commands from this target.  The
1424         implicit rule commands are correct, this explicit rule just serves to
1425         add some dependencies.
1427         * elf/dl-lookup.c (_dl_lookup_symbol): Use ELFW(ST_TYPE) in place of
1428         ELF32_ST_TYPE.  Likewise ST_BIND.
1429         * elf/do-rel.h (elf_dynamic_do_rel): Likewise R_SYM.
1431         * elf/link.h (ElfW): New macro for wordsize-independent ElfXX_* type
1432         naming.
1433         (ELFW): New macro, likewise for ELFXX_* macro naming.
1434         (_ElfW, _ElfW_1): New macros, subroutines of ElfW and ELF.
1436 Sat Jun  8 20:52:38 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1438         * elf/link.h, elf/do-rel.h, elf/dynamic-link.h, elf/dl-deps.c,
1439         elf/dl-init.c, elf/dl-load.c, elf/dl-lookup.c, elf/dl-reloc.c,
1440         elf/dl-runtime.c, elf/dladdr.c, elf/dlclose.c, elf/dlsym.c,
1441         elf/linux-compat.c, elf/rtld.c: Change all uses of `Elf32_XXX' to
1442         `ElfW(XXX)' for wordsize-independence.
1444 Sat Jun  8 20:50:42 1996  Richard Henderson  <rth@tamu.edu>
1446         * elf/elf.h: Move Elf64_* types in parity with Elf32 counterparts.
1447         (Elf64_auxv_t): New type.
1448         (EM_ALPHA, R_ALPHA_*): New macros for elf64-alpha format.
1450 Mon Jun 10 02:22:24 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1452         * sysdeps/unix/sysv/linux/configure.in: New file, start with configure.
1453         Add check for installed <linux/version.h> being v2.0 or later.
1455         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_open_zero_fill): Call __open
1456         instead of open.
1457         (_dl_sysdep_fatal): Call __write instead of write.
1458         (_dl_sysdep_message): Likewise.
1460 Sun Jun  9 20:40:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1462         * sysdeps/m68k/fpu/e_acosl.c: New file.
1464 Sun Jun  9 01:11:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1466         * Makerules (o-objects): New variable.  Use it in place of
1467         $(objects:.o=$o); it filters out $(elide-routines$o).
1468         Use o-iterator for ar and ranlib rules so they use the per-type object
1469         list.
1471         * elf/dl-load.c (_dl_map_object_from_fd): Close FD before return.
1473         * sysdeps/mach/mprotect.c: Define with __ name and weak alias.
1474         * sysdeps/stub/mprotect.c: Likewise.
1475         * sysdeps/unix/mman/syscalls.list (mprotect): Likewise.
1476         * sysdeps/generic/sys/mman.h: Declare __mprotect.
1477         * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
1478         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
1479         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
1480         * sysdeps/unix/bsd/osf/sys/mman.h: Likewise.
1481         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
1483         * Make-dist ($(tardir).tar): Use sed to check for file names longer
1484         than 14 chars, instead of doschk which checks for other things we
1485         don't care about.
1487         * Version 1.90 test release.
1489         * Makerules (make-target-directory): Use ./mkinstalldirs so we do not
1490         assume . is in PATH.
1492 Sat Jun  8 22:05:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1494         * math/Makefile (distribute): Comment out addition of
1495         $(long-m-routines) sources until they are all written.
1497         * math/Makefile (distribute): Append long double source names to this
1498         instead of using elided-routines.
1500 Sat Jun  8 15:15:07 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1502         * mach/mach_shortcuts.c: Obsolete file removed.
1503         * mach/mach_syscalls.h: Likewise.
1505         * hurd/Makefile (distribute): Consolidate defns into one.
1507         * time/Makefile (tzfiles): Add solar87 solar88 solar89.
1509 Fri Jun  7 16:48:13 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1511         * sysdeps/unix/sysv/linux/i386/Dist: New file, list sys/perm.h and
1512         sys/vm86.h.
1514         Removed old math code no longer used since the fdlibm integration.
1515         * sysdeps/stub/acos.c: File removed.
1516         * sysdeps/stub/asin.c: File removed.
1517         * sysdeps/stub/atan2.c: File removed.
1518         * sysdeps/stub/cosh.c: File removed.
1519         * sysdeps/stub/exp.c: File removed.
1520         * sysdeps/stub/fmod.c: File removed.
1521         * sysdeps/stub/frexp.c: File removed.
1522         * sysdeps/stub/log.c: File removed.
1523         * sysdeps/stub/log10.c: File removed.
1524         * sysdeps/stub/sinh.c: File removed.
1525         * sysdeps/stub/tan.c: File removed.
1526         * sysdeps/stub/tanh.c: File removed.
1527         * sysdeps/generic/acos.c: File removed.
1528         * sysdeps/generic/acosh.c: File removed.
1529         * sysdeps/generic/asin.c: File removed.
1530         * sysdeps/generic/asinh.c: File removed.
1531         * sysdeps/generic/atan.c: File removed.
1532         * sysdeps/generic/atan2.c: File removed.
1533         * sysdeps/generic/atanh.c: File removed.
1534         * sysdeps/generic/cabs.c: File removed.
1535         * sysdeps/generic/ceil.c: File removed.
1536         * sysdeps/generic/copysign.c: File removed.
1537         * sysdeps/generic/cosh.c: File removed.
1538         * sysdeps/generic/exp.c: File removed.
1539         * sysdeps/generic/expm1.c: File removed.
1540         * sysdeps/generic/fabs.c: File removed.
1541         * sysdeps/generic/floor.c: File removed.
1542         * sysdeps/generic/fmod.c: File removed.
1543         * sysdeps/generic/frexp.c: File removed.
1544         * sysdeps/generic/hypot.c: File removed.
1545         * sysdeps/generic/infnan.c: File removed.
1546         * sysdeps/generic/isnan.c: File removed.
1547         * sysdeps/generic/ldexp.c: File removed.
1548         * sysdeps/generic/log.c: File removed.
1549         * sysdeps/generic/log10.c: File removed.
1550         * sysdeps/generic/log1p.c: File removed.
1551         * sysdeps/generic/modf.c: File removed.
1552         * sysdeps/generic/pow.c: File removed.
1553         * sysdeps/generic/rint.c: File removed.
1554         * sysdeps/generic/sinh.c: File removed.
1555         * sysdeps/generic/tan.c: File removed.
1556         * sysdeps/generic/tanh.c: File removed.
1557         * sysdeps/ieee754/cabs.c: File removed.
1558         * sysdeps/ieee754/copysign.c: File removed.
1559         * sysdeps/ieee754/frexp.c: File removed.
1560         * sysdeps/ieee754/hypot.c: File removed.
1561         * sysdeps/ieee754/infnan.c: File removed.
1562         * sysdeps/ieee754/ldexp.c: File removed.
1563         * sysdeps/ieee754/log10.c: File removed.
1565         * posix/Makefile (headers): Add schedbits.h.
1567         * math/Makefile (elided-routines): Add long double routines.
1569 Fri Jun  7 11:02:22 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1571         * sysdeps/mach/hurd/getpriority.c (getpriority): Use new interface
1572         to __proc_getprocinfo.
1574         * login/login.c (tty_name): New function.
1575         (login): Use it.
1576         (PATH_MAX): MACRO removed.
1577         <stdlib.h>: New include.
1579 Fri Jun  7 09:11:17 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1581         * sysdeps/unix/sysv/linux/Dist: Add sys/sysinfo.h, sys/mount.h,
1582         sys/kdaemon.h, sys/io.h, sys/mount.h, sysctl.c.
1584         * gmon/Makefile (distribute): Add profil-counter.h.
1586         * sysdeps/unix/sysv/linux/alpha/Dist: New file.
1588         * sysdeps/unix/Dist: Add s-proto.S.
1590         * sysdeps/unix/common/mk-local_lim.c: Obsolete file removed.
1592         * Make-dist (+sysdep-tsrcs): Get all syscalls.list files too.
1594         * csu/Makefile (distribute): Add start.c.
1596         * elf/Makefile (distribute): Add dl-machine.h.
1598         * sysdeps/alpha/Dist: Add _mcount.S.
1600         * sysdeps/alpha/Makefile (sysdep_routines): Append instead of
1601         resetting; don't add bb_init_func.
1603         * string/Makefile (routines): Add strerror_r.
1604         * string/string.h (strerror_r): Use int for BUFLEN arg.
1606         * Makefile (distribute): Add shlib-versions.
1608         * po/Makefile (distribute): Add SYS_libc.pot.
1610         * misc/Makefile (routines): Add lsearch.
1612         * manual/lang.texi (Consistency Checking): Merge in assert_perror defn
1613         and other changes inadvertently made to the obsolete assert.texi.
1614         * manual/assert.texi: File removed.
1616         * mach/mach_syscalls.c: Obsolete file removed.
1617         * mach/mach_syscalls.h: Likewise.
1618         * mach/mach_traps.S: Likewise.
1619         * mach/msg_destroy.c: Likewise.
1620         * mach/vm_page_size.c: Likewise.
1622         * locale/Makefile (distribute): Add weight.h, charset.h.
1624         * Makefile (distribute): Add version.h.
1626         * hurd/Makefile (headers): Add hurd/ioctl.h.
1627         (distribute): Add intr-rpc.d, intr-rpc.h, faultexc.defs.
1629         * csu/Makefile (distribute): Add gmon-start.c.
1631         * Makefile (distribute): Add config.h.in.
1633 Wed Jun  5 22:06:21 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1635         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Fix type of reloc
1636         argument.
1637         [case R_68K_32]: Check for resolve being null.
1638         (RTLD_START): Add missing label.
1640 Fri Jun  7 1996 05:29:32  Ulrich Drepper  <drepper@cygnus.com>
1642         * misc/lsearch.c: New file.  Implementation of lfind and
1643         lsearch functions.
1645         * misc/search.h: Add prototype for functions from tsearch
1646         family with __ prefix.
1647         Correct prototype for lsearch: BASE parameter must not be
1648         const.
1650         * misc/tsearch.c: prepend all global function names with __
1651         and make normal names weak aliases.
1653 Fri Jun  7 00:15:24 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1655         * Make-dist (sysdep_dirs): Skip CVS dirs.
1657 Thu Jun  6 16:12:39 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1659         * malloc/Makefile (distribute): Change malloc/gmalloc-head.c to
1660         gmalloc-head.c.
1661         (malloc/gmalloc.c): Depend on malloc/gmalloc-head.c.
1662         (malloc/Makefile): Do $(make-target-directory) first.
1663         * malloc/gmalloc-head.c: New file.
1665         * po/Makefile (linguas.mo): Don't commit .mo files to cvs.
1667         * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO==0 pending
1668         check, deliver a pending blocked signal if its action might be to
1669         ignore.
1670         * sysdeps/mach/hurd/sigaction.c: If new action is SIG_IGN or SIG_DFL
1671         and SIG is pending, wake up signal thread to check us.
1673         * hurd/hurdsig.c (_hurd_internal_post_signal): Don't mark a signal
1674         pending while blocked or stopped when the action is to ignore it.
1676 Thu Jun  6 12:56:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1678         * hurd/hurdsig.c (_hurd_internal_post_signal: resume): Only set
1679         SS_SUSPENDED when the thread is really suspended.
1681         * elf/rtld.c (dl_main): Don't dereference _dl_rtld_map.l_next if null.
1683         * Makerules (headers): Move append of $(sysdep_headers) after include
1684         of sysdep makefiles.
1686         * sysdeps/mach/hurd/errlist.c: File removed.
1688 Thu Jun  6 07:32:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1690         * resolv/gethnamaddr.c (struct hstorage): Make NAME field a pointer.
1691         (_gethtbyname2): Remove ALIAS variable.
1692         Initialize NAME field of SELF and TARGET to 0.
1693         Add SELF_NAME_SIZE static variable.
1694         Add loop to call gethostname until the space we allocated is enough.
1695         Use malloced strings instead of fixed size buffers.
1696         <stdlib.h>, <unistd.h>: New includes.
1697         * sysdeps/generic/sys/socket.h (PF_INET6, AF_INET6): New macros.
1699         * sysdeps/mach/hurd/errlist.c (_sys_errlist): Add EILSEQ.
1700         (_sys_nerr): Initialize to 107.
1701         Update _HURD_ERRNOS consistency check.
1703         * stdlib/canonicalize.c (canonicalize): Use pathconf for PATH_MAX,
1704         not sysconf.
1706         * login/login.c [!PATH_MAX] (PATH_MAX): Define to be 1024 if not
1707         already defined.
1709         * sysdeps/mach/hurd/setitimer.c (timer_thread): Supply SIGCODE
1710         argument to __msg_sig_post_request.
1712         * hurd/hurdmalloc.c: Changes to bring in line with the hurd
1713         libthreads/malloc.c:
1714         (more_memory): Use assert_perror instead of MACH_CALL.
1715         "cthread_internals.h": Include removed.
1716         (realloc): Use LOG2_MIN_SIZE.
1717         (LOG2_MIN_SIZE): New macro.
1718         (realloc): Don't bother allocating a new block if the
1719         new size request fits in the old one and doesn't waste any space.
1720         Only free the old block if we successfully got a new one.
1721         [MCHECK] (struct header): New type.
1722         (union header): Only define if !MCHECK.
1723         (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros.
1724         [MCHECK] (MIN_SIZE): Add correct definition for this case.
1725         (more_memory, malloc, free, realloc): Use above macros, and add
1726         appropiate checks & frobs in MCHECK case.
1728 Thu Jun  6 02:00:42 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1730         * Makerules (distinfo-vars): Don't write constant line to frob sources.
1731         * Make-dist (sources): Append $(elided-routines) and $(extra-libs)
1732         routines.
1734 Tue Jun  4 22:03:02 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1736         * sysdeps/m68k/fpu/__math.h: Define long double versions of
1737         the inline functions.
1738         * sysdeps/m68k/fpu/e_asinl.c, sysdeps/m68k/fpu/e_atanl.c,
1739         sysdeps/m68k/fpu/e_acosl.c, sysdeps/m68k/fpu/e_expl.c,
1740         sysdeps/m68k/fpu/e_fmodl.c, sysdeps/m68k/fpu/e_log10l.c,
1741         sysdeps/m68k/fpu/e_logl.c, sysdeps/m68k/fpu/e_powl.c,
1742         sysdeps/m68k/fpu/e_remainderl.c, sysdeps/m68k/fpu/e_scalbl.c,
1743         sysdeps/m68k/fpu/e_sinhl.c, sysdeps/m68k/fpu/e_sqrtl.c,
1744         sysdeps/m68k/fpu/k_cosl.c, sysdeps/m68k/fpu/k_sinl.c,
1745         sysdeps/m68k/fpu/k_tanl.c, sysdeps/m68k/fpu/s_atanl.c,
1746         sysdeps/m68k/fpu/s_ceill.c, sysdeps/m68k/fpu/s_cosl.c,
1747         sysdeps/m68k/fpu/s_expm1l.c, sysdeps/m68k/fpu/s_fabsl.c,
1748         sysdeps/m68k/fpu/s_finitel.c, sysdeps/m68k/fpu/s_floorl.c,
1749         sysdeps/m68k/fpu/s_frexpl.c, sysdeps/m68k/fpu/s_ilogbl.c,
1750         sysdeps/m68k/fpu/s_isinfl.c, sysdeps/m68k/fpu/s_isnanl.c,
1751         sysdeps/m68k/fpu/s_ldexpl.c, sysdeps/m68k/fpu/s_log1pl.c,
1752         sysdeps/m68k/fpu/s_logbl.c, sysdeps/m68k/fpu/s_modfl.c,
1753         sysdeps/m68k/fpu/s_rintl.c, sysdeps/m68k/fpu/s_scalbnl.c,
1754         sysdeps/m68k/fpu/s_significandl.c, sysdeps/m68k/fpu/s_sinl.c,
1755         sysdeps/m68k/fpu/e_atanhl.c, sysdeps/m68k/fpu/e_coshl.c: New files.
1757         * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_fmod.c,
1758         sysdeps/m68k/fpu/k_cos.c, sysdeps/m68k/fpu/k_sin.c,
1759         sysdeps/m68k/fpu/k_tan.c, sysdeps/m68k/fpu/s_atan.c,
1760         sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_ilogb.c,
1761         sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_ldexp.c,
1762         sysdeps/m68k/fpu/s_modf.c: Define generic functions using FUNC and
1763         float_type with appropriate defaults.
1765         * sysdeps/m68k/fpu/e_acosf.c, sysdeps/m68k/fpu/e_fmodf.c,
1766         sysdeps/m68k/fpu/k_cosf.c, sysdeps/m68k/fpu/k_sinf.c,
1767         sysdeps/m68k/fpu/k_tanf.c, sysdeps/m68k/fpu/s_atanf.c,
1768         sysdeps/m68k/fpu/s_frexpf.c, sysdeps/m68k/fpu/s_ilogbf.c,
1769         sysdeps/m68k/fpu/s_isinff.c, sysdeps/m68k/fpu/s_ldexpf.c,
1770         sysdeps/m68k/fpu/s_modff.c: Include the corresponding double
1771         versions with appropriate definitions to get float functions,
1772         instead of defining them directly.
1774         * sysdeps/m68k/fpu/acos.c: File removed.
1775         * sysdeps/m68k/fpu/asin.c: File removed.
1776         * sysdeps/m68k/fpu/atan.c: File removed.
1777         * sysdeps/m68k/fpu/atan2.c: File removed.
1778         * sysdeps/m68k/fpu/atanh.c: File removed.
1779         * sysdeps/m68k/fpu/ceil.c: File removed.
1780         * sysdeps/m68k/fpu/cos.c: File removed.
1781         * sysdeps/m68k/fpu/cosh.c: File removed.
1782         * sysdeps/m68k/fpu/drem.c: File removed.
1783         * sysdeps/m68k/fpu/exp.c: File removed.
1784         * sysdeps/m68k/fpu/expm1.c: File removed.
1785         * sysdeps/m68k/fpu/fabs.c: File removed.
1786         * sysdeps/m68k/fpu/fl.h: File removed.
1787         * sysdeps/m68k/fpu/floor.c: File removed.
1788         * sysdeps/m68k/fpu/fmod.c: File removed.
1789         * sysdeps/m68k/fpu/frexp.c: File removed.
1790         * sysdeps/m68k/fpu/isinf.c: File removed.
1791         * sysdeps/m68k/fpu/isinfl.c: File removed.
1792         * sysdeps/m68k/fpu/isnan.c: File removed.
1793         * sysdeps/m68k/fpu/isnanl.c: File removed.
1794         * sysdeps/m68k/fpu/ldexp.c: File removed.
1795         * sysdeps/m68k/fpu/log.c: File removed.
1796         * sysdeps/m68k/fpu/log10.c: File removed.
1797         * sysdeps/m68k/fpu/log1p.c: File removed.
1798         * sysdeps/m68k/fpu/logb.c: File removed.
1799         * sysdeps/m68k/fpu/pow.c: File removed.
1800         * sysdeps/m68k/fpu/rint.c: File removed.
1801         * sysdeps/m68k/fpu/sin.c: File removed.
1802         * sysdeps/m68k/fpu/sinh.c: File removed.
1803         * sysdeps/m68k/fpu/sqrt.c: File removed.
1804         * sysdeps/m68k/fpu/tan.c: File removed.
1805         * sysdeps/m68k/fpu/tanh.c: File removed.
1807 Thu Jun  6 00:02:15 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1809         * sysdeps/unix/sysv/linux/syscalls.list: Add select (the syscall name
1810         is _newselect).
1811         * sysdeps/unix/sysv/linux/select.S: File removed.
1813         * sysdeps/unix/sysv/linux/m68k/select.S: File removed; obsolete with
1814         current kernels, generic linux version is fine.
1816         * locale/Makefile: Add vpath for %.gperf to programs.
1818         * Make-dist (+tsrcs): Variable removed.
1819         (dist): Process $^ here instead of using $(+tsrcs).
1821         * sysdeps/unix/sysv/linux/Makefile (install-others): Don't set.
1822         ($(includedir)/sys/syscall.h): Target removed.
1823         (sysdep_headers): Add syscall-list.h.
1824         ($(objpfx)syscall-%.[dh]): New rule to build syscall-list.[dh].
1825         (generated): Add those.
1826         * sysdeps/unix/sysv/linux/syscall.h: Include <syscall-list.h>.
1828 Wed Jun  5 15:57:28 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1830         * misc/sys/syscall.h: New file.
1831         * misc/Makefile (headers): Add sys/syscall.h.
1833         * time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
1834         time/africa, time/asia, time/australasia, time/europe,
1835         time/northamerica, time/southamerica: Updated from ADO 96h.
1837         * Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
1838         (try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
1840         * Makerules (distinfo-vars): Add sysdep_headers.
1841         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
1842         this instead of $(headers).
1843         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
1844         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1846         * Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
1847         $(subdir); we are already there.
1849         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1851         * mach/Machrules: Undo last change.
1852         (mach-generated): List .uh and .__h files only for $(user-interfaces),
1853         not for each .h in $(interface-headers); server-interfaces have no .uh
1854         or .__h files.
1856 Wed Jun  5 15:42:51 1996  Miles Bader  <miles@gnu.ai.mit.edu>
1858         * mach/Machrules (%_server.uh, %_server.__h): New rules, so that the
1859         corrsponding .defs file with without the `_server' will be used.
1861         * mach/Makefile (mach/mach_interface.defs): Renamed from
1862         mach_interface.defs.
1863         (mach/memory_object_user.defs): New variable.
1865 Wed Jun  5 15:10:58 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1867         * Make-dist [subdir-dirs]: Set vpath for %, not just %.c.
1869         * locale/Makefile (subdir-dirs): New variable.
1871 Wed Jun  5 00:01:19 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1873         * Makerules (distinfo-vars): Add sysdep_routines.
1875         * mach/Machrules (include-%.defs): New canned sequence.
1876         Change all uses of `#include <$*.defs>' in cmds to use it.
1877         * mach/Makefile (mach_interface.defs): New variable, set to mach.defs.
1879         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle RESOLVE being
1880         null in all cases but R_386_COPY.
1881         (elf_machine_rel):
1883 Wed Jun  5 00:01:19 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1885         * sysdeps/unix/bsd/ultrix4/mips/Dist: Updated.
1886         * sysdeps/unix/bsd/ultrix4/Dist: Removed.
1887         * sysdeps/unix/sysv/sysv4/Dist: Updated.
1888         * sysdeps/unix/sysv/sco3.2.4/Dist: Removed.
1889         * sysdeps/unix/sysv/irix4/Dist: Updated.
1890         * sysdeps/unix/sysv/linux/i386/Dist: Removed.
1891         * sysdeps/unix/sysv/Dist: Updated.
1892         * sysdeps/unix/bsd/sun/sunos4/Dist: Removed.
1893         * sysdeps/unix/bsd/sony/newsos4/Dist: Removed.
1894         * sysdeps/gnu/Dist: New file.
1895         * sysdeps/alpha/Dist: Updated.
1896         * sysdeps/mach/hurd/Dist: Updated.
1898         * Make-dist [subdir-dirs]: Set a vpath for %.c.
1900         * Make-dist (README): Fix typo in cvs cmd.
1902         * elf/dl-lookup.c (_dl_lookup_symbol): Fix typos in last change.
1903         Comment out ref to nonexistent _dl_close.
1905 Tue Jun  4 21:01:20 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1907         * math/Makefile (libm-support, libm-calls): New variables.
1908         (libm-routines): Construct this from those.
1909         (calls): New variable.
1910         (routines): Construct this from it.
1912         * resolv/res_debug.c: Add missing #include <ctype.h>.
1914         * sysdeps/unix/getlogin.c: Must pass struct utmp ptr to getutline_r.
1915         * sysdeps/unix/getlogin_r.c: Likewise.
1917         * sysdeps/libm-ieee754/w_hypotl.c: Fix typo.
1919         * sysdeps/libm-ieee754/w_cabsl.c: __cabsl_complex -> __cabs_complexl
1921         * math/Makefile (long-m-routines): Define recursive variable as
1922         $(long-m-$(long-double-fcts)).
1923         (long-m-yes): Put list of routines here.
1924         (long-c-routines, long-c-yes): Likewise.
1926         * sysdeps/unix/sysv/linux/schedbits.h: File removed.
1928         * sysdeps/i386/Makefile (long-double-fcts): New variable, set to yes.
1929         * sysdeps/m68k/Makefile: Likewise.
1931         * math/Makefile [$(long-double-fcts)!=yes] (CPPFLAGS): Append
1932         -DNO_LONG_DOUBLE.
1934         * sysdeps/mach/hurd/getlogin_r.c: New file.
1936 Wed Jun  5 02:11:30 1996  Ulrich Drepper  <drepper@cygnus.com>
1938         * io/Makefile (routines): Add ttyname_r.
1940         * resolv/res_debug.c, resolv/resolv.h: Update from bind-4.3.4-T4A.
1942         * sysdeps/libm-i387/e_asinl.S, sysdeps/libm-i387/e_atan2l.S,
1943         sysdeps/libm-i387/e_expl.S, sysdeps/libm-i387/e_fmodl.S,
1944         sysdeps/libm-i387/e_log10l.S, sysdeps/libm-i387/e_logl.S,
1945         sysdeps/libm-i387/e_remainderl.S, sysdeps/libm-i387/e_scalbl.S,
1946         sysdeps/libm-i387/e_sqrtl.S, sysdeps/libm-i387/s_atanl.S,
1947         sysdeps/libm-i387/s_cosl.S, sysdeps/libm-i387/s_ilogbl.S,
1948         sysdeps/libm-i387/s_log1pl.S, sysdeps/libm-i387/s_logbl.S,
1949         sysdeps/libm-i387/s_scalbnl.S, sysdeps/libm-i387/s_sinl.S,
1950         sysdeps/libm-i387/s_tanl.S: New files.  i387 assembler versions
1951         of `long double' math functions.
1953         * sysdeps/libm-ieee754/k_standard.c: Add handling for errors
1954         in long double functions.
1956         * sysdeps/libm-ieee754/s_ilogbl.c, sysdeps/libm-ieee754/s_logbl.c,
1957         sysdeps/libm-ieee754/s_modfl.c:  New files.  Generic versions
1958         of `long double' math functions.
1960         * sysdeps/libm-ieee754/s_isinf.c [NO_LONG_DOUBLE]: Add string
1961         alias for __isinfl.
1963         * sysdeps/libm-ieee754/w_acoshl.c, sysdeps/libm-ieee754/w_acosl.c,
1964         sysdeps/libm-ieee754/w_asinl.c, sysdeps/libm-ieee754/w_atan2l.c,
1965         sysdeps/libm-ieee754/w_atanhl.c, sysdeps/libm-ieee754/w_cabsl.c,
1966         sysdeps/libm-ieee754/w_coshl.c, sysdeps/libm-ieee754/w_dreml.c,
1967         sysdeps/libm-ieee754/w_expl.c, sysdeps/libm-ieee754/w_fmodl.c,
1968         sysdeps/libm-ieee754/w_gammal.c, sysdeps/libm-ieee754/w_gammal_r.c,
1969         sysdeps/libm-ieee754/w_hypotl.c, sysdeps/libm-ieee754/w_j0l.c,
1970         sysdeps/libm-ieee754/w_j1l.c, sysdeps/libm-ieee754/w_jnl.c,
1971         sysdeps/libm-ieee754/w_lgammal.c, sysdeps/libm-ieee754/w_lgammal_r.c,
1972         sysdeps/libm-ieee754/w_log10l.c, sysdeps/libm-ieee754/w_logl.c,
1973         sysdeps/libm-ieee754/w_powl.c, sysdeps/libm-ieee754/w_remainderl.c,
1974         sysdeps/libm-ieee754/w_scalbl.c, sysdeps/libm-ieee754/w_sinhl.c,
1975         sysdeps/libm-ieee754/w_sqrtl.c: New files.  Wrapper functions
1976         around long double function implementations.
1978         * sysdeps/posix/ttyname_r.c (ttyname_r): Use _D_EXACT_NAMLEN
1979         to determine length of directory entry name.
1981         * posix/Makefile (routines): Add getlogin_r.
1982         * posix/unistd.h: Add prototype for getlogin_r.
1983         * sysdeps/stub/getlogin_r.c: New file.  Reentrant version of
1984         getlogin function, specified in P1003.1c/D6.  Stub version.
1985         * sysdeps/unix/getlogin.c (getlogin): Use ttyname_r instead of
1986         ttyname.  This avoids saving and restoring the old content.
1987         Also use setutent_r, getutline_r and endutent_r instead of
1988         accing UTMP file directly.
1989         * sysdeps/unix/getlogin_r.c: New file.  Reentrant version of
1990         getlogin function, specified in P1003.1c/D6.
1992 Tue Jun  4 20:10:09 1996  J.T. Conklin  <jtc@cygnus.com>
1994         * sysdeps/libm-i387/s_finitef.S: Fix mask for exponent.
1996 Tue Jun  4 18:57:57 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
1998         * elf/dl-lookup.c (_dl_lookup_symbol): Grok magical undefined symbols
1999         _GNU_libc_dl_{open,close,symbol} and resolve them to dl functions.
2001         * elf/rtld.c (rtld_map): Renamed to _dl_rtld_map, made global.
2002         * elf/link.h: Declare _dl_rtld_map.
2004         * elf/dl-lookup.c (_dl_symbol_value): New function.
2005         * elf/link.h: Declare it.
2007         * elf/dladdr.c: Remove #include <setjmp.h>, we don't use it.
2009         * shlib-versions: Set libdl=2.
2011         * elf/dl-deps.c (_dl_map_object_deps): Use a linked list of alloca'd
2012         elements and then scan it to fill the single malloc'd array, instead
2013         of using realloc to grow the array in the first pass.  _dl_map_object
2014         may do some mallocs that break our stream of reallocs, and the minimal
2015         realloc can't handle that.
2017         * elf/dl-init.c (_dl_init_next): Take argument, link_map whose
2018         searchlist describes the piece of the DT_NEEDED graph to be
2019         initialized.
2020         * elf/link.h: Update prototype.
2021         * sysdeps/i386/dl-machine.h (RTLD_START): Pass _dl_loaded as argument
2022         to _dl_init_next.
2023         * sysdeps/m68k/dl-machine.h: Likewise.
2024         * elf/dl-deps.c (_dl_open): Pass new object as arg to _dl_init_next.
2026         * elf/link.h (struct link_map): Add `l_reserved' member, soaking up
2027         extra bits in last byte.
2028         * elf/dl-deps.c (_dl_map_object_deps): Use that for mark bit to avoid
2029         putting dup elts in search list.
2031         * elf/dlclose.c: Use MAP->l_searchlist to find deps to close.
2033         * elf/dlsym.c: Don't tweak linked list.  Scope array given to
2034         _dl_lookup_symbol does the right thing.
2036         * elf/Makefile (subdir_lib): Change this target to lib-noranlib.
2037         (lib-noranlib): Depend on on $(extra-objs).
2039         * errno.h: Move __END_DECLS out of #ifdef's so it matches
2040         __BEGIN_DECLS.
2042 Tue Jun  4 02:25:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2044         * stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as
2045         macro.  _IO_size_t is just an alias for the real size_t anyway.
2047         * elf/Makefile (libdl-routines): Add dladdr.
2048         * elf/dladdr.c: New file.
2049         * elf/dlfcn.h (Dl_info): New typedef.
2050         (dladdr): Declare it.
2052         * sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'.
2054         * intl/l10nflist.c: Fix conditional on #include <argz.h>.
2056         * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros
2057         removed.  Instead, include <stdio_lim.h>.
2059         * libio/_G_config.h: New file.
2060         * libio/Makefile (headers): Add _G_config.h.
2062         * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
2064         * sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Define
2065         this macro too; current Linux kernels test that instead of
2066         _LINUX_TYPES_DONT_EXPORT.
2068         * elf/linux-compat.c (_init): Pass reloc_addr arg to _dl_lookup_symbol.
2070         * elf/dl-lookup.c (_dl_lookup_symbol): Use l_searchlist.
2072         * elf/dl-deps.c: New file.
2073         * elf/Makefile (rtld-routines): Add dl-deps.
2074         * elf/link.h: Declare _dl_map_object_deps, _dl_open.
2075         * elf/rtld.c (dl_main): Use _dl_map_object_deps.
2076         * elf/dlopen.c: Use _dl_open.
2078         * elf/rtld.c (dl_main): Remove BEFORE_RTLD variable and list
2079         frobnication based on its value.  Detach RTLD_MAP from the chain if
2080         its l_opencount is zero after loading deps.
2082         * elf/dlfcn.h (RTLD_BINDING_MASK): New macro.
2084         * elf/link.h (struct link_map): Replace l_deps_loaded flag member with
2085         `struct link_map **l_searchlist' and `unsigned int l_nsearchlist'.
2086         * elf/dl-lookup.c (_dl_lookup_symbol): Make SYMBOL_SCOPE arg an array
2087         of two link_map ptrs.  Search the maps in the l_searchlist of each
2088         elt that is not null.
2089         * elf/dl-reloc.c (_dl_relocate_object): Pass proper SCOPE array.
2090         * elf/dl-runtime.c: Likewise.
2091         * elf/dlsym.c: Likewise.
2092         * elf/rtld.c (dl_main): Likewise.
2094         * elf/dl-minimal.c (realloc): Support realloc of the block most
2095         recently returned by the minimal malloc.
2097 Tue Jun  4 00:16:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2099         * sysdeps/gnu/errlist.awk: Produce N_("..."), not _N("...").
2101         * intl: Updated from gettext-0.10.13.
2102         * intl/localealias.c, intl/dcgettext.c [_LIBC]: Define HAVE_ALLOCA.
2104         * signal/siggetmask.c: New file.  Wrapper around sigblock with
2105         link_warning about obsolescence.
2106         * signal/Makefile (routines): Add siggetmask.
2108         * sysdeps/gnu/errlist.awk: New file, adapted from ...
2109         * sysdeps/mach/hurd/errlist.awk: File removed, above file replaces it.
2110         * sysdeps/mach/hurd/Makefile (errlist.c): Target removed.
2111         * sysdeps/gnu/Makefile: New file.
2112         (sysdeps/gnu/errlist.c): Make the errlist.c generation rule into this.
2114 Mon Jun  3 21:03:54 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2116         * manual/errno.texi (Error Codes): Add placeholder items for missing
2117         Linux/i386 errno codes, with perror text but no documentation.
2118         Some existing perror texts changed.
2120         * malloc/mcheck.c (freehook, reallochook): Handle null pointer args.
2122         * hurd/hurdsig.c (_hurd_internal_post_signal): When setting ACT to
2123         `ignore, resume the thread if SS_SUSPENDED, regardless of old action.
2125 Sun Jun  2 20:14:30 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2127         * locale/programs/linereader.c (lr_open): Don't pass NULL to
2128         xstrdup; fix memory leak.
2129         (lr_close): Fix memory leak.
2131 Mon Jun  3 15:58:22 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
2133         * hurd/hurdsig.c (_hurd_internal_post_signal): When turning the action
2134         for a HANDLE signal to IGNORE because the signal is blocked, clean
2135         up any pending suspension left over from a call to resume.
2137 Mon Jun  3 00:30:35 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2139         * elf/dl-lookup.c (_dl_lookup_symbol): Take new arg RELOC_ADDR and
2140         don't allow a defn resolving to that address.
2142         * elf/link.h: Update prototype and comment.
2143         * elf/dl-runtime.c (fixup): Define local `resolve' function and pass
2144         it to elf_machine_relplt.
2145         * elf/dl-reloc.c (_dl_relocate_object: resolve): Take new arg
2146         RELOC_ADDR and pass it through to _dl_lookup_symbol.
2147         * elf/do-rel.h (elf_dynamic_do_rel): Pass RESOLVE to elf_machine_rel
2148         instead of calling it ourselves and passing its results.
2149         (elf_dynamic_do_rel): RESOLVE fn takes new arg RELOC_ADDR.
2150         * elf/rtld.c (dl_main): Pass 0 for RELOC_ADDR to _dl_lookup_symbol.
2151         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove SYM_LOADADDR
2152         arg.  Add RESOLVE function ptr arg.  Call *RESOLVE as necessary.
2153         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
2154         * sysdeps/stub/dl-machine.h: Likewise.
2156 Sun Jun  2 14:56:49 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2158         * csu/initfini.c (_fini): Add extern decl for i_am_not_a_leaf.
2160         * elf/dlfcn.h (dl_open_mode): Enumerated type removed.
2161         (RTLD_LAZY, RTLD_NOW): Define these as macros instead.
2162         (RTLD_GLOBAL): New macro.
2163         (dlopen): Take arg of type int instead of dl_open_mode.
2164         * elf/dlopen.c: Likewise.
2166         * math/math.h (_Mldbl): New macro, either produces L suffix or not.
2167         (M_*): Use it for these constants.
2169         * elf/dl-lookup.c (_dl_lookup_symbol): Arg NOSELF renamed to NOPLT.
2170         Reject SHN_UNDEF defns iff NOPLT is nonzero.
2171         * elf/link.h (_dl_lookup_symbol): Update prototype and comment.
2172         * elf/dl-runtime.c (fixup): Pass 1 to _dl_lookup_symbol for NOPLT.
2173         * elf/dlsym.c (dlsym): Pass 0.
2174         * elf/rtld.c (dl_main): Likewise.
2175         * elf/dl-reloc.c (_dl_relocate_object: resolve): Second arg R_OFFSET
2176         replaced with NOPLT flag.  Pass it through to _dl_lookup_symbol.
2177         * elf/do-rel.h (elf_dynamic_do_rel): Update prototype of RESOLVE arg.
2178         Pass `elf_machine_pltrel_p (R->r_type)' result as NOPLT flag value.
2179         * sysdeps/i386/dl-machine.h (elf_machine_pltrel_p): New macro.
2180         * sysdeps/m68k/dl-machine.h (elf_machine_pltrel_p): Likewise.
2181         * sysdeps/stub/dl-machine.h (elf_machine_pltrel_p): Likewise.
2183         * login/pututline_r.c: Fix typo in sizeof for DATA_TMP alloca.
2185         * sysdeps/generic/gnu/types.h (__clock_t): New type.
2187 Wed May 29 00:57:37 1996  David Mosberger-Tang  <davidm@azstarnet.com>
2189         * sysdeps/unix/sysv/linux/gnu/types.h (__clock_t, __fsid_t): Define
2190         using kernel types.
2191         * time/time.h (clock_t): Include <gnu/types.h> and define using
2192         __clock_t.
2194         * time/Makefile (tests): Add test-tz.
2196         * time/test-tz.c: New test.
2198         * time/clocktest.c: Rewrite to test more meaningfully.
2200         * sysdeps/unix/sysv/linux/syscalls.list: Add bdflush,
2201         create_module, delete_module, get_kernel_syms, init_module,
2202         klogctl.
2204         * sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Define as 5
2205         instead of SYMLOOP_MAX, which is nowhere to be found.
2207         * sysdeps/unix/sysv/linux/sys/msq_buf.h,
2208         sysdeps/unix/sysv/linux/sys/sem_buf.h,
2209         sysdeps/unix/sysv/linux/sys/shm_buf.h [__USE_MISC]: Add more
2210         control ops and datastructures.
2212         * sysdeps/unix/sysv/linux/sys/io.h: New file declaring low-level
2213         I/O related functions.
2215         * sysdeps/unix/sysv/linux/sys/kdaemon.h: New file declaring kernel
2216         daemon related functions/operations.
2218         * sysdeps/unix/sysv/linux/sys/klog.h: New file declaring kernel
2219         logging related functions/operations.
2221         * sysdeps/unix/sysv/linux/sys/module.h: New file declaring kernel
2222         module related functions/operations.
2224         * sysdeps/unix/sysv/linux/speed.c: Only do "mention this twice" hack
2225         for non-Alpha based Linux systems.
2227         * sysdeps/unix/sysv/linux/alpha/speed.c: Remove.
2229         * sysdeps/unix/sysv/linux/Makefile (headers): Add sys/module.h,
2230         sys/io.h, sys/klog.h, and sys/kdaemon.h.
2232         * sysdeps/unix/sysdep.h (END): Define empty END macro for
2233         platforms that don't need some sort of end directive at the
2234         end of functions.
2236         * sysdeps/unix/make-syscalls.sh: Emit END($strong) at end of
2237         syscall wrapper to allow correct generation of debugging
2238         information.
2240         * sysdeps/unix/alpha/sysdep.h (END): Redefine to use .end
2241         directive for both ELF and ECOFF.
2242         (ret): Delete macro.  It was a dangerous macro and unnecessary
2243         since the Alpha assemblers recognizes "ret" as a macro themselves.
2245         * sysdeps/gnu/utmpbits.h (struct utmp): Move ut_tv behind
2246         ut_session to guarantee long alignment.  This is important for
2247         Linux/Alpha since ut_tv.tv_sec is 32 bits and time_t is 64 bits.
2248         This will all get cleaned up as programs start to use ut_tv
2249         instead ut_time.
2251         * sysdeps/alpha/divrem.h: Include <sysdep.h> instead of <*/regdef.h>.
2253         * sysdeps/alpha/bsd-_setjmp.S (setjmp): Renamed entry point to
2254         _setjmp.
2256         * sysdeps/alpha/_mcount.S, sysdeps/alpha/bb_init_func.S,
2257         sysdeps/alpha/bsd-_setjmp.S, sysdeps/alpha/bsd-setjmp.S,
2258         sysdeps/alpha/copysign.S, sysdeps/alpha/divrem.h,
2259         sysdeps/alpha/fabs.S, sysdeps/alpha/ffs.S, sysdeps/alpha/htonl.S,
2260         sysdeps/alpha/htons.S, sysdeps/alpha/memchr.S,
2261         sysdeps/alpha/setjmp.S, sysdeps/alpha/strlen.S,
2262         sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
2263         sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
2264         sysdeps/unix/sysv/linux/alpha/llseek.S,
2265         sysdeps/unix/sysv/linux/alpha/pipe.S,
2266         sysdeps/unix/sysv/linux/alpha/sigsuspend.S,
2267         sysdeps/unix/sysv/linux/alpha/sysdep.S: Use END macro instead of
2268         .end directive.
2270         * csu/initfini.c (_fini): Tell gcc that _fini is not a leaf
2271         function by having it contain a dummy function call.
2273         * configure.in (config_machine): Don't make ELF the default for
2274         Linux/Alpha just yet (use --with-elf instead).
2275         (.init/.fini check): Generate .text to ensure function start and
2276         end are in same section.
2278         * sysdeps/unix/bsd/osf/alpha/brk.S,
2279         sysdeps/unix/sysv/linux/alpha/brk.S (__curbrk): Store the entire
2280         break value, not just the low 32 bits to accomodate large
2281         memories.
2283 Tue May 28 10:46:04 1996  Richard Henderson  <rth@tamu.edu>
2285         * sysdeps/unix/sysv/linux/alpha/brk.S: Rather than attempt to
2286         dynamically resolve _end for initializing __curbrk, support the
2287         brk(0) query idiom.
2289         * sysdeps/alpha/bb_init_func.S: Don't make `init' an external symbol.
2291         * sysdeps/alpha/bsd-_setjmp.S: The function is _setjmp not setjmp.
2293 Sun May 26 22:17:38 1996  Richard Henderson  <rth@tamu.edu>
2295         * stdlib/lcong48_r.c, stdlib/seed48_r.c, stdlib/strtod.c,
2296         stdlib/strtol.c: Include <string.h> for mem* and str* fns used.
2298 Thu May 23 02:15:56 1996  David Mosberger-Tang  <davidm@azstarnet.com>
2300         * sysdeps/unix/sysv/linux/Makefile (headers): Add sys/io.h,
2301         sys/klog.h, and sys/kdaemon.h.
2303         * sysdeps/unix/sysv/linux/sys/io.h: New file.
2304         * sysdeps/unix/sysv/linux/sys/klog.h: Ditto.
2305         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Ditto.
2307         * sysdeps/unix/alpha/sysdep.h (ret): Remove macro.  It is
2308         dangerous and unnecessary since both OSF/1 as and gas define "ret"
2309         as a pseudo-instruction.
2311 Sat Jun  1 17:18:21 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2313         * time/tzset.c (__tzset): Clear tz_rules name pointers after freeing
2314         them.  Bug found by David Mosberger-Tang.
2316         * sysdeps/posix/tempname.c (__stdio_gen_tempname): Use __ptr_t instead
2317         of PTR.
2319         * extra-lib.mk (extra-objs): Use patsubst intead of $(A:=B) syntax
2320         to work around Make bug when A contains var ref.
2322 Fri May 31 18:27:52 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2324         * string/string.h [__USE_MISC]: Declare basename; OSF/1 puts it here.
2326         * sysdeps/unix/sysv/linux/syscalls.list (getpgid, setpgid): Define __
2327         strong names and [gs]etpgid as weak aliases.
2329 Thu May 30 11:24:05 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2331         * math/math_private.h (GET_LDOUBLE_EXP): Add missing backslash.
2333         * po/header.pot: Replace with exact boilerplate pinard dictates.
2335         * sysdeps/i386/strtok.S (Lillegal_argument): Remove this code to set
2336         errno and the check that jumped to it.
2338         * sysdeps/mach/hurd/Makefile (errnos.d): Use $(sed-remove-objpfx).
2340 Thu May 30 03:21:57 1996  Ulrich Drepper  <drepper@cygnus.com>
2342         * FAQ: Document need of gperf program for developers.
2344         * elf/elf.h: Fix typos in comments.
2346         * libio/stdio.h [!__STRICT_ANSI__ || _POSIX_SOURCE]: Add
2347         prototypes for `ctermid' and `cuserid'.
2349         * locale/programs/locale.c: Switch to user selected locale
2350         before printing variables.
2352         * math/Makefile [$(long-double-fcts)==yes]: Define long-m-routines
2353         and long-c-routines.  Only if the `long double' data type is
2354         available we need to compile the functions.
2355         (libm-routines): Add $(long-m-routines).
2356         (routines): Remove isinfl, isnanl.  Use new file s_isinfl and
2357         s_isnanl instead if `long double' is available.
2359         * math/math.h: Include <mathcalls.h> again to define `long double'
2360         functions.
2362         * math/math_private.h: Define data types, prototypes and access
2363         macros for `long double'.
2365         * stdlib/stdlib.h: Add prototypes for `strtoll' and `strtoull'.
2366         [GCC2 && OPTIMIZE]: Define strto{,u}ll as inline function which
2367         calls __strto{,u}q_internal.
2369         * stdlib/strfmon.c: Replace PTR by `void *'.
2371         * stdlib/strtoq.c: Define strtoll as weak alias.
2372         * stdlib/strtouq.c: Define strtoull as weak alias.
2374         * string/tester.c: Correct `strsep' test.
2376         * sysdeps/generic/strsep.c: Make compatible with BSD version.
2377         Trailing characters of skip set are not skipped.  In this case
2378         empty tokens are returned.
2380         * sysdeps/i386/isinfl.c, sysdeps/i386/isnanl.c,
2381         sysdeps/ieee754/isinf.c, sysdeps/ieee754/isinfl.c,
2382         sysdeps/ieee754/isnan.c, sysdeps/ieee754/isnanl.c: Removed.  We
2383         now use the versions part of libm.
2385         * sysdeps/i386/strsep.S: Removed.  Generic C version is of
2386         similar speed.
2387         * sysdeps/i386/strtok.S: Remove support for `strsep'.
2389         * sysdeps/libm-i387/e_acosl.S, sysdeps/libm-i387/s_ceill.S,
2390         sysdeps/libm-i387/s_copysignl.S, sysdeps/libm-i387/s_finitel.S,
2391         sysdeps/libm-i387/s_floorl.S, sysdeps/libm-i387/s_isinfl.c,
2392         sysdeps/libm-i387/s_isnanl.c, sysdeps/libm-i387/s_nextafterl.c,
2393         sysdeps/libm-i387/s_rintl.S, sysdeps/libm-i387/s_significandl.S:
2394         New i387 specific math functions implementing `long double'
2395         versions.
2397         * sysdeps/libm-ieee754/s_ceill.c,
2398         sysdeps/libm-ieee754/s_copysignl.c,
2399         sysdeps/libm-ieee754/s_fabsl.c, sysdeps/libm-ieee754/s_finitel.c,
2400         sysdeps/libm-ieee754/s_floorl.c, sysdeps/libm-ieee754/s_isinfl.c,
2401         sysdeps/libm-ieee754/s_isnanl.c,
2402         sysdeps/libm-ieee754/s_nextafterl.c,
2403         sysdeps/libm-ieee754/s_rintl.c, sysdeps/libm-ieee754/s_scalbnl.c,
2404         sysdeps/libm-ieee754/s_significandl.c: New generic `long double'
2405         versions of libm functions.
2407         * sysdeps/libm-i387/e_exp.S: Add a few comments to explain the
2408         Intel FPU nonsense.
2410         * sysdeps/libm-i387/s_ceil.S, sysdeps/libm-i387/s_ceilf.S,
2411         sysdeps/libm-i387/s_floor.S, sysdeps/libm-i387/s_floorf.S: Correct
2412         handling of local variables.  The old version created a stack
2413         frame but stored the values outside.
2415         * sysdeps/libm-ieee754/s_isinf.c, sysdeps/libm-ieee754/s_isnan.c
2416         [!NO_LONG_DOUBLE]: Define alias with `long double' versions name.
2418 Wed May 29 12:53:10 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2420         * login/pututline_r.c: Include sys/stat.h.  Fix typos.
2422         * version.h (VERSION): Set to 1.90.
2424         * Makerules (distinfo-vars): Write extra-libs and *-routines for each
2425         of its elts.
2426         * MakeTAGS (sources): Add those sources.
2428         * MakeTAGS (all-sources): Add $(others:=.c) and $(tests:=.c).
2430 Wed May 29 08:53:08 1996  Miles Bader  <miles@gnu.ai.mit.edu>
2432         * hurd/report-wait.c (_S_msg_report_wait): Return `itimer' for the
2433         itimer thread.
2435         * hurd/hurdinit.c (_hurd_init): Set _HURDSIG_TRACED before calling
2436         _hurd_proc_init.
2438 Wed May 29 00:52:20 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2440         * string/tester.c (main): Fix strsep tests 6, 7, 20 to expect null
2441         token instead of it being implicitly skipped.
2443         * sysdeps/i386/fpu/__math.h (logb): Correct contraint from =u to =t.
2444         Must operate on top of fp reg stack, not second from top.
2446         * extra-lib.mk (alltypes-$(lib)): Don't append $(objpfx)$(lib).so.
2447         (others): Instead, make this depend on it.
2449 Tue May 28 04:38:10 1996  Ulrich Drepper  <drepper@cygnus.com>
2451         * limits.h: Change MB_LEN_MAX to 6.  A 31-bit ISO 10646
2452         character in UTF-8 encoding has that many bytes.
2454         * locale/langinfo.h: New element _NL_CTYPE_MB_CUR_MAX.
2455         * locale/categories.def: Add description of field _NL_CTYPE_MB_CUR_MAX.
2456         * locale/Makefile (routines): Add mb_cur_max.
2457         * locale/mb_cur_max.c: New file.  This function gets called
2458         when the macro MB_CUR_MAX is used.
2459         * locale/C-ctype.c: Initialize new mb_cur_max field.
2460         * locale/localeinfo.h: Change magic value because of incompatible
2461         change.
2462         * locale/programs/ld-ctype.c: Determine value of mb_cur_max
2463         according to current character set and write it out with the rest.
2464         * stdlib/stdlib.h (MB_CUR_MAX): Not constant anymore.  Get value
2465         according to currently used locale for category LC_CTYPE by
2466         calling the function __ctype_get_mb_cur_max.
2468 Tue May 28 03:27:46 1996  Ulrich Drepper  <drepper@cygnus.com>
2470         * FAQ:  Fix some typos.
2471         Tell that for Linux the kernel header files are necessary.
2473         * PROJECTS: New file.  List of open jobs for glibc.
2474         * Makefile (distribute): Add PROJECTS.
2476         * crypt/GNUmakefile (headers): New variable.  Mention crypt.h.
2477         * crypt/crypt.h: Header for crypt functions.
2479         * elf/elf.h: Add some new constants from recent Cygnus ELF
2480         header files.
2482         * login/getutid_r.c: Test for correct type.
2483         Don't depend on ut_type and ut_id unless _HAVE_UT_TYPE and
2484         _HAVE_UT_ID resp. are defined.
2485         Make really compliant with specification.
2487         * login/getutline_r.c, login/pututline_r.c: Don't depend on
2488         ut_type and ut_id unless _HAVE_UT_TYPE and _HAVE_UT_ID resp. are
2489         defined.
2490         Make really compliant with specification.
2492         * login/setutent_r.c: Don't depend on ut_type and ut_id unless
2493         _HAVE_UT_TYPE and _HAVE_UT_ID resp. are defined.
2495         * login/login.c, login/logout.c, login/logwtmp.c: Complete
2496         rewrite.  Now based on getut*/setut* functions.
2498         * stdlib/strtol.c: Undo changes of Wed May 22 01:48:54 1996.
2499         This prevented using this file in other GNU packages.
2501         * sysdeps/gnu/utmpbits.h: Define _HAVE_UT_TYPE, _HAVE_UT_ID,
2502         and _HAVE_UT_TV because struct utmp has these members.
2504         * sysdeps/libm-i387/e_exp.S: Correct exp(+-Inf) case.
2506         * utmp.h: New file.  Wrapper around login/utmp.h.
2508 Tue May 28 13:11:19 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2510         * elf/dl-error.c (struct catch): New type.
2511         (catch): New static variable, struct catch *.
2512         (catch_env, signalled_errstring, signalled_objname): Variables removed.
2513         (_dl_signal_error): If CATCH is non-null, set its errstring and
2514         objname members and jump to CATCH->env.  If it is null, call
2515         _dl_sysdep_fatal with a standard message.
2516         * elf/rtld.c (dl_main): Explode `doit' function into dl_main's body.
2517         No longer use _dl_catch_error.
2519         * Makerules (sed-remove-objpfx): Avoid extra space in regexp due to
2520         continuation line.
2522         * sysdeps/unix/sysv/linux/i386/socket.S: Fix off-by-one error in
2523         setting %ecx to 2nd syscall arg: we have pushed nothing, so function
2524         args are found at 4(%esp), not 8(%esp).
2526 Mon May 27 10:10:00 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2528         * Makefile ($(includedir)/stubs.h): Add missing backslash.
2530         * sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so it
2531         can be aliased.
2533         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=termios] (headers):
2534         Append termio.h.
2536         * Makefile ($(includedir)/stubs.h): Print a msg if we do nothing.
2538         * misc/sgtty.h: Add forward decl of struct sgttyb in case it is never
2539         defined.
2541         * sysdeps/unix/sysv/linux/termio.h: New file.
2542         * sysdeps/unix/sysv/linux/Dist: Add it.
2544         * sysdeps/unix/sysv/linux/ioctl-types.h: New file, wrapper around
2545         kernel header <asm/termios.h>.
2547         * misc/Makefile (headers): Add ioctl-types.h.
2548         * sysdeps/generic/ioctl-types.h: New file.
2549         * misc/sys/ioctl.h: Include <ioctl-types.h>.
2550         (struct tchars, struct ltchars, struct sgttyb, struct winsize,
2551         struct ttysize): Types moved there.
2553         * Makefile ($(includedir)/stubs.h): Don't touch target if new one is
2554         identical.
2556         * time/Makefile (z.% rule): Generate generic zone%/ rule after
2557         zone%/right/ and zone%/posix/ rules so they match first.
2559 Sun May 26 15:15:08 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2561         * features.h [_GNU_SOURCE] (_BSD_SOURCE, _SVID_SOURCE,
2562         _POSIX_SOURCE, _POSIX_C_SOURCE): Define these.
2564         * time/Makefile (tzcompile): Add missing backslash.
2566         * stdlib/ldiv.c: Deansideclized.
2568         * wctype/wctype.h (__need_wint_t): Define this and include stddef.h.
2569         [! _WINT_T] (wint_t): Conditionalize typedef on this in case pre-2.7.3
2570         stddef.h doesn't define it.
2571         * wcsmbs/wchar.h: Likewise.
2572         * stdlib/strtod.c: Likewise.
2574         * wcsmbs/wcstok.c: Fix argument name typo.
2576 Sun May 26 19:39:53 1996  Ulrich Drepper  <drepper@cygnus.com>
2578         * intl/loadmsgcat.c (_nl_load_domain): Test correct variable
2579         after malloc.
2581         * string/Makefile (tester-ENV): New variable to suppress message
2582         translation in test.
2584         * string/tester.c: Add tests for strtok_r and strsep.
2586         * sysdeps/i386/i486/strcat.S: Correct some more 8bit operation
2587         <-> 32 bit operand conflicts.
2589         * sysdeps/i386/strsep.S: Wrapper around <sysdeps/i386/strtok.S>
2590         to produce strsep function.
2591         * sysdeps/i386/strtok.S: Optimized implementation of strtok
2592         function.
2593         * sysdeps/i386/strtok_r.S: Wrapper around <sysdeps/i386/strtok.S>
2594         to produce strtok_r function.
2596         * sysdeps/generic/strtok.c: Moved here from string/strtok.c.
2597         Corrected example in comment.
2599         * string/Makefile (routines): Add strtok_r.
2600         * sysdeps/generic/strtok_r.c: New file.  Implement reentrant version
2601         of strtok_r.
2602         * string/string.h: Add prototype for strtok_r.
2603         * wcsmbs/wcstok.c: Handle illegal SAVE_PTR argument the same
2604         as in strtok_r.
2606 Sun May 26 13:28:23 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2608         * time/tzset.c (__tzset): Ignore leading : in $TZ; always try tzfile
2609         first and fall back to 1003.1 syntax only if it fails.
2611         * time/Makefile (install-others): Also install posix/ZONE and
2612         right/ZONE for each ZONE in $(zonenames).
2613         (z.% rule): Generate rules for right/ZONE and posix/ZONE targets too,
2614         the difference begin leapseconds vs /dev/null as 3rd dep.  For
2615         original ZONE targets use $(leapseconds), to be set in Makeconfig.
2616         (target-zone-flavor): New variable.
2617         (tzcompile): Use it to get the right -d for posix/ and right/ flavors.
2618         * Makeconfig (leapseconds): New variable.
2620         * mach/Machrules (%.udeps rule): Depend on Machrules.
2621         Emit deps for .uh and .__h files.
2622         (%.uh, %.__h rules): Don't depend on %.defs; use #include <$*.defs>
2623         instead.
2625 Sun May 26 01:06:47 1996  Ulrich Drepper  <drepper@cygnus.com>
2627         * stdlib/Makefile (routines): Add llabs, lldiv.
2628         * stdlib/llabs.c: New file.  Implementation of return
2629         absolute value of long long argument.
2630         * stdlib/lldiv.c: New file.  Implementation of division with remainder
2631         of long long argument.
2632         * stdlib/stdlib.h [__USE_GNU] (lldiv_t): New type for lldiv
2633         function.
2634         Define prototypes for lldiv and llabs functions.
2636         * locale/C-collate.c: Initialize _NL_COLLATE_NRULES element.
2638         * stdlib/strtod.c: Replace wchar_t with wint_t.  The later is
2639         really the type for a single wide character.
2641         * string/strxfrm.c (print_val): Define separate version for
2642         use as wcsxfrm.  Here we don't need UTF8 encoding.
2644         * wcsmbs/wchar.h:  gcc-2.7.2-960517 finally introduces wint_t
2645         in <stddef.h>.  Use this value and only for older gcc version
2646         define in place.
2647         (uwchar_t): Remove definition.
2649         * wcsmbs/wcscmp.c, wcsmbs/wcscoll.c, wcsmbs/wcsncmp.c,
2650         wcsmbs/wcsxfrm.c, wcsmbs/wmemcmp.c: : Don't use uwchar_t as unsigned
2651         type.  wint_t is intended for this.
2653 Sat May 25 14:10:19 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2655         * sysdeps/unix/bsd/direntry.h: Use [1] instead of [0] for d_name to
2656         quiet -ansi -pedantic.
2657         * sysdeps/unix/common/direntry.h: Likewise.
2659         * login/Makefile (headers): Add lastlog.h.
2660         * login/lastlog.h: New file.
2662         * login/Makefile (CFLAGS): Don't append -D_THREAD_SAFE.
2663         * login/utmp.h [_REENTRANT || _THREAD_SAFE]: Replace this conditional
2664         with #ifdef __USE_REENTRANT.
2666         * features.h (__GNU_LIBRARY__): Set to 6.
2667         [_GNU_SOURCE] (_POSIX_SOURCE, _POSIX_C_SOURCE, _BSD_SOURCE,
2668         _SVID_SOURCE): Make sure they are all defined.
2670         * sysdeps/unix/sysv/linux/gnu/types.h: Instead of including
2671         <linux/posix_types.h>, define _LINUX_TYPES_DONT_EXPORT and then
2672         include <linux/types.h>.
2674         * resource/sys/resource.h: Remove trailing commas from enums.
2676 Fri May 24 17:30:50 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2678         * sysdeps/generic/netinet/in.h: Remove trailing commas from enums.
2679         * sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
2681         * login/getutline_r.c: Include string.h.
2683         * Rules (static-only-routines): Restore the rule to make these .so's
2684         empty objects.
2686         * login/pututline_r.c: Use struct assignment instead of memcpy.
2688         * login/getutline_r.c: Use strncmp instead of comparing two pointers
2689         that will only be equal if you are overwriting the data and screwing
2690         yourself anyway.
2692 Fri May 24 02:31:36 1996  Ulrich Drepper  <drepper@cygnus.com>
2694         * sysdeps/unix/sysv/linux/speed.c: Add new speed value 460800.
2696 Thu May 23 23:09:33 1996  Ulrich Drepper  <drepper@cygnus.com>
2698         * FAQ: Add answer for 100% source code compatibility to Linux
2699         libc by David Mosberger-Tang.
2701         Update from bind-4.9.4-T3B.
2702         * inet/arpa/inet.h: Add prototypes for inet_pton, inet_ntop,
2703         inet_nsap_addr, and inet_nsap_ntoa.
2704         * resolv/gethnamaddr.c: Correct compatibility problems (sprintf),
2705         remove fourth argument to inet_pton and correct handling of
2706         host_addr passing.
2707         * resolv/inet_ntop.c: Correct compatibility problems (sprintf).
2708         * resolv/inet_pton.c: Remove fourth argument.
2709         * resolv/resolv.h: Remove prototypes for inet_nsap_addr and
2710         inet_nsap_ntoa.  Now in <arpa/inet.h>.
2712         * stdlib/gmp-impl.h: Add prototypes for internal functions.
2714 Thu May 23 22:49:15 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2716         * Rules (subdir_install): Remove dep on sor-$(subdir).
2717         (static-only-routines): Removed variable and associated rules.
2719 Wed May 22 00:40:50 1996  David Mosberger-Tang  <davidm@azstarnet.com>
2721         * sysdeps/unix/sysv/linux/alpha/speed.c (speeds): Add entry for
2722         460800 baud.
2724         * sysdeps/unix/sysv/linux/alpha/statbuf.h: New file.
2726         * sysdeps/unix/sysv/linux/alpha/Makefile (headers): Add
2727         alpha/ptrace.h.
2728         * sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h: New file.
2730         * sysdeps/libm-ieee754/s_scalbnf.c: Call __scalbnf instead of
2731         scalbnf.
2733         * sysdeps/generic/sigset.h (__sigismember, __sigaddset,
2734         __sigdelset): Add declaration to keep ANSI compilers quiet.
2736         * sysdeps/alpha/__math.h (cabs): Remove underscores from struct
2737         __cabs_complex member names in call to __hypot().
2739         * sysdeps/alpha/copysign.S, sysdeps/alpha/fabs.S: New files.
2741         * sysdeps/alpha/divrem.h: Renamed from sysdeps/alpha/divrem.S to avoid
2742         name collision with math library.
2744         * sysdeps/alpha/divl.S, sysdeps/alpha/divlu.S, sysdeps/alpha/divq.S,
2745         sysdeps/alpha/divqu.S, sysdeps/alpha/reml.S, sysdeps/alpha/remlu.S,
2746         sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S: Include divrem.h instead
2747         of divrem.S.
2749         * sysdeps/unix/alpha/sysdep.h: Include regdef.h.  Define LEAF macro
2750         to simplify declaration of leaf functions.
2752         * sysdeps/alpha/_mcount.S, sysdeps/alpha/bb_init_func.S,
2753         sysdeps/alpha/bsd-_setjmp.S, sysdeps/alpha/ffs.S,
2754         sysdeps/alpha/htonl.S, sysdeps/alpha/htons.S, sysdeps/alpha/memchr.S,
2755         sysdeps/alpha/setjmp.S, sysdeps/alpha/strlen.S,
2756         sysdeps/alpha/udiv_qrnnd.S, sysdeps/unix/sysv/linux/alpha/brk.S,
2757         sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
2758         sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
2759         sysdeps/unix/sysv/linux/alpha/pipe.S,
2760         sysdeps/unix/sysv/linux/alpha/sigsuspend.S,
2761         sysdeps/unix/sysv/linux/alpha/syscall.S,
2762         sysdeps/unix/sysv/linux/alpha/start.S,
2763         sysdeps/unix/sysv/linux/alpha/sysdep.S: Remove include of regdef.h.
2764         sysdep.h includes it now. Replace ENTRY by LEAF with appropriate
2765         framesize declaration.  Replace "lda pv,sym/jsr pv" by "jsr sym".
2767         * sysdeps/unix/sysv/linux/alpha/sysdep.h (NO_UNDERSCORES): Don't
2768         define.
2770         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Added getsockopt,
2771         ptrace, and sysctl.
2773         * sysdeps/unix/sysv/linux/alpha/profil-counter.h: File removed.
2775         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Modify to support
2776         dynamic recognition of platform type.
2777         (_bus_base): New function.
2779         * sysdeps/unix/sysv/linux/alpha/llseek.S: New file.
2781         * sunrpc/rpc/rpc.h, sunrpc/rpc/svc.h: Avoid nested comments since
2782         they produce ugly warnings by gcc.
2784         * posix/sys/types.h [__USE_MISC]: Add typedef for ulong.
2786 Wed Mar 27 10:26:21 1996  David Mosberger-Tang  <davidm@azstarnet.com>
2788         * sysdeps/alpha/setjmp.S: Must establish global pointer before
2789         address of __sigsetjmp_aux can be loaded.
2791 Wed May 22 22:10:01 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2793         * stdlib/canonicalize.c: New file.
2794         * stdlib/stdlib.h: Declare canonicalize_file_name, realpath.
2795         * stdlib/Makefile (routines): Add canonicalize.
2797         * posix/unistd.h: Declare __canonicalize_directory_name_internal.
2799 Thu May 23 00:01:10 1996  Ulrich Drepper  <drepper@cygnus.com>
2801         * db/recno/rec_seq.c: Prevent `sccsid' definition by using the
2802         same #if condition as in the other db files.
2804         * intl/Makefile: Add -Wno-unused CFLAGS for compilation of
2805         bindtextdom.c, finddomain.c, and localealias.c.
2807         * intl/dcgettext.c: Don't define prototype for getcwd() when
2808         compiling in glibc.
2810         * libio/cleanup.c: Add prototype for _IO_register_cleanup.
2812         * libio/filedoalloc.c, libio/fileops.c, libio/iopopen.c: Don't
2813         define _POSIX_SOURCE unconditionally.
2815         * libio/filedoalloc.c, libio/iopopen.c: Include <unistd.h> if
2816         compiling in glibc.
2818         * libio/fileops.c (_IO_file_close_it): Don't sync file, call
2819         flush instead.  This relaxes the rules from POSIX.1 about
2820         changing the active handle a bit.
2822         * libio/iofopncook.c (struct _IO_cookie_file): Move definition
2823         into <libio.h>.
2824         Add prototypes for local functions to prevent warnings.
2826         * libio/iopopen.c: Change prototypes for _IO_fork, _IO_pipe, and
2827         _IO_dup2 to contain complete parameter list.
2829         * libio/libio.h: Add definition of struct _IO_cookie_file.
2831         * libio/libioP.h: Add prototypes for _IO_vasprintf, _IO_vdprintf,
2832         and _IO_vsnprintf.
2834         * libio/memstream.c: Include <stdio.h>.
2836         * libio/stdio.h: Add prototypes for fopencookie,
2837         __stdio_gen_tempname, __vfscanf, __vsscanf, and __vsnprintf.
2839         * libio/strops.c: Avoid useless expression in `for' initializer.
2841         * locale/findlocale.c: Add some casts to prevent warnings.
2843         * locale/programs/locfile.c (write_locale_data): Don't use
2844         double `/' in locale binary file.
2846         * posix/unistd.h: Remove prototype for `reboot'.
2848         Update from bind-4.9.4-T1A.
2849         * resolv/Makefile (routines): Add inet_ntop and inet_pton.
2850         * resolv/arpa/nameser.h: Add definition of IN6ADDRSZ.
2851         * resolv/gethnamaddr.c, resolv/getnetnamadr.c, resolv/res_comp.c,
2852         resolv/res_debug.c, resolv/res_init.c
2854         * resolv/inet_ntop.c, resolv/inet_pton.c: New files.
2856         * resolv/resolv.h: Add RES_USE_INET6 flag.
2857         (__dn_isvalid): Renamed to __res_dnok.
2858         Add prototypes for __res_ownok and __res_mailok.
2860         * stdio-common/Makefile: Add -Wno-unused to CFLAGS for _itoa.c.
2862         * stdio-common/getline.c, stdio-common/vfscanf.c,
2863         sysdeps/posix/tempname.c: Don't use <ansidecl.h> anymore.
2865         * sysdeps/unix/sysv/linux/Makefile [$subdir == misc]
2866         (sysdep_routines): Add s_reboot.
2867         (install-others): Add $(includedir)/sys/syscall.h.
2868         New rule for $(includedir)/sys/syscall.h to produce from
2869         <asm/unistd.h>.
2871         * sysdeps/unix/sysv/linux/reboot.c: New file.  Make single
2872         argument function call 3 argument system call.
2874         * sysdeps/unix/sysv/linux/sys/reboot.h: New file.  Linux specific
2875         definition for reboot function.
2877         * sysdeps/unix/sysv/linux/syscall.h: Remove old and obsolete
2878         comment.
2880         * sysdeps/unix/sysv/linux/syscalls.list: Rename function for
2881         reboot syscall to __syscall_reboot.
2883         * wcsmbs/wchar.h: Protect prototypes for wcstof and wcstold by
2884         __USE_GNU, not USE_GNU.
2886 Tue May 21 21:55:49 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
2888         * locale/programs/charset.c, locale/programs/ld-collate.c:
2889         Add casts to prevent warnings on 64-bit machines.
2891         * locale/programs/ld-monetary.c: Don't do unnecessary tests for
2892         int_frac_digits and frac_digits which only produce warnings.
2894 Mon May 13 23:45:29 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
2896         * inet/arpa/inet.h: Backup return type of inet_addr to u_long.
2897         * resolv/inet_addr.c: Likewise.
2899         * resolv/Makefile (distribute): Add res_hconf.h
2900         (routines): Add res_hconf.
2902         * resolv/gethnamaddr.c: Add support for /etc/host.conf.
2904         * resolv/res_init.c: Initialize /etc/host.conf reader.
2906         * resolv/res_hconf.c, resolv/res_hconf.h: New files.
2907         Implementation of reading /etc/host.conf.
2909 Wed May 22 21:21:15 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2911         * Rules (%.out rules): Prepend $($*-ENV) to the command.
2913         * sysdeps/unix/sysv/linux/i386/brk.c (___brk_addr): Define as weak
2914         alias for __curbrk.
2916 Wed May 22 19:37:27 1996  Miles Bader  <miles@gnu.ai.mit.edu>
2918         * hurd/hurdexec.c (_hurd_exec): Pass INIT_TRACEMASK.
2919         * hurd/hurdmsg.c (set_int): Support INIT_TRACEMASK.
2921 Wed May 22 18:47:31 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2923         * sysdeps/mach/hurd/getcwd.c
2924         (_hurd_canonicalize_directory_name_internal): New function, broken out
2925         of __getcwd.
2926         (__getcwd): Use it.
2927         (__canonicalize_directory_name_internal): New function using it.
2929         * sysdeps/posix/getcwd.c (__canonicalize_directory_name_internal): New
2930         function, broken out of __getcwd.
2931         (__getcwd): Use it.
2933 Wed May 22 18:14:05 1996  Miles Bader  <miles@gnu.ai.mit.edu>
2935         * string/argz-create.c (__argz_create): Correctly calculate length.
2937         * string/argz-extract.c (__argz_extract): Add terminating 0 entry.
2938         * hurd/hurdstartup.c (_hurd_startup): ... and don't so here.
2940 Wed May 22 17:22:14 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2942         * posix/glob.c [VMS]: Don't include <pwd.h>.
2943         [HAVE_VMSDIR_H]: Include "vmsdir.h".
2944         (glob) [VMS]: Don't grok ~.
2946 Wed May 22 14:46:53 1996  Miles Bader  <miles@gnu.ai.mit.edu>
2948         * hurd/hurdstartup.c (_hurd_startup): Terminate the vectors we get
2949         back from argz_extract.
2951 Wed May 22 13:56:42 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2953         * configure.in: Remove checks for objdump, objcopy, and awk.
2954         * config.make.in (OBJDUMP, OBJCOPY, AWK): Variables removed.
2955         * Makefile (distribute): Remove extract-dynsym.
2956         * extract-dynsym: File removed.
2958 Tue May 21 22:17:45 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2960         * termios/cfmakeraw.c: Set MIN to 1 and TIME to 0.
2962 Wed May 22 01:48:54 1996  Ulrich Drepper  <drepper@cygnus.com>
2964         * stdlib/strtol.c [!QUAD] (ULONG_MAX, LONG_MAX): Define these
2965         macros if they are not available.
2966         (WEAKNAME): New macro to declare argument as weak.
2967         Define function with __ prefix and add normal name as weak alias.
2969         * sysdeps/posix/euidaccess.c (S_IROTH, S_IWOTH, S_IXOTH): Defines
2970         these macros if not already available based on R_OK, W_OK, and
2971         X_OK.
2973 Tue May 21 18:48:46 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
2975         * misc/sys/syslog.h (__need___va_list): Define this instead of
2976         __need_va_list before including <stdarg.h>.
2978         * Makerules (o-iterator): Use $(object-suffixes-left) instead
2979         of $(object-suffixes) to produce repetitions; this is used for other
2980         lists than just that one.
2981         [versioned]: Use $(o-iterator) properly.
2983         * sysdeps/unix/sysv/linux/Implies: Include `gnu'.
2984         * sysdeps/mach/hurd/Implies: Likewise.
2986 Sat May 18 02:57:46 1996  Ulrich Drepper  <drepper@cygnus.com>
2988         * login/Makefile: New file.  This directory contains functions
2989         for user administration.
2990         * Makefile (subdirs): Add login.
2992         * misc/Makefile (headers): Remove utmp.h.  Now in login/utmp.h.
2993         (extra-libs, libutil-routines): Ditto.
2994         * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
2995         misc/utmp.h: Moved to misc/.
2996         * login/login.c, login/login_tty.c, login/logout.c,
2997         login/logwtmp.c, login/utmp.h: Moved to here from misc/.
2999         * login/utmp.h: Split file.  Definitions of data structures
3000         and constants are now in the system dependent utmpbits.h file.
3002         * login/setutent_r.c, login/setutent.c, login/endutent_r.c,
3003         login/endutent.c, login/getutent_r.c, login/getutent.c,
3004         login/getutid_r.c, login/getutid.c, login/getutline_r.c,
3005         login/getutline.c, login/pututline_r.c, login/pututline.c:
3006         New files.  Routines to handle utmp-style files.
3008         * sysdeps/gnu/utmpbits.h: New file.  Contains GNU/Linux
3009         specific definitions of utmp data structures and constants.
3011         * sysdeps/unix/sysv/utmpbits.h: Renamed from sysdeps/unix/sysv/utmp.h.
3013         * sysdeps/generic/utmpbits.h: New file.  Generic (BSDish) version of
3014         definitions of utmp data structures and constants.
3016 Fri May 17 00:01:31 1996  Ulrich Drepper  <drepper@cygnus.com>
3018         * locale/C-monetary.c: Default value for mon_decimal_point should be
3019         '.'.
3021         * stdio-common/printf.h: Remove Linux libc compatibility stuff.
3022         Add `extra' flag.  Currently used in __printf_fp.
3024         * stdio-common/printf_fp.c (__guess_grouping): Renamed from
3025         `guess_grouping' and extend visibility to extern.  This function
3026         is now used in `strfmon'.
3027         (__printf_fp): Recognize new bit flag in info struct.  This
3028         triggers to use the grouping information and decimal point from
3029         the LC_MONETARY category instead of the LC_NUMERIC category.
3031         * stdio-common/vfprintf.c (process_arg): Correct major bug.  In
3032         `complicated' loop we must not use the varargs because the args
3033         are already available in the ARGS_VALUE array.
3035         * stdlib/Makefile (headers): Add monetary.h.
3036         (routines): Add strfmon.
3037         * stdlib/monetary.h: New file.  Header for strfmon function.
3038         * stdlib/strfmon.c: New file.  Implement strfmon function to print
3039         monetary amounts according to current locale's rules.
3041         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: The kernel header is
3042         now (>= Linux-1.3.100) called <asm/vm86.h>.
3044 Thu May 16 00:31:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3046         * Makerules [versioned]: Make symlinks in the build directory, because
3047         the versioned names might be referenced by a DT_NEEDED in another
3048         library.
3050 Wed May 15 18:59:38 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3052         * manual/examples/longopt.c: Include stdlib.h and getopt.h.
3054 Tue May 14 03:36:21 1996  Ulrich Drepper  <drepper@cygnus.com>
3056         * sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers):
3057         Add sys/acct.h and sys/sysctl.h.
3059 Tue May 14 19:42:04 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3061         * sysdeps/generic/strrchr.c: Deansideclized.
3063         * elf/Makefile (ldd): Depend on Makefile.
3064         Find ld.so in $(slibdir) instead of $(libdir).
3066         * sysdeps/i386/strrchr.S: Use `testl $3, %esi' instead of `testb $3,
3067         %esi'; gas misassembles the latter into `testb $3, %dh'.
3069         * mach/Machrules (%.udeps rule): Do $(make-target-directory) first.
3071 Tue May 14 16:38:44 1996  David Mosberger-Tang <davidm@AZStarNet.com>
3073         * sunrpc/getrpcent.c (interpret): Declare args.  Rewrite parsing using
3074         strpbrk.
3076 Tue May 14 20:18:38 1996  Ulrich Drepper  <drepper@cygnus.com>
3078         * time/Makefile (routines): Add strptime.
3079         * time/time.h: Add prototype for strptime.
3080         * time/strptime.c: New file.  Implementation according to XPG4.
3082 Tue May 14 14:07:10 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3084         * libc-symbols.h (lint): Macro removed.  The sunrpc code does some
3085         really stupid things #ifdef lint.
3087         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix
3088         struct member name: sc_eip -> eip.
3090 Mon May 13 19:52:33 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3092         * Makerules (stub-$(subdir)): Put cmds including cd inside (...) with
3093         output redirect outside it.
3095         * elf/Makefile (subdir_lib): Depend on ld.so.
3097 Sun May 12 22:52:22 1996  Bruce Elliott  <belliott@accessone.com>
3099         * stdio-common/vfprintf.c: Correct handling of unsigned short
3100         values.
3102 Mon May 13 12:03:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3104         * extra-lib.mk (alltype-$(lib)): Put libs in $(objpfx) instead of
3105         $(common-objpfx).
3106         * Makerules [install-lib.a]: Find them there.
3108         * sysdeps/unix/sysv/linux/i386/profil-counter.h: New file.
3110         * extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty.
3112         * posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
3114         * configure.in (--with-fp): Note in help string that it's the default.
3116         * locale/programs/ld-ctype.c (struct locale_ctype_t): Use u_int32_t
3117         instead of unsigned int for map_collection_max and map_collection_act.
3119         * stdio-common/vfprintf.c [USE_IN_LIBIO] (flockfile, funlockfile):
3120         Macros removed; they are in <stdio.h>.
3121         * stdio-common/vfscanf.c: Likewise.
3123         * posix/glob.c [_AMIGA]: Don't include <pwd.h>.
3124         (glob): Remove bogus & in call to globfree.
3125         [_AMIGA]: Use AmigaDOS file name conventions.
3127         * time/Makefile (zonenames): Target removed.
3128         (extra-objs): Remove it from here.
3129         Include the z.* files directly instead of including zonenames; use
3130         `-include' to not complain before they exist.
3132         * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with
3133         $(common-objpfx) instead of $(objpfx).
3135         * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member
3136         names without __.
3138         * Makerules [install-lib-non.a]: Find these things with $(objpfx)
3139         instead of $(common-objpfx).
3141         * Makeconfig (sysdep-configures): New variable.
3142         (config.status): Depend on $(sysdep-configures).
3144 Fri May 10 20:07:52 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3146         * sysdeps/unix/sysv/linux/profil.c: New file.
3148 Fri May 10 19:59:50 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3150         * sysdeps/m68k/Makefile (CFLAGS-setjmp.c): New variable.
3152 Fri May 10 19:55:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3154         * shlib-versions: Use libm=6 and libc=6 for m68k-linux.
3156 Sun May 12 11:16:58 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3158         * string/envz.c: Fix uses of unsigned to size_t.
3160         * Makerules ($(libdir)/libc.so): Make the file an ld script.
3162         * sysdeps/mach/hurd/configure.in: Don't grok --with-hurd option.
3164         * sysdeps/mach/configure.in: File removed.
3165         * sysdeps/mach/configure: File removed.
3167         * mach/Machrules (%.udeps rule): Write deps for %_server.[ch] too.
3168         (%_server.[ch] rule): Don't depend on %.defs; use #include to get
3169         installed .defs file.
3171         * stdio-common/vfprintf.c (flockfile, funlockfile): Define to
3172         nothing for stdio.  Fix fUNlockfile -> funlockfile for libio.
3173         * stdio-common/vfscanf.c: Likewise.
3175 Sat May 11 13:43:41 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3177         * hurd/hurdfault.c: Include faultexc_server.h instead of faultexc.h.
3179         * mach/Machrules (%.ir rule): Don't produce deps for imports.
3181         * elf/dl-fini.c (_dl_fini): Clear L->l_init_called after calling fn.
3183         * Makerules (install): Depend on $(slibdir)/libc.so$(libc.so-version).
3184         [!subdir] ($(libdir)/libc.so, $(common-objpfx)/libc-syms.so): Protect
3185         these targets and install dep on $(libdir)/libc.so with this.
3187         * hurd/Makefile: Removed all rules and defns for using code from Hurd
3188         sources and installing headers from there.
3190         * sysdeps/mach/hurd/errnos.awk: Set in_mach_errors to FILENAME when we
3191         set it.  In Mach error matching clause, only match if FILENAME is
3192         still the same value.
3194         * sysdeps/mach/hurd/Makefile: Don't include sysdeps/mach/Makefile;
3195         $(mach-srcdir) no longer exists.
3196         (hurd-srcdir): Variable removed.
3197         (includes): Don't append -I$(hurd-srcdir).
3198         (last-includes): Variable removed.
3199         Remove vpath specs using $(hurd-srcdir).
3200         (mach-errno-h): New canned sequence.
3201         ($(common-objpfx)errnos.d): New target, generated included makefile
3202         to determine absolute file names of Mach headers to search for error
3203         codes and set variable mach-errnos-deps.
3204         ($(common-objpfx)stamp-errnos): Depend on $(mach-errnos-deps) instead
3205         of prior explicit list.
3206         (generated): Add errnos.d, stamp-errnos.
3208         * mach/Machrules (some-if-rtn): New variable and target; compute deps
3209         of some if routine and make all if routines depend on that .d file
3210         instead of static list of .h files.
3212         * mach/Makefile (mach/mach_interface.defs,
3213         mach/memory_object_user.defs): Targets removed.
3214         ($(objpfx)mach-syscalls.mk): Tweak this kludge so it doesn't depend
3215         directly on Mach sources.
3217         * sysdeps/mach/Makefile (mach-srcdir): Variable removed.
3218         (includes): Don't append -I$(mach-srcdir).
3219         Remove vpath specs using $(mach-srcdir).
3221         * hurd/Makefile (server-interfaces): Add faultexc.
3222         (sig): Remove it from here.
3223         (fault%.[ch]): Rule removed.
3224         (MIGFLAGS-faultexc): New variable.
3226         * hurd/faultexc.defs: New file.
3228         * mach/Machrules (%.ustamp rule): Pass $(MIGFLAGS-$*) to mig.
3229         (%_server.[ch] rule): Likewise.
3231         * mach/Makefile: Removed all rules and defns for using code from Mach
3232         sources and installing headers from there.
3234         * Makeconfig [$(build-shared)=yes] (link-libc): Append
3235         $(libc.so-version) to libc.so.
3237 Fri May 10 18:36:14 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3239         * mach/Machrules (%.ustamp rule): Don't depend on %.defs.
3240         (%.udeps): New rule parallel to that one, generating included
3241         makefiles with -M output from `#include <%.defs>'.
3243         * Makerules (sed-remove-objpfx): Remove space before \ at eol.
3245         * Makefile (distribute): Add FAQ.
3246         * FAQ: New file contributed by drepper.
3248         * time/Makefile (headers): Add timebits.h.
3249         * sysdeps/unix/sysv/linux/timebits.h: New file.
3250         * sysdeps/stub/timebits.h: New file.
3251         * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC.
3252         (CLOCKS_PER_SEC): Remove this macro.  Instead #include <timebits.h>.
3254 Fri May 10 16:22:44 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
3256         * string/argz-create.c (__argz_create): Restore const keyword to
3257         ARGV parm.
3258         * string/argz.h (__argz_create, argz_create): Restore const
3259         keyword.
3260         * string/envz.c (envz_get): Don't declare ENTRY const.
3262 Fri May 10 11:48:03 1996  Miles Bader  <miles@gnu.ai.mit.edu>
3264         * string/argz.h (argz_create): Fix param type.
3265         * string/argz-create.c (__argz_create): Remove const from param type.
3266         * string/envz.c (envz_get): Remove const from return type.
3268 Fri May 10 09:41:54 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
3270         * string/argz.h (__argz_create, argz_create): Omit const keyword
3271         from declaration of ARGV.
3272         * string/envz.h (envz_get): Omit const from declaration of return
3273         type.
3275 Thu May  9 09:17:46 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3277         * aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness.
3279         Cleanups in sunrpc code from NIIBE Yutaka <gniibe@mri.co.jp>.
3280         * sunrpc/clnt_tcp.c (clnttcp_create): Don't close *SOCKP if it's -1.
3281         * sunrpc/clnt_simp.c (callrpc): Don't close CRP->socket if it's
3282         RPC_ANYSOCK.
3283         * sunrpc/pmap_clnt.c (pmap_set): Don't close SOCKET, since
3284         CLNT_DESTROY already has.
3285         (pmap_unset): Likewise.
3286         * sunrpc/pm_getmaps.c (pmap_getmaps): Likewise.
3287         * sunrpc/pm_getport.c (pmap_getport): Likewise.
3288         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
3289         * sunrpc/portmap.c (callit): Likewise.
3291         * Makerules (versioned): Strip whitespace.
3293         * Rules (static-only-routines rule): Remove spurious space in dep.
3295         * misc/getusershell.c: Undo changes of 7 May 96 (rev 1.6).
3296         Cast string constants to char *.
3298         * posix/glob/SMakefile, posix/glob/SCOPTIONS, posix/glob/Makefile.ami:
3299         New files, AmigaDOS support from Aaron Digulla.
3300         * posix/Makefile (glob.tar): Add AmigaDOS support files.
3302         * sysdeps/unix/sysv/linux/net/if.h: New file.
3303         * sysdeps/unix/sysv/linux/Dist: Add it.
3304         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add
3305         net/if.h.
3307         * Makeconfig (link-libc): Add libc.a after libc.so in link.
3309         * Rules (static-only-routines rule): Use empty.o instead of dummy.o.
3310         (empty.o): New target.
3311         (generated): Add empty.c, empty.o.
3313         * resolv: Code updated from BIND-4.9.3P2C3.
3315         * Rules (static-only-routines rule): Use dummy.o, not dummy.so.
3317 Wed May  8 20:04:29 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3319         * extract-dynsym: New file.
3320         * Makefile (distribute): Add it.
3321         * Rules (subdir_install): Depend on $(common-objpfx)sor-$(subdir).
3322         [! libc.so-version]: Clear static-only-routines.
3323         ($(common-objpfx)sor-$(subdir)): New target.
3324         [static-only-routines]: New static pattern rule for these .so's.
3325         * Makerules [libc.so-version] ($(slibdir)/libc.so): Target removed.
3326         [libc.so-version] ($(libdir)/libc.so, $(common-objpfx)libc-syms.so):
3327         New targets replace it.
3328         (install) [libc.so-version]: Depend on $(libdir)/libc.so instead of
3329         $(slibdir)/libc.so.
3330         * io/Makefile (static-only-routines): New variable.
3331         * configure.in: Check for tools objdump and objcopy, and for awk.
3332         * config.make.in (OBJDUMP, OBJCOPY, AWK): New variables.
3334 Thu May  9 01:24:00 1996  Ulrich Drepper  <drepper@cygnus.com>
3336         * locale/programs/config.h: Remove definition of wint_t.
3338         * locale/programs/ld-collate.c: Include <wchar.h> instead of
3339         <wcstr.h>.
3341         * manual/time.texi: Add some more description for %U and %W
3342         format of strftime.  Describe new format %V of strftime.
3344         * resolv/gethnamaddr.c: Prevent warning by preventing variable
3345         definition.
3346         * stdio-common/_itoa.c: Ditto.
3348 Tue May  7 23:43:07 1996  Ulrich Drepper  <drepper@cygnus.com>
3350         * libio/clearerr.c, libio/feof.c, libio/ferror.c, libio/fgetc.c,
3351         libio/fileno.c, libio/fputc.c, libio/freopen.c, libio/fseek.c,
3352         libio/genops.c, libio/getc.c, libio/getchar.c, libio/iofclose.c,
3353         libio/iofflush.c, libio/iofgetpos.c, libio/iofgets.c,
3354         libio/iofputs.c, libio/iofread.c, libio/iofsetpos.c,
3355         libio/ioftell.c, libio/iofwrite.c, libio/iogetdelim.c,
3356         libio/iogets.c, libio/ioputs.c, libio/iosetbuffer.c,
3357         libio/iosetvbuf.c, libio/ioungetc.c, libio/iovsprintf.c,
3358         libio/libio.h, libio/putc.c, libio/putchar.c, libio/rewind.c,
3359         libio/stdio.h, stdio-common/printf_fp.c, stdio-common/vfprintf.c,
3360         stdio-common/vfscanf.c: Prepare for reentrant libio.
3362         * libio/clearerr_u.c, libio/feof_u.c, libio/ferror_u.c,
3363         libio/fputc_u.c, libio/getc_u.c, libio/getchar_u.c,
3364         libio/iofflush_u.c, libio/putc_u.c, libio/putchar_u.c: New files.
3365         Used in reentrant libio.
3367         * misc/getusershell.c: Prevent warnings.
3369 Wed May  8 12:08:35 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3371         * Makerules (install-lib.so rules): Undouble $s in target and dep
3372         parts of o-iterator-doit defns.
3373         (unversioned libraries install rule): Fix pattern.
3375         * mach/Makefile (mach-src-headers): Use $(base-machine) instead of
3376         $(config-machine).
3377         ($(includedir)/machine): Likewise.
3379         * config.make.in (base-machine): New variable.
3380         * configure.in (machine): Move case stmt to set $machine out of sysdep
3381         dirs AC_CACHE_CHECK.
3382         (base_machine): New variable, set in that switch and AC_SUBST'd.
3384         * Makerules (stub-$(subdir)): Use file name in directory as output,
3385         since cmd is cd'd.
3387         * configure.in (MSGFMT): Use : if none found.
3389         * po/Makefile: Include ../Rules instead of ../Makerules.
3391 Tue May  7 23:18:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3393         * po/Makefile: New file.
3394         * Makefile (subdirs): Add po.
3396         * configure.in: Check for msgfmt.
3397         * config.make.in (MSGFMT): New variable.
3399 Sun May  5 23:49:10 1996  Ulrich Drepper  <drepper@cygnus.com>
3401         * misc/Makefile (routines): Add swapoff.
3403         * sysdeps/unix/sysv/linux/Dist: Add sys/quota.h.
3405         * sysdeps/unix/sysv/linux/sys/quota.h: New file.  Wrapper around
3406         kernel header file.
3408 Tue May  7 19:00:01 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3410         * string/argz-extract.c: Remove const from decl.
3411         * string/argz.h: Here too.
3413         * Makeconfig (version.mk): Fix regexp in sed cmd.
3414         Depend on $(..)Makeconfig.
3416         * GMP code updated from gmp-2.0 release.
3417         * stdlib/Makefile (mpn-routines): Removed add_1, added inlines.
3418         * sysdeps/generic/add_1.c: File removed.
3419         * stdlib/strtod.c: mp_limb is now mp_limb_t.
3420         * stdlib/fpioconst.c, stdlib/fpioconst.h: Likewise.
3421         * stdio-common/_itoa.c: Likewise.
3422         * stdio-common/printf_fp.c: Likewise.
3423         Don't include ansidecl.h.
3425         * sysdeps/mach/hurd/getcwd.c: Use io_identity instead of io_stat.
3427         * shlib-versions: New file.
3428         * Makerules (soversions.mk): New target, include file generated from
3429         shlib-versions.  Moved shared library rules before installation rules.
3430         Rewrote shared library installation rules for versioned libraries.
3431         * math/Makefile (libm.so-version): Variable removed.
3433         * sysdeps/mach/hurd/i386/exc2signal.c: Use struct hurd_signal_detail.
3435         * hurd/report-wait.c (_S_msg_describe_ports): New function.
3437         * configure.in: Add AC_PROG_LN_S check.
3438         * config.make.in (LN_S): New variable.
3440 Sun May  5 03:10:44 1996  Ulrich Drepper  <drepper@cygnus.com>
3442         * misc/efgcvt_r.c (ecvt_r): Work aroung gcc bug.  gcc does
3443         not know about weak aliases now and optimizes necessary `if'
3444         statement away.
3446         * posix/unistd.h: Add swapoff prototype.
3448         * sysdeps/generic/confname.h: Add even more POSIX.4 symbols.
3450         * sysdeps/posix/fpathconf.c (__fpathconf): Get information
3451         for _PC_PATH_MAX from fstatfs function if available.
3453         * sysdeps/posix/sysconf.c: Add code to handle _SC_AIO_LISTIO_MAX,
3454         _SC_AIO_MAX, _SC_AIO_PRIO_DELTA_MAX, _SC_DELAYTIMER_MAX,
3455         _SC_MQ_OPEN_MAX, _SC_MQ_PRIO_MAX, _SC_RTSIG_MAX,
3456         _SC_SEM_NSEMS_MAX, _SC_SEM_VALUE_MAX, _SC_SIGQUEUE_MAX, and
3457         _SC_TIMER_MAX.
3458         * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto.
3460         * sysdeps/stub/swapoff.c: New file.  Stub version for swapoff
3461         function.
3463         * sysdeps/unix/syscalls.list:  Add swapoff.
3465         * sysdeps/unix/sysv/linux/Dist: Add sys/acct.h.
3467         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
3468         (sysdep_routines): Add mount, umount, llseek, setfsgid, setfsuid,
3469         sysinfo, and uselib.
3470         (headers): Add sys/sysinfo.h.
3472         * sysdeps/unix/sysv/linux/gethostid.c: Prevent warning.
3474         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == misc]
3475         (sysdep_routines): Add ioperm, iopl, and vm86.
3476         (headers): Add sys/perm.h and sys/vm86.h.
3478         * sysdeps/unix/sysv/linux/i386/sys/perm.h: New file.  Contains
3479         prototypes for iopl and ioperm.
3481         * sysdeps/unix/sysv/linux/i386/sys/vm86.h:  New file.  Contains
3482         prototype for vm86.
3484         * sysdeps/unix/sysv/linux/i386/syscalls.list: New file.  Add
3485         vm86 system call.
3487         * sysdeps/unix/sysv/linux/sys/acct.h: New file.  Contains
3488         prototypes for acct function.
3490         * sysdeps/unix/sysv/linux/sys/socket.h: Provide real header
3491         file with prototypes.
3493         * sysdeps/unix/sysv/linux/sys/sysinfo.h: New file.  Contains
3494         prototype for sysinfo function.
3496         * sysdeps/unix/sysv/linux/syscalls.list: Add flock, ioperm, iopl,
3497         llseek, setfsgid, setfsuid, sysinfo, and uselib.
3499         * sysdeps/unix/sysv/linux/sysconf.c: Instead of duplicating
3500         posix/sysconf.c now only handle cases different to that
3501         implementation.
3503 Tue May  7 15:08:19 1996  Miles Bader  <miles@gnu.ai.mit.edu>
3505         * stdio/linewrap.c (__line_wrap_output): Renamed from lwoutput
3506         (all references changed).  Now exported.
3508         * stdio/linewrap.c (struct data): Type deleted (moved to linewrap.h).
3509         (wrap_stream, unwrap_stream, lwclose, lwfileno, lwoutput,
3510         line_wrap_stream, line_unwrap_stream): Use struct line_wrap_data
3511         instead of struct data.
3512         (lwoutput, line_wrap_stream, line_unwrap_stream): Rename various
3513         occurences of `wrap' and `wrapmargin' to `wmargin'.
3514         (line_wrapped, line_wrap_lmargin, line_wrap_set_lmargin,
3515         line_wrap_rmargin, line_wrap_set_rmargin, line_wrap_wmargin,
3516         line_wrap_set_wmargin, line_wrap_point): New functions.
3517         * stdio/linewrap.h: New file.
3518         * stdio/Makefile (headers): Add linewrap.h.
3520 Tue May  7 14:19:12 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3522         * sysdeps/unix/sysv/linux/i386/Makefile: File removed.
3524         * stdio/stdio.h: Remove line_wrap_stream, line_unwap_stream decls.
3526         * sysdeps/unix/sysv/linux/schedbits.h: New file.
3528 Tue May  7 13:47:02 1996  Miles Bader  <miles@gnu.ai.mit.edu>
3530         * stdio/linewrap.c (struct data): Make margin fields not-pointers.
3531         (lwoutput): Adjust uses acordingly.
3533 Tue May  7 10:51:52 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3535         * sysdeps/mach/hurd/fdatasync.c: New file.
3536         * sysdeps/mach/hurd/fsync.c: Pass new flag to file_sync.
3538         * sysdeps/mach/hurd/xmknod.c: Pass new flag to dir_link.
3539         * sysdeps/mach/hurd/symlink.c: Likewise.
3540         * sysdeps/mach/hurd/link.c: Likewise.
3541         * sysdeps/mach/hurd/bind.c: Likewise.
3542         * hurd/hurdsig.c (write_corefile): Likewise.
3544         * hurd/hurdsig.c (write_corefile): Pass cttyid port to crash server.
3546         * sysdeps/mach/hurd/fpathconf.c: RPC takes int pointer, not long int.
3548         * sysdeps/mach/hurd/_exit.c (_hurd_exit): Pass sigcode arg to
3549         proc_mark_exit.
3550         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Likewise.
3552         * sysdeps/mach/hurd/wait4.c: Pass sigcode arg to proc_wait.
3554         * sysdeps/mach/hurd/rename.c: Pass new flag to dir_rename.
3556         * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise): Use struct
3557         hurd_signal_detail.
3558         * hurd/catch-exc.c (_S_catch_exception_raise): Likewise.
3559         * hurd/hurd-raise.c (_hurd_raise_signal): Likewise.
3560         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
3561         Likewise.
3562         * sysdeps/mach/hurd/setitimer.c (restart_itimer): Likewise.
3564         * hurd/hurd/signal.h: Fix _hurd_exception2signal prototype.
3566         * hurd/hurdsig.c (write_corefile): Take const struct
3567         hurd_signal_detail * arg.  Pass all details to crash_dump_task.
3568         (_hurd_internal_post_signal): Pass DETAIL to write_corefile.
3569         (_hurd_internal_post_signal: suspend): Pass code and error to
3570         proc_mark_stop.
3572         * hurd/hurdprio.c (_hurd_priority_which_map): Pass flags arg to
3573         proc_getprocinfo by reference.
3575         * wcsmbs/wcwidth.c, wcsmbs/wcswidth.c: Fixed typos.
3577         * sysdeps/unix/sysv/linux/sys/mman.h: Fixed typo.
3579         * sysdeps/stub/sched_getp.c: Add missing #include <sys/types.h>.
3580         * sysdeps/stub/sched_sets.c: Likewise.
3581         * sysdeps/stub/sched_setp.c: Likewise.
3582         * sysdeps/stub/sched_rr_gi.c: Likewise.
3583         * sysdeps/stub/sched_gets.c: Likewise.
3585         * hurd/hurdsig.c: Use struct hurd_signal_detail.
3586         * hurd/hurd/fd.h (_hurd_fd_error): Likewise.
3587         * sysdeps/mach/hurd/sysd-stdio.c (fd_fail): Likewise.
3589 Mon May  6 09:51:05 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3591         * stdio/linewrap.c: New file.
3592         * stdio/Makefile (routines): Add linewrap.
3593         * stdio/stdio.h [__USE_GNU]: Declare line_wrap_stream,
3594         line_unwrap_stream.
3596 Mon May  6 14:53:26 1996  Ulrich Drepper  <drepper@cygnus.com>
3598         * time/strftime.c (week): Add third parameter telling how
3599         many days must be in new year so that it is called week 1.
3600         (Following ISO 8601).
3601         Correct computation for %U and %V formats when day was first
3602         day of the week.
3603         (strftime): Implement %V format according to Spec1170.
3605 Mon May  6 17:01:09 1996  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
3607         * hurd/hurd/signal.h (_hurd_intr_rpc_mach_msg): New declaration.
3609 Sat May  4 05:44:25 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3611         * hurd/hurd/sigpreempt.h (struct hurd_signal_preempter): Change
3612         prototype of `preempter' elt to use struct hurd_signal_detail.
3614         * hurd/hurd/signal.h (struct hurd_signal_detail): New type.
3615         (struct hurd_sigstate): Make `pending_data' member an array of that.
3616         Use the new type in several decls.
3618         * locale/setlocale.c (_nl_C_name): Variable removed.
3619         * locale/C_name.c: New file.
3620         (_nl_C_name): Put it here instead.
3621         * locale/Makefile (aux): Add C_name.
3623         * sysdeps/mach/hurd/dl-sysdep.c (open): Don't pass io port in
3624         auth_user_authenticate rpc.
3625         (open): Avoid using strtol in digit conversion for "fd/N" magic.
3626         (_dl_sysdep_start): Likewise for memobj name in magic switches.
3628         * elf/Makefile (reloc-link): New variable.
3629         (dl-allobjs.so): New target, link together $(rtld-routines).
3630         (librtld.so): Depend on that instead of the rtld components.
3631         (generated): Add dl-allobjs.so.
3633         * hurd/hurd-raise.c (_hurd_raise_signal): Pass sigcode in msg_sig_post
3634         rpc.
3636         * hurd/hurdmsg.c (_S_msg_set_environment): Use argz.h functions
3637         instead of _hurd_split_args.
3638         (_S_msg_*_exec_flags): Functions removed.
3639         (_S_msg_startup_dosync): Stub removed.
3641 Sat May  4 02:11:55 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3643         * sysdeps/mach/hurd/ptrace.c: Set _hurdsig_traced instead of
3644         EXEC_TRACED bit in _hurd_exec_flags.
3645         Pass sigcode arg in msg_sig_post_untraced rpc.
3647         * sysdeps/mach/hurd/access.c: Don't pass io port in
3648         auth_user_authenticate rpc.
3650         * posix/sched.h: Fix typos.
3652         * sysdeps/mach/hurd/fork.c: Use new critical section lock.
3653         Clear _hurdsig_traced instead of EXEC_TRACED.
3655         * sysdeps/stub/nanosleep.c (nanosleep): Fix typo.
3657         * wcsmbs/wcstol.c: Find strtol.c in ../stdlib.
3658         * wcsmbs/wcstof.c: Find strtod.c in ../stdlib.
3659         * wcsmbs/wcstod.c: Likewise.
3660         * wcsmbs/wcstold.c: Likewise.
3662         * wcsmbs/wcwidth.h: Find cname-lookup.h in ../wctype.
3664         * string/envz.c (envz_entry): Use const.
3665         (envz_get, envz_remove): Likewise.
3666         (envz_entry): Return char *, not const char *.
3668         * string/envz.h: Fix decl.
3670         * string/argz-create.c: Use const in prototype.
3671         * string/argz-next.c: Likewise.
3673 Fri May  3 13:32:08 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3675         * sysdeps/mach/hurd/sigprocmask.c: Pass sigcode arg to msg_sig_post.
3676         * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
3677         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
3678         * sysdeps/mach/hurd/kill.c: Likewise.
3680         * hurd/hurdexec.c (_hurd_exec): Use new critical section lock.
3681         * hurd/catch-exc.c (_S_catch_exception_raise): Likewise.
3682         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Likewise.
3683         * hurd/thread-cancel.c (hurd_thread_cancel, hurd_check_cancel):
3684         Likewise.
3685         * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Likewise.
3686         * sysdeps/mach/hurd/sigaction.c: Likewise.
3688         * sysdeps/mach/hurd/errnos.awk: Don't use ARGV in comment; it can
3689         change meaninglessly.
3691         * hurd/hurd/signal.h (struct hurd_sigstate): Replace critical section
3692         flag with a spin lock.
3693         (_hurd_critical_section_lock): Use spin_try_lock on that to see if we
3694         get it.  No need to take SS->lock at all.
3695         (_hurd_critical_section_unlock): Unlock SS->critical_section_lock
3696         instead of clearing the old flag member.
3697         * hurd/hurdsig.c (_hurd_internal_post_signal): Use spin_lock_locked to
3698         test the critical section state.
3700         * hurd/hurdinit.c (_hurd_init): Set _hurdsig_traced from the intarray.
3702         * hurd/hurdkill.c (_hurd_sig_post): Pass 0 sigcode in msg_sig_post.
3704         * hurd/hurdsig.c (_hurd_internal_post_signal): Test _hurdsig_traced
3705         instead of testing (_hurd_exec_flags & EXEC_TRACED).
3706         (_S_msg_sig_post): Take sigcode arg and pass it through.
3707         (_S_msg_sig_post_untraced): Likewise.
3708         (reauth_proc): Don't pass proc port in auth_user_authenticate.
3710         * hurd/setauth.c (_hurd_setauth): Don't pass object ports in
3711         auth_user_authenticate RPCs, just the one-off rendezvous port.
3712         * hurd/dtable.c (reauth_dtable): Likewise.
3713         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Likewise.
3715         * hurd/hurdexec.c (_hurd_exec): Pass 0 flags to file_exec.
3716         Pass sigcode arg to msg_sig_post.
3718         * string/argz.h (argz_create): Use const in prototype.
3720         * hurd/hurdinit.c (_hurd_proc_init): Test _hurdsig_traced instead of
3721         testing (_hurd_exec_flags & EXEC_TRACED).
3722         Pass sigcode arg to msg_sig_post.
3724         * hurd/hurd.h: Declare _hurdsig_traced.
3726         * string/argz.h (__argz_next): Cast ENTRY before returning it.
3728         * hurd/hurd/signal.h (_hurd_critical_section_unlock): Pass sigcode arg
3729         to msg_sig_post.
3731         * hurd/path-lookup.c: New file.
3732         * hurd/Makefile (routines): Add path-lookup.
3733         * hurd/hurd/lookup.h: Declare file_name_path_scan,
3734         hurd_file_name_path_lookup.
3735         * hurd/hurd.h: Declare file_name_path_lookup.
3737         * sysdeps/mach/hurd/select.c: The io_select rpc no longer has a TAG_ID
3738         argument.  Instead, use a separate reply port for each RPC and put them
3739         all in a port set to wait for slow replies.
3741         * intl/Makefile (CPPFLAGS): Change $(nlsdir) to $(i18ndir) in
3742         LOCALE_ALIAS_PATH.
3744 Fri May  3 03:14:02 1996  Ulrich Drepper  <drepper@cygnus.com>
3746         * intl/Makefile (routines): Add l10nflist and explodename.
3747         (distribute): Add loadinfo.h and locale.alias.
3748         (install-others): New variable to install locale.alias.
3750         * intl/dcgettext.c, intl/finddomain.c, intl/gettextP.h,
3751         intl/loadmsgcat.c: Adapt for upcoming gettext-0.10.13.  Some code
3752         is now shared with the locale implementation.
3754         * intl/explodename.c, intl/l10nflist.c, intl/loadinfo.h: New file.
3755         Extracted from finddomain.c.  This is also used in the locale
3756         implementation.
3758         * intl/locale.alias: New file.  Locale alias database compatible
3759         with X Window System's locale alias file.  Can now be used in
3760         locale and gettext code.
3762         * libio/stdio.h: Add prototypes for asprint and vasprintf.
3764         * locale/C-collate.c, locale/C-ctype.c, locale/C-messages.c,
3765         locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c: Add new
3766         field in structure with name of locale ("C" in this case).
3768         * locale/Makefile (routines): Add findlocale.
3770         * locale/findlocale.c: New file.  Instead of trying to load the
3771         directly described file we now try to be much smarter when this
3772         fails.  Use the same code as gettext does.
3774         * locale/loadlocale.c, locale/setlocale.c: Rewrite to know about
3775         new loading scheme.
3777         * locale/localeinfo.h: Adapt prototypes and declarations for new
3778         setlocale implementation.  Remove definition of u32_t type.  We
3779         now use u_int32_t from <sys/types.h>.
3781         * locale/programs/charset.h (ILLEGAL_CHAR_VALUE): Provide type
3782         with constant.
3784         * locale/programs/config.h, locale/lc-collate.c,
3785         locale/localeinfo.h, locale/programs/ld-collate.c,
3786         locale/programs/ld-ctype.c, locale/programs/ld-messages.c,
3787         locale/programs/ld-monetary.c, locale/programs/ld-numeric.c,
3788         locale/programs/ld-time.c, locale/weight.h, string/strcoll.c:
3789         Change to use u_int32_t and u_int16_t.
3791         * locale/programs/localedef.c (construct_output_path): Change name
3792         of output locale to contain normalized form of the character set
3793         portion.
3795         * string/Makefile (routines): Add agrz-ctsep and argz-next.
3796         (tests): Add tst-strlen.
3798         * string/argz-ctsep.c: New file.  Implement reverse operation
3799         from argz-stringify.
3801         * string/argz-next.c: Non-inline version of function from argz.h.
3803         * string/argz.h, string/envz.h: Make usable as global header file.
3805         * string/envz.c: Fix declarations to use size_t where prototypes
3806         say so.
3808         * string/tst-strlen.c: New file.  Another test for critical
3809         situation in strlen implementations.
3811         * sysdeps/i386/i586/strlen.S: Fix bug with highest byte in word
3812         being zero.
3814         * wctype/test_wctype.c: Fix controlling comparison after change to
3815         32 bit character class array.
3817 Fri May  3 12:53:12 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3819         * sysdeps/unix/sysv/linux/sys/socket.h: Remove spurious doubled line.
3821 Thu May  2 22:50:52 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3823         * sysdeps/unix/sysv/linux/getpriority.c: New file.
3824         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getpriority.
3826 Thu May  2 22:41:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3828         * sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_DEFAULT):
3829         Disable all exceptions.
3831 Thu May  2 22:33:14 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3833         * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
3834         sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
3835         sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
3836         sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
3837         sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
3838         sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
3839         sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
3840         sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
3841         sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c: Don't
3842         define __NO_MATH_INLINES, which is already defined on command
3843         line.
3845 Thu May  2 22:18:28 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3847         * sysdeps/libm-ieee754/e_j0f.c (__ieee754_j0f, __ieee754_y0f):
3848         Replace 0x80000000 by 0x48000000.
3849         * sysdeps/libm-ieee754/e_j1f.c (__ieee754_j1f): Likewise.
3851 Thu May  2 21:30:33 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3853         * sunrpc/svc_simple.c: Make global variable pl local to
3854         registerrpc.
3856 Thu May  2 00:24:04 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3858         * time/Makefile (tz-cflags): New variable.
3859         (CFLAGS-tzfile.c): New variable.
3860         (CFLAGS-zic.c): Add $(tz-cflags).
3861         (tz-cc): Remove variable.
3862         ($(objpfx)tzfile.o, $(objpfx)zic.o): Remove targets.
3864 Wed May  1 09:10:04 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3866         * sysdeps/mach/hurd/getcwd.c: Jump out of both loops when we find a
3867         name, instead of checking for reaching end of buffer, which happens
3868         when the match is the last entry in the buffer.
3870         * time/strftime.c: Use canonical autoconf nugget for time.h+sys/time.h
3871         include.
3873 Mon Apr 29 02:48:26 1996  Ulrich Drepper  <drepper@cygnus.com>
3875         * ctype/ctype-info.c: (__ctype_width): New variable.
3876         (__ctype_names): Initialize correctly without offset.
3878         * locale/C-collate.c, locale/C-ctype.c,
3879         locale/C-messages.c, locale/C-monetary.c,
3880         locale/C-numeric.c, locale/C-time.c: Change copyright.
3882         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Correct
3883         endianess for initialization value.
3885         * locale/lc-ctype.c (current): Add parameter for offset.
3886         (__ctype32_b, __ctype_width): Add initialization for these
3887         variables.
3889         * locale/programs/charmap.c: Finish support for WIDTH information.
3890         (new_width): New function.
3892         * locale/programs/charset.h (width_rule): new data structure.
3893         (charset_t): Add elements for width information.
3895         * locale/programs/ld-ctype.c (locale_ctype_t): Add element
3896         for width information.
3897         (allocate_arrays): Add new argument for charset.
3898         (ctype_finish): Make sure all characters named in charset
3899         width table are known to name table.
3900         (ctype_output): Correct handling of class and map name
3901         information and write out width information.
3902         (find_idx): Prepare for being called with NULL pointer as
3903         TABLE argument.  This means only allocate name entry.
3904         (allocate_arrays): Correct handling of array element -1.
3905         Because EOF == -1 the value of element 127 must *not* be
3906         mirrored here.
3907         Fill width information from charset tables.
3909         * locale/programs/localedef.c (main): Correct loop over all
3910         categories after change of order from Thu Mar 28 14:22:51 1996.
3911         Add new charset argument to call of `write_all_categories'.
3913         * locale/programs/locales.h (ctype_finish, ctype_output): New
3914         charset argument.
3916         * locale/programs/locfile.c (write_all_categories): Call
3917         `ctype_output' with additional argument charset.
3919         * posix/getconf.c (vars): Add _POSIX_SYNC_IO, _POSIX_ASYNC_IO,
3920         and _POSIX_PRIO_IO definitions.
3922         * posix/posix2_lim.h: Add definition of _POSIX2_CHARCLASS_NAME_MAX
3923         and CHARCLASS_NAME_MAX.
3925         * posix/unistd.h: Document _POSIX_SYNC_IO, _POSIX_ASYNC_IO,
3926         and _POSIX_PRIO_IO.
3928         * stdlib/grouping.h: Prepare for use in wide string functions.
3930         * stdlib/stdlib.h: Correct prototypes for __strto*_internal
3931         functions.
3933         * stdlib/strtod.c: Extend for use as `wcsto{f,d,ld}'.
3935         * stdlib/strtol.c: Extend for use as `wcsto{l,ul,q,uq}'.
3937         * string/strcoll.c: Extend for use as `wcscoll'.
3939         * string/strxfrm.c: Extend for use as `wcsxfrm'.
3941         * sysdeps/generic/confname.h: Add definition of _PC_SYNC_IO,
3942         _PC_ASYNC_IO, _PC_PRIO_IO and _SC_CHARCLASS_NAME_MAX.
3944         * sysdeps/generic/stpncpy.c: Correct return value.
3946         * sysdeps/posix/fpathconf.c: Add handling of _PC_SYNC_IO,
3947         _PC_ASYNC_IO, and _PC_PRIO_IO.
3949         * sysdeps/posix/sysconf.c: Add handling of _SC_REALTIME_SIGNALS,
3950         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
3951         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC,
3952         _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE,
3953         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_SEMAPHORES,
3954         _SC_SHARED_MEMORY_OBJECTS, and _SC_CHARCLASS_NAME_MAX.
3955         * sysdeps/stub/sysconf.c: Ditto.
3956         * sysdeps/unix/sysv/sysv4/sysconf.c: Ditto.
3958         * sysdeps/unix/sysv/linux/Dist: Add sys/sysctl.h.
3960         * sysdeps/unix/sysv/linux/Makefile [subdir == misc]
3961         (sysdep_routines): Add s_sysctl and sysctl.
3963         * sysdeps/unix/sysv/linux/sys/mman.h: Add declaration of mremap.
3965         * sysdeps/unix/sysv/linux/sys/socket.h: New file.  Wrapper
3966         around kernel header.
3968         * sysdeps/unix/sysv/linux/sys/sysctl.h: New file.  Define
3969         interface to `sysctl' function.
3971         * sysdeps/unix/sysv/linux/syscalls.list: Add mremap and _sysctl.
3973         * sysdeps/unix/sysv/linux/sysconf.c: Add handling of
3974         _SC_CHARCLASS_NAME_MAX.
3976         * sysdeps/unix/sysv/linux/sysctl.c: new file.  Implement caller
3977         of _sysctl system call.
3979         * sysvipc/Makefile (routines): Add ftok.
3981         * sysvipc/ftok.c: use variable `proj_id' not `id'.  Patch by
3982         David Mosberger-Tang.
3984         * wcsmbs/Makefile (routines): Add wcpcpy, wcpncpy, wcstol,
3985         wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll,
3986         wcsxfrm, wcwidth, and wcswidth.
3988         * wcsmbs/wchar.h: Add declarations for wcpcpy, wcpncpy, wcstol,
3989         wcstoul, wcstoq, wcstouq, wcstod, wcstold, wcstof, wcscoll,
3990         wcsxfrm, wcwidth, and wcswidth.
3991         Declare internal interfaces for wcsto* functions.
3992         [OPTIMIZE]: Define inline functions for wcsto* functions to
3993         call internal interface functions.
3995         * wcsmbs/wcpcpy.c, wcsmbs/wcpncpy.c: New files.  Implement non-
3996         standard function equivalent to stpcpy/stpncpy.
3998         * wcsmbs/wcscoll.c: Implement `wcscoll' function by using
3999         `strcoll' implementation.
4001         * wcsmbs/wcscpy.c, wcsmbs/wcsncpy.c: Use wint_t instead of
4002         wchar_t.
4004         * wcsmbs/wcstod.c: Implement `wcstod' function by using `strtod'
4005         implementation.
4006         * wcsmbs/wcstof.c: Same for `wcstof'.
4007         * wcsmbs/wcstold.c: Same for `strtold'.
4009         * wcsmbs/wcstol.c: Implement `wcstol' function by using `strtol'
4010         implementation.
4011         * wcsmbs/wcstoq.c: Same for `wcstoq'.
4012         * wcsmbs/wcstoul.c: Same for `wcstoul'.
4013         * wcsmbs/wcstouq.c: Same for `wcstouq'.
4015         * wcsmbs/wcswidth.c: Implement `wcswidth' function from X/Open
4016         CAE.
4017         * wcsmbs/wcwidth.c: Ditto for `wcwidth'.
4018         * wcsmbs/wcwidth.h: Common function for definitions of above two
4019         functions.
4021         * wcsmbs/wcsxfrm.c: Implement `wcsxfrm function by using
4022         `strxfrm implementation.
4024         * wctype/wctype.c: Remove case for `wctype_t' being 16 bit type.
4026         * wctype/wctype.h (wint_t): Protect against multiple definition.
4027         (wctype_t): Always define as `unsigned long int'.
4029         * wctype.h: New file.  Wrapper around wctype/wctype.h.
4031 Tue Apr 30 17:30:46 1996  Miles Bader  <miles@gnu.ai.mit.edu>
4033         * hurd/hurdsig.c (_hurdsig_abort_rpcs): Add timeout argument to
4034         interrupt_operation call.
4035         (_hurdsig_interrupt_timeout): New variable.
4037         * hurd/report-wait.c (describe_number): Correctly allocate space
4038         in DESCRIPTION for the digits in I.
4040 Mon Apr 29 00:11:59 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4042         * hurd/hurdstartup.c (_hurd_split_args): Function removed.
4043         (_hurd_startup): Use argz functions.
4045         * hurd/hurdexec.c: Use argz functions.
4047         * errno.h [!__error_t_defined] (error_t): New type.
4048         * sysdeps/mach/hurd/errnos.awk: #define __error_t_defined after the
4049         typedef in errnos.h.
4051         * string/envz.c, string/envz.h: New files.
4052         * string/argz.h, string/argz-append.c, string/argz-count.c,
4053         string/argz-create.c, string/argz-delete.c, string/argz-extract.c,
4054         string/argz-insert.c, string/argz-stringify.c: New files.
4055         * string/Makefile (routines): Add envz, argz-*.
4056         (headers): Add argz.h, envz.h.
4058 Sun Apr 28 14:14:35 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4060         * sysdeps/unix/sysv/linux/i386/Makefile: New file.
4062 Wed Apr 24 17:35:30  Ulrich Drepper  <drepper@cygnus.com>
4064         * inet/netinet/in.h, socket/sys/socket.h: Move to
4065         sysdeps/generic/netinet/in.h, sysdeps/generic/sys/socket.h.
4066         * netinet/in.h, sys/socket.h: Remove file.
4068         * misc/Makefile (routines): Add fdatasync.
4070         * posix/Makefile (headers): Add sched.h.
4071         (routines): Add nanosleep, sched_setp, sched_getp, sched_sets,
4072         sched_gets, sched_yield, sched_primax, sched_primin, sched_rr_gi.
4074         * posix/getconf.c (vars): Add entries for _POSIX_REALTIME_SIGNALS,
4075         _POSIX_PRIORITY_SCHEDULING, _POSIX_TIMERS, _POSIX_ASYNCHRONOUS_IO,
4076         _POSIX_PRIORITIZED_IO, _POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC,
4077         _POSIX_MAPPED_FILES, _POSIX_MEMLOCK, _POSIX_MEMLOCK_RANGE,
4078         _POSIX_MEMORY_PROTECTION, _POSIX_MESSAGE_PASSING,
4079         _POSIX_SEMAPHORES, _POSIX_SHARED_MEMORY_OBJECTS.
4081         * posix/sched.h: New file.  Header for POSIX scheduling interface.
4083         * posix/unistd.h: Describe options from POSIX.4.
4084         Add declaration of fdatasync.
4086         * sysdeps/generic/confname.h: Add definition for
4087          _SC_REALTIME_SIGNALS, _SC_PRIORITY_SCHEDULING, _SC_TIMERS,
4088         _SC_ASYNCHRONOUS_IO, _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO,
4089         _SC_FSYNC, _SC_MAPPED_FILES, _SC_MEMLOCK, _SC_MEMLOCK_RANGE,
4090         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING,
4091         _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS.
4093         * sysdeps/generic/fdatasync.c: New file.  Default implementation
4094         simply uses fsync.
4096         * sysdeps/generic/netinit/in.h: Moved to here from inet/netinet/in.h.
4098         * sysdeps/generic/schedbits.h: New file.  System dependent
4099         defintion for POSIX.4 scheduling interface.
4101         * sysdeps/generic/sys/socket.h: Moved to here from socket/sys/socket.h.
4103         * sysdeps/stub/nanosleep.c, sysdeps/stub/sched_getp.c,
4104         sysdeps/stub/sched_gets.c, sysdeps/stub/sched_primax.c,
4105         sysdeps/stub/sched_primin.c, sysdeps/stub/sched_rr_gi.c,
4106         sysdeps/stub/sched_setp.c, sysdeps/stub/sched_sets.c,
4107         sysdeps/stub/sched_yield.c: New file:  Stub implementation
4108         for systems missing these POSIX.4 system calls.
4110         * sysdeps/unix/sysv/linux/gnu/types.h,
4111         sysdeps/unix/sysv/linux/ioctls.h: Use kernel header for
4112         data type definitions.
4114         * sysdeps/unix/sysv/linux/netinet/in.h: New file.  Linux
4115         specific version.
4117         * sysdeps/unix/sysv/linux/posix_opt.h: New file.  Define POSIX
4118         options applicable for Linux.
4120         * sysdeps/unix/sysv/linux/syscalls.list: Add definitions for
4121         fdatasync, nanosleep, sched_setparam, sched_getparam,
4122         sched_setscheduler, sched_getscheduler, sched_yield,
4123         sched_get_priority_max, sched_get_priority_min, and
4124         sched_rr_get_interval.
4126         * sysdeps/unix/sysv/linux/sysconf.c: Add handling of POSIX.4
4127         options.
4129         * sysdeps/unix/sysv/linux/termbits.h: Use kernel headers.
4131         * time/sys/time.h: Remove definition of `struct timespec'.
4133         * time/time.h (struct timespec): Move definition to here.
4135 Fri Apr 26 01:55:07 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4137         * malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC.
4139 Thu Apr 25 15:49:57 1996  Miles Bader  <miles@gnu.ai.mit.edu>
4141         * sysdeps/mach/hurd/getcwd.c (__getcwd): When we find a match in
4142         the scan for a name, avoid doing another readdir (which overwrites
4143         NENTRIES, and was resulting in a bogus ENOENT).
4145         * sysdeps/mach/hurd/fcntl.c (__fcntl): Add missing break after F_SETFL.
4147 Wed Apr 24 00:22:42 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4149         * stdio/internals.c (seek_to_target): Set errno if seek function
4150         returns the wrong offset.
4152         * wcsmbs/wcsrtombs.c [! EILSEQ] (EILSEQ): Define to EINVAL.
4153         * wcsmbs/wcrtomb.c: Likewise.
4155         * stdio-common/vfprintf.c: Include errno.h.
4157 Tue Apr 23 21:09:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>
4159         * hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new
4160         variable, LUCKY, to use instead of setting D to -1 (which fouls
4161         things up).
4163 Tue Apr 23 15:56:56 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4165         * config.h.in (HAVE_REGEX): New macro.
4167         * sysdeps/unix/syscalls.list: Add statfs, fstatfs.
4168         * io/Makefile (headers): Add sys/statfs.h, statfsbuf.h.
4169         (routines): Add statfs, fstatfs.
4170         * sysdeps/mach/hurd/statfs.c: New file.
4171         * sysdeps/mach/hurd/fstatfs.c: New file.
4172         * sysdeps/stub/fstatfs.c: New file.
4173         * sysdeps/stub/statfs.c: New file.
4174         * io/sys/statfs.h: New file.
4175         * sysdeps/generic/statfsbuf.h: New file.
4176         * sysdeps/unix/sysv/linux/statfsbuf.h: New file.
4178 Tue Apr 23 00:06:47 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4180         * malloc/Makefile (gmalloc-routines): Add valloc back here.
4181         (dist-routines): Remove it here.
4182         * malloc/valloc.c [_MALLOC_INTERNAL && GMALLOC_INHIBIT_VALLOC]
4183         (ELIDE_VALLOC): Define it.
4184         [! ELIDE_VALLOC]: Make whole file conditional on this.
4185         * malloc/malloc.h (valloc): Make decl conditional on
4186         [!GMALLOC_INHIBIT_VALLOC] instead of [!emacs].
4188 Mon Apr 22 00:02:19 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4190         * MakeTAGS: Include version.mk.
4191         (po/SYS_libc.pot): Add missing / in sed s cmd.
4193 Sat Apr 20 18:13:00 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4195         * Makerules (no-whole-archive): Test $(have-no-whole-archive), not
4196         $(libc_cv_ld_no_whole_archive).
4198 Sat Apr 20 17:07:17 1996  Ulrich Drepper  <drepper@cygnus.com>
4200         * assert/assert.h, ctype/ctype.h, dirent/dirent.h, errno.h,
4201         grp/grp.h, io/fcntl.h, io/sys/stat.h, io/utime.h, locale/locale.h,
4202         math/math.h, misc/nlist.h, misc/sgtty.h, misc/sys/file.h,
4203         misc/sys/ioctl.h, misc/sys/uio.h, posix/sys/times.h,
4204         posix/sys/types.h, posix/sys/utsname.h, posix/sys/wait.h,
4205         posix/tar.h, posix/wordexp.h, pwd/pwd.h, resource/sys/vlimit.h,
4206         resource/sys/vtimes.h, setjmp/setjmp.h, signal/signal.h,
4207         stdio-common/printf.h, stdlib/alloca.h, stdlib/stdlib.h,
4208         string/string.h, sysdeps/generic/sigaction.h,
4209         sysdeps/generic/sigset.h, sysdeps/generic/sys/ptrace.h,
4210         sysdeps/generic/sys/ptrace.h, sysdeps/unix/bsd/osf/sigaction.h,
4211         sysdeps/unix/sysv/linux/sys/ptrace.h,
4212         sysdeps/unix/sysv/minix/sigaction.h,
4213         sysdeps/unix/sysv/sco3.2.4/sigaction.h,
4214         sysdeps/unix/sysv/sysv4/sigaction.h,
4215         sysdeps/unix/sysv/sysv4/sigset.h, termios/termios.h,
4216         time/sys/time.h, time/time.h: Fix copyright comment.
4218 Fri Apr 19 00:49:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4220         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): If uids and gids are
4221         not given in stack aux vector, fetch them with syscalls.
4223         * stdlib/rpmatch.c (rpmatch: try): Take new arg NOMATCH, return value
4224         for nonmatching nonerror (instead of !MATCH).
4225         (rpmatch): Use it, so we return -1 when NOEXPR doesn't match either.
4227         * resolv/getnetnamadr.c (getnetbyaddr): Use u_int32_t instead of
4228         unsigned long for variable NET2.
4230         * time/etcetera, time/europe, time/solar89: Updated from ADO's 96e.
4232 Tue Apr  9 14:37:31 1996  Ulrich Drepper  <drepper@cygnus.com>
4234         * catgets/Makefile, catgets/catgets.c, catgets/catgetsinfo.h,
4235         catgets/config.h, catgets/gencat.c, catgets/nl_types.h,
4236         catgets/open_catalog.c: New files.  Implementation of XPG4
4237         compliant catgets() function and needed tools.
4238         * Makefile (subdirs): Add catgets.
4240 Thu Apr 18 23:36:11 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4242         * math/Makefile (CPPFLAGS): Append -D__NO_MATH_INLINES.
4244 Wed Apr 10 20:48:43 1996  Ulrich Drepper  <drepper@cygnus.com>
4246         * stdio-common/vfprintf.c: Correct some typos.
4248         * sysdeps/libm-ieee754/w_gammaf.c, sysdeps/libm-ieee754/w_lgamma.c,
4249         sysdeps/libm-ieee754/w_lgammaf.c: Reference signgam instead of
4250         __signgam.
4252 Thu Apr 18 21:07:27 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
4254         * Makerules (no-whole-archive): New variable.
4255         (build-shlib): Use it.
4256         * elf/Makefile (libdl.so): Use it.
4257         * configure.in (libc_cv_ld_no_whole_archive): New check for
4258         --no-whole-archive.
4259         * config.make.in (have-no-whole-archive): New variable.
4261         * stdio-common/printf_fp.c: Increase fudge factor for BIGNUM_SIZE calc
4262         from 3 to 4.
4264         * Make-dist: Include version.mk.
4265         (version, release): Variables removed.
4266         * Makeconfig (version.mk): New target.
4268 Fri Apr 19 01:42:18 1996  Ulrich Drepper  <drepper@cygnus.com>
4270         * locale/Makefile (headers): Add langinfo.h.
4271         (CPPFLAGS): Remove -Iliblib.
4273 Mon Apr 15 16:49:04 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4275         * malloc/memalign.c, malloc/malloc.h [__DJGPP__ == 1]: Elide memalign
4276         function and its declaration.
4278 Wed Apr 10 14:13:45 1996  Miles Bader  <miles@gnu.ai.mit.edu>
4280         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Store
4281         MACH_PORT_DEAD in the thread reply-port variable before destroying
4282         the signal handler's reply port, to avoid infinite recursion.
4284 Mon Apr  8 18:27:17 1996  Miles Bader  <miles@gnu.ai.mit.edu>
4286         * sysdeps/mach/gettimeofday.c (__gettimeofday): Don't fail if the
4287         user passes in TZ, just zero it (emacs passes in a dummy variable,
4288         and rms says the hurd should be the one to change).
4290 Sun Apr  7 10:37:30 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4292         * sysdeps/mach/hurd/fork.c: Don't leak send rights to the child's proc
4293         port in the parent.
4295 Fri Apr  5 17:43:41 1996  Miles Bader  <miles@gnu.ai.mit.edu>
4297         * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Store
4298         MACH_PORT_DEAD in the thread reply-port variable before destroying
4299         the signal handler's reply port to avoid infinite recursion.
4300         * sysdeps/mach/hurd/mig-reply.c (__mig_dealloc_reply_port): Only
4301         attempt to destroy PORT if it's a valid port name.
4303 Wed Apr  3 17:10:44 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4305         * extra-lib.mk: Put libs in $(common-objpfx) instead of $(objpfx).
4306         * Makerules ($(install-lib) rules): Find libs with $(common-objpfx)
4307         instead of $(objpfx).
4309 Tue Apr  2 21:27:01 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4311         * posix/glob.c (glob_pattern_p): Avoid scanning past eos if
4312         the pattern ends with a backslash and quoting is enabled.
4313         * posix/fnmatch.c (fnmatch): Likewise; return FNM_NOMATCH for such
4314         patterns.
4316 Mon Apr  1 13:34:55 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4318         * stdio-common/tst-printf.c (main): Add new test case.
4320         * sysdeps/generic/setenv.c (unsetenv): Use old-style definition.
4322 Mon Apr  1 11:39:10  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
4324         * stdlib/strtod.c (STRTOD): Fix handling of American style FP
4325         numbers.
4327         * stdio-common/vfprintf.c (vfprintf): Don't increment format
4328         string pointer twice after seeing `*'.
4330 Sun Mar 31 17:31:54 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4332         * MakeTAGS (po/SYS_libc.pot): Prepend header processed from
4333         po/header.pot.
4335 Sun Mar 31 18:07:32 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
4337         * locale/Makefile (others, install-bin): Compiling locale works
4338         again.
4339         (locale-modules): locale has no --dump option anymore.  Remove
4340         ctypedump.
4342         * locale/programs/config.h: Don't declare euidaccess.
4343         Use #include_next to get libc's config.h.
4345         * locale/programs/ctypedump.c: Not needed anymore.  Dump option
4346         of locale is removed.
4348         * locale/programs/locale.c: Adapt for new locale implementation.
4350         * stdio-common/_itoa.h (_itoa_word): Define as inline function.
4351         * stdio-common/_itoa.c (_itoa_lower_digits, _itoa_upper_digits):
4352         Don't declare static because used in _itoa_word inline function.
4354         * stdio-common/printf-parse.h: Prepare for use in wide-char
4355         stdio implementation.
4356         (find_spec): Take additional argument to work with mbrlen instead
4357         of mblen.
4358         (parse_one_spec): Ditto.
4360         * stdio-common/printf-prs.c: Prepare for use in wide-char
4361         stdio implementation.
4363         * stdio-common/printf.h: Mark change for wide-char handling.
4364         Changing it now would result in incompatibilities.
4366         * stdio-common/vfprintf.c: New and fast implementation.
4368         * wcsmbs/Makefile (routines): Remove pre-ISO C multibyte functions
4369         mbsadvance, mbscat, mbschr, mbscmp, mbscpy, mbsdup, mbslen,
4370         mbsncat, mbsncmp, mbsncpy, mbsrchr, mbstomb.
4371         Change wcswcs to wcsstr.
4372         Add wmemchr, wmemcmp, wmemcpy, wmemmove, wmemset, btowc, wctob,
4373         mbsinit, mbrlen, mbrtowc, wcrtomb, mbsrtowcs, wcsrtombs.
4375         * wcsmbs/btowc.c, wcsmbs/mbrlen.c, wcsmbs/mbrtowc.c,
4376         wcsmbs/mbsinit.c, wcsmbs/mbsrtowcs.c, wcsmbs/wchar.h,
4377         wcsmbs/wcrtomb.c, wcsmbs/wcsrtombs.c, wcsmbs/wcsstr.c,
4378         wcsmbs/wctob.c, wcsmbs/wmemchr.c, wcsmbs/wmemcmp.c,
4379         wcsmbs/wmemcpy.c, wcsmbs/wmemmove.c, wcsmbs/wmemset.c: New
4380         function according to ISO C amendment 1.
4381         * wchar.h: Wrapper around "wcsmbs/wchar.h".
4383         * wcsmbs/wcscat.c, wcsmbs/wcschr.c, wcsmbs/wcscmp.c,
4384         wcsmbs/wcscpy.c, wcsmbs/wcscspn.c, wcsmbs/wcsdup.c,
4385         wcsmbs/wcslen.c, wcsmbs/wcsncat.c, wcsmbs/wcsncmp.c,
4386         wcsmbs/wcsncpy.c, wcsmbs/wcspbrk.c, wcsmbs/wcsrchr.c,
4387         wcsmbs/wcsspn.c, wcsmbs/wcstok.c: Changed to conform with ISO C
4388         amendment 1.
4390         * wcsmbs/mbsadvance.c, wcsmbs/mbscat.c, wcsmbs/mbschr.c,
4391         wcsmbs/mbscmp.c, wcsmbs/mbscpy.c, wcsmbs/mbsdup.c,
4392         wcsmbs/mbslen.c, wcsmbs/mbsncat.c, wcsmbs/mbsncmp.c,
4393         wcsmbs/mbsncpy.c, wcsmbs/mbsrchr.c, wcsmbs/mbstomb.c,
4394         wcsmbs/mbstr.h, wcsmbs/wcstr.h, wcsmbs/wcswcs.c: Removed.
4395         Implement functions from early drafts, not part of final standard.
4397 Sun Mar 31 16:50:41 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4399         * setjmp/setjmp.h (jmp_buf): Change gratuitous struct tag name to
4400         __jmp_bug_tag so its C++ implicit typedef does not conflict with the
4401         __jmp_buf typedef.
4403         * Makerules (BUILD_CFLAGS) [! objdir]: Use $(..)config.h when
4404         compiling in the source directories.
4406 Fri Mar 29 16:26:35 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4408         * sysdeps/libm-ieee754/w_gamma.c: Use signgam instead of __signgam.
4409         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4411 Fri Mar 29 11:29:46 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4413         * sysdeps/libm-ieee754/s_signgam.c (signgam): Renamed to __signgam,
4414         with weak alias signgam.
4416 Thu Mar 28 18:32:34 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4418         * Makeconfig (+cflags, +gcc-nowarn): Use gcc flags unconditionally.
4420 Thu Mar 28 14:22:51 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4422         * sunrpc/rpc_main.c (main): Call textdomain.
4424         * MakeTAGS (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): Add
4425         --no-location.
4426         (all-pot): Replace $(subdirs) files with $P/subdirs.pot.
4427         ($P/subdirs.pot): New target.
4428         ($P/SYS_libc.pot): Add -n switch.
4430         * locale/locale.h (LC_*): Values reordered to match Linux libc.
4432         * sysdeps/mach/hurd/kill.c: If proc_pid2task gives us MACH_PORT_NULL
4433         the process is a zombie; send no messages and return success.
4435 Thu Mar 28 11:53:26 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4437         * wctype/cname-lookup.h: Find localeinfo.h in ../locale.
4438         * wctype/wctype.c: Likewise.
4439         * wctype/wctrans.c: Likewise.
4441 Thu Mar 28 03:00:43 1996  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
4443         * locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of
4444         DATA->strings.
4446         * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h.
4448         * configure.in (.weakext check): Fix asm code to use .weakext instead
4449         of .weak!  Fix bogus test calls.
4450         * configure: Regenerated.
4452 Thu Mar 28 03:25:10 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4454         * locale/programs/xmalloc.c: Test _LIBC as well as STDC_HEADERS.
4456         * locale/programs/ld-collate.c (collate_finish): Use error_at_line
4457         instead of error_with_loc.
4459         * locale/weight.h: Use u_int32_t instead of u32_t.
4460         * string/strxfrm.c: Likewise.
4462         * string/strxfrm.c: Find weight.h in ../locale; don't #include
4463         "localeinfo.h".
4464         * string/strcoll.c: Likewise.
4466         * intl/Makefile (copysrc): Add missing > in sed cmd.
4468 Sat Mar 23 17:52:49 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
4470         * Makeconfig: Rename Makefile variable nlsdir to i18ndir and
4471         change value to $(datadir)/i18n.  `nls' is not an appropriate
4472         name.
4474         * Makefile (subdirs): Add new subdir wctype.
4476         * ctype/ctype-info.c: Add new global variable __ctype_names
4477         and initialize from _nl_C_LC_CTYPE.
4479         * ctype/ctype.h: In P1003.3b/D11 `alnum' is a separate character
4480         class.  Use bit 11.
4481         [_ISbit]: Protect definition of bitmasks because they are also
4482         used in wctype.h.
4484         * libio/genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag
4485         after successfully pushing back a character.
4487         Fundamental changes in locale implementation.  Almost nothing
4488         from the old code is used anymore.
4489         * locale/charmap.c, locale/collate.c, locale/config.h,
4490         locale/ctypedump.c, locale/hash.h, locale/keyword.gperf,
4491         locale/keyword.h, locale/loadlocale.c, locale/locale-ctype.c,
4492         locale/locale.c locale/localeconv.c, locale/localedef.c,
4493         locale/localedef.h, locale/locfile-hash.c, locale/locfile-lex.c,
4494         locale/locfile-parse.c, locale/messages.c, locale/monetary.c,
4495         locale/numeric.c, locale/setlocale.c, locale/token.h,
4496         locale/xmalloc.c: Removed.
4498         * locale/Makefile: Update for new locale implementation with
4499         program source code distributed in subdir.
4501         * locale/categories.def, locale/iso-4217.def: Updated file
4502         for new locale implementation.
4504         * locale/langinfo.h: Updated for new locale implementation.
4505         (ERA_D_T_FMT, ERA_T_FMT): New official values according to
4506         P1003.2b/D11.
4507         (_NL_COLLATE_NRULES, _NL_COLLATE_RULES, _NL_COLLATE_HASH_SIZE,
4508         _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_TABLE_EB,
4509         _NL_COLLATE_TABLE_EL, _NL_COLLATE_UNDEFINED, _NL_COLLATE_EXTRA_EB,
4510         _NL_COLLATE_EXTRA_EL, _NL_CTYPE_NAMES_EB, _NL_CTYPE_NAMES_EL,
4511         _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS, _NL_CTYPE_CLASS_NAMES,
4512         _NL_CTYPE_MAP_NAMES, _NL_CTYPE_WIDTH): New internal values for
4513         extended LC_CTYPE and LC_COLLATE implementation.
4515         * locale/programs/simple-hash.c, locale/programs/simple-hash.h,
4516         locale/programs/xmalloc.c, locale/programs/xstrdup.c: Helper functions
4517         for locale related programs.
4519         * locale/C-collate.c, locale/C-ctype.c,
4520         locale/C-messages.c, locale/C-monetary.c,
4521         locale/C-numeric.c, locale/C-time.c,
4522         locale/lc-collate.c, locale/lc-ctype.c,
4523         locale/lc-messages.c, locale/lc-monetary.c,
4524         locale/lc-numeric.c, locale/lc-time.c: New implementation of locale
4525         functions, and new generated "C" locale data.
4527         * locale/loadlocale.c: Now handles word fields in locale binary
4528         automatically by changing the endianess if necessary.
4530         * locale/localeinfo.h (LIMAGIC): Changed magic number because
4531         of incompatible changes.
4532         (locale_data): Changed definition to allow word as a value type.
4533         (coll_sort_rule): Values for collation sorting mode.
4534         (_NL_CURRENT_WORD): New macro to access word value of locale entry.
4535         (__collate_table, __collate_extra): Declare new global variables
4536         for collation tables.
4538         * locale/programs/charmap-kw.gperf, locale/programs/charmap-kw.h,
4539         locale/programs/charmap.c, locale/programs/charset.c,
4540         locale/programs/charset.h, locale/programs/config.h,
4541         locale/programs/ctypedump.c, locale/programs/ld-collate.c,
4542         locale/programs/ld-ctype.c, locale/programs/ld-messages.c,
4543         locale/programs/ld-monetary.c, locale/programs/ld-numeric.c,
4544         locale/programs/ld-time.c, locale/programs/linereader.c,
4545         locale/programs/linereader.h, locale/programs/locale.c,
4546         locale/programs/localedef.c, locale/programs/locales.h,
4547         locale/programs/locfile-kw.gperf, locale/programs/locfile-kw.h,
4548         locale/programs/locfile-token.h, locale/programs/locfile.c,
4549         locale/programs/locfile.h, locale/programs/stringtrans.c,
4550         locale/programs/stringtrans.h: Implementation of locale related
4551         programs.
4553         * locale/weight.h: Functions to access collation tables.
4555         * posix/unistd.h: Define _POSIX2_LOCALEDEF.
4557         * stdio-common/printf_fp.c: Fix bug with printing certain numbers
4558         < 10^-1.  Reported by Bill Metzenthen.
4560         * stdio-common/tfformat.c: Add new test for above bug.
4562         * string/strcoll.c, string/strxfrm.c: Real implementation of
4563         string collation according to ISO C.
4565         * wctype/Makefile, wctype/cname-lookup.h, wctype/iswctype.c,
4566         wctype/test_wctype.c, wctype/towctrans.c, wctype/wcfuncs.c,
4567         wctype/wctrans.c, wctype/wctype.c, wctype/wctype.h: New files.
4568         Implementation of wide character classes and mapping.
4570 Wed Mar 27 14:52:11 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4572         * elf/rtld.c (dl_main): Call _dl_sysdep_start_cleanup after
4573         _dl_relocate_object loop.  Avoid relocating RTLD_MAP in that loop, and
4574         do it individually if necessary after _dl_sysdep_start_cleanup call.
4576         * stdlib/Makefile (mpn-routines): Add divrem.
4578 Tue Mar 26 22:54:14  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
4580         * stdio-common/printf_fp.c (__printf_fp): Use mpn_divmod
4581         instead of __mpn_divmod.
4583 Wed Mar 27 10:26:21 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4585         * sysdeps/alpha/setjmp.S: Must establish global pointer before
4586         address of __sigsetjmp_aux can be loaded.
4588 Wed Mar 27 02:23:19 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>
4590         * sysdeps/i386/i586/memset.S: New file.  Highly optimized
4591         version for i586 contributed by Torbjorn Granlund.
4592         Adapted for use as bzero.
4593         * sysdeps/i386/i586/bzero.S: Use sysdeps/i386/i586/memset.S
4594         code to implement bzero().
4596 Tue Mar 26 20:01:17 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4598         * stdlib/Makefile (mpn-routines): Remove divmod.
4600 Tue Mar 26 15:40:14 1996  Brendan Kehoe  <brendan@zen.org>
4602         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use
4603         wrapped with #ifndef, to avoid config.h defining it.
4605 Mon Mar 25 13:10:04 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4607         * malloc/realloc.c (_realloc_internal): In case of growing large
4608         block, leave _heaplimit zero across _malloc_internal call.
4610         * intl/Makefile [gettext-srcdir]: Use gpl2lgpl.sed on copied sources.
4612 Mon Mar 25 03:35:16 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4614         * malloc/malloc.c (morecore): Don't attempt recursive realloc of info
4615         table when _heaplimit==0 during realloc growing large block.
4617         * MakeTAGS (extract): Remove /dev/null from xgettext command line.
4618         (text-srcs): New variable: extract only C sources from $(tags_sources).
4619         (po/$(domain).pot): Depend on that.
4620         If it's empty, cp /dev/null $@ instead of $(extract).
4622         * misc/Makefile (headers): Add iovec.h.
4623         * sysdeps/unix/sysv/linux/iovec.h: New file.
4624         * sysdeps/generic/iovec.h: New file.
4625         * misc/sys/uio.h (struct iovec): Type replaced with #include <iovec.h>.
4627         * configure.in (NO_UNDERSCORES check): Use AC_TRY_LINK instead of
4628         AC_TRY_COMPILE.
4630         * misc/sys/cdefs.h [__USE_BSD] (const, signed, volatile): Move these
4631         macros inside [! __STDC__].
4633         * stdlib/rpmatch.c: New file.
4634         * stdlib/Makefile (routines): Add rpmatch.
4635         * stdlib/stdlib.h [__USE_SVID]: Declare rpmatch.
4637         * MakeTAGS (MSGJOIN): Variable removed.
4638         (po/SYS_libc.pot): Use $(XGETTEXT) instead of $(MSGJOIN).
4640 Wed Mar 20 20:08:46 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4642         * sysdeps/unix/sysdep.h: Don't define C_SYMBOL_NAME.
4644         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Don't define
4645         NO_UNDERSCORES.
4647 Thu Mar 21 11:19:15 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4649         * mach/devstream.c (input): Translate \r to \n on input.
4651 Wed Mar 20 11:28:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4653         * stdio-common/printf.h, stdio-common/printf_fp.c,
4654         stdio-common/vfprintf.c: Place const in parameter list at
4655         correct place.
4657 Wed Mar 20 23:58.12 1996  Ulrich Drepper <drepper@gnu.ai.mit.edu>
4659         * sysdeps/i386/ldbl2mpn.c: Copy of former version of
4660         sysdeps/ieee754/ldbl2mpn.c.
4661         * sysdeps/ieee754/ldbl2mpn.c: Remove i386 specific unification.
4662         Reported by Andreas Schwab.
4664 Wed Mar 20 19:58:43 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4666         * version.c: Include version.h to define RELEASE and VERSION macros.
4667         (__libc_release, __libc_version): Use them.
4668         * locale/SYS_libc.c (_libc_intl_domainname): Include ../version.h and
4669         use VERSION to define domainname as `SYS_GNU_libc-VERSION'.
4670         * Make-dist (rel+vers): Snarf the macro values from version.h.
4672         * MakeTAGS (extract): Pass $(XGETTEXTFLAGS-$(@F)).
4673         (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): New variables;
4674         pass -a for these files.
4676         * Makerules (po/%.pot): Depend on FORCE target so recursive make is
4677         always run.
4679 Mon Mar 18 22:54:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4681         * sysdeps/unix/sysv/linux/wait3.c: New file.
4682         * sysdeps/unix/sysv/linux/wait.c: Use the bsd4.4 wait, not the
4683         one from sysdeps/posix.
4685 Wed Mar 20 09:42:11 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4687         * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.
4689         * elf/dl-load.c (_dl_map_object_from_fd): Always set L->l_type; if not
4690         lt_executable, then lt_library.
4691         * elf/rtld.c (dl_main): Don't set NEW->l_type after _dl_map_object.
4693 Wed Mar 20 00:08:23 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4695         * sysdeps/unix/sysv/linux/syscalls.list: Remove gtty and stty.
4697 Tue Mar 19 16:31:06 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4699         * sysdeps/unix/sysv/linux/termbits.h (CRTSCTS, CBAUDEX, VEOL,
4700         VEOL2, VMIN, VTIME): Corrected.
4701         (PAGEOUT, WRAP, VDSUSP): Deleted.
4703 Tue Mar 19 14:18:42 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4705         * sysdeps/unix/readdir.c: Test [! _DIRENT_HAVE_D_RECLEN] instead of
4706         (sizeof (DP->d_name) > 1) to detect fixed-size dir entries.
4708         * sysdeps/i386/fpu/__math.h (asinh): Call log1p instead of __log1p.
4710         * math/math.h: Move M_* constants before __math.h include.
4711         [__NO_MATH_INLINES || __OPTIMIZE__]: Include __math.h only #if this.
4713         * misc/efgcvt_r.c (ecvt_r): Declare floor, log10, fabs as weak extern.
4714         If log10 is not defined (i.e. no -lm), use stupid loop instead.
4716         * features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined
4717         and no other _*_SOURCE macro is.
4718         (_GNU_SOURCE): Don't define by default.
4719         * libc-symbols.h (_GNU_SOURCE): Define it.
4721         * configure.in (alpha*-*-linux*): Unset $gnu_ld and $elf.
4723         * config.make.in (weak-symbols): Variable removed.
4724         * configure.in (--with-weak-symbols): Option removed.
4725         (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE):
4726         New tests.
4728         * config.h.in (HAVE_WEAK_SYMBOLS): #undef removed.
4729         (NO_UNDERSCORES, HAVE_ASM_WEAK_DIRECTIVE, HAVE_ASM_WEAKEXT_DIRECTIVE):
4730         New #undefs.
4731         * libc-symbols.h: Use them instead of HAVE_WEAK_SYMBOLS.
4733         * sysdeps/unix/bsd/pause.c: Moved to sysdeps/unix/common/pause.c.
4735 Mon Mar  4 20:17:28 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4737         * inet/inet_lnaof.c: Use u_int32_t instead of u_long.
4738         * inet/inet_mkadr.c: Likewise.
4739         * inet/inet_net.c: Likewise.
4740         * inet/inet_netof.c: Likewise.
4741         * inet/rcmd.c: Likewise.
4742         * inet/arpa/inet.h: Likewise.
4743         * inet/netinet/in.h: Likewise.
4744         * inet/netinet/tcp.h: Likewise.
4745         * inet/protocols/rwhod.h: Likewise.
4746         * inet/protocols/talkd.h: Likewise.
4747         * resolv/inet_addr.c: Likewise.
4749         * sysdeps/unix/sysv/linux/adjtime.c: Use INT_MAX instead of LONG_MAX.
4751         * sysdeps/unix/sysv/Makefile (sysdep_routines): Don't add s_getdents.
4753         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add mount,
4754         umount.
4756         * sysdeps/alpha/__math.h (atan, cabs): New functions.
4758         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: new file (syscall
4759         expects set-value, not pointer to it).
4761 Sun Feb 25 22:36:10 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4763         * sysdeps/unix/sysv/linux/alpha/profil-counter.h: New file.
4765         * gmon/gmon.c (__bb_head): new variable.
4766         (write_hist, write_call_graph, write_bb_counts): new functions.
4767         (_mcleanup): modified to call above functions instead of directly
4768         writing out gmon.out.
4769         * gmon/sys/gmon.h (struct __bb): New type.
4770         (struct gmonhdr): Type removed.
4771         (struct gmonparam): New member `log_hashfraction'.
4772         (GMONVERSION): Macro removed.
4774         * gmon/sys/gmon_out.h, gmon/bb_exit_func.c,
4775         sysdeps/generic/bb_init_func.c, sysdeps/alpha/bb_init_func.S: new
4776         files.
4777         * gmon/Makefile (headers): Add sys/gmon_out.h.
4778         (routines): Add bb_init_func, bb_exit_func.
4780         * gmon/mcount.c: Avoid integer division.
4782 Wed Feb 21 23:56:41 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4784         * sysdeps/alpha/setjmp.S: switched order in which sp and fp are
4785         passed to match what __sigsetjmp_aux() expects.
4787 Tue Feb 20 11:33:46 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4789         * sysdeps/unix/sysv/linux/alpha/syscalls.list (select, bind,
4790         connect, getpeername, getsockname, listen, recv, recvfrom,
4791         recvmsg, send, sendmsg, sendto, setsockopt, shutdown, socketpair):
4792         added to override same-name assembly file in the parent directory.
4794         * stdlib/stdlib.h: add include of sys/types.h in front of random
4795         etc declarations to ensure int32_t is declared.
4797         * stdlib/random.c, stdlib/random_r.c: replaced "long int" by int32_t
4798         where 32 bit integers are required.  Also change LONG_MAX into
4799         0x7fffffff since the intent is to turn off the sign bit in a
4800         32 bit integer.
4802         * time/offtime.c (__offtime): Use Paul Eggert's code to deal
4803         with very large values for "days" (e.g., 64 bit values).
4805 Mon Feb 19 22:22:12 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4807         * stdlib/stdlib.h (__random, __random_r, random_r, struct
4808         random_data): use int32_t instead of `long int'.
4810 Sat Feb 17 11:29:29 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4812         * sysdeps/unix/sysv/linux/alpha/ioperm.c: new file.
4814         * sysdeps/alpha/ffs.S: new file.
4816         * sysdeps/alpha/fabs.c: File removed.
4818         * time/tzfile.c (__tzfile_read): counter variable is i, *not*
4819         num_transitions!
4821         * time/offtime.c: make capable of dealing with very large (64 bit)
4822         time_t values.  Use old algorithm until a year is reached that
4823         is an integer multiple of 400, then use DAYS_PER_400_YEARS to
4824         do the remainder in a single division.
4826         * sysdeps/generic/ffs.c (ffs): fix variable declarations to
4827         be unsigned int, not unsigned long.
4829         * string/test-ffs.c (main): add test case with all upper bits
4830         set.
4832         * stdlib/tst-strtol.c: add tests cases for machines where
4833         sizeof(long)==8.
4835         * stdlib/testrand.c (main): disallow rand() to return negative
4836         integers.
4838         * stdlib/testmb.c (main): fix format to use %lx instead of %x.
4840         * stdlib/stdlib.h: on 64 bit machines, declare
4841         struct random_data, __random(),  __random_r, and random_r to
4842         return "int" instead of "long int".
4844         * stdlib/random_r.c: 64 bit machines use "int" instead of "long
4845         int".  Similarly, use INT_MAX instead of LONG_MAX.
4847         * stdlib/random.c: on 64 bit machines, randtbl[] and __random[]
4848         need to operate on "int" instead of "long int".
4850         * locale/locfile-hash.c (compute_hashval): make shifted constant
4851         a long to avoid loosing bits on 64 bit machines.
4853         * dirent/tst-seekdir.c (main): fix confusing comment; print
4854         a line to mark point where directory is rewound.
4856 Fri Feb 16 15:01:49 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4858         * time/strftime.c (strftime): any hour > 11 is PM (not > 12!).
4860 Wed Feb 14 00:21:17 1996  David Mosberger-Tang  <davidm@azstarnet.com>
4862         * sysdeps/unix/sysv/linux/alpha/Makefile,
4863         sysdeps/unix/sysv/linux/alpha/brk.S,
4864         sysdeps/unix/sysv/linux/alpha/fpu_control.c,
4865         sysdeps/unix/sysv/linux/alpha/fpu_control.h,
4866         sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S,
4867         sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S,
4868         sysdeps/unix/sysv/linux/alpha/pipe.S,
4869         sysdeps/unix/sysv/linux/alpha/setfpucw.c,
4870         sysdeps/unix/sysv/linux/alpha/sigprocmask.c,
4871         sysdeps/unix/sysv/linux/alpha/speed.c,
4872         sysdeps/unix/sysv/linux/alpha/start.S,
4873         sysdeps/unix/sysv/linux/alpha/syscall.S,
4874         sysdeps/unix/sysv/linux/alpha/syscalls.list,
4875         sysdeps/unix/sysv/linux/alpha/alpha/regdef.h,
4876         sysdeps/unix/sysv/linux/alpha/sysdep.S,
4877         sysdeps/unix/sysv/linux/alpha/sysdep.h: New files.
4879         * sysdeps/alpha/setjmp_aux.c (__sigsetjmp_aux): restore return
4880         address register before returning (gcc 2.7.1 doesn't do it,
4881         presumably because $26 is declared as a global variable).
4883         * sysdeps/unix/sysv/linux/sys/mman.h: msync was missing "flags"
4884         argument.
4886         * sysdeps/unix/alarm.c (alarm): do roundup using test & increment
4887         instead of multiplication.
4889         * sysdeps/posix/sleep.c (sleep): initialize sa_mask to mask of
4890         currently blocked signals instead of the empty mask to ensure
4891         that execution of alarm handler occurs with none of the currently
4892         blocked signals enabled.
4894         * sysdeps/unix/alpha/sysdep.h: new file (adapted from OSF/1 version).
4896         * sysdeps/unix/bsd/osf/alpha/sysdep.h: include
4897         sysdeps/unix/alpha/sysdep.h and removed definitions now in that file.
4899         * sysdeps/alpha/divrem.S, sysdeps/alpha/htonl.S,
4900         sysdeps/alpha/htons.S, sysdeps/alpha/machine-gmon.h,
4901         sysdeps/alpha/_mcount.S, sysdeps/alpha/ntohl.s, sysdeps/alpha/ntohs.s,
4902         sysdeps/alpha/strlen.S: New files.
4904         * sysdeps/alpha/divl.S, sysdeps/alpha/divlu.S, sysdeps/alpha/divq.S,
4905         sysdeps/alpha/divqu.S, sysdeps/alpha/divrem.m4,
4906         sysdeps/alpha/macros.m4, sysdeps/alpha/reml.S, sysdeps/alpha/remlu.S,
4907         sysdeps/alpha/remq.S, sysdeps/alpha/remqu.S, sysdeps/alpha/strlen.c:
4908         Removed.
4910         * sysdeps/generic/sbrk.c (__sbrk): argument is of type ptrdiff_t, not
4911         int.
4913         * sysdeps/alpha/__longjmp.c (__longjmp): moved dummy while loop
4914         to end of function to avoid a jump across NOPs.
4916         * sysdeps/alpha/Makefile (sysdep_routines): Removed all rules
4917         pertaining to integer division/remainder routines since new code
4918         doesn't require them.
4920         * sunrpc/xdr_mem.c, sunrpc/xdr_stdio.c: Use 4 instead of sizeof(long)
4921         where 32 bit quantities are consumed/stored.  Various other minor
4922         64-bit cleanups (casting).
4924         * sunrpc/xdr.c (xdr_int): test for sizeof(int)==4 to determine
4925         whether xdr_long or xdr_short should be used to encode an int.
4926         Notice that an xdr_long is 4 bytes independent of the architecture
4927         (otherwise no Alpha could interoperate with existing NFS servers,
4928         for example).  Ditto for enums.
4930         * sunrpc/svc_udp.c (svcudp_recv): changed test from 4*sizeof(u_long)
4931         to 16 since it really wants 16 bytes.
4933         * sunrpc/svc.c (maskp): changed from u_long* to u_int32*.
4935         * sunrpc/rpc/xdr.h (IXDR_GET_LONG, IXDR_PUT_LONG): change casts to
4936         u_int32_t (instead of u_long).
4938         * sunrpc/rpc_cmsg.c (xdr_callmsg), sunrpc/svc_authux.c: increment
4939         "buf" pointer by casting it to a char* first since a long* may be 8
4940         bytes or more and oa->oa_length may be any multiple of 4.
4942         * sunrpc/clnt_udp.c (clntudp_call): replaced sizeof(u_long) by 4
4943         since it really is testing for 32 bits.  Fixed casts to use
4944         u_int32 instead of u_long.
4945         * sunrpc/xdr_rec.c: Likewise.
4947         * sunrpc/clnt_tcp.c (clnttcp_call): replaced u_long by u_int32.
4948         * sunrpc/rpc/auth.h: Likewise.
4950         * limits.h (LONG_MAX, LONG_MIN, ULONG_MAX): use 64 bit values
4951         for Alpha.
4953 Tue Mar 19 13:27:49 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4955         * sysdeps/i386/fpu/__math.h: New file.
4956         Contributed by John C. Bowman <bowman@hagar.ph.utexas.edu>.
4958 Sun Mar 17 00:28:16 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4960         * sysdeps/posix/clock.c: Don't multiply the return value by
4961         CLOCKS_PER_SEC or CLK_TCK.
4963 Mon Mar 18 13:20:46 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4965         * sysdeps/mach/hurd/getcwd.c: Fail with ENOENT if a parent directory
4966         scan finds no match.
4968         * posix/unistd.h (setpgrp): Declare no-arg version unless __FAVOR_BSD.
4969         * misc/bsd-compat.c (setpgrp): New function, two arg version.
4970         * sysdeps/stub/setpgid.c: Remove setpgrp alias.
4971         * sysdeps/mach/hurd/setpgid.c: Likewise.
4972         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
4973         * sysdeps/unix/common/syscalls.list (setpgid): Remove setpgrp alias.
4974         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4975         * sysdeps/unix/sysv/linux/setpgrp.c: Obsolete file removed.
4976         * posix/setpgrp.c (setpgrp): New file.
4977         * posix/Makefile (routines): Add setpgrp.
4979         * elf/Makefile (rtld-link): New canned sequence.
4980         (ld.so, ld-linux.so.1): Use it.  Pass -soname option.
4982         * sysdeps/i386/setjmp.S (__setjmp): Define compatibility entry point.
4984 Sun Mar 17 23:15:32 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4986         * sysdeps/unix/sysv/linux/tcgetpgrp.c,
4987         sysdeps/unix/sysv/linux/tcsetpgrp.c: New files.
4989 Sun Mar 17 07:19:33 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4991         * db/Makefile (CFLAGS-hash_func.c): New variable; pass -Wno-unused.
4992         (CFLAGS): Append -Wno-unitialized.
4994 Sat Mar 16 20:58:43 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
4996         * stdlib/erand48_r.c: Use FP division by powers of two to distribute
4997         short bits into double.
4999 Sat Mar 16 20:08:22 1996  David Mosberger-Tang  <davidm@azstarnet.com>
5001         * sysdeps/alpha/memchr.S: New file.
5002         * sysdeps/alpha/memchr.c: Obsolete file removed.
5003         * string/tester.c: Soup up memchr tests.
5005 Sat Mar 16 16:26:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5007         * misc/Makefile (headers): Add sysexits.h.
5008         * misc/sysexits.h: New file.
5010 Thu Mar 14 15:20:45 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5012         * sysdeps/libm-ieee754/e_atan2.c (__ieee754_atan2): Change atan
5013         call to __atan.
5014         * sysdeps/libm-ieee754/e_atan2f.c (__ieee754_atan2f): Change atanf
5015         call to __atanf.
5017         * sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
5018         sysdeps/m68k/fpu/e_asin.c, sysdeps/m68k/fpu/e_asinf.c,
5019         sysdeps/m68k/fpu/e_atanh.c, sysdeps/m68k/fpu/e_atanhf.c,
5020         sysdeps/m68k/fpu/e_cosh.c, sysdeps/m68k/fpu/e_coshf.c,
5021         sysdeps/m68k/fpu/e_exp.c, sysdeps/m68k/fpu/e_expf.c,
5022         sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
5023         sysdeps/m68k/fpu/e_log.c, sysdeps/m68k/fpu/e_log10.c,
5024         sysdeps/m68k/fpu/e_log10f.c, sysdeps/m68k/fpu/e_logf.c,
5025         sysdeps/m68k/fpu/e_pow.c, sysdeps/m68k/fpu/e_powf.c,
5026         sysdeps/m68k/fpu/e_remainder.c, sysdeps/m68k/fpu/e_remainderf.c,
5027         sysdeps/m68k/fpu/e_scalb.c, sysdeps/m68k/fpu/e_scalbf.c,
5028         sysdeps/m68k/fpu/e_sinh.c, sysdeps/m68k/fpu/e_sinhf.c,
5029         sysdeps/m68k/fpu/e_sqrt.c, sysdeps/m68k/fpu/e_sqrtf.c,
5030         sysdeps/m68k/fpu/k_cos.c, sysdeps/m68k/fpu/k_cosf.c,
5031         sysdeps/m68k/fpu/k_sin.c, sysdeps/m68k/fpu/k_sinf.c,
5032         sysdeps/m68k/fpu/k_tan.c, sysdeps/m68k/fpu/k_tanf.c,
5033         sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
5034         sysdeps/m68k/fpu/s_ceil.c, sysdeps/m68k/fpu/s_ceilf.c,
5035         sysdeps/m68k/fpu/s_cos.c, sysdeps/m68k/fpu/s_cosf.c,
5036         sysdeps/m68k/fpu/s_expm1.c, sysdeps/m68k/fpu/s_expm1f.c,
5037         sysdeps/m68k/fpu/s_fabs.c, sysdeps/m68k/fpu/s_fabsf.c,
5038         sysdeps/m68k/fpu/s_finite.c, sysdeps/m68k/fpu/s_finitef.c,
5039         sysdeps/m68k/fpu/s_floor.c, sysdeps/m68k/fpu/s_floorf.c,
5040         sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
5041         sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
5042         sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
5043         sysdeps/m68k/fpu/s_isnan.c, sysdeps/m68k/fpu/s_isnanf.c,
5044         sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
5045         sysdeps/m68k/fpu/s_log1p.c, sysdeps/m68k/fpu/s_log1pf.c,
5046         sysdeps/m68k/fpu/s_logb.c, sysdeps/m68k/fpu/s_logbf.c,
5047         sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c,
5048         sysdeps/m68k/fpu/s_rint.c, sysdeps/m68k/fpu/s_rintf.c,
5049         sysdeps/m68k/fpu/s_scalbn.c, sysdeps/m68k/fpu/s_scalbnf.c,
5050         sysdeps/m68k/fpu/s_significand.c,
5051         sysdeps/m68k/fpu/s_significandf.c, sysdeps/m68k/fpu/s_sin.c,
5052         sysdeps/m68k/fpu/s_sinf.c, sysdeps/m68k/fpu/s_tan.c,
5053         sysdeps/m68k/fpu/s_tanf.c, sysdeps/m68k/fpu/s_tanh.c,
5054         sysdeps/m68k/fpu/s_tanhf.c: New files, for m68881 port of fdlibm.
5056         * sysdeps/m68k/fpu/__math.h: Rewritten for fdlibm.
5058         * sysdeps/m68k/fpu/isinfl.c: Rewritten to get argument type right.
5059         * sysdeps/m68k/fpu/isnanl.c: Likewise.
5061 Thu Mar 14 06:01:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5063         * posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size
5064         calculation to include trailing invariant portion.  Don't use alloca;
5065         instead use a dynamic auto array for GCC, malloc for non-GCC.
5066         Handle nested braces properly.
5068         * elf/elf.h (Elf32_auxv_t): Specify prototype (void) for `a_un.a_fcn'.
5070         * libc-symbols.h (lint): New macro.
5072 Fri Mar 15 01:18:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5074         * libio/iosetvbuf.c: Add weak alias setvbuf.
5076 Thu Mar 14 06:01:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5078         * string/strnlen.c: New file.
5079         * string/Makefile (routines): Add strnlen.
5080         * string/string.h [__USE_GNU] (strnlen): Declare new function.
5081         [__OPTIMIZE__]: Define extern inline implementation of it.
5083         * stdlib/erand48_r.c: Use __mpn_construct_double instead of ldexp and
5084         addition, to avoid using anything from -lm.
5086 Mon Mar  4 21:57:14 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5088         * sysdeps/unix/sysv/linux/m68k/Makefile: New file.
5090         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYS_ify): Redefine.
5091         (CALL_MCOUNT): New macro, empty unless [PROF].
5092         (ENTRY): Do CALL_MCOUNT just after the label.
5093         (JUMPTARGET): New macro.
5094         (SYSCALL_ERROR_HANDLER): Fix syntax.
5096 Thu Mar 14 04:20:48 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5098         * sysdeps/unix/sysv/linux/init-first.c (init): Call `__personality'
5099         function instead of using inline asm i386 syscall.
5100         * sysdeps/unix/sysv/linux/syscalls.list: Add personality syscall.
5102         * posix/unistd.h [__USE_BSD]: Declare usleep.
5104 Tue Mar 12 04:57:57 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5106         * misc/efgcvt.c (MAXDIG): New macro computed from <floats.h> constants.
5107         (fcvt, ecvt): Use it for buffer size.
5109         * stdlib/drand48-iter.c (__drand48_iterate): Use u_int64_t instead of
5110         conditionalizing long vs long long.
5112         * stdlib/drand48-iter.c (__drand48_iterate): Don't check for null
5113         pointers; never return EFAULT.
5114         * stdlib/drand48_r.c (drand48_r): Likewise.
5115         * stdlib/erand48_r.c (erand48_r): Likewise.
5117         * setjmp/Makefile (tests): Add jmpbug.
5118         * setjmp/jmpbug.c: New file.
5120 Tue Mar 12 04:42:01 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5122         * sysdeps/sparc/jmp_buf.h: Rewritten; use array of ints, not struct.
5123         * sysdeps/sparc/setjmp.S: Rewritten; store %fp value as well.
5124         * sysdeps/sparc/__longjmp.S: Rewritten; unwind frames one by one with
5125         `restore' until the target frame is hit.
5127 Sun Mar 10 20:29:40 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5129         * sysdeps/unix/sysv/linux/sigsuspend.c: New file.
5130         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigsuspend, add
5131         s_sigsuspend.
5133 Thu Mar  7 21:30:58 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5135         * Makerules (+make-deps, sed-remove-objpfx): Quote periods on the
5136         left side of sed substitutions.
5138 Sun Mar 10 16:58:10 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
5140         * stdio-common/printf_fp.c (hack_digit): __mpn_normal_size
5141         is not available anymore.  Do it ourselves.
5143         * sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_SETCW):
5144         Correct GCC `asm' syntax.
5146 Tue Mar 12 03:15:02 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5148         * stdio-common/Makefile (tests): Add tst-ungetc.
5149         * stdio-common/tst-ungetc.c: New test from drepper.
5150         * stdio-common/tstscanf.c (main): New %[ test case from drepper.
5152         * sysdeps/libm-ieee754/s_scalbn.c (scalbn): Rename to __scalbn;
5153         somehow this was missed, though the weak alias is already there.
5155         * sysdeps/unix/sysv/linux/i386/fpu_control.h (_FPU_DEFAULT): Change
5156         default to double precision, all interrupts masked; fdlibm requires.
5158 Sat Mar  9 18:44:27 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5160         * sysdeps/unix/sysv/linux/i386/setfpucw.c: Obsolete file removed.
5162 Fri Mar  8 22:16:48 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5164         * stdio-common/printf_fp.c (HAVE_ALLOCA): New macro.
5166 Tue Mar  5 18:45:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>
5168         * sysdeps/mach/hurd/select.c (__select): Include LASTFD in the
5169         final loop.
5171 Mon Mar  4 20:54:40 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5173         * Makeconfig ($(common-objpfx)config.make): Depend on config.h.in.
5175 Tue Mar  5 12:14:57 1996  Miles Bader  <miles@gnu.ai.mit.edu>
5177         * sysdeps/mach/hurd/select.c (__select): Also don't fault just
5178         because some fdmask is 0.
5180 Mon Mar  4 17:35:35 1996  Miles Bader  <miles@gnu.ai.mit.edu>
5182         * sysdeps/mach/hurd/select.c (__select):
5183         Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0!
5184         Don't return without frobbing the bitmasks after a timeout.
5185         When clearing the bitmasks, only loop from FIRSTFD to LASTFD.
5187 Mon Mar  4 17:35:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5189         * hurd/catch-signal.c (hurd_safe_memmove): New function.
5190         (hurd_safe_copyin, hurd_safe_copyout): New functions.
5191         * hurd/hurd/sigpreempt.h: Declare them.
5193 Sun Mar  3 08:43:44 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5195         Replace math code with fdlibm from Sun as modified for netbsd by
5196         JT Conklin and Ian Taylor, including x86 FPU support.
5197         * sysdeps/libm-ieee754, sysdeps/libm-i387: New directories.
5198         * math/math_private.h: New file.
5199         * sysdeps/i386/fpu/Implies: New file.
5200         * sysdeps/ieee754/Implies: New file.
5201         * math/machine/asm.h, math/machine/endian.h: New files.
5202         * math/Makefile, math/math.h: Rewritten.
5203         * mathcalls.h, math/mathcalls.h: New file, broken out of math.h.
5204         * math/finite.c: File removed.
5205         * sysdeps/generic/Makefile [$(subdir)=math]: Frobnication removed.
5207         * math/test-math.c: Include errno.h and string.h.
5209         * sysdeps/unix/bsd/dirstream.h: File removed.
5210         * sysdeps/unix/bsd/readdir.c: File removed.
5212 Sat Mar  2 16:35:40 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5214         * sysdeps/unix/sysv/linux/m68k/profil-counter.h: File removed.
5215         * sysdeps/unix/sysv/sysv4/solaris2/sparc/profil-counter.h: File
5216         removed.
5217         * sysdeps/generic/profil-counter.h: New file.
5219 Fri Mar  1 17:11:59 1996  Brendan Kehoe  <brendan@zen.org>
5221         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sigcontext.h: New file,
5222         including <sysdeps/unix/bsd/sun/sparc/sigcontext.h>.
5223         * sysdeps/unix/sysv/sysv4/solaris2/sparc/profil-counter.h: New file,
5224         same as linux/m68k/profil-counter.h except the comment.
5226 Fri Mar  1 10:09:46 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5228         * stdlib/Makefile (mpn-stuff): New target.
5229         (copy-mpn): Use it.
5231         * Code copied from GMP updated to 1.937 version.
5232         * stdlib/strtod.c (HAVE_ALLOCA): Define this for gmp headers.
5234         * posix/glob.c: Use canonical code from autoconf manual for dirent
5235         include.
5236         [_D_NAMLEN]: Redefine NAMLEN using this.
5237         (glob_in_dir): Use NAMLEN macro.
5239         * sysdeps/posix/profil.c: New file.
5241 Thu Feb 29 20:55:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5243         * sysdeps/unix/sysv/linux/m68k/profil-counter.h: New file.
5245 Tue Feb 27 12:14:59 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5247         * libc-symbols.h [GCC >= 2.8] (strong_alias, weak_alias): Remove
5248         `extern' keyword.
5250         * time/strftime.c: Support - and _ flags to affect number padding.
5252         * sysdeps/unix/common/tcsendbrk.c: New file.
5254 Mon Feb 26 10:22:30 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5256         * sysdeps/unix/dirstream.h: Rewritten.
5257         * sysdeps/unix/readdir.c: Rewritten.
5258         * sysdeps/unix/telldir.c: Rewritten.
5259         * sysdeps/unix/closedir.c: Use <...> instead of "..." for dirstream.h.
5260         Remove __ from DIR struct member names.
5261         * sysdeps/unix/dirfd.c: Likewise.
5262         * sysdeps/unix/seekdir.c: Likewise.
5263         * sysdeps/unix/rewinddir.c: Likewise.
5264         * sysdeps/unix/opendir.c: Likewise.  Don't allocate extra space after
5265         DIR structure.
5266         * sysdeps/stub/direct.h: File removed.
5267         * sysdeps/unix/bsd/bsd4.4/direct.h: File removed.
5268         * sysdeps/unix/bsd/direct.h: File removed.
5269         * sysdeps/unix/common/direct.h: File removed.
5270         * sysdeps/unix/sysv/irix4/direct.h: File removed.
5271         * sysdeps/unix/sysv/isc3/direct.h: File removed.
5272         * sysdeps/unix/sysv/sco3.2.4/direct.h: File removed.
5273         * sysdeps/unix/sysv/sysv4/solaris2/direct.h: File removed.
5274         * sysdeps/unix/common/direntry.h: New file.
5275         * sysdeps/unix/bsd/direntry.h: New file.
5276         * sysdeps/unix/bsd/bsd4.4/direntry.h: New file.
5277         * sysdeps/unix/sysv/direntry.h: New file.
5278         * sysdeps/stub/direntry.h: New file.
5279         * dirent/dirent.h (struct dirent): Type removed.  Include <direntry.h>
5280         to define it.
5281         (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New macros.
5282         * dirent/Makefile (headers): Add direntry.h.
5283         (distribute): Remove direct.h.
5284         * sysdeps/posix/getcwd.c: Use new macros instead of d_namlen.
5285         * dirent/scandir.c: Likewise.
5286         * io/fts.c (fts_build): Likewise.
5287         * io/ftw.c (ftw_dir): Likewise.
5288         * sysdeps/posix/ttyname.c: Likewise.
5290         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: New file.
5292         * sysdeps/mach/hurd/profil.c (MAX_PC_SAMPLES): New macro.
5293         (collector_timeout): New static variable.
5294         (update_waiter): Actually call __task_enable_pc_sampling.
5295         Set collector_timeout based on the `tick' count returned.
5296         (profile_waiter): Use MAX_PC_SAMPLES.  Set nsamples before RPC.
5297         Use collector_timeout in __mach_msg call.
5299         * gmon/Makefile (noprof): New variable containing mcount.
5300         Append profil unless it is in $(unix-syscalls).
5301         (mcount.po): Use $(noprof) for list of targets in this rule.
5303         * libc-symbols.h: Define _LIBC before #include <config.h>.
5305 Sun Feb 25 12:29:23 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5307         * config.h.in [_LIBC] (HAVE_STRERROR): Define it.
5308         Protect 2nd page of #undef's for generator programs with #ifndef _LIBC.
5310         * time/zic.c, time/zdump.c, time/private.h: Updated from ADO 96e.
5312 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5314         * libio/cleanup.c (_IO_cleanup_registration_needed)
5315         [!_G_HAVE_ATEXIT]: Init to NULL.
5316         * libio/filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
5318 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
5320         * libio/filedoalloc.c (_IO_cleanup_registration_needed): Revert
5321         previous change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
5323 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5325         * libio/filedoalloc.c (_IO_cleanup_registration_needed): Declare as
5326         extern.
5328 Sat Feb 24 11:34:13 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5330         * sysdeps/i386/memcmp.S: Fix argument %esp offsets.
5332         * time/sys/time.h (timeradd, timersub): New macros; BSD has these.
5334 Wed Feb 21 02:25:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5336         * Rules (others): Depend on $(extra-objs), $(install-lib),
5337         $(install-bin), $(install-sbin), in object directory.
5339         * Makeconfig (link-libc): Don't pass -rpath option with default
5340         path, since ld.so should use the same default.
5341         * Makerules (build-shlib): Likewise.
5343         * Makerules (make-target-directory): Use mkinstalldirs.
5345         * sysdeps/mach/i386/sysdep.h: Include unix/i386/sysdep.h to
5346         redefine ENTRY et al.
5348         * sysdeps/unix/sysv/linux/i386/sysdep.h (NO_UNDERSCORES, ENTRY):
5349         Macros removed.  The code in unix/i386/sysdep.h should now suffice.
5351         * sysdeps/unix/i386/sysdep.h (ALIGNARG): New macro, defns for
5352         [HAVE_ELF] and not.
5353         (ENTRY): Use it in .align directive.
5354         (CALL_MCOUNT): New macro, empty unless [PROF].
5355         (ENTRY): Do CALL_MCOUNT just after the label.
5357         * Makeconfig (CPPFLAGS-.po): New variable, use -DPROF so assembly
5358         code can call mcount.
5360 Tue Feb 20 23:05:16 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5362         * time/private.h, time/zdump.c, time/zic.c: Updated verbatim from ADO;
5363         translation markings are now integrated in his distribution.
5365         * stdlib/strtod.c (round_and_return): Add missing (mp_limb) 1 cast.
5367 Mon Feb 19 18:31:59 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5369         * po: New directory where `LANG.po' files for message translations
5370         will reside.
5371         * po/SYS_libc.pot: New file, template of message strings as in source.
5372         * MakeTAGS: New rules to build po/SYS_libc.pot automatically from
5373         the source using xgettext.
5374         * Makerules ($(..)po/%.pot): New rule.
5375         * manual/Makefile (../po/manual.pot): New target, make it empty.
5377         * sysdeps/unix/bsd/alarm.c: Moved to sysdeps/unix/alarm.c.
5378         * sysdeps/unix/bsd/nice.c: Moved to sysdeps/unix/nice.c.
5379         * sysdeps/unix/bsd/stime.c: Moved to sysdeps/unix/stime.c.
5380         * sysdeps/unix/bsd/time.c: Moved to sysdeps/unix/time.c.
5381         * sysdeps/unix/bsd/utime.c: Moved to sysdeps/unix/utime.c.
5383         * time/zic.c, time/scheck.c, time/private.h, time/tzfile.h:
5384         Updated from ADO 96d.
5386 Sun Feb 18 14:08:04 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5388         * csu/initfini.c (_init): Remove bogus volatile declarations and
5389         extra variable, take the address of __gmon_start__ only implicitly
5390         to avoid the test being optimized out.
5392 Sun Feb 18 15:08:10 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5394         * sysdeps/posix/utimes.c (__utimes): There are 1000000 usecs in a
5395         sec.
5397 Sun Feb 18 13:56:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5399         * elf/Makefile, time/Makefile: Make `all' the default target.
5401 Mon Feb 19 18:09:04 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5403         * misc/sys/ptrace.h: Moved to ...
5404         * sysdeps/generic/sys/ptrace.h: ... here.
5405         * sys/ptrace.h: File removed.
5407 Sun Feb 18 12:13:07 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5409         * sysdeps/unix/sysv/linux/Makefile (headers): Add fpu_control.h.
5411         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Put it into .bss
5412         so that the symbol alias works.
5414         * sysdeps/unix/sysv/linux/m68k/fpu_control.h (_FPU_SETCW): Corrected.
5416         * sysdeps/unix/sysv/linux/resourcebits.h: New file.
5418         * sysdeps/unix/sysv/linux/sys/ptrace.h: New file.
5420         * sysdeps/unix/sysv/linux/syscalls.list: Add getegid, geteuid,
5421         getppid and reboot.
5423         * sysdeps/unix/sysv/linux/sysconf.c: Special version that does not
5424         use getdtablesize.
5426 Sat Feb 17 10:30:21 1996  David Mosberger-Tang  <davidm@AZStarNet.com>
5428         * stdio-common/printf_fp.c, stdlib/strtod.c, sysdeps/ieee754/dbl2mpn.c,
5429         sysdeps/ieee754/ldbl2mpn.c, sysdeps/ieee754/mpn2dbl.c,
5430         sysdeps/ieee754/mpn2ldbl.c: Cast left operands of shift instructions
5431         to `long' where necessary.
5433 Thu Feb 15 20:04:50 1996  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
5435         * stdlib/fpioconst.h: Introduce new constant _FPIO_CONST_OFFSET.
5436         * stdio-common/printf_fp.c, stdlib/strtod.c: Use _FPIO_CONST_OFFSET
5437         to correctly access MPN array depending on architecture.
5439 Mon Feb 19 15:30:26 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5441         * stdio-common/tstscanf.c (main): Add check for "0" as %d.
5443         * sysdeps/stub/msync.c: Undo change of Jan 29; just two args.
5444         Only some systems have three args; let them define their own stub.
5446         * sysdeps/generic/dl-sysdep.c: Declare _dl_secure.
5448         * sysdeps/generic/machine-gmon.h: New file.
5449         * gmon/Makefile (distribute): Add machine-gmon.h.
5450         * gmon/mcount.c: Undo changes of Feb 13.
5451         Include "machine-gmon.h".
5453 Sun Feb 18 13:24:06 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5455         * sysdeps/unix/sysv/linux/direct.h: File removed, since it is
5456         identical to unix/common/direct.h.
5458         * sysdeps/unix/Makefile [no_deps]: Don't include s-proto.d.
5460         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Don't add ipc.
5462         * stdio-common/Makefile (tests): Remove scanf6.
5464         * sysdeps/unix/sysv/linux/Makefile (non-lib.a): Append libieee.a.
5466         * time/mktime.c (mktime): Move static variable localtime_offset to
5467         file scope.
5469         * stdio-common/vfscanf.c: Put '0' in buffer before scanning for %i
5470         base indicator.
5472 Thu Feb 15 16:56:17 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5474         * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Corrected.
5475         (ELF_MACHINE_BEFORE_RTLD_RELOC): Define.
5476         (_dl_runtime_resolve): Save %a1 as well.
5477         (ELF_MACHINE_RUNTIME_FIXUP_ARGS): Add second dummy arg.
5478         (elf_machine_relplt): Define.
5480         * elf/dl-runtime.c: Include possible extra args in declaration of
5481         fixup.
5483 Fri Feb 16 11:01:59 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5485         * time/tzset.c: Limit hours to 23, not 12.  From jaffer.
5487 Fri Feb 16 10:14:05 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5489         * Makeconfig (CFLAGS-.po): Use -pg instead of -p.
5491 Thu Feb 15 13:57:08 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5493         * mach/Machrules: Use -include for $(*.ir).
5495         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS): Mask off type bits in
5496         request values.
5497         * sysdeps/mach/hurd/ioctls.h (_IOC_NOTYPE): New macro.
5498         (_IOT_COUNT2): Field is 3 bits, not 2.
5499         * sysdeps/mach/hurd/ioctl.c: Ignore handler if it fails with ENOTTY.
5500         * hurd/hurdioctl.c (_hurd_lookup_ioctl_handler): Mask off type
5501         bits before looking up handler.
5502         (fioctl): Use __hurd_dfail.
5503         (fioctl, fioclex): Use ENOTTY for bogus request instead of EGRATUITOUS.
5505 Thu Feb 15 11:49:45 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5507         * sysdeps/unix/sysv/sysv4/Makefile [$(subdir)-signal]
5508         (sysdep_routines): Don't add sys-sig.
5510         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: New file.
5512 Wed Feb 14 00:21:17 1996 David Mosberger-Tang  <davidm@azstarnet.com>
5514         * sysdeps/alpha/memchr.c (memchr): loop searching for matching
5515         character bailed out one too early; changed constant 6 to
5516         7 to fix this.
5518 Wed Feb 14 01:08:58 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5520         * posix/execvp.c: When executing shell on script, first arg is
5521         full file name, not argv[0].
5523         * mach/Makefile [no_deps]: Inhibit inclusion of mach-syscalls.mk.
5524         * mach/Machrules [no_deps]: Inhibit interface rules.
5526         * malloc/Makefile (distribute): Removed TODO.
5528 Tue Feb 13 05:12:02 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5530         * sysdeps/unix/sysv/linux/syscalls.list (ipc): Specify msgget in
5531         caller column.
5533         * sysdeps/unix/common/syscalls.list: Add sigaction syscall.
5535         * sysdeps/unix/sysv/linux/gnu/types.h: Moved from linux/i386.
5537         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]
5538         (sysdep_routines): Append setfpucw.
5539         (extra-objs): Append ieee-fpucw.o.
5540         (install-lib): Append libieee.a.
5541         (libieee.a): New target.
5542         * sysdeps/unix/sysv/linux/ieee-fpucw.c: New file.
5543         * sysdeps/unix/sysv/linux/i386/fpu_control.h
5544         (_FPU_GETCW, _FPU_SETCW): New macros.
5545         (fpu_control_t): New typedef.
5546         (__setfpucw): Use fpu_control_t for argument type.
5547         * sysdeps/unix/sysv/linux/fpu_control.c: Moved from linux/i386.
5549         * sysdeps/unix/sysv/linux/init-first.c: Moved from linux/i386.
5551         * sysdeps/unix/sysv/linux/syscalls.list: Add ipc syscall.
5552         * sysdeps/unix/sysv/linux/i386/syscalls.list: File removed.
5554 Sat Feb 10 13:09:03 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5556         * sysdeps/unix/sysv/linux/m68k/brk.c,
5557         sysdeps/unix/sysv/linux/m68k/mmap.S,
5558         sysdeps/unix/sysv/linux/m68k/select.S,
5559         sysdeps/unix/sysv/linux/m68k/sigcontext.h,
5560         sysdeps/unix/sysv/linux/m68k/sigreturn.S,
5561         sysdeps/unix/sysv/linux/m68k/socket.S,
5562         sysdeps/unix/sysv/linux/m68k/syscall.S,
5563         sysdeps/unix/sysv/linux/m68k/sysdep.S,
5564         sysdeps/unix/sysv/linux/m68k/sysdep.h: New files.
5566         * sysdeps/unix/sysv/linux/m68k/fpu_control.h: New file.
5568         * sysdeps/m68k/fpu/isinfl.c, sysdeps/m68k/fpu/isnanl.c,
5569         sysdeps/m68k/isinfl.c, sysdeps/m68k/isnanl.c: New files.
5571         * sysdeps/unix/sysv/linux/sys/mman.h: Define MAP_ANON and
5572         MAP_FILE if not already defined.
5574         * elf/elf.h: Add m68k reloc definitions.
5575         * sysdeps/m68k/dl-machine.h, sysdeps/m68k/elf/start.S: New files.
5577 Tue Feb 13 00:12:12 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5579         * elf/dl-runtime.c (fixup) [ELF_MACHINE_RUNTIME_FIXUP_ARGS]: Let
5580         this macro declare extra leading args.
5582         * Makerules [$(elf)=yes] (ar-symtab-name): Define to empty.
5584         * sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE,
5585         elf_machine_relplt): New macros.
5586         * elf/dl-runtime.c: New file.
5587         * sysdeps/i386/dl-runtime.c, sysdeps/stub/dl-runtime.c: Files removed.
5589         * gmon/Makefile (headers): Remove machine-gmon.h.
5590         * sysdeps/stub/machine-gmon.h, sysdeps/i386/machine-gmon.h: Removed.
5591         * gmon/mcount.c [! NO_UNDERSCORES] (_mcount): Specify "mcount" as
5592         the asm name.
5593         (_mcount): Define normally, taking no args.
5594         Use __builtin_return_address to fetch PC values of caller and caller's
5595         caller.
5597         * Makerules: Rewrote rules to update libc archives of all flavors.
5598         Define separate specific rules for each flavor using o-iterator.
5600         * sysdeps/unix/Makefile: Include s-proto.d only ifdef subdir.
5602 Sat Feb 10 11:35:16 1996 Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5604         * Makerules (ar-symtab-name): New macro.  Replace all occurences
5605         of __.SYMDEF by $(ar-symtab-name).
5606         * sysdeps/unix/sysv/Makefile (ar-symtab-name): Define as empty.
5608 Mon Feb 12 03:10:41 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5610         * Makefile (configure, %/configure): Depend on aclocal.m4.
5611         * Make-dist (configure, %/configure): Likewise.
5613         * sysdeps/unix/Makefile: Include s-proto.d for its deps.
5615         * gmon/sys/gmon.h: Don't include machine-gmon.h; those defns are
5616         only needed in the implementation, not for any users.
5618         * time/northamerica: Updated from ADO 96c, new rules for Mexico in
5619         1996.
5621         * sunrpc/pm_getport.c: #if 0 out gratuitous inclusion of <net/if.h>.
5622         * sunrpc/pm_getmaps.c: Likewise.
5624         * sysdeps/unix/sysv/syscalls.list: Add setrlimit and settimeofday,
5625         so real syscalls override unix/sysv/*.c on sysv-derived systems
5626         that have them.
5627         * sysdeps/unix/common/syscalls.list: Add settimeofday here, to
5628         override unix/sysv/settimeofday.c since that overrides
5629         unix/syscalls.list.
5631         * Makeconfig (+link): Put $(link-libc) after deps from $^,
5632         regardless of where libc.a appears in the deps.
5634         * sysdeps/unix/sysv/sysv4/syscalls.list: Remove redundancies.
5635         Add __waitid.
5636         * sysdeps/unix/sysv/linux/syscalls.list: Remove redundancies.
5637         Define __ name for sigprocmask.
5638         * sysdeps/unix/bsd/ultrix4/syscalls.list: Remove redundancies.
5639         Add getsysinfo.
5640         * sysdeps/unix/bsd/sun/sunos4/syscalls.list: Remove redundancies.
5641         * sysdeps/unix/bsd/sun/syscalls.list: Remove redundancies.
5642         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove redundancies.
5643         * sysdeps/unix/bsd/syscalls.list: Remove settimeofday, utimes.
5644         Add getdents, wait3, waitpid.
5645         * sysdeps/unix/syscalls.list: Add seteuid, setegid, setsid,
5646         settimeofday, sigsuspend, sstk, utimes.
5647         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S: File removed.
5648         * sysdeps/unix/bsd/ultrix4/mips/syscalls.list: New file.
5649         * sysdeps/unix/bsd/ultrix4/mips/Makefile (sysdep_routines):
5650         Removed sigtramp.
5651         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Renamed from sigtramp.c.
5652         * sysdeps/unix/bsd/bsd4.4/sstk.S: File removed.
5653         * sysdeps/unix/bsd/hp/m68k/syscalls.list: File removed.
5654         * sysdeps/unix/bsd/osf/alpha/getdents.S: File removed.
5655         * sysdeps/unix/bsd/ultrix4/getsysinfo.S: File removed.
5656         * sysdeps/unix/bsd/ultrix4/waitpid.S: File removed.
5657         * sysdeps/unix/bsd/ultrix4/mips/sigtramp.c: File removed.
5658         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S: File removed.
5659         * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: New file.
5660         * sysdeps/unix/bsd/ultrix4/mips/syscalls.list: New file.
5661         * sysdeps/unix/sysv/irix4/wait3.S: File removed.
5662         * sysdeps/unix/sysv/sysv4/__waitid.S: File removed.
5663         * sysdeps/unix/sysv/sysv4/fchdir.S: File removed.
5664         * sysdeps/unix/sysv/sysv4/setegid.S: File removed.
5665         * sysdeps/unix/sysv/sysv4/seteuid.S: File removed.
5666         * sysdeps/unix/sysv/sysv4/sigaltstack.S: File removed.
5667         * sysdeps/unix/sysv/sysv4/solaris2/utimes.S: File removed.
5669         * hurd/hurdfault.c (_hurdsig_fault_init): Set qlimit on
5670         FORWARD_SIGEXC to one.  Uncomment setting of thread exc port, and
5671         move it to last thing.
5673 Sat Feb 10 05:57:08 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
5675         * sysdeps/generic/make_siglist.c: #undef _SIGNAL_H before defining it.
5677         * sysdeps/unix/sysv/linux/syscalls.list: Add sigprocmask, sigsuspend.
5679 Sat Feb 10 04:18:48 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5681         * posix/execvp.c: If execv fails with ENOEXEC, run the shell on
5682         the file.
5684 Fri Feb  9 11:46:45 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5686         * time/Makefile (CFLAGS-zdump.c, CFLAGS-zic.c, CFLAGS-ialloc.c,
5687         CFLAGS-scheck.c): Use -DNOID instead of -Wno-unused.
5689         * hurd/Makefile (user-interfaces): Added hurd/tioctl.
5691 Thu Feb  8 18:55:27 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5693         * hurd/hurdioctl.c (tiocsctty): Set the terminal's pgrp to our own.
5695 Wed Feb  7 18:48:30 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5697         * Makefile (subdirs): Added wcsmbs.
5698         * wcsmbs: New directory of wide char/multibyte char functions from
5699         drepper.
5701         * hurd/hurdmsg.c (_S_msg_report_wait): Function removed.
5702         * hurd/report-wait.c: New file.
5703         * hurd/Makefile (routines): Added report-wait.
5705         * sysdeps/mach/hurd/Makefile (inhibit-unix-syscalls): New variable.
5707         * sysdeps/mach/hurd/i386/intr-msg.h (struct mach_msg_trap_args):
5708         New type.
5709         (SYSCALL_EXAMINE, MSG_EXAMINE): New inline functions.
5710         * sysdeps/mach/hurd/i386/trampoline.c (struct mach_msg_trap_args):
5711         Structure moved to intr-msg.h; include that.
5713         * time/Makefile (CFLAGS-ialloc.c): Add -Wno-unused.
5714         (CFLAGS-scheck.c): New variable.
5716         * sysdeps/mach/hurd/dl-sysdep.c (__hurd_sigthread_stack_base,
5717         __hurd_sigthread_stack_end, __hurd_sigthread_variables,
5718         __hurd_threadvar_stack_mask): New variables.
5720         * sysdeps/mach/hurd/fork.c: Set the new task's exception port to
5721         its new message port.
5723         * misc/init-misc.c: Put __init_misc in the __libc_subinit set.
5725         * configure.in (uname): Add quoting.
5727         * sysdeps/mach/hurd/fchdir.c: Don't consult errno unless lookup fails.
5728         * hurd/fchroot.c: Likewise.
5730         * posix/sys/types.h [GCC >= 2.7]: Define intN_t/u_intN_t using
5731         __attribute__ ((__mode__ (__XX__))).
5733 Wed Feb 7 03:24:05 1996 Torbjorn Granlund  <tege@tmg.se>
5735         * sysdeps/i386/i586/memcopy.h (WORD_COPY_FWD): Manually allocate
5736         destination cache lines.
5737         (WORD_COPY_BWD): Likewise.
5739 Wed Feb  7 14:16:36 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5741         * sysdeps/generic/Makefile (make_siglist): Get signum.h absolute
5742         file name first thing, before $(native-compile) changes directories.
5744         From Gord Matzigkeit <gord@enci.ucalgary.ca>:
5745         * sysdeps/unix/make_errlist.c: Use strerror if available.
5746         * sysdeps/unix/configure.in: New file
5748         * sysdeps/unix/bsd/sun/syscalls.list: Added sigvec.
5749         * sysdeps/unix/bsd/sun/sigvec.S: File removed.
5751         * sysdeps/stub/sendto.c: Make sockaddr arg pointer to const.
5752         * sysdeps/stub/connect.c: Likewise.
5753         * sysdeps/stub/bind.c: Likewise.
5755         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): RETRYNAME of
5756         "" is only special for FS_RETRY_NORMAL; for FS_RETRY_REAUTH, do
5757         another dir_lookup of "".
5759 Tue Feb  6 12:46:29 1996  David Mosberger-Tang  <davidm@azstarnet.com>
5761         * libc-symbols.h (weak_alias, weak_symbol): added definitions
5762         for ECOFF (HAVE_ECOFF).
5764 Fri Feb  2 13:09:18 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5766         * sysdeps/mach/hurd/fork.c: Clear trace flag in child.
5768 Wed Jan 31 20:08:26 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5770         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Clear SS->intr_port
5771         when cancelled before RPC.
5773 Tue Jan 30 13:32:05 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5775         * dirent/scandir.c: Allocate dirents with correct size for name, and
5776         copy with correct size.
5778         * hurd/hurdinit.c [! PIC] (map0): New function, on _hurd_preinit_hook.
5780         * stdio-common/vfscanf.c (TYPEMOD): New macro of all type modifier
5781         flag bits.
5782         (__vfscanf): Fix checking of extra type modifiers.
5784         * time/asia, time/australasia, time/backward: Updated from ADO 96b.
5786 Tue Jan 30 12:17:26 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
5788         * stdlib/strtod.c: Only negate exponent when there really is one.
5790         * stdio-common/vfscanf.c: Accept type modifiers on %n.
5791         Fix FP number parsing.
5793 Mon Jan 29 21:53:40 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5795         * sysdeps/stub/msync.c (msync): Declare third arg FLAGS.
5797         * resolv/Makefile (+cflags): Append to this instead of CFLAGS.
5799 Mon Jan 29 16:29:16 1996  Miles Bader  <miles@gnu.ai.mit.edu>
5801         * sysdeps/mach/hurd/select.c (__select): Recalculate GOT to
5802         include an increment for each operation allowed on each fd.
5804 Mon Jan 29 11:44:38 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5806         * sysdeps/unix/sysv/linux/configure: Set $inhibit_glue.
5808         * Makefile: Use -include for sysd-dirs.
5810         * configure.in (uname): Check for uname in syscalls.list files.
5811         * sysdeps/unix/sysv/syscalls.list: Remove uname.
5812         * sysdeps/unix/syscalls.list: Add uname.
5814         * stdlib/strtol.c (weak1): New macro, to get the right name declared
5815         weak.
5817         * sysdeps/posix/getcwd.c (size_t): Don't define #ifdef __GNU_LIBRARY__.
5819         * db/hash/ndbm.c: Change all uses of `errno' struct member to `errnum'.
5820         (dbm_open): Use dynamic allocation for file name buffer, instead of
5821         limitting its size to MAXPATHLEN.
5823         * db/btree/bt_open.c (tmp): Use dynamic allocation for file name
5824         buffer, instead of limitting its size to MAXPATHLEN.
5826         * db/hash/hash.h (HTAB): Rename member `errno' to `errnum'.
5827         * db/hash/hash.c: Change all uses of `errno' struct member to `errnum'.
5829 Sun Jan 28 19:42:04 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5831         * time/Makefile: Fix check for cross compiling.
5833 Thu Jan 25 21:10:39 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5835         * db/Makefile (subdir-dirs): Renamed from dbdirs.
5837         * Makerules (distinfo-vars): Add subdir-dirs.
5839         * MakeTAGS: Remove vpath directives.
5840         (all-dirs): Prepend $(subdir-dirs).
5841         (all-sources, all-headers): Use wildcard to find sources.
5843 Mon Jan 29 10:44:38 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5845         * malloc/Makefile (CFLAGS-vm-limit.c, CFLAGS-ralloc.c): New
5846         variables.
5848         * mach/msgserver.c: Declare DEMUX arg with prototype.
5850 Sun Jan 28 17:25:38 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5852         * setjmp/setjmp.h (jmp_buf): Give a tag in the struct defn, to
5853         make C++ happy.
5854         * alpha/jmp_buf.h: Likewise.
5855         * m68k/jmp_buf.h: Likewise.
5856         * mips/jmp_buf.h: Likewise.
5857         * sparc/jmp_buf.h: Likewise.
5858         * vax/jmp_buf.h: Likewise.
5860         * sysdeps/generic/memmem.c: Fix return value in case where
5861         NEEDLE_LEN==0.
5863         * hurd/hurdlookup.c (__file_name_lookup_under,
5864         __file_name_lookup): Restrict mode with umask.
5865         * sysdeps/mach/hurd/xmknod.c: Restrict mode with umask.
5866         * sysdeps/mach/hurd/mkdir.c: Restrict mode with umask.
5868 Fri Jan 26 12:20:45 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5870         * stdlib/strtol.c: Undo last change.  ANSI C changed since the
5871         draft I checked yesterday.  Sigh.
5873 Thu Jan 25 18:58:25 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5875         * stdlib/strtol.c [UNSIGNED]: Don't recognize + or - as sign.
5877 Wed Jan 24 03:22:07 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5879         * malloc/mcheck.c (mabort): Declare prototype.
5881         * sysdeps/unix/sysv/linux/fcntlbits.h: Moved from linux/i386.
5883         * Makerules: Use -include for generated makefiles.
5885         * errno.h: Don't declare errno if it's defined as a macro.
5887         * stdio-common/vfscanf.c: Disallow l flag after ll or L.
5889         * stdio-common/Makefile (tests): Add scanf[1-9].
5890         * stdio-common/scanf[1-9].c: New files.  Bug tests from hjl.
5892 Wed Jan 24 04:18:36 1996  Paul Eggert  <eggert@twinsun.com>
5894         * strftime.c (strftime):
5895         When invoking self, check whether the subsidiary invocation failed.
5896         Use "???" (not "") to denote unknown time zone information.
5898         Make this source file portable to standalone contexts (e.g. GNU Emacs).
5899         <config.h>: Include if HAVE_CONFIG_H is defined.
5900         (HAVE_LIMITS_H, HAVE_MBLEN, HAVE_TM_ZONE, STDC_HEADERS): New symbols,
5901         defined if _LIBC or if <config.h> defines them.
5902         <ansidecl.h>, "../locale/localeinfo.h": Include only if _LIBC.
5903         <sys/types.h>: New include; some hosts require it for `time_t'.
5904         <ctype.h>: Include only if HAVE_MBLEN (since it's only needed then).
5905         <limits.h>: Include only if HAVE_LIMITS_H.
5906         <stddef.h, stdlib.h, string.h>: Include only if STDC_HEADERS.
5907         (memcpy): Define in terms of bcopy if !STDC_HEADERS.
5908         (__P, PTR): Define if not already defined.
5909         (__tzname, __daylight, __timezone): Remove macros; no longer needed.
5910         (add, strftime): Don't use NULL, for portability to some weird hosts.
5911         (fmt): If !_LIBC, don't assume sprintf returns a count.
5912         (week, strftime): Use old-style function declarations.
5913         (weekday_name, month_name): New constants.
5914         (strftime): Use traditional C values if locale support isn't available.
5915         Use `const' instead of CONST.  For time zones, use tm_zone if
5916         possible, then fall back on tzname.  Don't check for multibyte
5917         characters unless mblen is supported.  Use formats like %02d instead
5918         of %.2d, for portability to older hosts.
5920 Wed Jan 24 00:07:52 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5922         * stdio-common/vfscanf.c (GROUP, MALLOC): New flag macros.
5923         (__vfscanf): Eliminate flag vars that were redundant with FLAGS bits.
5924         Fix bug in recognition of %ll flag for long long.
5925         Fix overeager checks for conflicting type modifiers.
5926         With ' flag, match thousands separators for decimal numbers.
5928 Tue Jan 23 22:02:40 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5930         * locale/Makefile (CFLAGS-locfile-lex.c): New variable.
5932         * resolv/Makefile (CFLAGS): Disable some warnings.
5934         * sysdeps/generic/Makefile (elided-routines): Removed hypot.
5935         (+gccwarn): Set with override.
5937         * stdio-common/Makefile (CFLAGS-tst-printf.c): New variable.
5939         * posix/Makefile (CFLAGS-regex.c): New variable.
5941         * malloc/Makefile (CFLAGS-obstack.c): New variable.
5943         * io/Makefile (CFLAGS-fts.c): New variable.
5944         * io/fts.c (fts_open): Use prototypes for COMPAR decl.
5946 Tue Jan 23 21:35:32 1996  Miles Bader  <miles@gnu.ai.mit.edu>
5948         * sysdeps/mach/hurd/bind.c (bind): Ensure NAME for the AF_LOCAL
5949         case is '\0'-terminated.
5951 Tue Jan 23 19:49:54 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5953         * elf/rtld.c (dl_main): Support additional args in --list mode for
5954         debugging: look them up as symbol names and print values.
5956         * misc/getttyent.c (skip, value): Declare with prototypes in file
5957         scope.
5959         * csu/initfini.c (_init): Explicitly set a variable that is
5960         pointer to volatile with the address of __gmon_start__, to avoid
5961         the test being optimized out.
5963 Mon Jan 22 10:40:40 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5965         * sysdeps/posix/getcwd.c [__GNU_LIBRARY__]: Include unistd.h.
5967         * io/fts.h (FTSENT): Define fts_compar member with prototype.
5969         * hurd/hurd.h: Use prototype in getcttyid decl.
5971         * stdlib/l64a.c: Fix typo in last change.
5973         * stdlib/drand48-iter.c: Test limits.h macros instead of sizeof
5974         for determining size of types.
5975         * stdlib/srand48_r.c: Likewise.
5977         * misc/utmp.h: Declare login, logout, logwtmp.
5978         * misc/logout.c: Declare argument as pointer to const.
5979         * misc/login.c: Likewise.
5980         * misc/logwtmp.c: Likewise.
5981         Include time.h, string.h.
5983         * misc/efgcvt_r.c: Include stdlib.h.
5985         * io/mknod.c: Include sys/types.h.
5987         * gmon/sys/gmon.h: Declare monstartup, _mcleanup.
5989         * csu/gmon-start.c (_start, etext): Declare with prototypes.
5991         * stdio-common/vfscanf.c (%[): Fix range handling.
5993 Sun Jan 21 00:55:25 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
5995         * misc/Makefile (headers): Rename queue.h to sys/queue.h.
5996         * misc/queue.h: Moved to misc/sys/queue.h.
5998         * sysdeps/unix/sysv/linux/shmat.c: Include sys/shm.h instead of
5999         sys/sem.h.
6001         * stdlib/stdlib.h [__USE_SVID]: Declare a64l, l64a.
6003         * stdlib/l64a.c: Use 6-bit numbers as indices in CONV_TABLE, not
6004         literal byte values.
6006         * misc/bsd-compat.c (getpgrp): Define with prototype.
6008         * misc/init-misc.c (__progname_full): New variable.
6009         (program_invocation_name, program_invocation_short_name): New aliases.
6010         (__init_misc): Define with prototype.  Set __progname_full.
6011         * misc/progname.c: File removed.
6012         * misc/Makefile (aux): Remove progname.
6014         * misc/hsearch_r.c (isprime): Define with prototype.
6016         * sysdeps/unix/sysv/linux/seteuid.c: Just include unix/bsd version.
6017         * sysdeps/unix/bsd/seteuid.c: Disallow arg of -1.
6018         * sysdeps/unix/bsd/setegid.c: Likewise.
6020 Fri Jan 19 13:28:59 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6022         * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not
6023         __tcdrain.
6025         * posix/glob.c (glob): Use prototype in getlogin decl.
6027         * db/ndbm.h: Declare dbm_error, dbm_clearerr.
6028         * db/db/db.c (__dberr): Define with prototype.
6029         (__dbpanic): Use prototypes in casts.
6030         * db/hash/hash_log2.c: Add prototype decl.
6032         * sysdeps/generic/_strerror.c (_strerror_internal): Define with
6033         prototype.
6035         * sysdeps/unix/mkdir.c, syspdep/unix/rmdir.c: Moved from unix/sysv.
6036         They will be overridden with syscalls if extant by unix/syscalls.list.
6038         * Makeconfig (+gccwarn): Add -Wstrict-prototypes.
6040         * stdio-common/printf_fp.c (__printf_fp): Define with prototype.
6041         * stdio-common/vfprintf.c (_IO_helper_overflow): Likewise.
6043 Thu Jan 18 00:32:43 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6045         * io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod.
6047         * sysdeps/unix/sysv/linux/ptrace.c: Use ... decl, and stdarg.h to
6048         get args.
6050         * posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
6051         defines GNU extensions.
6052         * posix/fnmatch.c: Likewise.
6054         Replaced all simple system call files *.S throughout sysdeps/unix
6055         with syscalls.list files to be processed by make-syscalls.sh.
6056         * sysdeps/unix/s-proto.S: New file.
6057         * sysdeps/unix/syscalls.list: New file.
6058         * sysdeps/unix/bsd/syscalls.list: New file.
6059         * sysdeps/unix/bsd/bsd4.4/syscalls.list: New file.
6060         * sysdeps/unix/bsd/hp/m68k/syscalls.list: New file.
6061         * sysdeps/unix/bsd/osf/syscalls.list: New file.
6062         * sysdeps/unix/bsd/osf/alpha/syscalls.list: New file.
6063         * sysdeps/unix/bsd/sony/newsos4/syscalls.list: New file.
6064         * sysdeps/unix/bsd/sun/syscalls.list: New file.
6065         * sysdeps/unix/bsd/sun/sunos4/syscalls.list: New file.
6066         * sysdeps/unix/bsd/ultrix4/syscalls.list: New file.
6067         * sysdeps/unix/common/syscalls.list: New file.
6068         * sysdeps/unix/inet/syscalls.list: New file.
6069         * sysdeps/unix/mman/syscalls.list: New file.
6070         * sysdeps/unix/sysv/syscalls.list: New file.
6071         * sysdeps/unix/sysv/irix4/syscalls.list: New file.
6072         * sysdeps/unix/sysv/isc2.2/syscalls.list: New file.
6073         * sysdeps/unix/sysv/linux/syscalls.list: New file.
6074         * sysdeps/unix/sysv/linux/i386/syscalls.list: New file.
6075         * sysdeps/unix/sysv/sco3.2.4/syscalls.list: New file.
6076         * sysdeps/unix/sysv/sysv4/syscalls.list: New file.
6077         * sysdeps/unix/sysv/sysv4/i386/syscalls.list: New file.
6078         * sysdeps/unix/sysv/sysv4/solaris2/sparc/syscalls.list: New file.
6079         * sysdeps/unix/acct.S: File removed.
6080         * sysdeps/unix/chdir.S: File removed.
6081         * sysdeps/unix/chmod.S: File removed.
6082         * sysdeps/unix/chown.S: File removed.
6083         * sysdeps/unix/chroot.S: File removed.
6084         * sysdeps/unix/close.S: File removed.
6085         * sysdeps/unix/configure: File removed.
6086         * sysdeps/unix/configure.in: File removed.
6087         * sysdeps/unix/dup.S: File removed.
6088         * sysdeps/unix/fcntl.S: File removed.
6089         * sysdeps/unix/fsync.S: File removed.
6090         * sysdeps/unix/getgid.S: File removed.
6091         * sysdeps/unix/getpid.S: File removed.
6092         * sysdeps/unix/getuid.S: File removed.
6093         * sysdeps/unix/ioctl.S: File removed.
6094         * sysdeps/unix/kill.S: File removed.
6095         * sysdeps/unix/link.S: File removed.
6096         * sysdeps/unix/lseek.S: File removed.
6097         * sysdeps/unix/open.S: File removed.
6098         * sysdeps/unix/ptrace.S: File removed.
6099         * sysdeps/unix/read.S: File removed.
6100         * sysdeps/unix/reboot.S: File removed.
6101         * sysdeps/unix/setgid.S: File removed.
6102         * sysdeps/unix/setuid.S: File removed.
6103         * sysdeps/unix/sync.S: File removed.
6104         * sysdeps/unix/umask.S: File removed.
6105         * sysdeps/unix/unlink.S: File removed.
6106         * sysdeps/unix/write.S: File removed.
6107         * sysdeps/unix/bsd/flock.S: File removed.
6108         * sysdeps/unix/bsd/getdtsz.S: File removed.
6109         * sysdeps/unix/bsd/getpagesize.S: File removed.
6110         * sysdeps/unix/bsd/killpg.S: File removed.
6111         * sysdeps/unix/bsd/profil.S: File removed.
6112         * sysdeps/unix/bsd/readv.S: File removed.
6113         * sysdeps/unix/bsd/settimeofday.S: File removed.
6114         * sysdeps/unix/bsd/sigblock.S: File removed.
6115         * sysdeps/unix/bsd/sigpause.S: File removed.
6116         * sysdeps/unix/bsd/sigsetmask.S: File removed.
6117         * sysdeps/unix/bsd/sigstack.S: File removed.
6118         * sysdeps/unix/bsd/sigvec.S: File removed.
6119         * sysdeps/unix/bsd/utimes.S: File removed.
6120         * sysdeps/unix/bsd/writev.S: File removed.
6121         * sysdeps/unix/bsd/bsd4.4/chflags.S: File removed.
6122         * sysdeps/unix/bsd/bsd4.4/fchdir.S: File removed.
6123         * sysdeps/unix/bsd/bsd4.4/fchflags.S: File removed.
6124         * sysdeps/unix/bsd/bsd4.4/getdents.S: File removed.
6125         * sysdeps/unix/bsd/bsd4.4/getdomain.S: File removed.
6126         * sysdeps/unix/bsd/bsd4.4/revoke.S: File removed.
6127         * sysdeps/unix/bsd/bsd4.4/setdomain.S: File removed.
6128         * sysdeps/unix/bsd/bsd4.4/setegid.S: File removed.
6129         * sysdeps/unix/bsd/bsd4.4/seteuid.S: File removed.
6130         * sysdeps/unix/bsd/bsd4.4/setlogin.S: File removed.
6131         * sysdeps/unix/bsd/bsd4.4/setsid.S: File removed.
6132         * sysdeps/unix/bsd/bsd4.4/sigaltstack.S: File removed.
6133         * sysdeps/unix/bsd/bsd4.4/wait4.S: File removed.
6134         * sysdeps/unix/bsd/hp/m68k/getdents.S: File removed.
6135         * sysdeps/unix/bsd/osf/msync.S: File removed.
6136         * sysdeps/unix/bsd/osf/alpha/wait4.S: File removed.
6137         * sysdeps/unix/bsd/sony/newsos4/fchdir.S: File removed.
6138         * sysdeps/unix/bsd/sony/newsos4/sys_wait4.S: File removed.
6139         * sysdeps/unix/bsd/sun/getdents.S: File removed.
6140         * sysdeps/unix/bsd/sun/sunos3/m68k/wait.S: File removed.
6141         * sysdeps/unix/bsd/sun/sunos4/msync.S: File removed.
6142         * sysdeps/unix/bsd/sun/sunos4/poll.S: File removed.
6143         * sysdeps/unix/bsd/sun/sunos4/setsid.S: File removed.
6144         * sysdeps/unix/bsd/sun/sunos4/sys_mmap.S: File removed.
6145         * sysdeps/unix/bsd/sun/sunos4/sys_wait4.S: File removed.
6146         * sysdeps/unix/bsd/sun/sunos4/uname.S: File removed.
6147         * sysdeps/unix/bsd/ultrix4/getdents.S: File removed.
6148         * sysdeps/unix/bsd/ultrix4/setsid.S: File removed.
6149         * sysdeps/unix/bsd/ultrix4/uname.S: File removed.
6150         * sysdeps/unix/common/access.S: File removed.
6151         * sysdeps/unix/common/adjtime.S: File removed.
6152         * sysdeps/unix/common/dup2.S: File removed.
6153         * sysdeps/unix/common/fchmod.S: File removed.
6154         * sysdeps/unix/common/fchown.S: File removed.
6155         * sysdeps/unix/common/ftruncate.S: File removed.
6156         * sysdeps/unix/common/getgroups.S: File removed.
6157         * sysdeps/unix/common/getitimer.S: File removed.
6158         * sysdeps/unix/common/getpgid.S: File removed.
6159         * sysdeps/unix/common/getpriority.S: File removed.
6160         * sysdeps/unix/common/getrlimit.S: File removed.
6161         * sysdeps/unix/common/getrusage.S: File removed.
6162         * sysdeps/unix/common/gettimeofday.S: File removed.
6163         * sysdeps/unix/common/mkdir.S: File removed.
6164         * sysdeps/unix/common/readlink.S: File removed.
6165         * sysdeps/unix/common/rename.S: File removed.
6166         * sysdeps/unix/common/rmdir.S: File removed.
6167         * sysdeps/unix/common/select.S: File removed.
6168         * sysdeps/unix/common/setgroups.S: File removed.
6169         * sysdeps/unix/common/setitimer.S: File removed.
6170         * sysdeps/unix/common/setpgid.S: File removed.
6171         * sysdeps/unix/common/setpriority.S: File removed.
6172         * sysdeps/unix/common/setregid.S: File removed.
6173         * sysdeps/unix/common/setreuid.S: File removed.
6174         * sysdeps/unix/common/setrlimit.S: File removed.
6175         * sysdeps/unix/common/swapon.S: File removed.
6176         * sysdeps/unix/common/symlink.S: File removed.
6177         * sysdeps/unix/common/truncate.S: File removed.
6178         * sysdeps/unix/common/vhangup.S: File removed.
6179         * sysdeps/unix/inet/accept.S: File removed.
6180         * sysdeps/unix/inet/bind.S: File removed.
6181         * sysdeps/unix/inet/connect.S: File removed.
6182         * sysdeps/unix/inet/gethostid.S: File removed.
6183         * sysdeps/unix/inet/gethostname.S: File removed.
6184         * sysdeps/unix/inet/getpeername.S: File removed.
6185         * sysdeps/unix/inet/getsockname.S: File removed.
6186         * sysdeps/unix/inet/getsockopt.S: File removed.
6187         * sysdeps/unix/inet/listen.S: File removed.
6188         * sysdeps/unix/inet/recv.S: File removed.
6189         * sysdeps/unix/inet/recvfrom.S: File removed.
6190         * sysdeps/unix/inet/recvmsg.S: File removed.
6191         * sysdeps/unix/inet/send.S: File removed.
6192         * sysdeps/unix/inet/sendmsg.S: File removed.
6193         * sysdeps/unix/inet/sendto.S: File removed.
6194         * sysdeps/unix/inet/sethostid.S: File removed.
6195         * sysdeps/unix/inet/sethostname.S: File removed.
6196         * sysdeps/unix/inet/setsockopt.S: File removed.
6197         * sysdeps/unix/inet/shutdown.S: File removed.
6198         * sysdeps/unix/inet/socket.S: File removed.
6199         * sysdeps/unix/inet/socketpair.S: File removed.
6200         * sysdeps/unix/mman/madvise.S: File removed.
6201         * sysdeps/unix/mman/mmap.S: File removed.
6202         * sysdeps/unix/mman/mprotect.S: File removed.
6203         * sysdeps/unix/mman/msync.S: File removed.
6204         * sysdeps/unix/mman/munmap.S: File removed.
6205         * sysdeps/unix/sysv/alarm.S: File removed.
6206         * sysdeps/unix/sysv/ftime.S: File removed.
6207         * sysdeps/unix/sysv/nice.S: File removed.
6208         * sysdeps/unix/sysv/pause.S: File removed.
6209         * sysdeps/unix/sysv/poll.S: File removed.
6210         * sysdeps/unix/sysv/s_getdents.S: File removed.
6211         * sysdeps/unix/sysv/signal.S: File removed.
6212         * sysdeps/unix/sysv/stime.S: File removed.
6213         * sysdeps/unix/sysv/time.S: File removed.
6214         * sysdeps/unix/sysv/times.S: File removed.
6215         * sysdeps/unix/sysv/ulimit.S: File removed.
6216         * sysdeps/unix/sysv/uname.S: File removed.
6217         * sysdeps/unix/sysv/utime.S: File removed.
6218         * sysdeps/unix/sysv/irix4/getpgid.S: File removed.
6219         * sysdeps/unix/sysv/irix4/msync.S: File removed.
6220         * sysdeps/unix/sysv/irix4/setpgid.S: File removed.
6221         * sysdeps/unix/sysv/irix4/signal.S: File removed.
6222         * sysdeps/unix/sysv/irix4/sysmp.S: File removed.
6223         * sysdeps/unix/sysv/irix4/syssgi.S: File removed.
6224         * sysdeps/unix/sysv/isc2.2/rename.S: File removed.
6225         * sysdeps/unix/sysv/linux/adjtimex.S: File removed.
6226         * sysdeps/unix/sysv/linux/fork.S: File removed.
6227         * sysdeps/unix/sysv/linux/getpgid.S: File removed.
6228         * sysdeps/unix/sysv/linux/getpgrp.S: File removed.
6229         * sysdeps/unix/sysv/linux/getsid.S: File removed.
6230         * sysdeps/unix/sysv/linux/gtty.S: File removed.
6231         * sysdeps/unix/sysv/linux/mlock.S: File removed.
6232         * sysdeps/unix/sysv/linux/mlockall.S: File removed.
6233         * sysdeps/unix/sysv/linux/mount.S: File removed.
6234         * sysdeps/unix/sysv/linux/munlock.S: File removed.
6235         * sysdeps/unix/sysv/linux/munlockall.S: File removed.
6236         * sysdeps/unix/sysv/linux/pipe.S: File removed.
6237         * sysdeps/unix/sysv/linux/s_ptrace.S: File removed.
6238         * sysdeps/unix/sysv/linux/setpgid.S: File removed.
6239         * sysdeps/unix/sysv/linux/setsid.S: File removed.
6240         * sysdeps/unix/sysv/linux/settimeofday.S: File removed.
6241         * sysdeps/unix/sysv/linux/sigpending.S: File removed.
6242         * sysdeps/unix/sysv/linux/stty.S: File removed.
6243         * sysdeps/unix/sysv/linux/umount.S: File removed.
6244         * sysdeps/unix/sysv/linux/wait4.S: File removed.
6245         * sysdeps/unix/sysv/linux/i386/ipc.S: File removed.
6246         * sysdeps/unix/sysv/sco3.2.4/pathconf.S: File removed.
6247         * sysdeps/unix/sysv/sco3.2.4/pgrpsys.S: File removed.
6248         * sysdeps/unix/sysv/sco3.2.4/sco_getgrp.S: File removed.
6249         * sysdeps/unix/sysv/sco3.2.4/sigpending.S: File removed.
6250         * sysdeps/unix/sysv/sco3.2.4/sigprocmask.S: File removed.
6251         * sysdeps/unix/sysv/sco3.2.4/sigsuspend.S: File removed.
6252         * sysdeps/unix/sysv/sysv4/pgrpsys.S: File removed.
6253         * sysdeps/unix/sysv/sysv4/sigprocmask.S: File removed.
6254         * sysdeps/unix/sysv/sysv4/sigsuspend.S: File removed.
6255         * sysdeps/unix/sysv/sysv4/sysconfig.S: File removed.
6256         * sysdeps/unix/sysv/sysv4/sysinfo.S: File removed.
6257         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys-sig.S: File removed.
6259         * io/mknod.c: New file.
6261         * Makerules (COMPILE.s): New variable.
6263         * sysdeps/unix/Makefile (sysd-syscalls): New target; generate with
6264         make-syscalls.sh and include it.
6265         [$(subdir)=misc] (sysdep_routines): Append extra syscalls from
6266         sysd-syscalls.
6267         * sysdeps/unix/make-syscalls.sh: New file.
6269         * Makerules (COMPILE.S): New variable.
6271 Wed Jan 17 11:04:58 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6273         * sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,
6274         _STAT_VER_SVR4, _STAT_VER): New macros.
6275         (_MKNOD_VER_LINUX, _MKNOD_VER_SVR4, _MKNOD_VER): New macros.
6277         * sysdeps/unix/sysv/sysv4/i386/statbuf.h (_STAT_VER, _MKNOD_VER):
6278         New macros.
6280         * io/sys/stat.h (_STAT_VER, _MKNOD_VER): New macros.
6281         (__xstat, __fxstat, __lxstat, __xmknod): Declare new functions.
6282         [__GNUC__] (stat, fstat, lstat, mknod): Define these (and __ names)
6283         as `extern inline's calling the `x' functions.
6284         * io/fstat.c: New file.
6285         * io/lstat.c: New file.
6286         * io/stat.c: New file.
6287         * sysdeps/generic/lstat.c: File removed.
6288         * sysdeps/generic/lxstat.c: New file.
6289         * sysdeps/mach/hurd/fstat.c: File removed.
6290         * sysdeps/mach/hurd/fxstat.c: New file.
6291         * sysdeps/mach/hurd/lstat.c: File removed.
6292         * sysdeps/mach/hurd/lxstat.c: New file.
6293         * sysdeps/mach/hurd/mknod.c: File removed.
6294         * sysdeps/mach/hurd/stat.c: File removed.
6295         * sysdeps/mach/hurd/xmknod.c: New file.
6296         * sysdeps/mach/hurd/xstat.c: New file.
6297         * sysdeps/stub/fstat.c: File removed.
6298         * sysdeps/stub/fxstat.c: New file.
6299         * sysdeps/stub/lstat.c: File removed.
6300         * sysdeps/stub/lxstat.c: New file.
6301         * sysdeps/stub/mknod.c: File removed.
6302         * sysdeps/stub/stat.c: File removed.
6303         * sysdeps/stub/xmknod.c: New file.
6304         * sysdeps/stub/xstat.c: New file.
6305         * sysdeps/unix/common/lstat.S: File removed.
6306         * sysdeps/unix/common/lxstat.c: New file.
6307         * sysdeps/unix/fstat.S: File removed.
6308         * sysdeps/unix/fxstat.c: New file.
6309         * sysdeps/unix/mknod.S: File removed.
6310         * sysdeps/unix/stat.S: File removed.
6311         * sysdeps/unix/sysv/linux/fstat.c: File removed.
6312         * sysdeps/unix/sysv/linux/i386/fxstat.S: File removed.
6313         * sysdeps/unix/sysv/linux/i386/lxstat.S: File removed.
6314         * sysdeps/unix/sysv/linux/i386/xmknod.S: File removed.
6315         * sysdeps/unix/sysv/linux/i386/xstat.S: File removed.
6316         * sysdeps/unix/sysv/linux/lstat.c: File removed.
6317         * sysdeps/unix/sysv/linux/mknod.c: File removed.
6318         * sysdeps/unix/sysv/linux/stat.c: File removed.
6319         * sysdeps/unix/sysv/sysv4/i386/fstat.S: File removed.
6320         * sysdeps/unix/sysv/sysv4/i386/lstat.S: File removed.
6321         * sysdeps/unix/sysv/sysv4/i386/mknod.S: File removed.
6322         * sysdeps/unix/sysv/sysv4/i386/stat.S: File removed.
6323         * sysdeps/unix/xmknod.c: New file.
6324         * sysdeps/unix/xstat.c: New file.
6325         * sysdeps/unix/mkfifo.c: Use __xmknod instead of __mknod.
6326         * misc/Makefile (routines): Remove mknod.
6328         * sysdeps/ieee754/ieee754.h (union ieee854_long_double.ieee_nan):
6329         Add missing ; in little-endian case.
6331         * elf/dynamic-link.h [ELF_MACHINE_NO_REL] (ELF_DYNAMIC_DO_REL):
6332         Define this instead of ELF_DYNAMIC_DO_RELA.
6334         * sysdeps/unix/sysv/time.S: Moved from sysv4.
6335         * sysdeps/unix/sysv/irix4/time.S: File removed.
6337         * sysdeps/unix/sysv/linux/signum.h: Moved from
6338         sysdeps/unix/sysv/linux/i386.
6339         (_NSIG): Move inside #ifdef _SIGNAL_H.
6341 Tue Jan 16 17:37:39 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6343         * sysdeps/unix/seekdir.c: Don't modify POS before seeking.
6344         * sysdeps/unix/telldir.c: Fix position calculation to account for
6345         buffered data properly.
6347         * sysdeps/m68k/Makefile (crypt): Don't define if building a shared
6348         library.
6350         * csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).
6351         * csu/gmon-start.c (__gmon_start__): Renamed from gmon_start, made
6352         global.
6353         [! HAVE_INITFINI]: Only make it a constructor in this case.
6355         * gmon/Makefile (CFLAGS-mcount.c): New variable.
6356         (mcount.po): New target.
6358         * Makeconfig (CFLAGS): Append $(CFLAGS-$(<F)).
6360         * csu/Makefile [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI.
6361         (initfini): Compile initfini.c with -fPIC.
6363 Sun Jan 14 01:01:10 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
6365         * sysdeps/mips/bytesex.h: Add default byte sex.  By Ralf Baechle.
6367         * sysdeps/unix/sysv/linux/adjtime.c [! MOD_OFFSET]: Use `mode'
6368         member of `struct timex' instead of `modes'.  From Andreas Schwab.
6370         * sysdeps/unix/sysv/linux/mknod.c: New file.  Generic C version.
6371         * sysdeps/unix/sysv/linux/i386/mknod.S: Remove assembler version.
6373         * sysdeps/unix/sysv/linux/Makefile (inhibit-glue): New variable.
6374         [$(subdir) = misc] (sysdep_routines): Add mount, umount, and s_ptrace.
6375         [$(subdir) = misc] (headers): Append sys/mount.h.
6377         * sysdeps/unix/sysv/linux/mount.S, sysdeps/unix/sysv/linux/umount.S:
6378         New files.  Implement system calls.
6379         * sysdeps/unix/sysv/linux/sys/mount.h: New header file.
6381         * sysdeps/unix/sysv/linux/ptrace.c: New file.  Wrapper around
6382         ptrace system call.
6383         * sysdeps/unix/sysv/linux/s_ptrace.S: New file: ptrace system call.
6385         * sysdeps/unix/sysv/linux/i386/gnu/types.h: New file with correct
6386         types for i386/Linux.
6388 Sun Jan 14 17:51:09 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6390         * MakeTAGS (all-sources, all-headers): Always search the
6391         current directory first.
6393         * db/btree/bt_seq.c (__bt_first): Return RET_SPECIAL when key not
6394         found.
6396         * stdio-common/vfscanf.c (inchar, conv_error, input_error,
6397         memory_error): Add cast to void to avoid gcc warning.
6398         (vfscanf): Rewrite character class parsing to make it more efficient.
6400         * misc/efgcvt_r.c (ecvt_r): Handle negative values.
6402         * stdlib/stdlib.h: Replace __CONSTVALUE by attribute.
6403         * stdlib/abs.c, stdlib/div.c, stdlib/labs.c, stdlib/ldiv.c,
6404         sysdeps/generic/hypot.c: Remove obsolete __CONSTVALUE.
6406         * stdio-common/printf_fp.c (__printf_fp): Fix parameter
6407         declaration.
6409         * sysdeps/generic/putenv.c (putenv): Fix second argument of
6410         setenv.
6412         * sysdeps/ieee754/hypot.c: New file, extracted out of cabs.c.
6413         * sysdeps/ieee754/cabs.c: Don't define hypot here.
6415         * sysdeps/ieee754/ieee754.h (union ieee854_long_double): Fix
6416         definition of ieee_nan alternative.
6418         * sysdeps/m68k/__longjmp.c, sysdeps/m68k/setjmp.c: Add register
6419         prefix spec.
6421         * sysdeps/m68k/ffs.c (ffs): Fix register constraint.
6423         * sysdeps/m68k/fpu/__math.h: Include <errno.h>.  Replace obsolete
6424         __CONSTVALUE by attribute.
6425         (floor): Round to negative infinity.
6426         (rint, expm1) [__NO_MATH_INLINES]: Don't define, to avoid type
6427         clash when compiling source.
6428         (pow): Handle x == 0 and x < 0.
6429         (ceil, __isinf, __isnan): Fix register constraints.
6430         (__isinfl, __isnanl): Added.
6431         * sysdeps/m68k/fpu/acos.c, sysdeps/m68k/fpu/atan2.c,
6432         sysdeps/m68k/fpu/fmod.c, sysdeps/m68k/fpu/ldexp.c,
6433         sysdeps/m68k/fpu/pow.c: Remove obsolete __CONSTVALUE.
6435         * sysdeps/m68k/bsd-_setjmp.S, sysdeps/m68k/bsd-setjmp.S: Fix
6436         assembler syntax.
6438         * sysdeps/unix/bsd/bsd4.4/fchdir.S (fchdir): Take only one
6439         argument.
6441         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Fix timeval to
6442         clock_t conversion.
6443         (clock): Don't multiply by CLOCKS_PER_SEC.
6445         * sysdeps/unix/bsd/poll.c (poll): Fix msec to timeval conversion.
6447         * sysdeps/unix/bsd/sun/m68k/brk.S (brk): Compare with address of
6448         __end.
6450         * sysdeps/unix/bsd/sun/m68k/vfork.S: Fix assembler syntax.
6452         * sysdeps/unix/bsd/ualarm.c (ualarm): Fix timeval calculation.
6454         * sysdeps/unix/bsd/vax/vfork.S: Remove duplicate label.
6456 Sun Jan 14 01:01:10 1996  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
6458         * stdlib/strtol.c: Return correct pointer for strings
6459         like "0xyz" and base 0 or 16.
6461         * string/strxfrm.c: Handle case for LENGTH == 0 correct.
6463         * sunrpc/etc.rpc: Add some more known protocols.
6465 Fri Jan 12 13:40:01 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6467         * posix/gnu/types.h: Moved to sysdeps/generic/gnu/types.h.
6469         * posix/glob.c (glob): Add parens in glob call flags arg for
6470         GLOB_BRACE case.
6472         * string/string.h (strdupa): New macro.
6474         * stdio-common/vfscanf.c (%[): Grok ] as first char in set, not
6475         terminator on empty set.  From drepper.
6477 Thu Jan 11 13:09:20 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6479         * elf/do-rel.h (elf_dynamic_do_rel): Use referring symbol as
6480         referent for STB_LOCAL.
6482 Wed Jan 10 10:11:39 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6484         * time/africa, time/antarctica, time/asia, time/australasia,
6485         time/europe, time/northamerica, time/pacificnew, time/solar87,
6486         time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
6488 Tue Jan  9 16:10:26 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6490         * elf/dl-load.c (_dl_map_object_from_fd): After mapping first
6491         segment to find location, mprotect excess region to no access,
6492         don't munmap it.
6494         * sysdeps/mach/hurd/dl-sysdep.c (mmap): If vm_map returns
6495         KERN_NO_SPACE for fixed location, deallocate it and try again.
6497 Mon Jan  8 17:43:23 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6499         * locale/Makefile (lib-modules): Renamed hash to locfile-hash.
6500         * locale/hash.c: Renamed to locale/locfile-hash.c.
6502 Sat Jan  6 16:39:14 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6504         * Makefile (subdirs): Added db.
6506         * resolv/Makefile (routines): Add res_data.
6507         * resolv/res_data.c, resolv/res_debug.c, resolv/resolv.h:
6508         Updated from BIND 4.9.3 final release.
6510         * elf/dynamic-link.h (elf_get_dynamic_info): Handle
6511         processor-specific tags.
6512         (ELF_DYNAMIC_DO_REL, ELF_DYNAMIC_DO_RELA): Handle absent DT_PLTREL tag.
6514         * elf/elf.h (DT_MIPS_NUM, DT_PROCNUM): New macros.
6515         * elf/link.h (struct link_map): Extend `l_info' by DT_PROCNUM.
6517         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Take new
6518         arg LAZY.  Only do our work if LAZY and there is a DT_JMPREL record.
6519         * elf/dl-reloc.c (_dl_relocate_object): Call
6520         elf_machine_runtime_setup unconditionally, and pass it LAZY flag.
6522         * elf/dl-load.c: Fixed ELFMAG check to work for either byte order.
6523         Align end of load segment only to page size, not to segment alignment.
6525 Thu Jan  4 11:35:18 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6527         * sysdeps/mach/hurd/setitimer.c: Code rearranged a bit to use new
6528         preemption interface.
6530         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6531         Use _hurdsig_catch_memory_fault.
6533         * hurd/Makefile (headers): Add hurd/sigpreempt.h.
6534         (sig): Add catch-signal.
6536         * hurd/hurdfault.c (_hurdsig_fault_catch_exception_raise):
6537         Rewritten using a preempter in new interface.
6538         * hurd/hurdfault.h (_hurdsig_catch_fault): Likewise.
6539         (_hurdsig_catch_memory_fault): New macro.
6541 Wed Jan  3 20:23:42 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6543         * hurd/catch-signal.c: New file.
6545         * hurd/intr-msg.c: When restarting RPC, fetch a new reply port.
6547         * hurd/hurdsig.c: Use new hurdfault.h interface.
6548         (abort_all_rpcs): Mutate return value to EINTR in threads whose
6549         replies we will wait for.
6551         * hurd/hurdkill.c (_hurd_sig_post): When doing pgrp, make sure we
6552         do ourselves last.
6554 Wed Jan  3 19:17:10 1996  Miles Bader  <miles@gnu.ai.mit.edu>
6556         * sysdeps/mach/hurd/access.c (__access): Put the uid/gid arguments
6557         to auth_makeauth() in the right order.
6559 Wed Jan  3 17:19:04 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6561         * sysdeps/generic/strsep.c: Rewritten.
6563         * sysdeps/mach/hurd/fork.c: Use a different workaround for the
6564         suspended page fault deadlock kernel bug: thread_abort our signal
6565         thread first thing after proc_dostop.
6567         * sysdeps/mach/hurd/setgid.c: Rewrote gid frobnication to
6568         recognize rootness properly.
6570 Tue Jan  2 00:50:10 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6572         * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'.
6573         (hurd_preempt_signals, hurd_unpreempt_signals): Decls removed.
6574         * hurd/hurd/sigpreempt.h: New file.
6575         * hurd/preempt-sig.c: Rewritten with new interface.
6576         * sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Remove local signal
6577         preempters being unwound past.
6578         * hurd/hurdsig.c: Use new signal preemption interface.
6580         * db: New directory, 4.4 BSD db package incorporated from BSD db-1.85
6581         release.
6583         * sysdeps/unix/sysv/linux/sys/param.h: Several new macros for BSD
6584         compatibility.
6586         * misc/queue.h: New file, incorporated from 4.4BSD.
6587         * misc/Makefile (headers): Add queue.h.
6589         * posix/sys/types.h [__USE_BSD]: Include endian.h.
6591         * io/sys/stat.h (DEFFILEMODE, ALLPERMS, ACCESSPERMS, S_BLKSIZE):
6592         New macros.
6594 Thu Dec 28 10:21:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6596         * sysdeps/generic/confname.h: Define all names as self-referential
6597         macros so #ifdef works.
6599         * hurd/preempt-sig.c (hurd_unpreempt_signals): Remove bogus asgnmt
6600         of _hurd_signal_preempters[SIGNO].
6602 Mon Dec 25 20:56:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6604         * sysdeps/mach/hurd/bind.c: Translate EEXIST from dir_link into
6605         EADDRINUSE.  If translated node doesn't grok ifsock protocol,
6606         return EADDRINUSE.
6608         * sysdeps/mach/hurd/connect.c: Make address arg
6609         `const struct sockaddr_un *'.
6610         The redecl is kosher and avoids another variable for AF_LOCAL case.
6611         * sysdeps/mach/hurd/sendto.c: Likewise.
6612         * sysdeps/mach/hurd/bind.c: Likewise.
6614         * socket/sys/socket.h (__SOCKADDR_ARG): Enable transparent_union
6615         code for GCC >= 2.7; use __transparent_union__ for name safety;
6616         add several sockaddr flavors.
6617         (__SOCKADDR_ALLTYPES, __SOCKADDR_ONETYPE): New macros used in
6618         constructing the transparent union declarations.
6619         (__CONST_SOCKADDR_ARG): New type (or macro if not GCC 2.7).
6620         (bind, connect, sendto): Make the sockaddr argument use that.
6622 Fri Dec 22 00:57:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6624         * sysdeps/mach/hurd/setgid.c: In root case, store into NEWAUX, not
6625         old vector.
6626         * sysdeps/mach/hurd/setuid.c: Likewise.
6628         * sysdeps/mach/hurd/setuid.c: Rewrote ID frobnication to do the
6629         right thing.
6630         * sysdeps/mach/hurd/setgid.c: Likewise.
6631         * sysdeps/mach/hurd/setreuid.c: Likewise.
6632         * sysdeps/mach/hurd/setregid.c: Likewise.
6633         * sysdeps/mach/hurd/setegid.c: Likewise.
6634         * sysdeps/mach/hurd/seteuid.c: Likewise.
6636         * sysdeps/mach/hurd/fork.c: Peek __mach_task_self_ value before
6637         proc_dostop call to work around kernel paging bug.
6639 Fri Dec 22 00:38:00 1995  H.J. Lu  <hjl@nynexst.com>
6641         * stdio-common/vfscanf.c: Correctly handle white space skipping.
6642         * stdio-common/Makefile (tests): Add bug11.
6643         * stdio-common/bug11.c: New file.
6645 Thu Dec 21 12:19:32 1995  Miles Bader  <miles@gnu.ai.mit.edu>
6647         * sysdeps/mach/hurd/setuid.c (__setuid): Actually add the new uid
6648         instead of putting it (and other uids) in the gids and leaving the
6649         old uids as is.
6651 Wed Dec 20 18:23:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6653         * stdio/internals.c (flushbuf): If the target is -1, always
6654         discard the buffer of read data.
6655         Only set TWIDDLED flag in !ALIGNED case.
6656         Never increment target or offset when old value is -1.
6658 Tue Dec 19 17:00:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6660         * hurd/hurdpid.c (_S_msg_proc_newids): Only run the hook when the
6661         pgrp changes.
6663 Mon Dec 18 13:40:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6665         * stdio/fread.c: Don't increment __offset when it's -1.
6667         * elf/rtld.c (dl_main): Prepend tab to "statically linked".  Exit
6668         0 in that case.
6670         * misc/err.c (vwarnx, vwarn): Fix major brainos.
6672         * sysdeps/mach/hurd/dl-sysdep.c (mmap): Fix setting of
6673         inheritance.
6675 Sun Dec 17 15:56:35 1995  Miles Bader  <miles@gnu.ai.mit.edu>
6677         * misc/getpass.c (getpass): Don't barf if getline returns a null BUF.
6679 Sat Dec 16 10:33:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6681         * Makerules: Use $(do-install-so) for installing shared objects.
6682         (do-install-so): New canned sequence.  Make a symlink LIB.so after
6683         installing LIB.so.VERSION.
6685         * inet/netinet/in.h: Fixed typo in IPPORT_WHOIS.
6687 Fri Dec 15 04:41:22 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
6689         * stdio-common/Makefile (tests): Add bug10.
6690         * stdio-common/bug10.c: New file.  From HJ Lu.
6692         * stdio-common/tstdiomisc.c: Make more test-suite like: exit
6693         status tells about successful run.
6695         * stdio-common/vfscanf.c [!USE_IN_LIBIO]: Use `flags' to check
6696         format correctness.
6697         Correct handling of trailing white spaces in format + EOF.
6699 Fri Dec 15 01:31:56 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
6701         * stdio-common/Makefile (tests): Add bug8 and bug9.
6702         * stdio-common/bug8.c, stdio-common/bug9.c: New tests.
6704         * stdio-common/vfscanf.c: Fix bug in dynamic buffer handling.
6706         * stdlib/strtod.c: Correct spelling: nominator -> numerator.
6707         Thanks to Jim Meyering.
6709 Sat Nov 25 06:05:12 1995  H.J. Lu  <hjl@nynexst.com>
6711         * stdio-common/vfscanf.c: Always check width !=0.
6712         Correctly handle %%.
6714 Thu Dec 14 02:28:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6716         * posix/glob.c (glob_in_dir): Cast result of opendir to __ptr_t,
6717         and cast STREAM to DIR * before passing to readdir and closedir.
6719 Wed Dec 13 22:06:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6721         * hurd/hurdsig.c (_hurd_internal_post_signal: suspend): Reply
6722         after aborting RPCs but before calling proc_mark_stop.
6724 Mon Dec 11 20:07:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6726         * posix/glob.c [! STDC_HEADERS]: Declare getenv.
6727         (glob): Avoid using function as value.
6729         * elf/rtld.c (dl_main): When mapping argument executable, set
6730         l_name to "", not l_libname.
6731         After loading DT_NEEDED library, set its l_type to lt_library.
6733         * sysdeps/mach/hurd/mmap.c: Don't interpret MAP_INHERIT to mean
6734         VM_INHERIT.  We can't handle MAP_INHERIT easily.
6735         Handle non-page-aligned addresses if congruent to offset.
6737         * elf/dl-init.c: Skip the initializer for l_type lt_executable
6738         with l_name "". Start at _dl_loaded; don't skip the first element.
6740         * elf/dl-load.c (MAP_FILE): Define to zero if undefined.
6741         (MAP_COPY): Define to MAP_PRIVATE if undefined.
6742         (_dl_map_object_from_fd): Don't use MAP_INHERIT in mmap calls.
6743         If file it ET_EXEC, set its l_type to lt_executable.
6745 Sun Dec 10 09:56:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6747         * elf/dl-minimal.c (malloc): Use MAP_PRIVATE in mmap call.
6749 Fri Dec  8 13:04:51 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6751         * locale/error.c, locale/error.h: Files removed.
6752         * locale/Makefile (distribute): Remove error.h.
6753         (lib-modules): Remove error.
6755         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): For "tty"
6756         magic, return ENXIO if no ctty.
6758         * sysdeps/mach/hurd/mmap.c: For MAP_FIXED, deallocate a previous
6759         mapping if vm_map fails for that reason.
6761         * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE,
6762         GLOB_TILDE, GLOB_NOMAGIC.
6763         (glob): Use stat instead of lstat to determine directoriness.
6764         * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
6765         New flag bits.
6766         (__GLOB_FLAGS): Include them.
6767         (glob_t): New members gl_closedir, gl_readdir, gl_opendir, gl_lstat,
6768         gl_stat.
6770         * elf/elf.h (ET_NUM, SHT_NUM, STB_NUM, STT_NUM, PT_NUM): New macros.
6772         * sysdeps/unix/sysv/linux/sys/mman.h: Include <linux/mman.h> to
6773         define all the bit values.
6774         (MAP_*, MCL_*): Macros removed.
6776 Thu Dec  7 02:27:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6778         * resolv/res_comp.c, resolv/res_debug.c, resolv/res_send.c:
6779         Updated from BIND 4.9.3-BETA27.
6781 Wed Dec  6 18:44:01 1995  Miles Bader  <miles@gnu.ai.mit.edu>
6783         * sysdeps/mach/hurd/select.c (__select): Swap size args to mach_msg.
6785         * sysdeps/mach/hurd/select.c (__select): Frob TYPES correctly when
6786         we get a delayed reply.
6787         Only grab values out of entries in TYPES that have SELECT_RETURNED
6788         turned on, and turn it on whenever an rpc returns.
6789         Only clear bits in the user's fdsets -- those needing to be set
6790         should be already.
6791         Use SELECT_ALL in appropiate places.
6792         (SELECT_RETURNED, SELECT_ALL): New macros.
6794 Wed Dec  6 09:10:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6796         * sysdeps/mach/hurd/sys/param.h (NBBY): New macro.
6798         * gnu-versions.h (_GNU_GLOB_INTERFACE_VERSION): New macro.
6800 Tue Dec  5 14:00:17 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6802         * misc/Makefile (headers): Add error.h, err.h.
6803         (routines): Add error, err.
6804         (gpl2lgpl): New variable.
6805         * misc/err.c: New file.
6806         * misc/err.h: New file.
6807         * misc/error.c, misc/error.h: New files.
6809         * sysdeps/mach/hurd/ioctl.c: Fix typo in last change.
6811         * Makeconfig (+link): Translate libc% from $^, not just libc.a.
6812         (link-libc): Append $(libc.so-version) to libc.so.
6813         (built-program-cmd): Fix comma usage.
6814         * Makerules [libc.so-version] (libc.so$(libc.so-version)): Make a
6815         symlink to libc.so in the build directory.
6816         * Rules ($(others) $(tests)): Depend on the library that appears
6817         in $(link-libc).
6818         (%.out): Use $(built-program-cmd) in commands.
6820         * posix/unistd.h [__USE_MISC]: Declare brk, sbrk.
6822         * sysdeps/generic/setenv.c: Added canonical portability cruft.
6823         (setenv): Use realloc on LAST_ENVIRON instead of always copying.
6824         (unsetenv): New function.
6825         * stdlib/stdlib.h [__USE_BSD]: Declare unsetenv.
6826         * sysdeps/generic/putenv.c: Rewritten using setenv and unsetenv.
6828 Tue Dec  5 02:27:32 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
6830         * libio/Makefile (routines): Remove iofscanf, add iopopen, pclose.
6832         * libio/iofscanf.c: Remove file.
6834         * libio/iogetdelim.c (_IO_getdelim): Correct stupid bug at string
6835         termination.
6837         * libio/iopopen.c: New file from GNU libio.
6839         * libio/memstream.c: Fixed bug in fclose handling.  Instead of
6840         providing a close callback we need a finish callback.
6842         * libio/pclose.c: New file.  Derived from popen.c in GNU libio.
6844         * posix/gnu/types.h: Fixed typo.
6846         * stdio-common/errnobug.c: fputs returns EOF in error case.  Do
6847         not test for != 0.
6849         * stdio-common/printf-parse.h (parse_one_spec): Do not force
6850         padding with ' ' if precision is given.  Fix by HJ Lu.
6852         * stdio-common/printf_fp.c: Fix comment.
6854         * stdio-common/tfformat.c, stdio-common/tiformat.c,
6855         stdio-common/tstdiomisc.c: New files from GNU libio test suite.
6857         * stdio-common/tstgetln.c: Provide ssize_t type when testing
6858         libio.
6860         * stdio-common/vfprintf.c (outchar): Use PUTC instead of putc.
6861         (vfprintf): Cleasr args_type array before using it.
6862         When printing 0 as an integer with precision 0 nothing must be
6863         written for the number.
6864         Based on patch by HJ Lu.
6866         * stdio-common/vfscanf.c: Remove fixed input buffer.  Now we
6867         have a dynamically extended buffer.
6869         * stdlib/strtod.c: Merge with version in Linux libc.  This fixes
6870         some bugs with handling of very small numbers and has different
6871         solution for formaer patches.
6873         * sysdeps/i386/i586/add_n.S, sysdeps/i386/i586/sub_n.S: Rename
6874         macros r1 and r2 to t1, and t2 resp.  This is necessary because
6875         glibc headers also define r1.
6877 Mon Dec  4 12:10:28 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6879         * stdlib/gen-mpn-copy (translations): Updated for new layout in
6880         GMP 1.910.
6882         * malloc/malloc.c (__malloc_initialize): Renamed from initialize;
6883         made global.
6884         (malloc): Caller changed.
6885         * malloc/realloc.c (realloc): Call __malloc_initialize if
6886         necessary, before checking hook.
6887         * malloc/malloc.h: Declare __malloc_initialize.
6889         * sysdeps/mach/hurd/ioctl.c: For IOC_VOID request, send ARG itself
6890         as integer_t arg in RPC.
6892 Sat Dec  2 03:47:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6894         * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.
6895         (_hurd_set_brk): Try to allocate more space when we run out.
6897         * sysdeps/generic/sbrk.c: If __curbrk is zero, call __brk with
6898         zero and examine it again.
6899         * sysdeps/unix/sysv/linux/i386/brk.c: New file.
6900         * sysdeps/unix/sysv/linux/i386/brk.S: File removed.
6901         * sysdeps/unix/sysv/linux/i386/sbrk.S: File removed.
6902         * sysdeps/unix/sysv/linux/dl-sysdep.c: New file.
6903         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [DL_SYSDEP_INIT]:
6904         Invoke this macro before calling DL_MAIN.
6906         * malloc/malloc.c (malloc): Do initialization here, before
6907         checking the hook.
6908         (_malloc_internal): Don't do it here.
6910 Wed Nov 29 12:30:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6912         * libio/vsnprintf.c (__vsnprintf): Define as alias.
6913         * libio/iovsscanf.c (__vsscanf): Define as alias.
6914         * asprintf.c: Remove libio adaptation code added by drepper.
6915         * dprintf.c: Likewise.
6916         * printf.c: Likewise.
6917         * scanf.c: Likewise.
6918         * snprintf.c: Likewise.
6919         * sprintf.c: Likewise.
6920         * sscanf.c: Likewise.
6921         * vprintf.c: Likewise.
6922         * stdio-common/vfscanf.c [USE_IN_LIBIO] (__vfscanf): New wrapper
6923         function.
6924         (vfscanf): Define unconditionally.
6926         * sysdeps/i386/dl-machine.h (elf_machine_rel): If SYM is null, use
6927         zero for value.
6929         * misc/getpass.c: Write a newline after reading the unechoed
6930         password.
6932 Mon Nov 27 19:24:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6934         * posix/Makefile (routines): Add getsid.
6935         * sysdeps/unix/sysv/linux/getsid.S: New file.
6936         * sysdeps/mach/hurd/getsid.c: New file.
6937         * sysdeps/stub/getsid.c: New file.
6938         * posix/unistd.h [__USE_GNU]: Declare getsid.
6940 Sun Nov 26 12:44:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6942         * libc-symbols.h (N_): New macro.
6944 Sat Nov 25 02:48:47 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
6946         * assert/assert-perr.c, assert/assert.c, inet/rcmd.c,
6947         malloc/mcheck.c, malloc/vm-limit.c, posix/getconf.c, posix/id.c,
6948         resolv/herror.c, sunrpc/auth_unix.c, sunrpc/clnt_perr.c,
6949         sunrpc/clnt_raw.c, sunrpc/get_myaddr.c, sunrpc/pmap_clnt.c,
6950         sunrpc/pmap_rmt.c, sunrpc/portmap.c, sunrpc/rpc_main.c,
6951         sunrpc/rpc_parse.c, sunrpc/rpc_scan.c, sunrpc/rpc_util.c,
6952         sunrpc/rpcinfo.c, sunrpc/svc_simple.c, sunrpc/svc_tcp.c,
6953         sunrpc/svc_udp.c, time/zdump.c, time/zic.c: Mark translatable
6954         strings.
6956 Sun Nov 26 02:00:02 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
6958         * misc/syslog.c (vsyslog) [USE_IN_LIBIO]: Adapted for libio.
6960 Thu Nov 23 02:21:55 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
6962         * sysdeps/unix/sysv/linux/{mlock,munlock,mlockall,munlockall}.S:
6963         New files.
6964         * sysdeps/unix/sysv/linux/sys/mman.h: Add prototypes for new functions
6965         mlock, munlock, mlockall, and munlockall.
6967 Thu Nov 23 18:26:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6969         * configure.in (--enable-libio): Set $stdio based on $enableval,
6970         not always to libio.
6972 Thu Nov 23 18:06:48 1995  Richard Stallman  <rms@gnu.ai.mit.edu>
6974         * malloc/malloc.c (_malloc_internal): Can't use
6975         get_contiguous_space when the heap info table
6976         will be growing.  Account for new contiguous space in _heaplimit.
6978 Wed Nov 22 12:37:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
6980         * sysdeps/unix/sysv/linux/i386/sysdep.S (_errno): Define as alias
6981         for errno.
6983         * stdio-common/vfprintf.c [USE_IN_LIBIO] (vfprintf): Define as
6984         alias for _IO_vfprintf.
6986         * sysdeps/unix/sysv/linux/sockaddrcom.h: File removed.
6988         * sysdeps/unix/sysv/linux/i386/init-first.c (init): Use
6989         __fpu_control instead of ___fpu_control.
6990         * sysdeps/unix/sysv/linux/i386/ieee_fpu.c
6991         (___fpu_control): Renamed to __fpu_control.
6992         * sysdeps/unix/sysv/linux/i386/fpu_control.h: Likewise.
6993         * sysdeps/unix/sysv/linux/i386/fpu_control.c: Likewise.
6995         * elf/dl-minimal.c: New file.
6996         * elf/Makefile (rtld-routines): Add dl-minimal.
6997         * elf/rtld.c (__dgettext, __assert_fail, __assert_perror_fail):
6998         Functions moved to dl-minimal.c.
6999         * sysdeps/mach/hurd/dl-sysdep.c (malloc, free, realloc,
7000         sigjmp_save, longjmp): Likewise.
7002         * sysdeps/unix/sysv/linux/i386/brk.S (__curbrk): Always initialize
7003         to &_end, regardless of PIC.
7005         * stdio-common/vfscanf.c (__vfscanf): Fix arg name in defn.
7007 Tue Nov 21 14:12:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7009         * malloc/malloc.c (align): Don't check contiguity and call abort.
7011         * hurd/hurdsig.c (post_reply): Function removed.
7012         (abort_thread, abort_all_rpcs, _hurdsig_abort_rpcs): Don't call it.
7013         Take single callback fn arg instead of reply port and type.
7014         (_hurd_internal_post_signal): Callers changed.
7015         Cache reply stub fn ptr in local var before UNTRACED might be changed.
7017         * sysdeps/mach/hurd/mmap.c: Cope with a null write memobj for
7018         PROT_READ|PROT_WRITE copy mapping.  Pass a proper vm_inherit_t to
7019         vm_map.
7021         * elf/rtld.c (_dl_start): For --list, do output and exit before
7022         relocating.
7024 Mon Nov 20 16:19:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7026         * intl/Makefile [gettext-srcdir]: Rewrote copying rules to only
7027         get .c and .h files.
7029         * malloc/malloc.c (align): Use abort instead of assert.
7031 Sun Nov 19 18:23:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7033         * Makeconfig (+includes): Add $($(stdio)-include).
7034         (libio-include): New variable.
7036         * stdlib/strtod.c: Put weak_symbol after function defn.
7037         * stdlib/strtol.c: Likewise.
7039         * configure.in (--enable-libio): If not present, set $stdio to
7040         "default".  Move stdio/libio check to end, so sysdeps fragments
7041         can affect it.  Reset $stdio to "stdio" if it's "default".
7042         * sysdeps/unix/sysv/linux/configure: New file.
7044 Sat Nov 18 16:46:01 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
7046         * libio/Makefile, libio/cleanup.c, libio/clearerr.c, libio/feof.c,
7047         libio/ferror.c, libio/fgetc.c, libio/filedoalloc.c, libio/fileno.c,
7048         libio/fileops.c, libio/fputc.c, libio/freopen.c, libio/fseek.c,
7049         libio/genops.c, libio/getc.c, libio/getchar.c, libio/iofclose.c,
7050         libio/iofdopen.c, libio/iofflush.c, libio/iofgetpos.c, libio/iofgets.c,
7051         libio/iofopen.c, libio/iofprintf.c, libio/iofputs.c, libio/iofread.c,
7052         libio/iofscanf.c, libio/iofsetpos.c, libio/ioftell.c, libio/iofwrite.c,
7053         libio/iogetdelim.c, libio/iogetline.c, libio/iogets.c, libio/iolibio.h,
7054         libio/iopadn.c, libio/ioprims.c, libio/ioputs.c, libio/ioseekoff.c,
7055         libio/ioseekpos.c, libio/iosetbuffer.c, libio/iosetvbuf.c,
7056         libio/iosprintf.c, libio/ioungetc.c, libio/iovsprintf.c,
7057         libio/iovsscanf.c, libio/libio.h, libio/libioP.h, libio/putc.c,
7058         libio/putchar.c, libio/rewind.c, libio/setbuf.c, libio/setlinebuf.c,
7059         libio/stdfiles.c, libio/stdio.c, libio/stdio.h, libio/strfile.h,
7060         libio/strops.c, libio/vasprintf.c, libio/vscanf.c, libio/vsnprintf.c:
7061         New files.  Slightly modified version from Linux libc.
7063         * libio/memstream.c, libio/vdprintf.c: New files for functions not
7064         (yet) part of GNU libio.
7066         * libio/iofopncook.c: Implementation of `fopencookie', mainly written
7067         by Per Bothner.
7069         * stdio-common/getline.c: Adapted to libio.
7070         * stdio-common/snprintf.c: Adapted to libio.
7071         * stdio-common/vfprintf.c: Adapted to libio.
7072         * stdio-common/vfscanf.c: Adapted to libio.
7073         * sysdeps/posix/tempname.c: Adapted to libio.
7075 Fri Nov 17 17:57:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7077         * sysdeps/generic/Makefile (make_siglist): Add missing backslash.
7079         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start_cleanup): New
7080         function.
7082         * hurd/hurdfault.c: Replace __libc_fatal calls with assert_perror.
7083         (_hurdsig_fault_init): Remove #if 0 from setting exception port.
7084         Insert send right for SIGEXC before thread_set_special_port.
7085         * hurd/hurdsig.c: Replace __libc_fatal calls with assert_perror.
7086         (_hurdsig_init): Remove #if 0 from setting exception port.
7088         * sysdeps/mach/hurd/ptrace.c (ptrace: PTRACE_CONT): Use
7089         HURD_MSGPORT_RPC macro.
7091 Thu Nov 16 06:07:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7093         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): New
7094         function.
7095         (_dl_sysdep_start): Move cleanup code there.
7097         * Makeconfig (default-rpath): New variable.
7098         (link-libc): Use it.
7099         * elf/Makefile (ld.so): Pass -rpath=$(default-rpath).
7100         * elf/rtld.c (_dl_rpath): New variable.
7101         (_dl_start): Set it from rtld_map's DT_RPATH.
7102         Call _dl_setup_hash on rtld_map.
7103         (dl_main): Cache address of _exit in variable before relocating,
7104         and use that in later calls.  Call _dl_sysdep_start_cleanup before
7105         relocating.  Keep track of dependency order while loading; remove
7106         rtld_map from chain, and reinsert in proper order if there is a
7107         dependency on it.
7109         * sysdeps/generic/Makefile (make_siglist): Pass
7110         -DSIGNUM_H=... with config's signum.h location.
7111         * sysdeps/generic/make_siglist.c: Include SIGNUM_H to define
7112         signal numbers.
7113         (HAVE_STRSIGNAL, HAVE_PSIGNAL): Define these before including signame.c
7114         (main): Deansideclize output.
7116         * elf/dl-load.c (_dl_map_object): Use _dl_rpath variable in place
7117         of DEFAULT_RPATH macro.
7118         * elf/Makefile: Undo last change.
7120         * sysdeps/mach/hurd/dl-sysdep.c (free): Don't abort, just nop.
7122 Wed Nov 15 19:22:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7124         * elf/dl-lookup.c (_dl_lookup_symbol): Undefined symbol is no
7125         error if weak.
7127         * elf/Makefile (default-rpath): New variable.
7128         (CPPFLAGS): Append -DDEFAULT_RPATH=....
7129         * elf/dl-load.c (_dl_map_object): Use DEFAULT_RPATH instead of
7130         hard-coded "/lib:/usr/lib".
7132         * sysdeps/mach/hurd/dl-sysdep.c: Include _itoa.h from stdio-common
7133         instead of stdio.
7134         (_dl_sysdep_start): If passed user entry is zero and
7135         EXEC_STACK_ARGS flag set, reset user entry to &_start.
7137         * elf/rtld.c (dl_main): Only call _dl_setup_hash if there is a
7138         DT_HASH element.
7140         * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Gratuitously
7141         repeat weak decl using weak_symbol macro, in case using broken GCC
7142         (<2.8).
7144 Wed Nov 15 18:49:55 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7146         * sysdeps/i386/isnanl.c: New file.
7147         * sysdeps/i386/isinfl.c: New file.
7149 Tue Nov 14 18:44:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7151         * malloc/free.c (free): Moved null and aligned_blocks checks
7152         inside _free_internal.
7154 Mon Nov 13 15:23:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7156         * malloc/malloc.c (morecore): Fix inverted test in allocating new
7157         info table.
7159         * malloc/malloc.c (align): Fix assertion.
7161         * malloc/malloc.c: Include assert.h.
7163         * libc-symbols.h: Use __attribute__ for GCC 2.8, not 2.7.
7165         * malloc/malloc.h [emacs] (emacs_loser_valloc): Macro removed.
7166         (valloc): Protect decl with [! (_MALLOC_INTERNAL && emacs)].
7168 Fri Nov 10 14:15:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7170         * malloc/malloc.c (align): Assert that space for alignment
7171         adjustment is same original space.
7173         * hurd/hurdprio.c (_hurd_priority_which_map): Cast vm_deallocate
7174         arg to vm_address_t.
7176         * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO == 0,
7177         skip straight to pending check.  When UNTRACED, resume process
7178         from suspension first.
7180         * intl/Makefile (headers): New variable, libintl.h.
7181         [gettext-srcdir]: New rules to copy source from $(gettext-srcdir)/intl.
7182         * configure.in: Check for --with-gettext arg.
7184 Fri Nov 10 13:51:30 1995  Richard Stallman  <rms@gnu.ai.mit.edu>
7186         * malloc/malloc.c (get_contiguous_space): New function.
7187         (morecore): Rewrite allocating new malloc info table.
7188         (_malloc_internal): Use get_contiguous_space.
7190 Fri Nov 10 13:03:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7192         * hurd/hurdexec.c (_hurd_exec): If exec'ing self, pass
7193         _hurd_msgport to be destroyed.
7195         * Makerules (installed-libcs): Filter out %_pic.a.
7197         * hurd/hurdinit.c (_hurd_proc_init): When traced, use msg_sig_post
7198         to our msgport to take SIGTRAP, instead of _hurd_raise_signal.
7200         * hurd/Makefile (user-interfaces): Add hurd/process_request.
7202 Wed Nov  8 16:31:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7204         * termios/Makefile (headers): Add sys/ttychars.h.
7205         * termios/sys/ttychars.h: New file, incorporated from 4.4BSD-Lite
7206         for compatibility.
7208         * signal/signal.h [__USE_BSD] (sig_t): New typedef.
7210 Wed Nov  8 15:12:47 1995  Michael I. Bushnell, p/BSG  <mib@gnu.ai.mit.edu>
7212         * sysdeps/mach/hurd/ptrace.c (ptrace) [PTRACE_TRACEME]: Notify the
7213         proc server that we are now traced.
7215 Tue Nov  7 12:29:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7217         * elf/Makefile (ldd): Make it executable.
7219         * Makeconfig (config-LDFLAGS): Find dynamic linker in $(slibdir).
7221         * Makeconfig (slibdir): New variable.
7222         * Makerules (install): Install libc.so in $(slibdir).
7223         * elf/Makefile (install-others): Install ld.so and ld-linux.so.1
7224         in $(slibdir).
7226         * elf/linux-compat.c: New file.
7227         * elf/Makefile (distribute): Add linux-compat.c.
7228         (generated): Add librtld.so.
7229         [$(config-os)=linux*] (extra-objs): Add linux-compat.so.
7230         [$(config-os)=linux*] (extra-objs): Add ld-linux.so.1.
7231         (librtld.so): New target.
7232         (ld.so, ld-linux.so.1): Make from librtld.so.
7234         * elf/rtld.c (dl_main): Instead of weak call to _dl_compat_init,
7235         call our own DT_INIT if we have one (and then clear it).
7236         (__dgettext): New weak function.
7238         * intl/localealias.c (read_alias_file): Avoid sprintf; use memcpy
7239         by hand instead.
7241         * sysdeps/generic/_strerror.c (_strerror_internal): Use _itoa
7242         instead of snprintf.
7244         * sysdeps/mach/_strerror.c (_strerror_internal): Don't write
7245         BUF[BUFLEN].
7247         * elf/rtld.c (rtld_map): New static variable.
7248         (_dl_start): Use a differently named local BOOTSTRAP_MAP for the
7249         bootstrapping.  Then copy data into `rtld_map'.
7250         (dl_main): Finish filling in rtld_map and link it into the chain,
7251         instead of allocating a new structure.
7252         (dl_main): Call _dl_compat_init if it is defined (use weak ref).
7254         * elf/dlsym.c: Fix last change: move REF out of `doit'.
7256 Mon Nov  6 16:20:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7258         * elf/dlsym.c: Return the proper value, not just the defining
7259         object's loadbase.
7261 Sun Nov  5 16:09:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7263         * stdio-common/vfprintf.c (%c): Count the character itself towards
7264         the field width in all cases.
7266         * sysdeps/mach/hurd/getpriority.c (getpriority): Cast
7267         __vm_deallocate arg to vm_address_t.
7269 Fri Nov  3 17:27:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7271         * sysdeps/mach/hurd/sendto.c: Don't pass BINDING arg to
7272         socket_create_address.
7273         * sysdeps/mach/hurd/connect.c: Likewise.
7274         * sysdeps/mach/hurd/bind.c: Likewise.
7276         * hurd/hurdprio.c (_hurd_priority_which_map): Pass threadwaits
7277         args to proc_getprocinfo.
7278         * sysdeps/mach/hurd/getpriority.c: Likewise.
7280         * hurd/hurdmsg.c (_S_msg_report_wait): New stub function.
7282 Thu Nov  2 19:24:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7284         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Define as common.
7286 Tue Oct 31 00:07:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7288         * sysdeps/mach/hurd/getpriority.c (getpriority): Pass
7289         PI_FETCH_TASKINFO to proc_getprocinfo and through
7290         _hurd_priority_which_map.
7292         * sysdeps/mach/hurd/setpriority.c (setpriority): Pass new arg to
7293         _hurd_priority_which_map.
7294         * hurd/hurdprio.c (_hurd_priority_which_map): New arg PI_FLAGS,
7295         passed through to proc_getprocinfo RPC.
7296         * hurd/hurd/resource.h: Add PI_FLAGS arg in decl.
7298         * sysdeps/mach/hurd/group_member.c: New file.
7299         * sysdeps/generic/group_member.c: New file.
7301         * Makerules (lib-noranlib): Don't depend on $(install-lib).
7302         (others): Do.
7303         * extra-lib.mk: Fix test of $(lib)-no-lib-dep.
7305 Mon Oct 30 12:33:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7307         * Rules (others): Depend on $(extra-objs).
7309         * posix/unistd.h [__USE_GNU]: Declare group_member, __group_member.
7310         * posix/Makefile (routines): Add group_member.
7312         * sysdeps/posix/euidaccess.c: New file, adapted from fileutils.
7314         * sysdeps/unix/sysv/linux/i386/sigaction.c: Tighten constraint for
7315         SIG operand in asm so it must be a register.
7316         Add dead return to quiet gcc warning.
7318         * Makerules (sysd-rules): Write a defn for sysd-rules-done.
7319         [! sysd-rules-done]: Inhibit deps.
7321 Thu Oct 26 23:11:11 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7323         * sysdeps/unix/sysv/linux/poll.c: Don't define as stub.  Use
7324         simulation of system call using select.
7326         * sysdeps/unix/sysv/linux/signal.c: Use POSIX implementation.
7328         * sysdeps/unix/sysv/linux/statbuf.h: Define _STAT_VER.
7330         * sysdeps/unix/sysv/linux/i386/sigaction.c: Correct parameter
7331         name usage (new->act, old->oact).
7332         Correct asm statement because of gcc strangeness.
7334         * sysdeps/i386/i586/strchr.S: Correct typos: cmp -> cmpb.
7336         * sunrpc/clnt_perr.c: Remove declaration of sys_errlist.  They
7337         conflict with the ones in stdio.h.
7339         * string/tester.c: %Z is no complete format.  Change to %Zd.
7341 Thu Oct 26 18:13:33 1995  Miles Bader  <miles@gnu.ai.mit.edu>
7343         * sysdeps/mach/hurd/bind.c (bind): Swap args to dir_link.
7344         * sysdeps/mach/hurd/link.c (__link): Ditto.
7345         * sysdeps/mach/hurd/symlink.c (__symlink): Ditto.
7346         * sysdeps/mach/hurd/mknod.c (__mknod): Ditto.
7347         Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
7349 Thu Oct 26 00:11:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7351         * sysdeps/unix/sysv/linux/i386/sigaction.c: New file.
7353         * sysdeps/unix/sysv/linux/i386/xstat.S: Don't use JUMPTARGET macro
7354         on syscall_error.  For PIC, it is a local label;
7355         for non-PIC, JUMPTARGET expands to the unadorned name anyway.
7356         * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
7357         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7358         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7359         * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
7360         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7361         * sysdeps/unix/sysv/linux/i386/brk.S: Likewise.
7363 Thu Oct 26 03:01:22 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7365         * sysdeps/unix/sysv/linux/syscall.h: Strip list of syscalls in
7366         comment to the necessary ones.  Add _readv and _writev.
7368         * sysdeps/unix/configure.in: Change syntax for system call test
7369         candidates and adapt sed script for this.  Now use : to separate
7370         syscall name and file name.
7372         * sysdeps/unix/sysv/linux/i386/sysdep.h (ENTRY): System call
7373         number is now set is DO_CALL.  So call with additional argument.
7374         (DO_CALL): Takes an additional argument.  Load system call
7375         number according to new argument.
7376         (SYSCALL_ERROR_HANDLER): Add ; after last ret statement.
7377         * sysdeps/unix/sysv/linux/i386/brk.S [PIC]: Define __syscall_error
7378         locally using SYSCALL_ERROR_HANDLER macro.
7379         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7380         * sysdeps/unix/sysv/linux/i386/sbrk.S: Likewise.
7381         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7382         * sysdeps/unix/sysv/linux/i386/xmknod.S: Likewise.
7383         * sysdeps/unix/sysv/linux/i386/xstat.S: Likewise.
7384         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7385         Don't use DO_CALL macro; instead use lower level macros for better
7386         control.
7388         * sysdeps/unix/sysv/linux/sigaction.h: New file.
7389         * sysdeps/unix/sysv/linux/sigaction.S: File removed.
7390         * sysdeps/unix/sysv/linux/signal.S: File removed.
7392 Wed Oct 25 14:23:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7394         * hurd/hurdstartup.c (_hurd_startup): Use new
7395         exec_startup_get_info RPC from exec_startup.defs
7396         in place of old exec_startup from exec.defs.  Remove kludge to
7397         guess user entry and phdr locations, since the new RPC gives us
7398         that info.
7400         * stdio/stdio.h (sys_errlist, _sys_errlist): Declare const.
7401         * sysdeps/generic/_strerror.c: Undo last change.
7403         * sysdeps/unix/sysv/linux/stat.c: New file.
7404         * sysdeps/unix/sysv/linux/fstat.c: New file.
7405         * sysdeps/unix/sysv/linux/lstat.c: New file.
7406         * sysdeps/unix/sysv/linux/i386/stat.S: File removed.
7407         * sysdeps/unix/sysv/linux/i386/fstat.S: File removed.
7408         * sysdeps/unix/sysv/linux/i386/lstat.S: File removed.
7410 Tue Oct 24 15:22:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7412         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7413         New macro.
7414         (PSEUDO): Use it instead of SYSCALL_PIC_SETUP and jmp syscall_error.
7416         * sysdeps/unix/sysv/linux/i386/sysdep.S (__syscall_error): Define
7417         only #ifndef PIC.
7419         * Makeconfig (built-program-cmd): New variable.
7420         * sunrpc/Makefile (rpcgen-cmd): Use $(built-program-cmd).
7421         * time/Makefile (zic-cmd): Likewise.
7423         * hurd/Makefile (user-interfaces): Add hurd/exec_startup.
7425         * sunrpc/Makefile (librpcsvc-no-lib-dep): New variable.
7426         * extra-lib.mk: If $(lib)-no-lib-dep is defined and MAKELEVEL>0,
7427         make `others' rather than `lib-noranlib' depend on the libraries.
7429         * sysdeps/unix/configure.in: Check for fchdir syscall.
7430         Improve sed script to allow / on rhs without / on lhs.
7432 Thu Oct 19 03:47:32 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7434         * sysdeps/unix/sysv/linux/termbits.h: Don't define speed constants.
7436         * elf/rtld.c: Include _itoa.h from stdio-common instead of stdio.
7438         * sysdeps/unix/sysv/linux/select.S: New file.
7440 Wed Oct 18 03:33:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7442         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use
7443         SYSCALL_PIC_SETUP before jumping to syscall_error.
7444         * sysdeps/unix/i386/sysdep.h (SYSCALL_PIC_SETUP): New macro.
7445         (PSEUDO): Use it before jumping to syscall_error.
7446         * sysdeps/unix/i386/sysdep.S [! PIC]: Don't find GOT address;
7447         expect it in %ebx on entry.  Pop old %ebx value off stack after
7448         using it.
7450         * signal/signal.h [__USE_BSD] (_sys_siglist, sys_siglist): Declare
7451         them.
7453         * sysdeps/generic/_strerror.c: Declare _sys_errlist and _sys_nerr.
7455         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): For magic
7456         `fd/', pass the right pointer to strtol to parse the number.
7458 Tue Oct 17 23:00:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7460         * sysdeps/mach/_strerror.c: Include stdio-common/_itoa.h instead
7461         of stdio/_itoa.h.
7463 Tue Oct 17 19:51:17 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7465         * sysdeps/unix/sysv/linux/i386/stat.S [PIC] (__stat): Set GOT
7466         register %ebx before calling __xstat through PLT.
7468         * sysdeps/unix/sysv/linux/i386/sysdep.S: Fix typo in comment.
7470         * sysdeps/unix/sysv/linux/sigset.h: Remove file.
7472 Tue Oct 17 01:21:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7474         * hurd/hurdsock.c: Include stdio-common/_itoa.h instead of
7475         stdio/_itoa.h.
7476         * hurd/hurdlookup.c: Likewise.
7478         * hurd/hurd/signal.h: Declare hurd_preempt_signals and
7479         hurd_unpreempt_signals.
7481         * stdio/stdio.h: Declare __snprintf and __vsnprintf.
7483         * stdio-common/psignal.c: Translate signal description strings.
7484         * string/strsignal.c: Likewise.
7485         * sysdeps/generic/_strerror.c (_strerror_internal): Translate
7486         error strings.
7487         * sysdeps/mach/_strerror.c: Likewise.
7489         * stdio-common/snprintf.c (__snprintf): Renamed from snprintf;
7490         call __vsnprintf.
7491         (snprintf): Define as weak alias.
7492         * stdio/vsnprintf.c (__vsnprintf): Renamed from vsnprintf.
7493         (vsnprintf): Define as weak alias.
7495 Mon Oct 16 03:22:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7497         * Makerules (install-lib): Filter out %_pic.a; install only the
7498         linked shared objects.
7500         * locale/Makefile (aux): Add SYS_libc.
7501         * locale/SYS_libc.c: New file.
7502         * libc-symbols.h [! ASSEMBLER] (_): New macro.
7504         * configure.in (libc_cv_asm_set_directive): Link program into
7505         conftest instead of letting it default to a.out.
7507         * elf/Makefile (install-others): Add missing slash.
7509         * elf/ldd.sh.in: Prepend `./' to relative file names so ld.so
7510         won't search LD_LIBRARY_PATH.
7512         * Makefile (subdirs): Replace stdio with stdio-common and $(stdio).
7513         * configure.in: Grok arg --enable-libio.
7514         ($stdio = libio): Define USE_IN_LIBIO.
7515         * config.h.in (USE_IN_LIBIO): Add #undef.
7516         * config.make.in (stdio): New variable, set by configure.
7517         * Makeconfig (stdio): New variable.
7518         * stdio.h [USE_IN_LIBIO]: Include libio/stdio.h instead of
7519         stdio/stdio.h.
7520         * stdio-common/Makefile: New file.
7521         * stdio/Makefile: Half the contents moved to stdio-common/Makefile.
7522         * stdio/_itoa.c: Moved to stdio-common.
7523         * stdio/_itoa.h: Moved to stdio-common.
7524         * stdio/asprintf.c: Moved to stdio-common.
7525         * stdio/bug1.c: Moved to stdio-common.
7526         * stdio/bug1.input: Moved to stdio-common.
7527         * stdio/bug2.c: Moved to stdio-common.
7528         * stdio/bug3.c: Moved to stdio-common.
7529         * stdio/bug4.c: Moved to stdio-common.
7530         * stdio/bug5.c: Moved to stdio-common.
7531         * stdio/bug6.c: Moved to stdio-common.
7532         * stdio/bug6.input: Moved to stdio-common.
7533         * stdio/bug7.c: Moved to stdio-common.
7534         * stdio/dprintf.c: Moved to stdio-common.
7535         * stdio/errnobug.c: Moved to stdio-common.
7536         * stdio/getline.c: Moved to stdio-common.
7537         * stdio/getw.c: Moved to stdio-common.
7538         * stdio/perror.c: Moved to stdio-common.
7539         * stdio/printf-parse.h: Moved to stdio-common.
7540         * stdio/printf-prs.c: Moved to stdio-common.
7541         * stdio/printf.c: Moved to stdio-common.
7542         * stdio/printf.h: Moved to stdio-common.
7543         * stdio/printf_fp.c: Moved to stdio-common.
7544         * stdio/psignal.c: Moved to stdio-common.
7545         * stdio/putw.c: Moved to stdio-common.
7546         * stdio/reg-printf.c: Moved to stdio-common.
7547         * stdio/scanf.c: Moved to stdio-common.
7548         * stdio/snprintf.c: Moved to stdio-common.
7549         * stdio/sprintf.c: Moved to stdio-common.
7550         * stdio/sscanf.c: Moved to stdio-common.
7551         * stdio/tempnam.c: Moved to stdio-common.
7552         * stdio/temptest.c: Moved to stdio-common.
7553         * stdio/test-fseek.c: Moved to stdio-common.
7554         * stdio/test-fwrite.c: Moved to stdio-common.
7555         * stdio/test-popen.c: Moved to stdio-common.
7556         * stdio/test_rdwr.c: Moved to stdio-common.
7557         * stdio/tmpfile.c: Moved to stdio-common.
7558         * stdio/tmpnam.c: Moved to stdio-common.
7559         * stdio/tst-fileno.c: Moved to stdio-common.
7560         * stdio/tst-printf.c: Moved to stdio-common.
7561         * stdio/tstgetln.c: Moved to stdio-common.
7562         * stdio/tstgetln.input: Moved to stdio-common.
7563         * stdio/tstscanf.c: Moved to stdio-common.
7564         * stdio/tstscanf.input: Moved to stdio-common.
7565         * stdio/vfprintf.c: Moved to stdio-common.
7566         * stdio/vfscanf.c: Moved to stdio-common.
7567         * stdio/vprintf.c: Moved to stdio-common.
7568         * stdio/xbug.c: Moved to stdio-common.
7569         * sysdeps/generic/Makefile (siglist.c rules): Do this in subdir
7570         stdio-common instead of stdio.
7571         * sysdeps/unix/Makefile (errlist.c rules): Likewise.
7572         * stdio-common/asprintf.c [USE_IN_LIBIO]: Call libio primitive
7573         function.
7574         * stdio-common/dprintf.c: Likewise.
7575         * stdio-common/printf.c: Likewise.
7576         * stdio-common/scanf.c: Likewise.
7577         * stdio-common/snprintf.c: Likewise.
7578         * stdio-common/sprintf.c: Likewise.
7579         * stdio-common/sscanf.c: Likewise.
7580         * stdio-common/vprintf.c: Likewise.
7582         * Makerules: Include $(+depfiles) directly instead of generating
7583         depend-$(subdir).
7584         (depend-$(subdir)): Target removed.
7585         (common-clean): Don't remove depend-$(subdir).
7587         * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
7588         (config-LDFLAGS): Variable removed.
7590         * sysdeps/mach/hurd/getcwd.c: Use __file_name_lookup_under.
7591         * sysdeps/mach/hurd/bind.c: Likewise.
7592         * sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
7593         calling convention.
7595         * hurd/hurdexec.c: Undo last change (10 Oct 95).
7597 Sun Oct 15 21:04:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7599         * hurd/hurd/lookup.h: New file.
7600         * hurd/hurdlookup.c (__file_name_lookup_under): New function.
7601         (__hurd_file_name_lookup, __hurd_file_name_lookup_retry,
7602         __hurd_file_name_split): Rewritten to take callback functions for
7603         using any needed init or dtable port, instead of passing in crdir
7604         and cwdir ports.
7605         (__file_name_lookup, __file_name_split): Use new calling
7606         convention; pass _hurd_ports_use and __getdport as the callback
7607         functions.
7609         * sysdeps/mach/hurd/chroot.c: Use __file_name_lookup_under instead
7610         of __hurd_file_name_lookup.
7611         * sysdeps/mach/hurd/chdir.c: Likewise.
7612         * sysdeps/mach/hurd/fchdir.c: Likewise.
7613         * hurd/fchroot.c: Likewise.
7615         * stdlib/Makefile (mpn-found): Don't omit %.s.
7616         (mpn-copy-sysdep): Omit files in nonexistent directories.
7617         (copy-mpn): Commit files to CVS.
7618         * stdlib/gen-mpn-copy (translations): Update translations for GMP
7619         1.906.7.
7621         * configure.in (machine): Translate alpha* to alpha/&, hppa* to hppa/&.
7623 Sat Oct 14 02:52:36 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7625         * malloc/malloc.c (_malloc_internal): Performance fix.  Move
7626         if statement out of loop.
7628         * stdio/_itoa.c, stdio/_itoa.h: Complete rewrite.  Much faster
7629         implementation using GMP functions.  Contributed by
7630         Torbjorn Granlund and Ulrich Drepper.
7632         * stdio/test_rdwr.c: Include <errno.h>.
7634         * sysdeps/i386/i586/Implies: New file.
7636         New highly optimized string functions for i[345]86.
7637         * sysdeps/i386/memchr.S, sysdeps/i386/memcmp.S: New files.
7638         * sysdeps/i386/stpcpy.S, sysdeps/i386/stpncpy.S: New files.
7639         * sysdeps/i386/strchr.S, sysdeps/i386/strcspn.S: New files.
7640         * sysdeps/i386/strpbrk.S, sysdeps/i386/strrchr.S: New files.
7641         * sysdeps/i386/strspn.S, sysdeps/i386/i486/strcat.S: New files.
7642         * sysdeps/i386/i486/strlen.S, sysdeps/i386/i586/strchr.S: New files.
7643         * sysdeps/i386/i586/strlen.S: New file.
7644         * sysdeps/i386/memchr.c: Removed.  There is now an assembler version.
7646         * sysdeps/i386/i586/memcopy.h (WORD_COPY_BWD): Parameters did
7647         not correspond to used values.
7649         * sysdeps/unix/sysv/linux/nfs/nfs.h: New file.  Simply a wrapper
7650         around a kernel header file.
7651         * sysdeps/unix/sysv/linux/Dist: Add it.
7652         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=sunrpc] (headers):
7653         Likewise.
7655         * sysdeps/unix/sysv/linux/local_lim.h: Rewrite.  Instead of
7656         defining ourself we use a kernel header file.
7658         * sysdeps/unix/sysv/linux/i386/sysdep.h (DO_CALL): Optimize system
7659         call handler for i586.
7661         * sysdeps/unix/sysv/linux/sys/param.h: Add copyright and clean up.
7663 Thu Oct 12 15:45:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7665         * hurd/hurd.h (file_name_lookup_under): Declare it.
7666         * hurd/Makefile (headers): Add hurd/lookup.h.
7668         * hurd/hurdinit.c (_hurd_ports_use): New function.
7669         * hurd/hurd.h (_hurd_ports_use): Declare it.
7670         (hurd_invoke_translator, hurd_file_name_lookup, hurd_file_name_split,
7671         hurd_file_name_lookup_retry): Remove these decls.
7672         * hurd/Makefile (routines): Remove invoke-trans.
7674 Wed Oct 11 00:00:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7676         * sysdeps/i386/dl-machine.h (elf_machine_rel): Use +=, not =, to
7677         apply R_386_PC32 reloc.
7679         * Makeconfig (config-LDFLAGS): Add missing slash.
7681         * sysdeps/mach/hurd/profil.c (fork_profil): Only call
7682         update_waiter if profiling was enabled in the parent.
7684         * csu/initfini.c: Don't pass -f flag to cp.
7686 Tue Oct 10 23:08:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7688         * Makerules (build-shlib): Pass -rpath and -rpath-link options.
7689         (LDFLAGS-c.so): Don't pass -dynamic-linker here.
7690         * Makeconfig (+link): Pass $(sysdep-LDFLAGS).
7691         (link-libc): Pass -rpath and -rpath-link options.
7693         * MakeTAGS (all-dirs): Omit CVS directories.
7694         Specify vpath directives to find source files in $(all-dirs).
7695         (sources, headers): Append sources and headers from $(all-dist) to
7696         these.
7697         (all-dist): Filter them out of this.
7698         (all-headers, all-sources): Use $(shell find ...) instead of
7699         $(wildcard ...).
7701         * sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): New variable; pass
7702         -rpath-link.
7704         * hurd/hurdexec.c: Pass poly and dealloc args to __file_exec.
7706         * elf/Makefile (install-others): Add missing $.
7708 Mon Oct  9 02:54:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7710         * mach/Makefile ($(objpfx)errsystems.c): Rule reenabled.
7712         * Makeconfig (config-LDFLAGS): Define to
7713         -Wl-dynamic-linker=$(libdir)$(rtld-installed-name).
7714         (rtld-installed-name): New variable.
7715         * elf/Makefile (install-lib): Variable removed.
7716         (install-others): Define this instead, to
7717         $(libdir)(rtld-installed-name).
7718         ($(libdir)(rtld-installed-name)): New target; install from ld.so.
7720         * elf/ldd.sh.in: New file.
7721         * elf/Makefile (distribute): Add ldd.sh.in.
7722         (install-bin): Add ldd.
7723         ($(objpfx)ldd: ldd.sh.in): New rule.
7725         * sysdeps/mach/hurd/dl-sysdep.c: Use __hurd_fail throughout.
7726         * hurd/hurd.h (__hurd_fail): Replace macro with inline function.
7727         Translate some Mach errors to Hurd errors.
7729         * elf/rtld.c (dl_main): Under --list, print msg if executable is
7730         statically linked.
7732         * elf/dl-load.c (_dl_map_object_from_fd): Rewrote program header
7733         table processing.
7735 Sat Oct  7 01:25:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7737         * sysdeps/stub/machine-gmon.h: Add #error.
7739 Fri Oct  6 01:49:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7741         * elf/dynamic-link.h (elf_get_dynamic_info): If DYN is null, don't
7742         examine it.
7744 Fri Sep 29 03:43:51 1995  Paul Eggert  <eggert@twinsun.com>
7746         Rewrite mktime from scratch for performance, and for correctness
7747         in the presence of leap seconds.
7749         * time/mktime.c (ydhms_tm_diff, not_equal_tm, print_tm, check_result):
7750         New functions.
7751         (LEAP_SECONDS_POSSIBLE, CHAR_BIT, INT_MIN, INT_MAX,
7752         TIME_T_MIN, TIME_T_MAX, TM_YEAR_BASE, EPOCH_YEAR): New macros.
7753         <limits.h>, <stdlib.h>: New #includes.
7754         (main): Support tests with given broken-down value; support benchmarks.
7755         (__mon_lengths, debugging_enabled, printtm, dist_tm, doit,
7756         do_normalization, normalize, BAD_STRUCT_TM, SKIP_VALUE,
7757         <ctype.h>): Remove.
7759         * time/time.h, time/mktime.c (__mktime_internal): New offset arg.
7760         * time/mktime.c (mktime), time/timegm.c (timegm): Use it.
7762         * time/mktime.c (__mon_yday): New variable; replaces `__mon_lengths'.
7763         time/offtime.c (__offtime), time/tzset.c (compute_change): Use it.
7765         * time/offtime.c (__offtime): Remove useless assignment
7766         `tp->tm_isdst = -1'.
7768         * manual/maint.texi: Update credits.
7770 Fri Oct  6 00:28:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7772         * sysdeps/unix/common/readv.S: Moved to sysdeps/unix/bsd.
7773         * sysdeps/unix/common/writev.S: Moved to sysdeps/unix/bsd.
7774         * sysdeps/unix/sysv/linux/readv.c: File removed.
7775         * sysdeps/unix/sysv/linux/writev.c: File removed.
7776         * sysdeps/unix/configure.in: Check for readv and writev syscalls.
7778         * sysdeps/unix/configure.in: If eval doesn't set $unix_srcname,
7779         set it to $unix_syscall instead of $unix_function.
7781 Thu Oct  5 00:59:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7783         * elf/rtld.c (dl_main): Grok --list flag.
7784         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Ignore -- args.
7786 Wed Oct  4 00:21:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7788         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_message): New function.
7789         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_message): New function.
7790         * elf/link.h (_dl_sysdep_message): Declare it.
7792         * sysdeps/unix/Makefile ($(common-objpfx)ioctls): Remove NULL from
7793         the list.
7795         * time/northamerica: Corrections to Canada data from ADO 95i.
7797         * sysdeps/unix/sysv/linux/Makefile (headers): Don't append to this
7798         unconditionally.  In socket subdir, append sys/socketcall.h; in
7799         time subdir, append sys/timex.h.
7800         (config-LDFLAGS): New variable.
7801         * sysdeps/unix/sysv/linux/Dist: New file.
7802         * Makeconfig (+link): Pass $(config-LDFLAGS) before $(LDFLAGS).
7804         * sysdeps/generic/stpncpy.c: Don't increment DEST when zero-filling.
7806         * elf/dlopen.c (dlopen): Don't pass USER_ENTRY arg to _dl_map_object.
7808 Sat Sep 30 11:47:05 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7810         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): If started by
7811         kernel with args on stack, point _dl_hurd_data at zero data
7812         instead of garbage.  When ld.so run as program, grok args
7813         -LIB=MEMOBJ and pre-load shared object files found in memory
7814         objects loaded by the boot loader.
7816         * elf/link.h (struct link_map): New member `l_entry'.
7817         (_dl_map_object, _dl_map_object_from_fd): Remove last arg ENTRY_POINT.
7818         * elf/dl-load.c (_dl_map_object, _dl_map_object_from_fd): Remove
7819         last arg ENTRY_POINT.  Store the entry point location in the
7820         `l_entry' member of the new map.
7821         * elf/rtld.c (dl_main): Don't pass USER_ENTRY arg to
7822         _dl_map_object.  When run as program, set *USER_ENTRY to L->l_entry.
7823         * elf/dl-init.c (_dl_init_next): Don't pass ENTRY_POINT arg to
7824         _dl_map_object.
7826         * posix/tstgetopt.c, posix/tstgetopt.args: Test long options too.
7828         * sysdeps/unix/sysv/linux/i386/init-first.c (init): Save, set, and
7829         restore %ebx by hand for personality syscall.
7830         GCC cannot deal with spilling the dedicated GOT register.
7832         * misc/Makefile (routines): Add mntent, which was somehow omitted.
7834 Fri Sep 29 15:07:10 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
7836         * sysdeps/unix/sysv/linux/adjtime.c (__adjtime):
7837         Change name of field `mode' in `struct timex' to `modes'.
7838         Linux-1.3.28 updates this name according to RFC 1489.
7840 Thu Sep 28 13:05:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7842         Merge new message handling code from GNU gettext, by Drepper.
7843         * intl: New directory.
7844         * Makefile (subdirs): Add intl.
7846         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Return
7847         USER_ENTRY instead of storing it on our stack.
7849         * elf/rtld.c (rtld_command): Variable removed.
7850         (_dl_skip_args): New variable.
7851         (dl_main): Increment _dl_skip_args instead of setting rtld_command.
7852         If the link_map for the executable itself is not first in the chain,
7853         make it so.
7854         * sysdeps/i386/dl-machine.h (RTLD_START): Use _dl_skip_args as
7855         count of args to skip.
7857 Thu Sep 28 09:20:04 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
7859         * stdlib/strtod.c (STRTOF): Fix handling of numbers with lots of
7860         leading zeroes.
7862 Wed Sep 27 00:27:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7864         * sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd.
7865         (getcwd): Define as weak alias.
7866         * sysdeps/posix/getcwd.c: Likewise.
7867         * sysdeps/stub/getcwd.c: Likewise.
7868         * posix/unistd.h: Declare __getcwd.
7870         * string/string.h: Declare __strcasecmp.
7871         * sysdeps/generic/strcasecmp.c (__strcasecmp): Renamed from
7872         strcasecmp.
7873         (strcasecmp): Define as weak alias.
7875         * string/string.h: Declare __stpcpy.
7876         * sysdeps/generic/stpcpy.c (__stpcpy): Renamed from stpcpy.
7877         (stpcpy): Define as weak alias.
7879         * sysdeps/unix/sysv/linux/Implies: Add unix/common.
7881         * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
7882         Don't use `type' for arg name, since we are using it as a keyword
7883         in the rhs.
7885         * sysdeps/unix/configure.in: Check for syscalls getpriority,
7886         setpriority, getrlimit, setrlimit.
7888         * sysdeps/posix/truncate.c: Include fcntl.h.
7890         * sysdeps/generic/getdomain.c: Include string.h for strncpy decl.
7892         * sysdeps/stub/getpriority.c: Don't include obsolete gnu-stabs.h;
7893         use new stub_warning syntax.
7894         * sysdeps/stub/setpriority.c: Likewise.
7895         * sysdeps/stub/__longjmp.c: Likewise.
7896         * sysdeps/stub/_exit.c: Likewise.
7897         * sysdeps/stub/accept.c: Likewise.
7898         * sysdeps/stub/acos.c: Likewise.
7899         * sysdeps/stub/alarm.c: Likewise.
7900         * sysdeps/stub/asin.c: Likewise.
7901         * sysdeps/stub/atan2.c: Likewise.
7902         * sysdeps/stub/bind.c: Likewise.
7903         * sysdeps/stub/cbrt.c: Likewise.
7904         * sysdeps/stub/chroot.c: Likewise.
7905         * sysdeps/stub/closedir.c: Likewise.
7906         * sysdeps/stub/connect.c: Likewise.
7907         * sysdeps/stub/cos.c: Likewise.
7908         * sysdeps/stub/cosh.c: Likewise.
7909         * sysdeps/stub/ctermid.c: Likewise.
7910         * sysdeps/stub/cuserid.c: Likewise.
7911         * sysdeps/stub/defs.c: Likewise.
7912         * sysdeps/stub/exp.c: Likewise.
7913         * sysdeps/stub/fmod.c: Likewise.
7914         * sysdeps/stub/frexp.c: Likewise.
7915         * sysdeps/stub/fsync.c: Likewise.
7916         * sysdeps/stub/getcwd.c: Likewise.
7917         * sysdeps/stub/getenv.c: Likewise.
7918         * sysdeps/stub/gethostid.c: Likewise.
7919         * sysdeps/stub/getlogin.c: Likewise.
7920         * sysdeps/stub/getpeername.c: Likewise.
7921         * sysdeps/stub/getrlimit.c: Likewise.
7922         * sysdeps/stub/getsockname.c: Likewise.
7923         * sysdeps/stub/getsockopt.c: Likewise.
7924         * sysdeps/stub/listen.c: Likewise.
7925         * sysdeps/stub/log.c: Likewise.
7926         * sysdeps/stub/log10.c: Likewise.
7927         * sysdeps/stub/mkfifo.c: Likewise.
7928         * sysdeps/stub/morecore.c: Likewise.
7929         * sysdeps/stub/nice.c: Likewise.
7930         * sysdeps/stub/nlist.c: Likewise.
7931         * sysdeps/stub/opendir.c: Likewise.
7932         * sysdeps/stub/pipestream.c: Likewise.
7933         * sysdeps/stub/ptrace.c: Likewise.
7934         * sysdeps/stub/putenv.c: Likewise.
7935         * sysdeps/stub/readdir.c: Likewise.
7936         * sysdeps/stub/reboot.c: Likewise.
7937         * sysdeps/stub/recv.c: Likewise.
7938         * sysdeps/stub/recvfrom.c: Likewise.
7939         * sysdeps/stub/rename.c: Likewise.
7940         * sysdeps/stub/rewinddir.c: Likewise.
7941         * sysdeps/stub/seekdir.c: Likewise.
7942         * sysdeps/stub/send.c: Likewise.
7943         * sysdeps/stub/sendto.c: Likewise.
7944         * sysdeps/stub/setegid.c: Likewise.
7945         * sysdeps/stub/seteuid.c: Likewise.
7946         * sysdeps/stub/setgroups.c: Likewise.
7947         * sysdeps/stub/sethostid.c: Likewise.
7948         * sysdeps/stub/sethostname.c: Likewise.
7949         * sysdeps/stub/setjmp.c: Likewise.
7950         * sysdeps/stub/setrlimit.c: Likewise.
7951         * sysdeps/stub/setsockopt.c: Likewise.
7952         * sysdeps/stub/shutdown.c: Likewise.
7953         * sysdeps/stub/signal.c: Likewise.
7954         * sysdeps/stub/sigsuspend.c: Likewise.
7955         * sysdeps/stub/sin.c: Likewise.
7956         * sysdeps/stub/sinh.c: Likewise.
7957         * sysdeps/stub/socket.c: Likewise.
7958         * sysdeps/stub/socketpair.c: Likewise.
7959         * sysdeps/stub/sqrt.c: Likewise.
7960         * sysdeps/stub/sync.c: Likewise.
7961         * sysdeps/stub/system.c: Likewise.
7962         * sysdeps/stub/tan.c: Likewise.
7963         * sysdeps/stub/tanh.c: Likewise.
7964         * sysdeps/stub/tcdrain.c: Likewise.
7965         * sysdeps/stub/tcflow.c: Likewise.
7966         * sysdeps/stub/tcgetpgrp.c: Likewise.
7967         * sysdeps/stub/tcsendbrk.c: Likewise.
7968         * sysdeps/stub/tcsetattr.c: Likewise.
7969         * sysdeps/stub/tcsetpgrp.c: Likewise.
7970         * sysdeps/stub/telldir.c: Likewise.
7971         * sysdeps/stub/tempname.c: Likewise.
7972         * sysdeps/stub/ttyname.c: Likewise.
7973         * sysdeps/stub/ttyname_r.c: Likewise.
7974         * sysdeps/stub/utime.c: Likewise.
7976         * gmon/gmon.c (moncontrol): Don't cast buffer arg to profil.
7978         * time/mktime.c (localtime_r): Use 0 instead of NULL.
7980         * config.make.in (AS): New variable; set to `$(CC) -c'.
7982         * posix/unistd.h [__USE_BSD]: Declare profil.
7984         * elf/dl-load.c (_dl_map_object_from_fd): New function, broken out
7985         of _dl_map_object.
7986         (_dl_map_object): Call it.
7987         * elf/link.h (_dl_map_object_from_fd): Declare it.
7989 Tue Sep 26 16:50:17 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7991         * locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU
7992         gettext code.
7994         * sysdeps/unix/sysv/linux/sys/param.h: New file.
7995         * sysdeps/unix/sysv/linux/Subdirs: File removed.
7997         * libc-symbols.h (_LIBC): Define to 1, not just empty.
7999         * gmon: New directory of profiling code, incorporated from
8000         4.4BSD-Lite and modified.
8001         * sysdeps/i386/machine-gmon.h: New file.
8002         * sysdeps/stub/machine-gmon.h: New file.
8003         * sysdeps/mach/hurd/profil.c: New file.
8004         * sysdeps/stub/profil.c: New file.
8005         * sysdeps/unix/bsd/profil.S: New file.
8006         * Makefile (subdirs): Add gmon.
8007         * csu/gmon-start.c: New file.
8008         * csu/Makefile (extra-objs): Add gmon-start.o,
8009         g$(start-installed-name).
8010         (install-lib, omit-deps): Add g$(start-installed-name).
8011         ($(objpfx)g$(start-installed-name)): New target.
8013 Fri Sep 22 14:24:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8015         * sysdeps/mach/hurd/Makefile: Elide sunrpc from $(subdirs) for the
8016         time being.
8018 Thu Sep 21 00:03:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8020         * sysdeps/unix/configure.in: Check for `profil' syscall.
8022         * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
8023         removed.
8025         * time/africa, time/asia, time/europe, time/northamerica,
8026         time/yearistype: New data from ADO 95h.
8028         * Makerules (build-shlib): Use $(@F:lib%.so=%) in place of
8029         $(notdir $*), so it wins for the explicit libc.so rule as well as the
8030         pattern rule.
8032         * sysdeps/stub/sys/sem_buf.h (union semun): New type.
8034         * sysdeps/mach/hurd/i386/init-first.c (init1) [PIC]: Call
8035         __libc_global_ctors.
8036         * sysdeps/i386/init-first.c: Rewritten.
8037         * sysdeps/unix/sysv/linux/i386/init-first.S: File removed.
8038         * sysdeps/unix/sysv/linux/i386/init-first.c: New file.
8040         * sysdeps/unix/sysv/linux/i386/fpu_control.h: Fix name in decl of
8041         ___fpu_control.
8043         * Makerules (build-shlib): New canned sequence, broken out of
8044         lib%.so rule.  Link in $^ instead of just $<.
8045         (lib%.so: lib%_pic.a): Use it.
8046         (libc.so): New target; use $(build-shlib) for cmds, but also depend
8047         on soinit.so first and sofini.so last.
8049         * elf/soinit.c: New file.
8050         * elf/sofini.c: New file.
8051         * elf/Makefile (distribute): Add soinit.c and sofini.c.
8052         (extra-objs): Add soinit.so and sofini.so.
8054         * sysvipc/sys/shm.h (shmat): Fix return type to char *.
8055         * sysdeps/stub/sys/ipc_buf.h (key_t): Type removed.
8057         * misc/syslog.c (vsyslog): Rewritten using open_memstream to
8058         dynamically allocate buffers.
8060         * Makerules (install-lib-nosubdir): Make this, rather than
8061         install-no-libc.a, depend on the installed shared libraries.
8063 Wed Sep 20 18:02:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8065         * locale/locale.c: Include errno.h.
8066         * locale/localedef.c: Likewise.
8068 Tue Sep 19 00:02:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8070         * Makefile (distclean-1): Remove config.cache, config.log, config.h.
8071         (parent-mostlyclean): Remove all flavors of the parent library.
8073         * misc/mntent.c (getmntent): Skip multiple whitespace chars
8074         between fields.
8076         * hurd/hurdstartup.c (_hurd_startup): If RPC returns
8077         EXEC_STACK_ARGS flag, get args from stack.
8078         If args on stack but have info from RPC, relocate args on stack to make
8079         space for struct hurd_startup_data.
8081 Mon Sep 18 15:06:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8083         * elf/dl-object.c: Include errno.h.
8084         * posix/execvp.c: Likewise.
8085         * dirent/scandir.c: Likewise.
8086         * sysdeps/posix/system.c: Likewise.
8087         * sysdeps/generic/setenv.c: Likewise.
8088         * stdlib/msort.c: Likewise.
8089         * stdio/memstream.c: Likewise.
8090         * stdio/fclose.c: Likewise.
8091         * stdio/getdelim.c: Likewise.
8092         * stdio/setvbuf.c: Likewise.
8093         * sysdeps/ieee754/ldexp.c: Likewise.
8094         * locale/locfile-parse.c: Likewise.
8096         * stdlib/lcong48_r.c: Don't check for null argument; let it fault.
8097         * stdlib/seed48_r.c: Likewise.
8098         * stdlib/srand48_r.c: Likewise.
8099         * stdlib/jrand48_r.c: Likewise.
8100         * stdlib/nrand48_r.c: Likewise.
8102         * Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems
8103         to be useless.
8105 Mon Sep 18 12:39:22 1995  Paul Eggert  <eggert@twinsun.com>
8107         * mktime.c (localtime_r): Add substitute if the system doesn't
8108         provide one.
8110 Mon Sep 18 14:39:20 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8112         * time/gmtime.c (gmtime_r): Define as weak alias.
8113         * time/localtime.c (localtime_r): Define as weak alias.
8114         * time/time.h [__USE_REENTRANT] (gmtime_r, localtime_r): Declare them.
8116         * errno.h: Only define _ERRNO_H #ifndef __need_Emath.
8117         #undef __need_Emath after including errnos.h.
8118         [_ERRNO_H]: Protect decls with this.
8120 Sun Sep 17 08:22:12 1995  Paul Eggert  <eggert@twinsun.com>
8122         Fix mktime so that it does not write over localtime's returned value.
8123         * localtime.c (__localtime_r): New function, with extra arg
8124         specifying where to store result.
8125         (localtime): Use it.
8126         (_tmbuf): New var.
8127         * gmtime.c (__gmtime_r, gmtime, _tmbuf): Likewise.
8128         * mktime.c (__mktime_internal): Conversion function is now
8129         __localtime_r style, not localtime style.
8130         (mktime): Pass __localtime_r, not localtime.
8131         * timegm.c (timegm): Pass __gmtime_r, not gmtime.
8132         * offtime.c (__offtime): New arg specifying where to store result.
8133         * time.h (__mktime_internal, __offtime): Adjust decls accordingly.
8134         (__gmtime_r, __localtime_r): New decls.
8136         * time/localtime.c: <stddef.h>, <ctype.h>, <stdio.h>,
8137         <stdlib.h>, <string.h>: Remove includes.
8138         <errno.h>: Add include.
8140         * time/mktime.c, time/time.h, time/timegm.c (__mktime_internal):
8141         Renamed from _mktime_internal to avoid namespace pollution.
8143         * time/gmtime.c: Clear tm_isdst.
8145 Mon Sep 18 01:58:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8147         * misc/efgcvt_r.c (ecvt_r, fcvt_r): Last arg is size_t, not int.
8148         * stdlib/stdlib.h (ecvt_r, fcvt_r): Fix type of last arg: make it
8149         size_t.
8151         * sysdeps/mach/hurd/fpathconf.c: Call __io_pathconf instead of
8152         __file_pathconf.
8153         * sysdeps/mach/hurd/pathconf.c: Likewise.
8155         * Makefile (subdirs): Add sysvipc.
8157         * stdlib/srand48_r.c (srand48_r): Use UL suffix for huge constant.
8158         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
8160 Sun Sep 17 18:29:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8162         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Call
8163          __file_set_size instead of __file_truncate.
8165         * features.h (__USE_REENTRANT): New macro.
8167         * sysdeps/mach/hurd/truncate.c: Call __file_set_size instead of
8168         __file_truncate.
8169         * sysdeps/mach/hurd/ftruncate.c: Likewise.
8171         * sysdeps/unix/sysv/linux/dl-machine.h: File removed.
8173 Sat Sep 16 17:47:19 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
8175         * elf/elf.h (AT_GID): Fix typo: Read -> Real.
8177         * misc/efgvt_r.c: New file.  Reentrant version of [efg]cvt functions.
8178         * misc/efgcvt.c: Rewrite to use reentrant functions.
8179         * misc/search.h: Many decls for hsearch functions.
8180         * misc/hsearch_r.c: New file.  Reentrant version of functions from
8181         hsearch family.
8182         * misc/hsearch.c, misc/tsearch.c: New files.
8183         * misc/Makefile (routines): Add efgcvt_r, hsearch_r, hsearch, tsearch.
8185         * posix/unistd.h (ttyname_r): Add prototype for new function.
8187         * stdlib/drand48_r.c, stdlib/erand48_r.c, stdlib/jrand48_r.c,
8188         stdlib/lrand48_r.c, stdlib/mrand48_r.c, stdlib/nrand48_r.c,
8189         stdlib/seed48_r.c, stdlib/srand48_r.c, stdlib/lcong48_r.c,
8190         stdlib/drand48-iter.c: New files implementing reentrant versions
8191         of functions from drand48 family.
8192         * stdlib/seed48.c, stdlib/drand48.c, stdlib/erand48.c,
8193         stdlib/jrand48.c, stdlib/lrand48.c, stdlib/mrand48.c,
8194         stdlib/nrand48.c, stdlib/srand48.c, stdlib/lcong48.c:
8195         Rewrite to use reentrant versions.
8196         * stdlib/a64l.c, stdlib/l64a.c: New files.  Implement a64l()
8197         and l64a() functions from SysV library.
8198         * stdlib/Makefile (routines): Add drand48_r, erand48_r, lrand48_r,
8199         nrand48_r, mrand48_r, jrand48_r, srand48_r, seed48_r, lcong48_r,
8200         drand48-iter, a64l, l64a.
8201         * stdlib/stdlib.h: Declare them.
8203         * stdlib/random_r.c: New file.  Reentrant version of functions
8204         from random family.
8205         * stdlib/stdlib.h: Declare them.
8206         * stdlib/random.c: Rewrite to use reentrant functions.
8208         * string/strerror_r.c: New file.  Reentrant version.
8209         * string/strerror.c: Change for new _strerror_internal form.
8210         * string/Makefile (routines): Add strerror_r.
8212         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Set default
8213         value of user_entry to `_start'.
8214         Close AT_ENTRY case with `break'.
8216         * sysdeps/generic/strstr.c: New and much faster implementation
8217         by Stephen R. van den Berg.
8219         * sysdeps/generic/_strerror.c: _strerror_internal now takes
8220         three argument and has and explicit buffer length.
8221         * sysdeps/mach/_strerror.c: Change for new interface with three
8222         arguments.
8223         * stdio/perror.c, stdio/vfprintf.c: Callers changed.
8225         * sysdeps/mach/hurd/ttyname_r.c: New file.  Reentrant version.
8226         * sysdeps/posix/ttyname_r.c: New file.  Reentrant version.
8227         * sysdeps/stub/ttyname_r: New file.  Define as dummy function.
8229         * sysdeps/posix/utimes.c: Include <utime.h> for prototype.
8230         (utimes): First parameter to utime must be file, not path.
8232         * sysdeps/posix/sysconf.c (__sysconf): Test for CLK_TCK in case
8233         _SC_CLK_TCK and return it when available.
8234         Test for STREAM_MAX in case _SC_STREAM_MAX and return it when
8235         available.
8236         Add case for _SC_2_LOCALEDEF which is now available.
8238         * posix/sys/types.h [__USE_SVID] (key_t): New type.
8239         * sysvipc/Makefile, sysvipc/ftok.c, sysvipc/sys/ipc.h,
8240         sysvipc/sys/msg.h, sysvipc/sys/sem.h, sysvipc/sys/shm.h,
8241         sysdeps/stub/sys/msq_buf.h, sysdeps/stub/sys/sem_buf.h,
8242         sysdeps/stub/sys/shm_buf.h, sysdeps/stub/sys/ipc_buf.h,
8243         sysdeps/stub/semctl.c, sysdeps/stub/semget.c, sysdeps/stub/semop.c,
8244         sysdeps/stub/shmat.c, sysdeps/stub/shmctl.c, sysdeps/stub/shmdt.c,
8245         sysdeps/stub/shmget.c, sysdeps/stub/msgctl.c, sysdeps/stub/msgget.c,
8246         sysdeps/stub/msgrcv.c, sysdeps/stub/msgsnd.c: New files.
8247         Add implementation of System V IPC.
8249 Fri Sep 15 21:34:28 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8251         * hurd/hurdsig.c: Include <hurd/crash.h> in place of <hurd/core.h>.
8252         (write_corefile): Call __crash_dump_task instead of __core_dump_task.
8253         Use envariable CRASHSERVER instead of CORESERVER.
8254         * hurd/Makefile (user-interfaces): Replace hurd/core with hurd/crash.
8256 Tue Sep 12 14:30:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8258         * misc/mntent.c: New file.
8259         * misc/mntent.h: New file.
8260         * misc/Makefile (headers): Added mntent.h.
8261         (routines): Added mntent.
8262         * misc/fstab.c: Rewritten using mntent functions.
8264 Mon Sep 11 14:00:14 1995  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
8266         * posix/glob.c (glob): Comment fix.
8268 Fri Sep  8 16:25:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8270         * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Declare the
8271         symbols weak.
8273         * conf/portability.h (NEED_INETADDR, NEED_INETATON): Define to 1,
8274         not empty.
8276 Fri Sep  8 16:32:12 1995  Ulrich Drepper  <drepper@gnu.ai.mit.edu>
8278         * sysdeps/unix/sysv/linux/Implies,
8279         sysdeps/unix/sysv/linux/Makefile, sysdeps/unix/sysv/linux/Subdirs,
8280         sysdeps/unix/sysv/linux/accept.S, sysdeps/unix/sysv/linux/adjtime.c,
8281         sysdeps/unix/sysv/linux/adjtimex.S, sysdeps/unix/sysv/linux/bind.S,
8282         sysdeps/unix/sysv/linux/connect.S, sysdeps/unix/sysv/linux/direct.h,
8283         sysdeps/unix/sysv/linux/dl-machine.h, sysdeps/unix/sysv/linux/errnos.h,
8284         sysdeps/unix/sysv/linux/fork.S, sysdeps/unix/sysv/linux/gethostid.c,
8285         sysdeps/unix/sysv/linux/gethostname.C,
8286         sysdeps/unix/sysv/linux/getpeername.S,
8287         sysdeps/unix/sysv/linux/getpgid.S, sysdeps/unix/sysv/linux/getpgrp.S,
8288         sysdeps/unix/sysv/linux/getsockname.S,
8289         sysdeps/unix/sysv/linux/getsockopt.S, sysdeps/unix/sysv/linux/gtty.S,
8290         sysdeps/unix/sysv/linux/listen.S, sysdeps/unix/sysv/linux/local_lim.h,
8291         sysdeps/unix/sysv/linux/madvise.c, sysdeps/unix/sysv/linux/msgctl.c,
8292         sysdeps/unix/sysv/linux/msgget.c, sysdeps/unix/sysv/linux/msgrcv.c,
8293         sysdeps/unix/sysv/linux/msgsnd.c, sysdeps/unix/sysv/linux/pipe.S,
8294         sysdeps/unix/sysv/linux/poll.c, sysdeps/unix/sysv/linux/readv.c,
8295         sysdeps/unix/sysv/linux/recv.S, sysdeps/unix/sysv/linux/recvfrom.S,
8296         sysdeps/unix/sysv/linux/recvmsg.S, sysdeps/unix/sysv/linux/semctl.c,
8297         sysdeps/unix/sysv/linux/semget.c, sysdeps/unix/sysv/linux/semop.c,
8298         sysdeps/unix/sysv/linux/send.S, sysdeps/unix/sysv/linux/sendmsg.S,
8299         sysdeps/unix/sysv/linux/sendto.S, sysdeps/unix/sysv/linux/setegid.c,
8300         sysdeps/unix/sysv/linux/seteuid.c, sysdeps/unix/sysv/linux/sethostid.c,
8301         sysdeps/unix/sysv/linux/setpgid.c, sysdeps/unix/sysv/linux/setpgrp.c,
8302         sysdeps/unix/sysv/linux/setsid.S, sysdeps/unix/sysv/linux/setsockopt.S,
8303         sysdeps/unix/sysv/linux/settimeofday.S,
8304         sysdeps/unix/sysv/linux/shmat.c, sysdeps/unix/sysv/linux/shmctl.c,
8305         sysdeps/unix/sysv/linux/shmdt.c, sysdeps/unix/sysv/linux/shmget.c,
8306         sysdeps/unix/sysv/linux/shutdown.S,
8307         sysdeps/unix/sysv/linux/sigaction.S, sysdeps/unix/sysv/linux/signal.S,
8308         sysdeps/unix/sysv/linux/sigpending.S, sysdeps/unix/sysv/linux/sigset.h,
8309         sysdeps/unix/sysv/linux/sockaddrcom.h,
8310         sysdeps/unix/sysv/linux/socketpair.S, sysdeps/unix/sysv/linux/speed.c,
8311         sysdeps/unix/sysv/linux/statbuf.h, sysdeps/unix/sysv/linux/stty.S,
8312         sysdeps/unix/sysv/linux/syscall.h, sysdeps/unix/sysv/linux/sysconf.c,
8313         sysdeps/unix/sysv/linux/tcdrain.c, sysdeps/unix/sysv/linux/tcflow.c,
8314         sysdeps/unix/sysv/linux/tcflush.c, sysdeps/unix/sysv/linux/tcgetattr.c,
8315         sysdeps/unix/sysv/linux/tcsetattr.c,
8316         sysdeps/unix/sysv/linux/termbits.h, sysdeps/unix/sysv/linux/ualarm.c,
8317         sysdeps/unix/sysv/linux/ulimit.c, sysdeps/unix/sysv/linux/usleep.c,
8318         sysdeps/unix/sysv/linux/utsnamelen.h, sysdeps/unix/sysv/linux/vfork.c,
8319         sysdeps/unix/sysv/linux/wait.c, sysdeps/unix/sysv/linux/wait4.S,
8320         sysdeps/unix/sysv/linux/waitpid.c, sysdeps/unix/sysv/linux/writev.c:
8321         New Linux/ELF specific, architecture independent files.
8322         * sysdeps/unix/sysv/linux/i386/Dist,
8323         sysdeps/unix/sysv/linux/i386/Makefile,
8324         sysdeps/unix/sysv/linux/i386/brk.S,
8325         sysdeps/unix/sysv/linux/i386/fcntlbits.h,
8326         sysdeps/unix/sysv/linux/i386/fpu_control.c,
8327         sysdeps/unix/sysv/linux/i386/fpu_control.h,
8328         sysdeps/unix/sysv/linux/i386/fstat.S,
8329         sysdeps/unix/sysv/linux/i386/fxstat.S,
8330         sysdeps/unix/sysv/linux/i386/ieee_fpu.c,
8331         sysdeps/unix/sysv/linux/i386/init-first.S,
8332         sysdeps/unix/sysv/linux/i386/ipc.S,
8333         sysdeps/unix/sysv/linux/i386/lstat.S,
8334         sysdeps/unix/sysv/linux/i386/lxstat.S,
8335         sysdeps/unix/sysv/linux/i386/mknod.S,
8336         sysdeps/unix/sysv/linux/i386/mmap.S,
8337         sysdeps/unix/sysv/linux/i386/sbrk.S,
8338         sysdeps/unix/sysv/linux/i386/setfpucw.c,
8339         sysdeps/unix/sysv/linux/i386/signum.h,
8340         sysdeps/unix/sysv/linux/i386/socket.S,
8341         sysdeps/unix/sysv/linux/i386/stat.S,
8342         sysdeps/unix/sysv/linux/i386/syscall.S,
8343         sysdeps/unix/sysv/linux/i386/sysdep.S,
8344         sysdeps/unix/sysv/linux/i386/sysdep.h,
8345         sysdeps/unix/sysv/linux/i386/xmknod.S,
8346         sysdeps/unix/sysv/linux/i386/xstat.S:
8347         New Linux i386/ELF specific files.
8348         * sysdeps/unix/sysv/linux/sys/ipc_buf.h,
8349         sysdeps/unix/sysv/linux/sys/mman.h,
8350         sysdeps/unix/sysv/linux/sys/msq_buf.h,
8351         sysdeps/unix/sysv/linux/sys/sem_buf.h,
8352         sysdeps/unix/sysv/linux/sys/shm_buf.h,
8353         sysdeps/unix/sysv/linux/sys/socketcall.h,
8354         sysdeps/unix/sysv/linux/sys/timex.h:
8355         New Linux/ELF specific, architecture independent header files.
8356         * sysdeps/unix/sysv/sysv4/linux: Tree removed.
8358 Thu Sep  7 17:05:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8360         * stdlib/msort.c (msort_with_tmp): Fixed alignment test.  B1 and
8361         B2 are always congruent; just test that B1 is aligned.
8363 Wed Sep  6 19:41:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8365         * elf/dl-lookup.c (_dl_lookup_symbol): Test WEAK_VALUE.s rather
8366         than WEAK_VALUE.a to see if a weak value has been set.  A valid
8367         weak value may set WEAK_VALUE.a to 0.
8369 Fri Sep  1 16:16:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8371         * sysdeps/mach/hurd/i386/longjmp-ts.c: Use new array format for
8372         jmp_buf.
8374         * libc-symbols.h (link_warning): Take new first arg SYMBOL; ask
8375         for a warning on references to that specific symbol, not the
8376         entire containing object file.
8377         (stub_warning): Pass symbol name to link_warning.
8378         * stdio/gets.c: Pass function name in link_warning invocation.
8380         * hurd/intr-msg.c: Treat apparent EINTR return from msg trap like
8381         MACH_SEND_INTERRUPTED.  That indicates interrupt_operation was
8382         sent, but failed.
8384         * stdlib/msort.c: Include memcopy.h.
8385         (msort_with_tmp): If operating on aligned op_t words, use direct word
8386         fetches and stores.
8388         * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC): Add
8389         missing backslash.
8391 Thu Aug 31 13:23:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8393         * sysdeps/unix/i386/brk.S [PIC]: Set __curbrk through the GOT.
8395         Rewrote i386 setjmp code in assembly, so as to avoid fighting
8396         with the compiler for the register values.
8397         * sysdeps/i386/setjmp.S, sysdeps/i386/__longjmp.S: New files.
8398         * sysdeps/i386/setjmp.c, sysdeps/i386/__longjmp.c: Files removed.
8399         * sysdeps/i386/jmp_buf.h [! _ASM] (__jmp_buf): Define as array of ints.
8400         [__USE_MISC || _ASM] (JB_*): New macros, for indices therein.
8401         (_JMPBUF_UNWINDS): Use JB_SP.
8403 Wed Aug 30 16:44:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8405         * sysdeps/mach/hurd/select.c: Deal with out of order replies
8406         during io_select request loop.
8407         Handle MACH_RCV_TIMED_OUT error from requests.
8408         * hurd/intr-msg.c: If the user passed the MACH_RCV_TIMEOUT option,
8409         distinguish MACH_RCV_TIMED_OUT from EINTR.
8411         * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
8412         slash.
8413         (glob_in_dir): Don't allocate extra byte here.
8415         * sysdeps/i386/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
8416         Decrement the DT_RELSZ value for the skipped reloc.
8418 Tue Aug 29 12:35:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8420         * time/australasia: Updated data from ADO.
8422 Mon Aug 28 17:47:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8424         * dirent/dirent.h: Don't include <dirstream.h>.
8425         Instead, define DIR as typedef for (undefined) `struct __dirstream'.
8427 Fri Aug 25 12:12:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8429         * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream'
8430         instead of `DIR'.
8431         * sysdeps/unix/bsd/dirstream.h: Likewise.
8432         * sysdeps/stub/dirstream.h: Likewise.
8433         * sysdeps/unix/dirstream.h: Likewise.
8434         * sysdeps/mach/hurd/telldir.c: Include "dirstream.h".
8435         * sysdeps/mach/hurd/seekdir.c: Likewise.
8436         * sysdeps/mach/hurd/opendir.c: Likewise.
8437         * sysdeps/mach/hurd/closedir.c: Likewise.
8438         * sysdeps/mach/hurd/readdir.c: Likewise.
8439         * sysdeps/unix/telldir.c: Likewise.
8440         * sysdeps/unix/seekdir.c: Likewise.
8441         * sysdeps/unix/rewinddir.c: Likewise.
8442         * sysdeps/unix/readdir.c: Likewise.
8443         * sysdeps/unix/opendir.c: Likewise.
8444         * sysdeps/unix/closedir.c: Likewise.
8445         * sysdeps/unix/bsd/telldir.c: Likewise.
8446         * sysdeps/unix/bsd/readdir.c: Likewise.
8447         * dirent/Makefile (headers): Remove dirstream.h.
8448         (distribute): Put it here instead.
8450         * sysdeps/mach/hurd/mmap.c: Fix inverted test of MAP_FIXED.
8452         * stdio/vfscanf.c (number): Allow field width to inhibit first
8453         digit after base detection.
8455         * stdio/vfprintf.c (vfprintf: %s): Never search past the limit
8456         specified by the precision.
8458         * grp/grpread.c (__grpscan): New function.
8459         * grp/grp.h (__grpscan): Declare it.
8460         * grp/getgrgid.c: Use __grpscan.
8461         * grp/getgrnam.c: Likewise.
8462         * pwd/pwdread.c (__pwdscan): New function.
8463         * pwd/pwd.h (__pwdscan): Declare it.
8464         * pwd/getpwnam.c: Use __pwdscan.
8465         * pwd/getpwuid.c: Likewise.
8467 Thu Aug 24 16:29:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8469         * sysdeps/mach/hurd/mmap.c: Treat (FLAGS & MAP_TYPE) == 0 like
8470         MAP_FILE.
8472         * hurd/thread-cancel.c: Return EINTR when called on self.
8473         * sysdeps/i386/elf/start.S (data_start): Define as weak alias for
8474         __data_start.
8476 Tue Aug 22 16:49:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8478         * inet/netdb.h: Moved to resolv.
8479         * inet/Makefile (headers): Remove netdb.h.
8480         * resolv/Makefile (headers): Add netdb.h.
8481         * resolv/gethnamaddr.c, resolv/inet_addr.c, resolv/netdb.h,
8482         resolv/res_send.c: Updated from BIND-4.9.3-BETA26.
8484         * hurd/thread-cancel.c: If SS->cancel_hook is not null, call it before
8485         resuming the thread.
8486         * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel_hook'.
8488         * hurd/Makefile: Removed dep on hurd/signal.h for RPC stub objects.
8490 Mon Aug 21 16:37:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8492         * sysdeps/i386/dl-machine.h (elf_machine_rel): Grok R_386_NONE
8493         relocs, and do nothing.  Why the linker generates them we may
8494         never know.
8496 Thu Aug 17 16:18:38 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8498         * sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
8499         `subdirs' variable.
8501         * sysdeps/mach/hurd/i386/intr-msg.h: New file.
8502         * hurd/intr-msg.c: Use INTR_MSG_TRAP macro from machine-dependent
8503         "intr-msg.h" for special syscall code, instead of i386-specific asm.
8504         * hurd/hurdsig.c: Use INTR_MSG_BACK_OUT macro from
8505         machine-dependent "intr-msg.h" before mutating thread state to
8506         skip RPC.
8508         * sysdeps/mach/hurd/i386/trampoline.c: If PC is inside
8509         _hurd_intr_rpc_mach_msg special syscall code, use real SP saved in
8510         %ecx.
8512         * Makeconfig (link-libc): New variable; use shared library if
8513         available.
8514         (+link): Use it.
8516         * sysdeps/mach/hurd/fork.c (_hurd_fork_locks): Variable removed.
8517         Instead, declare with `symbol_set_declare'.
8518         (fork): Use symbol_set_* macros for _hurd_fork_locks.
8519         Use SS->thread instead of __mach_thread_self ().  Suspend all
8520         other threads during task_create and port copying.
8522 Wed Aug 16 17:04:26 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8524         * hurd/intr-msg.c: Fixed calculation of syscall %esp.
8526 Tue Aug 15 12:26:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8528         * hurd/hurdsig.c (_hurdsig_abort_rpcs): Remove `static'.
8530         * hurd/Makefile (sig): Add intr-msg.
8532 Mon Aug 14 16:51:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8534         * hurd/thread-cancel.c: New file.
8535         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): In
8536         rpc_wait case, frob mach_msg args to set timeout on receive.
8537         (_hurdsig_rcv_interrupted_p): Function removed.
8538         * sysdeps/mach/hurd/alpha/trampoline.c: Likewise.
8539         * sysdeps/mach/hurd/hppa/trampoline.c: Likewise.
8540         * sysdeps/mach/hurd/mips/trampoline.c: Likewise.
8541         * hurd/intr-msg.c: New file.
8542         * hurd/hurd/signal.h (struct hurd_sigstate): New member `cancel'.
8543         (_hurdsig_rcv_interrupted_p): Declaration removed.
8544         (HURD_EINTR_RPC): Macro removed.
8545         (_hurd_longjmp_thread_state, _hurd_interrupted_rpc_timeout): Declare
8546         these.
8547         * hurd/intr-rpc.h: New file.
8548         * hurd/intr-rpc.defs: Just import intr-rpc.h.
8549         * hurd/hurdsig.c (_hurd_interrupted_rpc_timeout): New variable.
8550         (interrupted_reply_port_location): Take new flag arg; only catch
8551         faults if it's set.
8552         (abort_rpcs): Rename to _hurdsig_abort_rpcs; take same new flag arg.
8553         No longer use _hurdsig_rcv_interrupted_p; instead compare PC to
8554         &_hurd_intr_rpc_msg_in_trap.  If before it, mutate state to simulate
8555         MACH_SEND_INTERRUPTED return; on it, interrupt the operation.  All
8556         callers changed.
8557         * hurd/hurd.h (hurd_thread_cancel, hurd_check_cancel): Declare these.
8558         * hurd/Makefile (distribute): Remove intr-rpc.awk.
8559         (sig): Add thread-cancel.
8560         (transform-user-stub, transform-user-stub-output): Variables removed.
8561         * sysdeps/mach/hurd/dl-sysdep.c: Change all RPCs from
8562         `__hurd_intr_rpc_*' to `__*'.
8563         (_hurd_intr_rpc_mach_msg): New function.
8564         (_hurd_thread_sigstate): Function removed.
8565         * sysdeps/mach/hurd/ioctl.c: Use _hurd_intr_rpc_mach_msg function,
8566         instead of __mach_msg inside HURD_EINTR_RPC macro.
8568         * sysdeps/generic/morecore.c [__GNU_LIBRARY__]: Declare `__sbrk'
8569         to take ptrdiff_t arg.
8571         * sysdeps/mach/hurd/fork.c: Remove _hurd_longjmp_thread_state decl.
8573         * sysdeps/mach/hurd/kill.c (kill_pid): Don't make `inline'.
8575         * libc-symbols.h [GCC >= 2.7] (strong_alias, weak_symbol,
8576         weak_alias): Use `extern' storage class.
8578 Wed Aug  9 14:25:35 1995  Miles Bader  <miles@geech.gnu.ai.mit.edu>
8580         * sysdeps/mach/hurd/setuid.c (__setuid): Switch the port-type and
8581         port-count parameters to __auth_makeauth.
8582         * sysdeps/mach/hurd/setgid.c (__setgid): Ditto.
8584 Tue Aug  8 12:22:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8586         * hurd/sigunwind.c: Remove _hurd_longjmp_thread_state decl.
8588         * inet/netinet/tcp.h: New file, incorporated from 4.4BSD-Lite.
8590 Tue Aug  8 12:06:04 1995  Michael I. Bushnell, p/BSG  <mib@duality.gnu.ai.mit.edu>
8592         * inet/netinet/in.h (IP_MULTICAST_TTL, IP_MULTICAST_LOOP,
8593         IP_MULTICAST_IP, IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP): New IP
8594         layer socket options.
8595         (IPPROTO_GGP): Delete obsolote protocol.
8596         (IPPROTO_IGMP): Add new protocol (with same value [2] as old GGP).
8597         (struct ip_mreq): New type.
8599 Mon Aug  7 14:04:36 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8601         * stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.
8603         * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
8604         (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
8606         * sysdeps/generic/sysd-stdio.c (__stdio_reopen): Return failure
8607         when __stdio_open fails with a code other than ENFILE or EMFILE.
8609 Fri Aug  4 16:01:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8611         * Makefile (headers): Added gnu-versions.h.
8613 Thu Aug  3 14:41:11 1995  Michael I. Bushnell  <mib@duality.gnu.ai.mit.edu>
8615         * inet/netinet/in.h (IN_CLASSD, IN_EXPERIMENTAL, IN_BADCLASS): Use
8616         equality, not assignment, to test bitfields.
8618 Sat Jul 29 10:41:06 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
8620         * sysdeps/mach/hurd/sendto.c (sendto): Use the ifsock protocol to
8621         resolve AF_LOCAL addresses.
8623         * sysdeps/mach/hurd/accept.c (accept): If the protocol family
8624         can't tell us what an address means, just return a zero-length
8625         buffer instead.
8626         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Ditto.
8628 Fri Jul 28 15:29:11 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
8630         * sysdeps/mach/hurd/bind.c (bind): Don't use
8631         file_invoke_translator, as it doesn't work.  Instead just lookup
8632         the translated node again, and hope we're not hit by any race
8633         conditions.
8635 Wed Jul 26 02:00:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8637         * csu/Makefile [$(elf)=yes] (have-initfini): Set to yes.
8638         [$(have-initfini)=yes]: Test this rather than $(elf) for crtstuff.
8639         [start-installed-name-rule]: If this is defined, elide rule for
8640         $(objpfx)$(start-installed-name).
8641         * csu/initfini.c (SECTION): New macro, different definitions for
8642         #ifdef HAVE_ELF and not.
8643         (_init, _fini): Use that macro.
8644         * sysdeps/unix/sysv/sco3.2.4/Makefile [$(subdir)=csu]
8645         (start-installed-rule, start-installed-name-rule): New variables;
8646         specify crt1.o, created by our own rule.
8647         ($(objpfx)crt1.o): New rule.
8648         * configure.in: Require autoconf 2.4.2 or later.  Change all
8649         AC_CACHE_VAL uses to use new AC_CACHE_CHECK macro instead;
8650         prettify some messages.
8651         [$elf!=yes] (libc_cv_have_initfini): New test for `.init' and `.fini'
8652         sections.
8653         * munch-tmpl.c [HAVE_INITFINI]: Call _init and atexit (_fini) in
8654         this case rather than #ifdef HAVE_ELF.
8655         * config.h.in (HAVE_INITFINI): New macro.
8656         * config.make.in (have-initfini): New variable, set by configure.
8658         * stdio/vfscanf.c (conv_error): Simplify expression to avoid
8659         "value computed is not used" warning.
8661         * Makeconfig (+gccwarn): Removed -Wconversion.
8663         * csu/initfini.c (GLOBAL): Macro removed.
8664         (_init, _fini): Always define globally.
8665         * csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o.
8667         * asia, backward, europe, leapseconds, southamerica: New data from
8668         ADO's 95e.
8670         * inet/Makefile (routines): Removed inet_addr.
8671         * inet/inet_addr.c: Moved to resolv/ subdirectory.
8672         * resolv/Makefile (routines): Added inet_addr.
8673         * resolv/inet_addr.c: Incorporated from BIND 4.9.3-BETA24 release.
8674         * resolv/gethnamaddr.c: Likewise.
8675         * resolv/getnetbyaddr.c: Likewise.
8676         * resolv/getnetbyname.c: Likewise.
8677         * resolv/getnetent.c: Likewise.
8678         * resolv/getnetnamadr.c: Likewise.
8679         * resolv/herror.c: Likewise.
8680         * resolv/nsap_addr.c: Likewise.
8681         * resolv/res_comp.c: Likewise.
8682         * resolv/res_debug.c: Likewise.
8683         * resolv/res_init.c: Likewise.
8684         * resolv/res_mkquery.c: Likewise.
8685         * resolv/res_query.c: Likewise.
8686         * resolv/res_send.c: Likewise.
8687         * resolv/resolv.h: Likewise.
8688         * resolv/sethostent.c: Likewise.
8689         * resolv/arpa/nameser.h: Likewise.
8690         * inet/netdb.h: Incorporated from BIND 4.9.3-BETA24 release.
8691         [__GNU_LIBRARY__]: Include <rpc/netdb.h> instead of repeating
8692         its declarations (and doing so only #ifdef sun!).
8693         * conf/portability.h (NEED_INETADDR, NEED_INETATON): New macros.
8695         * posix/sys/types.h [__USE_BSD] (__BIT_TYPES_DEFINED__): New macro.
8696         [__USE_BSD] [__GNUC__] (int64_t, u_int64_t, register_t): New typedefs.
8698         * malloc/memalign.c: Allocate (SIZE + ALIGNMENT - 1) and then trim
8699         if possible.
8701         * mach/shortcut.awk: Emit decls for RPC.
8703         * libc-symbols.h [GCC >= 2.7 && !ASSEMBLER] (weak_symbol,
8704         weak_alias, strong_alias): Define using GCC __attribute__ syntax.
8706         * Makerules ($(installed-libcs)): Depend on `lib' (only).
8708 Tue Jul 25 09:14:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8710         * sysdeps/mach/hurd/pathconf.c: Declare VALUE as int, not long int.
8712         * stdlib/strtol.c [_LIBC]: Define STDC_HEADERS.
8714         * sysdeps/unix/sysv/ftime.S: New file.
8716         * locale/locfile-parse.c (categories_write): Cast "" to char *.
8718         * io/fcntl.h [__OPTIMIZE__] (creat): Macro removed.
8720         * time/strftime.c: Use year modulo 100 for %y.
8722         * time/sys/timeb.h: Add __BEGIN_DECLS and __END_DECLS.
8724         * sysdeps/unix/snarf-ioctls (snarfexclude): Use two sed's instead
8725         of one, to work around bug in sunos4.1.2 sed.
8727         * stdio/vfprintf.c (vfprintf): For %s with precision spec, use
8728         memchr instead of strlen to limit search for NUL by precision.
8730 Mon Jul 24 03:13:16 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8732         * sysdeps/posix/pathconf.c: New file.
8734 Sat Jul 22 20:53:18 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8736         * sysdeps/unix/i386/sysdep.h (JUMPTARGET): Use ## to avoid space
8737         before @PLT.
8738         * sysdeps/mach/i386/sysdep.h (JUMPTARGET): New macro.
8739         * sysdeps/i386/bsd-_setjmp.S: Use JUMPTARGET macro in jmp insn.
8740         * sysdeps/i386/bsd-setjmp.S: Likewise.
8742 Sat Jul 22 19:58:54 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
8744         * inet/Makefile (routines): Added `ruserpass'.
8745         * inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP
8746         client.  Modified to remove the fourth arg AACCT.  Do nothing for
8747         the `account' and `macdef' keywords.  Other incidental changes
8748         because we are not in the FTP source tree.
8750 Sat Jul 22 01:56:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8752         * sysdeps/stub/init-posix.c: Removed stub warning.
8754         * Makefile (autoconf-it): Make it executable and unwritable.
8756         * configure.in (sysnames): Under --enable-debug-configure, spew
8757         potential sysnames.
8759         * sysdeps/unix/i386/sysdep.h (JUMPTARGET): New macro; use name@PLT
8760         #ifdef PIC.
8761         (PSEUDO): Use JUMPTARGET(syscall_error) in jump insn.
8762         * sysdeps/unix/i386/syscall.S: Use JUMPTARGET(syscall_error) in
8763         jump insn.
8765         * sysdeps/unix/sysv/sysv4/linux/i386/sysdep.h: Rewritten.
8766         * sysdeps/unix/sysv/sysv4/linux/i386/syscall.S: New file.
8767         * sysdeps/unix/sysv/sysv4/linux/i386/socket.S: Include
8768         <sys/socketcall.h>.  Save %ebx in call-clobbered %edx instead of
8769         stack.  Use JUMPTARGET(syscall_error) in jump insn.
8771         * Makeconfig (+gccwarn): Add -Wbad-function-cast -Wconversion.
8773         * sysdeps/unix/i386/sysdep.h (ENTRY): Use ASM_GLOBAL_DIRECTIVE and
8774         ASM_TYPE_DIRECTIVE.
8775         (ASM_TYPE_DIRECTIVE): New macro; defined using `.type' #ifdef ELF.
8777         * sysdeps/unix/sysv/sysv4/linux/i386/sysdep.S (__syscall_error):
8778         Rewritten, #include'ing unix/i386/sysdep.S for most of the code.
8779         * sysdeps/unix/i386/sysdep.S [PIC]: Store into `errno' through the GOT.
8781         * configure.in (os=linux*): Use unix/sysv/sysv4 for $base_os,
8782         instead of unix/sysv.
8783         * sysdeps/unix/sysv/linux/{accept,connect,getsockname,rename,
8784         socketpair,waitpid,bind,getpeername,listen,setsid,wait4}.S: Moved
8785         to new directory sysdeps/unix/sysv/sysv4/linux.
8786         * sysdeps/unix/sysv/linux: Directory removed.
8787         * sysdeps/unix/sysv/i386/linux/{socket.S,sysdep.h,sysdep.S}: Moved
8788         to new directory sysdeps/unix/sysv/sysv4/linux/i386.
8789         * sysdeps/unix/sysv/linux/i386: Directory removed.
8791         Fixes to help Linux, inspired by drepper's work:
8792         * sysdeps/posix/utimes.c: New file.
8793         * sysdeps/generic/getdomain.c: New file.
8794         * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
8795         * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
8796         externals _dl_argc, _dl_argc, and _environ.
8798 Fri Jul 21 12:57:29 1995  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
8800         * sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and
8801         EOPNOTSUPP as indications that the server has died.
8802         * sysdeps/mach/hurd/pipe.c (__pipe): Likewise.
8803         * sysdeps/mach/hurd/socketpair.c (socketpair): Likewise.
8805 Mon Jul 17 08:45:40 1995  Jim Meyering  (meyering@comco.com)
8807         * strtol.c: Portability changes from Uli Drepper.
8808         [!STDC_HEADERS && !defined(NULL)]: Define NULL.
8810 Mon Jul 10 05:39:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8812         * sysdeps/mach/hurd/i386/init-first.c (init): Take just one arg,
8813         DATA for the entry SP; DATA[-1] is always the return address
8814         location.  In both cthreads and non-cthreads cases, use asm to
8815         force parameters into %eax and %ecx before return, and mutate
8816         DATA[-1] to return to specific asm code to set up the user from
8817         %eax and %ecx.
8818         [PIC] (_init): Caller changed.
8819         (__libc_init_first) [! PIC] (doinit): Use asm to effect call to init
8820         with SP unwound to argument data ptr.
8822 Thu Jul  6 14:28:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8824         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Fixed this kludge to work
8825         when 0x08000000 and up are not mapped.
8827         * Makerules (stamp$o-$(subdir) rule): Remove the timestamp file
8828         before touching it.
8829         (lib%.so): Use -Wl to get -soname to ld.
8831         * elf/dlsym.c: Pass final arg to _dl_lookup_symbol.
8833         * elf/Makefile (libdl.so): Pass $(LDFLAGS.so).
8835 Tue Jun 20 02:18:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8837         * Makerules (lib%.so: lib%_pic.a): Pass -soname switch giving the
8838         library's name including $(libprefix) and major version number.
8840         * locale/locale-ctype.c (allocate_arrays): Use xmalloc and bzero
8841         in place of xcalloc.
8843         * Makeconfig (prefix, exec_prefix, libprefix): Instead of
8844         `ifndef', use the $(origin) function to only set these if they are
8845         undefined, and not if they are defined to empty.
8847         * gnu-versions.h: New file.
8848         * features.h (__GNU_LIBRARY__): Increase value to 5.
8850 Wed Jun 14 03:45:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8852         * stdio/stdio.h (__validfp): Use ({...}) rather than a comma
8853         expression, to avoid gcc's "value computed is not used" warning.
8855         * libc-symbols.h (_elf_set_element): Give the set-element variable
8856         an `unused' attribute.
8858         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Declare with
8859         __attribute__ ((__const__)).
8860         * hurd/hurd/signal.h (_hurd_self_sigstate): Likewise.
8862         * hurd/hurd/userlink.h (_hurd_userlink_link): Properly set
8863         LINK->resource.next->resource.prevp when appropriate, not
8864         LINK->resource.next->thread.prevp!!!
8866 Tue Jun 13 15:45:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8868         * configure.in (libc_cv_asm_set_directive): Make sure that the
8869         `.set' directive really worked by linking against a reference to
8870         the alias.
8872         * sysdeps/stub/init-first.c: Don't include <hurd.h>.
8873         [PIC] (soinit): Renamed to (global) _init.
8875 Mon Jun 12 13:15:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8877         * malloc/Makefile (gmalloc-routines): Remove valloc.
8878         (dist-routines): Add it here.
8880         * malloc/malloc.h [_MALLOC_INTERNAL] [emacs] (valloc): #define to
8881         emacs_loser_valloc to inhibit valloc declaration below.
8883         * Makerules (lib%.so: lib%_pic.a): Moved this rule to after
8884         installation rules.
8886         * sysdeps/mach/sysdep.h [HAVE_ELF] (ENTRY): Redefine this macro so
8887         it uses the `.type' directive, which is necessary for shared
8888         libraries to work properly.
8890 Thu Jun  8 02:50:26 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8892         * elf/dl-load.c (_dl_map_object): Add MAP_INHERIT flag in mmap
8893         from zero fill.
8895         * elf/dl-lookup.c (_dl_lookup_symbol): Take new flag arg NOSELF;
8896         if nonzero, don't let *REF satisfy the reference itself.
8897         * elf/link.h (_dl_lookup_symbol): Add new arg NOSELF in decl.
8898         * sysdeps/i386/dl-runtime.c (_dl_runtime_resolve): Pass new arg to
8899         _dl_lookup_symbol.
8900         * elf/do-rel.h (elf_dynamic_do_rel): Pass new second arg of
8901         R->r_offset to RESOLVE callback.
8902         * elf/dl-reloc.c (_dl_relocate_object: resolve): Don't let *REF
8903         satisfy the reference itself if its value equals the reloc's
8904         offset.
8906         * elf/rtld.c (dl_main): Write a newline in fatal msg.
8908         * Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS.so).
8910         * elf/rtld.c [! NDEBUG] (__assert_perror_fail): New function.
8912         * hurd/hurdstartup.c (_hurd_startup): Fancier kludge to guess phdr
8913         and user entry point addresses.
8915         * elf/dl-load.c (open_path): Don't do strlen on DIRPATH if it's null.
8916         (_dl_map_object): DT_RPATH value is relative to DT_STRTAB value.
8918         * Makerules (install-lib.so): Don't include libc.so.
8919         [$(build-shared)=yes] (install): Depend on the installed libc.so file.
8920         [$(build-shared)=yes] (install-no-libc.a): Make this, rather than
8921         install, depend on the installed $(install-lib.so) files.
8922         [$(build-shared)=yes] (install-lib.so): Append libc.so after that rule.
8924         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Add kludge to
8925         allocate high addresses to avoid random mappings appearing there.
8926         (mmap): Comment out mask; always pass zero.
8928 Tue Jun  6 13:34:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8930         * sysdeps/i386/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8931         * sysdeps/mach/hurd/dl-sysdep.c (mmap): Use it as mask in vm_map call.
8933         * elf/dl-error.c (_dl_catch_error): Clear *ERRSTRING and *OBJNAME
8934         when successful.
8936         * sysdeps/mach/hurd/dl-sysdep.c (threadvars): New static variable.
8937         (__hurd_threadvar_max, __hurd_threadvar_stack_offset): Define these
8938         variables, using the `threadvars' buffer.
8940         * elf/dl-reloc.c: Don't dereference L->l_prev when it's null.
8941         * sysdeps/i386/dl-runtime.c: Likewise.
8943         * elf/rtld.c (dl_main): Add missing NULL terminating argument in
8944         _dl_sysdep_fatal call.
8945         (__assert_fail): Likewise.
8947         * locale/Makefile (localedef-modules): Renamed ctype to
8948         locale-ctype so as not to conflict with the object file for
8949         ctype/ctype.c in the build directory.
8951 Mon Jun  5 04:02:26 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8953         * elf/elf.h (ELFMAG): Use \177 instead of \x7f.  It seems GCC
8954         insists on seeing the following E as part of hex 7FE, and
8955         complaining that is wider than a byte.
8957 Sun Jun  4 22:14:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8959         * hurd/Makefile (sig): Added thread-self.
8960         * hurd/hurd.h: Declare hurd_thread_self.
8961         * hurd/thread-self.c: New file.
8963 Thu Jun  1 12:17:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8965         * elf/rtld.c: Initialize RTLD_MAP.l_type.
8966         * elf/dl-reloc.c (_dl_relocate_object): Clear LAZY if relocating
8967         the dynamic linker itself.
8968         * sysdeps/i386/dl-machine.h (elf_machine_rel): If MAP->l_type is
8969         lt_interpreter, first undo relocation done during bootstrapping.
8971 Tue May 30 15:52:32 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8973         * mach/Makefile (server-interfaces): Removed notify and
8974         device_reply.  For shlibs with eager binding, libmachuser.so must
8975         not refer to any functions not defined in libc.
8977 Sat May 27 16:23:22 1995  Jim Meyering  (meyering@comco.com)
8979         * sysdeps/generic/memchr.c: Cast RHS to const unsigned char *
8980         to avoid error from Irix-4.0.5's C compiler.  From Kaveh Ghazi.
8982 Fri May 26 13:00:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8984         * hurd/hurdsig.c (_hurd_internal_post_signal): Don't loop to check
8985         pending signals if the thread is in a critical section.  It will
8986         send us a msg when it finishes.
8988         * sysdeps/mach/hurd/pathconf.c: New file.
8989         * sysdeps/mach/hurd/fpathconf.c: New file.
8991         * sysdeps/mach/hurd/sigaction.c: Only notify the proc server for
8992         SIGCHLD when the SA_NOCLDSTOP bit actually changes.
8994 Sun May 21 05:05:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8996         * elf/Makefile (ld.so): Use -nostartfiles in addition to
8997         -nostdlib.
8999 Sun May 21 02:01:29 1995  Jim Meyering  (meyering@comco.com)
9001         * sysdeps/generic/memchr.c: Don't include <string.h> at all.
9002         HPUX-9.01 and IRIX-4.0.5 vendor C compilers get conflicting dcls for
9003         memchr unless one manually arranges for them to define __STDC__.
9005 Fri May 19 17:16:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9007         * sysdeps/mach/hurd/i386/init-first.c: In cthreads case, handle
9008         args on stack from kernel.
9010         * posix/Makefile, sysdeps/alpha/Makefile,
9011         * sysdeps/mach/hurd/Makefile, sysdeps/sparc/Makefile, Makefile,
9012         * Makerules, Make-dist: Fix "cvs commit" cmds in rules to not fail
9013         in the absence of CVS dirs.
9015         * hurd/hurdstartup.c: Don't call __mach_init.  Grok args from the
9016         kernel on the stack properly.
9018         * set-init.c: Never call _init/_fini; just run __libc_subinit.
9020         * Makerules (LDFLAGS-c.so): Add -nostartfiles.
9021         * mach/Machrules (LDFLAGS-$(interface.so)): Likewise.
9023         * configure.in: Move defaulting of --with-elf and --with-gnu-*
9024         based on host os outside the AC_CACHE_VAL for the sysdirs
9025         calculation.
9027         * Makeconfig (localedir, nlsdir): New variables.
9029         * values.h: New file.
9030         * Makefile (headers): Add values.h.
9032         * locale/Makefile (distribute): Add error.h.
9033         * locale/localedef.c: Include "error.h".
9034         (main): Use error_message_count instead of warning_cntr.
9036 Wed May 17 16:50:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9038         Merged 1003.2 locale and localedef programs by Ulrich Drepper.
9039         * locale/charmap.c: New file.
9040         * locale/collate.c: New file.
9041         * locale/config.h: New file.
9042         * locale/ctype.c: New file.
9043         * locale/ctypedump.c: New file.
9044         * locale/hash.c: New file.
9045         * locale/hash.h: New file.
9046         * locale/iso-4217.def: New file.
9047         * locale/keyword.gperf: New file.
9048         * locale/keyword.h: New file.
9049         * locale/libintl.h: New file.
9050         * locale/locale.c: New file.
9051         * locale/localedef.c: New file.
9052         * locale/localedef.h: New file.
9053         * locale/locfile-lex.c: New file.
9054         * locale/locfile-parse.c: New file.
9055         * locale/messages.c: New file.
9056         * locale/monetary.c: New file.
9057         * locale/numeric.c: New file.
9058         * locale/token.h: New file.
9060         * posix/regex.c, posix/regex.h: New files, incorporated from GNU regex.
9061         * posix/Makefile (headers): Add regex.h.
9062         (routines): Add regex.
9063         (gpl2lgpl): Add regex.c and regex.h.
9065 Tue May 16 17:35:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9067         * locale/loadlocale.c: Expect macro LOCALE_PATH to be defined,
9068         instead of hard-coding "/share/locale".
9070 Sat May 13 02:16:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9072         * configure.in (os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
9074 Fri May 12 15:31:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9076         * elf/elf.h (ELFMAG, SELFMAG): New macros.
9078 Fri May 12 11:24:53 1995  Michael I Bushnell  <mib@duality.gnu.ai.mit.edu>
9080         * hurd/alloc-fd.c (_hurd_alloc_fd): Don't reduce FIRST_FD in
9081         the case where it starts out less than _hurd_dtablesize.
9083 Thu May 11 20:51:05 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9085         * hurd/alloc-fd.c (_hurd_alloc_fd): When expanding the dtable,
9086         make sure the new size exceeds FIRST_FD.
9088 Wed May 10 21:00:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9090         * sysdeps/mach/i386/sysdep.h (RETURN_TO): New macro.
9092 Tue May  9 01:26:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9094         * Makerules (install-lib.so): Add %.so for each %_pic.a.
9096         * sysdeps/i386/elf/start.S (__data_start): Define this symbol as
9097         the first thing in .data.
9099         * sysdeps/mach/_strerror.c (_strerror_internal): Eschew sprintf.
9101         * hurd/hurdstartup.h: New file.
9103         * sysdeps/i386/elf/start.S: Give two operands to `testl' when they
9104         are the same.  Use `jz' instead of `jeq'.
9106         * Makeconfig (config.make): Depend on config.status, and run it to
9107         update.
9108         (config.status): New target; depend on configure.
9109         If target (config.status) exists, run it with --recheck to update;
9110         if not, give error msg saying to run confiugre by hand.
9111         * Makerules [$(sysd-Makefile-sysdirs) != $(sysdirs)]
9112         (sysd-Makefile-force): Set this variable to FORCE in this case, to
9113         force a rebuild of sysd-Makefile.
9114         (sysd-Makefile): Depend on $(sysd-Makefile-force).
9115         Write into the file sysd-Makefile-sysdirs:=$(sysdirs).
9116         [$(sysd-rules-sysdirs) != $(sysdirs)] (sysd-rules-force): Set this
9117         variable to FORCE in this case, to force a rebuild of sysd-rules.
9118         (sysd-rules): Depend on $(sysd-rules-force).
9119         Write into the file sysd-rules-sysdirs:=$(sysdirs).
9121         * Makerules (LDFLAGS-c.so): Change ld option -interp to
9122         -dynamic-linker.
9124         * Makerules (do-install-program): New canned sequence.
9125         (install-bin, install-sbin): Use it.
9126         (install for lib*.so): Use it instead of $(do-install).
9127         Fix .so installation rules to handle lib*.so and *.so, deal with
9128         $(libprefix) right, and install *.so as *.so$($(*.so)-version);
9129         i.e. "libc.so-version = .1".
9131 Mon May  8 05:10:25 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9133         * elf/do-rel.h: New file, split out of dynamic-link.h.
9134         * elf/Makefile (distribute): Add do-rel.h.
9136 Sat May  6 11:06:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9138         * Makeconfig (+gccwarn): Add -Winline.
9140         * hurd/hurdsig.c (_hurd_internal_post_signal): If SS->context is
9141         set, avoid abort_rpcs, and use reply and intr ports saved in
9142         SS->context.
9143         * sysdeps/mach/hurd/i386/trampoline.c: Don't set SS->intr_port
9144         from SS->context.  Don't clear SS->context.
9145         * sysdeps/mach/hurd/i386/sigreturn.c: Don't set SS->intr_port when
9146         setting SS->context.  If msg_sig_post returns, re-lock and clear
9147         SS->context.
9149 Fri May  5 10:37:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9151         * mach/Makefile (errsystems.c): Comment out generation rule.
9153         * sysdeps/mach/_strerror.c: Consider a system unknown if its
9154         bad_sub member is null.
9156         * mach/mig-alloc.c: Add weak alias to non-__ name.
9158 Wed May  3 11:56:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9160         * sysdeps/mach/hurd/dup2.c: Fixed broken test in last change.
9162 Tue May  2 01:52:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9164         * elf/dl-error.c (_dl_catch_error): Actually call the OPERATE
9165         function.  Duh.
9167         * hurd/Makefile (distribute): Added hurdstartup.h.
9168         * hurd/hurd.h: Remove _hurd_startup decl.
9170         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS): Use __attribute__
9171         ((__unused__)) instead of gratuitous self reference.
9173         * sysdeps/mach/hurd/dup2.c: Call _hurd_alloc_fd to expand the
9174         table if FD2 doesn't fit.
9176         * sysdeps/mach/hurd/getdtsz.c: Return the RLIM_NOFILE soft limit,
9177         not the current table size.
9179         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.
9181         Implemented runtime dynamic linker to support ELF shared libraries.
9182         * elf/Makefile: Added rules to make ld.so and libdl.
9183         * elf/dl-error.c: New file.
9184         * elf/dl-fini.c: New file.
9185         * elf/dl-init.c: New file.
9186         * elf/dl-load.c: New file.
9187         * elf/dl-lookup.c: New file.
9188         * elf/dl-object.c: New file.
9189         * elf/dl-reloc.c: New file.
9190         * elf/dlclose.c: New file.
9191         * elf/dlerror.c: New file.
9192         * elf/dlopen.c: New file.
9193         * elf/dlsym.c: New file.
9194         * elf/dynamic-link.h: New file.
9195         * elf/link.h: New file.
9196         * elf/rtld.c: New file.
9197         * sysdeps/i386/dl-machine.h: New file.
9198         * sysdeps/stub/dl-machine.h: New file.
9199         * sysdeps/i386/dl-runtime.c: New file.
9200         * sysdeps/stub/dl-runtime.c: New file.
9201         * sysdeps/i386/elf/start.S: New file.
9202         * sysdeps/generic/dl-sysdep.c: New file.
9203         * sysdeps/mach/hurd/dl-sysdep.c: New file.
9204         * sysdeps/mach/hurd/i386/init-first.c: New file.
9205         * sysdeps/i386/init-first.c: New file.
9206         * sysdeps/stub/init-first.c: New file.
9208 Mon May  1 18:48:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9210         * Makerules (LDFLAGS-c.so): Add -interp and -e switches to make
9211         libc.so runnable.
9212         * version.c (__libc_print_version): Add "et al" and missing NL to
9213         author credit.
9215 Sat Apr 29 15:46:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9217         * posix/glob.c (S_ISDIR): Define if undefined.
9219 Thu Apr 27 01:24:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9221         * configure.in: Unless --without-fp, prepend */fpu before each
9222         machine dir in $mach; don't prepend FPU dirs at end.  If
9223         --with-elf, prepend MACHINE/elf directories at end; don't insert
9224         them into $mach.
9226         * Makerules (dist): Filter out *.[cSs] from $(distribute) in deps.
9228         * sysdeps/stub/clock.c: Added stub warning.
9229         * sysdeps/stub/dirfd.c: Likewise.
9230         * sysdeps/stub/exc2signal.c: Likewise.
9231         * sysdeps/stub/fdopen.c: Likewise.
9232         * sysdeps/stub/flock.c: Likewise.
9233         * sysdeps/stub/fpathconf.c: Likewise.
9234         * sysdeps/stub/ftruncate.c: Likewise.
9235         * sysdeps/stub/gtty.c: Likewise.
9236         * sysdeps/stub/isatty.c: Likewise.
9237         * sysdeps/stub/killpg.c: Likewise.
9238         * sysdeps/stub/madvise.c: Likewise.
9239         * sysdeps/stub/mkstemp.c: Likewise.
9240         * sysdeps/stub/mktemp.c: Likewise.
9241         * sysdeps/stub/mprotect.c: Likewise.
9242         * sysdeps/stub/msync.c: Likewise.
9243         * sysdeps/stub/pathconf.c: Likewise.
9244         * sysdeps/stub/poll.c: Likewise.
9245         * sysdeps/stub/raise.c: Likewise.
9246         * sysdeps/stub/readv.c: Likewise.
9247         * sysdeps/stub/setenv.c: Likewise.
9248         * sysdeps/stub/setlogin.c: Likewise.
9249         * sysdeps/stub/sigaltstack.c: Likewise.
9250         * sysdeps/stub/sigintr.c: Likewise.
9251         * sysdeps/stub/sigstack.c: Likewise.
9252         * sysdeps/stub/sleep.c: Likewise.
9253         * sysdeps/stub/sstk.c: Likewise.
9254         * sysdeps/stub/stime.c: Likewise.
9255         * sysdeps/stub/stty.c: Likewise.
9256         * sysdeps/stub/syscall.c: Likewise.
9257         * sysdeps/stub/sysconf.c: Likewise.
9258         * sysdeps/stub/truncate.c: Likewise.
9259         * sysdeps/stub/ualarm.c: Likewise.
9260         * sysdeps/stub/usleep.c: Likewise.
9261         * sysdeps/stub/utimes.c: Likewise.
9262         * sysdeps/stub/writev.c: Likewise.
9264         * sysdeps/stub/libc_fatal.c: Remove __NORETURN keyword.
9266 Wed Apr 26 16:06:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9268         * locale/loadlocale.c (_nl_free_locale): Do nothing if DATA is null.
9270 Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9272         * posix/glob.c (glob): If GLOB_MARK set, stat names to find
9273         directories and append slashes to them in final pass before
9274         sorting.
9275         (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
9276         slash; never append it here.
9278 Sat Apr 22 14:48:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9280         * mach/Machrules [interface-library]
9281         (LDFLAGS-$(interface-library:lib%=%.so)): New variable, set to
9282         -nostdlib.
9284         * sysdeps/mach/hurd/fork.c: Subfunction `unlockss' removed.  Lock
9285         _hurd_siglock only around initial task creation in parent.  Use
9286         _hurd_critical_section_unlock at end.  Handle dead name rights
9287         properly, and deal with a send right dying while we try to copy
9288         it.  For the time being, use assert_perror for kernel and proc RPC
9289         failures.
9291 Fri Apr 21 01:10:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9293         * extra-lib.mk: Don't include $(o-iterator); construct it by hand
9294         using $(object-suffixes-$(lib)) instead.
9296         * sysdeps/mach/hurd/Makefile (LDLIBS-c.so): New variable.
9298         * Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS-$(notdir $*).so).
9299         (LDFLAGS-c.so): New variable.
9301         * resolv/res_init.c (res_init): Don't clobber _res.options with
9302         RES_DEFAULT.  If RES_INIT is clear, OR in RES_DEFAULT.
9304         * hurd/hurd.h: Declare _hurd_startup.
9305         * hurd/hurdstartup.c: New file.
9306         * hurd/Makefile (routines): Add hurdstartup.
9308 Thu Apr 20 22:23:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9310         * hurd/hurdsig.c: Use assert_perror for many calls which should
9311         never fail and previously were not checked.
9313         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
9314         Point the return address for sigreturn's frame at a "hlt" insn so
9315         it will definitely crash if sigreturn returns.
9317 Wed Apr 19 18:40:11 1995  Brendan Kehoe  (brendan@zen.org)
9319         * time/tzset.c (__tzname, __daylight, __timezone): Don't check
9320         HAVE_WEAK_SYMBOLS for doing weak_alias.
9322 Wed Apr 19 18:12:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9324         * configure.in: Move $os tests to set $elf et al earlier, before
9325         construction of $sysnames.  Instead of prepending MACHINE/elf to
9326         $sysnames, append &/elf after each elt appended to $mach.
9328 Tue Apr 18 14:00:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9330         * configure.in (libc_cv_asm_global_directive): New check to define
9331         ASM_GLOBAL_DIRECTIVE.
9332         * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE.
9333         * libc-symbols.h (strong_alias_asm, strong_alias): Use
9334         ASM_GLOBAL_DIRECTIVE on the alias.
9336         * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef
9337         HAVE_WEAK_SYMBOLS" #defns.
9339 Mon Apr 17 12:02:49 1995  Brendan Kehoe  (brendan@zen.org)
9341         * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning
9342         of the byte that was zero, so we return a valid number.
9344 Sun Apr 16 03:23:09 1995  Brendan Kehoe  (brendan@zen.org)
9346         * sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
9347         NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
9349 Fri Apr 14 18:49:03 1995  Brendan Kehoe  (brendan@zen.org)
9351         * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
9352         [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'.
9353         * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double)
9354         [BITS_PER_MP_LIMB == 64]: Likewise.
9356         * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.
9357         * sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.
9358         * sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.
9359         * sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.
9360         * sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.
9361         * sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.
9362         * sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.
9363         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
9364         * sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.
9365         * sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.
9366         * sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
9368         * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end directive.
9369         * sysdeps/unix/mips/fork.S (fork): Likewise.
9370         * sysdeps/unix/mips/pipe.S (fork): Likewise.
9371         * sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise.
9372         * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.
9373         * sysdeps/unix/mips/wait.S (__handler): Likewise.
9374         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
9375         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
9376         * sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.
9377         * sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.
9378         * sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.
9379         * sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.
9380         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.
9381         * sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.
9382         * sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.
9383         * sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise.  Use `$0'
9384         instead of `zero' for the li instruction.
9386         * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
9387         preprocessor comments, not assembler comments.
9388         * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
9389         * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
9391 Fri Apr 14 15:53:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9393         * malloc/malloc.c (register_heapinfo) [__GNUC__]: Use __inline__
9394         in place of inline.
9396 Thu Apr 13 09:45:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9398         * Makefile (distribute): Add ChangeLog.[0-9].
9400         * configure.in: Add check for .set directive.
9401         * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE.
9402         * libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias,
9403         strong_alias_asm): Use `foo = bar' syntax instead.
9405         * Makerules [! subdir] (O%-lib): Don't prepend ../.
9407         * sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
9409         * configure.in: Fix AC_ARG_WITH uses; check for --with-fp.  Move
9410         $host_os checks to set gnu_ld/as and elf before sysdirs
9411         generation.  Fix $with_fp test.
9412         [$elf=yes]: Prepend MACHINE/elf directory.
9414         * elf/libelf.h (elf_hash): Use XOR instead of ANDN when the bits
9415         being cleared are already known to be set.  Thanks Ulrich.
9417 Wed Apr 12 23:27:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9419         * posix/environ.c: Add weak alias `_environ'.
9421 Tue Apr 11 20:38:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9423         * sysdeps/i386/add_n.S [PIC]: Use self-call to avoid generating reloc.
9424         * sysdeps/i386/sub_n.S [PIC]: Likewise.
9426 Mon Apr 10 14:53:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9428         * libc-symbols.h (_elf_set_element) [PIC]: Don't make the element
9429         word `const'.
9431         * Makeconfig (CPPFLAGS, CFLAGS): Fix swapped references to
9432         $(foo-$(suffix $@)).
9434         * manual/Makefile (chapters-incl): Filter out summary.texi.
9436         * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
9437         a weak symbol instead of literal "STRTOF".
9439         * locale/setlocale.c: Work around ld bug: don't weakify refs to
9440         _nl_{current,C}_*.
9442 Sun Apr  9 01:24:33 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9444         * Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).
9446         * malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
9447         * malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.
9449         * malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
9450         #ifdef emacs, but only #ifndef memmove.
9451         * malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
9452         safe_bcopy.
9453         (memmove): Define only if undefined.
9455 Sat Apr  8 00:40:59 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9457         * extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make
9458         sure these are simply-expanded variables.
9460         * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in
9461         mmap call.
9463         * configure.in (os=freebsd*|bsdi*): Set base_os=unix/bsd/bsd4.4
9464         for these too.
9466         * sysdeps/unix/sysv/tcsetattr.c: Use |= instead of = to properly
9467         set c_oflag value.
9469         * Makeconfig [! objpfx] (csu-objpfx): Add trailing slash.
9471         * locale/Makefile (categories): Uncomment collate.
9472         * locale/lc-collate.c: New file.
9474         * malloc/free.c (__malloc_safe_bcopy, memmove): Don't define
9475         #ifdef emacs.
9476         * malloc/realloc.c: Likewise.
9478         * stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
9479         (_itoa): Use it in defn.
9480         * stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include
9481         "_itoa.h".
9482         (_itoa): Function removed.
9484         * malloc/free.c: Remove use of `assert'.
9486         * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to
9487         __malloc_safe_bcopy; #define safe_bcopy.
9488         * malloc/free.c: Cope with systems lacking `memmove'.
9489         (_free_internal): Cast result of _malloc_internal.
9491 Wed Apr  5 00:13:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9493         * hurd/hurdinline.c: Include signal.h first, so we don't define
9494         its inlines too.
9496         * sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead
9497         of -1 to avoid compiler warning.
9499         * configure.in (host_os=linux*): Set elf=yes for this, not just
9500         linux*elf*.
9502         * misc/login_tty.c [! TIOCSCTTY]: Try an emulation using ttyname
9503         and open.
9505         * sysdeps/i386/bsd-_setjmp.S: Fix typo in name: setjmp -> _setjmp.
9507 Tue Apr  4 00:48:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9509         * sysdeps/unix/start.c: Remove spurious decl and #endif.
9511         * misc/progname.c (program_invocation_name,
9512         program_invocation_short_name): Make these initialized data
9513         definitions.
9515         * sysdeps/mach/hurd/setitimer.c (fork_itimer): Add self reference
9516         so gcc doesn't optimize out the function entirely.
9518 Sun Apr  2 13:13:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9520         * posix/execvp.c: Don't use stat to search path; just try execv
9521         until it works.
9523         * sysdeps/mach/hurd/i386/trampoline.c: Add a link to
9524         SS->active_resources, so that _hurdsig_longjmp_from_handler will
9525         be called when a longjmp unwinds the signal frame.
9526         * sysdeps/mach/hurd/i386/sigreturn.c: Remove the link on the
9527         SS->active_resources chain added by _hurd_setup_sighandler.
9528         * hurd/sigunwind.c: New file.
9529         * hurd/Makefile (sig): Add sigunwind.
9531         * Makerules (lib%.so: lib%_pic.a): Remove dir name from $*.
9533         * MakeTAGS (tags-sources): Include $(all-dist).
9534         [subdir] (all-dist): Define to $(distribute).
9536 Sat Apr  1 00:08:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9538         * Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir and
9539         parent objdirs.
9541         * extra-lib.mk (object-suffixes-$(lib)): New variable, produced by
9542         filtering out $($(lib)-inhibit-o); use that instead of
9543         $(object-suffixes) in all the other variables.
9545         * locale/loadlocale.c (_nl_load_locale) [MAP_FILE]: Define it zero
9546         if undefined.
9548         * string/strxfrm.c: Just copy the string (for now).
9549         * string/strcoll.c: Just call strcmp (for now).
9551         * mach/Makefile (lock): Add mutex-init.
9552         * mach/mutex-solid.c (_cthread_mutex_lock_routine,
9553         _cthread_mutex_unlock_routine): Variables removed.
9554         (__mutex_lock_solid, __mutex_unlock_solid): Don't use them; just stub.
9555         (__mutex_init): Function moved to new file mutex-init.c.
9556         * mach/mutex-init.c: New file, broken out of mutex-solid.c.
9558 Thu Mar 30 20:43:02 1995  Brendan Kehoe  <brendan@zen.org>
9560         * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
9561         * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
9563 Thu Mar 30 01:38:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9565         * elf/elf.h (STN_UNDEF): New macro (distinct from SHN_UNDEF, though
9566         both are zero).
9568 Wed Mar 29 11:26:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9570         * elf/dlfcn.h: New file.
9572         * Make-dist (README): Commit it to CVS if there is a CVS directory.
9574         More changes from Germano Caronni <caronni@tik.ethz.ch>:
9575         * malloc/free.c: Relocate _heapinfo when that allows us to return
9576         core to the system.
9578         * malloc/malloc.c: Move #include <errno.h> outside #ifndef
9579         _MALLOC_INTERNAL.
9581 Mon Mar 27 02:23:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9583         * mach/Makefile (headers): Add mach/mach_traps.h.
9585         * Makerules ($(installed-libcs) rule): Fix typos.
9587         * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
9588         * sysdeps/stub/revoke.c: New file.
9589         * misc/Makefile (routines): Add revoke.
9590         * posix/unistd.h [__USE_BSD] (revoke): Declare it.
9591         * sysdeps/generic/pty.c (openpty, forkpty): Declare return types.
9592         (forkpty): Declare login_tty.
9593         * misc/logwtmp.c (logwtmp): Declare to return void.
9594         * misc/login_tty.c (login_tty): Include unistd.h.  Declare return type.
9596         * posix/unistd.h [__USE_BSD] (ttyslot): Declare it.
9598         * posix/unistd.h [__USE_BSD] (L_SET, L_INCR, L_XTND): Define
9599         unless L_SET already defined.
9600         * misc/sys/file.h (L_SET, L_INCR, L_XTND): Don't define if L_SET
9601         already defined.
9603         Incorporated -lutil library from 4.4-Lite.
9604         * misc/Makefile (extra-libs, libutil-routines): New variables.
9605         * misc/login.c, misc/login_tty.c, misc/logout.c, misc/logwtmp.c,
9606         sysdeps/generic/pty.c: New files for -lutil incorporated from 4.4-Lite.
9608         Support simple, light-weight unwind-protect mechanism for longjmp.
9609         * setjmp/longjmp.c: Call _longjmp_unwind first thing.
9610         * sysdeps/mach/hurd/jmp-unwind.c: New file.
9611         * sysdeps/stub/jmp-unwind.c: New file.
9612         * sysdeps/i386/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
9613         * sysdeps/mips/jmp_buf.h (_JMPBUF_UNWINDS): New macro.
9614         * setjmp/Makefile (routines): Add jmp-unwind.
9615         * hurd/hurd/userlink.h (struct hurd_userlink): Move `next' and
9616         `prevp' members into new substructure `resource'; add another such
9617         substructure `thread' and members `cleanup' (function ptr) and
9618         `cleanup_data' (generic ptr).
9619         (_hurd_userlink_link, _hurd_userlink_unlink): Insert/remove LINK
9620         into the `_hurd_self_sigstate ()->active_resources' list via the
9621         `thread' substructure.
9622         * hurd/hurd/port.h (_hurd_port_cleanup): Declare it.
9623         (_hurd_port_locked_get): Set LINK->cleanup to _hurd_port_cleanup and
9624         LINK->cleanup_data' to the port extracted.
9625         * hurd/hurd/signal.h (struct hurd_sigstate): New member
9626         `active_resources'.
9627         * hurd/port-cleanup.c: New file.
9628         * hurd/Makefile (routines): Add port-cleanup.
9630         * malloc/malloc.c: Include errno.h.
9632 Sat Mar 25 18:24:21 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9634         * locale/loadlocale.c (_nl_load_locale): Avoid */ inside comment.
9636 Fri Mar 24 02:35:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9638         * misc/Makefile (headers): Add utmp.h.
9639         * misc/utmp.h: New file, incorporated from 4.4-Lite.
9641         * stdio/printf-parse.h: New file, mostly written by drepper.
9642         * stdio/vfprintf.c: Rewritten, mostly by drepper.
9643         * stdio/printf-prs.c: Rewritten.
9644         * stdio/Makefile (distribute): Add printf-parse.h.
9646 Thu Mar 23 22:03:44 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9648         * sysdeps/unix/start.c [! NO_UNDERSCORES]: Don't declare _start
9649         with asm name.  Just do a ".set start, __start".
9651         * malloc/realloc.c: Call _free_internal instead of free.
9653 Tue Mar 21 00:14:27 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9655         * locale/loadlocale.c (_nl_load_locale): If LOCALE/LC_* is a
9656         directory, open LOCALE/LC_*/SYS_LC_* instead.
9658 Mon Mar 20 03:19:23 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9660         * stdio/fpioconst.c, stdio/fpioconst.h, stdio/gmp-impl.h,
9661         stdio/gmp.h, stdio/longlong.h, stdio/mp_clz_tab.c,
9662         stdio/gen-mpn-copy: Files moved to stdlib.
9663         * stdio/Makefile: All mpn stuff moved to stdlib/Makefile.
9664         * stdlib/Makefile: All the mpn stuff moved here from stdio/Makefile.
9665         * stdio/printf_fp.c: Use ../stdlib to find fpioconst.h and gmp
9666         headers.
9667         * stdlib/strtod.c: Don't use ../stdio to find fpioconst.h and gmp
9668         headers.
9670         * Makefile (parent-mostlyclean): Don't use $(libc.a).
9671         (parent-clean): Use $(objpfx) to find sysd-*.
9672         * Rules (generated): Append dummy.o dummy.c.
9673         * Makerules (lib): Depend on lib-noranlib.
9674         (lib-noranlib): Depend on $(install-lib) in objdir.
9675         (common-mostlyclean): Remove $(install-lib) and stub-$(subdir)
9676         from objdir.  Don't remove TAGS; it comes in the distribution.
9678         * malloc/malloc.c (morecore): Save errno around call to
9679         _realloc_internal.  Don't account for the additional new blocks of
9680         the info table itself when choosing the new table size for the
9681         first crack; if it succeeds, the new blocks will have been found
9682         in existing free space already described by the existing info
9683         table.
9685         * stdio/vfscanf.c (%n): Use READ_IN - 1, so as not to count the
9686         read-ahead character.
9688 Sat Mar 18 14:07:08 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9690         * hurd/dtable.c, hurd/getdport.c, hurd/hurd.h, hurd/hurdexec.c,
9691           hurd/hurdinit.c, hurd/hurdprio.c, hurd/hurdsock.c,
9692           hurd/ports-get.c, hurd/ports-set.c, hurd/setauth.c,
9693           hurd/setuids.c, sysdeps/mach/hurd/i386/trampoline.c:
9694         Get anal with unsigned to pacify compiler.
9696         * stdio/vfscanf.c: Grok positional parameter specs (i.e. %3$d
9697         means %d from 3rd arg).
9699         * sysdeps/mach/hurd/closedir.c: Include hurd/fd.h.
9701         * stdlib/strtol.c: If !GROUP, set END to null.  In loop, test only
9702         END, not GROUP.
9704 Fri Mar 17 12:58:37 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9706         * Makefile (subdirs): Put elf last.
9708         * sunrpc/Makefile (install-lib): Variable removed.
9709         (rpcsvc-objs): Variable removed.
9710         (extra-objs): Don't include $(rpcsvc-objs).
9711         (extra-libs): New variable, contains librpcsvc.
9712         (librpcsvc-routines): New variable.
9713         (librpcsvc-inhibit-o): New variable, contains .so.
9714         (omit-deps): Set this to $(librpcsvc-routines).
9715         ($(objpfx)rpcgen): Don't use $(libc.a).
9716         (lib, $(objpfx)librpcsvc.a): Targets removed.
9718         * o-iterator.mk, extra-lib.mk: New files.
9719         * Makerules (o-iterator): New variable.
9720         [extra-libs]: Include extra-lib.mk to generate rules for each word
9721         of $(extra-libs).
9722         * Makefile (distribute): Add extra-lib.mk, o-iterator.mk.
9724 Fri Mar 17 13:28:04 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
9726         * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double):
9727         Handle 80-bit denormalized numbers correctly.
9729         * stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c:
9730         (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed.
9731         * stdlib/strtod.c (RETURN): Add parentheses around return value.
9732         (round_and_return): Correct handling of denormalized numbers.
9734         * stdio/fpioconst.c, stdio/fpioconst.h: Don't use
9735         LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available
9736         exponent.
9738 Thu Mar 16 00:04:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9740         * locale/C-ctype.c: New correct data generated by drepper.
9742         * Rules: Don't use $(libc.a).
9744         Parsing of grouped numbers contributed by Ulrich Drepper.
9745         * stdlib/strtol.c (__strtol_internal): Renamed from strtol.  Take
9746         new flag arg; if nonzero, parse locale-dependent thousands
9747         grouping and interpret only the prefix that is correctly grouped.
9748         (strtol): Define this to call _strtol_internal with zero for the flag.
9749         Use a weak symbol for the definition.
9750         * stdlib/strtod.c (strtod, __strtod_internal): Likewise.
9751         Check for the exponent of the number overflowing the float format.
9752         * stdlib/stdlib.h (__strtof, __strtold): Declarations removed.
9753         (__strto{f,d,ld,l,ul,q,uq}_internal): Declare these functions.
9754         [__OPTIMIZE__]: Define inline functions calling those.
9755         * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
9756         (strtold): Remove weak alias.
9757         * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
9758         (strtof): Remove weak alias.
9759         * stdlib/grouping.h: New file, written by drepper.
9760         * stdlib/Makefile (distribute): Add grouping.h.
9761         * stdio/vfscanf.c: Grok %' modifier to numeric conversions.  Call
9762         __strtoX_internal with the grouping flag set iff the modifier is
9763         present.
9765 Wed Mar 15 00:40:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9767         * sysdeps/generic/memchr.c: Fix typos: limit.h -> limits.h.
9769         * mach/Machrules: Produce static deps for all object flavors.
9770         [interface-library]: Remove all these variables and rules.
9771         ($(interface-library)-routines): Define this variable.
9772         (extra-libs): Append $(interface-library) to this.
9773         * mach/Makefile (interface-library): Omit .a suffix.
9774         * hurd/Makefile: Likewise.
9776 Tue Mar 14 23:40:31 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9778         * stdio/internals.c (flushbuf): If !FLUSH_ONLY, don't skip out
9779         early if no new data in buffer after priming.
9781 Mon Mar 13 01:48:16 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9783         * Makerules (object-suffixes, libtypes): Move all these variables
9784         to Makeconfig.
9785         * Makeconfig (object-suffixes, libtypes): Moved here from Makerules.
9787         * Makerules (build-extra-lib): New canned sequence.
9789         * sysdeps/mach/hurd/euidaccess.c: Include fcntl.h.  Declare ERR;
9790         fix uses of FILE and PORT.  Remove bogus weak alias for `access'.
9792         * sysdeps/mach/hurd/dirfd.c: Include hurd/fd.h and errno.h.
9793         Add missing semicolon.
9794         * sysdeps/mach/hurd/opendir.c: Include hurd/fd.h.  Use a `struct
9795         hurd_fd *' temp var, since DIRP->__fd is a `void *'.
9796         * sysdeps/mach/hurd/readdir.c: Include hurd/fd.h.
9798         * stdlib/wcstombs.c: #if 0 out code for non-ASCII chars until the
9799         locale data format is implemented.
9801         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
9802         Pass &__sigreturn on the stack to the trampoline code, so it is
9803         not position-dependent.
9805         * stdio/printf_fp.c (NDEBUG): Define this to disable assert.
9806         Don't include <stdarg.h>.
9807         (__printf_fp): Last arg ARGS is now `const void **const';
9808         dereference ARGS[0] instead of using va_arg.
9810         * locale/setlocale.c: In LC_ALL case, initialize CATEGORY before
9811         loop to install data.
9813         * locale/loadlocale.c (_nl_category_num_items): Use _NL_ITEM_INDEX
9814         to extract number from item code.
9815         (_nl_load_locale): Close the descriptor when finished.
9817         * malloc/realloc.c (_realloc_internal): Call _malloc_internal in
9818         place of malloc.
9820         * time/tzfile.c (__tzfile_default): Initialize RULE_STDOFF to zero.
9822         * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int
9823         to avoid warning.
9824         * sysdeps/generic/sigset.h (__SIGSETFN): Cast result of sizeof to
9825         int to avoid warning.
9827         Support building several flavors of objects and libraries.
9828         * Makerules (libtypes, object-suffixes): New variables.
9829         (libtype.*, CFLAGS-*, CPPFLAGS-*): New variables for each object
9830         suffix.
9831         (CFLAGS, CPPFLAGS): Append $(C{,CPP}FLAGS-$(suffix $@)).
9832         (%.so, %.po, %.go): New compilation rules for %.S, %.s, %.c.
9833         (close-check-inhibit-asm): Append a semicolon.
9834         (sysd-rules): Generate rules for each object suffix.
9835         (compile.S, compile.c): Always assume gcc.
9836         (OUTPUT_OPTION): Define unconditionally.
9837         (+make-deps): In generated rule, produce a dependent for each
9838         object suffix.
9839         (.SUFFIXES): Add $(object-suffixes) in place of .o.
9840         (.PRECIOUS): Make all suffix flavors precious.
9841         ($(libc.a)): Target removed.
9842         (lib): Depend on each enabled libtype.
9843         (libobjs, objects, objs): Depend on all the enabled object flavors.
9844         (lib%.a): New pattern rule.
9845         [$(build-shared)=yes] (lib%.so: lib%_pic.a): New pattern rule.
9846         (stamp-$(subdir)): Rewritten to a pattern rule for stamp.%-$(subdir)
9847         to make one for each flavor; library dep rule likewise rewritten.
9848         ($(libc.a)(__.SYMDEF)): Target replaced with one target for each
9849         flavor.
9850         (symdef.%): New pattern rule; helper for __.SYMDEF targets.
9851         (installed-libcs): New variable.
9852         (install): Depend on that instead of
9853         $(libdir)/lib$(libprefix)$(libc-name).a;
9854         that file's rule rewritten to make each enabled libtype.
9855         (install-lib.so): New variable, filters lib%.so from $(install-lib).
9856         (install-lib): Filter out lib%.so after setting install-lib.so.
9857         [$(build-shared)=yes] (install): Install $(install-lib.so).
9858         (common-mostlyclean): Remove all flavors of objects.
9859         * Makefile ($(libc.a)(__.SYMDEF)): Target removed.
9860         [$(build-shared)=yes] (lib): Depend on $(common-objpfx)libc.so.
9862 Sun Mar 12 18:21:10 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9864         * sysdeps/stub/ulimit.c: Don't include gnu-stabs.h.
9865         * sysdeps/stub/pause.c: Likewise.
9866         * sysdeps/stub/time.c: Likewise.
9868         * stdlib/mbtowc.c: #if 0 out code for non-ASCII chars until the
9869         locale data format is implemented.
9870         * stdlib/wctomb.c: Likewise.
9872         * mach/Makefile ($(objpfx)errsystems.c): Reenable this rule; the
9873         gcc bug is fixed.
9874         * mach/errsystems.c: File removed.
9876         * Makeconfig (libc.a): Variable removed.
9877         (+link): Don't use it.
9879         * configure.in (AC_ARG_ENABLE calls): Use $enableval instead of
9880         assuming `yes'.
9882         * malloc/malloc.h (_malloc_internal, _realloc_internal): Declare these.
9883         * malloc/realloc.c (_realloc_internal): Renamed from realloc;
9884         don't use __realloc_hook.
9885         (realloc): New function; call __realloc_hook ?: _realloc_internal.
9886         * malloc/malloc.c (_malloc_internal): Renamed from malloc;
9887         don't use __malloc_hook.
9888         (malloc): New function; call __malloc_hook ?: _malloc_internal.
9889         Changes from Germano Caronni <caronni@tik.ethz.ch>:
9890         (initialize): Set up _heaplimit to cover the _heapinfo table.
9891         (morecore_recursing): New static variable.
9892         (morecore): If that is set, return null immediately.
9893         When growing the info table, before getting new core from the
9894         system for it, set morecore_recursing and try moving _heapinfo
9895         with _realloc_internal.  When that fails and we get new core, set
9896         _heaplimit to cover the core for the new _heapinfo table.
9897         (register_heapinfo): New function.  Record the _heapinfo table's
9898         own blocks in that table and in the statistics variables.
9899         (initialize, _malloc_internal): Use it after allocating new table.
9901 Fri Mar 10 22:26:28 1995  Jim Meyering  (meyering@comco.com)
9903         * sysdeps/generic/memchr.c: Remove ansidecl.h and clean up for use
9904         by other packages.
9905         [LONG_MAX <= LONG_MAX_32_BITS]: Don't compile 64-bit code.
9907 Fri Mar 10 13:31:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9909         * mach/errorlib.h (errors): Use const for decl.
9911         * time/tzfile.c (uc2ul, _uc2ul): Macros removed.
9912         (decode): New inline function; decode signed 32-bit integers, and
9913         sign-extend properly when long is longer than 32 bits.
9914         (__tzfile_read): Changed all uses of uc2ul to decode.
9915         Decode the transition times properly when sizeof (time_t) > 4.
9917         * stdio/printf.h: Doc fixes.  Don't #include <stddef.h>.
9918         (printf_function): Make last arg ARGS a vector of pointers instead of a
9919         pointer to va_list.
9921 Fri Mar 10 13:46:25 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>
9923         * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Use return value of _IO_padn.
9924         (buffered_vfprintf): Remove line buffer when flush failed.
9926 Fri Mar 10 00:04:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9928         * time/tzfile.c (struct ttinfo): New member `isgmt'.
9929         (__tzfile_read): Read isgmt flags for each type.
9930         (__tzfile_default): When using TZDEFRULES DST rules, adjust
9931         transition times according to the isstd and isgmt flags for the
9932         types of each transition, and adjust each transition to point to
9933         type index either 0 or 1.  Reset type indices 0 and 1 to describe
9934         the user's settings.
9936 Thu Mar  9 22:29:03 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9938         * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
9939         into just CLASS.  Add standard/optional flag to all items.
9941         * locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo.
9943         * ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit):
9944         Rearrange defn to satisfy compiler.
9946         * locale/localeinfo.h: Declare _nl_current.
9948         * configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB.  Accept args
9949         --enable-shared, --enable-profile, --enable-omitfp; pass settings
9950         through to config.make.
9951         * config.make.in (build-shared, build-profile, build-omitfp): New
9952         config vars.
9954         * elf/elf.h (STN_UNDEF): Renamed to SHN_UNDEF (typo).
9955         (DT_NUM): New macro.
9957         * locale/nl_langinfo.c: Include errno.h and stddef.h.  Fix typos.
9959         * locale/lc-ctype.c (_nl_postload_ctype): Fix macro insanity.
9961         * locale/loadlocale.c (_nl_load_locale) [! MAP_COPY]: Define
9962         MAP_COPY to MAP_PRIVATE.
9964 Thu Mar  9 17:16:53 1995  Brendan Kehoe  (brendan@zen.org)
9966         * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
9967         that's used inside the alpha sysdep.h.
9969         * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
9970         keyword.
9971         * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
9973         * configure.in: Match `osf*', not `osf1*'.
9974         * configure: Likewise.
9975         * sysdeps/unix/bsd/osf: Renamed from `sysdeps/unix/bsd/osf1'.
9977 Wed Mar  8 13:38:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
9979         * posix/glob/configure.bat: Fixes from DJ.
9981         * time/backward, time/europe, time/northamerica, time/pacificnew,
9982         time/zdump.c, time/zic.c, time/tzfile.h, time/private.h,
9983         time/ialloc.c: Code and data updated from ADO's 95b.
9984         * time/emkdir.c: File removed.
9985         * time/Makefile (distribute, extra-objs, zic): Omit it.
9987         * time/localtime.c: Deansideclized.  Never #define __tzname et al
9988         to non-__ names.
9990         * locale/lc-ctype.c (__ctype_tolower, __ctype_toupper): Use int *
9991         instead of short int *.
9992         * ctype/ctype-info.c: Likewise.
9993         * ctype/ctype.h: Likewise.
9995         * locale/langinfo.h (_NL_CTYPE_CLASS): Use this (just one) instead
9996         of EB and EL versions.
9998 Mon Mar  6 12:34:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10000         * ctype/ctype.h (_ISbit): New macro, defined dependent on byte order.
10001         (_IS* enum): Use _ISbit to produce values.
10003 Sun Mar  5 19:40:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10005         * locale/localeinfo.h: Rewritten for new locale system, using
10006         locale data files and with <langinfo.h> interface.
10007         * locale/setlocale.c: Rewritten to use locale data files.
10008         * langinfo.h: New file.
10009         * locale/langinfo.h: New file.
10010         * locale/nl_langinfo.c: New file.
10011         * locale/loadlocale.c: New file.
10012         * locale/lc-ctype.c: New file.
10013         * locale/lc-messages.c: New file.
10014         * locale/lc-monetary.c: New file.
10015         * locale/lc-numeric.c: New file.
10016         * locale/lc-time.c: New file.
10017         * locale/categories.def: New file.
10018         * locale/Makefile (headers): Remove localeinfo.h.
10019         (distribute): New variable; put localeinfo.h here, and categories.def.
10020         (routines): Add loadlocale.
10021         (categories): New variable.
10022         (aux): Use that to get C-category and lc-category.
10023         * ctype/ctype.h (_IS*): Use independent bits for all but _ISalnum.
10024         * ctype/ctype-info.c: For initial tables, use
10025         _nl_C_LC_CTYPE_{class,toupper,tolower} constant tables defined in
10026         locale/C-ctype.c.
10027         * locale/C-ctype.c, locale/C-messages.c: New files.
10028         * locale/C-monetary.c, locale/C-numeric.c, locale/C-time.c:
10029         Default "C" locale data updated for new locale system.
10030         * locale/C-collate.c: File removed.
10031         * locale/C-ctype_ct.c: File removed.
10032         * locale/C-ctype_mb.c: File removed.
10033         * locale/C-response.c: File removed.
10034         * locale/localeconv.c: Use _NL_CURRENT macro to access locale data.
10035         * stdio/printf_fp.c, stdio/vfprintf.c, stdio/vfscanf.c,
10036           stdlib/strtod.c, time/asctime.c, time/strftime.c:
10037         Include ../locale/localeinfo.h and use _NL_CURRENT macro to access
10038         locale data.
10039         * time/localtime.c: Don't include <localeinfo.h>.
10040         * time/tzset.c: Don't use locale items for default TZ value or
10041         "GMT" string (use "UTC").
10043         * stdio/vfprintf.c [USE_IN_LIBIO] (PAD): Only call the function if
10044         WIDTH>0; update DONE.
10046         * malloc/malloc.c (morecore): Fix last change to calculate by
10047         blocks instead of bytes.
10049 Fri Mar  3 12:24:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10051         * sysdeps/generic/sys/mman.h (__mmap, __munmap): Declare these.
10052         * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
10053         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
10054         * sysdeps/unix/bsd/osf1/sys/mman.h: Likewise.
10055         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
10056         * sysdeps/stub/munmap.c (munmap): Rename to __munmap, add weak
10057         alias munmap.
10058         * sysdeps/unix/mman/munmap.S: Likewise.
10059         * sysdeps/mach/munmap.c: Likewise.
10060         * sysdeps/mach/hurd/mmap.c (mmap): Rename to __mmap, add weak
10061         alias mmap.
10062         * sysdeps/unix/mman/mmap.S: Likewise.
10063         * sysdeps/unix/bsd/sun/sunos4/mmap.c: Likewise.
10064         * sysdeps/stub/mmap.c: Likewise.
10066         * sysdeps/unix/bsd/setsid.c: Use __getpgid instead of __getpgrp.
10068         * sysdeps/unix/dirfd.c: #undef dirfd before function defn.
10070 Thu Mar  2 12:15:24 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10072         * misc/search.h: Add missing semicolon.
10074         * sysdeps/unix/dirfd.c: Fix typo.
10076         * sysdeps/generic/sys/mman.h (mmap): Use __off_t instead of off_t
10077         in decl.
10079         * stdio/vfscanf.c (%c): In no-assign case, fix loop to decrement
10080         WIDTH before test.
10082 Wed Mar  1 00:57:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10084         * stdlib/strtod.c: Fixes from drepper.
10085         [IMPLICIT_ONE]: New macro, one for IEEE754 formats.
10086         * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0.
10087         * stdlib/strtof.c [IMPLICIT_ONE]: New macro, 1.
10089         * stdio/vfprintf.c: Correctly notice Z modifier.
10091         * misc/search.h: New file.
10092         * misc/Makefile (headers): Add search.h.
10093         * misc/insremque.c: Include search.h.
10094         (struct qelem): Type removed.
10096 Mon Feb 27 07:00:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10098         * elf/libelf.h: New file.
10099         * elf/elf_hash.c: New file.
10101 Sun Feb 26 15:51:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10103         Changes from Germano Caronni <caronni@tik.ethz.ch>:
10104         * malloc/malloc.c (morecore): Account in NEWSIZE for the
10105         malloc_info structures for each new block.
10107 Sat Feb 25 02:17:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10109         * sysdeps/mach/hurd/kill.c: When the process has no message port
10110         registered and we have its task port, translate a few signals to
10111         task_suspend/task_resume/task_terminate.
10113 Fri Feb 24 14:40:48 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10115         * io/Makefile (routines): Add euidaccess.
10116         * sysdeps/mach/hurd/euidaccess.c: New file.
10117         * sysdeps/stub/euidaccess.c: New file.
10118         * posix/unistd.h [__USE_GNU] (euidaccess): Declare it.
10120         * dirent/Makefile (routines): Add dirfd.
10121         * sysdeps/stub/dirfd.c: New file.
10122         * sysdeps/unix/dirfd.c: New file.
10123         * sysdeps/unix/dirstream.h (_DIR_dirfd): New macro.
10124         * dirent/dirent.h (dirfd): Declare new function.  Define as macro
10125         _DIR_dirfd if that is defined.
10126         * sysdeps/mach/hurd/dirstream.h (DIR): Replace `__port' member
10127         with `void *__fd'.
10128         * sysdeps/mach/hurd/opendir.c: Use DIRP->__fd instead of DIRP->__port.
10129         Open the file with `open'; set FD_CLOEXEC on the fd.
10130         * sysdeps/mach/hurd/closedir.c: Likewise.
10131         * sysdeps/mach/hurd/readdir.c: Likewise.
10132         * sysdeps/mach/hurd/dirfd.c: New file.
10134         * posix/Makefile (glob/configure): Do cvs commit if there is a CVS
10135         directory.
10136         (glob/ChangeLog): Likewise.
10138         * locale/locale.h (LC_*): Use small integers instead of bit masks.
10140         * stdio/bug4.c: Put temporary files in /tmp.
10141         * stdio/bug3.c: Likewise.
10142         * stdio/bug5.c: Likewise.
10143         * stdio/test-fseek.c: Likewise.
10144         * stdio/test-popen.c: Likewise.
10146 Wed Feb 22 00:44:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10148         * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
10150         * libc-symbols.h (weak_symbol): New macro.
10152         * hurd/hurdsig.c (_hurd_internal_post_signal): Ignore preempter
10153         elts with null handlers.
10155         * sysdeps/mach/hurd/i386/sigreturn.c: Restore the FPU state.
10157 Tue Feb 21 21:53:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10159         * stdlib/random.c (__srandom): Change algorithm used to populate
10160         the state array.
10161         (randtbl): Recomputed with new algorithm.
10163         * sysdeps/sparc/Makefile [subdir=crypt] (crypt): Reset only if set
10164         to original value of `crypt'.
10165         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Makefile [subdir=crypt]
10166         (crypt): New variable, set to crypt.solar.
10168 Tue Feb 21 11:50:37 1995  Brendan Kehoe  (brendan@zen.org)
10170         * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.
10172         * config.h.in: Put comment around ^L to pacify Solaris as here too.
10174 Tue Feb 21 00:10:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10176         * string/Makefile (distribute): Add pagecopy.h.
10177         * sysdeps/mach/pagecopy.h: New file.
10178         * sysdeps/generic/pagecopy.h: New file.
10179         * sysdeps/generic/memcpy.c: Include pagecopy.h; call
10180         PAGE_COPY_FWD_MAYBE first when word aligned.
10181         * sysdeps/generic/memmove.c: Likewise.
10183         * misc/bsd-compat.c (longjmp, setjmp): Functions removed.
10184         (getpgrp): Call __getpgid instead of __getpgrp.
10186         * Makefile (subdirs): Add elf first.
10187         * elf/Makefile: New file.
10188         * elf/elf.h: New file.
10190         * sysdeps/unix/start.c (errno): Only define if it's not #define'd
10191         as a macro.
10192         [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol
10193         indirection.
10195         * csu/Makefile (crtstuff): New variable consolidates crti, crtn;
10196         add crti_s, crtn_s.
10197         (install-lib, extra-objs, generated-, omit-deps): Use that.
10198         (initfini): New canned sequence, broken out of crt[in].s rule.
10199         (crt[in].s rule): Use it.
10200         (crt[in]_s.s): New rule.
10201         * csu/initfini.c (GLOBAL): New macro; define it to empty if undefined.
10202         (_init, _fini): Use GLOBAL as storage class.
10203         Add self reference to avoid GCC optimizing out the functions.
10205         * Makefile (headers): Remove $(stddef.h).
10206         * Makeconfig (stddef.h): Variable removed; now require gcc version
10207         >= 2.2.
10208         * stddef.h: File removed.
10210 Mon Feb 20 19:42:31 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10212         * sysdeps/unix/bsd/ultrix4/mips/start.S: Remove `__environ'
10213         definition.
10214         * sysdeps/unix/bsd/osf1/alpha/start.S: Likewise.
10216         * stdlib/strtod.c: Allow the string to start with a decimal point
10217         without a leading zero.
10219 Mon Feb 20 04:04:57 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
10221         * Makefile (subdirs): Put csu first.
10223         * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
10225         * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
10226         to crt[in].o.
10227         (csu-objpfx): New variable.
10228         (+link): Use it to find start.o and $(+preinit), $(+postinit).
10230         * Rules (subdir_lib, all): Depend on objs.
10232         * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS.
10234         * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in
10235         access to float.h macros.
10237         * misc/efgcvt.c: New file.
10238         * misc/Makefile (routines): Add efgcvt.
10240 Sun Feb 19 20:10:43 1995  Brendan Kehoe  <brendan@zen.org>
10242         * sysdeps/sparc/mul.S: Renamed to `dotmul.S'.
10243         * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S',
10244         to avoid a misreference that would override sysdeps/generic/mul.c.
10245         * sysdeps/sparc/Dist: Likewise.
10247 Sun Feb 19 17:46:13 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
10249         * posix/Makefile (aux): Add environ.
10250         * posix/environ.c: New file.
10251         * sysdeps/unix/sparc/start.c: Remove __environ definition.
10252         * sysdeps/unix/start.c: Likewise.
10253         * sysdeps/unix/sysv/irix4/start.c: Likewise.
10254         * sysdeps/mach/hurd/start.c: Likewise.
10255         * sysdeps/mach/start.c: Likewise.
10256         * sysdeps/stub/start.c: Likewise.
10258         * sysdeps/unix/make_errlist.c: In produced program, test
10259         HAVE_WEAK_SYMBOLS instead of HAVE_GNU_LD.
10260         * sysdeps/unix/sysv/sysv4/dup2.c: Fix #include of renamed file.
10261         Remove extra weak alias.
10263         * sysdeps/unix/sysv/sysv4/sigaltstack.S: Fix unsquashed file name
10264         in #include.
10266         * libc-symbols.h: Put comment around ^L to pacify Solaris as.
10268         * sysdeps/posix/Makefile (cded-objdir-includes): New variable
10269         replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of
10270         $(CPPFLAGS).
10271         (mk-stdiolim): Use it instead.
10273 Fri Feb 17 12:16:27 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
10275         * mach/mach_init.c (__vm_page_size): Make it initialized.  It does
10276         not work to make a weak alias to a bss symbol.
10278         * stdio/Makefile (distribute): Remove mpn-copy.mk; add gen-mpn-copy.
10279         (tests): Add test-fwrite.
10280         * stdio/test-fwrite.c: New file.
10282         * stdlib/stdlib.h [__USE_GNU]: Declare strtof, strtold, __strtof,
10283         __strtold.
10285         * Makefile (autoconf-it): New canned sequence.  Do cvs commit if
10286         there is a CVS directory.
10287         (configure, %/configure): Use $(autoconf-it) for cmds.
10288         * Make-dist: Likewise.
10289         * sysdeps/mach/hurd/Makefile (errlist.c, errnos.h): Do cvs commit
10290         if there is a CVS directory.
10291         * sysdeps/sparc/Makefile (divrem output): Likewise.
10292         * sysdeps/alpha/Makefile (divrem output): Likewise.
10293         * Makerules ($(gpl2lgpl)): Likewise.
10295         * Makerules (rule to install lib%.a from $(install-lib)): Fix
10296         patsubst to elide ranlib for $(non-lib.a).
10298         * stdio/tst-printf.c: Enable FP tests.  Add some new tests from rfg.
10300 Thu Feb 16 04:06:06 1995  Roland McGrath  <roland@duality.gnu.ai.mit.edu>
10302         * sysdeps/mach/hurd/mig-reply.c: Add weak aliases to non-__ names.
10303         * mach/mig-dealloc.c: Add weak alias mig_deallocate.
10305 Wed Feb 15 13:34:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10307         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Take new arg
10308         DEALLOC_REFPORT; deallocate the refport after use only if it
10309         evaluates to nonzero.
10310         * sysdeps/mach/hurd/kill.c: Pass DEALLOC_REFPORT arg of one.
10311         * hurd/hurdkill.c: Pass DEALLOC_REFPORT arg of zero.
10313         * hurd/hurdsig.c (abort_rpcs): Take new arg int *STATE_CHANGE; set
10314         *STATE_CHANGE to indicate whether or not we changed *STATE and it
10315         should be committed to the thread.
10316         (abort_all_rpcs): Take new arg LIVE; if nonzero and abort_rpcs changes
10317         state for a thread, do thread_set_state on that thread.  Don't use
10318         SS->intr_port for collecting reply ports, it is not safe to
10319         clobber that when suspending; instead, alloca a temporary array.
10320         (_hurd_internal_post_signal): Pass LIVE flag to abort_all_rpcs:
10321         zero when dying, one when suspending.  Pass new arg to abort_rpcs.
10323         * sysdeps/mach/hurd/stdio_init.c: Don't lock the file descriptor;
10324         HURD_FD_PORT_USE will.  Don't use critical sections around
10325         HURD_FD_PORT_USE invocations.
10327         * sysdeps/mach/hurd/stdio_init.c: Don't make pipes/FIFOs unbuffered.
10328         * sysdeps/posix/stdio_init.c: Likewise.
10330 Tue Feb 14 03:01:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10332         * hurd/hurd/fd.h (_hurd_fd_get): Don't do critical section
10333         locking; don't leave the descriptor locked on return.
10334         (HURD_FD_PORT_USE): Don't expect _hurd_fd_get to return the fd locked.
10335         Use a critical section around locking the descriptor.
10336         Check for an empty descriptor and return EBADF.
10337         * sysdeps/mach/hurd/dup2.c: Likewise.
10338         * sysdeps/mach/hurd/fcntl.c: Likewise.
10339         Use HURD_FD_PORT_USE macro for RPCs.
10340         * sysdeps/mach/hurd/sysd-stdio.c: Don't lock the descriptor before
10341         using HURD_FD_PORT_USE.
10342         * sysdeps/mach/hurd/defs.c (init_stdio): Don't expect _hurd_fd_get
10343         to lock the descriptor.
10344         * sysdeps/mach/hurd/stdio_init.c: Use critical sections while
10345         locking the descriptor.
10346         * sysdeps/mach/hurd/fdopen.c: Likewise.
10347         * hurd/fd-close.c: Likewise.
10348         Don't expect the descriptor to be locked on entry.
10349         Check for empty descriptor and return EBADF.
10351         Factor ctty RPC code for SIGTTIN/SIGTTOU generation out into
10352         new functions _hurd_ctty_input and _hurd_ctty_output, each
10353         called with (io_t port, io_t ctty, error_t (*rpc) (io_t)).
10354         * hurd/ctty-input.c: New file.
10355         * hurd/ctty-output.c: New file.
10356         * hurd/Makefile (dtable): Add ctty-input and ctty-output.
10357         * hurd/fd-read.c: Use _hurd_ctty_input.
10358         * hurd/fd-write.c: Use _hurd_ctty_output.
10359         * sysdeps/mach/hurd/ioctl.c: Likewise.
10360         * hurd/hurd/fd.h (_hurd_ctty_input, _hurd_ctty_output): Declare them.
10362 Mon Feb 13 11:36:12 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10364         * stdio/vfscanf.c (%e, %f, %g): Use strtod, __strtold, or __strtof
10365         as appropriate to the type.
10367         * sysdeps/ieee754/huge_val.h (__huge_val_t): New macro to avoid
10368         repeating the union.
10369         (HUGE_VAL, __huge_val): Use it.
10370         [__USE_GNU] (HUGE_VALf, HUGE_VALl): New macros, along with
10371         analogous macros to HUGE_VAL's: __huge_val[fl]_t, __HUGE_VAL[fl]_bytes.
10372         * stdlib/strtold.c (FLOAT_HUGE_VAL): Define this to HUGE_VALl.
10373         (STRTOF): Set to __strtold; define strtold as weak alias.
10374         * stdlib/strtof.c (FLOAT_HUGE_VAL): Define this to HUGE_VALf.
10375         (STRTOF): Set to __strtof; define strtof as weak alias.
10377         * sysdeps/ieee754/ieee754.h (union ieee754_float): New type.
10378         (IEEE754_FLOAT_BIAS): New macro.
10380         * sysdeps/ieee754/mpn2ldbl.c: Fix typos.
10382         * stdlib/testmb.c: Add tests from rfg for using normal chars as
10383         multibyte chars.
10385         * hurd/hurdmalloc.c (malloc_init): Add self reference to avoid not
10386         only the `defined but not used' warning, but also to avoid GCC
10387         optimizing out the entire function (!).
10389         * stdlib/wctomb.c: Include ctype.h.
10391         * Makerules (install-lib-non.a): Don't include $(non-lib.a).
10393         * hurd/hurdmalloc.c: Include string.h; #define bcopy using memcpy.
10395 Sat Feb 11 04:05:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10397         * stdio/printf_fp.c: Include "fpioconst.h".
10398         (_tens_p): Table moved to fpioconst.c, renamed to _fpioconst_pow10.
10399         (__printf_fp): All references changed.
10400         Don't bother computing THOUSANDS_SEP if GROUPING is empty.
10401         (group_number): Use memmove instead of memcpy, since operands overlap.
10402         * stdio/fpioconst.c: New file, tables broken out of stdio/printf_fp.c.
10403         * stdio/fpioconst.h: New file, header declaring the table data.
10404         * stdio/Makefile (aux): Add fpioconst.
10405         (distribute): Add fpioconst.h.
10406         * stdlib/strtod.c: Complete rewrite from drepper.
10407         * stdlib/strtof.c: New file.
10408         * stdlib/strtold.c: New file.
10409         * stdlib/Makefile (routines): Add strtof, strtold.
10410         * stdio/Makefile (routines): Add mpn2flt, mpn2dbl, mpn2ldbl.
10411         * sysdeps/stub/mpn2flt.c: New file.
10412         * sysdeps/stub/mpn2dbl.c: New file.
10413         * sysdeps/stub/mpn2ldbl.c: New file.
10414         * sysdeps/ieee754/mpn2flt.c: New file.
10415         * sysdeps/ieee754/mpn2dbl.c: New file.
10416         * sysdeps/ieee754/mpn2ldbl.c: New file.
10418         * Makerules (install-lib.a): Don't filter out $(non-lib.a).
10419         ($(install-lib.a) in $(libdir) rule): Elide ranlib command when $@
10420         appears in $(non-lib.a).
10422 Fri Feb 10 17:20:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10424         * stdlib/wctomb.c: A normal ASCII character translates to itself.
10425         * stdlib/mbtowc.c: Likewise.
10427 Thu Feb  9 03:55:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10429         * setjmp/setjmp.h (longjmp, _longjmp, __longjmp, siglongjmp):
10430         Remove `const' from prototypes.
10431         * sysdeps/m68k/__longjmp.c: Likewise.
10432         * setjmp/longjmp.c: Likewise.
10433         * sysdeps/i386/__longjmp.c: Likewise.
10435         * sysdeps/posix/tempname.c: Increment *IDX at beginning of loop,
10436         so when we return a name, it is incremented past the value that
10437         produces that same name.
10439         * stdio/fgets.c (fgets): Change `size_t' to `int' in prototype.  Sigh.
10440         * stdio/stdio.h (fgets): Likewise.
10442         * stdio/vfprintf.c (printf_unknown): Print ' for INFO->group flag.
10444         * hurd/fd-write.c: Don't clobber ERR with the msg_sig_post call
10445         when it's EBACKGROUND; we need to notice that it is EBACKGROUND
10446         and retry the RPC.
10447         * hurd/fd-read.c: Likewise.
10449 Wed Feb  8 05:01:11 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10451         * sysdeps/mach/sysdep.h (FATAL_PREPARE_INCLUDE): New macro, set to
10452         <mach/mig_support.h>.
10453         * assert/assert-perr.c [FATAL_PREPARE_INCLUDE]: Include it.
10454         * assert/assert.c: Likewise.
10455         * sysdeps/posix/libc_fatal.c: Likewise.
10457 Tue Feb  7 12:17:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10459         * stdio/stdio.h [__STRICT_ANSI__] (stdin, stdout, stderr): Define
10460         as macros, to satisfy ANSI pedants.
10462         * stdio/internals.c (flushbuf): When there is no new data after
10463         priming the stream, return without writing out the buffer.
10464         * stdio/Makefile (tests): Add bug7.
10465         * stdio/bug7.c: New file.
10467         * io/sys/stat.h (S_IFIFO, S_IFLNK, S_IFSOCK, S_ISFIFO, S_ISLNK,
10468         S_ISSOCK): Define only if the corresponding underlying __S_IF* macro
10469         is defined.
10471         * stdio/getdelim.c: Decrement COPY after getting a char from __fillbf.
10473         * stdio/Makefile (tests): Add errnobug.
10474         * stdio/errnobug.c: New file.
10476         * mach/mig_strncpy.c: Include string.h.
10478         * sysdeps/mach/sysdep.h: Don't #include <mach/mig_support.h>.  Its
10479         inlines cause trouble for files defining global register variables.
10481         * stdio/vfprintf.c: Use _strerror_internal for %m.
10483         * sysdeps/ieee754/dbl2mpn.c: Fixes from drepper for 64-bit limbs.
10485         * stdio/printf.h (struct printf_info): New member `group', for %' flag.
10486         * stdio/printf-prs.c (parse_printf_format): Grok %' flag and set flag.
10487         * stdio/vfprintf.c (group_number): New function.
10488         (vfprintf): Support %' flag for integer formats, by calling
10489         group_number after formatting the number in WORK.
10490         * stdio/printf_fp.c (guess_grouping, group_number): New functions.
10491         (__printf_fp): Implement `group' flag using them.
10493         * Makefile (include sysd-dirs): Protect with ifndef avoid-generated.
10494         (parent-clean): Remove sysd-rules, not sysdirs.
10495         (distclean): Pass avoid-generated=yes to submake.
10496         (distclean-1): Remove $(sysdep-$(distclean-1)).
10498         * Makerules (objects, objs): Depend on $(extra-objs) too.
10499         (include sysd-Makefile): Protect with ifndef avoid-generated.
10501         * Makeconfig (+defines, +gnu-stabs, gnu-as): Variables removed.
10502         (CPPFLAGS): Use $(defines) in place of $(+defines).
10503         Replace -D_LIBC with -include $(..)libc-symbols.h.
10505         * stdio/freopen.c: Set seen bit before calling fclose.
10507 Mon Feb  6 18:34:40 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10509         * sysdeps/mach/hurd/setpriority.c: Keep track of numbers of
10510         successes and each kind of failure.  Return EPERM or EACCES only
10511         if every task failed that way.
10513         * sysdeps/mach/hurd/getpriority.c: Handle out of band buffers
10514         correctly.
10516         * sysdeps/mach/hurd/ptrace.c (PTRACE_ATTACH, PTRACE_DETACH): Stop
10517         or resume the process after frobbing.
10519         * hurd/hurdsig.c: Use spin lock operations on sigstate locks
10520         throughout.
10521         (_hurd_thread_sigstate): Don't lock the sigstate lock.
10522         (_hurd_internal_post_signal): New subfunction `mark_pending'; replace
10523         repeated sequences with calls to it.  Don't expect the sigstate
10524         lock to be held on entry; lock it just before examining sigaction.
10525         In handler case, check SS->critical_section after calling
10526         abort_rpcs; if set, mark the signal pending and resume the thread.
10527         * hurd/hurd/signal.h (_hurd_self_sigstate_unlocked): Function removed.
10528         (_hurd_self_sigstate): Don't lock the sigstate lock.
10529         (HURD_EINTR_RPC): Call _hurd_self_sigstate instead of
10530         _hurd_self_sigstate_unlocked.
10531         * hurd/msgportdemux.c: Don't expect _hurd_self_sigstate to lock
10532         the sigstate lock.
10533         * hurd/hurdexec.c: Use spin lock operations on sigstate lock.
10534         Don't expect _hurd_self_sigstate to lock it.  Fix critical section
10535         locking.
10536         * hurd/hurd-raise.c: Likewise.
10537         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
10538         * sysdeps/mach/hurd/sigpending.c: Likewise.
10539         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
10540         * sysdeps/mach/hurd/sigaction.c: Likewise.
10541         * sysdeps/mach/hurd/sigprocmask.c: Likewise.
10542         * hurd/fd-write.c: Likewise.
10543         * hurd/fd-read.c: Likewise.
10544         * sysdeps/mach/hurd/ioctl.c: Likewise.
10545         * sysdeps/mach/hurd/fork.c: Likewise.
10546         * sysdeps/mach/hurd/i386/sigreturn.c: Likewise.
10547         * sysdeps/mach/hurd/mips/sigreturn.c: Likewise.
10548         * sysdeps/mach/hurd/alpha/sigreturn.c: Likewise.
10549         * hurd/hurdmsg.c (get_int): Likewise.
10551         * stdio/vfprintf.c: Include stddef.h.  Fix typos in libio code.
10553         * stdio/vfprintf.c (__pad): Function renamed to __printf_pad, made
10554         global.
10555         (PAD): Caller changed.
10556         * stdio/printf_fp.c (__pad): Function removed.
10557         (PAD): Use __printf_pad instead.
10559 Sun Feb  5 17:59:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10561         Merged new FP printer by Ulrich Drepper.
10562         * stdio/printf_fp.c: Rewrite by drepper.
10563         * stdio/Makefile (routines): Add ldbl2mpn.
10564         * sysdeps/ieee754/ieee754.h (union ieee754_double): Add `ieee_nan'
10565         member.
10566         (union ieee854_long_double): New type, from drepper.
10567         (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
10568         * sysdeps/ieee754/ldbl2mpn.c: New file, by drepper.
10569         * sysdeps/stub/ldbl2mpn.c: New file.
10570         * math/Makefile (routines): Add isinfl and isnanl.
10571         * sysdeps/ieee754/isinfl.c: New file.
10572         * sysdeps/stub/isinfl.c: New file.
10573         * sysdeps/ieee754/isnanl.c: New file.
10574         * sysdeps/stub/isnanl.c: New file.
10576         * malloc/malloc.c (__malloc_extra_blocks): New variable.
10577         (malloc): When getting more core, get __malloc_extra_blocks extra;
10578         put the new block at the end of the free list and let the next loop
10579         iteration use the initial portion of it.
10580         * malloc/free.c (_free_internal): Account for twice
10581         __malloc_extra_blocks in deciding if we have so much extra memory
10582         we should return it to the system.
10583         * malloc/malloc.h (__malloc_extra_blocks): Declare it.
10584         * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
10585         const in parameter decl.
10587         * sysdeps/unix/mips/sysdep.h (ENTRY): Add `.ent' directive.
10589 Fri Feb  3 18:15:52 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10591         * munch.awk (EXTERNS): Print decls using __P instead of EXFUN.
10593         * sysdeps/mips/setjmp_aux.c: Use ENV[0].__jmpbuf[0].
10594         * sysdeps/mips/bsd-_setjmp.S: Use `li' insn instead of `move'.
10595         * sysdeps/mips/bsd-setjmp.S: Likewise.
10596         * sysdeps/mips/__longjmp.c: Remove obsolete __NORETURN keyword.
10597         * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
10598         Use `long int' for sigcode.  Use explicit register numbers instead
10599         of names.
10600         (_hurdsig_rcv_interrupted_p): Use _hurdsig_catch_fault.
10601         * sysdeps/mach/hurd/mips/exc2signal.c: Use `long int' for sigcode.
10603 Thu Feb  2 20:06:45 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10605         * hurd/hurdmalloc.c: Remove bogus bcopy decl.
10607         * mach/mig_strncpy.c: Add missing `const' in prototype.  Rewritten
10608         using __stpncpy.
10610         * io/ftw.c (ftw, ftw_dir): Treat ENOENT from stat like EACCES.
10612         * stdio/vfprintf.c: Set PREC to zero for %. without following digit.
10614 Tue Jan 31 13:49:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10616         * mach/mig_strncpy.c: Include mach.h instead of string.h.  Use
10617         vm_size_t instead of size_t for arg and return types.
10619         * mach/mach_init.c: Don't declare __mig_init; mach/mig_support.h
10620         already does.
10622 Mon Jan 30 00:33:35 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10624         * set-hooks.h (RUN_HOOK): Dereference PTR properly.
10626         * configure.in (friendly stddef.h check): Write override defn for
10627         `stddef.h' Make variable.
10628         (AC_LINK_FILES): Use `echo ...` to avoid " " appearing nonempty.
10630         * configure.in (host_os=sysv4*|solaris2*): Set elf=yes.
10632         * Rules ($(objpfx)dummy.o): Write an empty function, not just an
10633         empty file.
10635         * sysdeps/sparc/Makefile (sysdep-realclean): New variable.
10637 Sat Jan 28 03:38:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10639         * Makefile (distribute): Remove gnu-stabs.h; add libc-symbols.h.
10641         * sysdeps/mach/sysdep.h [ASSEMBLER]: Protect include of
10642         mach/machine/syscall_sw.h with this.
10644 Fri Jan 27 18:33:20 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10646         * hurd/hurd/signal.h: Include <hurd/msg.h>, and <spin-lock.h>
10647         instead of <lock-intern.h>.
10648         (struct hurd_sigstate): Member `lock' changed to a `spin_lock_t'.
10649         (_hurd_critical_section_lock): Use spin lock operators.
10650         Don't hold the sigstate lock, unlock it after setting the flag.
10651         (_hurd_critical_section_unlock): Take the sigstate lock
10652         to clear the flag; while holding it, check pending signals.  After
10653         unlocking, sig_post ourselves if there were pending signals.
10655         * hurd/catch-exc.c (_S_catch_exception_raise): Don't take the
10656         sigstate lock.  If it is locked, clear SS->critical_section and
10657         SS->context, and unlock it.
10659         * sysdeps/mach/sysdep.h (EXT, LEXT): New macros.
10661         * set-init.c (__libc_init) [HAVE_ELF]: Run _init and atexit (_fini).
10662         * munch-tmpl.c: Likewise.
10664         * mach/Makefile (routines): Don't filter out syscall_% from
10665         $(mach-syscalls).
10667 Fri Jan 27 17:53:49 1995  Jim Meyering  (meyering@comco.com)
10669         * posix/fnmatch.c: Declare errno if it's not defined.
10670         That's simpler than testing #if !defined(__GNU_LIBRARY__)
10671         && !defined(STDC_HEADERS).
10673 Fri Jan 27 15:40:29 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10675         * csu/Makefile: New file.
10676         * csu/initfini.c: New file.
10677         * Makefile (+other_dirs): Add csu.
10678         (+init): Variable renamed to libc-init.  All references changed.
10679         (aux): Remove start.
10680         (install-lib): Variable removed.
10681         (crt0.o, Mcrt1.o  crt1.o): Targets removed.
10683         * mach/Machrules (static deps of RPC_*.o): Add $(..)libc-symbols.h
10684         and $(objpfx)config.h.
10685         (static deps of RPC alias *.o): Removed.
10687         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h [ASSEMBLER]:
10688         Protect macros with this.
10689         * sysdeps/unix/bsd/osf1/alpha/sysdep.h: Likewise.
10690         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
10691         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
10692         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
10693         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
10694         * sysdeps/unix/mips/sysdep.h: Likewise.
10696 Thu Jan 26 00:02:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10698         * Makerules (compile.[Sc]): Match gcc in $(CC) better.
10699         (BUILD_CFLAGS): Instead of $(config-defines), use -include config.h.
10701         * hurd/intr-rpc.awk: Emit weak alias.
10703         * sysdeps/unix/bsd/sun/sunos4/wait4.c: Call getpgrp instead of
10704         __getpgrp.
10706         * sysdeps/unix/bsd/hp/m68k/sysdep.h [ASSEMBLER]: Protect macros with
10707         this.
10708         * sysdeps/unix/i386/sysdep.h: Likewise.
10709         * sysdeps/unix/sparc/sysdep.h: Likewise.
10711         * io/ftw.c: Avoid `ret' as variable name.
10712         * posix/glob.c: Likewise.
10714         * ctype/ctype.h (_ISalpha): Define as its own bit.
10715         * locale/C-ctype_ct.c (__ctype_b_C): Set _ISalpha bit in all letters.
10717         * stdlib/exit.c [HAVE_GNU_LD]: Protect #include "set-hooks.h" and
10718         DEFINE_HOOK with this.
10720 Wed Jan 25 00:45:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10722         * hurd/hurdinit.c: Use DECLARE_HOOK instead of `extern DEFINE_HOOK'.
10723         * mach/spin-solid.c (spin_lock_solid): Define as weak alias to __name.
10724         * mach/shortcut.awk: Emit weak alias.
10725         * mach/spin-lock.c: Add weak aliases for all spin-lock.h functions.
10726         * mach/mach_init.c (mach_init, vm_page_size): Defin weak aliases for
10727         __ names.
10728         * mach/Makefile (lock): Remove spin-syms.
10729         (routines): Remove __ names, vm_page_size, msgserver_t.
10730         ($(mach-syscalls) rule): Generate files without __, add weak alias.
10731         Remove symbol alias file rule.
10732         ($(mach-shortcuts) rule): Likewise.
10733         [!mach-shortcuts] (user-interfaces): Filter out mach/mach4 too.
10734         * mach/Machrules (if-calls.c): Variable and rule removed.
10735         (interface-headers): Don't add $($(if)-calls).
10736         (transform-user-stub): Define to add weak alias.
10737         * set-hooks.h: Use new libc-symbols.h set access macros.
10738         * time/Makefile (routines): Remove __ names.
10739         (aux): Variable removed.
10740         * hurd/Makefile: Likewise.
10741         * sysdeps/unix/start.c (environ): Define as weak alias for __environ.
10742         (data_start): Define as weak alias for __data_start.
10743         * sysdeps/mach/hurd/start.c: Likewise.
10744         * sysdeps/unix/sparc/start.c: Likewise.
10745         * sysdeps/unix/make_errlist.c: Emit weak aliases for sys_nerr and
10746         sys_errlist.
10747         * sysdeps/mach/hurd/errlist.awk: Likewise.
10748         * sysdeps/unix/bsd/osf1/alpha/start.S (environ): Define as weak
10749         alias for __environ.
10750         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
10751         * sysdeps/stub/setdomain.c: Use new stub_warning macro.
10752         * sysdeps/stub/getdomain.c: Likewise.
10753         * sysdeps/stub/vhangup.c: Likewise.
10754         * sysdeps/stub/swapon.c: Likewise.
10755         * sysdeps/stub/sendmsg.c: Likewise.
10756         * sysdeps/stub/recvmsg.c: Likewise.
10757         * sysdeps/stub/acct.c: Likewise.
10758         * sysdeps/stub/isinf.c: Likewise.  Add weak alias isinf for __isinf.
10759         * sysdeps/mach/hurd/_exit.c: Remove obsolete __NORETURN keyword.
10760         * sysdeps/posix/libc_fatal.c: Likewise.
10761         * sysdeps/i386/abort.c: Likewise.
10762         * sysdeps/i386/__longjmp.c: Likewise.
10763         * sysdeps/generic/make_siglist.c: Emit defn always for
10764         _sys_siglist.  Emit weak alias to sys_siglist.
10765         * sysdeps/generic/atan.c: Remove obsolete __CONSTVALUE keyword.
10766         * sysdeps/ieee754/log10.c: Likewise.
10767         * time/difftime.c: Likewise.
10768         * stdlib/random.c (srand): Define as weak alias for __srandom.
10769         * stdlib/exit.c: Remove obsolete __NORETURN keyword.  Use set-hooks
10770         macros for __libc_atexit.
10771         * stdlib/Makefile (routines): Remove __random, srand.
10772         * stdio/gets.c: Use new link_warning macro instead of old
10773         warn_references.
10774         * stdio/Makefile (routines): Remove __ names.
10775         (aux): Remove syms-stdio.
10776         * socket/Makefile (routines): Added e on getpeernam and getsocknam.
10777         * setjmp/longjmp.c: Remove obsolete __NORETURN keyword.
10778         * setjmp/Makefile (routines): Remove _longjmp, siglongjmp.
10779         * setjmp/setjmp.h: Replace __NORETURN keyword with __attribute__ uses.
10780         * stdio/stdio.h: Likewise.
10781         * misc/Makefile (routines): Remove __ names.
10782         (aux): Remove data_start.
10783         * sysdeps/mach/hurd/defs.c: Don't include gnu-stabs.h.
10784         * sysdeps/mach/hurd/brk.c: Likewise.
10785         * hurd/hurdid.c: Likewise.
10786         * hurd/hurdpid.c: Likewise.
10787         * hurd/openport.c: Likewise.
10788         * hurd/hurdsock.c: Likewise.
10789         * hurd/hurdsig.c: Likewise.
10790         * hurd/hurdrlimit.c: Likewise.
10791         * hurd/hurdmalloc.c: Likewise.
10792         * hurd/dtable.c: Likewise.
10793         * hurd/setauth.c: Likewise.
10794         * misc/progname.c: Likewise.
10795         * misc/init-misc.c: Likewise.
10796         * sysdeps/generic/vfork.c: Likewise.
10797         * sysdeps/unix/bsd/init-posix.c: Likewise.
10798         * math/math.h: Replace __CONSTVALUE keyword with __attribute__ uses.
10799         * time/time.h: Likewise.
10800         * math/Makefile (routines): Remove __ names.
10801         * io/Makefile: Likewise.
10802         * termios/Makefile: Likewise.
10803         * resource/Makefile: Likewise.
10804         * signal/Makefile: Likewise.
10805         * dirent/Makefile: Likewise.
10806         * assert/assert.h: Replace __NORETURN keyword with __attribute__
10807         uses.  Functions return void and macros deal with this.
10808         * assert/assert-perr.c: Remove obsolete __NORETURN keyword.
10809         Return void.  Don't include gnu-stabs.h.
10810         * assert/assert.c: Likewise.
10811         * posix/Makefile (routines): Remove __ names, setpgrp.  Add
10812         getpgid.
10813         (aux): Remove environ.
10814         * stdlib/stdlib.h (abort, exit): Replace __NORETURN keyword with
10815         __attribute__ use.
10816         * posix/unistd.h (_exit): Likewise.
10817         (__getpgrp, __setpgrp): Declarations removed.
10818         (__getpgid, getpid): Declare these.
10820         * configure.in (host_os=gnuelf|linuxelf): Set elf=yes.  Do AC_SUBST
10821         for gnu_ld, gnu_as, elf, and weak.  Call AC_LINK_FILEES on
10822         $libc_link_{sources,dests}.
10823         * sysdeps/unix/configure.in: Remove __ from file names.  Don't
10824         create files, just add to libc_link_{dests,sources}.
10826         * config.make.in (gnu-as, gnu-ld, elf, weak-symbols): New variables.
10828         * config.h.in: Add #undefs used by sysdeps configures.
10830         * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Removed
10831         __setpgid, __getpgid.
10832         * sysdeps/unix/sysv/sco3.2.4/setpgid.c: Included file was renamed
10833         from setpgrp.c.
10834         * sysdeps/unix/sysv/sco3.2.4/getpgid.c: Included file was renamed
10835         from __getpgrp.c.
10836         * sysdeps/unix/bsd/getpgrp.c: File removed.
10837         * sysdeps/generic/getpgrp.c: Moved from sysdeps/stub/getpgrp.c.
10838         Call __getpgid with zero.
10839         * sysdeps/stub/setpgid.c: Renamed __setpgrp to __setpgid, added
10840         weak aliases setpgid and setpgrp.
10841         * sysdeps/unix/sysv/irix4/setpgid.S: Likewise.
10842         * sysdeps/unix/common/setpgid.S: Likewise.
10843         * sysdeps/mach/hurd/setpgid.c: Likewise.
10844         * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise.
10845         Use subcall 5 to __pgrpsys.
10846         * sysdeps/stub/getpgid.c: Renamed __getpgrp to __getpgid, added
10847         weak alias getpgid.
10848         * sysdeps/mach/hurd/getpgid.c: Likewise.
10849         * sysdeps/unix/sysv/irix4/getpgid.S: Likewise.
10850         * sysdeps/unix/common/getpgid.S: Likewise.
10851         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
10852         Use subcall 4 to __pgrpsys.
10853         * sysdeps/stub/__getpgrp.c: Renamed to getpgid.c.
10854         * sysdeps/unix/sysv/sysv4/__getpgrp.c: Renamed to getpgid.c.
10855         * sysdeps/unix/sysv/sco3.2.4/__getpgrp.c: Renamed to getpgid.c.
10856         * sysdeps/unix/sysv/irix4/__getpgrp.S: Renamed to getpgid.S.
10857         * sysdeps/unix/common/__getpgrp.S: Renamed to getpgid.S.
10858         * sysdeps/mach/hurd/__getpgrp.c: Renamed to getpgid.c.
10859         * sysdeps/stub/setpgrp.c: Renamed to setpgid.c.
10860         * sysdeps/unix/sysv/sysv4/setpgrp.c: Renamed to setpgid.c.
10861         * sysdeps/unix/sysv/sco3.2.4/setpgrp.c: Renamed to setpgid.c.
10862         * sysdeps/unix/sysv/irix4/setpgrp.S: Renamed to setpgid.S.
10863         * sysdeps/unix/common/setpgrp.S: Renamed to setpgid.S.
10864         * sysdeps/mach/hurd/setpgrp.c: Renamed to setpgid.c.
10866         * sysdeps/unix/bsd/hp/m68k/getdents.S: Included file was renamed
10867         from __getdents.S.
10869         * sysdeps/posix/defs.c: Don't include gnu-stabs.h.
10870         * sysdeps/stub/sigpending.c: Use new libc-symbols.h macro for stub
10871         warning.
10872         * sysdeps/stub/fexecve.c: Likewise.
10873         * sysdeps/stub/fchdir.c: Likewise.
10874         * sysdeps/stub/fchflags.c: Likewise.
10875         * sysdeps/stub/chflags.c: Likewise.
10877         * sysdeps/m68k/__longjmp.c: Remove __NORETURN; it's obsolete.
10878         * sysdeps/generic/abort.c: Likewise.
10879         * sysdeps/ieee754/ldexp.c: Remove __CONSTVALUE; it's obsolete.
10881         * hurd/hurdioctl.c: Include hurd/ioctl.h.
10882         (_hurd_ioctl_handler_lists): Define this set.
10883         (_hurd_lookup_ioctl_handler): New function.
10884         * hurd/hurd/fd.h: ioctl handler stuff moved to hurd/ioctl.h.
10885         * hurd/hurd/ioctl.h: New file, broken out of hurd/fd.h.
10886         (_hurd_lookup_ioctl_handler): Declare it.
10887         (ioctl_handler_t): New typedef.  Use it throughout.
10888         * sysdeps/mach/hurd/ioctl.c: Include hurd/ioctl.h.
10889         (_hurd_ioctl_handler_lists): Don't define.
10890         (__ioctl): Call _hurd_lookup_ioctl_handler.
10892         * stdlib/strtol.c (maxquad): Make this const.
10893         [__GNUC__ == 2 && __GNUC_MINOR__ < 7]: Only use maxquad in this case.
10895         * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
10896         any compile tests.
10898         * sysdeps/mach/hurd/setitimer.c (timer_thread): Call
10899         __msg_sig_post_request, not __sig_post_request.
10901         * misc/getusersh.c: Renamed to getusershell.c.
10902         * sysdeps/stub/sethostnam.c: Renamed to sethostname.c.
10903         * sysdeps/unix/inet/sethostnam.S: Renamed to sethostname.S.
10904         * sysdeps/unix/sysv/sysv4/sethostnam.c: Renamed to sethostname.c.
10905         * sysdeps/mach/hurd/sethostnam.c: Renamed to sethostname.c.
10907 Tue Jan 24 00:14:30 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10909         * sysdeps/stub/settod.c: Renamed to settimeofday.c.
10910         * sysdeps/unix/bsd/settod.S: Renamed to settimeofday.c.
10911         * sysdeps/unix/sysv/settod.c: Renamed to settimeofday.c.
10912         * sysdeps/mach/hurd/settod.c: Renamed to settimeofday.c.
10913         * sysdeps/stub/setitmr.c: Renamed to setitimer.c.
10914         * sysdeps/unix/common/setitmr.S: Renamed to setitimer.S.
10915         * sysdeps/mach/hurd/setitmr.c: Renamed to setitimer.c.
10916         * sysdeps/posix/fpathcon.c: Renamed to fpathconf.c.
10917         * sysdeps/stub/fpathcon.c: Renamed to fpathconf.c.
10918         * sysdeps/unix/sysv/irix4/fpathcon.c: Renamed to fpathconf.c.
10919         * sysdeps/stub/getprio.c: Renamed to getpriority.c.
10920         * sysdeps/unix/sysv/irix4/getprio.c: Renamed to getpriority.c.
10921         * sysdeps/unix/common/getprio.S: Renamed to getpriority.S.
10922         * sysdeps/mach/hurd/getprio.c: Renamed to getpriority.c.
10923         * sysdeps/stub/setprio.c: Renamed to setpriority.c.
10924         * sysdeps/unix/sysv/irix4/setprio.c: Renamed to setpriority.c.
10925         * sysdeps/unix/common/setprio.S: Renamed to setpriority.S.
10926         * sysdeps/mach/hurd/setprio.c: Renamed to setpriority.c.
10927         * sysdeps/stub/getpeernam.c: Renamed to getpeername.c.
10928         * sysdeps/unix/inet/getpeernam.S: Renamed to getpeername.S.
10929         * sysdeps/unix/sysv/linux/getpeernam.S: Renamed to getpeername.S.
10930         * sysdeps/mach/hurd/getpeernam.c: Renamed to getpeername.c.
10931         * sysdeps/stub/getsocknam.c: Renamed to getsockname.c.
10932         * sysdeps/unix/inet/getsocknam.S: Renamed to getsockname.S.
10933         * sysdeps/unix/sysv/linux/getsocknam.S: Renamed to getsockname.S.
10934         * sysdeps/mach/hurd/getsocknam.c: Renamed to getsockname.c.
10935         * sysdeps/stub/sigaltstk.c: Renamed to sigaltstack.c.
10936         * sysdeps/unix/bsd/bsd4.4/sigaltstk.S: Renamed to sigaltstack.S.
10937         * sysdeps/unix/sysv/sysv4/sigaltstk.S: Renamed to sigaltstack.S.
10938         * sysdeps/mach/hurd/sigaltstk.c: Renamed to sigaltstack.c.
10940         * sysdeps/mach/hurd/i386/sigreturn.c: Call __msg_sig_post instead
10941         of __sig_post.
10942         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
10943         * sysdeps/mach/hurd/kill.c: Likewise.
10944         * sysdeps/mach/hurd/sigprocmask.c: Likewise.
10946         * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Macros removed.
10947         [!__GNUC__ || __GNUC__<2] (__attribute__): Define to empty.
10949         * sysdeps/stub/remove.c: New file.
10950         * sysdeps/posix/remove.c: New file.
10952 Mon Jan 23 03:26:09 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10954         * time/mktime.c [weak_alias] (timelocal): Define as weak alias for
10955         mktime.
10956         * mach/mig_strncpy.c (mig_strncpy): Define as weak alias for
10957         __mig_strncpy.
10958         * mach/msg-destroy.c: Renamed from __msg_dest.c.
10959         (mach_msg_destroy): Define as weak alias for __mach_msg_destroy.
10960         * mach/setup-thread.c (mach_setup_thread): Define as weak alias.
10961         * time/tzset.c (tzname, daylight, timezone): Define as weak
10962         aliases for __ names.
10963         * hurd/hurdkill.c (hurd_sig_post): Define as weak alias.
10964         * hurd/hurdlookup.c: Add weak aliases for non-__ names.
10965         * Makefile (+init): Test $(gnu-ld)=yes, not for $(+gnu-stabs)
10966         being defined.
10968 Sun Jan 22 15:19:51 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10970         * string/Makefile (routines): Remove __ names, index, rindex, and
10971         bcmp.
10972         * sysdeps/alpha/strchr.c [weak_alias] (index): Define as weak
10973         alias for strchr.
10974         * sysdeps/generic/strchr.c: Likewise.
10975         * sysdeps/generic/strrchr.c [weak_alias] (rindex): Define as weak
10976         alias for strrchr.
10977         * sysdeps/generic/memcmp.c [weak_alias] (bcmp): Define as weak
10978         alias for memcmp.
10980         * malloc/free.c (cfree): Define this function, with weak_alias if
10981         available, otherwise a C function.
10982         * malloc/Makefile (gmalloc-routines): Remove cfree.
10984 Sat Jan 21 08:08:58 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
10986         * stdio/fseek.c: Do move bufp by O when that puts it exactly at
10987         get_limit.  This has the effect of no-op'ing properly for zero.
10989         * configure.in: Add AC_CONFIG_HEADER(config.h).
10990         (--with-elf, --with-weak-symbols): Grok these and define HAVE_*.
10991         * config.h.in: New file.
10993         * setjmp/longjmp.c: Add weak aliases _longjmp, siglongjmp.
10994         All code converted to use weak symbols, defined in the files which
10995         define the real code (with the __ names, the non-__ names are weak).
10996         All old symbol alias files removed.
10997         Many files renamed to remove __ prefix since there is now just
10998         the one file for both the __ and non-__ name for each function.
10999         * libc-symbols.h: New file.
11000         * set-hooks.h: Use libc-symbols.h macros for accessing symbol
11001         sets.
11002         * gnu-stabs.h: Prepend #error this file is obsolete.
11003         * sysdeps/ieee754/ldexp.c: Add weak aliases scalb and __scalb.
11004         * sysdeps/stub/__access.c: Renamed to access.c; added weak alias
11005         access.
11006         * sysdeps/unix/common/__access.S: Likewise.
11007         * sysdeps/mach/hurd/__access.c: Likewise.
11008         * sysdeps/stub/__adjtime.c: Renamed to adjtime.c; added weak alias
11009         adjtime.
11010         * sysdeps/unix/common/__adjtime.S: Likewise.
11011         * sysdeps/mach/__adjtime.c: Likewise.
11012         * sysdeps/mach/hurd/__adjtime.c: Likewise.
11013         * sysdeps/stub/__brk.c: Renamed to brk.c; added weak alias brk.
11014         * sysdeps/unix/bsd/sun/m68k/__brk.S: Likewise.
11015         * sysdeps/unix/bsd/vax/__brk.S: Likewise.
11016         * sysdeps/unix/bsd/hp/m68k/__brk.S: Likewise.
11017         * sysdeps/unix/bsd/osf1/alpha/__brk.S: Likewise.
11018         * sysdeps/unix/i386/__brk.S: Likewise.
11019         * sysdeps/unix/sparc/__brk.S: Likewise.
11020         * sysdeps/unix/mips/__brk.S: Likewise.
11021         * sysdeps/mach/hurd/__brk.c: Likewise.
11022         * sysdeps/standalone/__brk.c: Likewise.
11023         * sysdeps/stub/__chdir.c: Renamed to chdir.c; added weak alias chdir.
11024         * sysdeps/unix/__chdir.S: Likewise.
11025         * sysdeps/mach/hurd/__chdir.c: Likewise.
11026         * sysdeps/stub/__chmod.c: Renamed to chmod.c; added weak alias chmod.
11027         * sysdeps/unix/__chmod.S: Likewise.
11028         * sysdeps/mach/hurd/__chmod.c: Likewise.
11029         * sysdeps/stub/__chown.c: Renamed to chown.c; added weak alias chown.
11030         * sysdeps/unix/__chown.S: Likewise.
11031         * sysdeps/mach/hurd/__chown.c: Likewise.
11032         * sysdeps/stub/__close.c: Renamed to close.c; added weak alias close.
11033         * sysdeps/unix/__close.S: Likewise.
11034         * sysdeps/mach/hurd/__close.c: Likewise.
11035         * sysdeps/standalone/__close.c: Likewise.
11036         * sysdeps/generic/__copysign.c: Renamed to copysign.c; added weak
11037         alias copysign.
11038         * sysdeps/ieee754/__copysign.c: Likewise.
11039         * sysdeps/alpha/__copysign.c: Likewise.
11040         * sysdeps/ieee754/__drem.c: Renamed to drem.c; added weak alias drem.
11041         * sysdeps/m68k/fpu/__drem.c: Likewise.
11042         * sysdeps/stub/__drem.c: Likewise.
11043         * sysdeps/posix/__dup.c: Renamed to dup.c; added weak alias dup.
11044         * sysdeps/stub/__dup.c: Likewise.
11045         * sysdeps/unix/__dup.S: Likewise.
11046         * sysdeps/posix/__dup2.c: Renamed to dup2.c; added weak alias dup2.
11047         * sysdeps/stub/__dup2.c: Likewise.
11048         * sysdeps/unix/sysv/sysv4/__dup2.c: Likewise.
11049         * sysdeps/unix/sysv/irix4/__dup2.c: Likewise.
11050         * sysdeps/unix/common/__dup2.S: Likewise.
11051         * sysdeps/mach/hurd/__dup2.c: Likewise.
11052         * sysdeps/stub/__execve.c: Renamed to execve.c; added weak alias
11053         execve.
11054         * sysdeps/unix/__execve.S: Likewise.
11055         * sysdeps/mach/hurd/__execve.c: Likewise.
11056         * sysdeps/generic/__expm1.c: Renamed to expm1.c; added weak alias
11057         expm1.
11058         * sysdeps/m68k/fpu/__expm1.c: Likewise.
11059         * sysdeps/stub/__fchmod.c: Renamed to fchmod.c; added weak alias
11060         fchmod.
11061         * sysdeps/unix/common/__fchmod.S: Likewise.
11062         * sysdeps/mach/hurd/__fchmod.c: Likewise.
11063         * sysdeps/stub/__fchown.c: Renamed to fchown.c; added weak alias
11064         fchown.
11065         * sysdeps/unix/common/__fchown.S: Likewise.
11066         * sysdeps/mach/hurd/__fchown.c: Likewise.
11067         * sysdeps/stub/__fcntl.c: Renamed to fcntl.c; added weak alias fcntl.
11068         * sysdeps/unix/__fcntl.S: Likewise.
11069         * sysdeps/mach/hurd/__fcntl.c: Likewise.
11070         * math/__finite.c: Renamed to finite.c; added weak alias finite.
11071         * sysdeps/posix/__flock.c: Renamed to flock.c; added weak alias flock.
11072         * sysdeps/stub/__flock.c: Likewise.
11073         * sysdeps/unix/bsd/__flock.S: Likewise.
11074         * sysdeps/mach/hurd/__flock.c: Likewise.
11075         * hurd/__fopenport.c: Renamed to fopenport.c; added weak alias
11076         fopenport.
11077         * sysdeps/stub/__fork.c: Renamed to fork.c; added weak alias fork.
11078         * sysdeps/unix/__fork.S: Likewise.
11079         * sysdeps/unix/bsd/osf1/alpha/__fork.S: Likewise.
11080         * sysdeps/unix/i386/__fork.S: Likewise.
11081         * sysdeps/unix/sparc/__fork.S: Likewise.
11082         * sysdeps/unix/mips/__fork.S: Likewise.
11083         * sysdeps/mach/hurd/__fork.c: Likewise.
11084         * sysdeps/posix/__fpathcon.c: Renamed to fpathcon.c; added weak
11085         alias fpathconf.
11086         * sysdeps/stub/__fpathcon.c: Likewise.
11087         * sysdeps/unix/sysv/irix4/__fpathcon.c: Likewise.
11088         * sysdeps/stub/__fstat.c: Renamed to fstat.c; added weak alias fstat.
11089         * sysdeps/unix/__fstat.S: Likewise.
11090         * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
11091         * sysdeps/mach/hurd/__fstat.c: Likewise.
11092         * stdio/__getdelim.c: Renamed to getdelim.c; added weak alias
11093         getdelim.
11094         * sysdeps/stub/__getdents.c: Renamed to getdents.c; added weak
11095         alias getdents.
11096         * sysdeps/unix/__getdents.c: Likewise.
11097         * sysdeps/unix/bsd/sun/__getdents.S: Likewise.
11098         * sysdeps/unix/bsd/hp/m68k/__getdents.S: Likewise.
11099         * sysdeps/unix/bsd/ultrix4/__getdents.S: Likewise.
11100         * sysdeps/unix/bsd/bsd4.4/__getdents.S: Likewise.
11101         * sysdeps/unix/bsd/osf1/alpha/__getdents.S: Likewise.
11102         * sysdeps/unix/sysv/__getdents.c: Likewise.
11103         * sysdeps/mach/hurd/__getdents.c: Likewise.
11104         * hurd/__getdport.c: Renamed to getdport.c; added weak alias getdport.
11105         * sysdeps/posix/__getdtsz.c: Renamed to getdtsz.c; added weak
11106         alias getdtablesize.
11107         * sysdeps/stub/__getdtsz.c: Likewise.
11108         * sysdeps/unix/bsd/__getdtsz.S: Likewise.
11109         * sysdeps/unix/sysv/sysv4/__getdtsz.c: Likewise.
11110         * sysdeps/mach/hurd/__getdtsz.c: Likewise.
11111         * sysdeps/stub/__getegid.c: Renamed to getegid.c; added weak alias
11112         getegid.
11113         * sysdeps/unix/__getegid.S: Likewise.
11114         * sysdeps/mach/hurd/__getegid.c: Likewise.
11115         * sysdeps/stub/__geteuid.c: Renamed to geteuid.c; added weak alias
11116         geteuid.
11117         * sysdeps/unix/__geteuid.S: Likewise.
11118         * sysdeps/mach/hurd/__geteuid.c: Likewise.
11119         * sysdeps/stub/__getgid.c: Renamed to getgid.c; added weak alias
11120         getgid.
11121         * sysdeps/unix/__getgid.S: Likewise.
11122         * sysdeps/mach/hurd/__getgid.c: Likewise.
11123         * sysdeps/stub/__getgrps.c: Renamed to getgroups.c; added weak
11124         alias getgroups.
11125         * sysdeps/unix/bsd/sequent/i386/__getgrps.S: Likewise.
11126         * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: Likewise.
11127         * sysdeps/unix/sysv/irix4/__getgrps.c: Likewise.
11128         * sysdeps/unix/common/__getgrps.S: Likewise.
11129         * sysdeps/mach/hurd/__getgrps.c: Likewise.
11130         * sysdeps/stub/__gethstnm.c: Renamed to gethostname.c; added weak
11131         alias gethostname.
11132         * sysdeps/unix/inet/__gethstnm.S: Likewise.
11133         * sysdeps/unix/sysv/__gethstnm.c: Likewise.
11134         * sysdeps/unix/sysv/sysv4/__gethstnm.c: Likewise.
11135         * sysdeps/mach/hurd/__gethstnm.c: Likewise.
11136         * sysdeps/stub/__getitmr.c: Renamed to getitimer.c; added weak
11137         alias getitimer.
11138         * sysdeps/unix/common/__getitmr.S: Likewise.
11139         * sysdeps/mach/hurd/__getitmr.c: Likewise.
11140         * stdio/__getline.c: Renamed to getline.c; added weak alias getline.
11141         * sysdeps/posix/__getpgsz.c: Renamed to getpagesize.c; added weak
11142         alias getpagesize.
11143         * sysdeps/stub/__getpgsz.c: Likewise.
11144         * sysdeps/unix/__getpgsz.c: Likewise.
11145         * sysdeps/unix/bsd/__getpgsz.S: Likewise.
11146         * sysdeps/unix/sysv/sysv4/__getpgsz.c: Likewise.
11147         * sysdeps/mach/__getpgsz.c: Likewise.
11148         * sysdeps/stub/__getpid.c: Renamed to getpid.c; added weak alias
11149         getpid.
11150         * sysdeps/unix/__getpid.S: Likewise.
11151         * sysdeps/mach/hurd/__getpid.c: Likewise.
11152         * sysdeps/stub/__getppid.c: Renamed to getppid.c; added weak alias
11153         getppid.
11154         * sysdeps/unix/__getppid.S: Likewise.
11155         * sysdeps/mach/hurd/__getppid.c: Likewise.
11156         * sysdeps/posix/__gettod.c: Renamed to gettimeofday.c; added weak
11157         alias gettimeofday.
11158         * sysdeps/stub/__gettod.c: Likewise.
11159         * sysdeps/unix/sysv/irix4/__gettod.c: Likewise.
11160         * sysdeps/unix/common/__gettod.S: Likewise.
11161         * sysdeps/mach/__gettod.c: Likewise.
11162         * sysdeps/stub/__getuid.c: Renamed to getuid.c; added weak alias
11163         getuid.
11164         * sysdeps/unix/__getuid.S: Likewise.
11165         * sysdeps/mach/hurd/__getuid.c: Likewise.
11166         * sysdeps/generic/__infnan.c: Renamed to infnan.c; added weak
11167         alias infnan.
11168         * sysdeps/ieee754/__infnan.c: Likewise.
11169         * sysdeps/vax/__infnan.c: Likewise.
11170         * sysdeps/stub/__ioctl.c: Renamed to ioctl.c; added weak alias ioctl.
11171         * sysdeps/unix/__ioctl.S: Likewise.
11172         * sysdeps/mach/hurd/__ioctl.c: Likewise.
11173         * sysdeps/posix/__isatty.c: Renamed to isatty.c; added weak alias
11174         isatty.
11175         * sysdeps/stub/__isatty.c: Likewise.
11176         * sysdeps/unix/bsd/__isatty.c: Likewise.
11177         * sysdeps/mach/hurd/__isatty.c: Likewise.
11178         * sysdeps/ieee754/__isinf.c: Renamed to isinf.c; added weak alias
11179         isinf.
11180         * sysdeps/m68k/fpu/__isinf.c: Likewise.
11181         * sysdeps/stub/__isinf.c: Likewise.
11182         * sysdeps/generic/__isnan.c: Renamed to isnan.c; added weak alias
11183         isnan.
11184         * sysdeps/ieee754/__isnan.c: Likewise.
11185         * sysdeps/m68k/fpu/__isnan.c: Likewise.
11186         * sysdeps/stub/__kill.c: Renamed to kill.c; added weak alias kill.
11187         * sysdeps/unix/__kill.S: Likewise.
11188         * sysdeps/mach/hurd/__kill.c: Likewise.
11189         * sysdeps/stub/__link.c: Renamed to link.c; added weak alias link.
11190         * sysdeps/unix/__link.S: Likewise.
11191         * sysdeps/mach/hurd/__link.c: Likewise.
11192         * sysdeps/ieee754/__logb.c: Renamed to logb.c; added weak alias logb.
11193         * sysdeps/m68k/fpu/__logb.c: Likewise.
11194         * sysdeps/stub/__logb.c: Likewise.
11195         * sysdeps/stub/__lseek.c: Renamed to lseek.c; added weak alias lseek.
11196         * sysdeps/unix/__lseek.S: Likewise.
11197         * sysdeps/mach/hurd/__lseek.c: Likewise.
11198         * sysdeps/generic/__lstat.c: Renamed to lstat.c; added weak alias
11199         lstat.
11200         * sysdeps/stub/__lstat.c: Likewise.
11201         * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
11202         * sysdeps/unix/common/__lstat.S: Likewise.
11203         * sysdeps/mach/hurd/__lstat.c: Likewise.
11204         * sysdeps/generic/__memccpy.c: Renamed to memccpy.c; added weak
11205         alias memccpy.
11206         * sysdeps/vax/__memccpy.c: Likewise.
11207         * sysdeps/stub/__mkdir.c: Renamed to mkdir.c; added weak alias mkdir.
11208         * sysdeps/unix/sysv/__mkdir.c: Likewise.
11209         * sysdeps/unix/common/__mkdir.S: Likewise.
11210         * sysdeps/mach/hurd/__mkdir.c: Likewise.
11211         * sysdeps/stub/__mknod.c: Renamed to mknod.c; added weak alias mknod.
11212         * sysdeps/unix/__mknod.S: Likewise.
11213         * sysdeps/unix/sysv/sysv4/i386/__mknod.S: Likewise.
11214         * sysdeps/mach/hurd/__mknod.c: Likewise.
11215         * mach/__msg.c: Renamed to msg.c; added weak alias mach_msg.
11216         * mach/__msgserver.c: Renamed to msgserver.c; added weak alias
11217         mach_msg_server.
11218         * sysdeps/stub/__open.c: Renamed to open.c; added weak alias open.
11219         * sysdeps/unix/__open.S: Likewise.
11220         * sysdeps/mach/hurd/__open.c: Likewise.
11221         * sysdeps/standalone/__open.c: Likewise.
11222         * sysdeps/stub/__pathconf.c: Renamed to pathconf.c; added weak
11223         alias pathconf.
11224         * sysdeps/unix/sysv/sco3.2.4/__pathconf.S: Likewise.
11225         * sysdeps/unix/sysv/irix4/__pathconf.c: Likewise.
11226         * hurd/__pid2task.c: Renamed to pid2task.c; added weak alias pid2task.
11227         * sysdeps/stub/__pipe.c: Renamed to pipe.c; added weak alias pipe.
11228         * sysdeps/unix/bsd/vax/__pipe.S: Likewise.
11229         * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
11230         * sysdeps/unix/bsd/osf1/alpha/__pipe.S: Likewise.
11231         * sysdeps/unix/i386/__pipe.S: Likewise.
11232         * sysdeps/unix/sparc/__pipe.S: Likewise.
11233         * sysdeps/unix/mips/__pipe.S: Likewise.
11234         * sysdeps/mach/hurd/__pipe.c: Likewise.
11235         * stdlib/__random.c: Renamed to random.c; added weak alias random.
11236         * sysdeps/stub/__read.c: Renamed to read.c; added weak alias read.
11237         * sysdeps/unix/__read.S: Likewise.
11238         * sysdeps/mach/hurd/__read.c: Likewise.
11239         * sysdeps/standalone/__read.c: Likewise.
11240         * sysdeps/stub/__readlink.c: Renamed to readlink.c; added weak
11241         alias readlink.
11242         * sysdeps/unix/common/__readlink.S: Likewise.
11243         * sysdeps/mach/hurd/__readlink.c: Likewise.
11244         * sysdeps/generic/__rint.c: Renamed to rint.c; added weak alias rint.
11245         * sysdeps/m68k/fpu/__rint.c: Likewise.
11246         * sysdeps/stub/__rmdir.c: Renamed to rmdir.c; added weak alias rmdir.
11247         * sysdeps/unix/sysv/__rmdir.c: Likewise.
11248         * sysdeps/unix/common/__rmdir.S: Likewise.
11249         * sysdeps/mach/hurd/__rmdir.c: Likewise.
11250         * sysdeps/generic/__sbrk.c: Renamed to sbrk.c; added weak alias sbrk.
11251         * sysdeps/stub/__sbrk.c: Likewise.
11252         * sysdeps/mach/hurd/__sbrk.c: Likewise.
11253         * math/__scalb.c: Renamed to scalb.c; added weak alias scalb.
11254         * sysdeps/stub/__select.c: Renamed to select.c; added weak alias
11255         select.
11256         * sysdeps/unix/common/__select.S: Likewise.
11257         * sysdeps/mach/hurd/__select.c: Likewise.
11258         * hurd/__setauth.c: Renamed to setauth.c; added weak alias setauth.
11259         * sysdeps/stub/__setgid.c: Renamed to setgid.c; added weak alias
11260         setgid.
11261         * sysdeps/unix/__setgid.S: Likewise.
11262         * sysdeps/unix/bsd/__setgid.c: Likewise.
11263         * sysdeps/mach/hurd/__setgid.c: Likewise.
11264         * sysdeps/stub/__setitmr.c: Renamed to setitmr.c; added weak alias
11265         setitmr
11266         * sysdeps/unix/common/__setitmr.S: Likewise.
11267         * sysdeps/mach/hurd/__setitmr.c: Likewise.
11268         * sysdeps/stub/__setpgrp.c: Renamed to setpgrp.c; added weak alias
11269         setpgrp
11270         * sysdeps/unix/sysv/sysv4/__setpgrp.c: Likewise.
11271         * sysdeps/unix/sysv/sco3.2.4/__setpgrp.c: Likewise.
11272         * sysdeps/unix/sysv/irix4/__setpgrp.S: Likewise.
11273         * sysdeps/unix/common/__setpgrp.S: Likewise.
11274         * sysdeps/mach/hurd/__setpgrp.c: Likewise.
11275         * sysdeps/stub/__setregid.c: Renamed to setregid.c; added weak
11276         alias setregid.
11277         * sysdeps/unix/common/__setregid.S: Likewise.
11278         * sysdeps/mach/hurd/__setregid.c: Likewise.
11279         * sysdeps/stub/__setreuid.c: Renamed to setreuid.c; added weak
11280         alias setreuid.
11281         * sysdeps/unix/common/__setreuid.S: Likewise.
11282         * sysdeps/mach/hurd/__setreuid.c: Likewise.
11283         * sysdeps/stub/__setsid.c: Renamed to setsid.c; added weak alias
11284         setsid.
11285         * sysdeps/unix/bsd/__setsid.c: Likewise.
11286         * sysdeps/unix/bsd/sun/sunos4/__setsid.S: Likewise.
11287         * sysdeps/unix/bsd/ultrix4/__setsid.S: Likewise.
11288         * sysdeps/unix/bsd/bsd4.4/__setsid.S: Likewise.
11289         * sysdeps/unix/sysv/linux/__setsid.S: Likewise.
11290         * sysdeps/unix/sysv/sysv4/__setsid.c: Likewise.
11291         * sysdeps/unix/sysv/sco3.2.4/__setsid.c: Likewise.
11292         * sysdeps/mach/hurd/__setsid.c: Likewise.
11293         * sysdeps/stub/__settod.c: Renamed to settod.c; added weak alias
11294         settimeofday.
11295         * sysdeps/unix/bsd/__settod.S: Likewise.
11296         * sysdeps/unix/sysv/__settod.c: Likewise.
11297         * sysdeps/mach/hurd/__settod.c: Likewise.
11298         * sysdeps/stub/__setuid.c: Renamed to setuid.c; added weak alias
11299         setuid.
11300         * sysdeps/unix/__setuid.S: Likewise.
11301         * sysdeps/unix/bsd/__setuid.c: Likewise.
11302         * sysdeps/mach/hurd/__setuid.c: Likewise.
11303         * sysdeps/posix/__sigblock.c: Renamed to sigblock.c; added weak
11304         alias sigblock.
11305         * sysdeps/stub/__sigblock.c: Likewise.
11306         * sysdeps/unix/bsd/__sigblock.S: Likewise.
11307         * sysdeps/unix/bsd/bsd4.4/__sigblock.c: Likewise.
11308         * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: Likewise.
11309         * sysdeps/posix/__sigpause.c: Renamed to sigpause.c; added weak
11310         alias sigpause.
11311         * sysdeps/stub/__sigpause.c: Likewise.
11312         * sysdeps/unix/bsd/__sigpause.S: Likewise.
11313         * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
11314         * sysdeps/stub/__sigproc.c: Renamed to sigprocmask.c; added weak
11315         alias sigprocmask.
11316         * sysdeps/unix/bsd/__sigproc.c: Likewise.
11317         * sysdeps/unix/sysv/sysv4/__sigproc.S: Likewise.
11318         * sysdeps/unix/sysv/sco3.2.4/__sigproc.S: Likewise.
11319         * sysdeps/mach/hurd/__sigproc.c: Likewise.
11320         * sysdeps/stub/__sigret.c: Renamed to sigreturn.c; added weak
11321         alias sigreturn.
11322         * sysdeps/unix/bsd/sun/__sigret.S: Likewise.
11323         * sysdeps/unix/sysv/i386/__sigret.S: Likewise.
11324         * sysdeps/unix/sysv/irix4/__sigret.S: Likewise.
11325         * sysdeps/unix/i386/__sigret.S: Likewise.
11326         * sysdeps/unix/mips/__sigret.S: Likewise.
11327         * sysdeps/mach/hurd/i386/__sigret.c: Likewise.
11328         * sysdeps/mach/hurd/alpha/__sigret.c: Likewise.
11329         * sysdeps/mach/hurd/mips/__sigret.c: Likewise.
11330         * sysdeps/posix/__sigvec.c: Renamed to sigvec.c; added weak alias
11331         sigvec.
11332         * sysdeps/stub/__sigvec.c: Likewise.
11333         * sysdeps/unix/bsd/__sigvec.S: Likewise.
11334         * sysdeps/unix/bsd/sun/__sigvec.S: Likewise.
11335         * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Likewise.
11336         * sysdeps/unix/bsd/ultrix4/mips/__sigvec.S: Likewise.
11337         * sysdeps/unix/bsd/bsd4.4/__sigvec.c: Likewise.
11338         * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
11339         * sysdeps/stub/__stat.c: Renamed to stat.c; added weak alias stat.
11340         * sysdeps/unix/__stat.S: Likewise.
11341         * sysdeps/unix/sysv/sysv4/i386/__stat.S: Likewise.
11342         * sysdeps/mach/hurd/__stat.c: Likewise.
11343         * sysdeps/generic/__stpncpy.c: Renamed to stpncpy.c; added weak
11344         alias stpncpy.
11345         * sysdeps/stub/__symlink.c: Renamed to symlink.c; added weak alias
11346         symlink.
11347         * sysdeps/unix/common/__symlink.S: Likewise.
11348         * sysdeps/mach/hurd/__symlink.c: Likewise.
11349         * sysdeps/posix/__sysconf.c: Renamed to sysconf.c; added weak
11350         alias sysconf.
11351         * sysdeps/stub/__sysconf.c: Likewise.
11352         * sysdeps/unix/bsd/ultrix4/__sysconf.c: Likewise.
11353         * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
11354         * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Likewise.
11355         * sysdeps/unix/sysv/irix4/__sysconf.c: Likewise.
11356         * hurd/__task2pid.c: Renamed to task2pid.c; added weak alias task2pid.
11357         * sysdeps/stub/__times.c: Renamed to times.c; added weak alias times.
11358         * sysdeps/unix/bsd/__times.c: Likewise.
11359         * sysdeps/unix/sysv/__times.S: Likewise.
11360         * time/__tzset.c: Renamed to tzset.c; added weak alias tzset.
11361         * sysdeps/stub/__umask.c: Renamed to umask.c; added weak alias umask.
11362         * sysdeps/unix/__umask.S: Likewise.
11363         * sysdeps/mach/hurd/__umask.c: Likewise.
11364         * sysdeps/stub/__unlink.c: Renamed to unlink.c; added weak alias
11365         unlink.
11366         * sysdeps/unix/__unlink.S: Likewise.
11367         * sysdeps/mach/hurd/__unlink.c: Likewise.
11368         * sysdeps/stub/__utimes.c: Renamed to utimes.c; added weak alias
11369         utimes.
11370         * sysdeps/unix/bsd/__utimes.S: Likewise.
11371         * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: Likewise.
11372         * sysdeps/mach/hurd/__utimes.c: Likewise.
11373         * sysdeps/generic/__vfork.c: Renamed to vfork.c; added weak alias
11374         vfork.
11375         * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
11376         * sysdeps/unix/bsd/vax/__vfork.S: Likewise.
11377         * sysdeps/unix/bsd/i386/__vfork.S: Likewise.
11378         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Likewise.
11379         * sysdeps/unix/bsd/ultrix4/mips/__vfork.S: Likewise.
11380         * sysdeps/unix/sysv/sysv4/i386/__vfork.S: Likewise.
11381         * sysdeps/unix/sparc/__vfork.S: Likewise.
11382         * stdio/__vfscanf.c: Renamed to vfscanf.c; added weak alias vfscanf.
11383         * stdio/__vsscanf.c: Renamed to vsscanf.c; added weak alias vsscanf.
11384         * sysdeps/posix/__wait.c: Renamed to wait.c; added weak alias wait.
11385         * sysdeps/stub/__wait.c: Likewise.
11386         * sysdeps/unix/bsd/sony/newsos4/__wait.c: Likewise.
11387         * sysdeps/unix/bsd/sun/sunos4/__wait.c: Likewise.
11388         * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Likewise.
11389         * sysdeps/unix/bsd/vax/__wait.S: Likewise.
11390         * sysdeps/unix/bsd/m68k/__wait.S: Likewise.
11391         * sysdeps/unix/bsd/bsd4.4/__wait.c: Likewise.
11392         * sysdeps/unix/sysv/i386/linux/__wait.S: Likewise.
11393         * sysdeps/unix/sysv/irix4/__wait.S: Likewise.
11394         * sysdeps/unix/i386/__wait.S: Likewise.
11395         * sysdeps/unix/mips/__wait.S: Likewise.
11396         * sysdeps/posix/__wait3.c: Renamed to wait3.c; added weak alias wait3.
11397         * sysdeps/stub/__wait3.c: Likewise.
11398         * sysdeps/unix/bsd/sony/newsos4/__wait3.c: Likewise.
11399         * sysdeps/unix/bsd/sun/sunos4/__wait3.c: Likewise.
11400         * sysdeps/unix/bsd/vax/__wait3.S: Likewise.
11401         * sysdeps/unix/bsd/i386/__wait3.S: Likewise.
11402         * sysdeps/unix/bsd/hp/m68k/__wait3.S: Likewise.
11403         * sysdeps/unix/bsd/ultrix4/__wait3.S: Likewise.
11404         * sysdeps/unix/bsd/bsd4.4/__wait3.c: Likewise.
11405         * sysdeps/unix/sysv/irix4/__wait3.S: Likewise.
11406         * sysdeps/stub/__wait4.c: Renamed to wait4.c; added weak alias wait4.
11407         * sysdeps/unix/bsd/sony/newsos4/__wait4.c: Likewise.
11408         * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
11409         * sysdeps/unix/bsd/bsd4.4/__wait4.S: Likewise.
11410         * sysdeps/unix/bsd/osf1/alpha/__wait4.S: Likewise.
11411         * sysdeps/unix/sysv/linux/__wait4.S: Likewise.
11412         * sysdeps/mach/hurd/__wait4.c: Likewise.
11413         * sysdeps/stub/__waitpid.c: Renamed to waitpid.c; added weak alias
11414         waitpid.
11415         * sysdeps/unix/bsd/sun/sunos4/__waitpid.c: Likewise.
11416         * sysdeps/unix/bsd/ultrix4/__waitpid.S: Likewise.
11417         * sysdeps/unix/bsd/bsd4.4/__waitpid.c: Likewise.
11418         * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: Likewise.
11419         * sysdeps/unix/sysv/linux/__waitpid.S: Likewise.
11420         * sysdeps/unix/sysv/sysv4/__waitpid.c: Likewise.
11421         * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Likewise.
11422         * sysdeps/unix/sysv/irix4/__waitpid.c: Likewise.
11423         * sysdeps/stub/__write.c: Renamed to write.c; added weak alias write.
11424         * sysdeps/unix/__write.S: Likewise.
11425         * sysdeps/mach/hurd/__write.c: Likewise.
11426         * sysdeps/standalone/__write.c: Likewise.
11427         * sysdeps/stub/__tcgetatr.c: Renamed to tcgetattr.c; added weak
11428         alias tcgetattr.
11429         * sysdeps/unix/bsd/__tcgetatr.c: Likewise.
11430         * sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: Likewise.
11431         * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
11432         * sysdeps/unix/sysv/__tcgetatr.c: Likewise.
11433         * sysdeps/stub/__sigact.c: Renamed to sigaction.c; added weak
11434         alias sigaction.
11435         * sysdeps/unix/bsd/__sigact.c: Likewise.
11436         * sysdeps/unix/sysv/__sigact.c: Likewise.
11437         * sysdeps/unix/sysv/sysv4/__sigact.c: Likewise.
11438         * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Likewise.
11439         * sysdeps/mach/hurd/__sigact.c: Likewise.
11440         * sysdeps/posix/__sigstmsk.c: Renamed to sigsetmask.c; added weak
11441         alias sigsetmask.
11442         * sysdeps/stub/__sigstmsk.c: Likewise.
11443         * sysdeps/unix/bsd/__sigstmsk.S: Likewise.
11444         * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Likewise.
11445         * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
11446         * sysdeps/stub/__getrusag.c: Renamed to getrusage.c; added weak
11447         alias getrusage.
11448         * sysdeps/unix/sysv/irix4/__getrusag.c: Likewise.
11449         * sysdeps/unix/common/__getrusag.S: Likewise.
11450         * hurd/task2pid.c: File removed.
11451         * hurd/setauth.c: File removed.
11452         * hurd/pid2task.c: File removed.
11453         * hurd/hurdsyms.c: File removed.
11454         * hurd/getdport.c: File removed.
11455         * hurd/fopenport.c: File removed.
11456         * mach/thread-sym.c: File removed.
11457         * mach/spin-syms.c: File removed.
11458         * mach/msgserver_t.c: File removed.
11459         * mach/msgserver.c: File removed.
11460         * mach/msg.c: File removed.
11461         * mach/mig_syms.c: File removed.
11462         * malloc/mcheck-init.c: File removed.
11463         * malloc/cfree.c: File removed.
11464         * io/flock.c: File removed.
11465         * io/write.c: File removed.
11466         * io/unlink.c: File removed.
11467         * io/umask.c: File removed.
11468         * io/symlink.c: File removed.
11469         * io/rmdir.c: File removed.
11470         * io/readlink.c: File removed.
11471         * io/read.c: File removed.
11472         * io/pipe.c: File removed.
11473         * io/open.c: File removed.
11474         * io/mkdir.c: File removed.
11475         * io/lstat.c: File removed.
11476         * io/lseek.c: File removed.
11477         * io/link.c: File removed.
11478         * io/isatty.c: File removed.
11479         * io/stat.c: File removed.
11480         * io/fstat.c: File removed.
11481         * io/fchown.c: File removed.
11482         * io/fchmod.c: File removed.
11483         * io/dup2.c: File removed.
11484         * io/dup.c: File removed.
11485         * io/close.c: File removed.
11486         * io/fcntl.c: File removed.
11487         * io/chmod.c: File removed.
11488         * io/chdir.c: File removed.
11489         * io/access.c: File removed.
11490         * io/chown.c: File removed.
11491         * time/tzset.c: File removed.
11492         * time/timelocal.c: File removed.
11493         * time/syms-time.c: File removed.
11494         * time/settod.c: File removed.
11495         * time/setitmr.c: File removed.
11496         * time/gettod.c: File removed.
11497         * time/getitmr.c: File removed.
11498         * time/adjtime.c: File removed.
11499         * termios/tcgetattr.c: File removed.
11500         * string/stpncpy.c: File removed.
11501         * string/rindex.c: File removed.
11502         * string/memccpy.c: File removed.
11503         * string/index.c: File removed.
11504         * string/bcmp.c: File removed.
11505         * stdlib/srand.c: File removed.
11506         * stdlib/random.c: File removed.
11507         * stdio/vsscanf.c: File removed.
11508         * stdio/vfscanf.c: File removed.
11509         * stdio/syms-stdio.c: File removed.
11510         * stdio/remove.c: File removed.
11511         * stdio/getline.c: File removed.
11512         * stdio/getdelim.c: File removed.
11513         * signal/ssignal.c: File removed.
11514         * signal/sigvec.c: File removed.
11515         * signal/sigsetmask.c: File removed.
11516         * signal/sigret.c: File removed.
11517         * signal/sigproc.c: File removed.
11518         * signal/sigpause.c: File removed.
11519         * signal/sigblock.c: File removed.
11520         * signal/sigaction.c: File removed.
11521         * signal/kill.c: File removed.
11522         * signal/gsignal.c: File removed.
11523         * setjmp/siglongjmp.c: File removed.
11524         * setjmp/_longjmp.c: File removed.
11525         * resource/getrusage.c: File removed.
11526         * posix/waitpid.c: File removed.
11527         * posix/wait4.c: File removed.
11528         * posix/wait3.c: File removed.
11529         * posix/wait.c: File removed.
11530         * posix/times.c: File removed.
11531         * posix/sysconf.c: File removed.
11532         * posix/setuid.c: File removed.
11533         * posix/setsid.c: File removed.
11534         * posix/setpgrp.c: File removed.
11535         * posix/setpgid.c: File removed.
11536         * posix/setgid.c: File removed.
11537         * posix/pathconf.c: File removed.
11538         * posix/getuid.c: File removed.
11539         * posix/getppid.c: File removed.
11540         * posix/getpid.c: File removed.
11541         * posix/getgrps.c: File removed.
11542         * posix/getgid.c: File removed.
11543         * posix/geteuid.c: File removed.
11544         * posix/getegid.c: File removed.
11545         * posix/fpathcon.c: File removed.
11546         * posix/fork.c: File removed.
11547         * posix/execve.c: File removed.
11548         * posix/environ.c: File removed.
11549         * misc/utimes.c: File removed.
11550         * misc/setreuid.c: File removed.
11551         * misc/setregid.c: File removed.
11552         * misc/select.c: File removed.
11553         * misc/sbrk.c: File removed.
11554         * misc/mknod.c: File removed.
11555         * misc/ioctl.c: File removed.
11556         * misc/getpgsz.c: File removed.
11557         * misc/gethstnm.c: File removed.
11558         * misc/getdtsz.c: File removed.
11559         * misc/data_start.c: File removed.
11560         * misc/brk.c: File removed.
11561         * math/scalb.c: File removed.
11562         * math/rint.c: File removed.
11563         * math/logb.c: File removed.
11564         * math/isnan.c: File removed.
11565         * math/isinf.c: File removed.
11566         * math/infnan.c: File removed.
11567         * math/finite.c: File removed.
11568         * math/expm1.c: File removed.
11569         * math/drem.c: File removed.
11570         * math/copysign.c: File removed.
11571         * math/__scalb.c: File removed.
11572         * dirent/getdents.c: File removed.
11574 Fri Jan 20 16:11:06 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11576         * sysdeps/generic/morecore.c (__default_morecore): Use
11577         __malloc_ptrdiff_t; don't cast arg to int.
11579         * resolv/getnetnamadr.c: Include "conf/portability.h".
11581 Thu Jan 19 02:20:04 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11583         * stdlib/strtol.c: Include errno.h.
11584         [QUAD] (ULONG_MAX): Define to a static variable initialized to
11585         ULONG_LONG_MAX. This is to work around a GCC bug in using the
11586         constant in arithmetic.
11588         * posix/unistd.h (daemon): Declare it.
11590         * malloc/mcheck-init.c: Remove GNU ld hacks.
11591         (__malloc_initialize_hook): Initialize this hook to turn_on_mcheck.
11592         * malloc/malloc.c (__malloc_initialize_hook): New hook variable.
11593         (initialize): Call the hook if set.
11594         * malloc/malloc.h: Use __malloc_{size,ptrdiff}_t in prototypes.
11595         (__malloc_initialize_hook): Declare new hook variable.
11597 Wed Jan 18 01:43:39 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11599         * hurd/hurdsig.c: Prepend `msg_' to server RPC names.
11600         * hurd/hurdpid.c: Likewise.
11601         * hurd/hurdauth.c: Likewise.
11603 Tue Jan 17 03:16:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11605         * sysdeps/mach/hurd/__select.c: If some replies are EINTR, succeed
11606         if any are successful.
11608         * hurd/hurdmsg.c: Prepend `msg_' to all RPC names.
11609         (_S_msg_get_exec_flags, _S_msg_set_exec_flags,
11610         _S_msg_set_some_exec_flags, _S_msg_clear_some_exec_flags): New
11611         functions.
11612         (_S_io_select_done, _S_dir_changed, _S_file_changed): Stubs removed.
11614         * hurd/hurdkill.c: __sig_post renamed to __msg_sig_post.
11615         * hurd/hurd-raise.c: Likewise.
11616         * hurd/hurdsig.c (post_reply): Prepend `msg_' to RPC names.
11618         * sysdeps/mach/hurd/ptrace.c: New file.
11620         * sysdeps/mach/hurd/__select.c: Revamped to use new io_select
11621         interface, which has normal EINTR semantics.  Instead of waiting
11622         for io_select_done notification messages, send io_select messages
11623         with short reply timeout and then wait for io_select_reply
11624         messages.
11626         * hurd/hurdexec.c (_hurd_exec): Pass (_hurd_exec_flags &
11627         EXEC_INHERITED) to file_exec.
11629         * hurd/hurdsig.c (post_reply): Take new arg UNTRACED; if nonzero,
11630         use sig_post_untraced_reply.  All callers changed.
11631         (abort_thread, abort_rpcs): Take same new arg and pass it through.
11632         All callers changed.
11633         (_hurd_internal_post_signal): Take new arg UNTRACED.
11634         If zero and process is traced, stop with SIGNO as stop signal.  If
11635         nonzero, resume process before delivering signal (unless
11636         ACT==stop).  Expand local fn sigwakeup into block at end taken iff
11637         SIGNO!=0.
11638         (signal_allowed): New function, broken out of _S_sig_post.
11639         (_S_sig_post): Call it.  Pass UNTRACED arg of false to
11640         _hurd_internal_post_signal.
11641         (_S_sig_post_untraced): New function.  Just like _S_sig_post, but
11642         pass true for UNTRACED.
11643         * hurd/hurd/signal.h (_hurd_internal_post_signal): Take new arg
11644         UNTRACED.
11645         * hurd/catch-exc.c (_S_catch_exception_raise): Pass UNTRACED arg
11646         to _hurd_internal_post_signal (value zero).
11648 Mon Jan 16 16:40:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11650         * hurd/hurdinit.c (_hurd_exec_flags): New variable.
11651         (_hurd_init): Initialize it from FLAGS arg.
11652         (_hurd_proc_init): If EXEC_TRACED is set in _hurd_exec_flags,
11653         raise a SIGTRAP signal (with a sigcode of zero).
11654         * hurd/hurd.h (_hurd_exec_flags): Declare it.
11656         * Version 1.09.5.
11658 Mon Jan 16 16:16:55 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11660         * malloc/malloc.c (malloc): Fix 1-off in previous change.
11662 Mon Jan 16 15:49:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11664         * posix/glob/Makefile.in: Remove config.h and config.log.
11666 Sun Jan 15 06:56:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11668         * posix/glob/configure.in: Add AC_CONST check.
11670         * conf/portability.h: #undef sun.
11671         * resolv/res_query.c: Updated from BIND-4.9.3-BETA17.
11672         * resolv/getnetnamadr.c: Likewise.
11674         * socket/Makefile (headers): Add sockaddrcom.h.
11675         * inet/netinet/in.h: Include <sockaddrcom.h>.
11676         (struct sockaddr_in): Use the __SOCKADDR_COMMON macro.
11677         * socket/sys/un.h (struct sockaddr_in): Likewise.
11678         * socket/sys/socket.h (struct sockaddr): Likewise.
11679         * sysdeps/unix/bsd/bsd4.4/sockaddrcom.h: New file.
11680         * sysdeps/generic/sockaddrcom.h: New file.
11682         * sysdeps/unix/sysv/sysv4/ftruncate.c: New file.
11683         * sysdeps/unix/common/fcntlbits.h [__USE_SVID] (F_ALLOCSP,
11684         F_FREESP): New macros.
11685         * sysdeps/posix/truncate.c: New file.
11687         * malloc/malloc.c (malloc): Fix typos in RMS's change.
11689         * malloc/Makefile (dist-routines): Add malloc-find.
11690         * malloc/malloc.h (malloc_find_object_address): Declare it.
11691         * malloc/malloc-find.c: New file.
11693         * malloc/malloc.h (__malloc_ptrdiff_t): New macro, defined a la
11694         __malloc_size_t.
11695         (malloc_info): Use that type for member `busy.info.size'.
11697         * stdlib/strtol.c: Change uses of `long' keyword throughout to use
11698         `LONG' macro.
11699         [! QUAD] (LONG): Define as long.
11700         [QUAD] (LONG): Define as long long.
11701         [QUAD] (LONG_MIN, LONG_MAX, ULONG_MAX): Redefine to long long
11702         versions.
11703         [QUAD] (strtoul, strtol): Define to strtouq, strtoq.
11704         * stdlib/Makefile (routines): Add strtoq and strtouq.
11705         * stdlib/strtoq.c, stdlib/strtouq.c: New files.
11706         * stdlib/stdlib.h [__GNUC__ && __USE_BSD] (strtoq, strtouq):
11707         Declare them.
11709         * stdio/vfprintf.c: If there was a precision specified, ignore the
11710         0 flag and always pad with spaces.
11712         * stdio/vfprintf.c: Don't use strchr to skip text until next %.
11713         Use a loop and also stop on first !isascii char.
11715 Wed Jan 11 00:07:10 1995  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11717         * malloc/malloc.h (malloc_info): Change usage of .busy.info.size.
11719         * malloc/malloc.c (malloc): For a multi-block object, store a
11720         negative number into the busy.info.size of all but the first block.
11722 Tue Jan 10 13:45:20 1995  Brendan Kehoe  <brendan@zen.org>
11724         * sysdeps/unix/bsd/ultrix4/mips/start.S: Use s0, s1, and s2
11725         instead of t0, t1, and t2.
11727 Tue Jan 10 05:53:50 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11729         * malloc/memalign.c (__memalign_hook): New variable.
11730         (memalign): Call it if set.
11731         * malloc/malloc.h (__memalign_hook): Declare new variable.
11733 Wed Dec 28 03:27:21 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11735         * conf/portability.h: Include string.h and stdlib.h.
11736         * inet/netdb.h (NETDB_INTERNAL, NETDB_SUCCESS): New macros.
11737         * resolv/resolv.h, resolv/arpa/nameser.h, resolv/gethnamaddr.c,
11738         resolv/getnetbyname.c, resolv/getnetent.c, resolv/herror.c,
11739         resolv/res_mkquery.c, resolv/res_send.c, resolv/res_comp.c,
11740         resolv/res_debug.c, resolv/res_init.c: Updated from BIND 4.9.3-BETA14.
11742         * sysdeps/m68k/fpu/__math.h (__m81_inline): New macro.  Replace
11743         all uses of `extern __inline' with `__m81_inline'.
11745         * sysdeps/unix/bsd/hp/m68k/__vfork.S: Use subl, not decl.
11746         * sysdeps/unix/__fork.S: Swap args in subl.
11748         * posix/sys/types.h [__USE_MISC] (ushort, uint): New typedefs, for
11749         compatibility.
11751 Tue Dec 20 13:33:20 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
11753         * sysdeps/mach/hurd/__setpgrp.c (__setpgrp): Use __swtch_pri instead
11754         of swtch.
11755         * sysdeps/mach/hurd/__setsid.c (__setsid): Likewise.
11756         * mach/spin-solid.c (__spin_lock_solid): Likewise.
11758 Thu Dec 15 12:01:07 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11760         * inet/rcmd.c (iruserok): Use alloca instead of fixed-size buffer
11761         for PBUF.
11762         (__ivaliduser): Use getline instead of fgets with fixed-size buffer.
11764         * sysdeps/mach/hurd/Makefile (subdirs): Don't elide inet.
11766 Wed Dec 14 18:20:56 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11768         * sysdeps/alpha/bsd-setjmp.S: Reverse register and immediate args
11769         in `bis' insn; immediate must be second.
11771         * sysdeps/unix/__fork.S: Use subl instead of decl.
11772         * sysdeps/unix/i386/__fork.S: New file.
11774         * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
11775         Remove A macro; just use `asm volatile' with proper quotes in each
11776         line.
11777         * sysdeps/mach/alpha/sysdep.h (CALL_WITH_SP): Put parens around
11778         jmp target register.
11780         * time/africa, time/asia, time/australasia, time/emkdir.c,
11781         time/europe, time/ialloc.c, time/northamerica, time/private.h,
11782         time/scheck.c, time/yearistype, time/zdump.c, time/zic.c: New code
11783         and data from ADO 94h distribution.
11785         * sysdeps/sparc/setjmp.S: Use sethi and or to put address of
11786         __sigjmp_save in %g1 and jmp there.  jmp cannot contain a complete
11787         absolute pointer.  Put second store in jmp delay slot.
11789 Tue Dec 13 15:47:52 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
11791         * sysdeps/sparc/bsd-_setjmp.S: Use sethi and or to put address of
11792         __sigsetjmp in %g1 and jmp there.  jmp cannot contain a complete
11793         absolute pointer.
11794         * sysdeps/sparc/bsd-setjmp.S: Likewise.
11796         * configure.in: Use ; before } in { ... } exprs.
11800 See ChangeLog.4 for earlier changes.