Update.
[glibc.git] / ChangeLog
blob498b0a378488e9177fb4b56cd69f65278fc4bb3f
1 1999-04-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3         * posix/wordexp.c (parse_param): Fix type of offset to allow it to
4         be used correctly as parameter for parse_dollars/parse_tilde.
6 1999-04-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8         * manual/conf.texi (Utility Limits): Remove duplicate description
9         of BC_DIM_MAX.
11 1999-04-19  Ulrich Drepper  <drepper@cygnus.com>
13         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
14         outbufend for dst==NULL.
16 1999-04-18  Ulrich Drepper  <drepper@cygnus.com>
18         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Correctly initialize outbufend
19         for dst==NULL.
20         Fixes PR libc/1084.
22         * socket/sys/socket.h: Define SHUT_RD, SHUT_WR, and SHUT_RDWR.
23         Fixes PR libc/1083.
25 1999-04-18  Thorsten Kukuk  <kukuk@suse.de>
27         * sunrpc/Makefile: Remove special handling of bootparam.x,
28         add rpcsvc/bootparam.h to headers.
29         * sunrpc/rpcsvc/bootparam.h: New, for backward compatibility.
30         * sunrpc/rpcsvc/bootparam.x: Renamed to...
31         * sunrpc/rpcsvc/bootparam_prot.x: ...this.
33 1999-04-18  Ulrich Drepper  <drepper@cygnus.com>
35         * sysdeps/unix/bsd/poll.c (__poll): Add more compatiblity code to
36         detect and handle invalid descriptors.
38 1999-04-17  Thorsten Kukuk  <kukuk@suse.de>
40         * timezone/zic.c (dolink): Append complete path ot only filename
41         to ../ list.
43 1999-04-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
45         * iconvdata/ibm874.c (TABLES, CHARSET_NAME): Follow name change.
47 1999-04-17  Ulrich Drepper  <drepper@cygnus.com>
49         * iconvdata/gconv-modules: Rename CP874 to IBM874.
50         * iconvdata/Makefile: Likewise.
51         * iconvdata/cp874.h: Removed.
52         * iconvdata/cp874.c: Renamed to...
53         * iconvdata/ibm874.c: ...this.
55 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
57         * sysdeps/unix/sysv/linux/bits/types.h: Correct
58         signed/unsigned-ness of blkcnt and fsblkcnt.
59         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
60         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
62         * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
63         SOL_AAL, and SOL_IRDA.
65 1999-04-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
67         * sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero.  Don't
68         include "linux_fsinfo.h".
69         Based on a patch by H.J. Lu <hjl@gnu.org>.
71 1999-04-16  Thorsten Kukuk  <kukuk@suse.de>
73         * sunrpc/rpc_cout.c (print_header): Use int32_t pointer, not long.
75 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
77         * nscd/cache.c (prune_cache): Only disable file checking for
78         future if the file does not exist.
79         Update file_mtime if cache was flushed.
81 1999-04-15  David S. Miller  <davem@redhat.com>
83         * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
84         * sysdeps/sparc/sparc32/strcpy.S: Likewise.
86 1999-04-15  Scott Bambrough  <scottb@netwinder.org>
88         * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
89         compilation of file.
91 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
93         * Versions.def: Add GLIBC_2.1.1 to libpthread.
95         * iconvdata/Makefile (modules): Add KOI8-U.
96         (distribute): Add koi8-u.c.
97         (gen-8bit-gap-modules): Add koi8-u.
98         * iconvdata/gconv-modules: Add KOI8-U entries.
99         * iconvdata/koi8-u.c: New file.
101 1999-04-13  Thorsten Kukuk  <kukuk@suse.de>
103         * sunrpc/auth_des.c: 64bit fixes, security fixes.
104         * sunrpc/auth_none.c: Pretty print.
105         * sunrpc/auth_unix.c: Likewise.
106         * sunrpc/authdes_prot.c: Likewise.
107         * sunrpc/authuxprot.c: Likewise.
108         * sunrpc/bindrsvprt.c: Likewise.
109         * sunrpc/clnt_gen.c: Likewise.
110         * sunrpc/rpc/xdr.h: Likewise.
111         * sunrpc/rpc/auth_des.h: Add rpc_timeval struct.
112         * sunrpc/rpc_cmsg.c: Don't use *long pointers.
113         * sunrpc/rtime.c: Use new rpc_timeval.
114         * sunrpc/svc_authux.c: Don't use *long pointers.
115         * sunrpc/svcauth_des.c: Likewise + security fixes.
116         * sunrpc/xdr_mem.c: Don't use *long pointers.
117         * sunrpc/xdr_rec.c: Likewise.
118         * sunrpc/xdr_sizeof.c: Likewise.
119         * sunrpc/xdr_stdio.c: Likewise.
121 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
123         * sunrpc/clnt_udp.c (clntudp_call): Move initialization of anyup
124         so that it is redone for each sending.
126 1999-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
128         * sunrpc/clnt_udp.c (clntudp_call): Initialize anyup.
130 1999-04-15  Ulrich Drepper  <drepper@cygnus.com>
132         * iconv/gconv_db.c (__gconv_find_transform): If conversion is
133         known to not exist don't try to load shared objects.
134         Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
136         * nscd/cache.c (prune_cache): The table might not be unused.  In
137         this case do nothing.
139         * catgets/gencat.c (read_input_file): Don't drop white spaces
140         between number/identifier and string.
141         Patch by Dima Barsky <dima@pwd.hp.com>.
142         If no white space at all follows number/identifier remove existing
143         message with the number/identifier.
145 1999-04-14  H.J. Lu  <hjl@gnu.org>
147         * sunrpc/clnt_udp.c (is_network_up): New function.
148         (clntudp_call): Call is_network_up () to check if any network
149         interface is up in case of timeout.
151 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
153         * wctype/test_wcfuncs.c: New file, tests towlower and towupper.
154         * wctype/Makefile (tests): Add test_wcfuncs.
156 1999-04-14  Jakub Jelinek  <jj@ultra.linux.cz>
158         * scripts/config.sub: Allow sparcv[6789]-* and sparcv8plus{,a}-*
159         architectures.
160         * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
161         instead of CFLAGS.
162         * sysdeps/sparc/sparc32/sparcv8/Makefile: Use sysdep-CFLAGS
163         instead of CFLAGS. For gnulib and string directories use
164         -Wa,-Av9a gcc ASFLAGS.
165         * sysdeps/sparc/sparc32/sparcv9/memmove.c: New file.
166         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: New file.
167         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: New file.
168         * shlib-versions: Handle sparcv[6789]-* and sparcv8plus{,a}-*
169         the same way as sparc-*.
171 1999-04-14  Ulrich Drepper  <drepper@cygnus.com>
173         * locale/programs/locfile.c (locfile_read): Fix typo.
174         Patch by Kaoru Fukui <k_fukui@highway.ne.jp>.
176 1999-04-14  Scott Bambrough  <scottb@netwinder.org>
178         * sysdeps/unix/sysv/linux/arm/socket.S: Socket calls could not be
179         restarted after being interrupted by a signal.  The parameters on
180         the stack were corrupted by the signal handler.
182         * sysdeps/unix/sysv/linux/arm/mmap.S: mmap calls could not be
183         restarted after being interrupted by a signal.  The parameters on
184         the stack were corrupted by the signal handler.
186 1999-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
188         * wctype/wcfuncs.c (towlower): Use __ctype_tolower.
189         Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
191 1999-04-12  Tim Waugh  <tim@cyberelk.demon.co.uk>
193         * posix/wordexp-test.c: In field-splitting test cases where
194         subshells were involved, unset IFS first: some shells (ash) use
195         IFS even when no expansion is performed.
197 1999-04-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
199         * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
200         the real end of the chunk, not some random point inbetween.
201         (_IO_obstack_xsputn): Likewise.  Actually copy the data into the
202         obstack when growing.  Use fast version of obstack_blank when
203         shrinking.
204         (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
205         allocating the vtable pointer.
206         (_IO_obstack_vprintf): Adjust for above change and avoid
207         unnecessary casts.  Use fast version of obstack_blank when
208         shrinking.
209         Fixes PR libc/1075.
211 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
213         * iconvdata/gconv-modules: Fix typo.  Add UJIS alias.
214         Reported by GOTO Masanori <gotom@cs.titech.ac.jp>.
216 1999-04-11  Tim Waugh  <tim@cyberelk.demon.co.uk>
218         * posix/wordexp.c (wordexp): Fix a leak when an invalid character
219         is seen, as well as fixing semantics.  Don't reset the word count
220         to zero when an invalid character is seen, but leave it as it was
221         (this makes a difference with WRDE_APPEND).
223         * posix/wordexp-test.c: More test cases.
225         * posix/wordexp.c (parse_param): In words like ${var#pattern},
226         always expand pattern when it is needed.  Also, handle quoting in
227         pattern properly.
229 1999-04-12  Philip Blundell  <philb@gnu.org>
231         * elf/elf.h: Update ARM definitions to match current gas2.
233         * sysdeps/arm/bits/endian.h: Support big endian operation.
235         * sysdeps/unix/sysv/linux/arm/ioperm.c (_outw, _outb, _outl):
236         Don't bother range checking the port number.
238         * sysdeps/unix/sysv/linux/arm/vfork.S: New file.
240         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Include
241         the syscall name in assembler output for ease of debugging.
243         * sysdeps/unix/sysv/linux/arm/sigaction.c: Don't rely on undefined
244         compiler behaviour.
245         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: New file.
246         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = signal]
247         (sysdep_routines): Add sigrestorer.
249         * string/tester.c (test_strcpy): Add new tests for unaligned
250         arguments.
251         * sysdeps/arm/bits/string.h: Delete inline implementations of
252         strcpy and stpcpy.
254 1999-04-11  Ulrich Drepper  <drepper@cygnus.com>
256         * libio/Makefile (CPPFLAGS-.o): Don't define IO_DEBUG.
258 1999-04-10  Mark Kettenis  <kettenis@gnu.org>
260         * sysdeps/mach/hurd/Dist: Add clk_tck.c.
262 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
264         * iconvdata/Makefile (modules): Add TIS-620.
265         (distribute): Add tis-620.c.
266         (gen-8bit-gap-modules): tis-620.
267         * iconvdata/tis-620.c: New file.
268         * iconvdata/gconv-modules: Add TIS-620 entries.
270         * iconvdata/asmo_449.c: Correct comment.
272 1999-04-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
274         * manual/install.texi (Configuring and compiling): Comment out
275         description of --disable-static since this doesn't work currently
276         (see change by Ulrich Drepper on 1998-12-07 for configure.in).
278 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
280         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Rewrite to
281         use binary search.
282         Based on a patch by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
284 1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
286         * scripts/test-installation.pl (installation_problem): Skip
287         libnss1_* libraries from glibc-compat add-on.
289 1999-04-07  H.J. Lu  <hjl@gnu.org>
291         * io/Versions (__dup2, __pipe): Added to GLIBC_2.0 for
292         libstdc++ 2.7.2.
293         * posix/Versions (__waitpid): Likewise.
295 1999-04-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
297         * manual/install.texi (Reporting Bugs): Add section about reported
298         bugs and correct email address of glibcbug script.
300 1999-04-01  Thorsten Kukuk  <kukuk@suse.de>
302         * sunrpc/Versions: Add new xdr functions to GLIBC_2.1.1
303         * sunrpc/xdr.c: Add xdr_hyper, xdr_u_hyper, xdr_longlong_t and
304         xdr_u_longlong_t. Based on patch from Dan Shechter
305         <damageboy@isdn.net.il>.
306         * sunrpc/xdr_intXX_t.c: Implement xdr_int64_t, xdr_uint64_t
307         * sunrpc/rpc/xdr.h: Add prototypes for new xdr functions.
309         * nis/nis_lookup.c (nis_lookup): Don't overwrite RPC error code.
311 1999-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
313         * sysdeps/unix/sysv/linux/getdents.c (__getdirentries): Return
314         directly if getdents returns with error set.
316 1999-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
318         * locale/langinfo.h (THOUSEP): Rename second occurence of
319         THOUSANDS_SEP to THOUSEP.
320         Reported by Roman Belenov <roman@nstl.nnov.ru>.
322 1999-04-05  Roland McGrath  <roland@baalperazim.frob.com>
324         * hurd/STATUS: File removed.  Moved items that are still relevant into
325         TODO list in hurd source.
327 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
329         * sysdeps/mach/hurd/bits/time.h: New file.
330         * sysdeps/mach/hurd/getrusage.c: New file.
331         * sysdeps/mach/hurd/clk_tck.c: New file.
332         * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
333         * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
334         (sysdep_routines): Add clk_tck.
335         * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
336         implemented.
338 1999-04-02  Ulrich Drepper  <drepper@cygnus.com>
340         * misc/syslog.c (closelog_internal): Do not reset LogTag here.
341         (closelog): But instead here.
342         Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
344 1999-04-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
346         * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
347         the source directory.  Fixes PR libc/1059.
349 1999-04-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
351         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
352         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
354 1999-04-01  Ulrich Drepper  <drepper@cygnus.com>
356         * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
357         * iconvdata/testdata/ISO-8859-14: New file.
358         * iconvdata/testdata/ISO-8859-14..UTF8: New file.
359         * iconvdata/testdata/ISO-8859-15: New file.
360         * iconvdata/testdata/ISO-8859-15..UTF8: New file.
362 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
364         * iconvdata/testdata/CP1258: New file.
365         * iconvdata/testdata/CP1258..UTF8: New file.
366         * iconvdata/TESTS: Add CP1258 entry.
368         * iconvdata/cp874.h (to_ucs4): Add Euro sign.
370         * timezone/africa: Update from tzdata1999d.
371         * timezone/europe: Likewise.
372         * timezone/northamerica: Likewise.
374 1999-03-31  Mark Kettenis  <kettenis@gnu.org>
376         * login/programs/pt_chown.c (main): Save effective user ID before
377         dropping priviliges and use this to check if the program is
378         properly installed.
380 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
382         * iconvdata/testdata/CP1254: Update for charmap changes.
383         * iconvdata/testdata/CP1254..UTF8: Likewise.
384         * iconvdata/testdata/CP1255: Likewise.
385         * iconvdata/testdata/CP1255..UTF8: Likewise.
386         * iconvdata/testdata/CP1256: Likewise.
387         * iconvdata/testdata/CP1256..UTF8: Likewise.
388         * iconvdata/testdata/CP1257: Likewise.
389         * iconvdata/testdata/CP1257..UTF8: Likewise.
391         * iconvdata/Makefile (distribute): Remove cp1258.h.
392         (gen-8bit-gap-modules): Add cp1258.
393         * iconvdata/cp1258.h: Removed.
395 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
397         * timezone/tst-timezone.c (tests): Add more cases.
398         (check_tzvars): Mark errors clearer.
399         (main): Likewise.
401 1999-03-30 20:59 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
403         * login/programs/pt_chown.c: Drop privileges if invoked with
404         arguments.  Don't close the master pty.
406 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
408         * time/tzfile.c (__tzfile_read): Process transitions from the rear.
409         Minor optimization.
411 1999-03-29  Ulrich Drepper  <drepper@cygnus.com>
413         * elf/rtld.c (process_envvars): Do not automatically prevent lazy
414         relocation for SUID binaries.
416 1999-03-29  Paul Eggert  <eggert@twinsun.com>
418         * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
419         while in child process.
421 1999-03-29  Jakub Jelinek  <jj@ultra.linux.cz>
423         * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
424         * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
425         * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
426         * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
427         * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
429         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
430         * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
431         * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
432         * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
433         * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
434         * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
435         * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
436         * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
437         * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
438         * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
439         * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
440         * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
441         * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
442         * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
443         * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
444         * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
445         * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
446         * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
447         * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
448         * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
449         * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
450         * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
451         * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
452         * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
453         * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
454         * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
456         * sysdeps/sparc/sparc32/bcopy.c: New file.
457         * sysdeps/sparc/sparc32/bzero.c: New file.
458         * sysdeps/sparc/sparc32/memchr.S: New file.
459         * sysdeps/sparc/sparc32/memcpy.S: New file.
460         * sysdeps/sparc/sparc32/memmove.c: New file.
461         * sysdeps/sparc/sparc32/memset.S: New file.
462         * sysdeps/sparc/sparc32/stpcpy.S: New file.
463         * sysdeps/sparc/sparc32/strchr.S: New file.
464         * sysdeps/sparc/sparc32/strrchr.c: New file.
465         * sysdeps/sparc/sparc32/strcpy.S: New file.
466         * sysdeps/sparc/sparc32/strlen.S: New file.
467         * sysdeps/sparc/sparc32/strcat.S: New file.
468         * sysdeps/sparc/sparc32/strcmp.S: New file.
470         * sysdeps/sparc/sparc64/bcopy.c: New file.
471         * sysdeps/sparc/sparc64/bzero.c: New file.
472         * sysdeps/sparc/sparc64/memchr.S: New file.
473         * sysdeps/sparc/sparc64/memcmp.S: New file.
474         * sysdeps/sparc/sparc64/memcpy.S: New file.
475         * sysdeps/sparc/sparc64/memset.S: New file.
476         * sysdeps/sparc/sparc64/stpcpy.S: New file.
477         * sysdeps/sparc/sparc64/strcat.S: New file.
478         * sysdeps/sparc/sparc64/strchr.S: New file.
479         * sysdeps/sparc/sparc64/strcmp.S: New file.
480         * sysdeps/sparc/sparc64/strcpy.S: New file.
481         * sysdeps/sparc/sparc64/strcspn.S: New file.
482         * sysdeps/sparc/sparc64/strlen.S: New file.
483         * sysdeps/sparc/sparc64/strncpy.S: New file.
484         * sysdeps/sparc/sparc64/strpbrk.S: New file.
485         * sysdeps/sparc/sparc64/strrchr.c: New file.
486         * sysdeps/sparc/sparc64/strspn.S: New file.
487         * sysdeps/sparc/sparc64/stpncpy.S: New file.
488         * sysdeps/sparc/sparc64/strncmp.S: New file.
490         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
491         Append -fPIC, don't replace.
493         * configure.in: Recognize sparcv8plus / sparcv9.
495 1999-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
497         * malloc/obstack.h (obstack_free): Explicitly convert __obj to
498         char * to avoid C++ warning.
499         Patch by yasushi@cs.washington.edu [PR libc/1035].
501 1999-03-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
503         * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
504         declared in stdlib.h, correct return value of mkstemp.
505         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
507         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
508         from Linux 2.2.5.
510 1999-03-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
512         * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
513         C++ warning.
515         * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
516         inline functions.  Closes PR libc/1049.
518 1999-03-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
520         * timezone/README: Update from tzdata1999c and tzcode1999c.
522         * timezone/africa: Update from tzdata1999c.
523         * timezone/antarctica: Likewise.
524         * timezone/asia: Likewise.
525         * timezone/australasia: Likewise.
526         * timezone/europe: Likewise.
527         * timezone/northamerica: Likewise.
528         * timezone/southamerica: Likewise.
529         * timezone/zone.tab: Likewise.
531         * timezone/zic.c: Update from tzcode1999c.
533 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
535         * Makerules: Add $(common-objpfx)Versions.all to common-generated
536         outside of ifndef avoid-generated.
538         * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
539         in iofdopen.c.
540         * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
541         iofopen.c.
542         * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
543         in iofclose.c.
544         * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
545         _IO_old_file_seekoff): Bring over recent changes in fileops.c.
547 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
549         * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
550         if we build the profiled library.
552 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
554         * math/Makefile (gmp-objs): Add inlines.  Reported by Andreas
555         Jaeger <aj@arthur.rhein-neckar.de>
557 1999-03-25  Roland McGrath  <roland@yaumatei.ai.mit.edu>
559         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
560         (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
561         This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
563 1999-03-24  Roland McGrath  <roland@baalperazim.frob.com>
565         * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
566         works properly in subdirs.
568 1999-03-23  Roland McGrath  <roland@baalperazim.frob.com>
570         * sysdeps/mach/hurd/Makefile: Undo last change.
571         [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
572         [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
574         * mach/Machrules (+preinit, +postinit, +interp,
575         LDFLAGS-$(interface.so)): Variables removed.  Interface libraries get
576         linked just like other shared libraries.
577         (interface.so): Fix typo in defn, so it works.
578         ($(objpfx)$(interface.so)): Make it depend on libc.so.
580 1999-03-21  Roland McGrath  <roland@baalperazim.frob.com>
582         * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
583         $(link-rpcuserlibs).
585 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
587         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
588         $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
589         targets if not building shared libraries.
591 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
593         * configure.in: Also look in $PATH when searching for
594         install-info.  Remove autoconf bug workaround and require autoconf
595         2.13.
597 1999-03-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
599         * db/Makefile: Don't try to install shared library link if not
600         building with shared libs.
602 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
604         * rt/Makefile: Link against static library if no shared lib is
605         available.
607         * localedata/Makefile: The shells scripts implementing the test
608         require the dynamic linker which is not available with
609         --disable-shared.  Skip the test if --disable-shared is given.
611         * linuxthreads/Makefile: Link test against static libpthread if no
612         shared lib is available.
614         * iconvdata/Makefile (tests): Run iconv-test only if we're
615         building shared libraries.
616         * elf/Makefile (tests): Likewise for elf tests.
618         * posix/Makefile: The test frameworks globtest and wordexp-test
619         require the dynamic linker which is not available with
620         --disable-shared.  Skip the test if --disable-shared is given.
622         * grp/Makefile (otherlibs): For static nss build link against
623         necessary libs.
625 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
627         * debug/Makefile (install-bin): Install and build catchsegv only
628         if build-shared == yes.  Reported by jussi@jlaako.pp.fi [PR
629         libc/965].
631 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
633         * time/tzfile.c (__tzfile_read): Handle the case where there are
634         transitions but no DST.
636 1999-03-20  Roland McGrath  <roland@baalperazim.frob.com>
638         * mach/Machrules (extra-libs-others): Add $(interface-library) here
639         too, so it gets built in the others pass rather than the lib pass.
640         This is necessary since the RPC libraries need to be linked against
641         libc.
643 1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>
645         * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
646         _itoa_word decl.
648         * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
649         ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
650         ($(link-rpcuserlibs)): New static pattern rule; link intermediate
651         versions of lib{mach,hurd}user.so without reference to libc.so,
652         then link libc.so against that to get deps and symbol versions, then
653         finally link real lib*user.so against libc.so.
655         * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
656         Support whole-file locking (only) by using the file_lock RPC.  This
657         has very wrong semantics, but is better than nothing for the time
658         being.  (Correct POSIX.1 locking will require new RPCs in the Hurd
659         protocols that will be somewhat hairy to specify.)
661 1999-03-17  Mark Kettenis  <kettenis@gnu.org>
663         * sysdeps/mach/hurd/ptsname.c: New file.
665 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
667         * timezone/asia: Fix rule in Asia/Nicosia entry.
669 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
671         * manual/getopt.texi (Using Getopt): Explain "::" in option
672         string.  Reported by Yuri Niyazov <yuricake@geocities.com>.
674 1999-03-18  Thorsten Kukuk  <kukuk@suse.de>
676         * sunrpc/clnt_unix.c: Fix creation of parameters for
677         sendmsg/recvmsg on non intel platforms.
678         * sunrpc/svc_unix.c: Likewise.
680 1999-03-18  Philip Blundell  <philb@gnu.org>
682         * sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
683         implementation.
685 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
687         * timezone/africa: Update from tzdata1999b.
688         * timezone/asia: Likewise.
689         * timezone/australasia: Likewise.
690         * timezone/europe: Likewise.
691         * timezone/northamerica: Likewise.
692         * timezone/southamerica: Likewise.
693         * timezone/zone.tab: Likewise.
695         * timezone/README: Mention tzdata1999b.
697 1999-03-17  Ulrich Drepper  <drepper@cygnus.com>
699         * sysdeps/generic/segfault.c (write_strsignal): New function.
700         (catch_segfault): Use it instead of calling strsignal.
702 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
704         * iconv/gconv.c (__gconv): Change type of last_start to unsigned
705         char to avoid warning.
707 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
709         * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
711         * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
712         outbuf to unsigned char to avoid warning.
714 1999-03-11  David S. Miller  <davem@redhat.com>
716         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
717         masks.
718         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
720 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
722         * iconv/gconv.h (gconv_fct): Change parameter from `char' to
723         `unsigned char'.
724         (gconv_step_data): Likewise.
725         * iconv/gconv_int.h (__gconv): Likewise.
726         (__BUILINT_TRANS): Likewise.
727         * iconv/gconv.c (__gconv): Likewise.
728         * iconv/iconv.c (iconv): Add casts for call of __gconv.
729         * iconv/skeleton.c: Change local parameters and variable from `char' to
730         `unsigned char'.  Remove casts from calls into modules.
731         * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
732         `char' to `unsigned char'.
733         * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
734         * wcsmbs/mbrtowc.c: Likewise.
735         * wcsmbs/mbsnrtowcs.c: Likewise.
736         * wcsmbs/mbsrtowcs.c: Likewise.
737         * wcsmbs/wcrtomb.c: Likewise.
738         * wcsmbs/wcsnrtombs.c: Likewise.
739         * wcsmbs/wcsrtombs.c: Likewise.
740         * wcsmbs/wctob.c: Likewise.
742 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
744         * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
745         __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
746         __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
747         __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
748         __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
749         __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
751 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
753         * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
754         _hurd_select if TIMEMOUT is -1.
756 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
758         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
760 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
762         * elf/dl-load.c: Compute rtld_search_dir array size correctly.
763         Reported by Yasushi Saito <yasushi@cs.washington.edu>.
765 1999-03-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
767         * manual/libc.texinfo: Undo last change for now.
769 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
771         * intl/locale.alias: Add entries for Croatian.
772         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
774 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
776         * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
777         if the opened master pty really is a pty.  `isatty' checks for
778         tty-ness and a pty is not a tty.  Return ENOENT instead of ENFILE
779         if we are out of pty's.
781 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
783         * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
784         opened file is closed on exec.
785         * login/utmp_daemon.c (setutent_daemon): Likewise for the just
786         opened socket.
788 1999-03-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
790         * manual/llio.texi (File Position Primitive): Reformat @end
791         command.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
793 1999-03-14  Ulrich Drepper  <drepper@cygnus.com>
795         * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
796         entry is found.
797         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
798         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
800         * locale/programs/localedef.c (main): Initialize `cat' to please
801         the compiler.
803 1999-03-14  Roland McGrath  <roland@baalperazim.frob.com>
805         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
806         check for root-owned symlinks and reject them too.
808 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
810         * stdio-common/printf_fphex.c: Move to ...
811         * sysdeps/generic/printf_fphex.c: ... here.  Fix exponent of
812         extended precision number.
813         * sysdeps/m68k/printf_fphex.c: New file.
815 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
817         * manual/stdio.texi: Fix typos.
819 1999-03-09  Ulrich Drepper  <drepper@cygnus.com>
821         * version.h (VERSION): Bump to 2.1.1.
823 1999-03-09  Thorsten Kukuk  <kukuk@suse.de>
825         * nis/ypclnt.c: Try only twice to connect to NIS server.
827 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
829         * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
831 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
833         * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
834         (DENORM_EXP): New define.  Use it as the exponent for a denormal.
835         * stdlib/strtold.c: Moved to ...
836         * sysdeps/generic/strtold.c: ... here.
837         * sysdeps/m68k/strtold.c: New file.
839 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
841         * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
842         point if the precision is zero, even if the mantissa is non-zero.
844 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
846         * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
847         arguments into the request message buffer inside `send_rpc'
848         subfunction.  We must repeat the marshalling when retrying the RPC
849         after a SIGTTOU delivery.
851         * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
852         path when there is no ctty port.
853         * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
854         Move sigstate check inside loop so we recheck after handling a signal.
856 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
858         * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
859         O_EXLOCK are BSD extensions.
860         Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
862 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
864         * manual/signal.texi (Termination in Handler): Correct example.
865         Install default handler before reraising the signal.
866         Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
868 1999-03-08  Roland McGrath  <roland@baalperazim.frob.com>
870         * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
871         null, in which case send an empty string.
873 1999-03-02  Mark Kettenis  <kettenis@gnu.org>
875         * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
876         backward compatibility EH functions to be linked when using
877         gcc-2.8.1.  Patch by Zack Weinberg <zack@rabi.columbia.edu>.
879 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
881         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
882         /dev/pts status may change during runtime.
884 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
886         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
887         change.  /dev/pts status can change during runtime.
889 1999-03-07  Thorsten Kukuk  <kukuk@suse.de>
891         * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
892         poll reports error.
893         * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
894         add some more sanity checks.
895         * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
896         parser prototype.
898 1999-03-05  Thorsten Kukuk  <kukuk@suse.de>
900         * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
901         change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
902         * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
903         * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
904         * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
905         for x_getint32.
906         * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
907         * nis/nis_print.c: Fix ctime argument for platforms where
908         sizeof (time_t) != sizeof (int).
910 1999-03-07  Mark Kettenis  <kettenis@gnu.org>
912         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
913         CLOCKS_PER_SEC instead of CLK_TCK.
915 1999-03-05  Ulrich Drepper  <drepper@cygnus.com>
917         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
918         whether /dev/pts is available.
919         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
920         dev_pts_available.
922         * posix/globtest.sh: Make common_objpfx path absolute and and db2
923         and hesiod directory to library path [PR libc/1007].
925 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
927         * resolv/inet_addr.c (inet_aton): Don't allow componets >
928         255.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
930 1999-03-05  Geoff Keating  <geoffk@ozemail.com.au>
932         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
933         DT_PLTGOT has already been relocated.
934         (__elf_machine_fixup_plt): Likewise.
935         Minor cleanups.
937 1999-03-04  Roland McGrath  <roland@baalperazim.frob.com>
939         * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
941 1999-03-03  Ulrich Drepper  <drepper@cygnus.com>
943         * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
944         and fold string to uppercase [PR libc/1005].
946 1999-03-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
948         * elf/dl-load.c (lose): Fix return type.
950 1999-03-03  Roland McGrath  <roland@baalperazim.frob.com>
952         * sysdeps/mach/hurd/bits/fcntl.h
953         [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
954         * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
955         set O_NOTRANS as well.
956         (__hurd_file_name_lookup_retry): At successful end of lookup,
957         if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
958         it is a translated node not owned by root.
959         (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
960         on the file name passed to LOOKUP.
962 1999-03-02  Ulrich Drepper  <drepper@cygnus.com>
964         * manual/time.texi (High Resolution Timer): Correct computation in
965         example.  Reported by jjf@devel.cemsys.com.
967 1999-03-02  Philip Blundell  <pb@nexus.co.uk>
969         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
970         entry is already relocated.
972 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
974         * resolv/res_hconf.c (parse_line): Skip empty lines.  Bug reported
975         by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
977 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
979         * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
980         uc_link which is the right name according to Unix98.
981         Reported by Craig Metz [PR libc/1001].
982         * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
983         * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
984         * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
985         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
986         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
987         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
989 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
991         * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
992         @ifinfo.
994 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
996         * iconvdata/Makefile: Always include iconv-rules, but disable rule
997         to regenerate it if avoid-generated.
999         * Makeconfig: Always include sys-dirs, but disable rule to
1000         regenerate it when avoid-generated.
1002         * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
1003         rule to generate sysd-syscalls.
1005         * elf/Makefile (generated): Remove $(objpfx) from names.
1007 1999-02-28  Mark Kettenis  <kettenis@gnu.org>
1009         * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
1010         actual length if the adress length is smaller than the input
1011         value.  Change type of *LEN paramater to socklen_t.
1012         * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
1013         * sysdeps/mach/hurd/accept.c (accept): Likewise.
1014         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
1015         * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
1016         paramater to socklen_t.
1018 1999-02-28  Roland McGrath  <roland@baalperazim.frob.com>
1020         * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
1021         msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
1022         with the RPC.
1024 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
1026         * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
1027         __get_phys_pages): Cast &HBI to silence warning.
1029         * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
1030         * hurd/hurdchdir.c: New file.
1031         * hurd/hurdfchdir.c: New file.
1032         * sysdeps/mach/hurd/chroot.c: Call
1033         _hurd_change_directory_port_from_name to do the work.
1034         * sysdeps/mach/hurd/chdir.c: Likewise.
1035         * sysdeps/mach/hurd/fchdir.c: Call
1036         _hurd_change_directory_port_from_fd to do the work.
1037         * hurd/fchroot.c: Likewise.
1038         * hurd/hurd.h: Declare them.
1040 1999-02-27  Ulrich Drepper  <drepper@cygnus.com>
1042         * elf/dl-load.c (lose): Add more comments to explain the `why'.
1043         (_dl_map_object): Remove redundant test.
1045 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
1047         * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
1048         try to _hurd_port_free a lower-numbered descriptor that was not in any
1049         fd_set.
1051 1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1053         * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
1054         declaration for ____wcstod_l_internal.
1056         * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
1057         __strtod_internal prototype.
1058         * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
1059         (____strtold_l_internal): Add prototype declaration.
1060         (__strtold_l): Call correct function.
1062 1999-02-24  Ulrich Drepper  <drepper@cygnus.com>
1064         * elf/elf.h: Add 32bit HPPA definitions.
1066 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1068         * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
1069         non-checked heap is restored when malloc checking was requested by
1070         the user.
1071         (struct malloc_state): Add using_malloc_checking.
1072         (MALLOC_STATE_VERSION): Increment minor.
1073         (using_malloc_checking, disallow_malloc_check): New variables.
1074         (__malloc_check_init): Use them.
1075         (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
1076         that it can the chunk is properly instrumented when malloc
1077         checking is enabled.  Set the new using_malloc_checking field.
1078         (malloc_hook_ini): Correct signature when _LIBC is not defined.
1080 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1082         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
1083         (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
1084         time.
1086         * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
1087         Don't call elf_get_dynamic_info and _dl_setup_hash a second time
1088         if ld.so is the main program.
1090 1999-02-23  Ulrich Drepper  <drepper@cygnus.com>
1092         * stdio-common/vfprintf.c (vfprintf): If precision or width is too
1093         large for work_buffer, allocate new buffer.
1094         (printf_unknown): Likewise.  [PR libc/988]
1096 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
1098         * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
1099         instead of stat and fstat.
1100         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1102 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1104         * elf/dl-error.c (_dl_signal_cerror): New function.
1105         (_dl_signal_error): Don't call receiver function.
1106         * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
1107         instead of _dl_signal_error when reporting references to undefined
1108         symbols or versions.
1109         (_dl_lookup_versioned_symbol): Likewise.
1110         (_dl_lookup_versioned_symbol_skip): Likewise.
1111         * elf/dl-version.c (match_symbol): Likewise.
1113         * elf/ldsodefs.h: Declare _dl_signal_cerror.
1115 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
1117         * misc/getttyent.c (getttyent): Release lock on stream later to
1118         also protect global variable zapchar.
1120         * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
1121         __times [PR libc/990].
1123 1999-02-21  David S. Miller  <davem@redhat.com>
1125         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
1126         parentheses in Feb 2 changes.
1127         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
1129 1999-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1131         * sysdeps/generic/glob.c (glob): Save previous errno.
1133 1999-02-21  Ulrich Drepper  <drepper@cygnus.com>
1135         * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
1136         lookup functions if it is too small.
1138 1999-02-20  Ulrich Drepper  <drepper@cygnus.com>
1140         * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
1141         for tracing to the scope lists.
1142         * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
1143         DT_SYMTAB is always available according to ELF spec.
1145         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
1146         call test whether there is any scope left.
1147         (_dl_lookup_versioned_symbol_skip): Likewise.
1149         * elf/Makefile (distribute): Add do-lookup.h.
1150         * elf/do-lookup.h: New file.  Split out from dl-lookup.c.
1151         * elf/dl-lookup.c: Move do_lookup function in separate file and
1152         include the file twice, for handling versioning and without it.
1154         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
1155         entry is already relocated.
1156         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
1157         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
1158         * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
1159         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1160         Likewise.
1161         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
1162         Likewise.
1163         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
1164         Likewise.
1166         * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
1167         load address.  Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
1168         DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
1169         (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
1170         rel and rela relocations can both happen and skip one test if this
1171         is not possible.
1172         (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
1173         appropriately.
1174         * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
1175         already relocated.
1176         * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
1177         relocated.
1178         * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
1179         (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
1180         (_dl_map_object): DT_STRTAB entry is already relocated.
1181         * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
1182         already relocated.
1183         * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
1184         relocated.
1185         * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
1186         DT_VERSYM entries are already relocated.
1187         (profile_fixup): Likewise.
1188         * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX.  Replace
1189         all users.
1190         (match_symbol): DT_STRTAB entry is already relocated.
1191         (_dl_check_map_versions): Likewise.  Also fo DT_VERSYM.
1192         * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
1193         relocated already.  DT_SYMTAB and DT_VERSYM entries are also relocated.
1194         * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
1195         (find_needed): DT_STRTAB entry is already relocated.
1196         (dl_main): Pass extra argument to elf_get_dynamic_info.
1197         DT_STRTAB entry is already relocated.
1198         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
1199         DT_PLTGOT entries are already relocated.
1200         (elf_machine_rela): Likewise for DT_SYMTAB.
1201         * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
1202         relocated.
1203         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1204         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
1205         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
1206         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
1207         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
1208         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
1209         (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
1210         * sysdeps/mips/mips64/dl-machine.h: Likewise.
1212         * grp/initgroups.c (initgroups): If function in current module was
1213         successful don't stop but continue to process to get all the groups.
1215         * elf/dl-load.c (_dl_map_object_from_fd): Use global
1216         _dl_pf_to_proot array to convert p_flags value.
1217         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1219         * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
1220         loop to clear `info'.
1222         * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
1223         do the work and don't use inline assembler.
1225 1999-02-19  Ulrich Drepper  <drepper@cygnus.com>
1227         * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
1228         * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
1229         noreturn, and prevent it from being inlined.
1230         Define LOSE appropriately.
1231         (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
1232         Optimize decoding of p_flags for certain platforms.
1234 1999-02-19  Philip Blundell  <pb@nexus.co.uk>
1236         * Makeconfig (link-libc): When doing a static link, make sure that
1237         libgcc.a is included both before and after libc.a.
1239 1999-02-18  Thorsten Kukuk  <kukuk@suse.de>
1241         * nis/nss_compat/compat-spwd.c: Fix handling of default values for
1242         sp_warn, sp_inact, sp_expire and sp_flag.
1244 1999-02-18  Ulrich Drepper  <drepper@cygnus.com>
1246         * elf/link.h (link_map): Add l_dev and l_ino.
1247         * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
1248         loaded shared object with all laoded objects.  Initialize l_ino
1249         and l_dev in case it's new.
1250         * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
1251         object.
1252         * elf/Makefile: Compile and run new test.
1253         * elf/multiload.c: New file.
1255         * nss/nsswitch.h (service_user): Change name field from const char *
1256         to char[0].
1257         (name_database_entry): Likewise.
1258         * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
1259         for change of `service_user'.
1260         (nss_getline): Adjust memory allocation for change of
1261         `name_database_entry'.
1263         * catgets/catgets.c: Correctly handle NLSPATH from environment
1264         [PR libc/980].
1266         * io/Makefile (routines): Add lock64.
1267         * io/Versions: Add lockf64 for GLIBC_2.1.1.
1268         * sysdeps/generic/lockf64.c: New file.
1270 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
1272         * string/bits/string2.h: Only use strncmp optimization if count
1273         argument is constant.
1275 1999-02-16  Roland McGrath  <roland@baalperazim.frob.com>
1277         * sysdeps/mach/hurd/revoke.c: New file.
1279 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
1281         * wctype/wctype.h (_ISwbit): Cast result of shift operations to
1282         int to avoid warning about `ISO C restricts enumerator values to
1283         range of `int''.
1285 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1287         * elf/dlfcn.h: Fix typo.
1288         * sysdeps/generic/bits/dlfcn.h: Likewise.
1289         * sysdeps/mips/bits/dlfcn.h: Likewise.
1291 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
1293         * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
1294         for the case N == 0.
1296         * db2/Makefile (distribute): Add LICENSE.
1298 1999-02-03  Jeff Bailey  <jbailey@nisa.net>
1300         * sysdeps/unix/make_errlist.c: Add i18n and copyright to
1301         generated files.
1303         * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
1305 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
1307         * time/mktime.c: Use ISO C form for function definitions and
1308         remove unnecessary prototypes.
1310         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
1312         * time/time.h: Avoid unneccesary #ifdef.
1314 1999-02-15  Geoff Keating  <geoffk@ozemail.com.au>
1316         * stdio-common/_itoa.c (_itoa): Correct parameters to
1317         udiv_qrnnd_preinv.
1319 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1321         * misc/sys/cdefs.h: Undefine __PMT since it might be defined
1322         before (e.g. in glob.h).
1323         Closes PR libc/959.
1325 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1327         * sysdeps/mips/fpu_control.h: Fix typo.
1328         Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
1329         Remove __setfpucw.
1331 1999-02-10  Roland McGrath  <roland@baalperazim.frob.com>
1333         * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
1334         the "unused" ends of the sockets.  Let pipes be bidirectional.
1336 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
1338         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
1339         invalid ai_flags.
1341 1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1343         * manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
1344         Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
1346         * manual/setjmp.texi (Non-Local Exits and Signals): Fix
1347         typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
1349 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
1351         * string/Versions: Add __strverscmp to GLIBC_2.1.1.
1353 1999-02-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1355         * misc/syslog.c (vsyslog): Remember errno for %m format.  Fix
1356         check for priority mask.
1358 1999-02-14  Ulrich Drepper  <drepper@cygnus.com>
1360         * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
1361         Reported by Craig Metz <cmetz@inner.net> .
1363 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1365         * stdio-common/Makefile (tests): tllformat added.
1367         * stdio-common/tllformat.c: New program, based on tiformat.c with
1368         examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1370 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1372         * posix/test-vfork.c: Fix exit status test.
1374 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1376         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
1377         missing cases.  Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
1379 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1381         * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
1382         of separare explicit comparisons.
1384 1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1386         * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
1387         defined.
1389         * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
1390         defined.
1392 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
1394         * po/el.po: Update from translation team.
1396 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1398         * intl/locale.alias: Fix slovenian entry [PR libc/948].
1400 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1402         * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
1403         * inet/ruserpass.c: Likewise.
1404         * locale/programs/stringtrans.c: Likewise.
1405         * locale/programs/localedef.c: Likewise.
1406         * nscd/grpcache.c: Likewise.
1407         * nss/nss_files/files-XXX.c: Likewise.
1408         * stdlib/canonicalize.c: Likewise.
1409         * sysdeps/posix/sigwait.c: Likewise.
1411 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1413         * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
1414         even on 64 bit platforms.
1416         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
1417         Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
1419 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
1421         * intl/dcgettext.c: Include locale.h is available.
1423 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
1425         * po/nl.po: Update from translation team.
1427         * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
1429         * Makefile: Allow calling goals for po subdir.
1431         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
1432         signal definitions.
1434         * po/el.po: New file.
1436 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1438         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
1439         when processing DT_SYMBOLIC objects.
1441 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1443         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
1444         program headers without PT_PHDR only require that they are
1445         contained within one of the loaded segments.  Don't use assert,
1446         since that would be a bug in the object, not the dynamic linker.
1448 1999-02-08  Richard Henderson  <rth@cygnus.com>
1450         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
1451         restore all call-clobbered fp regs.
1453 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
1455         * po/cs.po: New file.
1457         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
1458         SUID binaries.
1460 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
1462         * signal/signal.h: Don't declare __libc_allocate_rtsig.
1463         * include/signal.h: Declare __libc_allocate_rtsig here.
1465         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
1466         point functions, not do_lookup since the later can be called more
1467         than once.
1469 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
1471         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
1472         macro, so that architectures which need to add some special
1473         offset to stack pointer can share this file.
1475         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
1476         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
1477         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
1478         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
1480         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
1481         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
1482         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
1483         between sparc32 and sparc64.
1485         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
1486         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
1487         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
1488         between sparc32 and sparc64.
1490         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
1491         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
1492         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
1493         between sparc32 and sparc64.
1495         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
1496         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
1497         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
1498         between sparc32 and sparc64.
1500 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
1502         * Versions.def: New version GLIBC_2.1.1 for libc.
1503         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
1504         * stdlib/labs.c: Moved to...
1505         * sysdeps/generic/labs.c: ...here.
1506         * stdlib/llabs.c: Moved to...
1507         * sysdeps/generic/llabs.c: ...here.
1508         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
1509         header.  Declare _Exit.
1510         * sysdeps/generic/_exit.c: Add alias _Exit.
1511         * sysdeps/mach/hurd/_exit.c: Likewise.
1512         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
1513         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
1514         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
1515         * sysdeps/unix/_exit.c: Likewise.
1516         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
1517         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
1518         * sysdeps/wordsize-64/inttypes.h: Likewise.
1519         * sysdeps/wordsize-32/llabs.c: New file.
1520         * sysdeps/wordsize-32/lldiv.c: New file.
1521         * sysdeps/wordsize-64/labs.c: New file.
1522         * sysdeps/wordsize-64/ldiv.c: New file.
1523         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
1524         * manual/startup.texi: Document _Exit.
1526 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1528         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
1530 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
1532         * Versions.def: Add versions for ld.so.
1533         * csu/Versions: Remove __libc_stack_end here.
1534         * elf/Versions: Split libc definitions in libc and ld.so definitions.
1535         * elf/Makefile (ld-map): Change to ld.so.map.
1536         * scripts/versions.awk: Recognize dot in library names.
1538         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
1539         Don't use __tolower and __toupper in inline functions.
1540         Add optimizing macros for tolower and toupper.
1541         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
1542         (_toupper): Don't use __toupper.
1543         * ctype/ctype.c (tolower): Don't use __tolower.
1544         (toupper): Don't use toupper.
1546         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
1548         * resolv/Versions (libresolv): Export __ns_name_unpack and
1549         __ns_name_ntop.
1550         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
1551         make it global.  Change all users.  Similar for ns_name_ntop.
1552         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
1553         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
1554         directly to detect too small buffer.
1555         * resolv/nss_dns/dns-network.c: Likewise.
1557         * stdio-common/Makefile (tests): Add scanf12.
1558         * stdio-common/scanf12.c: New file.
1559         * stdio-common/scanf12.input: New file.
1560         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
1561         floating-point correctly if the number is invalid.
1563         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
1564         functions.
1565         * stdio-common/printf_fp.c: Likewise.
1566         * stdio-common/printf_fphex.c: Likewise.
1567         * stdio-common/vfprintf.c: Likewise.
1570 See ChangeLog.9 for earlier changes.