*** empty log message ***
[glibc/pb-stable.git] / ChangeLog
blob41baa30644d62744db311fb2002c10d7449abfe0
1 1999-03-29  Paul Eggert  <eggert@twinsun.com>
3         * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
4         while in child process.
6 1999-03-29  Jakub Jelinek  <jj@ultra.linux.cz>
8         * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
9         * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
10         * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
11         * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
12         * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
14         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
15         * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
16         * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
17         * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
18         * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
19         * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
20         * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
21         * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
22         * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
23         * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
24         * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
25         * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
26         * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
27         * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
28         * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
29         * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
30         * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
31         * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
32         * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
33         * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
34         * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
35         * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
36         * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
37         * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
38         * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
39         * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
41         * sysdeps/sparc/sparc32/bcopy.c: New file.
42         * sysdeps/sparc/sparc32/bzero.c: New file.
43         * sysdeps/sparc/sparc32/memchr.S: New file.
44         * sysdeps/sparc/sparc32/memcpy.S: New file.
45         * sysdeps/sparc/sparc32/memmove.c: New file.
46         * sysdeps/sparc/sparc32/memset.S: New file.
47         * sysdeps/sparc/sparc32/stpcpy.S: New file.
48         * sysdeps/sparc/sparc32/strchr.S: New file.
49         * sysdeps/sparc/sparc32/strrchr.c: New file.
50         * sysdeps/sparc/sparc32/strcpy.S: New file.
51         * sysdeps/sparc/sparc32/strlen.S: New file.
52         * sysdeps/sparc/sparc32/strcat.S: New file.
53         * sysdeps/sparc/sparc32/strcmp.S: New file.
55         * sysdeps/sparc/sparc64/bcopy.c: New file.
56         * sysdeps/sparc/sparc64/bzero.c: New file.
57         * sysdeps/sparc/sparc64/memchr.S: New file.
58         * sysdeps/sparc/sparc64/memcmp.S: New file.
59         * sysdeps/sparc/sparc64/memcpy.S: New file.
60         * sysdeps/sparc/sparc64/memset.S: New file.
61         * sysdeps/sparc/sparc64/stpcpy.S: New file.
62         * sysdeps/sparc/sparc64/strcat.S: New file.
63         * sysdeps/sparc/sparc64/strchr.S: New file.
64         * sysdeps/sparc/sparc64/strcmp.S: New file.
65         * sysdeps/sparc/sparc64/strcpy.S: New file.
66         * sysdeps/sparc/sparc64/strcspn.S: New file.
67         * sysdeps/sparc/sparc64/strlen.S: New file.
68         * sysdeps/sparc/sparc64/strncpy.S: New file.
69         * sysdeps/sparc/sparc64/strpbrk.S: New file.
70         * sysdeps/sparc/sparc64/strrchr.c: New file.
71         * sysdeps/sparc/sparc64/strspn.S: New file.
72         * sysdeps/sparc/sparc64/stpncpy.S: New file.
73         * sysdeps/sparc/sparc64/strncmp.S: New file.
75         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
76         Append -fPIC, don't replace.
78         * configure.in: Recognize sparcv8plus / sparcv9.
80 1999-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
82         * malloc/obstack.h (obstack_free): Explicitly convert __obj to
83         char * to avoid C++ warning.
84         Patch by yasushi@cs.washington.edu [PR libc/1035].
86 1999-03-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
88         * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
89         declared in stdlib.h, correct return value of mkstemp.
90         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
92         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
93         from Linux 2.2.5.
95 1999-03-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
97         * misc/regexp.h (compile): Cast some pointers to (char *) to avoid 
98         C++ warning.
100         * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
101         inline functions.  Closes PR libc/1049.
103 1999-03-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
105         * timezone/README: Update from tzdata1999c and tzcode1999c.
107         * timezone/africa: Update from tzdata1999c.
108         * timezone/antarctica: Likewise.
109         * timezone/asia: Likewise.
110         * timezone/australasia: Likewise.
111         * timezone/europe: Likewise.
112         * timezone/northamerica: Likewise.
113         * timezone/southamerica: Likewise.
114         * timezone/zone.tab: Likewise.
116         * timezone/zic.c: Update from tzcode1999c.
118 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
120         * Makerules: Add $(common-objpfx)Versions.all to common-generated
121         outside of ifndef avoid-generated.
123         * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
124         in iofdopen.c.
125         * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
126         iofopen.c.
127         * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
128         in iofclose.c.
129         * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
130         _IO_old_file_seekoff): Bring over recent changes in fileops.c.
132 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
134         * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
135         if we build the profiled library.
137 Fri Mar 26 10:27:38 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
139         * math/Makefile (gmp-objs): Add inlines.  Reported by Andreas
140         Jaeger <aj@arthur.rhein-neckar.de>
142 Thu Mar 25 23:57:57 1999  Roland McGrath  <roland@yaumatei.ai.mit.edu>
144         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
145         (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
146         This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
148 1999-03-24  Roland McGrath  <roland@baalperazim.frob.com>
150         * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
151         works properly in subdirs.
153 1999-03-23  Roland McGrath  <roland@baalperazim.frob.com>
155         * sysdeps/mach/hurd/Makefile: Undo last change.
156         [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
157         [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
159         * mach/Machrules (+preinit, +postinit, +interp,
160         LDFLAGS-$(interface.so)): Variables removed.  Interface libraries get
161         linked just like other shared libraries.
162         (interface.so): Fix typo in defn, so it works.
163         ($(objpfx)$(interface.so)): Make it depend on libc.so.
165 1999-03-21  Roland McGrath  <roland@baalperazim.frob.com>
167         * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
168         $(link-rpcuserlibs).
170 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
172         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
173         $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
174         targets if not building shared libraries.
176 Mon Mar 22 15:48:06 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
178         * configure.in: Also look in $PATH when searching for
179         install-info.  Remove autoconf bug workaround and require autoconf
180         2.13.
182 1999-03-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
184         * db/Makefile: Don't try to install shared library link if not
185         building with shared libs.
187 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
189         * rt/Makefile: Link against static library if no shared lib is
190         available.
192         * localedata/Makefile: The shells scripts implementing the test
193         require the dynamic linker which is not available with
194         --disable-shared.  Skip the test if --disable-shared is given.
196         * linuxthreads/Makefile: Link test against static libpthread if no
197         shared lib is available.
199         * iconvdata/Makefile (tests): Run iconv-test only if we're
200         building shared libraries.
201         * elf/Makefile (tests): Likewise for elf tests.
203         * posix/Makefile: The test frameworks globtest and wordexp-test
204         require the dynamic linker which is not available with
205         --disable-shared.  Skip the test if --disable-shared is given.
207         * grp/Makefile (otherlibs): For static nss build link against
208         necessary libs.
210 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
212         * debug/Makefile (install-bin): Install and build catchsegv only
213         if build-shared == yes.  Reported by jussi@jlaako.pp.fi [PR
214         libc/965].
216 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
218         * time/tzfile.c (__tzfile_read): Handle the case where there are
219         transitions but no DST.
221 1999-03-20  Roland McGrath  <roland@baalperazim.frob.com>
223         * mach/Machrules (extra-libs-others): Add $(interface-library) here
224         too, so it gets built in the others pass rather than the lib pass.
225         This is necessary since the RPC libraries need to be linked against
226         libc.
228 1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>
230         * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
231         _itoa_word decl.
233         * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
234         ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
235         ($(link-rpcuserlibs)): New static pattern rule; link intermediate
236         versions of lib{mach,hurd}user.so without reference to libc.so,
237         then link libc.so against that to get deps and symbol versions, then
238         finally link real lib*user.so against libc.so.
240         * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
241         Support whole-file locking (only) by using the file_lock RPC.  This
242         has very wrong semantics, but is better than nothing for the time
243         being.  (Correct POSIX.1 locking will require new RPCs in the Hurd
244         protocols that will be somewhat hairy to specify.)
246 1999-03-17  Mark Kettenis  <kettenis@gnu.org>
248         * sysdeps/mach/hurd/ptsname.c: New file.
250 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
252         * timezone/asia: Fix rule in Asia/Nicosia entry.
254 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
256         * manual/getopt.texi (Using Getopt): Explain "::" in option
257         string.  Reported by Yuri Niyazov <yuricake@geocities.com>.
259 1999-03-18  Thorsten Kukuk  <kukuk@suse.de>
261         * sunrpc/clnt_unix.c: Fix creation of parameters for
262         sendmsg/recvmsg on non intel platforms.
263         * sunrpc/svc_unix.c: Likewise.
265 1999-03-18  Philip Blundell  <philb@gnu.org>
267         * sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
268         implementation.
270 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
272         * timezone/africa: Update from tzdata1999b.
273         * timezone/asia: Likewise.
274         * timezone/australasia: Likewise.
275         * timezone/europe: Likewise.
276         * timezone/northamerica: Likewise.
277         * timezone/southamerica: Likewise.
278         * timezone/zone.tab: Likewise.
280         * timezone/README: Mention tzdata1999b.
282 1999-03-17  Ulrich Drepper  <drepper@cygnus.com>
284         * sysdeps/generic/segfault.c (write_strsignal): New function.
285         (catch_segfault): Use it instead of calling strsignal.
287 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
289         * iconv/gconv.c (__gconv): Change type of last_start to unsigned
290         char to avoid warning.
292 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
294         * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
296         * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
297         outbuf to unsigned char to avoid warning.
299 1999-03-11  David S. Miller  <davem@redhat.com>
301         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
302         masks.
303         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
305 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
307         * iconv/gconv.h (gconv_fct): Change parameter from `char' to
308         `unsigned char'.
309         (gconv_step_data): Likewise.
310         * iconv/gconv_int.h (__gconv): Likewise.
311         (__BUILINT_TRANS): Likewise.
312         * iconv/gconv.c (__gconv): Likewise.
313         * iconv/iconv.c (iconv): Add casts for call of __gconv.
314         * iconv/skeleton.c: Change local parameters and variable from `char' to
315         `unsigned char'.  Remove casts from calls into modules.
316         * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
317         `char' to `unsigned char'.
318         * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
319         * wcsmbs/mbrtowc.c: Likewise.
320         * wcsmbs/mbsnrtowcs.c: Likewise.
321         * wcsmbs/mbsrtowcs.c: Likewise.
322         * wcsmbs/wcrtomb.c: Likewise.
323         * wcsmbs/wcsnrtombs.c: Likewise.
324         * wcsmbs/wcsrtombs.c: Likewise.
325         * wcsmbs/wctob.c: Likewise.
327 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
329         * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
330         __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
331         __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
332         __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
333         __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
334         __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
336 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
338         * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
339         _hurd_select if TIMEMOUT is -1.
341 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
343         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
345 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
347         * elf/dl-load.c: Compute rtld_search_dir array size correctly.
348         Reported by Yasushi Saito <yasushi@cs.washington.edu>.
350 1999-03-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
352         * manual/libc.texinfo: Undo last change for now.
354 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
356         * intl/locale.alias: Add entries for Croatian.
357         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
359 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
361         * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
362         if the opened master pty really is a pty.  `isatty' checks for
363         tty-ness and a pty is not a tty.  Return ENOENT instead of ENFILE
364         if we are out of pty's.
366 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
368         * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
369         opened file is closed on exec.
370         * login/utmp_daemon.c (setutent_daemon): Likewise for the just
371         opened socket.
373 1999-03-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
375         * manual/llio.texi (File Position Primitive): Reformat @end
376         command.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
378 1999-03-14  Ulrich Drepper  <drepper@cygnus.com>
380         * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
381         entry is found.
382         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
383         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
385         * locale/programs/localedef.c (main): Initialize `cat' to please
386         the compiler.
388 1999-03-14  Roland McGrath  <roland@baalperazim.frob.com>
390         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
391         check for root-owned symlinks and reject them too.
393 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
395         * stdio-common/printf_fphex.c: Move to ...
396         * sysdeps/generic/printf_fphex.c: ... here.  Fix exponent of
397         extended precision number.
398         * sysdeps/m68k/printf_fphex.c: New file.
400 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
402         * manual/stdio.texi: Fix typos.
404 1999-03-09  Ulrich Drepper  <drepper@cygnus.com>
406         * version.h (VERSION): Bump to 2.1.1.
408 1999-03-09  Thorsten Kukuk  <kukuk@suse.de>
410         * nis/ypclnt.c: Try only twice to connect to NIS server.
412 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
414         * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
416 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
418         * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
419         (DENORM_EXP): New define.  Use it as the exponent for a denormal.
420         * stdlib/strtold.c: Moved to ...
421         * sysdeps/generic/strtold.c: ... here.
422         * sysdeps/m68k/strtold.c: New file.
424 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
426         * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
427         point if the precision is zero, even if the mantissa is non-zero.
429 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
431         * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
432         arguments into the request message buffer inside `send_rpc'
433         subfunction.  We must repeat the marshalling when retrying the RPC
434         after a SIGTTOU delivery.
436         * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
437         path when there is no ctty port.
438         * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
439         Move sigstate check inside loop so we recheck after handling a signal.
441 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
443         * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
444         O_EXLOCK are BSD extensions.
445         Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
447 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
449         * manual/signal.texi (Termination in Handler): Correct example.
450         Install default handler before reraising the signal.
451         Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
453 1999-03-08  Roland McGrath  <roland@baalperazim.frob.com>
455         * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
456         null, in which case send an empty string.
458 1999-03-02  Mark Kettenis  <kettenis@gnu.org>
460         * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
461         backward compatibility EH functions to be linked when using
462         gcc-2.8.1.  Patch by Zack Weinberg <zack@rabi.columbia.edu>.
464 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
466         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
467         /dev/pts status may change during runtime.
469 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
471         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
472         change.  /dev/pts status can change during runtime.
474 1999-03-07  Thorsten Kukuk  <kukuk@suse.de>
476         * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
477         poll reports error.
478         * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
479         add some more sanity checks.
480         * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
481         parser prototype.
483 1999-03-05  Thorsten Kukuk  <kukuk@suse.de>
485         * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
486         change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
487         * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
488         * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
489         * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
490         for x_getint32.
491         * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
492         * nis/nis_print.c: Fix ctime argument for platforms where
493         sizeof (time_t) != sizeof (int).
495 1999-03-07  Mark Kettenis  <kettenis@gnu.org>
497         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
498         CLOCKS_PER_SEC instead of CLK_TCK.
500 1999-03-05  Ulrich Drepper  <drepper@cygnus.com>
502         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
503         whether /dev/pts is available.
504         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
505         dev_pts_available.
507         * posix/globtest.sh: Make common_objpfx path absolute and and db2
508         and hesiod directory to library path [PR libc/1007].
510 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
512         * resolv/inet_addr.c (inet_aton): Don't allow componets >
513         255.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
515 1999-03-05  Geoff Keating  <geoffk@ozemail.com.au>
517         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
518         DT_PLTGOT has already been relocated.
519         (__elf_machine_fixup_plt): Likewise.
520         Minor cleanups.
522 1999-03-04  Roland McGrath  <roland@baalperazim.frob.com>
524         * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
526 1999-03-03  Ulrich Drepper  <drepper@cygnus.com>
528         * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
529         and fold string to uppercase [PR libc/1005].
531 1999-03-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
533         * elf/dl-load.c (lose): Fix return type.
535 1999-03-03  Roland McGrath  <roland@baalperazim.frob.com>
537         * sysdeps/mach/hurd/bits/fcntl.h
538         [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
539         * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
540         set O_NOTRANS as well.
541         (__hurd_file_name_lookup_retry): At successful end of lookup,
542         if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
543         it is a translated node not owned by root.
544         (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
545         on the file name passed to LOOKUP.
547 1999-03-02  Ulrich Drepper  <drepper@cygnus.com>
549         * manual/time.texi (High Resolution Timer): Correct computation in
550         example.  Reported by jjf@devel.cemsys.com.
552 1999-03-02  Philip Blundell  <pb@nexus.co.uk>
554         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
555         entry is already relocated.
557 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
559         * resolv/res_hconf.c (parse_line): Skip empty lines.  Bug reported
560         by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
562 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
564         * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
565         uc_link which is the right name according to Unix98.
566         Reported by Craig Metz [PR libc/1001].
567         * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
568         * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
569         * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
570         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
571         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
572         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
574 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
576         * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
577         @ifinfo.
579 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
581         * iconvdata/Makefile: Always include iconv-rules, but disable rule
582         to regenerate it if avoid-generated.
584         * Makeconfig: Always include sys-dirs, but disable rule to
585         regenerate it when avoid-generated.
587         * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
588         rule to generate sysd-syscalls.
590         * elf/Makefile (generated): Remove $(objpfx) from names.
592 1999-02-28  Mark Kettenis  <kettenis@gnu.org>
594         * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
595         actual length if the adress length is smaller than the input
596         value.  Change type of *LEN paramater to socklen_t.
597         * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
598         * sysdeps/mach/hurd/accept.c (accept): Likewise.
599         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
600         * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
601         paramater to socklen_t.
603 1999-02-28  Roland McGrath  <roland@baalperazim.frob.com>
605         * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
606         msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
607         with the RPC.
609 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
611         * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
612         __get_phys_pages): Cast &HBI to silence warning.
614         * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
615         * hurd/hurdchdir.c: New file.
616         * hurd/hurdfchdir.c: New file.
617         * sysdeps/mach/hurd/chroot.c: Call
618         _hurd_change_directory_port_from_name to do the work.
619         * sysdeps/mach/hurd/chdir.c: Likewise.
620         * sysdeps/mach/hurd/fchdir.c: Call
621         _hurd_change_directory_port_from_fd to do the work.
622         * hurd/fchroot.c: Likewise.
623         * hurd/hurd.h: Declare them.
625 1999-02-27  Ulrich Drepper  <drepper@cygnus.com>
627         * elf/dl-load.c (lose): Add more comments to explain the `why'.
628         (_dl_map_object): Remove redundant test.
630 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
632         * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
633         try to _hurd_port_free a lower-numbered descriptor that was not in any
634         fd_set.
636 1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
638         * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
639         declaration for ____wcstod_l_internal.
641         * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
642         __strtod_internal prototype.
643         * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
644         (____strtold_l_internal): Add prototype declaration.
645         (__strtold_l): Call correct function.
647 1999-02-24  Ulrich Drepper  <drepper@cygnus.com>
649         * elf/elf.h: Add 32bit HPPA definitions.
651 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
653         * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
654         non-checked heap is restored when malloc checking was requested by
655         the user.
656         (struct malloc_state): Add using_malloc_checking.
657         (MALLOC_STATE_VERSION): Increment minor.
658         (using_malloc_checking, disallow_malloc_check): New variables.
659         (__malloc_check_init): Use them.
660         (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
661         that it can the chunk is properly instrumented when malloc
662         checking is enabled.  Set the new using_malloc_checking field.
663         (malloc_hook_ini): Correct signature when _LIBC is not defined.
665 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
667         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
668         (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
669         time.
671         * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
672         Don't call elf_get_dynamic_info and _dl_setup_hash a second time
673         if ld.so is the main program.
675 1999-02-23  Ulrich Drepper  <drepper@cygnus.com>
677         * stdio-common/vfprintf.c (vfprintf): If precision or width is too
678         large for work_buffer, allocate new buffer.
679         (printf_unknown): Likewise.  [PR libc/988]
681 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
683         * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
684         instead of stat and fstat.
685         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
687 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
689         * elf/dl-error.c (_dl_signal_cerror): New function.
690         (_dl_signal_error): Don't call receiver function.
691         * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
692         instead of _dl_signal_error when reporting references to undefined
693         symbols or versions.
694         (_dl_lookup_versioned_symbol): Likewise.
695         (_dl_lookup_versioned_symbol_skip): Likewise.
696         * elf/dl-version.c (match_symbol): Likewise.
698         * elf/ldsodefs.h: Declare _dl_signal_cerror.
700 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
702         * misc/getttyent.c (getttyent): Release lock on stream later to
703         also protect global variable zapchar.
705         * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
706         __times [PR libc/990].
708 1999-02-21  David S. Miller  <davem@redhat.com>
710         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
711         parentheses in Feb 2 changes.
712         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
714 1999-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
716         * sysdeps/generic/glob.c (glob): Save previous errno.
718 1999-02-21  Ulrich Drepper  <drepper@cygnus.com>
720         * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
721         lookup functions if it is too small.
723 1999-02-20  Ulrich Drepper  <drepper@cygnus.com>
725         * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
726         for tracing to the scope lists.
727         * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
728         DT_SYMTAB is always available according to ELF spec.
730         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
731         call test whether there is any scope left.
732         (_dl_lookup_versioned_symbol_skip): Likewise.
734         * elf/Makefile (distribute): Add do-lookup.h.
735         * elf/do-lookup.h: New file.  Split out from dl-lookup.c.
736         * elf/dl-lookup.c: Move do_lookup function in separate file and
737         include the file twice, for handling versioning and without it.
739         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
740         entry is already relocated.
741         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
742         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
743         * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
744         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
745         Likewise.
746         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
747         Likewise.
748         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
749         Likewise.
751         * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
752         load address.  Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
753         DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
754         (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
755         rel and rela relocations can both happen and skip one test if this
756         is not possible.
757         (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
758         appropriately.
759         * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
760         already relocated.
761         * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
762         relocated.
763         * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
764         (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
765         (_dl_map_object): DT_STRTAB entry is already relocated.
766         * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
767         already relocated.
768         * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
769         relocated.
770         * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
771         DT_VERSYM entries are already relocated.
772         (profile_fixup): Likewise.
773         * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX.  Replace
774         all users.
775         (match_symbol): DT_STRTAB entry is already relocated.
776         (_dl_check_map_versions): Likewise.  Also fo DT_VERSYM.
777         * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
778         relocated already.  DT_SYMTAB and DT_VERSYM entries are also relocated.
779         * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
780         (find_needed): DT_STRTAB entry is already relocated.
781         (dl_main): Pass extra argument to elf_get_dynamic_info.
782         DT_STRTAB entry is already relocated.
783         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
784         DT_PLTGOT entries are already relocated.
785         (elf_machine_rela): Likewise for DT_SYMTAB.
786         * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
787         relocated.
788         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
789         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
790         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
791         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
792         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
793         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
794         (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
795         * sysdeps/mips/mips64/dl-machine.h: Likewise.
797         * grp/initgroups.c (initgroups): If function in current module was
798         successful don't stop but continue to process to get all the groups.
800         * elf/dl-load.c (_dl_map_object_from_fd): Use global
801         _dl_pf_to_proot array to convert p_flags value.
802         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
804         * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
805         loop to clear `info'.
807         * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
808         do the work and don't use inline assembler.
810 1999-02-19  Ulrich Drepper  <drepper@cygnus.com>
812         * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
813         * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
814         noreturn, and prevent it from being inlined.
815         Define LOSE appropriately.
816         (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
817         Optimize decoding of p_flags for certain platforms.
819 1999-02-19  Philip Blundell  <pb@nexus.co.uk>
821         * Makeconfig (link-libc): When doing a static link, make sure that
822         libgcc.a is included both before and after libc.a.
824 1999-02-18  Thorsten Kukuk  <kukuk@suse.de>
826         * nis/nss_compat/compat-spwd.c: Fix handling of default values for
827         sp_warn, sp_inact, sp_expire and sp_flag.
829 1999-02-18  Ulrich Drepper  <drepper@cygnus.com>
831         * elf/link.h (link_map): Add l_dev and l_ino.
832         * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
833         loaded shared object with all laoded objects.  Initialize l_ino
834         and l_dev in case it's new.
835         * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
836         object.
837         * elf/Makefile: Compile and run new test.
838         * elf/multiload.c: New file.
840         * nss/nsswitch.h (service_user): Change name field from const char *
841         to char[0].
842         (name_database_entry): Likewise.
843         * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
844         for change of `service_user'.
845         (nss_getline): Adjust memory allocation for change of
846         `name_database_entry'.
848         * catgets/catgets.c: Correctly handle NLSPATH from environment
849         [PR libc/980].
851         * io/Makefile (routines): Add lock64.
852         * io/Versions: Add lockf64 for GLIBC_2.1.1.
853         * sysdeps/generic/lockf64.c: New file.
855 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
857         * string/bits/string2.h: Only use strncmp optimization if count
858         argument is constant.
860 1999-02-16  Roland McGrath  <roland@baalperazim.frob.com>
862         * sysdeps/mach/hurd/revoke.c: New file.
864 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
866         * wctype/wctype.h (_ISwbit): Cast result of shift operations to
867         int to avoid warning about `ISO C restricts enumerator values to
868         range of `int''.
870 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
872         * elf/dlfcn.h: Fix typo.
873         * sysdeps/generic/bits/dlfcn.h: Likewise.
874         * sysdeps/mips/bits/dlfcn.h: Likewise.
876 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
878         * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
879         for the case N == 0.
881         * db2/Makefile (distribute): Add LICENSE.
883 1999-02-03  Jeff Bailey  <jbailey@nisa.net>
885         * sysdeps/unix/make_errlist.c: Add i18n and copyright to
886         generated files.
888         * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
890 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
892         * time/mktime.c: Use ISO C form for function definitions and
893         remove unnecessary prototypes.
895         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
897         * time/time.h: Avoid unneccesary #ifdef.
899 1999-02-15  Geoff Keating  <geoffk@ozemail.com.au>
901         * stdio-common/_itoa.c (_itoa): Correct parameters to
902         udiv_qrnnd_preinv.
904 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
906         * misc/sys/cdefs.h: Undefine __PMT since it might be defined
907         before (e.g. in glob.h).
908         Closes PR libc/959.
910 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
912         * sysdeps/mips/fpu_control.h: Fix typo.
913         Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
914         Remove __setfpucw.
916 1999-02-10  Roland McGrath  <roland@baalperazim.frob.com>
918         * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
919         the "unused" ends of the sockets.  Let pipes be bidirectional.
921 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
923         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
924         invalid ai_flags.
926 1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
928         * manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
929         Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
931         * manual/setjmp.texi (Non-Local Exits and Signals): Fix
932         typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
934 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
936         * string/Versions: Add __strverscmp to GLIBC_2.1.1.
938 1999-02-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
940         * misc/syslog.c (vsyslog): Remember errno for %m format.  Fix
941         check for priority mask.
943 1999-02-14  Ulrich Drepper  <drepper@cygnus.com>
945         * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
946         Reported by Craig Metz <cmetz@inner.net> .
948 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
950         * stdio-common/Makefile (tests): tllformat added.
952         * stdio-common/tllformat.c: New program, based on tiformat.c with
953         examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
955 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
957         * posix/test-vfork.c: Fix exit status test.
959 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
961         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
962         missing cases.  Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
964 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
966         * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
967         of separare explicit comparisons.
969 1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
971         * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
972         defined.
974         * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
975         defined.
977 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
979         * po/el.po: Update from translation team.
981 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
983         * intl/locale.alias: Fix slovenian entry [PR libc/948].
985 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
987         * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
988         * inet/ruserpass.c: Likewise.
989         * locale/programs/stringtrans.c: Likewise.
990         * locale/programs/localedef.c: Likewise.
991         * nscd/grpcache.c: Likewise.
992         * nss/nss_files/files-XXX.c: Likewise.
993         * stdlib/canonicalize.c: Likewise.
994         * sysdeps/posix/sigwait.c: Likewise.
996 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
998         * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
999         even on 64 bit platforms.
1001         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
1002         Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
1004 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
1006         * intl/dcgettext.c: Include locale.h is available.
1008 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
1010         * po/nl.po: Update from translation team.
1012         * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
1014         * Makefile: Allow calling goals for po subdir.
1016         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
1017         signal definitions.
1019         * po/el.po: New file.
1021 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1023         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
1024         when processing DT_SYMBOLIC objects.
1026 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1028         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
1029         program headers without PT_PHDR only require that they are
1030         contained within one of the loaded segments.  Don't use assert,
1031         since that would be a bug in the object, not the dynamic linker.
1033 1999-02-08  Richard Henderson  <rth@cygnus.com>
1035         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
1036         restore all call-clobbered fp regs.
1038 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
1040         * po/cs.po: New file.
1042         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
1043         SUID binaries.
1045 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
1047         * signal/signal.h: Don't declare __libc_allocate_rtsig.
1048         * include/signal.h: Declare __libc_allocate_rtsig here.
1050         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
1051         point functions, not do_lookup since the later can be called more
1052         than once.
1054 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
1056         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
1057         macro, so that architectures which need to add some special
1058         offset to stack pointer can share this file.
1060         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
1061         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
1062         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
1063         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
1065         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
1066         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
1067         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
1068         between sparc32 and sparc64.
1070         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
1071         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
1072         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
1073         between sparc32 and sparc64.
1075         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
1076         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
1077         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
1078         between sparc32 and sparc64.
1080         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
1081         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
1082         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
1083         between sparc32 and sparc64.
1085 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
1087         * Versions.def: New version GLIBC_2.1.1 for libc.
1088         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
1089         * stdlib/labs.c: Moved to...
1090         * sysdeps/generic/labs.c: ...here.
1091         * stdlib/llabs.c: Moved to...
1092         * sysdeps/generic/llabs.c: ...here.
1093         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
1094         header.  Declare _Exit.
1095         * sysdeps/generic/_exit.c: Add alias _Exit.
1096         * sysdeps/mach/hurd/_exit.c: Likewise.
1097         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
1098         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
1099         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
1100         * sysdeps/unix/_exit.c: Likewise.
1101         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
1102         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
1103         * sysdeps/wordsize-64/inttypes.h: Likewise.
1104         * sysdeps/wordsize-32/llabs.c: New file.
1105         * sysdeps/wordsize-32/lldiv.c: New file.
1106         * sysdeps/wordsize-64/labs.c: New file.
1107         * sysdeps/wordsize-64/ldiv.c: New file.
1108         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
1109         * manual/startup.texi: Document _Exit.
1111 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1113         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
1115 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
1117         * Versions.def: Add versions for ld.so.
1118         * csu/Versions: Remove __libc_stack_end here.
1119         * elf/Versions: Split libc definitions in libc and ld.so definitions.
1120         * elf/Makefile (ld-map): Change to ld.so.map.
1121         * scripts/versions.awk: Recognize dot in library names.
1123         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
1124         Don't use __tolower and __toupper in inline functions.
1125         Add optimizing macros for tolower and toupper.
1126         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
1127         (_toupper): Don't use __toupper.
1128         * ctype/ctype.c (tolower): Don't use __tolower.
1129         (toupper): Don't use toupper.
1131         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
1133         * resolv/Versions (libresolv): Export __ns_name_unpack and
1134         __ns_name_ntop.
1135         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
1136         make it global.  Change all users.  Similar for ns_name_ntop.
1137         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
1138         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
1139         directly to detect too small buffer.
1140         * resolv/nss_dns/dns-network.c: Likewise.
1142         * stdio-common/Makefile (tests): Add scanf12.
1143         * stdio-common/scanf12.c: New file.
1144         * stdio-common/scanf12.input: New file.
1145         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
1146         floating-point correctly if the number is invalid.
1148         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
1149         functions.
1150         * stdio-common/printf_fp.c: Likewise.
1151         * stdio-common/printf_fphex.c: Likewise.
1152         * stdio-common/vfprintf.c: Likewise.
1155 See ChangeLog.9 for earlier changes.