Update.
[glibc.git] / ChangeLog
blobf06d8ce06bd0c9b4c709ce0eaa4c6cdbc0197484
1 1999-05-23  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/alpha/fpu/bits/fenv.h: Pretty print.
5         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Remove unneeded #if.
7 1999-05-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Prepend __ to member
10         names to protect from user's macro namespace.
11         * sysdeps/arm/fpu/bits/fenv.h (fenv_t): Likewise.
12         * sysdeps/generic/bits/fenv.h (fexcept_t, fenv_t): Likewise.
13         * sysdeps/i386/fpu/bits/fenv.h (fenv_t): Likewise.
14         * sysdeps/mips/bits/fenv.h (fenv_t): Likewise.
15         * sysdeps/m68k/fpu/feholdexcpt.c, sysdeps/m68k/fpu/fesetenv.c:
16         Adapted.
17         * sysdeps/arm/fpu/fegetenv.c, sysdeps/arm/fpu/feholdexcpt.c,
18         sysdeps/arm/fpu/fesetenv.c: Likewise.
19         * sysdeps/i386/fpu/fclrexcpt.c, sysdeps/i386/fpu/feholdexcpt.c,
20         sysdeps/i386/fpu/fesetenv.c, sysdeps/i386/fpu/fraiseexcpt.c,
21         sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
22         * sysdeps/mips/fesetenv.c: Likewise.
24 1999-05-22  Roland McGrath  <roland@baalperazim.frob.com>
26         * sysdeps/generic/bits/sigstack.h (enum SS_*): Remove trailing comma.
28 1999-05-20  Ulrich Drepper  <drepper@cygnus.com>
30         * configure.in: Recognize and allow gcc 2.95.
32 1999-05-19  Jakub Jelinek   <jj@ultra.linux.cz>
34         * sysdeps/generic/bits/elfclass.h: Version common to
35         wordsize-32 and wordsize-64.
36         * sysdeps/generic/bits/environments.h: Ditto.
37         * sysdeps/generic/stdint.h: Ditto.
38         * sysdeps/generic/inttypes.h: Ditto.
40         * sysdeps/generic/bits/wordsize.h: New file.
41         * stdlib/Makefile: Add bits/wordsize.h to headers.
43         * sysdeps/sparc/sparc64/bits/wordsize.h: New file.
45         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Allow the same exported
46         headers to be used for 32bit and 64bit ABI compilations.
47         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Ditto.
48         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Ditto.
49         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Ditto.
50         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Ditto.
51         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: Ditto.
53         * sysdeps/wordsize-64/bits/elfclass.h: Remove.
54         * sysdeps/wordsize-64/bits/environments.h: Remove.
55         * sysdeps/wordsize-64/stdint.h: Remove.
56         * sysdeps/wordsize-64/inttypes.h: Remove.
57         * sysdeps/wordsize-64/bits/wordsize.h: New file.
59         * sysdeps/wordsize-32/bits/elfclass.h: Remove.
60         * sysdeps/wordsize-32/bits/environments.h: Remove.
61         * sysdeps/wordsize-32/stdint.h: Remove.
62         * sysdeps/wordsize-32/inttypes.h: Remove.
63         * sysdeps/wordsize-32/bits/wordsize.h: New file.
65 1999-05-19  Jakub Jelinek   <jj@ultra.linux.cz>
67         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_4, __align_cpy_8,
68         __align_cpy_16): New functions.
69         (__align_cpy_2, __align_cpy_1): New aliases to memcpy.
71         * sysdeps/sparc/sparc32/Versions: New file.
72         * sysdeps/sparc/sparc64/Versions: New file.
73         * sysdeps/sparc/Versions: Remove.
75 1999-05-19  Jakub Jelinek   <jj@ultra.linux.cz>
77         * sysdeps/unix/sysv/linux/configure.in:
78         On sparc64-*-linux*, set slibdir to /lib64 if prefix
79         is /usr, plus set libdir to ${exec_prefix}/lib64.
80         * sysdeps/unix/sysv/linux/configure: Regenerated.
81         * config.make.in: Propagate libdir settings from configure
82         to the Makefiles.
83         * shlib-versions: sparc64-*-linux* dynamic linker is
84         /lib64/ld-linux.so.2.
86 1999-05-18  Thorsten Kukuk  <kukuk@suse.de>
88         * nis/nis_lookup.c (nis_lookup): If we run out of memory, close
89         RPC connection.
91 1999-05-18  Jakub Jelinek  <jj@ultra.linux.cz>
93         * sysdeps/sparc/sparc64/rawmemchr.S: New file.
94         * sysdeps/sparc/sparc32/sparcv9/rawmemchr.S: New file.
96         * sysdeps/sparc/sparc64/memchr.S: Fix if the second argument
97         contains garbage in bits 8-63.
98         * sysdeps/sparc/sparc64/memset.S: Ditto.
99         * sysdeps/sparc/sparc64/strchr.S: Ditto.
101 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
103         * sysdeps/wordsize-64/stdint.h (INTPTR_MAX): Add missing ).
105 1999-05-17  David S. Miller  <davem@redhat.com>
107         * sysdeps/sparc/sparc32/atomicity.h: New file.
108         * sysdeps/sparc/sparc32/sparcv9/atomicity.h: New file.
109         * sysdeps/sparc/sparc64/atomicity.h: New file.
110         * sysdeps/sparc/sparc32/sparcv9/Makefile: Add -Wa,-Av9a to
111         sysdep-CFLAGS.
113 1999-05-18  Richard Henderson  <rth@twiddle.net>
115         * sysdeps/alpha/memchr.S: Zap high byte of length.  Reschedule.
117 1999-05-04  Zack Weinberg  <zack@rabi.phys.columbia.edu>
119         * argp/argp.h, assert/assert.h, misc/sys/cdefs.h,
120         posix/sys/types.h: Handle the case of __GNUC__=3,
121         __GNUC_MINOR__=(anything).
123 1999-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
125         * sysdeps/i386/i486/bits/string.h (rawmemchr): Remove unneccessary
126         if _FORCE_INLINES.
128 1999-05-17  Ulrich Drepper  <drepper@cygnus.com>
130         * elf/Makefile (distribute): Remove dl-origin.h.
131         Add dl-dst.h and gen-trusted-dirs.awk.
133 1999-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
135         * sysdeps/i386/i486/Versions: New file with inline functions from
136         sysdeps/i386/i486/bits/string.h for now.
138         * sysdeps/i386/Versions: Add inline functions from
139         sysdeps/i386/bits/string.h.
141         * string/Versions: Add inline functions from <bits/string2.h>.
143         * string/Makefile (routines): Add string-inlines.
144         * string/string-inlines.c: New file, used for implementation of
145         extern inline functions.
147         * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate
148         non inlined versions of functions.
149         * string/bits/string2.h: Likewise.
150         * sysdeps/i386/bits/string.h: Likewise.
152 1999-05-17  Ulrich Drepper  <drepper@cygnus.com>
154         * inet/arpa/tftp.h: Add second packed attribute.
156 1999-05-16  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
158         * malloc/malloc.c: Cleanup to bring in line with released
159         stand-alone version `ptmalloc'.  Update some comments.
160         (internal_function): Move fallback definition so that the source
161         compiles outside of libc, and use it in more places.
162         (malloc_atfork): Fix when malloc_check is in use.
164 1999-05-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
166         * stdlib/tst-strtod.c: Fix typo.
168 1999-05-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
170         * elf/dl-close.c (_dl_close): Add cast to avoid warning about
171         const incorrectness.
173 1999-05-16  Roland McGrath  <roland@baalperazim.frob.com>
175         * sysdeps/generic/bits/termios.h (CRTSCTS): New macro.
177 1999-05-16  Thorsten Kukuk  <kukuk@suse.de>
179         * sunrpc/etc.rpc: Add portmapper, rstat_svc and pcnfs.
180         * sunrpc/key_call.c: Fix memory leak, close file handle.
181         * nis/nis_creategroup.c: Use malloc instead of calloc,
182         set ctime and mtime.
183         * nis/nis_subr.c: Check for realloc result.
184         * nis/nis_file.c: Fix memory leak.
185         * nis/nis_table.c: Pretty print.
186         * nis/nis_getservlist.c: Likewise.
187         * nis/nis_ismember.c: Likewise.
188         * nis/nis_lookup.c: Likewise.
189         * nis/nis_ping.c: Likewise.
190         * nis/nis_removemember.c: Likewise.
191         * nis/nis_util.c: Likewise, check calloc result.
193 1999-05-16  Roland McGrath  <roland@baalperazim.frob.com>
195         * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ...
196         * sysdeps/generic/sys/socketvar.h: ... here.
197         * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ...
198         * sysdeps/generic/netinet/in_systm.h: ... here.
199         * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h,
200         sys/socketvar.h.
201         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise.
202         * inet/Makefile (headers): Add netinet/in_systm.h here.
203         * socket/Makefile (headers): Add sys/socketvar.h here.
205 1999-05-15  Ulrich Drepper  <drepper@cygnus.com>
207         * stdlib/strtol.c: Optimize inner loop of long long versions.
209         * sysdeps/gnu/utmpx.h: Add needed type definitions according to
210         Unix98.  Add forward declaration of struct utmp.
212 1999-05-14  Ulrich Drepper  <drepper@cygnus.com>
214         * nis/nis_getservlist.c (nis_getservlist): Use malloc instead of
215         calloc.
217         * nis/nis_checkpoint.c (nis_checkpoint): Fix memory leaks.
218         * nis/nis_addmember.c (nis_addmember): Fix memory leak.  Test
219         memory allocation results.
221 1999-05-14  Mark Kettenis  <kettenis@gnu.org>
223         * sysdeps/generic/getutmp.c: Include <string.h>
224         (getutmp): Rewrite to only copy those members that are really
225         present in `struct utmp'.
226         * sysdeps/generic/getutmpx.c: Likewise.
228 1999-05-14  Ulrich Drepper  <drepper@cygnus.com>
230         * nss/getXXbyYY.c: Add free_mem function which disposes all
231         statically allocated memory when debugging.
232         * nss/getXXent.c: Likewise.
233         * nss/nsswitch.c: Likewise.
235 1999-05-13  Ulrich Drepper  <drepper@cygnus.com>
237         * sysdeps/gnu/getutmpx.c: New file.
238         * sysdeps/gnu/getutmp.c: New file.
240 1999-05-13  H.J. Lu  <hjl@gnu.org>
242         * login/Versions (getutmpx): Added to GLIBC_2.1.1.
243         (getutmp): Likewise.
245         * sysdeps/gnu/Makefile (sysdep_routines): Add getutmp and
246         getutmpx for login.
248         * sysdeps/gnu/utmpx.h (getutmp): Added.
249         (getutmpx): Likewise.
251         * sysdeps/generic/getutmp.c: New file.
253         * sysdeps/generic/getutmpx.c: New file.
255 1999-05-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
257         * glibcbug.in (BUGGLIBC): Change address to
258         libc-alpha@sourceware.cygnus.com.
260 1999-05-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
262         * resolv/arpa/nameser.h: Add C++ protectors.
264 1999-05-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
266         * iconvdata/gconv-modules: Fix alias for CP1255.  Reported by
267         Elad Tsur <eladts@post.tau.ac.il>.
269 1999-05-11  Ulrich Drepper  <drepper@cygnus.com>
271         * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_lazy.
272         * elf/dl-open.c (_dl_open_worker): Only relocate newly loaded objects
273         lazily if LD_BIND_NOW is not set.
274         * elf/dl-support.c (_dl_lazy): New variable.
275         (non_dynamic_init): Set _dl_lazy according to LD_BIND_NOW envvar.
276         * elf/rtld.c (_dl_lazy): new global variable.
277         ( dl_main): Remove lazy, replace it by _dl_lazy.
279 1999-05-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
281         * locale/setlocale.c (new_composite_name): Check also whether the
282         first category name differs.
284 1999-05-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
286         * sysdeps/unix/sysv/linux/ftime.c: Use the bsd implementation, not
287         the generic one.
289 1999-05-11  Philip Blundell  <pb@nexus.co.uk>
291         * sysdeps/generic/bits/socket.h (struct sockaddr_storage): New
292         structure; storage suitable for any socket address.
293         * sysdeps/unix/sysv/linux/bits/socket.h (struct sockaddr_storage):
294         Likewise.
295         * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct
296         sockaddr_storage): Likewise.
298         * inet/netinet/in.h: Use ULONG_MAX not ~0 to test for a 64-bit
299         platform.
301 1999-05-10  Ulrich Drepper  <drepper@cygnus.com>
303         * hesiod/Versions: Change _nss_hesiod_getpwuid and
304         _nss_hesiod_getgrgid to _nss_hesiod_getpwuid_r and
305         _nss_hesiod_getgrgid_r respectively.  Fixes pr libc/1115.
307 1999-05-09  Mark Kettenis  <kettenis@gnu.org>
309         * hurd/get-host.c (_hurd_get_host_config): Return an empty value
310         if the file is empty.
312 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
314         * elf/do-lookup.h: Fix typo in comment.
316         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
317         f_bsize to help some broken programs.
319         * stdio-common/tst-printf.c: Add test case for last _itoa problem.
321         * stdio-common/vfprintf.c: Fix typo.
323 1999-05-06  Ulrich Drepper  <drepper@cygnus.com>
325         * elf/link.h (struct link_map): New field l_phdr_allocated.
326         * elf/dl-load.c (_dl_map_object_from_fd): Don't depend on having
327         the program header being part of any loaded segment.  If it is not
328         allocate memory and set l_phdr_allocated flag.
329         * elf/dl-close.c (_dl_close): Free l_phdr if necessary.
331         * nss/digits_dots.c: Correct return value interpretation of
332         inet_ntoa.  Fix PR libc/1109.
334 1999-05-06  Zack Weinberg  <zack@rabi.columbia.edu>
336         * sysdeps/sparc/sparc32/sparcv9/Dist: New file.
338 1999-05-06  Thorsten Kukuk  <kukuk@suse.de>
340         * stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
341         * stdlib/fpioconst.c: Move #endif before end of struct.
343 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
345         * Versions.def (ld.so): Add GLIBC_2.1.1.
346         * elf/Makefile (routines): Add dl-origin.
347         (tests): Add origtest.  Add dependencies for the program.
348         * elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path,
349         _dl_platformlen, _dl_dst_count and _dl_dst_substitute.
350         * elf/dl-deps.c (expand_dst): New macro.  Expand DSTs in filename.
351         (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
352         DT_AUXILIARY, and DT_FILTER filenames.
353         * elf/dl-load.c (expand_dynamic_string_token): Explode into
354         two functions and three macros.
355         (_dl_dst_count, _dl_dst_substitute): New functions.
356         * elf/dl-dst.h: New file.
357         * elf/dl-open.c (_dl_open): Take extra parameter with address of
358         caller.  Pass address in args structure.
359         (dl_open_worker): Recognize and expand DSTs in filename.
360         * elf/ldsodefs.h (_dl_open): Adapt prototype.
361         * elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open.
362         (__dlopen_check): Pass caller address to dlopen_doit in args.
363         * elf/dlopendoit.c: Likewise.
364         * iconv/gconv_dl.c: Adapt call of _dl_open.
365         * nss/nsswitch.c: Likewise.
366         * elf/origtest.c: New file.
367         * sysdeps/generic/dl-origin.h: Moved to...
368         * sysdeps/generic/dl-origin.c: ...here.
369         * sysdeps/unix/sysv/linux/dl-origin.h: Moved to...
370         * sysdeps/unix/sysv/linux/dl-origin.c: ...here.
372         * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case
373         with specific bases and only few bits set in second word.
375         * timezone/Makefile (install-others): Create target directory
376         before creating tzfiles.
378 1999-05-05  Thorsten Kukuk  <kukuk@suse.de>
380         * nis/nis_file.c (readColdStartFile): Allocate memory only after
381         the file is opened successfully.
383         * nis/nis_table.c: Fix some memory leaks.
385 1999-05-04  Ulrich Drepper  <drepper@cygnus.com>
387         * elf/dl-load.c (expand_dynamic_string_token): Rewrite to loose st
388         variable.
390         * elf/dl-load.c (expand_dynamic_string_token): Recognize { }
391         around DST.  Correctly ignore ORIGIN IN SUID binaries.
393 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
395         * sysdeps/generic/strtok_r.c: Use rawmemchr instead of strchr.
396         * sysdeps/generic/strtok.c: Likewise.
398         * string/tester.c: Add test of rawmemchr.
400         * sysdeps/i386/bits/select.h (__FD_ZERO): Remove memory output
401         specification.  It's not necessary.
403         * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
404         * elf/gen-trusted-dirs.awk: New file.
405         * elf/dl-load.c (systems_dirs): Moved into file scope.  Initialize
406         from SYSTEM_DIRS macro.
407         (system_dirs_len): New variable.  Contains lengths of system_dirs
408         strings.
409         (fillin_rpath): Rewrite for systems_dirs being a simple string.
410         Improve string comparisons.  Change parameter trusted to be a flag.
411         Change all callers.
412         (_dt_init_paths): Improve using new format for system_dirs.
414         * elf/dl-load.c (expand_dynamic_string_token): Don't expand
415         $ORIGIN for SUID binaries.
417         * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
419 1999-05-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
421         * sunrpc/Makefile: Generate dependencies for all flavors of
422         librpcsvc objects.
423         (rpcgen-cmd): Pass -Y flag here and remove it from the macro
424         invocations.
426 1999-05-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
428         * elf/dlopenold.c: Move #if down after includes to get
429         dependencies right.
431 1999-05-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
433         * sysdeps/generic/bzero.c: Undefine __bzero.
435 1999-05-02  Ulrich Drepper  <drepper@cygnus.com>
437         * sysdeps/unix/sysv/linux/netax25/ax25.h: Update from kernel header.
438         * sysdeps/unix/sysv/linux/netrom/netrom.h: Likewise.
439         * sysdeps/unix/sysv/linux/netrose/rose.h: Likewise.
440         Patch by Craig Small <csmall@scooter.eye-net.com.au>.
442         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Change fourth
443         parameter to struct gaih_servtuple *.  Adapt appropriately.
444         (gaih_inet): Use alloca to allocate room for gaih_inet_serv calls.
445         This fixes a memory leak.
446         Reported by Mikolaj J. Habryn <dichro-glibcbug@rcpt.to>.
448         * sysdeps/unix/sysv/linux/sys/procfs.h: Remove greg_t, gregset_t,
449         and fpregset_t definition.  They are defined in ucontext.h.
451 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
453         * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr
454         and struct ether_header must be packed on the ARM.  The default
455         alignment constraints add padding to the end of the structures.
457 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
459         * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM.  The
460         default alignment constraints add padding to the end of the
461         structure and between members.
463 1999-05-02  Ulrich Drepper  <drepper@cygnus.com>
465         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
466         _dl_cache_libcmp instead of strcmp.
468         * sysdeps/generic/glob.c (glob_in_dir): It's no error if opendir
469         fails on a file.
470         Reported by Sergei Ivanov <svivanov@pdmi.ras.ru> [PR libc/1032].
472 1998-03-30  Joel Klecker  <espy@debian.org>
474         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
475         (sysdep-others,install-bin): Add lddlibc4.
477 1999-05-02  H.J. Lu  <hjl@gnu.org>
479         * timezone/zic.c (dolink): Remove the symlink destination first.
481         * catgets/open_catalog.c (__open_catalog): Set catalog->status
482         to "nonexisting" if failed to open the file.
484 1999-05-01  Ulrich Drepper  <drepper@cygnus.com>
486         * string/bits/string2.h: Only use __builtin_memset for egcs 1.1 and
487         gcc3.
489         * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg.
490         Prevent warnings from multiplication with 0x01010101 by another cast.
492 1999-04-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
494         * string/bits/string2.h (memset): Revert to previous version if
495         unaligned writes are not available.
497 1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
499         * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating
500         better code in presence of the asm.
502 1999-04-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
504         * stdlib/fmtmsg.c (keywords): Increase array size for faster
505         indexing.
507         * locale/localeinfo.h (_nl_category_names): Increase array element
508         size for faster indexing.
509         * locale/setlocale.c (_nl_category_names): Adjusted.
511 1999-04-30  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
513         * iconv/gconv_conf.c (add_alias): Remove wrong cast.
515 1999-05-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
517         * sysdeps/m68k/stackinfo.h: New file.
519 1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
521         * string/tester.c (test_strchrnul): New function.
522         (test_memset): Test one more special case.
524         * sysdeps/i386/strchrnul.S: Fix bugs which lead to wrong results in
525         25% of all cases.
527         * sysdeps/i386/i486/bits/string.h: Replace __uintXX_t types with
528         base types.
530         * string/bits/string2.h: Fix bugs I introduced in last change.
532         * sysdeps/i386/i486/bits/string.h (memcmp): Don't introduce partial
533         register stall.
534         Extend memset optimization.
535         Correct i686 version of memchr.
537 1999-04-30  Roland McGrath  <roland@baalperazim.frob.com>
539         * sysdeps/i386/bzero.c: Add #undef __bzero.
541         * hurd/hurdinit.c (_hurd_new_proc_init): Don't do initial SIGTRAP if
542         EXEC_SIGTRAP was set in the incoming exec flags--that indicates the
543         exec server simulated a SIGTRAP before we even started up, so gdb is
544         already happy.
546 1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
548         * nss/digits_dots.c: Always initialize not_ok.
550 1999-04-30 09:02 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
552         * string/bits/string2.h (memset): Avoid arithmetic overflow at
553         compile time, which produces obnoxious warnings.  If GCCv2 is
554         in use, map __bzero to __builtin_memset to enable that
555         optimization.
557 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
559         * string/bits/string2.h: Add more memset optimizations.
561         * resolv/inet_addr.c (inet_aton): Optimize switch statement away.
563         * resolv/inet_pton.c (inet_pton4): Little optimizations.
564         (inet_pton6): Likewise.
566         * nss/getXXbyYY_r.c: Include assert.h.
567         * nss/getXXbyYY.c: Likewise.
569 1999-04-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
571         * termios/tcgetsid.c (tcgetsid): Rename variable to
572         tiocgsid_does_not_work.
574 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
576         * inet/getnameinfo.c (nrl_domainname): Fix last patch.
578 1999-04-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
580         * nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
581         This allows e.g. gethostbyname to accept "10.1234".
582         Reported by Alexander V. Lukyanov <lav@long.yar.ru> [PR libc/1096].
584         * nss/test-netdb.c (test_hosts): Add test for gethostbyname and
585         non quad IPv4 numbers.
587 1999-04-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
589         * resolv/res_hconf.c (_res_hconf_init): Remove unused variable end.
591 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
593         * argp/argp-ba.c (argp_program_bug_address): Don't initialize with 0.
594         * argp/argp-parse.c (_argp_hang): Likewise.
595         * argp/argp-pv.c (argp_program_version): Likewise.
596         * argp/argp-pvh.c (argp_program_version_hook): Likewise.
597         * inet/ether_hton.c (ether_hton, startp): Likewise.
598         * inet/ether_ntoh.c (ether_ntoh, startp): Likewise.
599         * inet/getnetgrent_r.c (setup, startp): Likewise.
600         * intl/loadmsgcat.c (_nl_msg_cat_cntr): Likewise.
601         * intl/localealias.c (string_space, string_space_act, string_space_max,
602         nmap, maxmap): Likewise.
603         * libio/iopopen.c (proc_file_chain): Likewise.
604         * libio/oldiopopen.c (old_proc_file_chain): Likewise.
605         * locale/lc-collate.c (__collate_table, __collate_extra,
606         __collate_element_hash, __collate_element_strings,
607         __collate_element_values): Likewise.
608         * malloc/mcheck.c (mcheck_used): Likewise.
609         * malloc/mtrace.c (added_atexit_handler): Likewise.
610         * malloc/set-freeres.c (already_called): Likewise.
611         * misc/getpass.c (getpass) [buf, bufsize]: Likewise.
612         * misc/syslog.c (LogStat, LogTag): Likewise.
613         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Likewise.
614         * nss/getXXbyYY_r.c (startp): Likewise.
615         * posix/getopt.c (optarg, __getopt_initialized): Likewise.
616         * posix/regex.c (init_syntax_once) [done]: Likewise.
617         (debug): Likewise.
618         * string/strfry.c (init): Likewise.
619         * sunrpc/svc_run.c (svc_top): Likewise.
620         * posix/euidaccess.c (have_ids): Likewise.
621         * sysdeps/unix/sysv/linux/poll.c (must_emulate): Likewise.
622         * sysdeps/unix/sysv/linux/ttyname.c (__ttyname, namelen): Likewise.
623         * time/getdate.c (getdate_err): Likewise.
624         * time/tzfile.c (transitions, type_idxs, types, zone_names, leaps):
625         Likewise.
626         * time/tzset.c (old_tz, is_initialized): Likewise.
628         * inet/getnameinfo.c (nrl_domainname): Rewrite to allow initialization
629         of static data with zero.
630         * signal/allocrtsig.c (init): Likewise.
632         * string/Makefile (routines): Add strchrnul.
633         * string/Versions [GLIBC_2.1.1]: Add strchrnul.
634         * string/string.c: Add strchrnul prototype.
635         * include/string.h: Add __strchrnul prototype.
636         * sysdeps/generic/strchrnul.c: New file.
637         * sysdeps/i386/strchrnul.S: New file.
638         * sysdeps/i386/bits/string.c: Add strchrnul optimization.
639         * sysdeps/i386/i486/bits/string.c: Likewise.
640         * argp/argp-help.c (argp_args_usage): Use __strchrnul.
641         * inet/ether_line.c (ether_line): Likewise.
642         * nscd/nscd_conf.c (nscd_parse_file): Likewise.
643         * nss/nsswitch.c (nss_parse_file): Likewise.
644         * posix/execvp.c (execvp): Likewise.
645         * posix/fnmatch.c (internal_fnmatch): Likewise.
646         * resolv/res_hconf.c (_res_hconv_init): Likewise.
647         * resolv/res_init.c (res_init): Likewise.
648         * stdlib/fmtmsg.c (init): Likewise.
649         * stdlib/getsubopt.c (getsubopt): Likewise.
651         * catgets/catgets.c (catopen): Only allocate one memory block.
652         (catclose): Only one free call necessary.
654         * catgets/open_catalog.c (__open_catalog): Simplify handling of
655         file descriptor.
657         * ctype/ctype-extn.c: Make __toascii_l and __isascii_l alias instead
658         of real functions.  Simplify _tolower and _toupper.
660         * grp/initgroups.c (compat_call): Remove unnecessary use of pointer
661         variable.
663         * iconv/gconv.h (struct gconv_info): Change data element from pointer
664         to array of size 0.
665         * iconv/gconv_open.c (__gconv_open): Allocate structures accordingly.
666         * iconv/gconv_close.c (__gconv_close): Don't free data.
668         * iconv/gconv_conf.c (add_alias): Avoid searching in tree twice to
669         insert new alias.
671         * iconv/gconv_db.c (add_derivation): More efficient copying.  Check
672         for error while inserting in tree.
674         * include/time.h: Pretty print.
676         * inet/ruserpass.c: Rewrite use of toktab to avoid string pointers
677         in table and lots of relocations.
678         * posix/regex.c (regerror): Rewrite use of re_error_msgid to avoid
679         string pointers in table and lots of relocations.
681         * intl/finddomain.c: Remove definition of strchr macro.
683         * io/ftw.c (nftw_arr, ftw_arr): Make const.
685         * locale/loadlocale.c (_nl_load_locale): Optimize string copying.
687         * locale/localeinfo.h (_nl_category_names): Change into an array with
688         fixed width char string elements.
689         * locale/setlocale.c (_nl_category_names): Likewise.
690         (_nl_current): Make global.
691         * locale/nl_langinfo.c (nldata): Removed.  Use _nl_current now.
693         * malloc/Makefile (distribute): Add stackinfo.h.
694         * sysdeps/generic/stackinfo.h: New file.
695         * sysdeps/i386/stackinfo.h: New file.
696         * posix/execl.c: Use stackinfo.h in optimizing alloca use.
697         * posix/execle.c: Likewise.
698         * posix/execlp.c: Likewise.
700         * nis/nis_table.c (__create_ib_request): Always use realloc.
702         * posix/execvp.c (execute): Rename to script_execute and keep only
703         code to execute using shell.
704         (execvp): Call execv directly and only fall back on script_execute.
706         * resolv/inet_net_pton.c (inet_net_pton_ipv4): Remove digits define
707         and always use xdigits instead.
709         * resolv/res_init.c (res_init): Use rawmemchr instead of strchr
710         where appropriate.
712         * stdlib/fpioconst.h (__tens): New declaration.
713         (struct mp_power): Remove array, add arrayoff element.
714         * stdlib/fpioconst.c: Replace definitions of _ten_p* arrays by one
715         __tens array and add in _fpioconst_pow10 offsets into __tens.
716         * stdio-common/printf_fp.c: Rewrite to use new __tens array.
717         * stdlib/strtod.c: Likewise.
719         * stdlib/a64l.c (a64l_table): Avoid unnecessary elements.
721         * stdlib/exit.c: Rewrite to use __exit_funcs being as sign for end
722         of the list.
723         * stdlib/atexit.c (__exit_funcs): Don't initialize.
725         * stdlib/fmtmsg.c (keywords): Make name element fixed width array.
727         * sunrpc/clnt_perr.c: Rewrite clnt_sperrno and auth_errmsg to use
728         a single and an array with offsets.
730         * sunrpc/des_soft.c (partab): Make it const.
732         * sunrpc/key_call.c (trytimeout, tottimeout): Make const.
733         (__key_encryptsession_pk_LOCAL): Don't initialize with 0.
734         (__key_decryptsession_pk_LOCAL): Likewise.
735         (__key_gendes_LOCAL): Likewise.
736         (MESSENGER): Mark const.
737         (key_call_private_main): Don't initialize with 0.
738         (use_keyenvoy): Don't initialize with 0.
739         (key_call): Rewrite to reverse logic of use_doors variable.
741         * sunrpc/netname.c (OPSYS): Define as array, not pointer.
742         (startp): Don't initialize with zero.
744         * sunrpc/openchild.c (_openchild): Make first argument const.
746         * sunrpc/pmap_rmt.c (timeout): Mark const.
747         * sunrpc/xcrypt.c (hex): Likewise.
749         * sysdeps/unix/sysv/linux/getcwd.c: Rewrite to allow omitting
750         initialization of global variables.
751         * sysdeps/unix/sysv/linux/getpt.c: Likewise.
752         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
753         * termios/tcgetsid.c: Likewise.
755         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags): Change
756         fxsr to osfxsr.
758         * time/tzfile.c (__tzfile_read): Rewrite to allocate only one memory
759         block.  Add function to free memory if wanted.
760         * time/tzset.c (tzset_internal): Pass extra argument to __tzfile_read.
762         * wcsmbs/wcsmbsload.c (to_wc, to_mb): Correct initializers.
764         * wcsmbs/wmemset.c: Little code optimization.
766 1999-04-23  Paul Eggert  <eggert@twinsun.com>
768         * stdlib/strtoull.c: Surround strong_alias and weak_alias with
769         ifdef _LIBC.
771 1999-04-28  Roland McGrath  <roland@baalperazim.frob.com>
773         * sysdeps/mach/hurd/getdents.c (__getdirentries): Remove
774         implementation and just always fail with ENOSYS.  This entry point is
775         obsolete.  Add link warning to that effect.
777 1999-04-27  Roland McGrath  <roland@baalperazim.frob.com>
779         * hurd/get-host.c: Include <hurd/lookup.h>.
781 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
783         * malloc/malloc.c (rEALLOc): Only free memory for size 0 if oldmem
784         is != NULL.
786 1999-04-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
788         * malloc/malloc.c (REALLOC_ZERO_BYTES_FREES): Define it to follow
789         ISO C9x and Unix98.
791 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
793         * libio/iofopncook.c (_IO_cookie_seek): Correct return value.
794         Patch by Peter Miller <millerp@canb.auug.org.au>.
796 1999-04-27  Thorsten Kukuk  <kukuk@suse.de>
798         * sunrpc/pmap_clnt.c: Add own get_myaddress function, which
799         prefers loopback device.
801 1999-04-28  Ulrich Drepper  <drepper@cygnus.com>
803         * posix/fnmatch.c (internal_fnmatch): Finish incomplete
804         no_leading_period change.
806         * posix/testfnm.c: More test cases.
808 1999-04-27  Ulrich Drepper  <drepper@cygnus.com>
810         * include/dirent.h: Remove __getdirentries declaration, add __getdents
811         and __getdents64.
812         * sysdeps/unix/readdir.c: Use __getdents, not __getdirentries.
813         * sysdeps/unix/readdir_r.c: Likewise.
814         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
815         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
816         * sysdeps/unix/sysv/linux/getdents.c: Define __getdents, not
817         __getdirentries.  Remove fourth argument.
818         * sysdeps/unix/sysv/linux/getdirentries.c: New file.
819         * sysdeps/unix/sysv/linux/getdirentries64.c: New file.
820         * sysdeps/unix/sysv/linux/Makefile [subdir=dirent] (sysdep_routines):
821         Add getdirentries and getdirentries64.
822         * sysdeps/unix/sysv/linux/Dist: Add getdirentries and getdirentries64.
824         * posix/fnmatch.c (internal_fnmatch): Correctly reset string
825         pointer in case of an invalid [[: expression.
827         * posix/testfnm.c: Add more test cases.
829 1999-04-27  Roland McGrath  <roland@baalperazim.frob.com>
831         * hurd/hurdexec.c (_hurd_exec): If SIGKILL present in _hurdsig_traced
832         set, pass EXEC_SIGTRAP flag in exec RPC.
834 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
836         * posix/fnmatch.c (internal_fnmatch): Renamed from fnmatch.  Take
837         extra parameter.  Fix several more bugs involving wildcard and
838         ranges.
839         (fnmatch): New function.  Call internal_fnmatch.
841         * posix/testfnm.c: More test cases.
843 1999-04-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
845         * manual/install.texi (Configuring and compiling): Explain that
846         files are changed in the source directory.
847         Closes PR libc/981.
848         (Configuring and compiling): Explain situation with PARALLELMFLAGS
849         in the source directory.
851 1999-04-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
853         * locale/programs/ld-ctype.c: Spelling fixes.
854         (ctype_finish): Fix argument of error message format.
855         * locale/programs/ld-messages.c: Spelling fixes.
856         * locale/programs/ld-monetary.c: Spelling fixes.
857         * locale/programs/ld-time.c (time_finish): Make sure that name and
858         format of era_entries are adjacent.
859         (time_output): Reduce the size of the io vector.
861 1999-04-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
863         * manual/filesys.texi (Attribute Meanings): Move a misplaced
864         paragraph.
866 1999-04-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
868         * locale/programs/ld-collate.c (collate_output): Convert
869         undefined_offset to an array index.  Fix computation of other
870         endian extra table.
872 1999-04-26  Roland McGrath  <roland@baalperazim.frob.com>
874         * hurd/get-host.c (_hurd_get_host_config): If ENOENT opening file,
875         return success with empty value.
877 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
879         * posix/fnmatch.c: Include string.h also for glibc.
880         (fnmatch, case '?'): Optimize if cascades a bit.
881         (fnmatch, case '*'): Correct handling if FNM_PATHNAME is set.
883         * posix/testfnm.c: Add test cases for * with FNM_PATHNAME errors.
885 1999-04-24  Ulrich Drepper  <drepper@cygnus.com>
887         * iconv/gconv_builtin.h: Add definitions for UTF16 builtins.
888         * iconv/gconv_int.h: Declare UTF16 functions.
889         * iconv/gconv_simple.c: Add UTF16 conversion functions.
891 1999-04-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
893         * posix/wordexp.c (parse_param): Fix type of offset to allow it to
894         be used correctly as parameter for parse_dollars/parse_tilde.
896 1999-04-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
898         * manual/conf.texi (Utility Limits): Remove duplicate description
899         of BC_DIM_MAX.
901 1999-04-19  Ulrich Drepper  <drepper@cygnus.com>
903         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
904         outbufend for dst==NULL.
906 1999-04-18  Ulrich Drepper  <drepper@cygnus.com>
908         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend
909         for dst==NULL.
910         Fixes PR libc/1084.
912         * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR.
913         Fixes PR libc/1083.
915 1999-04-18  Thorsten Kukuk  <kukuk@suse.de>
917         * sunrpc/Makefile: Remove special handling of bootparam.x,
918         add rpcsvc/bootparam.h to headers.
919         * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility.
920         * sunrpc/rpcsvc/bootparam.x: Renamed to...
921         * sunrpc/rpcsvc/bootparam_prot.x: ...this.
923 1999-04-18  Ulrich Drepper  <drepper@cygnus.com>
925         * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to
926         detect and handle invalid descriptors.
928 1999-04-17  Thorsten Kukuk  <kukuk@suse.de>
930         * timezone/zic.c (dolink): Append complete path not only filename
931         to ../ list.
933 1999-04-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
935         * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
937 1999-04-17  Ulrich Drepper  <drepper@cygnus.com>
939         * iconvdata/gconv-modules: Rename CP874 to IBM874.
940         * iconvdata/Makefile: Likewise.
941         * iconvdata/cp874.h: Removed.
942         * iconvdata/cp874.c: Renamed to...
943         * iconvdata/ibm874.c: ...this.
945 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
947         * sysdeps/unix/sysv/linux/bits/types.h: Correct
948         signed/unsigned-ness of blkcnt and fsblkcnt.
949         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
950         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
952         * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
953         SOL_AAL, and SOL_IRDA.
955 1999-04-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
957         * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero.  Don't
958         include "linux_fsinfo.h".
959         Based on a patch by H.J. Lu <hjl@gnu.org>.
961 1999-04-16  Thorsten Kukuk  <kukuk@suse.de>
963         * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
965 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
967         * nscd/cache.c (prune_cache): Only disable file checking for
968         future if the file does not exist.
969         Update file_mtime if cache was flushed.
971 1999-04-15  David S. Miller  <davem@redhat.com>
973         * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
974         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
976 1999-04-15  Scott Bambrough  <scottb@netwinder.org>
978         * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
979         compilation of file.
981 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
983         * Versions.def: Add GLIBC_2.1.1 to libpthread.
985         * iconvdata/Makefile (modules): Add KOI8-U.
986         (distribute): Add koi8-u.c.
987         (gen-8bit-gap-modules): Add koi8-u.
988         * iconvdata/gconv-modules: Add KOI8-U entries.
989         * iconvdata/koi8-u.c: New file.
991 1999-04-13  Thorsten Kukuk  <kukuk@suse.de>
993         * sunrpc/auth_des.c: 64bit fixes, security fixes.
994         * sunrpc/auth_none.c: Pretty print.
995         * sunrpc/auth_unix.c: Likewise.
996         * sunrpc/authdes_prot.c: Likewise.
997         * sunrpc/authuxprot.c: Likewise.
998         * sunrpc/bindrsvprt.c: Likewise.
999         * sunrpc/clnt_gen.c: Likewise.
1000         * sunrpc/rpc/xdr.h: Likewise.
1001         * sunrpc/rpc/auth_des.h: Add rpc_timeval struct.
1002         * sunrpc/rpc_cmsg.c: Don't use *long pointers.
1003         * sunrpc/rtime.c: Use new rpc_timeval.
1004         * sunrpc/svc_authux.c: Don't use *long pointers.
1005         * sunrpc/svcauth_des.c: Likewise + security fixes.
1006         * sunrpc/xdr_mem.c: Don't use *long pointers.
1007         * sunrpc/xdr_rec.c: Likewise.
1008         * sunrpc/xdr_sizeof.c: Likewise.
1009         * sunrpc/xdr_stdio.c: Likewise.
1011 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
1013         * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup
1014         so that it is redone for each sending.
1016 1999-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1018         * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
1020 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
1022         * iconv/gconv_db.c (__gconv_find_transform): If conversion is
1023         known to not exist don't try to load shared objects.
1024         Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
1026         * nscd/cache.c (prune_cache): The table might not be unused.  In
1027         this case do nothing.
1029         * catgets/gencat.c (read_input_file): Don't drop white spaces
1030         between number/identifier and string.
1031         Patch by Dima Barsky <dima@pwd.hp.com>.
1032         If no white space at all follows number/identifier remove existing
1033         message with the number/identifier.
1035 1999-04-14  H.J. Lu  <hjl@gnu.org>
1037         * sunrpc/clnt_udp.c (is_network_up): New function.
1038         (clntudp_call): Call is_network_up () to check if any network
1039         interface is up in case of timeout.
1041 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1043         * wctype/test_wcfuncs.c: New file, tests towlower and towupper.
1044         * wctype/Makefile (tests): Add test_wcfuncs.
1046 1999-04-14  Jakub Jelinek  <jj@ultra.linux.cz>
1048         * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
1049         architectures.
1050         * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
1051         instead of CFLAGS.
1052         * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
1053         instead of CFLAGS. For gnulib and string directories use
1054         -Wa,-Av9a gcc ASFLAGS.
1055         * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
1056         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
1057         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
1058         * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
1059         the same way as sparc-*.
1061 1999-04-14  Ulrich Drepper  <drepper@cygnus.com>
1063         * locale/programs/locfile.c (locfile_read): Fix typo.
1064         Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
1066 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
1068         * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
1069         restarted after being interrupted by a signal.  The parameters on
1070         the stack were corrupted by the signal handler.
1072         * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
1073         restarted after being interrupted by a signal.  The parameters on
1074         the stack were corrupted by the signal handler.
1076 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1078         * wctype/wcfuncs.c (towlower): Use __ctype_tolower.
1079         Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
1081 1999-04-12  Tim Waugh  <tim@cyberelk.demon.co.uk>
1083         * posix/wordexp-test.c: In field-splitting test cases where
1084         subshells were involved, unset IFS first: some shells (ash) use
1085         IFS even when no expansion is performed.
1087 1999-04-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1089         * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
1090         the real end of the chunk, not some random point inbetween.
1091         (_IO_obstack_xsputn): Likewise.  Actually copy the data into the
1092         obstack when growing.  Use fast version of obstack_blank when
1093         shrinking.
1094         (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
1095         allocating the vtable pointer.
1096         (_IO_obstack_vprintf): Adjust for above change and avoid
1097         unnecessary casts.  Use fast version of obstack_blank when
1098         shrinking.
1099         Fixes PR libc/1075.
1101 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
1103         * iconvdata/gconv-modules: Fix typo.  Add UJIS alias.
1104         Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
1106 1999-04-11  Tim Waugh  <tim@cyberelk.demon.co.uk>
1108         * posix/wordexp.c (wordexp): Fix a leak when an invalid character
1109         is seen, as well as fixing semantics.  Don't reset the word count
1110         to zero when an invalid character is seen, but leave it as it was
1111         (this makes a difference with WRDE_APPEND).
1113         * posix/wordexp-test.c: More test cases.
1115         * posix/wordexp.c (parse_param): In words like ${var#pattern},
1116         always expand pattern when it is needed.  Also, handle quoting in
1117         pattern properly.
1119 1999-04-12  Philip Blundell  <philb@gnu.org>
1121         * elf/elf.h: Update ARM definitions to match current gas2.
1123         * sysdeps/arm/bits/endian.h: Support big endian operation.
1125         * sysdeps/unix/sysv/linux/arm/ioperm.c (_outw, _outb, _outl):
1126         Don't bother range checking the port number.
1128         * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
1130         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Include
1131         the syscall name in assembler output for ease of debugging.
1133         * sysdeps/unix/sysv/linux/arm/sigaction.c: Don't rely on undefined
1134         compiler behaviour.
1135         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: New file.
1136         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = signal]
1137         (sysdep_routines): Add sigrestorer.
1139         * string/tester.c (test_strcpy): Add new tests for unaligned
1140         arguments.
1141         * sysdeps/arm/bits/string.h: Delete inline implementations of
1142         strcpy and stpcpy.
1144 1999-04-11  Ulrich Drepper  <drepper@cygnus.com>
1146         * libio/Makefile (CPPFLAGS-.o): Don't define IO_DEBUG.
1148 1999-04-10  Mark Kettenis  <kettenis@gnu.org>
1150         * sysdeps/mach/hurd/Dist: Add clk_tck.c.
1152 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
1154         * iconvdata/Makefile (modules): Add TIS-620.
1155         (distribute): Add tis-620.c.
1156         (gen-8bit-gap-modules): tis-620.
1157         * iconvdata/tis-620.c: New file.
1158         * iconvdata/gconv-modules: Add TIS-620 entries.
1160         * iconvdata/asmo_449.c: Correct comment.
1162 1999-04-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1164         * manual/install.texi (Configuring and compiling): Comment out
1165         description of --disable-static since this doesn't work currently
1166         (see change by Ulrich Drepper on 1998-12-07 for configure.in).
1168 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
1170         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
1171         use binary search.
1172         Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
1174 1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1176         * scripts/test-installation.pl (installation_problem): Skip
1177         libnss1_* libraries from glibc-compat add-on.
1179 1999-04-07  H.J. Lu  <hjl@gnu.org>
1181         * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
1182         libstdc++ 2.7.2.
1183         * posix/Versions (__waitpid): Likewise.
1185 1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1187         * manual/install.texi (Reporting Bugs): Add section about reported
1188         bugs and correct email address of glibcbug script.
1190 1999-04-01  Thorsten Kukuk  <kukuk@suse.de>
1192         * sunrpc/Versions: Add new xdr functions to GLIBC_2.1.1
1193         * sunrpc/xdr.c: Add xdr_hyper, xdr_u_hyper, xdr_longlong_t and
1194         xdr_u_longlong_t. Based on patch from Dan Shechter
1195         <damageboy@isdn.net.il>.
1196         * sunrpc/xdr_intXX_t.c: Implement xdr_int64_t, xdr_uint64_t
1197         * sunrpc/rpc/xdr.h: Add prototypes for new xdr functions.
1199         * nis/nis_lookup.c (nis_lookup): Don't overwrite RPC error code.
1201 1999-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1203         * sysdeps/unix/sysv/linux/getdents.c (__getdirentries): Return
1204         directly if getdents returns with error set.
1206 1999-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1208         * locale/langinfo.h (THOUSEP): Rename second occurence of
1209         THOUSANDS_SEP to THOUSEP.
1210         Reported by Roman Belenov <roman@nstl.nnov.ru>.
1212 1999-04-05  Roland McGrath  <roland@baalperazim.frob.com>
1214         * hurd/STATUS: File removed.  Moved items that are still relevant into
1215         TODO list in hurd source.
1217 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
1219         * sysdeps/mach/hurd/bits/time.h: New file.
1220         * sysdeps/mach/hurd/getrusage.c: New file.
1221         * sysdeps/mach/hurd/clk_tck.c: New file.
1222         * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
1223         * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
1224         (sysdep_routines): Add clk_tck.
1225         * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
1226         implemented.
1228 1999-04-02  Ulrich Drepper  <drepper@cygnus.com>
1230         * misc/syslog.c (closelog_internal): Do not reset LogTag here.
1231         (closelog): But instead here.
1232         Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
1234 1999-04-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1236         * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
1237         the source directory.  Fixes PR libc/1059.
1239 1999-04-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1241         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
1242         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
1244 1999-04-01  Ulrich Drepper  <drepper@cygnus.com>
1246         * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
1247         * iconvdata/testdata/ISO-8859-14: New file.
1248         * iconvdata/testdata/ISO-8859-14..UTF8: New file.
1249         * iconvdata/testdata/ISO-8859-15: New file.
1250         * iconvdata/testdata/ISO-8859-15..UTF8: New file.
1252 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
1254         * iconvdata/testdata/CP1258: New file.
1255         * iconvdata/testdata/CP1258..UTF8: New file.
1256         * iconvdata/TESTS: Add CP1258 entry.
1258         * iconvdata/cp874.h (to_ucs4): Add Euro sign.
1260         * timezone/africa: Update from tzdata1999d.
1261         * timezone/europe: Likewise.
1262         * timezone/northamerica: Likewise.
1264 1999-03-31  Mark Kettenis  <kettenis@gnu.org>
1266         * login/programs/pt_chown.c (main): Save effective user ID before
1267         dropping priviliges and use this to check if the program is
1268         properly installed.
1270 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
1272         * iconvdata/testdata/CP1254: Update for charmap changes.
1273         * iconvdata/testdata/CP1254..UTF8: Likewise.
1274         * iconvdata/testdata/CP1255: Likewise.
1275         * iconvdata/testdata/CP1255..UTF8: Likewise.
1276         * iconvdata/testdata/CP1256: Likewise.
1277         * iconvdata/testdata/CP1256..UTF8: Likewise.
1278         * iconvdata/testdata/CP1257: Likewise.
1279         * iconvdata/testdata/CP1257..UTF8: Likewise.
1281         * iconvdata/Makefile (distribute): Remove cp1258.h.
1282         (gen-8bit-gap-modules): Add cp1258.
1283         * iconvdata/cp1258.h: Removed.
1285 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
1287         * timezone/tst-timezone.c (tests): Add more cases.
1288         (check_tzvars): Mark errors clearer.
1289         (main): Likewise.
1291 1999-03-30 20:59 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1293         * login/programs/pt_chown.c: Drop privileges if invoked with
1294         arguments.  Don't close the master pty.
1296 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
1298         * time/tzfile.c (__tzfile_read): Process transitions from the rear.
1299         Minor optimization.
1301 1999-03-29  Ulrich Drepper  <drepper@cygnus.com>
1303         * elf/rtld.c (process_envvars): Do not automatically prevent lazy
1304         relocation for SUID binaries.
1306 1999-03-29  Paul Eggert  <eggert@twinsun.com>
1308         * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
1309         while in child process.
1311 1999-03-29  Jakub Jelinek  <jj@ultra.linux.cz>
1313         * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
1314         * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
1315         * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
1316         * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
1317         * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
1319         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
1320         * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
1321         * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
1322         * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
1323         * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
1324         * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
1325         * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
1326         * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
1327         * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
1328         * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
1329         * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
1330         * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
1331         * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
1332         * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
1333         * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
1334         * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
1335         * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
1336         * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
1337         * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
1338         * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
1339         * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
1340         * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
1341         * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
1342         * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
1343         * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
1344         * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
1346         * sysdeps/sparc/sparc32/bcopy.c: New file.
1347         * sysdeps/sparc/sparc32/bzero.c: New file.
1348         * sysdeps/sparc/sparc32/memchr.S: New file.
1349         * sysdeps/sparc/sparc32/memcpy.S: New file.
1350         * sysdeps/sparc/sparc32/memmove.c: New file.
1351         * sysdeps/sparc/sparc32/memset.S: New file.
1352         * sysdeps/sparc/sparc32/stpcpy.S: New file.
1353         * sysdeps/sparc/sparc32/strchr.S: New file.
1354         * sysdeps/sparc/sparc32/strrchr.c: New file.
1355         * sysdeps/sparc/sparc32/strcpy.S: New file.
1356         * sysdeps/sparc/sparc32/strlen.S: New file.
1357         * sysdeps/sparc/sparc32/strcat.S: New file.
1358         * sysdeps/sparc/sparc32/strcmp.S: New file.
1360         * sysdeps/sparc/sparc64/bcopy.c: New file.
1361         * sysdeps/sparc/sparc64/bzero.c: New file.
1362         * sysdeps/sparc/sparc64/memchr.S: New file.
1363         * sysdeps/sparc/sparc64/memcmp.S: New file.
1364         * sysdeps/sparc/sparc64/memcpy.S: New file.
1365         * sysdeps/sparc/sparc64/memset.S: New file.
1366         * sysdeps/sparc/sparc64/stpcpy.S: New file.
1367         * sysdeps/sparc/sparc64/strcat.S: New file.
1368         * sysdeps/sparc/sparc64/strchr.S: New file.
1369         * sysdeps/sparc/sparc64/strcmp.S: New file.
1370         * sysdeps/sparc/sparc64/strcpy.S: New file.
1371         * sysdeps/sparc/sparc64/strcspn.S: New file.
1372         * sysdeps/sparc/sparc64/strlen.S: New file.
1373         * sysdeps/sparc/sparc64/strncpy.S: New file.
1374         * sysdeps/sparc/sparc64/strpbrk.S: New file.
1375         * sysdeps/sparc/sparc64/strrchr.c: New file.
1376         * sysdeps/sparc/sparc64/strspn.S: New file.
1377         * sysdeps/sparc/sparc64/stpncpy.S: New file.
1378         * sysdeps/sparc/sparc64/strncmp.S: New file.
1380         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
1381         Append -fPIC, don't replace.
1383         * configure.in: Recognize sparcv8plus / sparcv9.
1385 1999-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1387         * malloc/obstack.h (obstack_free): Explicitly convert __obj to
1388         char * to avoid C++ warning.
1389         Patch by yasushi@cs.washington.edu [PR libc/1035].
1391 1999-03-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1393         * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
1394         declared in stdlib.h, correct return value of mkstemp.
1395         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
1397         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
1398         from Linux 2.2.5.
1400 1999-03-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1402         * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
1403         C++ warning.
1405         * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
1406         inline functions.  Closes PR libc/1049.
1408 1999-03-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1410         * timezone/README: Update from tzdata1999c and tzcode1999c.
1412         * timezone/africa: Update from tzdata1999c.
1413         * timezone/antarctica: Likewise.
1414         * timezone/asia: Likewise.
1415         * timezone/australasia: Likewise.
1416         * timezone/europe: Likewise.
1417         * timezone/northamerica: Likewise.
1418         * timezone/southamerica: Likewise.
1419         * timezone/zone.tab: Likewise.
1421         * timezone/zic.c: Update from tzcode1999c.
1423 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1425         * Makerules: Add $(common-objpfx)Versions.all to common-generated
1426         outside of ifndef avoid-generated.
1428         * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
1429         in iofdopen.c.
1430         * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
1431         iofopen.c.
1432         * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
1433         in iofclose.c.
1434         * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
1435         _IO_old_file_seekoff): Bring over recent changes in fileops.c.
1437 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
1439         * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
1440         if we build the profiled library.
1442 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1444         * math/Makefile (gmp-objs): Add inlines.  Reported by Andreas
1445         Jaeger <aj@arthur.rhein-neckar.de>
1447 1999-03-25  Roland McGrath  <roland@yaumatei.ai.mit.edu>
1449         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
1450         (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
1451         This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
1453 1999-03-24  Roland McGrath  <roland@baalperazim.frob.com>
1455         * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
1456         works properly in subdirs.
1458 1999-03-23  Roland McGrath  <roland@baalperazim.frob.com>
1460         * sysdeps/mach/hurd/Makefile: Undo last change.
1461         [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
1462         [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
1464         * mach/Machrules (+preinit, +postinit, +interp,
1465         LDFLAGS-$(interface.so)): Variables removed.  Interface libraries get
1466         linked just like other shared libraries.
1467         (interface.so): Fix typo in defn, so it works.
1468         ($(objpfx)$(interface.so)): Make it depend on libc.so.
1470 1999-03-21  Roland McGrath  <roland@baalperazim.frob.com>
1472         * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
1473         $(link-rpcuserlibs).
1475 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1477         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
1478         $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
1479         targets if not building shared libraries.
1481 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1483         * configure.in: Also look in $PATH when searching for
1484         install-info.  Remove autoconf bug workaround and require autoconf
1485         2.13.
1487 1999-03-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1489         * db/Makefile: Don't try to install shared library link if not
1490         building with shared libs.
1492 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1494         * rt/Makefile: Link against static library if no shared lib is
1495         available.
1497         * localedata/Makefile: The shells scripts implementing the test
1498         require the dynamic linker which is not available with
1499         --disable-shared.  Skip the test if --disable-shared is given.
1501         * linuxthreads/Makefile: Link test against static libpthread if no
1502         shared lib is available.
1504         * iconvdata/Makefile (tests): Run iconv-test only if we're
1505         building shared libraries.
1506         * elf/Makefile (tests): Likewise for elf tests.
1508         * posix/Makefile: The test frameworks globtest and wordexp-test
1509         require the dynamic linker which is not available with
1510         --disable-shared.  Skip the test if --disable-shared is given.
1512         * grp/Makefile (otherlibs): For static nss build link against
1513         necessary libs.
1515 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1517         * debug/Makefile (install-bin): Install and build catchsegv only
1518         if build-shared == yes.  Reported by jussi@jlaako.pp.fi [PR
1519         libc/965].
1521 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1523         * time/tzfile.c (__tzfile_read): Handle the case where there are
1524         transitions but no DST.
1526 1999-03-20  Roland McGrath  <roland@baalperazim.frob.com>
1528         * mach/Machrules (extra-libs-others): Add $(interface-library) here
1529         too, so it gets built in the others pass rather than the lib pass.
1530         This is necessary since the RPC libraries need to be linked against
1531         libc.
1533 1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>
1535         * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
1536         _itoa_word decl.
1538         * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
1539         ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
1540         ($(link-rpcuserlibs)): New static pattern rule; link intermediate
1541         versions of lib{mach,hurd}user.so without reference to libc.so,
1542         then link libc.so against that to get deps and symbol versions, then
1543         finally link real lib*user.so against libc.so.
1545         * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
1546         Support whole-file locking (only) by using the file_lock RPC.  This
1547         has very wrong semantics, but is better than nothing for the time
1548         being.  (Correct POSIX.1 locking will require new RPCs in the Hurd
1549         protocols that will be somewhat hairy to specify.)
1551 1999-03-17  Mark Kettenis  <kettenis@gnu.org>
1553         * sysdeps/mach/hurd/ptsname.c: New file.
1555 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1557         * timezone/asia: Fix rule in Asia/Nicosia entry.
1559 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1561         * manual/getopt.texi (Using Getopt): Explain "::" in option
1562         string.  Reported by Yuri Niyazov <yuricake@geocities.com>.
1564 1999-03-18  Thorsten Kukuk  <kukuk@suse.de>
1566         * sunrpc/clnt_unix.c: Fix creation of parameters for
1567         sendmsg/recvmsg on non intel platforms.
1568         * sunrpc/svc_unix.c: Likewise.
1570 1999-03-18  Philip Blundell  <philb@gnu.org>
1572         * sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
1573         implementation.
1575 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1577         * timezone/africa: Update from tzdata1999b.
1578         * timezone/asia: Likewise.
1579         * timezone/australasia: Likewise.
1580         * timezone/europe: Likewise.
1581         * timezone/northamerica: Likewise.
1582         * timezone/southamerica: Likewise.
1583         * timezone/zone.tab: Likewise.
1585         * timezone/README: Mention tzdata1999b.
1587 1999-03-17  Ulrich Drepper  <drepper@cygnus.com>
1589         * sysdeps/generic/segfault.c (write_strsignal): New function.
1590         (catch_segfault): Use it instead of calling strsignal.
1592 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1594         * iconv/gconv.c (__gconv): Change type of last_start to unsigned
1595         char to avoid warning.
1597 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
1599         * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
1601         * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
1602         outbuf to unsigned char to avoid warning.
1604 1999-03-11  David S. Miller  <davem@redhat.com>
1606         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
1607         masks.
1608         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
1610 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
1612         * iconv/gconv.h (gconv_fct): Change parameter from `char' to
1613         `unsigned char'.
1614         (gconv_step_data): Likewise.
1615         * iconv/gconv_int.h (__gconv): Likewise.
1616         (__BUILINT_TRANS): Likewise.
1617         * iconv/gconv.c (__gconv): Likewise.
1618         * iconv/iconv.c (iconv): Add casts for call of __gconv.
1619         * iconv/skeleton.c: Change local parameters and variable from `char' to
1620         `unsigned char'.  Remove casts from calls into modules.
1621         * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
1622         `char' to `unsigned char'.
1623         * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
1624         * wcsmbs/mbrtowc.c: Likewise.
1625         * wcsmbs/mbsnrtowcs.c: Likewise.
1626         * wcsmbs/mbsrtowcs.c: Likewise.
1627         * wcsmbs/wcrtomb.c: Likewise.
1628         * wcsmbs/wcsnrtombs.c: Likewise.
1629         * wcsmbs/wcsrtombs.c: Likewise.
1630         * wcsmbs/wctob.c: Likewise.
1632 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
1634         * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
1635         __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
1636         __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
1637         __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
1638         __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
1639         __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
1641 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
1643         * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
1644         _hurd_select if TIMEMOUT is -1.
1646 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
1648         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
1650 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
1652         * elf/dl-load.c: Compute rtld_search_dir array size correctly.
1653         Reported by Yasushi Saito <yasushi@cs.washington.edu>.
1655 1999-03-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1657         * manual/libc.texinfo: Undo last change for now.
1659 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
1661         * intl/locale.alias: Add entries for Croatian.
1662         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
1664 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
1666         * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
1667         if the opened master pty really is a pty.  `isatty' checks for
1668         tty-ness and a pty is not a tty.  Return ENOENT instead of ENFILE
1669         if we are out of pty's.
1671 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
1673         * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
1674         opened file is closed on exec.
1675         * login/utmp_daemon.c (setutent_daemon): Likewise for the just
1676         opened socket.
1678 1999-03-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1680         * manual/llio.texi (File Position Primitive): Reformat @end
1681         command.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
1683 1999-03-14  Ulrich Drepper  <drepper@cygnus.com>
1685         * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
1686         entry is found.
1687         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1688         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
1690         * locale/programs/localedef.c (main): Initialize `cat' to please
1691         the compiler.
1693 1999-03-14  Roland McGrath  <roland@baalperazim.frob.com>
1695         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
1696         check for root-owned symlinks and reject them too.
1698 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1700         * stdio-common/printf_fphex.c: Move to ...
1701         * sysdeps/generic/printf_fphex.c: ... here.  Fix exponent of
1702         extended precision number.
1703         * sysdeps/m68k/printf_fphex.c: New file.
1705 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1707         * manual/stdio.texi: Fix typos.
1709 1999-03-09  Ulrich Drepper  <drepper@cygnus.com>
1711         * version.h (VERSION): Bump to 2.1.1.
1713 1999-03-09  Thorsten Kukuk  <kukuk@suse.de>
1715         * nis/ypclnt.c: Try only twice to connect to NIS server.
1717 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
1719         * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
1721 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1723         * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
1724         (DENORM_EXP): New define.  Use it as the exponent for a denormal.
1725         * stdlib/strtold.c: Moved to ...
1726         * sysdeps/generic/strtold.c: ... here.
1727         * sysdeps/m68k/strtold.c: New file.
1729 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1731         * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
1732         point if the precision is zero, even if the mantissa is non-zero.
1734 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
1736         * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
1737         arguments into the request message buffer inside `send_rpc'
1738         subfunction.  We must repeat the marshalling when retrying the RPC
1739         after a SIGTTOU delivery.
1741         * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
1742         path when there is no ctty port.
1743         * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
1744         Move sigstate check inside loop so we recheck after handling a signal.
1746 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1748         * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
1749         O_EXLOCK are BSD extensions.
1750         Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
1752 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
1754         * manual/signal.texi (Termination in Handler): Correct example.
1755         Install default handler before reraising the signal.
1756         Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
1758 1999-03-08  Roland McGrath  <roland@baalperazim.frob.com>
1760         * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
1761         null, in which case send an empty string.
1763 1999-03-02  Mark Kettenis  <kettenis@gnu.org>
1765         * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
1766         backward compatibility EH functions to be linked when using
1767         gcc-2.8.1.  Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1769 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1771         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
1772         /dev/pts status may change during runtime.
1774 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1776         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
1777         change.  /dev/pts status can change during runtime.
1779 1999-03-07  Thorsten Kukuk  <kukuk@suse.de>
1781         * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
1782         poll reports error.
1783         * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
1784         add some more sanity checks.
1785         * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
1786         parser prototype.
1788 1999-03-05  Thorsten Kukuk  <kukuk@suse.de>
1790         * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
1791         change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
1792         * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
1793         * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
1794         * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
1795         for x_getint32.
1796         * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
1797         * nis/nis_print.c: Fix ctime argument for platforms where
1798         sizeof (time_t) != sizeof (int).
1800 1999-03-07  Mark Kettenis  <kettenis@gnu.org>
1802         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
1803         CLOCKS_PER_SEC instead of CLK_TCK.
1805 1999-03-05  Ulrich Drepper  <drepper@cygnus.com>
1807         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
1808         whether /dev/pts is available.
1809         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
1810         dev_pts_available.
1812         * posix/globtest.sh: Make common_objpfx path absolute and and db2
1813         and hesiod directory to library path [PR libc/1007].
1815 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1817         * resolv/inet_addr.c (inet_aton): Don't allow componets >
1818         255.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
1820 1999-03-05  Geoff Keating  <geoffk@ozemail.com.au>
1822         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
1823         DT_PLTGOT has already been relocated.
1824         (__elf_machine_fixup_plt): Likewise.
1825         Minor cleanups.
1827 1999-03-04  Roland McGrath  <roland@baalperazim.frob.com>
1829         * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
1831 1999-03-03  Ulrich Drepper  <drepper@cygnus.com>
1833         * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
1834         and fold string to uppercase [PR libc/1005].
1836 1999-03-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1838         * elf/dl-load.c (lose): Fix return type.
1840 1999-03-03  Roland McGrath  <roland@baalperazim.frob.com>
1842         * sysdeps/mach/hurd/bits/fcntl.h
1843         [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
1844         * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
1845         set O_NOTRANS as well.
1846         (__hurd_file_name_lookup_retry): At successful end of lookup,
1847         if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
1848         it is a translated node not owned by root.
1849         (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
1850         on the file name passed to LOOKUP.
1852 1999-03-02  Ulrich Drepper  <drepper@cygnus.com>
1854         * manual/time.texi (High Resolution Timer): Correct computation in
1855         example.  Reported by jjf@devel.cemsys.com.
1857 1999-03-02  Philip Blundell  <pb@nexus.co.uk>
1859         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
1860         entry is already relocated.
1862 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1864         * resolv/res_hconf.c (parse_line): Skip empty lines.  Bug reported
1865         by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
1867 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1869         * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
1870         uc_link which is the right name according to Unix98.
1871         Reported by Craig Metz [PR libc/1001].
1872         * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
1873         * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
1874         * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
1875         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
1876         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
1877         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
1879 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1881         * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
1882         @ifinfo.
1884 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1886         * iconvdata/Makefile: Always include iconv-rules, but disable rule
1887         to regenerate it if avoid-generated.
1889         * Makeconfig: Always include sys-dirs, but disable rule to
1890         regenerate it when avoid-generated.
1892         * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
1893         rule to generate sysd-syscalls.
1895         * elf/Makefile (generated): Remove $(objpfx) from names.
1897 1999-02-28  Mark Kettenis  <kettenis@gnu.org>
1899         * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
1900         actual length if the adress length is smaller than the input
1901         value.  Change type of *LEN paramater to socklen_t.
1902         * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
1903         * sysdeps/mach/hurd/accept.c (accept): Likewise.
1904         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
1905         * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
1906         paramater to socklen_t.
1908 1999-02-28  Roland McGrath  <roland@baalperazim.frob.com>
1910         * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
1911         msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
1912         with the RPC.
1914 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
1916         * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
1917         __get_phys_pages): Cast &HBI to silence warning.
1919         * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
1920         * hurd/hurdchdir.c: New file.
1921         * hurd/hurdfchdir.c: New file.
1922         * sysdeps/mach/hurd/chroot.c: Call
1923         _hurd_change_directory_port_from_name to do the work.
1924         * sysdeps/mach/hurd/chdir.c: Likewise.
1925         * sysdeps/mach/hurd/fchdir.c: Call
1926         _hurd_change_directory_port_from_fd to do the work.
1927         * hurd/fchroot.c: Likewise.
1928         * hurd/hurd.h: Declare them.
1930 1999-02-27  Ulrich Drepper  <drepper@cygnus.com>
1932         * elf/dl-load.c (lose): Add more comments to explain the `why'.
1933         (_dl_map_object): Remove redundant test.
1935 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
1937         * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
1938         try to _hurd_port_free a lower-numbered descriptor that was not in any
1939         fd_set.
1941 1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1943         * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
1944         declaration for ____wcstod_l_internal.
1946         * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
1947         __strtod_internal prototype.
1948         * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
1949         (____strtold_l_internal): Add prototype declaration.
1950         (__strtold_l): Call correct function.
1952 1999-02-24  Ulrich Drepper  <drepper@cygnus.com>
1954         * elf/elf.h: Add 32bit HPPA definitions.
1956 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1958         * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
1959         non-checked heap is restored when malloc checking was requested by
1960         the user.
1961         (struct malloc_state): Add using_malloc_checking.
1962         (MALLOC_STATE_VERSION): Increment minor.
1963         (using_malloc_checking, disallow_malloc_check): New variables.
1964         (__malloc_check_init): Use them.
1965         (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
1966         that it can the chunk is properly instrumented when malloc
1967         checking is enabled.  Set the new using_malloc_checking field.
1968         (malloc_hook_ini): Correct signature when _LIBC is not defined.
1970 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1972         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
1973         (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
1974         time.
1976         * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
1977         Don't call elf_get_dynamic_info and _dl_setup_hash a second time
1978         if ld.so is the main program.
1980 1999-02-23  Ulrich Drepper  <drepper@cygnus.com>
1982         * stdio-common/vfprintf.c (vfprintf): If precision or width is too
1983         large for work_buffer, allocate new buffer.
1984         (printf_unknown): Likewise.  [PR libc/988]
1986 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
1988         * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
1989         instead of stat and fstat.
1990         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1992 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1994         * elf/dl-error.c (_dl_signal_cerror): New function.
1995         (_dl_signal_error): Don't call receiver function.
1996         * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
1997         instead of _dl_signal_error when reporting references to undefined
1998         symbols or versions.
1999         (_dl_lookup_versioned_symbol): Likewise.
2000         (_dl_lookup_versioned_symbol_skip): Likewise.
2001         * elf/dl-version.c (match_symbol): Likewise.
2003         * elf/ldsodefs.h: Declare _dl_signal_cerror.
2005 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
2007         * misc/getttyent.c (getttyent): Release lock on stream later to
2008         also protect global variable zapchar.
2010         * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
2011         __times [PR libc/990].
2013 1999-02-21  David S. Miller  <davem@redhat.com>
2015         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
2016         parentheses in Feb 2 changes.
2017         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
2019 1999-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2021         * sysdeps/generic/glob.c (glob): Save previous errno.
2023 1999-02-21  Ulrich Drepper  <drepper@cygnus.com>
2025         * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
2026         lookup functions if it is too small.
2028 1999-02-20  Ulrich Drepper  <drepper@cygnus.com>
2030         * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
2031         for tracing to the scope lists.
2032         * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
2033         DT_SYMTAB is always available according to ELF spec.
2035         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
2036         call test whether there is any scope left.
2037         (_dl_lookup_versioned_symbol_skip): Likewise.
2039         * elf/Makefile (distribute): Add do-lookup.h.
2040         * elf/do-lookup.h: New file.  Split out from dl-lookup.c.
2041         * elf/dl-lookup.c: Move do_lookup function in separate file and
2042         include the file twice, for handling versioning and without it.
2044         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
2045         entry is already relocated.
2046         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
2047         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
2048         * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
2049         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
2050         Likewise.
2051         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
2052         Likewise.
2053         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
2054         Likewise.
2056         * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
2057         load address.  Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
2058         DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
2059         (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
2060         rel and rela relocations can both happen and skip one test if this
2061         is not possible.
2062         (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
2063         appropriately.
2064         * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
2065         already relocated.
2066         * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
2067         relocated.
2068         * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
2069         (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
2070         (_dl_map_object): DT_STRTAB entry is already relocated.
2071         * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
2072         already relocated.
2073         * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
2074         relocated.
2075         * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
2076         DT_VERSYM entries are already relocated.
2077         (profile_fixup): Likewise.
2078         * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX.  Replace
2079         all users.
2080         (match_symbol): DT_STRTAB entry is already relocated.
2081         (_dl_check_map_versions): Likewise.  Also fo DT_VERSYM.
2082         * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
2083         relocated already.  DT_SYMTAB and DT_VERSYM entries are also relocated.
2084         * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
2085         (find_needed): DT_STRTAB entry is already relocated.
2086         (dl_main): Pass extra argument to elf_get_dynamic_info.
2087         DT_STRTAB entry is already relocated.
2088         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
2089         DT_PLTGOT entries are already relocated.
2090         (elf_machine_rela): Likewise for DT_SYMTAB.
2091         * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
2092         relocated.
2093         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
2094         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
2095         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
2096         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
2097         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
2098         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
2099         (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
2100         * sysdeps/mips/mips64/dl-machine.h: Likewise.
2102         * grp/initgroups.c (initgroups): If function in current module was
2103         successful don't stop but continue to process to get all the groups.
2105         * elf/dl-load.c (_dl_map_object_from_fd): Use global
2106         _dl_pf_to_proot array to convert p_flags value.
2107         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
2109         * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
2110         loop to clear `info'.
2112         * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
2113         do the work and don't use inline assembler.
2115 1999-02-19  Ulrich Drepper  <drepper@cygnus.com>
2117         * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
2118         * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
2119         noreturn, and prevent it from being inlined.
2120         Define LOSE appropriately.
2121         (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
2122         Optimize decoding of p_flags for certain platforms.
2124 1999-02-19  Philip Blundell  <pb@nexus.co.uk>
2126         * Makeconfig (link-libc): When doing a static link, make sure that
2127         libgcc.a is included both before and after libc.a.
2129 1999-02-18  Thorsten Kukuk  <kukuk@suse.de>
2131         * nis/nss_compat/compat-spwd.c: Fix handling of default values for
2132         sp_warn, sp_inact, sp_expire and sp_flag.
2134 1999-02-18  Ulrich Drepper  <drepper@cygnus.com>
2136         * elf/link.h (link_map): Add l_dev and l_ino.
2137         * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
2138         loaded shared object with all loaded objects.  Initialize l_ino
2139         and l_dev in case it's new.
2140         * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
2141         object.
2142         * elf/Makefile: Compile and run new test.
2143         * elf/multiload.c: New file.
2145         * nss/nsswitch.h (service_user): Change name field from const char *
2146         to char[0].
2147         (name_database_entry): Likewise.
2148         * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
2149         for change of `service_user'.
2150         (nss_getline): Adjust memory allocation for change of
2151         `name_database_entry'.
2153         * catgets/catgets.c: Correctly handle NLSPATH from environment
2154         [PR libc/980].
2156         * io/Makefile (routines): Add lock64.
2157         * io/Versions: Add lockf64 for GLIBC_2.1.1.
2158         * sysdeps/generic/lockf64.c: New file.
2160 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
2162         * string/bits/string2.h: Only use strncmp optimization if count
2163         argument is constant.
2165 1999-02-16  Roland McGrath  <roland@baalperazim.frob.com>
2167         * sysdeps/mach/hurd/revoke.c: New file.
2169 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
2171         * wctype/wctype.h (_ISwbit): Cast result of shift operations to
2172         int to avoid warning about `ISO C restricts enumerator values to
2173         range of `int''.
2175 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2177         * elf/dlfcn.h: Fix typo.
2178         * sysdeps/generic/bits/dlfcn.h: Likewise.
2179         * sysdeps/mips/bits/dlfcn.h: Likewise.
2181 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
2183         * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
2184         for the case N == 0.
2186         * db2/Makefile (distribute): Add LICENSE.
2188 1999-02-03  Jeff Bailey  <jbailey@nisa.net>
2190         * sysdeps/unix/make_errlist.c: Add i18n and copyright to
2191         generated files.
2193         * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
2195 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
2197         * time/mktime.c: Use ISO C form for function definitions and
2198         remove unnecessary prototypes.
2200         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
2202         * time/time.h: Avoid unneccesary #ifdef.
2204 1999-02-15  Geoff Keating  <geoffk@ozemail.com.au>
2206         * stdio-common/_itoa.c (_itoa): Correct parameters to
2207         udiv_qrnnd_preinv.
2209 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2211         * misc/sys/cdefs.h: Undefine __PMT since it might be defined
2212         before (e.g. in glob.h).
2213         Closes PR libc/959.
2215 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2217         * sysdeps/mips/fpu_control.h: Fix typo.
2218         Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
2219         Remove __setfpucw.
2221 1999-02-10  Roland McGrath  <roland@baalperazim.frob.com>
2223         * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
2224         the "unused" ends of the sockets.  Let pipes be bidirectional.
2226 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
2228         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
2229         invalid ai_flags.
2231 1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2233         * manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
2234         Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
2236         * manual/setjmp.texi (Non-Local Exits and Signals): Fix
2237         typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
2239 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
2241         * string/Versions: Add __strverscmp to GLIBC_2.1.1.
2243 1999-02-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2245         * misc/syslog.c (vsyslog): Remember errno for %m format.  Fix
2246         check for priority mask.
2248 1999-02-14  Ulrich Drepper  <drepper@cygnus.com>
2250         * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
2251         Reported by Craig Metz <cmetz@inner.net> .
2253 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2255         * stdio-common/Makefile (tests): tllformat added.
2257         * stdio-common/tllformat.c: New program, based on tiformat.c with
2258         examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2260 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2262         * posix/test-vfork.c: Fix exit status test.
2264 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2266         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
2267         missing cases.  Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
2269 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2271         * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
2272         of separare explicit comparisons.
2274 1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2276         * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
2277         defined.
2279         * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
2280         defined.
2282 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
2284         * po/el.po: Update from translation team.
2286 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2288         * intl/locale.alias: Fix slovenian entry [PR libc/948].
2290 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2292         * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
2293         * inet/ruserpass.c: Likewise.
2294         * locale/programs/stringtrans.c: Likewise.
2295         * locale/programs/localedef.c: Likewise.
2296         * nscd/grpcache.c: Likewise.
2297         * nss/nss_files/files-XXX.c: Likewise.
2298         * stdlib/canonicalize.c: Likewise.
2299         * sysdeps/posix/sigwait.c: Likewise.
2301 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2303         * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
2304         even on 64 bit platforms.
2306         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
2307         Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
2309 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
2311         * intl/dcgettext.c: Include locale.h is available.
2313 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
2315         * po/nl.po: Update from translation team.
2317         * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
2319         * Makefile: Allow calling goals for po subdir.
2321         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
2322         signal definitions.
2324         * po/el.po: New file.
2326 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2328         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
2329         when processing DT_SYMBOLIC objects.
2331 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2333         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
2334         program headers without PT_PHDR only require that they are
2335         contained within one of the loaded segments.  Don't use assert,
2336         since that would be a bug in the object, not the dynamic linker.
2338 1999-02-08  Richard Henderson  <rth@cygnus.com>
2340         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
2341         restore all call-clobbered fp regs.
2343 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
2345         * po/cs.po: New file.
2347         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
2348         SUID binaries.
2350 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
2352         * signal/signal.h: Don't declare __libc_allocate_rtsig.
2353         * include/signal.h: Declare __libc_allocate_rtsig here.
2355         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
2356         point functions, not do_lookup since the later can be called more
2357         than once.
2359 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
2361         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
2362         macro, so that architectures which need to add some special
2363         offset to stack pointer can share this file.
2365         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
2366         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
2367         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
2368         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
2370         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
2371         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
2372         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
2373         between sparc32 and sparc64.
2375         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
2376         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
2377         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
2378         between sparc32 and sparc64.
2380         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
2381         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
2382         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
2383         between sparc32 and sparc64.
2385         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
2386         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
2387         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
2388         between sparc32 and sparc64.
2390 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
2392         * Versions.def: New version GLIBC_2.1.1 for libc.
2393         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
2394         * stdlib/labs.c: Moved to...
2395         * sysdeps/generic/labs.c: ...here.
2396         * stdlib/llabs.c: Moved to...
2397         * sysdeps/generic/llabs.c: ...here.
2398         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
2399         header.  Declare _Exit.
2400         * sysdeps/generic/_exit.c: Add alias _Exit.
2401         * sysdeps/mach/hurd/_exit.c: Likewise.
2402         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
2403         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
2404         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
2405         * sysdeps/unix/_exit.c: Likewise.
2406         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
2407         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
2408         * sysdeps/wordsize-64/inttypes.h: Likewise.
2409         * sysdeps/wordsize-32/llabs.c: New file.
2410         * sysdeps/wordsize-32/lldiv.c: New file.
2411         * sysdeps/wordsize-64/labs.c: New file.
2412         * sysdeps/wordsize-64/ldiv.c: New file.
2413         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
2414         * manual/startup.texi: Document _Exit.
2416 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2418         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
2420 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
2422         * Versions.def: Add versions for ld.so.
2423         * csu/Versions: Remove __libc_stack_end here.
2424         * elf/Versions: Split libc definitions in libc and ld.so definitions.
2425         * elf/Makefile (ld-map): Change to ld.so.map.
2426         * scripts/versions.awk: Recognize dot in library names.
2428         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
2429         Don't use __tolower and __toupper in inline functions.
2430         Add optimizing macros for tolower and toupper.
2431         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
2432         (_toupper): Don't use __toupper.
2433         * ctype/ctype.c (tolower): Don't use __tolower.
2434         (toupper): Don't use toupper.
2436         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
2438         * resolv/Versions (libresolv): Export __ns_name_unpack and
2439         __ns_name_ntop.
2440         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
2441         make it global.  Change all users.  Similar for ns_name_ntop.
2442         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
2443         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
2444         directly to detect too small buffer.
2445         * resolv/nss_dns/dns-network.c: Likewise.
2447         * stdio-common/Makefile (tests): Add scanf12.
2448         * stdio-common/scanf12.c: New file.
2449         * stdio-common/scanf12.input: New file.
2450         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
2451         floating-point correctly if the number is invalid.
2453         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
2454         functions.
2455         * stdio-common/printf_fp.c: Likewise.
2456         * stdio-common/printf_fphex.c: Likewise.
2457         * stdio-common/vfprintf.c: Likewise.
2460 See ChangeLog.9 for earlier changes.