* sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
[glibc.git] / ChangeLog
blob1974f0b1c15b91741174e1915de3a0b50ecb5e7e
1 Wed Mar 11 10:30:53 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
4         init stuff.
6 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
8         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
9         flag.
11         * misc/syslog.c (vsyslog): Don't try to send if not connected to
12         syslog daemon.
13         (closelog_internal): Don't do anything if not connected.
15 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
17         * libc.map: Add _dl_debug_message.
18         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
19         before every line.
20         * elf/fini.c: Correctly use new _dl_debug_message function.
21         * elf/init.c: Likewise.
22         * elf/dl-lookup.c: Likewise.
23         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
24         * elf/dl-load.c: Likewise.  Add more debugging prints.
25         * elf/dl-reloc.c: Likewise.
26         * elf/dl-version.c: Likewise.
27         * elf/dl-support.c: Add variables for debugging.
28         * elf/rtld.c: Likewise.  Recognize new debug options.
29         * elf/link.h: Declare new variables.
31         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
33 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
35         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
36         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
38 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
40         * posix/wordexp-test.c (command_line_test): New function to allow
41         testing of specific cases from the command-line.
43 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
45         * elf/dl-init.c (_dl_init_next): Print nicer messages.
46         * elf/dl-fini.c (_dl_fini): Likewise.
47         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
49         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
50         symbol in debug message.
51         (_dl_lookup_versioned_symbol_skip): Likewise.
53 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
55         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
56         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
57         * manual/filesys/texi: Document this.
59 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
61         * manual/filesys.texi: Document the change below.
63 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
65         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
66         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
68 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
70         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
71         instead scope.  If debugging display information about symbol
72         resolving.
73         (_dl_lookup_symbol): Call do_lookup with correct parameters.
74         (_dl_lookup_symbol_skip): Likewise.
75         (_dl_lookup_versioned_symbol): Likewise.
76         (_dl_lookup_versioned_symbol_skip): Likewise.
77         * elf/dl-support.c: Define _dl_debug_symbols.
78         * elf/link.h: Add declaration for _dl_debug_symbols.
79         * elf/rtld.c: Define _dl_debug_symbols.
80         (process_dl_debug): Recognize symbols option.
82 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
84         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
85         in correct format.
86         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
87         with correct parameters.
88         [!PIC]: Initialize __libc_multiple_libcs.
90 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
92         * elf/dl-support.c (_dl_debug_bindings): Add definition.
93         * elf/rtld.c (_dl_debug_bindings): Add definition.
94         (process_dl_debug): Recognize bindings option.  Update help message.
95         * elf/link.h (struct link_map): Add l_versyms member.
96         (_dl_debug_bindings): Add declaration.
97         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
98         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
99         and l_reloc_result.
100         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
101         (sym_val): Remove a member, add m as link_map.
102         (do_lookup): Return result appropriately.
103         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
104         Call do_lookup correctly.
105         (_dl_lookup_symbol_skip): Likewise.
106         (_dl_lookup_versioned_symbol): Likewise.
107         (_dl_lookup_versioned_symbol_skip): Likewise.
109 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
111         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
112         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
114         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
115         * libc.map: Add chown to GLIBC_2.1.
116         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
117         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
119 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
121         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
122         weak alias.
123         * sysdeps/alpha/ffs.c: Likewise.
124         * sysdeps/am29k/ffs.c: Likewise.
125         * sysdeps/i386/ffs.c: Likewise.
126         * sysdeps/i960/ffs.c: Likewise.
127         * sysdeps/m68k/ffs.c: Likewise.
128         * sysdeps/m88k/ffs.c: Likewise.
129         * sysdeps/powerpc/ffs.c: Likewise.
130         * sysdeps/rs6000/ffs.c: Likewise.
131         * sysdeps/vax/ffs.s: Likewise.
132         * string/string.h: Declare __ffs.
133         * libc.map: Export it.
134         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
135         __builtin_ffs, which is not guaranteed to be namespace clean.
137 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
139         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
140         table, which is much more likely to exist than debugging symbols.
141         (printsym): Remove const.
142         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
143         header table.
145         * libc.map: Export __profile_frequency, used by elf/sprof, to
146         avoid infinite recursion during startup.
148 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
150         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
151         Readd lost negate.
153         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
155 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
157         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
159 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
161         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
162         LD_PRELOAD, and LD_VERBOSE.
163         (dl_main): Use global variables set by process_envvars instead of
164         calling getenv.
165         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
166         LD_LIBRARY_PATH value, this comes with the parameter.
167         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
168         ("LD_LIBRARY_PATH") to _dl_init_paths.
170 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
172         * elf/rtld.c (dl_main): Delay initialization of path structure if
173         the dynamically linker is invoked implicitly until we read the
174         dynamic section.
176 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
178         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
180 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
182         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
183         Linux 2.0 and 2.1.
185         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
187 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
189         * Makeconfig (nisobjdir): Set to path to nis directory.
190         (rpath-link): Add nisobjdir.
191         Patch by Sven Verdoolaege <skimo@kotnet.org>.
193         * elf/Makefile: Pretty print.
194         * elf/dl-lookup.c: Include unistd.h.
195         * elf/dl-runtime.c: Likewise.
197         * localedata/Makefile (test-srcs): Add tst-rpmatch.
198         (distribute): Add tst-rpmatch.sh.
199         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
201         New tests for rpmatch function by
202         Jochen Hein <jochen.hein@delphi.central.de>.
203         * localedata/tst-rpmatch.c: New file.
204         * localedata/tst-rpmatch.sh: New file.
206         * localedata/locales/de_DE: Correct yesexpr and noexpr.
207         * localedata/locales/de_AT: Likewise.
209         * posix/getopt.c: Update contact address.
210         * posix/getopt1.c: Pretty print.
212         * sysdeps/generic/libc-start.c: Do most of the initialization now
213         here instead of in start.S.
214         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
215         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
217         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
218         profil_counter to be public.
220 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
222         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
223         (parse_param): Coded parameter length expansion (${#var}).
224         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
225         (parse_param): Cleaned up (fixed) error handling.
227         * posix/wordexp-test.c: IFS now includes non-whitespace character
228         (comma).  Added more tests.
230 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
232         * elf/link.h: Fix typos.
233         Reported by Andreas Jaeger.
235         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
236         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
238 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
240         * argp/argp-help.c: Remove last bits of using gettext instead of
241         dgettext.
243 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
245         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
246         __libc_start_main.
247         * csu/Makefile (routines): Add libc-start.
248         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
249         * elf/dl-lookup.c: Likewise.
250         * elf/dl-version.c: Likewise.
251         * sysdeps/i386/dl-machine.h: Likewise.
252         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
253         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
254         _dl_sysdep_message macros which use _dl_sysdep_output.
255         * elf/dl-fini.c: Write out which destructor is called while debugging.
256         * elf/dl-init.c: Likewise for constructor.
257         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
258         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
259         _dl_sysdep_message.  Add _dl_sysdep_output.
260         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
261         this file can be opened.
262         For LD_DEBUG=libs also set _dl_debug_impcalls.
263         * sysdeps/generic/dl-cache.c: Include unistd.h.
264         * sysdeps/generic/libc-start.c: New file.
265         * sysdeps/unix/sysv/linux/libc-start.c: New file.
266         * sysdeps/i386/elf/start.S: Don't call main directly, call
267         __libc_start_main instead.
269         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
271 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
273         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
275 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
277         * argp/argp.h (struct argp): Add new field domain.
278         * argp/argp-help.c: Change all gettext calls to dgettext and use
279         domain field from appropriate argp in call.
280         * argp/argp-parse.c: Likewise.
282 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
284         * posix/wordexp-test.c: Change testsuite so that it can run even
285         for ~root != /root.
287 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
289         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
291 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
293         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
294         Don't store into global errno if we already store through
295         __errno_location.
296         * sysdeps/unix/i386/sysdep.S: Likewise.
297         * sysdeps/unix/alpha/sysdep.S: Likewise.
298         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
299         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
300         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
301         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
302         PIC).
304 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
306         * sysdeps/generic/sysdep.h (L): Remove definition.
307         * sysdeps/i386/sysdep.h (L): Define it here instead.
309 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
311         * nis/nis_call.c (__do_niscall): Safe and reset errno.
313         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
315 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
317         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
318         declaration style to avoid warnings.
320 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
322         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
323         "LD_DEBUG".
325 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
327         * posix/Makefile (tests): Add wordexp-test.
328         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
329         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
331 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
333         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
334         dependencies.
336         * elf/link.h (struct r_search_path_elem): Add two new field for
337         lib path debugging.
338         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
339         variable accordingly.
340         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
341         is considered next along with information about load paths.
342         * sysdeps/generic/dl-cache.c: Likewise.
343         * elf/dl-support.c: Define _dl_debug_libs.
344         * elf/genrtldtbl.awk: Add initializers for two new field in
345         struct r_search_path_elem.
347 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
349         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
350         * sysdeps/m68k/lshift.S: Likewise.
351         * sysdeps/m68k/rshift.S: Likewise.
352         * sysdeps/m68k/sub_n.S: Likewise.
353         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
354         * sysdeps/m68k/m68020/mul_1.S: Likewise.
355         * sysdeps/m68k/m68020/submul_1.S: Likewise.
357         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
358         [_LIBC_REENTRANT]: Don't store into global errno.
360         * sysdeps/m68k/sysdep.h: New file.
361         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
362         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
363         (DO_CALL): Change to expect syscall name as argument.
364         (PSEUDO): Pass syscall_name to DO_CALL.
365         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
366         errno.
368 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
370         * elf/rtld.c: Speed up processing of environment variables.  Do
371         only one run on the environment by avoiding to call getenv.
372         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
373         function.  Used by patch above.
375 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
377         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
378         running nscd.
379         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
380         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
381         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
383 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
385         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
386         module cannot be found.  Reported by Andreas Jaeger.
388 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
390         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
391         on platforms which default to unsigned chars.
392         * nscd/nscd_getpw_r.c: Likewise.
393         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
394         defining it.
396 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
398         * elf/Makefile (install-bin): Change = to += for sprof to install
399         ldd also.
401 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
403         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
405 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
407         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
409 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
411         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
412         that a failure to connect to nscd doesn't change errno.
414 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
416         * manual/maint.texi (Reporting Bugs): Change
417         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
419         * locale/iso-4217.def: Likewise
421 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
423         * manual/texinfo.tex: Updated.
425 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
427         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
428         value.
429         * sysdeps/posix/pathconf.c: Likewise.
430         * posix/getconf.c: Print `undefined' if pathconf returns -1
431         without setting errno.
433 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
435         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
436         problem.
437         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
438         Patches by Elliot Lee <sopwith@cuc.edu>.
440 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
442         * elf/link.h (struct link_map): Add new field l_reloc_result.
443         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
444         of relocation for the object to be profiled.
445         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
446         to NULL.
447         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
448         array here.
449         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
450         contains a result from a previous run use this instead of computing
451         the value again.
452         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
454 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
456         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
457         offsets into the GOT.
458         (RTLD_START): Likewise.
460 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
462         * elf/sprof.c: Cleanup a bit.
464 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
466         * sysdeps/generic/sysdep.h (L): New. Define.
468         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
470         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
472         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
473         to have only one exit point for functions.
474         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
475         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
476         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
477         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
478         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
480 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
482         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
483         reset errno so that errno isn't set to ENOSYS in the first call.
484         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
485         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
486         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
487         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
489 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
491         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
492         * sysdeps/i386/addmul_1.S: Likewise.
493         * sysdeps/i386/lshift.S: Likewise.
494         * sysdeps/i386/mul_1.S: Likewise.
495         * sysdeps/i386/rshift.S: Likewise.
496         * sysdeps/i386/sub_n.S: Likewise.
497         * sysdeps/i386/submul_1.S: Likewise.
498         * sysdeps/i386/i586/add_n.S: Likewise.
499         * sysdeps/i386/i586/addmul_1.S: Likewise.
500         * sysdeps/i386/i586/lshift.S: Likewise.
501         * sysdeps/i386/i586/mul_1.S: Likewise.
502         * sysdeps/i386/i586/rshift.S: Likewise.
503         * sysdeps/i386/i586/sub_n.S: Likewise.
504         * sysdeps/i386/i586/submul_1.S: Likewise.
506         * sysdeps/i386/sysdep.h: Extend last change.
508         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
509         to have only one exit point for functions.
511 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
513         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
514         search.
516 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
518         * Makerules: Generate libc.so with absolute paths for the used
519         shared objects.
521         * config.make.in: Add MAKEINFO definition.
523 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
525         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
526         (ENTRY): Use STABS_FUN.
527         (END): Use STABS_FUN_END.
528         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
530         * elf/Makefile: Add rules to build sprof program.
531         * elf/sprof.c: New file.
533 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
535         * misc/syslog.c (openlog_internal): Insert missing closing brace.
537 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
539         * configure.in: Check for working msgfmt version (from GNU gettext
540         0.10 or later).
542 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
544         * configure.in: Avoid //s in sysdirs.
545         Patch by Roland McGrath.
547         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
549 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
551         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
552         setting _dl_global_scope for RTLD_GLOBAL.
554 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
556         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
557         possible lists of object-suffixes are taken care of.
559 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
561         * timezone/private.h: Update from tzcode1998c.
562         * timezone/zic.c: Likewise.
563         * timezone/antarctica: Updated from tzdata1998c.
564         * timezone/asia: Likewise.
565         * timezone/australasia: Likewise.
566         * timezone/europe: Likewise.
567         * timezone/southamerica: Likewise.
569 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
571         * posix/glob.c (glob_in_dir): Add support for cases insensitive
572         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
574 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
576         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
577         Changed type of TWO43, TWO52 from float to double.
578         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
579         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
580         Changed type of TWO43 from float to double.
581         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
582         Use __isinff.
584 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
586         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
587         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
588         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
590 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
592         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
593         kernel_termios.h.
594         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
595         Clean up random whitespace.
596         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
597         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
598         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
599         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
601 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
603         * shlib-versions: Match alpha*.
604         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
605         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
607         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
608         Implement copysign* with and without __ prefix.
609         Likewise for fabs; use builtin for gcc 2.8.
610         (floor*): New.
611         (fdim*): New.
613         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
614         (R_SPARC*): Match current v9 ABI.
616         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
618         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
619         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
620         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
621         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
622         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
623         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
624         * sysdeps/unix/grantpt.c (argv): Fix consts.
625         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
626         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
628 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
630         * misc/syslog.c: Change to allow user the interpretation of the
631         outcome even with syslog having no return value.
633 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
635         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
636         that the number of program headers is >0 (which is wrong for the
637         loader itself).
639 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
641         * Makefile (distribute): Add README.libm.
643 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
645         * time/clocktest.c (main): Correct typo: "--" -> "==".
647 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
649         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
650         inline function.
651         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
652         inline functions.
654         * math/libm.map (__atan2): Added.
656 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
658         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
659         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
661         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
662         bug.
664 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
666         * manual/arith.texi (Old-style number conversion): Correct
667         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
669 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
671         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
672         but does not require it.  Handle missing argv[] values gracefully.
673         * posix/execl.c: Likewise.
674         * posix/execle.c: Likewise.
676 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
678         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
679         bit.
680         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
682 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
684         * libc.map: Add __adjtimex.
686 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
688         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
689         Remove memset.
691 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
693         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
694         to 64.
696         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
698         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
699         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
701         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
702         for shared library.
704         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
706         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
707         Added adjtimex and old_adjtimex.
709         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
710         New.
711         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
712         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
714         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
715         symbols only for shared library.
716         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
717         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
718         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
719         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
720         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
721         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
722         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
724         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
725         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
726         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
727         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
728         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
729         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
730         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
731         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
733         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
734         rusage pointer.
736         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
737         New macros.
738         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
739         timex and __adjtimex, respectively.
741         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
743         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
745 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
747         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
748         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
750 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
752         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
754 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
756         * Makefile.in: Disable built-in rules.
758 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
760         * sysdeps/i386/fpu/t_exp.c: Move to ...
761         * sysdeps/libm-i387/t_exp.c: ... here.
763 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
765         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
766         from __exp2_deltatable.
768 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
770         * nis/ypclnt.c (yp_master): Check result of strdup.
771         Patch by Thorsten Kukuk.
773 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
775         * nis/ypclnt.c: Give clnt handle after error checking free, change
776         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
778 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
780         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
781         Patch by Joe Keane <jgk@jgk.org>.
783         * misc/fstab.h (struct fstab): Change fs_type member to be const.
784         * misc/fstab.c: Remove casts in fs_type assignments.
786 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
788         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
789         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
790         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
791         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
792         * sysdeps/powerpc/bits/fenv.h: Likewise.
793         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
794         * sysdeps/generic/bits/fenv.h: Likewise.
795         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
796         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
797         * sysdeps/powerpc/test-arith.c (main): Likewise.
799 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
801         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
802         the comparison macros.
804 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
806         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
807         (__log2): Fixed return values.
808         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
810 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
812         * math/math.h (isunordered): Rename local variables to ensure
813         correct code.  Reported by HJ Lu.
815 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
817         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
818         isless, islessequal, islessgreater, isunordered): Fix syntax for
819         fucompip instruction.
820         (isless, islessequal): Fix logic.
822 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
824         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
825         (comparisons_test): New tests for comparison macros.
827 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
829         * Makeconfig: Filter out frame-pointer effecting options when
830         compiling profiling or debugging code.
831         * config.h.in (internal_function): Don't define here if PROF is
832         defined.
833         * gmon/gmon.c (__moncontrol): Don't change state if already in error
834         state.
835         (__monstartup): If calloc fails set error state and mark array as
836         not allocated.
837         (_mcleanup): Don't call write_gmon if in error state.  Don't try
838         to free array if not  successfully allocated.
840         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
841         Include elf.h to get macro definitions.
842         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
844 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
846         * elf/ldd.sh.in: Add compatibility for broken old shells.
847         * elf/ldd.bash.in: Likewise.
849 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
851         * sunrpc/rpc_main.c (open_input): Check pipe return error.
853         * time/clocktest.c (main): Check signal return error.
855 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
857         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
858         "/" and use do-install-program. Reported by Mark M. Kettenis.
859         (subdir_install):  Likewise.
861 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
863         * sunrpc/rpc_sample.c: Fix typo.
865         * nscd/connections.c: Use locale.
866         * nscd/grpcache.c: Add debug messages, gidtbl should get the
867           calloc result.
868         * nscd/nscd.c: Check if init functions fails.
869         * nscd/nscd_conf.c: Allow disabling of group cache.
870         * nscd/nscd_getgr_r.c: Fix return code if group not found.
871         * nscd/pwdcache.c: Fix debug messages.
873 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
875         * libc.map: Add __monstartup and _mcleanup for profiling support.
877 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
879         * libc.map: Export __getpagesize, for binary compatibility with
880         2.0.
882 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
884         * posix/globtest.sh: Use --library-path instead of
885         LD_LIBRARY_PATH.
886         * localedata/sort-test.sh: Likewise.
887         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
889 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
891         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
892         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
893         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
895         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
896         kernel_sigaction): Define.
897         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
898         kernel_sigaction): Define.
900 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
902         * math/libm-test.c: Change epsilons for libm-ieee754.
904 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
906         * sysdeps/i386/__longjmp.S: Fix race condition.
907         Reported by Bruno Haible <haible@ilog.fr>.
909 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
911         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
912         * iconvdata/8bit-gap.c: Likewise.
913         * iconvdata/8bit-generic.c: Likewise.
914         * iconvdata/iso6937.c: Likewise.
915         * iconvdata/iso8859-1.c: Likewise.
916         * iconvdata/sjis.c: Likewise.
917         * iconvdata/t61.c: Likewise.
919 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
921         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
922         feature tests by positive feature tests.
924 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
926         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
928 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
930         * elf/dlvsym.c (dlvsym_doit): More corrections.
931         Patch by Andreas Jaeger.
933 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
935         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
937 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
939         * libc.map: More reordering for GLIBC_2.1 symbols.
941 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
943         * libc.map: Move some functions from version GLIBC_2.0 to
944         GLIBC_2.1, reorder declarations.
946 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
948         * resolv/gethnamaddr.c (addrsort): Make this function extern.
949         Patch by zab@thebrain.grumblesmurf.net.
951 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
953         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
954         NIS+ functions with version GLIBC_2.1.
956 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
958         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
959         with 2.0 binaries.  Reported by Thorsten Kukuk.
961 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
963         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
965         * elf/dlsym.c (dlsym_doit): Likewise.
967 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
969         * elf/link.h: Correct typos.
971         * iconv/iconv_prog.c: Correct typo.
973 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
975         * iconv/Makefile: Add rules to build and install iconv program.
976         * iconv/iconv_prog.c: New file.
978 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
980         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
981         _dl_lookup_symbol_skip call.
982         * elf/dlvsym.c (dlvsym_doit): Likewise.
984 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
986         * libio/iovsscanf.c: Do not include errno.h.
988 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
990         * elf/dl-load.c (add_name_to_object): Don't translate strings.
991         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
992         pulling in the whole error list.
993         (__dcgettext, dcgettext): Removed.
994         * libc.map: Export _strerror_internal.
996 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
998         * sysdeps/i386/fpu/t_exp.c: New file.
1000 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1002         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
1003         everything with version GLIBC_2.1.
1004         * hesiod/libnss_hesiod.map: Likewise.
1006 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1008         * manual/arith.texi (Old-style number conversion): This node is a
1009         section, not a subsection.
1011 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1013         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
1015 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1017         * elf/rtld.c (dl_main): Make sure that the library search paths
1018         have been initialized before the first call to _dl_map_object.
1020 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1022         * Makerules (common-generated): Add libc_pic.os.
1024 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1026         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
1027         of the executable.
1029 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1031         * sysdeps/m68k/fpu/t_exp.c: New file.
1033 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1035         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
1036         to global errno variable anymore.
1038 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
1040         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
1041         If PRELOADED is nonzero check in case of an SUID application
1042         whether the shared object has the SUID bit set.
1043         Fix some other problems with handling shared objects in system
1044         specific directories.
1045         (_dl_map_object): Also take extra parameter and pass it to open_path.
1046         * elf/link.h (_dl_map_object): Correct prototype and comment.
1047         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
1048         * elf/dl-open.c (_dl_open): Likewise.
1049         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
1051         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
1053 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1055         * math/libm-test.c (modf_test): Add test for 1.5.
1057         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
1058         0 to get always an int.
1060 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1062         * math/libm.map: Move all symbols that are new in glibc 2.1 to
1063         version GLIBC_2.1.
1065 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
1067         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
1068         trying to read another character.
1070 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1072         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
1073         name to lowercase.
1075         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
1076         name to lowercase, add test for big enough buffer.
1078 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1080         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
1081         Make compatible with older kernels.  Patch by Richard Henderson.
1083 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
1085         * elf/dl-load.c (open_path): Use __xstat instead of stat.
1087         * localedata/tst-locale.sh: Comment out first test for now.
1089 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
1091         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
1092         as 1.
1093         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
1094         Likewise.
1096         * libio/iogetline.c (_IO_getline_info): Renamed from
1097         _IO_getline.
1098         (_IO_getline): Just call _IO_getline_info.
1100         * libio/libioP.h (_IO_getline_info): New declaration.
1102         * libc.map (_IO_getline_info, __write): Added.
1104 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1106         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
1107         const char* to shut up gcc.
1109 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
1111         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
1112         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
1114         * math/math.h: Define M_* constants always as `double' and add new
1115         macros M_*l which are of type `long double'.
1116         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
1117         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
1118         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
1119         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
1120         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
1121         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
1122         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
1123         * math/libm-tst.c: Likewise.
1125         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
1126         define as long double unconditionally.
1128 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1130         * manual/arith.texi (Old-style number conversion): Correct some
1131         typos.
1133 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
1135         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
1136         Restore.
1138         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
1140 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
1142         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
1143         on $(rtld-ldscript).
1145         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
1146         starting from 0 not only from `from'.
1147         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1149 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
1151         * elf/rtld.c (dl_main): Recognize --library-path parameter and
1152         pass value (or NULL) to _dl_init_paths.
1153         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
1154         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
1155         environment variable.
1156         * elf/link.h: Change prototype for _dl_init_paths.
1157         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
1159         * localedata/Makefile (distribute): Add test files.
1161 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1163         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
1164         test1.def, test2.def, test3.def, test4.def}: Simple input files
1165         for localedef. Contributed by Yung-Ching Hsiao
1166         <yhsiao@cae.wisc.edu>.
1168         * localedata/Makefile (tests): Call tst-locale.sh.
1170         * localedata/tst-locale.sh: New file, regression tests for some
1171         localedef problems.
1173 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1175         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
1177         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
1178         terminated.
1179         * nis/nss_nisplus/nisplus-network.c: Likewise.
1180         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1181         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1182         * nis/nss_nisplus/nisplus-service.c: Likewise.
1184         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
1185         and support generating thread safe RPC code.
1186         * sunrpc/rpc_main.c: Add changes.
1187         * sunrpc/rpc_clntout.c: Likewise.
1188         * sunrpc/rpc_cout.c: Likewise.
1189         * sunrpc/rpc_hout.c: Likewise.
1190         * sunrpc/rpc_parse.c: Likewise.
1191         * sunrpc/rpc_sample.c: Likewise.
1192         * sunrpc/rpc_scan.c: Likewise.
1193         * sunrpc/rpc_svcout.c: Likewise.
1194         * sunrpc/rpc_util.c: Likewise.
1195         * sunrpc/rpc_util.h: Add new structs and prototypes.
1196         * sunrpc/proto.h: Remove prototypes for static functions.
1198 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1200         * locale/programs/ld-messages.c (messages_finish): Don't skip
1201         error checking when being quiet.
1202         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
1203         (set_class_defaults): Likewise.
1204         * locale/programs/charmap.c (parse_charmap): Likewise.
1205         * locale/programs/ld-collate.c (collate_finish): Likewise.
1206         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
1207         * locale/programs/ld-time.c (time_finish): Likewise.
1208         * locale/programs/locfile.c (write_locale_data): Likewise.
1210         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
1211         unknown characters and empty ranges.
1212         * locale/programs/ld-collate.c (collate_order_elem): When
1213         processing an ellipsis properly form a linked list in the result
1214         table, fix typo when allocating ordering array.
1215         [PR libc/419]
1217 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1219         * elf/Makefile (ld-map): Define.
1220         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
1221         `$(rtld-ldscript)'.
1222         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
1223         on $(ld-map).
1224         (rtld-link): Combine the two versions of this definition.  Fixed
1225         to make it work when no symbol versioning is used.
1227 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
1229         * Makeconfig (build-program-cmd): Use --library-path parameter to
1230         ld.so instead of environment variable.
1232         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
1233         * sunrpc/rpc_main.c: Remove support for -$$ option again.
1235 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1237         * Make-dist: Respect with-cvs setting.
1238         * MakeTAGS (all-pot): Likewise.
1239         * sysdeps/sparc/sparc32/Makefile: Likewise.
1240         * sysdeps/mach/hurd/Makefile: Likewise.
1241         * stdlib/Makefile: Likewise.
1242         * posix/Makefile: Likewise.
1243         * intl/Makefile: Likewise.
1244         * po/Makefile (linguas): Likewise
1246 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1248         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
1250 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
1252         * libc.map: Add __strcasecmp.
1254         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
1255         module.
1257         * nss/getXXent_r.c: If no more module is found don't try to call
1258         setXXent functions but leave unsuccessfully.
1260         * malloc/obstack.h: Cleanups.
1262         * sysdeps/wordsize-32/stdint.h: New file.
1263         * sysdeps/wordsize-64/stdint.h: New file.
1264         * sysdeps/generic/stdint.h: New file.
1265         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
1266         * sysdeps/wordsize-64/inttypes.h: Likewise.
1267         * stdlib/Makefile (headers): Add stdint.h.
1269 1998-02-03  Paul Eggert  <eggert@twinsun.com>
1271         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
1273 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1275         * timezone: New directory.
1276         * time/README, time/africa, time/antarctica, time/asia,
1277         time/australasia, time/backward, time/checktab.awk,
1278         time/etcetera, time/europe, time/factory, time/ialloc.c,
1279         time/iso3166.tab, time/leapseconds, time/northamerica,
1280         time/pacificnew, time/private.h, time/scheck.c,
1281         time/solar87, time/solar88, time/solar89, time/southamerica,
1282         time/systemv, time/test-tz.c, time/tzfile.h,
1283         time/tzselect.ksh, time/yearistype, time/zdump.c,
1284         time/zic.c, time/zone.tab: Moved to timezone.
1285         * time/tzfile.c: Include tzfile.h from timezone subdir.
1286         * time/tzset.c: Likewise.
1287         * time/Makefile: Cut out all code relating to timezones...
1288         * timezone/Makefile: ...and paste it in here.
1289         * Makefile (subdirs): Add timezone.
1291 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
1293         * libc.map (_sys_nerr): Added.
1295         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
1296         versioned symbol.
1298 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
1300         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
1301         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
1302         Reported by Craig Metz <cmetz@inner.net>.
1304 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1306         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
1307         instead of strcasecmp.
1308         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
1310         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
1312 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
1314         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
1315         Patch by Dean Gaudet <dgaudet@arctic.org>.
1317 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
1319         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
1321 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1323         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
1324         with no poll syscall, just include the BSD version.
1325         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
1326         kernel without the syscall, include the stub version.
1327         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
1328         * sysdeps/generic/getresuid.c: New file.
1329         * sysdeps/generic/getresgid.c: New file.
1331 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
1333         * stdio-common/vfscanf.c: Correct last change a bit.
1335 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
1337         * elf/Makefile: Don't use --version-script parameter to link ld.so
1338         unconditionally.
1340 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
1342         * math/Makefile: Add t_exp.
1343         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
1344         constants.
1345         * math/test-reduce.c: Remove temporarily, it seems to be broken.
1346         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
1347         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
1348         better accuracy.
1349         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
1350         algorithm for very large/very small arguments.
1351         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
1352         correct algorithm for very large/very small arguments; adjust for
1353         new table.
1354         * sysdeps/libm-ieee754/t_exp.c: New file.
1355         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
1357         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
1358         back, with comment that explains what breaks when you remove it :-(.
1360         * localedata/xfrm-test.c: Avoid integer overflow.
1362         * stdlib/strfmon.c: char is unsigned, sometimes.
1364         * sysdeps/powerpc/Makefile: Remove quad float support.
1365         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
1366         * sysdeps/powerpc/quad_float.h: Likewise.
1367         * sysdeps/powerpc/test-arith.c: Likewise.
1368         * sysdeps/powerpc/test-arithf.c: Likewise.
1370         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
1371         * sysdeps/generic/s_exp2f.c: Likewise.
1373         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
1374         don't try anything if _SOFT_FLOAT.
1376 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1378         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
1379         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
1380         * wctype/wctype.c: Likewise.
1381         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
1382         changed.  They are incompatible with the _ISxxx values from
1383         <ctype.h> on little endian machines.
1384         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
1385         bit number.  This fixes the real bug and restores the integrity of
1386         the ctype locale file.
1387         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
1388         * wctype/wcfuncs_l.c: Likewise.
1389         * wctype/wcextra.c: Likewise.
1390         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
1391         byte swapping.
1393 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1395         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
1396         into .bss segment instead of .common, so that aliases on it work.
1398         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
1399         .size directives, put into .bss segment instead of initializing it
1400         to 4.
1402 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
1404         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
1406         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
1407         functions.
1408         Make names without __ weak aliases.
1409         (__libc_release, __libc_version): Make them static.
1411         * include/gnu/libc-version.h: New file.
1412         * Makefile (headers): Add gnu/libc-version.h.
1414 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
1416         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
1417         and use x for member name.
1418         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
1420         * stdlib/drand48.c: Change according to member name change.
1421         * stdlib/drand48_r.c: Likewise.
1422         * stdlib/lcong48_r.c: Likewise.
1423         * stdlib/lrand48.c: Likewise.
1424         * stdlib/lrand48_r.c: Likewise.
1425         * stdlib/mrand48.c: Likewise.
1426         * stdlib/mrand48_r.c: Likewise.
1427         * stdlib/seed48.c: Likewise.
1428         * stdlib/seed48_r.c: Likewise.
1429         * stdlib/srand48_r.c: Likewise.
1431 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1433         * nss/test-netdb.c: Add some more test cases.
1435 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
1437         * libio/iovsscanf.c: Undo last change modifying errno.
1439 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1441         * stdio-common/vfscanf.c: Never try to read another character
1442         after EOF.  Don't decrement read_in after EOF, it wasn't
1443         incremented in the first place.
1444         (NEXT_WIDE_CHAR): Set First, not first.
1446 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
1448         * db/Makefile ($(inst_libdir)/libndbm.a,
1449         $(inst_libdir)/libndbm.so): New targets.
1450         * db2/Makefile: Likewise.
1452 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
1454         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
1455         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
1457 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1459         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
1460         <streambuf.h>.
1461         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
1463 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1465         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
1466         versioned symbols.
1468 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
1470         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
1471         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
1472         Added for libdl.so.
1474 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1476         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
1477         extra syscall.
1479         * grp/Makefile: Fix logic when checking for thread package.
1480         * pwd/Makefile: Likewise.
1482 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
1484         * elf/Makefile (rtld-map): Replaced by libc-map.
1486         * elf/rtld.map: Removed.
1488         * libc.map (__libc_enable_secure, _dl_catch_error,
1489         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
1490         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
1491         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
1492         _dl_object_relocation_scope, _dl_relocate_object,
1493         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
1494         _r_debug): Added for ld.so.
1496 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
1498         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
1499         DO_VERSIONING.
1500         * libio/iofdopen.c: Ditto.
1501         * libio/iofopen.c: Ditto.
1502         * libio/oldfileops.c: Ditto.
1504         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
1505         version GLIBC_2.1.
1507         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
1508         oldsiglist from sysdep_routines and shared-only-routines.
1510         * sysdeps/unix/sysv/linux/errlist.c: New.
1511         * sysdeps/unix/sysv/linux/errlist.h: New.
1512         * sysdeps/unix/sysv/linux/sizes.h: New.
1513         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
1514         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
1516         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
1518         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
1519         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
1520         directive.
1522         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
1524         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
1525         (oldsiglist.c): Removed.
1527         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
1528         (_sys_siglist): Use SYS_SIGLIST instead.
1529         (_sys_nerr): Use SYS_NERR instead.
1531         * sysdeps/gnu/errlist.c: Rebuilt.
1533 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
1535         * elf/Makefile (others-static): New, set to ldconfig.
1536         ($(objpfx)ldconfig): Removed.
1538         * Rules (binaries-all, binaries-static, binaries-shared): New.
1539         Create targets for $(binaries-static) and $(binaries-shared).
1541         * Makeconfig (+link-static, link-libc-static,
1542         link-extra-libs-static): New for static linking.
1544 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1546         * manual/memory.texi (Using the Memory Debugger): Fix typo.
1548         * math/libm-test.c (modf_test): Add one more test for modf.
1550 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
1552         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1553         Rename from __libc_have_rt_sigs and leave as COMMON data.
1555 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
1557         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
1558         of __finite.
1560 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
1562         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
1564 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
1566         * misc/tst-efgcvt.c: Add yet more tests.
1567         * misc/efgcvt_r.c: And correct for these tests again.
1568         Reported by HJ Lu.
1570         * isomac.c: Move to...
1571         * stdlib/isomac.c: ...here.
1572         * Makefile: Move rules for handling isomac...
1573         * stdlib/Makefile: ...to here.
1575 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1577         * misc/tst-efgcvt.c: Add more tests.
1578         * misc/efgcvt_r.c: Correct result for above new tests.
1580 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
1582         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
1583         NDIGIT <= 0.
1585 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
1587         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
1588         if the programs weren't built.
1590 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
1592         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
1593         FE_TONEAREST, soldier on regardless and do the best we can.
1594         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
1596 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
1598         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
1599         _STDIO_H, before including <bits/stdio_lim.h>.
1601         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
1603         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
1604         exist.
1606         * sysdeps/arm/sys/ucontext.h: New file.
1608 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
1610         * manual/stdio.texi (Formatted Output Functions): Explicitly say
1611         that the return value from snprintf() does not count the
1612         terminating NUL as a character.
1614 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1616         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
1617         add description for sete[ug]id and general cleanup.
1618         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1620 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1622         * Makefile (parent-clean): Don't remove makefile fragments here.
1623         (postclean): New variable.
1624         (clean): Remove makefile fragments here.
1625         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
1626         (generated): Add isomac and isomanc.out.
1627         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
1628         avoid-generated is set.
1629         (postclean-generated): Add soversion.mk.
1630         ($(common-objpfx)version.mk): Don't include if avoid-generated is
1631         set.
1632         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
1633         avoid-generated is set.
1634         (common-generated): Add libc.so and libc.so$(libc.so-version).
1635         (generated): Add versioned libraries.
1636         (common-mostlyclean): Also remove %.so and %_pic.a.
1637         * csu/Makefile (generated): Add abi-tag.h.
1638         * db2/Makefile (extra-objs): Add getlong.o.
1639         * elf/Makefile (generated): Add ld.so, ldd and
1640         $(rtld-installed-name).
1641         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
1642         * malloc/Makefile (generated): Add mtrace.
1643         * po/Makefile: Don't include version.mk, not needed any more.
1644         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
1645         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
1646         syscall.h -> sys/syscall.h.
1647         (common-generated): Add s-proto.d.
1648         (postclean-generated): Add sysd-syscalls.
1649         * localedata/Makefile (test-output): Add all output files.
1650         (generated): Add test-input and test-output.
1651         (generated-dirs): Add all the dirs.
1653 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1655         * Makefile (test-output, generated, generated-dirs): New
1656         variables.
1658 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
1660         * resolv/nss_dns/dns-host.c: Various code cleanups.
1662 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
1664         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
1665         From Philip Blundell <pb@nexus.co.uk>.
1666         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
1668 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1670         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
1671         Suggested by debian/sparc porters.
1673 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1675         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
1676         for ecvt and fcvt.
1678 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
1680         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
1681         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
1683         * signal/signal.h: Always define sigset_t if __need_sigset_t is
1684         defined even if __USE_POSIX is not defined.
1686 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1688         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
1689         to support obsolete tty major numbers correctly.
1691 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
1693         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
1694         directory first and ignore install error.
1696         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
1697         128 from ptyno and fix a typo for the BSD style pty.
1699 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1701         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
1702         syscalls.list's.
1704 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1706         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1707         getresuid and getresgid.
1709         * sysdeps/unix/sysv/linux/getresuid.c: New file.
1710         * sysdeps/unix/sysv/linux/getresgid.c: New file.
1712         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
1713         s_getres[ug]id.
1715         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
1716         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1717         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1718         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
1720 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
1722         * nscd/grpcache.c: Include <stdlib.h>.
1724 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
1726         * stdlib/atoll.c: Fix comments.
1728         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
1729         * sysdeps/posix/ttyname_r.c: Ditto.
1731 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1733         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
1734         __USE_MISC, independent of __USE_UNIX98.
1736 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
1738         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
1739         Rename from __libc_have_rt_sigs and leave as COMMON data.
1741 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
1743         * Makeconfig (CFLAGS-.os): Kill -fno-common.
1744         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
1746         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
1747         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
1748         version symbols.
1749         * include/libc-symbols.h (symbol_version, default_symbol_version):
1750         Provide asm versions and correct !DO_VERSIONING versions.
1751         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
1752         the weak symbol list.
1754         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
1755         Rename from __libc_have_rt_sigs and leave as COMMON data.
1756         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1757         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1758         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1760 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1762         * sunrpc/Makefile: Correct dependencies of rpcgen.
1764 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
1766         * nscd/Makefile: Fix test for available linuxthreads add-on.
1767         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1769 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1771         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
1773 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1775         * sysdeps/gnu/Makefile: Respect with-cvs variable.
1777         * manual/errno.texi (Error Messages): Correct description of
1778         strerror_r.  Pointed out by jonas@bagge.se.
1780 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1782         * manual/socket.texi (Host Address Functions): Clarify description
1783         of inet_network.
1785 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1787         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
1788         (grantpt): Delete superfluous cast.
1790 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1792         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
1793         elf/ldso_install instead of elf/subdir_install.
1794         (elf/ldso_install): New target.
1796         * elf/Makefile (ldso_install): New target.
1798 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1800         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
1801         of 1998-01-06.
1803 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1805         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
1806         constant expressions.
1808 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1810         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
1811         for __nss_configure_lookup.
1812         (output_hostent): Remove unused variable.
1814 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1816         * string/tst-inlcall.c: Fix format string.
1818 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1820         * inet/netinet/in.h: Rename second parameter of bindresvport to
1821         avoid buggy gcc warning. [PR libc/412]
1823 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
1825         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
1826         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
1828         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
1829         Follow POSIX and make tv_sec a time_t.
1830         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
1831         new tv64 syscall as well as fall back to tv32.
1832         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1833         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1834         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1835         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1836         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1837         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1838         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1839         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
1841         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
1842         * include/rpcsvc/nis_tags.h: Likewise.
1843         * include/rpcsvc/nislib.h: Likewise.
1845 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
1847         * libc.map: Add _h_errno.
1848         * inet/herrno.c: Make _h_errno weak alias.
1850         * login/Makefile (distribute): Add pty-internal.h.
1852         * nscd/Makefile (distribute): Add all the files missing.
1854         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
1855         are available.
1857         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
1858         and report status at the end.
1860         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
1862         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
1863         variable.
1864         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
1865         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
1866         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
1868 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
1870         * configure.in: Fix --enable-add-ons code.
1872 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1874         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
1875         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
1876         [PR libc/441]
1878         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
1879         occurence in cache.  Reported by Rudolf Leitgeb
1880         <leitgeb@leland.stanford.edu>.
1881         [PR libc/440]
1883 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
1885         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
1886         that it never is EINTR (which is tested for in _IO_vfscanf).
1888         * Makefile.in: Call sub-make with CVSOPTS.
1890         * elf/Makefile (distribute): Add dl-procinfo.h.
1892         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
1894 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
1896         * version.h (VERSION): Bump to 2.0.92.
1898 1998-01-31  Phil Blundell  <philb@gnu.org>
1900         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
1901         alias for __new_sys_siglist.
1903 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
1905         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
1906         getgrgid_r.c if thread package is available.
1907         * pwd/Makefile: Likewise.
1908         * grp/getgrnam_r.c: Remove USE_NSCD definition.
1909         * grp/getgrgid_r.c: Likewise.
1910         * pwd/getpwnam_r.c: Likewise.
1911         * pwd/getpwuid_r.c: Likewise.
1913 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
1915         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
1916         with error to allow user intervention.
1917         * nss/getXXent_r.c: Likewise.
1919 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
1921         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
1922         AT_PLATFORM string.  Pretty print AT_BASE info.
1924         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
1925         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
1926         * sysdeps/generic/dl-procinfo.h: New file.
1927         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
1929 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
1931         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
1933         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
1934         thread and not pthread_detach.
1936         * nscd/nscd.c: Rewrite to use argp instead of getopt.
1938 1998-01-31  Phil Blundell  <philb@gnu.org>
1940         * configure.in: Add --without-cvs option to suppress automatic
1941         checkin of regenerated files.
1942         * config.make.in: Likewise.
1943         * Makefile: Respect with-cvs setting.
1944         * Makerules: Likewise.
1946         * configure.in: Allow the standalone ARM port to be configured.
1948 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1950         * grp/getgrgid_r.c: Define USE_NSCD.
1951         * grp/getgrnam_r.c: Likewise.
1952         * pwd/getpwuid_r.c: Likewise.
1953         * pwd/getpwnam_r.c: Likewise.
1955         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
1957         * nss/getXXbyYY_r.c: Try at first nscd.
1959         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
1960         * nscd/connections.c: New file.
1961         * nscd/dbg_log.c: New file.
1962         * nscd/dbg_log.h: New file.
1963         * nscd/grpcache.c: New file.
1964         * nscd/nscd.c: New file.
1965         * nscd/nscd.h: New file.
1966         * nscd/nscd_conf.c: New file.
1967         * nscd/nscd_stat.c: New file.
1968         * nscd/pwdcache.c: New file.
1970         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
1971         * nscd/nscd_getpw_r.c: Likewise.
1972         * nscd/nscd_proto.h: New, prototypes for client functions.
1974         * nscd/nscd.conf: New, example for a configuration file.
1975         * nscd/nscd.init: New, example for a startup script.
1977         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
1978         avoid deadlocks.
1979         * nscd/getgrnam_r.c: Likewise.
1980         * nscd/getpwnam_r.c: Likewise.
1981         * nscd/getpwuid_r.c: Likewise.
1983 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
1985         * intl/Makefile: Use CVSOPTS in cvs invocation.
1986         * po/Makefile: Likewise.
1987         * posix/Makefile: Likewise.
1988         * stdlib/Makefile: Likewise.
1990 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
1992         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
1993         [PR libc/410]
1994         * misc/Makefile (tests): Add tst-efgcvt.
1995         * misc/tst-efgcvt.c: New file.
1997 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
1999         * posix/regex.c: Add some more cleanups by Akim Demaille.
2001 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
2003         * signal/signal.h: Revert last change.
2004         * string/strsignal.c: Regard signal number NSGI as illegal.
2005         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
2006         members.
2008 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
2010         * Makefile.in: Add comment about CVSOPTS Makefile variable.
2011         * Makerules: Use CVSOPTS in cvs invocation.
2012         * Makefile: Likewise.
2013         * MakeTAGS: Likewise.
2014         * Make-dist: Likewise.
2016 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
2018         * sysdeps/generic/memmem.c: Correct last change.
2020 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
2022         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
2023         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
2025 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2027         * nis/ypclnt.c: Try at first to use the binding file from ypbind
2028         before using RPC.
2030 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2032         * manual/memory.texi (Heap Consistency Checking): mcheck is
2033         declared in <mcheck.h>.
2034         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
2036 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2038         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
2039         beginning of haystack.
2041 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2043         * nss/nss_files/files-service.c: Correct last patch.
2045 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
2047         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
2048         __libc_have_rt_sigs.
2049         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
2050         including <bits/setjmp.h>.
2051         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
2052         Patch from the Debian glibc/SPARC package.
2054 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
2056         * sysdeps/alpha/bzero.S: Fix a typo.
2057         * sysdeps/alpha/htonl.S: Ditto.
2058         * sysdeps/alpha/htons.S: Ditto.
2060 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2062         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
2064 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
2066         * include/cpio.h: Move to ...
2067         * posix/cpio.h: ...here.
2069         * locale/programs/ld-collate.c: Fix typo.
2071         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
2073         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
2075         * login/utmp_file.c (pututline_file): Don't always report success
2076         if similar entry is found.  Patch by Mark M. Kettenis.
2078 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
2080         * manual/Makefile: Don't try to install the info files if makeinfo
2081         is not available.
2083 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
2085         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
2086         kernel's network ioctls, rather than using <linux/sockios.h> to
2087         get them.  This way we are sure of maintaining compatibility if
2088         the kernel interface should change.
2090 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
2092         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
2094 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
2096         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
2097         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
2099 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2101         Implement System V pseudoterminal handling.
2103         * login/Makefile
2104         (routines): Add getpt, grantpt, unlockpt, ptsname.
2105         (libutil-routines): Remove pty. Add openpty, forkpty.
2106         (distribute): New internal header pty-internal.h.
2107         (others): Add the helper program, pt_chown.
2108         (install-others): Install it, in $(libexecdir), mode 4755.
2110         * login/pty-internal.h: New file.
2111         * login/openpty.c: New file.
2112         * login/forkpty.c: New file.
2113         * login/programs/pt_chown.c: New file.
2115         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
2116         * stdlib/stdlib.h: Prototype them.
2118         * config.make.in: Define $(libexecdir).
2119         * Makeconfig: Define $(inst_libexecdir).
2121         * sysdeps/generic/pty.c: Removed.
2122         * sysdeps/unix/sysv/linux/pty.c: Removed.
2124         * sysdeps/generic/getpt.c: Stub out.
2125         * sysdeps/generic/grantpt.c: Likewise.
2126         * sysdeps/generic/ptsname.c: Likewise.
2127         * sysdeps/generic/unlockpt.c: Likewise.
2129         * sysdeps/unix/grantpt.c: New file.
2130         * sysdeps/unix/bsd/getpt.c: New file.
2131         * sysdeps/unix/bsd/unlockpt.c: New file.
2132         * sysdeps/unix/sysv/linux/getpt.c: New file.
2133         * sysdeps/unix/sysv/linux/ptsname.c: New file.
2134         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
2136 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
2138         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
2140 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2142         * nss/Makefile (tests): Add rule for test-netdb.c.
2144         * nss/test-netdb.c: New file.
2146 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
2148         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
2149         really kept as a variable.  Patch by Richard Henderson,
2150         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
2152         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
2153         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
2154         entries as not existing.
2156 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2158         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
2159         zero in alternate form with precision of zero, which must produce
2160         "0".  Add braces to avoid ambiguous `else'.
2162 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2164         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
2165         problem with strncpy.
2166         * nis/nss_compat/compat-pwd.c: Likewise.
2167         * nis/nss_compat/comapt-spwd.c: Likewise.
2169 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2171         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
2172         by uch@nop.or.jp. [PR libc/437]
2174 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2176         * locales/pl_PL: Fix int_curr_symbol.
2178 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2180         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
2182 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2184         * stdio-common/test-popen.c: Include <errno.h>.
2186         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
2187         close.
2189         * inet/getnetgrent_r.c: Include <errno.h>.
2191         * db2/db/db_conv.c: Include <string.h> for memcpy.
2193         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
2194         so that memcpy is declared.
2196         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
2198         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
2200 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2202         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
2203         overflow while reading line with fgets.
2204         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
2206 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
2208         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
2209         unsigned short, not short.
2210         Reported by Andreas Jaeger.
2212 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2214         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
2215         (ccept->accept).
2217         * sysdeps/generic/inttypes.h: Fix spelling.
2219 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2221         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
2223         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
2225 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
2227         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
2228         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
2229         field for hh modifier.
2230         * stdio-common/vfprint.c: Use is_char field and do not depend in
2231         is_short having the value 2.
2232         Bug reported by Andreas Jaeger.
2234 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2236         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
2237         PIC && DO_VERSIONING.
2239 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2241         * Rules: Add rules for $(common-objpfx)dummy$o.
2243 1998-01-26  Richard Henderson  <rth@cygnus.com>
2245         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
2246         unimplemented OSF/1 definitions so that they are not accidentally seen.
2248         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
2249         of the trampoline function into the macro.
2250         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
2251         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
2252         kernel 2.1.82 has this fixed.
2254         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
2255         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
2257 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
2259         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
2260         support sigaction on kernels > 2.1.7x.
2262 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
2264         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
2265         if it is empty.
2267         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
2268         Patch by David Engel <david@sw.ods.com>.
2270         * configure.in: Fix another typo in --enable-add-ons code.
2272 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
2274         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
2276 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2278         * nss/nss_files/files-network.c: Correct order of parameters for
2279         getnetbyaddr.
2281 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
2283         * db2/Makefile (routines): Add os_alloc.
2284         * db2/db.h: Update from db-2.3.16.
2285         * db2/db_185.h: Likewise.
2286         * db2/db_int.h: Likewise.
2287         * db2/btree/bt_close.c: Likewise.
2288         * db2/btree/bt_cursor.c: Likewise.
2289         * db2/btree/bt_delete.c: Likewise.
2290         * db2/btree/bt_open.c: Likewise.
2291         * db2/btree/bt_page.c: Likewise.
2292         * db2/btree/bt_put.c: Likewise.
2293         * db2/btree/bt_rec.c: Likewise.
2294         * db2/btree/bt_recno.c: Likewise.
2295         * db2/btree/btree_auto.c: Likewise.
2296         * db2/common/db_appinit.c: Likewise.
2297         * db2/common/db_apprec.c: Likewise.
2298         * db2/common/db_err.c: Likewise.
2299         * db2/common/db_region.c: Likewise.
2300         * db2/common/db_shash.c: Likewise.
2301         * db2/db/db.c: Likewise.
2302         * db2/db/db_auto.c: Likewise.
2303         * db2/db/db_conv.c: Likewise.
2304         * db2/db/db_dispatch.c: Likewise.
2305         * db2/db/db_dup.c: Likewise.
2306         * db2/db/db_pr.c: Likewise.
2307         * db2/db/db_rec.c: Likewise.
2308         * db2/db185/db185.c: Likewise.
2309         * db2/dbm/dbm.c: Likewise.
2310         * db2/hash/hash.c: Likewise.
2311         * db2/hash/hash_auto.c: Likewise.
2312         * db2/hash/hash_dup.c: Likewise.
2313         * db2/hash/hash_page.c: Likewise.
2314         * db2/hash/hash_rec.c: Likewise.
2315         * db2/include/btree_ext.h: Likewise.
2316         * db2/include/clib_ext.h: Likewise.
2317         * db2/include/common_ext.h: Likewise.
2318         * db2/include/db.h.src: Likewise.
2319         * db2/include/db_185.h.src: Likewise.
2320         * db2/include/db_am.h: Likewise.
2321         * db2/include/db_ext.h: Likewise.
2322         * db2/include/db_int.h.src: Likewise.
2323         * db2/include/hash_ext.h: Likewise.
2324         * db2/include/lock_ext.h: Likewise.
2325         * db2/include/log.h: Likewise.
2326         * db2/include/log_auto.h: Likewise.
2327         * db2/include/log_ext.h: Likewise.
2328         * db2/include/mp.h: Likewise.
2329         * db2/include/mp_ext.h: Likewise.
2330         * db2/include/mutex_ext.h: Likewise.
2331         * db2/include/os_ext.h: Likewise.
2332         * db2/include/os_func.h: Likewise.
2333         * db2/include/txn_ext.h: Likewise.
2334         * db2/lock/lock.c: Likewise.
2335         * db2/lock/lock_util.c: Likewise.
2336         * db2/log/log.c: Likewise.
2337         * db2/log/log.src: Likewise.
2338         * db2/log/log_archive.c: Likewise.
2339         * db2/log/log_auto.c: Likewise.
2340         * db2/log/log_get.c: Likewise.
2341         * db2/log/log_put.c: Likewise.
2342         * db2/log/log_rec.c: Likewise.
2343         * db2/log/log_register.c: Likewise.
2344         * db2/mp/mp_bh.c: Likewise.
2345         * db2/mp/mp_fget.c: Likewise.
2346         * db2/mp/mp_fopen.c: Likewise.
2347         * db2/mp/mp_fput.c: Likewise.
2348         * db2/mp/mp_pr.c: Likewise.
2349         * db2/mp/mp_sync.c: Likewise.
2350         * db2/mutex/mutex.c: Likewise.
2351         * db2/os/os_alloc.c: Likewise.
2352         * db2/os/os_config.c: Likewise.
2353         * db2/os/os_stat.c: Likewise.
2354         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
2355         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
2356         * db2/progs/db_load/db_load.c: Likewise.
2357         * db2/progs/db_printlog/db_printlog.c: Likewise.
2358         * db2/progs/db_recover/db_recover.c: Likewise.
2359         * db2/progs/db_stat/db_stat.c: Likewise.
2360         * db2/txn/txn.c: Likewise.
2362         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
2363         Unmap memory blocks in reverse order of allocation.
2364         Call munmap with load address added to offset.
2365         Bug reported by Miguel de Icaza.
2367         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
2368         up weight array.
2370         * localedata/locales/cs_CZ: Update by Michael Mraka
2371         <michael@informatics.muni.cz>.
2373         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
2374         __USE_BSD.
2376         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
2377         reading line with fgets.
2378         * nis/nss_compat/compat-pwd.c: Likewise.
2379         * nis/nss_compat/compat-spwd.c: Likewise.
2380         * nss/nss_files/files-XXX.c: Likewise.
2381         * nss/nss_files/files-alias.c: Likewise.
2382         * shadow/fgetspent_r.c: Likewise.
2384         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
2386         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
2387         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
2388         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
2390         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
2391         FP register content in ucontext_t.
2393 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2395         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
2396         calculation.  Patch by Markus Schoder
2397         <Markus.Schoder@dresdner-bank.de>.
2399         * math/libm-test.c (modf_test): Add more tests for modf.
2401         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
2402         munlock according to Unix98.
2404 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2406         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
2407         AF_INET.
2409 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
2411         * sysdeps/posix/ttyname.c: Handle symbolic links.
2412         * sysdeps/posix/ttyname_r.c: Ditto.
2414 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
2416         * db2/makedb.c (process_input): Write terminating \0 for value.
2417         (print_database): Simply print value string, don't use length.
2419 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2421         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
2422         exit of loop.
2424 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2426         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
2427         close all sockets.
2429 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
2431         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
2432         sigset.
2433         * signal/sighold.c: New file.
2434         * signal/sigrelse.c: New file.
2435         * sysdeps/generic/sigignore.c: New file.
2436         * sysdeps/generic/sigset.c: New file.
2437         * sysdeps/posix/sigignore.c: New file.
2438         * sysdeps/posix/sigset.c: New file.
2439         * signal/signal.h: Add prototypes for new functions.
2441         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
2442         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
2443         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
2444         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
2446 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
2448         * posix/wordexp.c: Added IFS field-splitting in parameter and
2449         command substitution.  Fixed an IFS-related bug that caused an
2450         infinite loop.
2452 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
2454         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
2455         and swapcontext.
2456         * stdlib/ucontext.h: Correct prototypes.
2457         * sysdeps/generic/getcontext.c: New file.
2458         * sysdeps/generic/setcontext.c: New file.
2459         * sysdeps/generic/makecontext.c: New file.
2460         * sysdeps/generic/swapcontext.c: New file.
2461         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
2463 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
2465         * resource/sys/resource.h: Remove #include of ulimit.h which is
2466         not allowed by SUSv2 and not available on other systems.
2467         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
2469         * streams/Makefile: New file.
2470         * streams/stropts.h: New file.
2471         * sysdeps/generic/bits/stropts.h: New file.
2472         * sysdeps/generic/isastream.c: New file.
2473         * sysdeps/generic/getmsg.c: New file.
2474         * sysdeps/generic/getpmsg.c: New file.
2475         * sysdeps/generic/putmsg.c: New file.
2476         * sysdeps/generic/putpmsg.c: New file.
2477         * sysdeps/generic/fattach.c: New file.
2478         * sysdeps/generic/fdetach.c: New file.
2479         * sysdeps/unix/inet/Subdirs: Add streams.
2480         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
2481         __t_uscalar_t.
2482         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2483         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
2484         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
2485         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2487         * sysdeps/mach/_strerror.c: Follow changes of generic version to
2488         handle small buffers correctly.
2490 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
2492         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
2493         Remove the 3rd arg and add declaration for _dl_runtime_resolve
2494         and _dl_runtime_profile.
2496 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
2498         * include/cpio.h: New file.  Mainly copied from GNU cpio.
2499         * posix/Makefile (headers): Add cpio.h.
2501 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2503         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
2504         to routines.
2505         * nis/nis_cache.c: New file.
2506         * nis/nis_cache2.h: New file.
2507         * nis/nis_cache2_xdr.c: New file.
2508         * nis/nis_call.c: Changes for cache2_info parameter.
2509         * nis/nis_checkpoint.c: Likewise.
2510         * nis/nis_intern.h: Likewise.
2511         * nis/nis_mkdir.c: Likewise.
2512         * nis/nis_ping.c: Likewise.
2513         * nis/nis_rmdir.c: Likewise.
2514         * nis/nis_server.c: Likewise.
2515         * nis/nis_util.c: Likewise.
2517 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2519         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
2520         return/errnop codes.
2521         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2522         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2523         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2524         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2525         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
2526         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2527         * nis/nss_nisplus/nisplus-rpc.c: Likewise
2528         * nis/nss_nisplus/nisplus-service.c: Likewise.
2529         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2531 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2533         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
2534         * nis/nss_nis/nis-ethers.c: Likewise.
2535         * nis/nss_nis/nis-grp.c: Likewise.
2536         * nis/nss_nis/nis-hosts.c: Likewise.
2537         * nis/nss_nis/nis-network.c: Likewise.
2538         * nis/nss_nis/nis-proto.c: Likewise.
2539         * nis/nss_nis/nis-hosts.c: Likewise.
2540         * nis/nss_nis/nis-network.c: Likewise.
2541         * nis/nss_nis/nis-proto.c: Likewise.
2542         * nis/nss_nis/nis-publickey.c: Likewise.
2543         * nis/nss_nis/nis-pwd.c: Likewise.
2544         * nis/nss_nis/nis-rpc.c: Likewise.
2545         * nis/nss_nis/nis-service.c: Likewise.
2546         * nis/nss_nis/nis-spwd.c: Likewise.
2548 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
2550         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
2551         Added to follow latest kernel development.
2553 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
2555         * nss/db-Makefile: Handle empty and comment lines better.
2556         ($(VAR_DB)/services.db): Generate entries with missing protocol
2557         value.
2559 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2561         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
2562           NULL.
2563           (getservbyname): Allow proto == NULL.
2564           Pointed out by David N. Welton <davidw@gate.cks.com>.
2565           [PR libc/430].
2567 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
2569         * nis/nislib/nislib.h: Finally removed.
2571         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
2572         C compiler.  From Kaveh Ghazi.
2573         (TYPE_MINIMUM): Define.
2574         (TYPE_MAXIMUM): Define.
2575         (TIME_T_MIN): Use TYPE_MINIMUM.
2576         (TIME_T_MAX): Use TYPE_MAXIMUM.
2577         Patch by Jim Meyering <meyering@ascend.com>.
2579 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
2581         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
2582         __pread64, __pwrite64, and __getpid.
2584         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
2585         versions.
2587 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2589         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
2590         cancelable socket functions as __libc_xxx with __xxx as weak
2591         alias.
2592         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2593         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2595         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
2596         redefined.
2597         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2598         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
2599         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
2600         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
2602         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
2603         and __xxx a weak alias.
2604         * sysdeps/unix/sysv/linux/connect.S: Likewise.
2605         * sysdeps/unix/sysv/linux/recv.S: Likewise.
2606         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
2607         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
2608         * sysdeps/unix/sysv/linux/send.S: Likewise.
2609         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
2610         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
2612 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2614         * locale/langinfo.h: Add defines.
2616         * dirent/dirent.h: Add defines for DT_*, check also for
2617         _DIRENT_HAVE_D_TYPE.
2618         Suggested by Roland McGrath.
2620 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2622         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
2623         Update from Linux 2.1.73+79.
2625         * README.template: Update information about possible
2626         configurations.
2628         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
2629         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2630         [PR libc/417].
2632         * manual/time.texi (Priority): Correct description of
2633         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
2634         [PR libc/416].
2636 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
2638         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
2639         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
2641 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
2643         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
2644         Andreas Jaeger.
2646 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
2648         * locale/programs/ld-collate.c: Little optimizations.
2650         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
2652         * string/Makefile (tests): Add tst-inlcall.
2653         * string/tst-inlcall.c: New file.
2655         * string/strsignal.c: Add support for real-time signals.
2657         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
2658         presense of small buffer.
2660         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
2662         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
2663         for i686.
2665         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
2666         _NSIG + 1.
2668 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
2670         * Rules: Add explicit rule for dummy.o; at least one library needs
2671           it and it isn't autogenerated by the default rules.
2673 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2675         * math/libm-test.c: Tweak epsilons.
2677 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2679         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
2680         child.
2681         (feenv_mask_test): Likewise.
2683 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2685         * Makeconfig: Don't export CPPFLAGS.
2687 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2689         * sunrpc/rpc_main.c (parseargs): Use perror to print error
2690         message.
2692 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2694         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
2695         terminating null in key size.
2697 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2699         * nss/nss_files/files-service.c: Fix allocation size to include
2700         length of PROTO.
2702         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
2703         applicable.  Fix return value and error checking.
2704         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
2705         unparsable lines.
2706         (DB_LOOKUP): Allocate space for terminating null byte.
2708         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
2709         uids specially.
2711         * db2/makedb.c (process_input): Continue processing if a duplicate
2712         key is encountered.
2714 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
2716         * time/tzfile.h: Updated from tzcode1998b.
2717         * time/zdump.c: Likewise.
2718         * time/zic.c: Likewise.
2719         * time/africa: Update from tzdata1998b.
2720         * time/antarctica: Likewise.
2721         * time/asia: Likewise.
2722         * time/australasia: Likewise.
2723         * time/etcetera: Likewise.
2724         * time/europe: Likewise.
2725         * time/leapseconds: Likewise.
2726         * time/northamerica: Likewise.
2727         * time/southamerica: Likewise.
2729 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2731         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
2732         lookups ignoring case.
2733         * nss/nss_files/files-network.c: Do network lookups ignoring
2734         case.
2735         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
2736         case.
2737         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
2738         case insensitive comparing.
2739         Patches by Cristian Gafton <gafton@redhat.com>.
2741 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2743         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
2744         by Roland McGrath. [PR libc/395]
2746 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2748         * manual/arith.texi (Parsing of Integers): Correct description of
2749         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
2750         [PR libc/396]
2752 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
2754         * misc/lsearch.c (lsearch): Return a pointer to the new element
2755         if one was "allocated".
2757 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2759         * string/strsignal.c: NSIG is not a valid index into
2760         _sys_siglist.  Don't zap the last character of the "Unknown
2761         signal" message.
2763 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
2765         * locale/programs/charmap.c (parse_charmap): Correct parsing of
2766         ellipsis expressions.
2768         * locale/programs/charset.c (insert_char): Correctly insert value
2769         of eliipsis expression.
2771 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
2773         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
2774         <bits/setjmp.h>.
2775         * sysdeps/powerpc/setjmp.S: Likewise.
2776         Patches by Matt McLean <keys@keys.got.net>.
2778         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
2780         * Makefile: Undo last patch.
2781         (distribute): Add test-installation.pl.
2783         * configure.in: Correct handling of --enable-add-ons without parameter.
2784         Correct address of WWW pages.
2786         * libc.map: Add _nl_domain_bindings.
2788         * db2/mutex/tsl_parisc.s: New file.
2790         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
2791         and extra-module.mk.
2793         * localedata/Makefile (distribute): New.  Add all the files.
2795         * stdlib/Makefile (headers): Add inttypes.h.
2796         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
2797         * sysdeps/generic/inttypes.h: New file.
2798         * sysdeps/generic/strtoimax.c: New file.
2799         * sysdeps/generic/strtoumax.c: New file.
2800         * sysdeps/generic/wcstoimax.c: New file.
2801         * sysdeps/generic/wcstoumax.c: New file.
2802         * sysdeps/wordsize-32/Dist: Removed.
2803         * sysdeps/wordsize-32/Makefile: Removed.
2804         * sysdeps/wordsize-64/Dist: Removed.
2805         * sysdeps/wordsize-64/Makefile: Removed.
2806         * sysdeps/generic/bits/environments.h: New file.
2808         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
2809         header is still not correct.
2811         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
2812         * posix/unistd.h: Likewise.
2813         * sysdeps/generic/sys/mman.h: Likewise.
2814         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
2816         * manual/arith.texi: Change definition of mul macro.
2817         * manual/math.texi: Likewise.
2819         * misc/Makefile (routines): Add mmap64.
2820         * sysdeps/generic/mmap64.c: New file.
2821         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
2822         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
2823         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
2824         aliases to mmap.
2825         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2827         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
2829         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
2831         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
2833         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
2834         FOPEN_MAX also when included by limits.h.
2835         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2837         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
2838         and netrom/netrom.h.
2839         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
2840         oldsiglist to sysdep_routines, not aux.
2841         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
2843         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
2844         and SOL_NETROM definition.
2846         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
2848         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
2849         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
2851 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
2853         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
2855         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
2856         sa_handler with k_sa_handler.
2857         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
2858         strong alias.
2859         Reported by a sun.
2861         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
2862         __libc_have_rt_sigs here.
2863         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
2864         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2865         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
2866         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2868 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
2870         * sysdeps/powerpc/atomicity.h: New file.
2871         * sysdeps/mach/powerpc/machine-lock.h: New file.
2873         * Rules: Use -fpic to build anything that might end up in a users'
2874         shared library.
2876         * sysdeps/powerpc/s_fdim.c: New file.
2877         * sysdeps/powerpc/s_fdimf.c: New file.
2878         * sysdeps/powerpc/s_fmax.S: New file.
2879         * sysdeps/powerpc/s_fmaxf.S: New file.
2880         * sysdeps/powerpc/s_fmin.S: New file.
2881         * sysdeps/powerpc/s_fminf.S: New file.
2882         * sysdeps/powerpc/s_llrint.c: Now is for double.
2883         * sysdeps/powerpc/s_llrintf.c: New file.
2884         * sysdeps/powerpc/s_llround.c: Now is for double.
2885         * sysdeps/powerpc/s_llroundf.c: New file.
2886         * sysdeps/powerpc/s_lrint.c: Now is for double.
2887         * sysdeps/powerpc/s_lrintf.S: New file.
2888         * sysdeps/powerpc/s_lround.c: Now is for double.
2889         * sysdeps/powerpc/s_lroundf.c: New file.
2890         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
2891         lrintf, fdim, fdimf.
2893         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
2894         file directly, use its parent.
2896         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
2897         (for the third time).
2899 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
2901         * posix/sched.h: timespec is in <time.h>.
2903         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
2905 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
2907         * configure.in: Stop with error if --disable-static is used when
2908         the shared lib uses this library.
2910         * gen-FAQ.pl: I've perl installed in /usr/bin.
2912         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
2914         Fix Unix98 conformance problems in the headers.
2915         * catgets/nl_types.h: Define nl_item.
2916         * grp/grp.h: Define gid_t.
2917         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
2918         * include/nl_types.h: New file.
2919         * include/ulimit.h: New file.
2920         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
2921         constants in POSIX mode.
2922         * io/utime.h: Get definition for time_t.
2923         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
2924         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
2925         * libio/stdio.h: Define va_list.  Make snprintf also available is
2926         __USE_UNIX98.  Declare getopt function and variables.
2927         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
2928         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
2929         * math/math.h: Defined M_* constants as double for Unix98 mode.
2930         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
2931         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
2932         * posix/regex.h: Define REG_NOSYS.
2933         * posix/wordexp.h: Define WRDE_NOSYS.
2934         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
2935         500 for Unix98.
2936         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
2937         somewhere else as well.  Define clock_t for Unix98.
2938         * posix/sys/wait.h: Define pid_t.
2939         * pwd/pwd.h: Define gid_t, uid_t.
2940         * resource/Makefile (headers): Add ulimit.h.
2941         * resource/ulimit.h: New file.
2942         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
2943         instead of second argument.
2944         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
2945         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
2946         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
2947         * signal/signal.h: Define pid_t.
2948         * string/string.h: Don't declare BSD string functions in POSIX mode.
2949         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
2950         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
2951         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
2952         and POSIX.
2954         * inet/test_ifindex.c: Change test so that it does not fail for
2955         interface aliases.
2957         * locale/programs/locale.c (show_info): Use correct cast sequence
2958         for 64bit machines.
2960         * malloc/malloc.c: __malloc_initialized now signals three states:
2961         uninitialized, initializing, initialized.  Used in mcheck.
2962         * malloc/mcheck.c (mabort): Add '\n' to messages.
2963         (mcheck): Allow installation when malloc is uninitialized or is
2964         just initializing.
2966         * manual/memory.texi: Explain mtrace output a bit more.
2968         * math/libm-test.c: Add more epsilons.
2970         * misc/regexp.h (compile): Remove __ prefix from parameter names.
2972         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
2973         instead of strcpy for security.
2974         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
2975         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
2976         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
2978         * nss/digits_dots.c: Pretty print.
2980         * posix/getconf.c (vars): Add symbols for programming environment
2981         recognition.  Recognize --version.
2983         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
2984         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
2985         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
2987         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
2988         __need_FOPEN_MAX.
2989         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
2990         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
2991         __need_FOPEN_MAX.
2993         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
2994         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
2996         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
2997         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
2998         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
2999         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
3000         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3001         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
3003         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
3004         SCNu*.
3005         * sysdeps/wordsize-64/inttypes.h: Likewise.
3007         * time/africa: Update from tzdata1997j.
3008         * time/antarctica: Likewise.
3009         * time/asia: Likewise.
3010         * time/australasia: Likewise.
3011         * time/backward: Likewise.
3012         * time/etcetera: Likewise.
3013         * time/europe: Likewise.
3014         * time/factory: Likewise.
3015         * time/northamerica: Likewise.
3016         * time/pacificnew: Likewise.
3017         * time/southamerica: Likewise.
3019         * time/tzfile.h: Update from tzcode1997h.
3020         * time/zic.c: Likewise.
3022         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
3023         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
3024         isw*() functions for Unix98.
3025         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
3026         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
3027         is defined.
3029 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3031         * locale/duplocale.c: Increase usage_count only if less than
3032         MAX_USAGE_COUNT.
3033         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
3034         MAX_USAGE_COUNT.
3035         * locale/setlocale.c: Likewise.
3037 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3039         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
3040         dependency to make it easier to install it selectively.
3042         * Makerules (.SUFFIXES): Don't define any suffixes.
3044 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3046         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
3047         * sysdeps/generic/statfs64.c: Emulate using statfs.
3048         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
3049         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
3050         * sysdpes/generic/ftruncate64.c: New file.
3051         * sysdpes/generic/truncate64.c: New file.
3053         * sysdeps/generic/bits/stat.h: Add LFS support.
3054         * sysdeps/generic/bits/statfs.h: Likewise.
3056         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
3057         [__USE_FILE_OFFSET64]: Make long long constant.
3058         (RLIM64_INFINITY): Likewise.
3060         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
3061         for LFS support.
3062         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
3063         * sysdeps/generic/bits/resource.h: Likewise.
3065         * misc/Makefile (routines): Add truncate64 and ftruncate64.
3067         * include/features.h: Don't prevent LFS support from defining BSD
3068         and SYSV things.
3070         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
3071         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
3072         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
3074         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
3075         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
3076         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3078         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
3079         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
3080         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
3081         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
3082         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
3083         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
3084         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
3085         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
3086         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
3087         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
3088         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
3089         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
3090         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
3091         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
3092         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
3093         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
3094         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
3095         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
3096         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
3097         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
3099         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
3100         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
3101         * sysdeps/unix/sysv/linux/xstat64.c: New file.
3102         * sysdeps/unix/sysv/linux/readdir64.c: New file.
3103         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
3105         * sysdeps/unix/sysv/linux/getdents64.c: New file.
3106         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
3107         [$(subdir)=dirent]: Add getdents64.
3108         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
3110         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
3112 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
3114         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
3116         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
3117         * sysdeps/generic/getrlimit64.c: Likewise.
3118         * sysdeps/generic/setrlimit.c: Likewise.
3119         * sysdeps/generic/setrlimit64.c: Likewise.
3121 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
3123         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
3124         using versioning.
3126         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
3128         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
3130 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3132         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
3133         after the codeset name.
3135 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3137         * libc.map: Add get_kernel_syms.
3139 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3141         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
3142         static.
3143         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
3144         Likewise.  Fix condition.
3146 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3148         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
3150 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3152         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
3153         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
3155 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3157         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
3158         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
3159         instead.  Oops.
3161 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3163         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
3165 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3167         * math/libm-test.c (catanh_test): Change epsilon.
3168         Reported by H.J. Lu.
3170 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
3172         * libc.map (__getpid): Added for linuxthreads.
3174 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
3176         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
3177         it if gcc uses static variable in DWARF2 unwind information
3178         for exception support.
3180         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
3182         * elf/soinit.c (__libc_global_ctors, _fini): Handle
3183         HAVE_DWARF2_UNWIND_INFO_STATIC.
3185         * libc.map (__register_frame*, __deregister_frame*): Make them
3186         global.
3188 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3190         * math/libm-test.c: Add more tests for "normal" values.
3192 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3194         * stdio-common/printf_fphex.c: Fix printing of long double number
3195         with a biased exponent of zero.  Fix rounding.
3197 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3199         * sunrpc/rpc_main.c: Accept new flag -$.
3200         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
3202 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3204         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
3205         dynamic linker first, in case the interface has changed.
3207 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3209         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
3210         order.
3212 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3214         * math/tgmath.h: Check for double first, for architectures where
3215         sizeof (long double) == sizeof (double).
3217 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3219         * math/libm-test.c: New tests for "normal" values added for most
3220         functions.
3222 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
3224         * version.h (VERSION): Bump to 2.0.91.
3226         * db2/makedb.c (process_input): Fix typo in message.
3227         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
3229         * elf/dynamic-link.h: Pretty print.
3231         * elf/rtld.c: Allow multiple preloading of a shared object.
3233         * include/limits.h: Prevent multiple inclusion.
3235         * malloc/Makefile (headers): Add mcheck.h.
3236         (distribute): Remove it here.
3237         * malloc/mcheck.h: Pretty print.
3238         * malloc/mtrace.c (mallenv): Make `const'.
3239         * malloc/mtrace.pl: Don't print table head for memory leaks if there
3240         are none.
3241         * manual/memory.texi: Update descriptor of malloc hooks.
3243         * posix/Makefile (routines): Add waitid.
3244         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
3245         on __id_t.
3246         * posix/sys/wait.h: Define idtype_t type.
3247         Add prototype for waitid.
3248         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
3249         * sysdeps/generic/waitid.c: Stub for waitid.
3250         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
3251         the __need_siginfo_t defined.
3252         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
3253         * sysdeps/generic/bits/types.h: Define __id_t.
3254         Correct definition of __FDMASK.
3255         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
3256         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
3257         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
3259         * sysdeps/posix/waitid.c: New file.
3260         Provided by Zack Weinberg.
3262         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
3264         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
3265         Add missing parameters.
3267         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
3268         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
3269         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
3270         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
3271         initialized.
3273         * sysdeps/i386/dl-machine.h: Little cleanup.
3275         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
3276         (__finite): Mark function as const.
3277         Add inline code for __ieee754_atan2.
3279         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
3280         (but don't use it now).
3281         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
3282         __atan.
3283         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
3284         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
3285         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
3286         real part.
3287         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
3288         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
3289         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
3290         __ieee754_atan2 to base 10.
3291         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
3292         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
3294         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
3295         old_kernel_sigaction.
3297         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
3299         * wctype/Makefile (routines): Add wctype_l.
3300         * wctype/wctype.h: Add declaration of __wctype_l.
3301         * wctype/wctype_l.c: New file.
3303 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
3305         * locale/C-ctype.c: Correct data for isw* functions.
3306         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
3307         byte order.
3308         * wctype/test_wctype.c: Add test for isw* functions.
3309         * wctype/wctype.c: Return value with expected byte order.
3311 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3313         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
3315 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
3317         * iconvdata/Makefile: Fix a typo.
3319         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
3320         oldsiglist for shared library.
3322         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
3323         sys_sigabbrev): Make them as the default version GLIBC_2.1.
3325         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
3326         sys_siglist, sys_sigabbrev): New file. Make them as the old
3327         version GLIBC_2.0.
3329         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
3330         to GLIBC_2.1.
3332 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
3334         * libio/iofgets.c (_IO_fgets): Return an error only if there
3335         is a new error.
3336         * libio/iogets.c (_IO_gets): Ditto.
3338 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
3340         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
3342         * libio/Makefile (routines, shared-only-routines): Add
3343         oldiofdopen.
3345         * libio/fileops.c: Don't use _IO_FILE_complete.
3346         * libio/iofdopen.c: Ditto.
3347         * libio/iofopen.c: Ditto.
3348         * libio/iofopen64.c: Ditto.
3349         * libio/iopopen.c: Ditto.
3350         * libio/iovdprintf.c: Ditto.
3352         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
3354         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
3355         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
3357         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
3358         _IO_old_fdopen, _IO_new_fdopen): New declaration.
3360         * libio/libio.h (_IO_FILE): Add more fields.
3361         (_IO_FILE_complete): Defined and make _IO_FILE be the old
3362         one if _IO_USE_OLD_IO_FILE is defined
3363         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
3364         them _IO_FILE_complete.
3366         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
3367         to adjust vtable.
3368         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
3369         _IO_JUMPS.
3370         (_IO_FILE_complete): Commented out.
3372         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
3373         * libio/oldiofclose.c: Ditto.
3374         * libio/oldiofopen.c: Ditto.
3375         * libio/oldstdfiles.c: Ditto.
3377         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
3378         for the old _IO_FILE.
3380         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
3381         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
3382         and stderr.
3384         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
3385         and remove INAME.
3387         * libio/stdio.c (stdin, stdout, stdin): Don't use
3388         _IO_FILE_complete.
3390         * libio/oldiofdopen.c: New.
3392         * stdio-common/vfprintf.c (buffered_vfprintf): Set
3393         hp->_vtable_offset to 0.
3395 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
3397         * libc.map (_IO_file_open): Added.
3399         * libio/libioP.h (_IO_file_open): Declared.
3401         * libio/fileops.c (_IO_file_open): New.
3402         (_IO_file_fopen): Call _IO_file_open ().
3404         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
3405         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
3407 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3409         * signal/signal.h: Fix selection of signal semantics to match
3410         comment.
3412 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3414         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
3415         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
3416         rt_sigreturn.
3417         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
3418         [$(subdir)=signal]: Remove rt_sigreturn.
3419         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
3420         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
3421         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
3423 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3425         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
3426         declarations.
3428 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3430         * iconvdata/extra-module.mk: Expand extra-objs now.
3432 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3434         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
3435         inline functions by feature tests to avoid warning about missing
3436         prototype declarations.
3438 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3440         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
3441         return code for non existent +name entries.
3442         * nis/nss_compat/compat-pwd.c: Likewise.
3443         * nis/nss_compat/compat-spwd.c: Likewise.
3445 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
3447         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
3448         (EIO): Likewise.
3449         (ENOSPC): Likewise.
3450         (EEXIST): Likewise.
3451         (__errno_location): Likewise.
3453         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
3455         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
3457 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3459         * sunrpc/publickey.c: Use new NSS interface.
3461 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
3463         * manual/malloc.texi: Document mtrace/muntrace and the concept.
3465 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3467         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
3468         value, to match spirit of the standard.
3469         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
3470         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
3471         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
3473 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3475         * manual/signal.texi (Signal Stack): Remove spurious @item.
3477 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3479         * rt/aio.h: Remove double semicolon.
3481         * rt/librt.map: Add aio_init.
3483 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
3485         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
3486         * Makefile (subdirs): Replace rt by $(rt).
3488         * shlib-versions: Use version .2 for NSS modules.
3490         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
3491         argument.
3492         * pwd/fgetpwent_r.c: Likewise.
3493         * spwd/fgetspent_r.c: Likewise.
3494         * spwd/sgetspent_r.c: Likewise.
3495         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
3496         Store error number in *ERRNOP.  Little optimization.
3497         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
3498         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
3499         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
3500         (__internal_getnetgrent_r): New argument.
3501         Call __internal_setnetgrent_reuse with new argument.
3502         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
3503         * inet/netgroup.h: Add argument to prototypes.
3504         * nis/nisplus-parser.h: Likewise.
3505         * nis/nss_compat/compat-grp.c: Change everything to store error
3506         code through provided pointer and not use errno.
3507         * nis/nss_compat/compat-pwd.c: Likewise.
3508         * nis/nss_compat/compat-spwd.c: Likewise.
3509         * nis/nss_nis/nis-alias.c: Likewise.
3510         * nis/nss_nis/nis-ethers.c: Likewise.
3511         * nis/nss_nis/nis-grp.c: Likewise.
3512         * nis/nss_nis/nis-hosts.c: Likewise.
3513         * nis/nss_nis/nis-netgrp.c: Likewise.
3514         * nis/nss_nis/nis-network.c: Likewise.
3515         * nis/nss_nis/nis-proto.c: Likewise.
3516         * nis/nss_nis/nis-publickey.c: Likewise.
3517         * nis/nss_nis/nis-pwd.c: Likewise.
3518         * nis/nss_nis/nis-rpc.c: Likewise.
3519         * nis/nss_nis/nis-service.c: Likewise.
3520         * nis/nss_nis/nis-spwd.c: Likewise.
3521         * nis/nss_nisplus/nisplus-alias.c: Likewise.
3522         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
3523         * nis/nss_nisplus/nisplus-grp.c: Likewise.
3524         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
3525         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
3526         * nis/nss_nisplus/nisplus-network.c: Likewise.
3527         * nis/nss_nisplus/nisplus-parser.c: Likewise.
3528         * nis/nss_nisplus/nisplus-proto.c: Likewise.
3529         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3530         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
3531         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
3532         * nis/nss_nisplus/nisplus-service.c: Likewise.
3533         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
3534         * nss/nss_db/db-XXX.c: Likewise.
3535         * nss/nss_db/db-alias.c: Likewise.
3536         * nss/nss_db/db-netgrp.c: Likewise.
3537         * nss/nss_files/files-XXX.c: Likewise
3538         * nss/nss_files/files-alias.c: Likewise
3539         * nss/nss_files/files-netgrp.c: Likewise
3540         * nss/nss_files/files-parse.c: Likewise
3541         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
3542         parameter of get functions.
3543         * nss/getXXent_r.c: Likewise.
3545         * localedata/tst-fmon.c: Print debug info if test fails.
3547         * rt/Makefile (routines): Add aio_notify.
3548         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
3549         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
3550         * rt/aio_fsync.c: Likewise.
3551         * rt/aio_misc.c: Likewise.
3552         * rt/aio_misc.h: Likewise.
3553         * rt/aio_read.c: Likewise.
3554         * rt/aio_read64.c: Likewise.
3555         * rt/aio_suspend.c: Likewise.
3556         * rt/aio_write.c: Likewise.
3557         * rt/aio_write64.c: Likewise.
3558         * rt/lio_listio.c: Likewise.
3559         * rt/lio_listio64.c: Likewise.
3560         * rt/aio_notify.c: New file.
3562         * sysdeps/generic/bits/sigset.h: Pretty print.
3564         * sysdeps/posix/pwrite.c: Define weak alias only if function is
3565         really defined as __pwrite.
3567         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
3568         instead of pread64.
3569         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3571         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3572         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
3573         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
3574         size in syscall.
3575         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3576         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3577         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
3578         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3579         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
3580         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3581         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
3582         for ACT being NULL.
3583         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
3584         RT signals.
3585         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
3586         __NR_pread is not defined.
3587         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
3588         __NR_pwrite is not defined.
3590 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3592         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
3593         handle for /etc/group back in some more cases.
3594         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
3595         handle for /etc/passwd back in some more cases.
3596         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
3597         handle for /etc/shadow back in some more cases.
3599 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
3601         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
3602         beyound its size.
3603         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
3604         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
3606 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
3608         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
3609         handling.  Don't use macros, we need functions.  Use inline functions
3610         for optimization.
3611         * sysdeps/wordsize-64/inttypes.h: Likewise.
3612         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
3613         and wcstoumax.
3614         * sysdeps/wordsize-64/Makefile: Likewise.
3615         * sysdeps/wordsize-32/Dist: Likewise.
3616         * sysdeps/wordsize-64/Dist: Likewise.
3617         * sysdeps/wordsize-32/strtoimax.c: New file.
3618         * sysdeps/wordsize-32/strtoumax.c: New file.
3619         * sysdeps/wordsize-32/wcstoimax.c: New file.
3620         * sysdeps/wordsize-32/wcstoumax.c: New file.
3621         * sysdeps/wordsize-64/strtoimax.c: New file.
3622         * sysdeps/wordsize-64/strtoumax.c: New file.
3623         * sysdeps/wordsize-64/wcstoimax.c: New file.
3624         * sysdeps/wordsize-64/wcstoumax.c: New file.
3626 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
3628         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
3629         that transparent union works.
3630         * sysdeps/generic/wait4.c (__wait4): Likewise.
3631         * sysdeps/generic/wait.c (__wait): Likewise.
3633         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
3634         size_t.
3636         * sysdeps/generic/syscall.c (syscall): Return value and arg are
3637         long, to match prototype.
3639         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
3640         have mremap() yet.
3642         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
3644         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
3646         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
3648         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
3649         __rlim_t.
3651         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
3653         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
3655         * io/sys/stat.h (S_ISLNK): Always false if we don't have
3656         __S_IFLNK.
3658         * sysdeps/standalone/close.c (_STDIO_H): Define before including
3659         <bits/stdio_lim.h>.
3660         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
3662 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
3664         * posix/sys/wait.h: Don't use transparent unions in C++.
3666 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3668         * time/time.h: Add strfxtime.
3670         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
3671         sysv_signal, strfxtime, pread64, pwrite64.
3673 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
3675         Alpha changes for EGCS:
3676         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
3677         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
3678         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
3679         (_start): Likewise.
3680         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
3682 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
3684         The kernel expects the arguments in a different order.
3685         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
3686         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
3688         * FAQ.in: New file.
3689         * gen-FAQ.pl: New file.
3690         * Makefile (FAQ): Add rule to generate from FAQ.in.
3692         * iconvdata/Makefile: Treat libJIS like the other modules.
3694         * rt/librt.map: New file.
3696         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
3697         inclusion.
3698         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
3699         comment.
3701 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
3703         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
3704         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3705         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
3706         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3708 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3710         * string/bits/string2.h: Fix spellings.
3712         * string/string.h: Fix spellings.
3714 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3716         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
3717         declaration to __syscall_rt_sigaction.
3719         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
3720         non-existant <sigcontext.h>.
3722 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3724         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
3725         typo.
3727 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3729         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
3731         * Makeconfig (shared-thread-library): Correct spelling.
3733         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
3734         <asm/pci.h>.
3736 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3738         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
3739         constants from Linux headers. Pointed out by
3740         csmall@scooter.o.i.net. [PR libc/369]
3742 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3744         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
3746 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3748         * configure.in: If --enable-add-ons is given without an
3749         argument, set the addons list to all subdirs with a configure
3750         script.
3752 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
3754         * Makeconfig: Add shared-thread-library variable.
3756         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
3757         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
3758         here.
3759         * sysdeps/m68k/fpu/e_acos.c: Likewise.
3760         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
3761         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
3762         * sysdeps/m68k/fpu/e_pow.c: Likewise.
3763         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
3764         * sysdeps/m68k/fpu/k_cos.c: Likewise.
3765         * sysdeps/m68k/fpu/k_sin.c: Likewise.
3766         * sysdeps/m68k/fpu/k_tan.c: Likewise.
3767         * sysdeps/m68k/fpu/s_atan.c: Likewise.
3768         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
3769         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
3770         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
3771         * sysdeps/m68k/fpu/s_csin.c: Likewise.
3772         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
3773         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
3774         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
3775         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
3776         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
3777         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
3778         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
3779         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
3780         * sysdeps/m68k/fpu/s_modf.c: Likewise.
3781         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
3782         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
3783         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
3785         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
3786         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
3787         * signal/Makefile (headers): Add bits/siginfo.h.
3788         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
3789         (distribute): Add testrtsig.h.
3790         * signal/allocrtsig.c: New file.
3791         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
3792         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
3793         __libc_current_sigrtmax.
3794         * sysdeps/generic/sigqueue.c: New file.
3795         * sysdeps/generic/sigtimedwait.c: New file.
3796         * sysdeps/generic/sigwaitinfo.c: New file.
3797         * sysdeps/generic/testrtsig.h: New file.
3798         * sysdeps/generic/bits/siginfo.h: New file.
3799         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
3800         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
3801         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
3802         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
3803         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
3804         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
3805         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
3806         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
3807         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
3808         * sysdeps/unix/sysv/linux/sigpending.c: New file.
3809         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
3810         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
3811         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
3812         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
3813         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
3814         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
3815         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
3816         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
3817         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
3818         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
3819         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
3820         and _POSIX_REALTIME_SIGNALS.
3821         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
3822         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
3823         update _NSIG.
3824         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
3825         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
3826         definitions.
3828         * Makefile (subdirs): Add rt.
3829         * shlib-versions: Add entry for librt.
3830         * rt/Makefile: New file.
3831         * rt/aio.h: New file.
3832         * rt/aio_cancel.c: New file.
3833         * rt/aio_error.c: New file.
3834         * rt/aio_fsync.c: New file.
3835         * rt/aio_misc.c: New file.
3836         * rt/aio_misc.h: New file.
3837         * rt/aio_read.c: New file.
3838         * rt/aio_read64.c: New file.
3839         * rt/aio_return.c: New file.
3840         * rt/aio_suspend.c: New file.
3841         * rt/aio_write.c: New file.
3842         * rt/aio_write64.c: New file.
3843         * rt/lio_listio.c: New file.
3844         * rt/lio_listio64.c: New file.
3845         * sysdeps/generic/aio_sigqueue.c: New file.
3846         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
3847         * sysdeps/unix/sysv/linux/Dist: Add new files
3848         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
3849         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
3850         rt_sigqueueinfo, rt_sigaction.
3852         * posix/Makefile (headers): Add bits/environments.h.
3853         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
3854         and _CS_LFS_CFLAGS on 64bit platforms.
3855         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
3856         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
3857         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
3858         compilation modules.
3859         * sysdeps/wordsize-32/bits/environments.h: New file.
3860         * sysdeps/wordsize-64/bits/environments.h: New file.
3862         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
3863         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
3864         __libc_pid.
3865         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
3866         0xf00baa.
3868         * string/string.h: Add declaration of __strverscmp.
3869         * string/strverscmp.c: Rename function ot __strverscmp and make old
3870         name weak alias.
3872         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
3873         * sysdeps/generic/enbl-secure.c: Likewise.
3874         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3876         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
3878         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
3880 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
3882         * posix/sys/wait.h: Use __transparent_union__ instead of
3883         transparent_union.  Reported by Roland McGrath.
3885 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3887         * resolv/inet_neta.c (inet_neta): Change type of first parameter
3888         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
3889         [PR libc/366].
3891         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
3893         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
3895 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3897         * grp/initgroups.c: Increase buffer if it is too small.
3899 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
3901         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
3902         fields, this is no ISO C.  Reported by Andreas Jaeger.
3904 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3906         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
3908 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
3910         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
3911         _SYS_UTSNAME_H not _UTSNAME_H.
3913 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3915         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
3916         computing s_scale.
3918 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3920         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
3921         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
3922         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
3924         * math/libm-test.c (csqrt_test): Add testcase.
3926 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
3928         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
3929         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
3930         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
3932 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3934         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
3936 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3938         * math/libm-test.c (acos_test): Add more tests.
3939         (asin_test): Likewise.
3940         (atan_test): Likewise.
3941         (exp_test): Likewise.
3942         (sin_test): Likewise.
3943         (sqrt_test): Likewise.
3944         (cpow_test): Likewise.
3945         (csqrt_test): Likewise.
3946         (cexp_test): Correct typo in gcc version test.
3948 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
3950         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
3951         <bits/setjmp.h>.
3952         * sysdeps/arm/setjmp.S: Likewise.
3954         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
3956 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
3958         * stdio/stdio.h: Add prototype for tmpfile64().
3960 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
3962         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
3963         prototype to keep in step with libio version.
3965         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
3967 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
3969         * sysdeps/generic/Makefile: Don't try to use make_siglist if
3970         cross-compiling.
3972 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
3974         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
3975         load GOT ptr before jumping to _exit.
3976         Reported by Xavier Leroy.
3978 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
3980         * Makefile (subdirs): Add iconvdata and localedata.
3982         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
3984         * iconv/gconv_conf.c (read_conf_file): Little optimization.
3986         * iconvdata/8bit-gap.c: New file.
3987         * iconvdata/8bit-generic.c: Renamed from ...
3988         * iconvdata/iso8859-generic.c: ...this.
3989         * iconvdata/configure: Removed.
3990         * iconvdata/Makefile: Add new modules and better rules.
3991         * iconvdata/iso6937.c: Minor bug fixes.
3992         * iconvdata/iso8859-1.c: Likewise.
3993         * iconvdata/t61.c: Likewise.
3994         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
3995         Minor bug fixes.
3996         * iconvdata/iso8859-3.c: Likewise.
3997         * iconvdata/iso8859-4.c: Likewise.
3998         * iconvdata/iso8859-5.c: Likewise.
3999         * iconvdata/iso8859-6.c: Likewise.
4000         * iconvdata/iso8859-7.c: Likewise.
4001         * iconvdata/iso8859-8.c: Likewise.
4002         * iconvdata/iso8859-9.c: Likewise.
4003         * iconvdata/iso8859-10.c: Likewise.
4004         * iconvdata/ebcdic-at-de-a.c: New file.
4005         * iconvdata/ebcdic-at-de.c: New file.
4006         * iconvdata/ebcdic-ca-fr.c: New file.
4007         * iconvdata/hp-roman8.c: New file.
4008         * iconvdata/koi-8.c: New file.
4009         * iconvdata/koi8-r.c: New file.
4010         * iconvdata/koi8-h.c: New file.
4011         * iconvdata/latin-greek-1.c: New file.
4012         * iconvdata/latin-greek-1.h: New file.
4013         * iconvdata/latin-greek.c: New file.
4014         * iconvdata/latin-greek.h: New file.
4015         * iconvdata/jis0201.c: New file.
4016         * iconvdata/jis0201.h: New file.
4017         * iconvdata/jis0208.c: New file.
4018         * iconvdata/jis0208.h: New file.
4019         * iconvdata/jis0212.c: New file.
4020         * iconvdata/jis0212.h: New file.
4021         * iconvdata/sjis.c: New file.
4022         * iconvdata/gap.pl: New file.  Script to generate table header.
4023         * iconvdata/gaptab.pl: New file.
4024         * iconvdata/gconv-modules: Add info about new modules.
4026         * locale/programs/charmap.c: Also examine alias names given in charmap
4027         files.
4029         * localedata/*: Add to here from add-on.  We need the information
4030         to generate tables for iconv.
4032         Update from db-2.3.14.
4033         * db2/Makefile: Updated.
4034         * db2/config.h: Likewise.
4035         * db2/db.h: Likewise.
4036         * db2/db_int.h: Likewise.
4037         * db2/btree/bt_cursor.c: Likewise.
4038         * db2/btree/bt_delete.c: Likewise.
4039         * db2/btree/bt_put.c: Likewise.
4040         * db2/btree/bt_search.c: Likewise.
4041         * db2/btree/bt_split.c: Likewise.
4042         * db2/btree/btree_auto.c: Likewise.
4043         * db2/common/db_appinit.c: Likewise.
4044         * db2/common/db_apprec.c: Likewise.
4045         * db2/common/db_err.c: Likewise.
4046         * db2/common/db_region.c: Likewise.
4047         * db2/db/db_auto.c: Likewise.
4048         * db2/db/db_dispatch.c: Likewise.
4049         * db2/db/db_ret.c: Likewise.
4050         * db2/dbm/dbm.c: Likewise.
4051         * db2/hash/hash_auto.c: Likewise.
4052         * db2/include/btree_ext.h: Likewise.
4053         * db2/include/common_ext.h: Likewise.
4054         * db2/include/db.h.src: Likewise.
4055         * db2/include/db_cxx.h: Likewise.
4056         * db2/include/db_ext.h: Likewise.
4057         * db2/include/db_int.h.src: Likewise.
4058         * db2/include/lock.h: Likewise.
4059         * db2/include/log.h: Likewise.
4060         * db2/include/mp.h: Likewise.
4061         * db2/include/mp_ext.h: Likewise.
4062         * db2/include/os_ext.h: Likewise.
4063         * db2/include/os_func.h: Likewise.
4064         * db2/lock/lock.c: Likewise.
4065         * db2/lock/lock_deadlock.c: Likewise.
4066         * db2/log/log.c: Likewise.
4067         * db2/log/log_archive.c: Likewise.
4068         * db2/log/log_auto.c: Likewise.
4069         * db2/log/log_get.c: Likewise.
4070         * db2/log/log_put.c: Likewise.
4071         * db2/mp/mp_bh.c: Likewise.
4072         * db2/mp/mp_fget.c: Likewise.
4073         * db2/mp/mp_fopen.c: Likewise.
4074         * db2/mp/mp_fput.c: Likewise.
4075         * db2/mp/mp_fset.c: Likewise.
4076         * db2/mp/mp_open.c: Likewise.
4077         * db2/mp/mp_pr.c: Likewise.
4078         * db2/mp/mp_region.c: Likewise.
4079         * db2/mp/mp_sync.c: Likewise.
4080         * db2/mutex/README: Likewise.
4081         * db2/mutex/mutex.c: Likewise.
4082         * db2/os/os_open.c: Likewise.
4083         * db2/os/os_func.c: Removed.
4084         * db2/os/os_config.c: New file.
4085         * db2/os/os_spin.c: New file.
4086         * db2/txn/txn.c: Likewise.
4087         * db2/txn/txn_auto.c: Likewise.
4089 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
4091         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
4092         __typeof for C++ since this fails for class members.
4093         Reported by Neal Becker <neal@ctd.comsat.com>.
4095 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4097         * configure.in: Check for a working makeinfo (3.11 or better).
4098         * config.make.in: Add MAKEINFO to be substituted.
4099         * manual/Makefile: Don't update info if makeinfo is too old.
4101 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
4103         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
4104         * sysdeps/alpha/__longjmp.S: Likewise.
4105         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
4106         not <bits/termios.h>.
4108         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
4109         __llseek and make llseek and lseek64 weak aliases.
4110         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4111         Patches by a sun <asun@zoology.washington.edu>.
4113 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4115         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
4116         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4117         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4118         * misc/sys/syslog.h: Clean up BSD header.
4120 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4122         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
4124         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
4125         for ctan(+-inf,x).
4126         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
4127         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
4129         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
4130         csqrt (-1), ctanh(i*pi/4).
4132 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4134         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
4136 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
4138         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
4140 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4142         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
4144 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
4146         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
4147         and use.  Define GETCWD_RETURN_TYPE instead and use it.
4148         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
4149         of GETCWD_STORYGE_CLASS and put the return type and the
4150         `internal_function' in the right order for gcc 2.7.2.
4152 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4154         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
4155         incompatible with Linux 2.1.x.  Packages using modules
4156         (e.g. modutils) should/do provide their own version.  Suggested by
4157         Richard Henderson.
4159         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
4161         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4162         [$(subdir)=socket]: Remove sys/module.h.
4164 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
4166         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
4167         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
4169         * iconv/gconv_close.c: Correct freeing of descriptor data.
4170         * iconv/gconv_simple.c: Return correct error values for illegal or
4171         incomplete characters.
4173         * Makefile (iconvdata/%): Special goal to simplify iconvdata
4174         development.
4175         * iconvdata/Makefile: New file.
4176         * iconvdata/configure: Likewise.
4177         * iconvdata/extra-module.mk: Likewise.
4178         * iconvdata/gconv-modules: Likewise.
4179         * iconvdata/iso6937.c: Likewise.
4180         * iconvdata/iso8859-1.c: Likewise.
4181         * iconvdata/iso8859-10.c: Likewise.
4182         * iconvdata/iso8859-10.h: Likewise.
4183         * iconvdata/iso8859-2.c: Likewise.
4184         * iconvdata/iso8859-2.h: Likewise.
4185         * iconvdata/iso8859-3.c: Likewise.
4186         * iconvdata/iso8859-3.h: Likewise.
4187         * iconvdata/iso8859-4.c: Likewise.
4188         * iconvdata/iso8859-4.h: Likewise.
4189         * iconvdata/iso8859-5.c: Likewise.
4190         * iconvdata/iso8859-5.h: Likewise.
4191         * iconvdata/iso8859-6.c: Likewise.
4192         * iconvdata/iso8859-6.h: Likewise.
4193         * iconvdata/iso8859-7.c: Likewise.
4194         * iconvdata/iso8859-7.h: Likewise.
4195         * iconvdata/iso8859-8.c: Likewise.
4196         * iconvdata/iso8859-8.h: Likewise.
4197         * iconvdata/iso8859-9.c: Likewise.
4198         * iconvdata/iso8859-9.h: Likewise.
4199         * iconvdata/iso8859-generic.c: Likewise.
4200         * iconvdata/t61.c: Likewise.
4202         * string/Makefile (routines): Add strcasestr.
4203         * string/string.h: Add prototype for strcasestr.
4204         * sysdeps/generic/strcasestr.c: New file.
4205         * wcsmbs/mbrtowc.c: Simplify special case a bit.
4206         * wcsmbs/wcrtomb.c: Likewise.
4207         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
4208         * wcsmbs/wcsnrtombs.c: Likewise.
4209         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
4210         partial character is read.
4211         * wcsmbs/wcsrtombs.c: Likewise.
4212         * wcsmbs/wmemrtombs.c: Likewise.
4213         * wcsmbs/wmemrtowcs.c: Likewise.
4215         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
4216         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
4217         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
4218         * sysdeps/i386/elf/setjmp.S: Likewise.
4219         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
4220         <bits/termios.h>.
4222         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
4223         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
4225         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
4226         * sysvipc/sys/ipc.h: Likewise.
4227         * sysvipc/sys/msg.h: Likewise.
4228         * sysvipc/sys/sem.h: Likewise.
4229         * sysvipc/sys/shm.h: Likewise.
4231         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
4232         used directly.
4233         * sysdeps/alpha/bits/setjmp.h: Likewise.
4234         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
4235         * sysdeps/arm/bits/endian.h: Likewise.
4236         * sysdeps/arm/bits/setjmp.h: Likewise.
4237         * sysdeps/generic/bits/byteswap.h: Likewise.
4238         * sysdeps/generic/bits/confname.h: Likewise.
4239         * sysdeps/generic/bits/dirent.h: Likewise.
4240         * sysdeps/generic/bits/dlfcn.h: Likewise.
4241         * sysdeps/generic/bits/endian.h: Likewise.
4242         * sysdeps/generic/bits/fenv.h: Likewise.
4243         * sysdeps/generic/bits/huge_val.h: Likewise.
4244         * sysdeps/generic/bits/in.h: Likewise.
4245         * sysdeps/generic/bits/ioctl-types.h: Likewise.
4246         * sysdeps/generic/bits/ioctls.h: Likewise.
4247         * sysdeps/generic/bits/ipc.h: Likewise.
4248         * sysdeps/generic/bits/msq.h: Likewise.
4249         * sysdeps/generic/bits/poll.h: Likewise.
4250         * sysdeps/generic/bits/resource.h: Likewise.
4251         * sysdeps/generic/bits/sched.h: Likewise.
4252         * sysdeps/generic/bits/sem.h: Likewise.
4253         * sysdeps/generic/bits/setjmp.h: Likewise.
4254         * sysdeps/generic/bits/shm.h: Likewise.
4255         * sysdeps/generic/bits/sigaction.h: Likewise.
4256         * sysdeps/generic/bits/sigcontext.h: Likewise.
4257         * sysdeps/generic/bits/socket.h: Likewise.
4258         * sysdeps/generic/bits/stat.h: Likewise.
4259         * sysdeps/generic/bits/statfs.h: Likewise.
4260         * sysdeps/generic/bits/stdio_lim.h: Likewise.
4261         * sysdeps/generic/bits/termios.h: Likewise.
4262         * sysdeps/generic/bits/time.h: Likewise.
4263         * sysdeps/generic/bits/uio.h: Likewise.
4264         * sysdeps/generic/bits/utmp.h: Likewise.
4265         * sysdeps/generic/bits/utmpx.h: Likewise.
4266         * sysdeps/generic/bits/utsname.h: Likewise.
4267         * sysdeps/generic/bits/waitflags.h: Likewise.
4268         * sysdeps/generic/bits/waitstatus.h: Likewise.
4269         * sysdeps/gnu/bits/utmp.h: Likewise.
4270         * sysdeps/gnu/bits/utmpx.h: Likewise.
4271         * sysdeps/i386/bits/byteswap.h: Likewise.
4272         * sysdeps/i386/bits/endian.h: Likewise.
4273         * sysdeps/i386/bits/huge_val.h: Likewise.
4274         * sysdeps/i386/bits/setjmp.h: Likewise.
4275         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
4276         * sysdeps/ieee754/bits/huge_val.h: Likewise.
4277         * sysdeps/m68k/bits/byteswap.h: Likewise.
4278         * sysdeps/m68k/bits/endian.h: Likewise.
4279         * sysdeps/m68k/bits/setjmp.h: Likewise.
4280         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
4281         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
4282         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
4283         * sysdeps/mach/hurd/bits/stat.h: Likewise.
4284         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
4285         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
4286         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
4287         * sysdeps/mips/bits/dlfcn.h: Likewise.
4288         * sysdeps/mips/bits/endian.h: Likewise.
4289         * sysdeps/mips/bits/setjmp.h: Likewise.
4290         * sysdeps/mips/dec/bits/endian.h: Likewise.
4291         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
4292         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
4293         * sysdeps/mips/p40/bits/endian.h: Likewise.
4294         * sysdeps/powerpc/bits/endian.h: Likewise.
4295         * sysdeps/powerpc/bits/fenv.h: Likewise.
4296         * sysdeps/powerpc/bits/setjmp.h: Likewise.
4297         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
4298         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
4299         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
4300         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
4301         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
4302         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
4303         * sysdeps/unix/bsd/bits/stat.h: Likewise.
4304         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
4305         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
4306         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
4307         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
4308         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
4309         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
4310         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
4311         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
4312         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
4313         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4314         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
4315         * sysdeps/unix/common/bits/dirent.h: Likewise.
4316         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
4317         * sysdeps/unix/sysv/bits/stat.h: Likewise.
4318         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
4319         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
4320         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
4321         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
4322         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
4323         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
4324         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
4325         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
4326         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
4327         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
4328         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
4329         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
4330         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
4331         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
4332         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
4333         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
4334         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
4335         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
4336         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
4337         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4338         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
4339         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
4340         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
4341         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
4342         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4343         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
4344         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
4345         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
4346         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
4347         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
4348         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
4349         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
4350         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
4351         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
4352         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
4353         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
4354         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
4355         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
4356         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
4357         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
4358         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
4359         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
4360         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4361         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
4362         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
4363         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
4364         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
4365         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
4366         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
4367         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4368         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
4369         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
4370         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
4371         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4372         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
4373         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
4374         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
4375         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
4376         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
4377         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
4378         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
4379         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
4380         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
4381         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
4382         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
4383         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
4384         * sysdeps/vax/bits/huge_val.h: Likewise.
4385         * sysdeps/vax/bits/setjmp.h: Likewise.
4386         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
4387         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
4389 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4391         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
4393 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
4395         * strftime.c (strftime):
4396         No longer any need to undef or declare if emacs is defined.
4397         (my_strftime): When checking a -1 returned by mktime, don't blow up
4398         if localtime_r returns NULL.
4400 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4402         * README.template: Fix spelling.
4404 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4406         * configure.in: Enhance --enable-add-ons description a wee bit.
4408 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4410         * glibcbug.in: Add more information of build environment and flags.
4412 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4414         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
4415         it into ENOENT.
4417 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
4419         * elf/dl-support.c: Call __libc_init_secure to make sure
4420         __libc_enable_secure is defined early.
4421         * sysdeps/generic/enbl-secure.c: Change function name to
4422         __libc_init_secure and make it global instead of a constructor.
4424         * iconv/gconv.c: Fix lots of bugs.
4425         * iconv/gconv.h: Likewise.
4426         * iconv/gconv_builtin.h: Likewise.
4427         * iconv/gconv_close.c: Likewise.
4428         * iconv/gconv_conf.c: Likewise.
4429         * iconv/gconv_db.c: Likewise.
4430         * iconv/gconv_dl.c: Likewise.
4431         * iconv/gconv_open.c: Likewise.
4432         * iconv/gconv_simple.c: Likewise.
4433         * iconv/iconv.c: Likewise.
4434         * iconv/iconv_close.c: Likewise.
4435         * iconv/iconv_open.c: Likewise.
4437         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
4438         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
4439         * wcsmbs/wmemrtombs.c: New file.
4440         * wcsmbs/wmemrtowcs.c: New file.
4442 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
4444         * iconv/gconv_simple.c: Fix lots of bugs.
4445         * iconv/iconv_open.c: Normalize names before passing them to
4446         __gconv_open.
4448         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
4450         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
4451         * stdio-common/test-popen.c: Add test for above change.
4453         * math/libm-test.c: Print test results also using %a format,
4454         specified in PRINTF_XEXPR macro.
4455         * math/test-double.c: Define PRINTF_XEXPR.
4456         * math/test-float.c: Likewise.
4457         * math/test-ldouble.c: Likewise.
4458         * math/test-idouble.c: Likewise.
4459         * math/test-ifloat.c: Likewise.
4460         * math/test-ildoubl.c: Likewise.
4462         * stdio-common/vfscanf.c: Recognize a in format specifier only as
4463         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
4464         FP number format.
4466         * stdlib/strtod.c: Little code cleanup.
4468         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
4469         compiling in math subdir.
4471         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
4472         instead of __LIBC_M81_MATH_INLINES.
4473         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
4474         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
4475         * sysdeps/m68k/fpu/e_pow.c: Likewise.
4476         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
4477         * sysdeps/m68k/fpu/k_cos.c: Likewise.
4478         * sysdeps/m68k/fpu/k_sin.c: Likewise.
4479         * sysdeps/m68k/fpu/k_tan.c: Likewise.
4480         * sysdeps/m68k/fpu/s_atan.c: Likewise.
4481         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
4482         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
4483         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
4484         * sysdeps/m68k/fpu/s_csin.c: Likewise.
4485         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
4486         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
4487         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
4488         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
4489         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
4490         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
4491         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
4492         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
4493         * sysdeps/m68k/fpu/s_modf.c: Likewise.
4494         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
4495         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
4496         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
4497         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
4498         __LIBC_INTERNAL_MATH_INLINES is defined.
4500         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
4501         of compare macros from ISO C 9X.  Optimize generic versions a bit.
4502         Define __signbit inline functions and __ieee754_sqrt which can be
4503         used if the ompiler is fixed.
4505         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
4507 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4509         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
4510         sysdeps/generic in the whole dep file, not only in the first line.
4512 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4514         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
4516 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4518         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
4519         place.
4521 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4523         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
4524         is non-empty.
4526 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
4528         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
4529         return value.
4531 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
4533         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
4534         readlink succeeds but the return value is too long.
4536         * stdio-common/printf_fphex.c: Determine sign of number correctly.
4538 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
4540         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
4541         __remqu for Alpha.
4543 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
4545         * sysdeps/generic/sys/ucontext.h: Stub context file.
4547         * libio/iofprintf.c: Removed.  We use the stdio-common version.
4549         * manual/Makefile (distribute): Add stdio-fp.c.
4551         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
4553         * db2/Makefile (distribute): Add include/os_func.h, README and
4554         mutex/tsl_parisc.s.
4556         * hesiod/Makefile (distribute): Add README.hesiod.
4558 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
4560         * iconv/gconv.c: Correctly call transformation function.
4562         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
4564 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4566         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
4567         wrong results for e.g. remquo (3,2, &x)).
4568         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
4569         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
4571 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4573         * configure.in (ld --version-script): Test if the same symbol
4574         maybe defined in all versions (needed by recent changes to
4575         libc.map and supported with binutils 2.8.1.0.17) and issue warning
4576         if versioning is not supported/enabled.
4577         (bash test): Correct test case.
4579         * math/libm-test.c: Added counting/reporting of number of test cases.
4581         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
4582         use awk instead.
4584         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
4586 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4588         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
4590 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
4592         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
4593         Replace revoke call by use of REVOKE.
4594         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
4595         empty and #include generic version.
4596         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4598 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
4600         * libc.map: Add socket functions with __libc_* names.
4601         Reported by Andreas Jaeger.
4603 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4605         * libc.map: Tidy up (remove duplicates, sort entries).
4607 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4609         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
4611 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
4613         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
4614         again after successful call.
4615         Patch by Marc Lehmann <pcg@goof.com>.
4617 1997-11-17  Paul Eggert  <eggert@twinsun.com>
4619         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
4620         as some hosts need this to declare localtime_r properly.
4622 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
4624         * libc.map: Add iconv_open, iconv, and iconv_close.
4626 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
4628         * iconv/Makefile: New file.
4629         * iconv/gconv.c: New file.
4630         * iconv/gconv.h: New file.
4631         * iconv/gconv_builtin.c: New file.
4632         * iconv/gconv_builtin.h: New file.
4633         * iconv/gconv_close.c: New file.
4634         * iconv/gconv_conf.c: New file.
4635         * iconv/gconv_db.c: New file.
4636         * iconv/gconv_dl.c: New file.
4637         * iconv/gconv_open.c: New file.
4638         * iconv/gconv_simple.c: New file.
4639         * iconv/iconv.c: New file.
4640         * iconv/iconv.h: New file.
4641         * iconv/iconv_close.c: New file.
4642         * iconv/iconv_open.c: New file.
4643         * include/gconv.h: New file.
4645         * Makeconfig: Define gconvdir.
4646         * Makefile (subdirs): Add iconv.
4648         * string/bits/string2.h: Add optimization for strtok_r.
4650         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
4651         for NULL.
4652         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
4653         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
4655         * configure.in: Correct test for bash2.
4656         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4658         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
4659         (CFLAGS-locfile.c): Likewise.
4660         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
4662         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
4663         non-existing entry if the table is full.
4665         * posix/regex.h: Pretty print.
4667         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
4669         * sysdeps/posix/ctermid.c: Simplify a bit.
4671         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
4673 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4675         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
4676         <sys/types.h> instead of <asm/types.h>.
4678 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4680         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
4682 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
4684         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
4685         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
4686         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
4687         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
4688         fclose): Added to GLIBC_2.1.
4690         * libio/Makefile (routines, shared-only-routines): Add
4691         oldiofclose.  Remove oldfreopen.
4693         * libio/freopen.c (freopen): When PIC is defined, call
4694         _IO_old_freopen () for old stdio.
4696         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
4697         (_IO_fclose, fclose): Use _IO_new_fclose as default version
4698         for GLIBC_2.1.
4700         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
4701         instead of _IO_file_close_it.
4703         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
4704         to _IO_2_1_stdxxx_.
4705         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
4706         is defined.
4708         * libio/libioP.h (_IO_old_do_flush): New.
4710         * libio/oldfileops.c (_IO_old_file_close_it,
4711         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
4712         Call _IO_old_do_flush () instead of _IO_do_flush ().
4713         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
4714         _IO_do_write ().
4716         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
4717         instead of _IO_file_init ().
4718         Bind old symbols to version GLIBC_2.0.
4720         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
4721         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
4722         _IO_stdxxx_.
4723         (_IO_check_libio): New function in .init.
4725         * libio/oldiofclose.c: New file.
4727         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
4728         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
4729         (DEF_STDFILE): Don't use default_symbol_version.
4731         * libio/stdio.c (stdin, stdout, stderr): Set to
4732         _IO_2_1_stdxxx_._
4733         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
4734         stdxxx.
4736         * csu/Makefile (distribute): Add init.c.
4737         (extra-objs): Add init.o for ELF.
4738         (start-installed-name): Add $(objpfx)init.o.
4740         * csu/init.c: New file.
4742 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
4744         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
4745         definition as the default.
4747 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
4749         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
4751 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4753         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
4754         (PR 351).
4756 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
4758         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
4759         to preserve condition codes on function call.
4761 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4763         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
4765 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4767         * math/libm-test.c (asin_test): Add epsilon for float.
4768         (tan_test): Add epsilon for float.
4769         (log1p_test): Add epsilon for float.
4770         (inverse_functions): Add epsilons.
4772         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
4773         net/if_packet.h.
4775         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
4777 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4779         * md5-crypt/Makefile (extra-objs): Make recursively expanded
4780         variable, since $(object-suffixes) is not defined yet.
4782 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4784         * db2/Makefile (distribute): db185/db185_int.src ->
4785         db185/db185_int.h.
4787 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4789         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
4790         exactly one.
4792 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4794         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
4795         name.
4796         * sysdeps/generic/e_acosl.c: Likewise.
4797         * sysdeps/generic/e_asinl.c: Likewise.
4798         * sysdeps/generic/e_atan2l.c: Likewise.
4799         * sysdeps/generic/e_expl.c: Likewise.
4800         * sysdeps/generic/e_fmodl.c: Likewise.
4801         * sysdeps/generic/e_j0l.c: Likewise.
4802         * sysdeps/generic/e_j1l.c: Likewise.
4803         * sysdeps/generic/e_jnl.c: Likewise.
4804         * sysdeps/generic/e_lgammal_r.c: Likewise.
4805         * sysdeps/generic/e_log10l.c: Likewise.
4806         * sysdeps/generic/e_logl.c: Likewise.
4807         * sysdeps/generic/e_powl.c: Likewise.
4808         * sysdeps/generic/e_sqrtl.c: Likewise.
4809         * sysdeps/generic/e_exp2l.c: Likewise.
4811 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4813         * Make-dist (+sysdep-names): Remove extra paren.
4814         * Makefile (distribute): Add stub-tag.h.
4815         * elf/Makefile (distribute): Add atomicity.h.
4816         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
4817         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
4818         [$(subdir)=socket]: Add net/if_packet.h.
4819         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
4820         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
4821         net/if_packet.h, scsi/sg.h.
4823 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4825         * Makefile (install): Quote $(CC) expansion.
4827 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4829         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
4830         working /proc cwd and no restrictions on path length.  Following
4831         some ideas from Andi Kleen <ak@muc.de> (PR 350).
4833 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4835         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
4836         * nis/nss_compat/compat-pwd.c: Likewise.
4837         * nis/nss_compat/compat-spwd.c: Likewise.
4839 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
4841         * sysdeps/libm-i387/s_fdim.S: New file.
4842         * sysdeps/libm-i387/s_fdimf.S: New file.
4843         * sysdeps/libm-i387/s_fdiml.S: New file.
4844         * sysdeps/libm-i387/i686/s_fdim.S: New file.
4845         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
4846         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
4848 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4850         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
4851         pointer to unsigned char.
4853 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4855         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
4857         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
4859         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
4861 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4863         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
4864         ilogb(0/NaN).
4865         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
4866         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
4868 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
4870         * sysdeps/libm-i387/s_fmin.S: New file.
4871         * sysdeps/libm-i387/s_fminf.S: New file.
4872         * sysdeps/libm-i387/s_fminl.S: New file.
4873         * sysdeps/libm-i387/s_fmax.S: New file.
4874         * sysdeps/libm-i387/s_fmaxf.S: New file.
4875         * sysdeps/libm-i387/s_fmaxl.S: New file.
4876         * sysdeps/libm-i387/i686/s_fmin.S: New file.
4877         * sysdeps/libm-i387/i686/s_fminf.S: New file.
4878         * sysdeps/libm-i387/i686/s_fminl.S: New file.
4879         * sysdeps/libm-i387/i686/s_fmax.S: New file.
4880         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
4881         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
4883 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
4885         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
4886         * sysdeps/unix/sysv/linux/send.S: Likewise.
4887         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4888         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4889         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4890         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4891         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4892         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4893         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
4895 See ChangeLog.7 for earlier changes.