Rename second occurence of THOUSANDS_SEP to THOUSEP.
[glibc/pb-stable.git] / ChangeLog
blobb2dfee345c2eaa157f7c30e5ce351fbd703ea5d1
1 1999-04-05  Roland McGrath  <roland@baalperazim.frob.com>
3         * hurd/STATUS: File removed.  Moved items that are still relevant into
4         TODO list in hurd source.
6 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
8         * sysdeps/mach/hurd/bits/time.h: New file.
9         * sysdeps/mach/hurd/getrusage.c: New file.
10         * sysdeps/mach/hurd/clk_tck.c: New file.
11         * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck.
12         * sysdeps/mach/hurd/Makefile [$(subdir) = posix]
13         (sysdep_routines): Add clk_tck.
14         * sysdeps/mach/hurd/times.c: Removed, since getrusage is now
15         implemented.
17 1999-04-02  Ulrich Drepper  <drepper@cygnus.com>
19         * misc/syslog.c (closelog_internal): Do not reset LogTag here.
20         (closelog): But instead here.
21         Patch by Alan Curry <pacman@cqc.com> [PR libc/1061].
23 1999-04-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25         * elf/Makefile (CFLAGS-multiload.c): Change to allow building in
26         the source directory.  Fixes PR libc/1059.
28 1999-04-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
30         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Terminate the string.
31         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
33 1999-04-01  Ulrich Drepper  <drepper@cygnus.com>
35         * iconvdata/TESTS: Add ISO-8859-14 and ISO-8859-15.
36         * iconvdata/testdata/ISO-8859-14: New file.
37         * iconvdata/testdata/ISO-8859-14..UTF8: New file.
38         * iconvdata/testdata/ISO-8859-15: New file.
39         * iconvdata/testdata/ISO-8859-15..UTF8: New file.
41 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
43         * iconvdata/testdata/CP1258: New file.
44         * iconvdata/testdata/CP1258..UTF8: New file.
45         * iconvdata/TESTS: Add CP1258 entry.
47         * iconvdata/cp874.h (to_ucs4): Add Euro sign.
49         * timezone/africa: Update from tzdata1999d.
50         * timezone/europe: Likewise.
51         * timezone/northamerica: Likewise.
53 1999-03-31  Mark Kettenis  <kettenis@gnu.org>
55         * login/programs/pt_chown.c (main): Save effective user ID before
56         dropping priviliges and use this to check if the program is
57         properly installed.
59 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
61         * iconvdata/testdata/CP1254: Update for charmap changes.
62         * iconvdata/testdata/CP1254..UTF8: Likewise.
63         * iconvdata/testdata/CP1255: Likewise.
64         * iconvdata/testdata/CP1255..UTF8: Likewise.
65         * iconvdata/testdata/CP1256: Likewise.
66         * iconvdata/testdata/CP1256..UTF8: Likewise.
67         * iconvdata/testdata/CP1257: Likewise.
68         * iconvdata/testdata/CP1257..UTF8: Likewise.
70         * iconvdata/Makefile (distribute): Remove cp1258.h.
71         (gen-8bit-gap-modules): Add cp1258.
72         * iconvdata/cp1258.h: Removed.
74 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
76         * timezone/tst-timezone.c (tests): Add more cases.
77         (check_tzvars): Mark errors clearer.
78         (main): Likewise.
80 1999-03-30 20:59 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
82         * login/programs/pt_chown.c: Drop privileges if invoked with
83         arguments.  Don't close the master pty.
85 1999-03-30  Ulrich Drepper  <drepper@cygnus.com>
87         * time/tzfile.c (__tzfile_read): Process transitions from the rear.
88         Minor optimization.
90 1999-03-29  Ulrich Drepper  <drepper@cygnus.com>
92         * elf/rtld.c (process_envvars): Do not automatically prevent lazy
93         relocation for SUID binaries.
95 1999-03-29  Paul Eggert  <eggert@twinsun.com>
97         * libio/iopopen.c (_IO_new_proc_open): Don't modify proc_file_chain
98         while in child process.
100 1999-03-29  Jakub Jelinek  <jj@ultra.linux.cz>
102         * sysdeps/sparc/sparc32/sparcv8/Makefile: New file.
103         * sysdeps/sparc/sparc32/sparcv8/rem.S: Delay after write %y.
104         * sysdeps/sparc/sparc32/sparcv8/sdiv.S: Likewise.
105         * sysdeps/sparc/sparc32/sparcv8/udiv.S: Likewise.
106         * sysdeps/sparc/sparc32/sparcv8/urem.S: Likewise.
108         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: New file.
109         * sysdeps/sparc/sparc32/sparcv9/bzero.c: New file.
110         * sysdeps/sparc/sparc32/sparcv9/memchr.S: New file.
111         * sysdeps/sparc/sparc32/sparcv9/memcmp.S: New file.
112         * sysdeps/sparc/sparc32/sparcv9/memcpy.S: New file.
113         * sysdeps/sparc/sparc32/sparcv9/memset.S: New file.
114         * sysdeps/sparc/sparc32/sparcv9/stpcpy.S: New file.
115         * sysdeps/sparc/sparc32/sparcv9/strcat.S: New file.
116         * sysdeps/sparc/sparc32/sparcv9/strchr.S: New file.
117         * sysdeps/sparc/sparc32/sparcv9/strcmp.S: New file.
118         * sysdeps/sparc/sparc32/sparcv9/strcpy.S: New file.
119         * sysdeps/sparc/sparc32/sparcv9/strcspn.S: New file.
120         * sysdeps/sparc/sparc32/sparcv9/strlen.S: New file.
121         * sysdeps/sparc/sparc32/sparcv9/strncpy.S: New file.
122         * sysdeps/sparc/sparc32/sparcv9/strpbrk.S: New file.
123         * sysdeps/sparc/sparc32/sparcv9/strrchr.c: New file.
124         * sysdeps/sparc/sparc32/sparcv9/strspn.S: New file.
125         * sysdeps/sparc/sparc32/sparcv9/dotmul.S: New file.
126         * sysdeps/sparc/sparc32/sparcv9/rem.S: New file.
127         * sysdeps/sparc/sparc32/sparcv9/sdiv.S: New file.
128         * sysdeps/sparc/sparc32/sparcv9/udiv.S: New file.
129         * sysdeps/sparc/sparc32/sparcv9/umul.S: New file.
130         * sysdeps/sparc/sparc32/sparcv9/urem.S: New file.
131         * sysdeps/sparc/sparc32/sparcv9/Makefile: New file.
132         * sysdeps/sparc/sparc32/sparcv9/stpncpy.S: New file.
133         * sysdeps/sparc/sparc32/sparcv9/strncmp.S: New file.
135         * sysdeps/sparc/sparc32/bcopy.c: New file.
136         * sysdeps/sparc/sparc32/bzero.c: New file.
137         * sysdeps/sparc/sparc32/memchr.S: New file.
138         * sysdeps/sparc/sparc32/memcpy.S: New file.
139         * sysdeps/sparc/sparc32/memmove.c: New file.
140         * sysdeps/sparc/sparc32/memset.S: New file.
141         * sysdeps/sparc/sparc32/stpcpy.S: New file.
142         * sysdeps/sparc/sparc32/strchr.S: New file.
143         * sysdeps/sparc/sparc32/strrchr.c: New file.
144         * sysdeps/sparc/sparc32/strcpy.S: New file.
145         * sysdeps/sparc/sparc32/strlen.S: New file.
146         * sysdeps/sparc/sparc32/strcat.S: New file.
147         * sysdeps/sparc/sparc32/strcmp.S: New file.
149         * sysdeps/sparc/sparc64/bcopy.c: New file.
150         * sysdeps/sparc/sparc64/bzero.c: New file.
151         * sysdeps/sparc/sparc64/memchr.S: New file.
152         * sysdeps/sparc/sparc64/memcmp.S: New file.
153         * sysdeps/sparc/sparc64/memcpy.S: New file.
154         * sysdeps/sparc/sparc64/memset.S: New file.
155         * sysdeps/sparc/sparc64/stpcpy.S: New file.
156         * sysdeps/sparc/sparc64/strcat.S: New file.
157         * sysdeps/sparc/sparc64/strchr.S: New file.
158         * sysdeps/sparc/sparc64/strcmp.S: New file.
159         * sysdeps/sparc/sparc64/strcpy.S: New file.
160         * sysdeps/sparc/sparc64/strcspn.S: New file.
161         * sysdeps/sparc/sparc64/strlen.S: New file.
162         * sysdeps/sparc/sparc64/strncpy.S: New file.
163         * sysdeps/sparc/sparc64/strpbrk.S: New file.
164         * sysdeps/sparc/sparc64/strrchr.c: New file.
165         * sysdeps/sparc/sparc64/strspn.S: New file.
166         * sysdeps/sparc/sparc64/stpncpy.S: New file.
167         * sysdeps/sparc/sparc64/strncmp.S: New file.
169         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (ASFLAGS-.os):
170         Append -fPIC, don't replace.
172         * configure.in: Recognize sparcv8plus / sparcv9.
174 1999-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
176         * malloc/obstack.h (obstack_free): Explicitly convert __obj to
177         char * to avoid C++ warning.
178         Patch by yasushi@cs.washington.edu [PR libc/1035].
180 1999-03-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
182         * manual/filesys.texi (Temporary Files): mktemp and mkstemp are
183         declared in stdlib.h, correct return value of mkstemp.
184         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>.
186         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHDRD_FC*): New defines
187         from Linux 2.2.5.
189 1999-03-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
191         * misc/regexp.h (compile): Cast some pointers to (char *) to avoid
192         C++ warning.
194         * ctype/ctype.h (tolower, toupper): Add __THROW declaration to
195         inline functions.  Closes PR libc/1049.
197 1999-03-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
199         * timezone/README: Update from tzdata1999c and tzcode1999c.
201         * timezone/africa: Update from tzdata1999c.
202         * timezone/antarctica: Likewise.
203         * timezone/asia: Likewise.
204         * timezone/australasia: Likewise.
205         * timezone/europe: Likewise.
206         * timezone/northamerica: Likewise.
207         * timezone/southamerica: Likewise.
208         * timezone/zone.tab: Likewise.
210         * timezone/zic.c: Update from tzcode1999c.
212 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
214         * Makerules: Add $(common-objpfx)Versions.all to common-generated
215         outside of ifndef avoid-generated.
217         * libio/oldiofdopen.c (_IO_old_fdopen): Bring over recent changes
218         in iofdopen.c.
219         * libio/oldiofopen.c (_IO_old_fopen): Bring over recent changes in
220         iofopen.c.
221         * libio/oldiofclose.c (_IO_old_fclose): Bring over recent changes
222         in iofclose.c.
223         * libio/oldfileops.c (_IO_old_file_underflow, _IO_old_file_sync,
224         _IO_old_file_seekoff): Bring over recent changes in fileops.c.
226 1999-03-26  Mark Kettenis  <kettenis@gnu.org>
228         * sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script
229         if we build the profiled library.
231 Fri Mar 26 10:27:38 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
233         * math/Makefile (gmp-objs): Add inlines.  Reported by Andreas
234         Jaeger <aj@arthur.rhein-neckar.de>
236 Thu Mar 25 23:57:57 1999  Roland McGrath  <roland@yaumatei.ai.mit.edu>
238         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = csu]
239         (CFLAGS-initfini.s): New variable, add -DWEAK_GMON_START.
240         This does for Hurd/i386 what the 1998-09-08 change did for Linux/i386.
242 1999-03-24  Roland McGrath  <roland@baalperazim.frob.com>
244         * Makeconfig (sysd-sorted): Use $(..) on rhs of patsubst, so this rule
245         works properly in subdirs.
247 1999-03-23  Roland McGrath  <roland@baalperazim.frob.com>
249         * sysdeps/mach/hurd/Makefile: Undo last change.
250         [$(subdir) = mach] (lib-noranlib): Depend on libmachuser-link.so.
251         [$(subdir) = hurd] (lib-noranlib): Depend on libhurduser-link.so.
253         * mach/Machrules (+preinit, +postinit, +interp,
254         LDFLAGS-$(interface.so)): Variables removed.  Interface libraries get
255         linked just like other shared libraries.
256         (interface.so): Fix typo in defn, so it works.
257         ($(objpfx)$(interface.so)): Make it depend on libc.so.
259 1999-03-21  Roland McGrath  <roland@baalperazim.frob.com>
261         * sysdeps/mach/hurd/Makefile (subdir_lib): Depend on
262         $(link-rpcuserlibs).
264 1999-03-22  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
266         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name),
267         $(inst_slibdir)/$(rtld-installed-name), ldso_install): Disable
268         targets if not building shared libraries.
270 Mon Mar 22 15:48:06 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
272         * configure.in: Also look in $PATH when searching for
273         install-info.  Remove autoconf bug workaround and require autoconf
274         2.13.
276 1999-03-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
278         * db/Makefile: Don't try to install shared library link if not
279         building with shared libs.
281 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
283         * rt/Makefile: Link against static library if no shared lib is
284         available.
286         * localedata/Makefile: The shells scripts implementing the test
287         require the dynamic linker which is not available with
288         --disable-shared.  Skip the test if --disable-shared is given.
290         * linuxthreads/Makefile: Link test against static libpthread if no
291         shared lib is available.
293         * iconvdata/Makefile (tests): Run iconv-test only if we're
294         building shared libraries.
295         * elf/Makefile (tests): Likewise for elf tests.
297         * posix/Makefile: The test frameworks globtest and wordexp-test
298         require the dynamic linker which is not available with
299         --disable-shared.  Skip the test if --disable-shared is given.
301         * grp/Makefile (otherlibs): For static nss build link against
302         necessary libs.
304 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
306         * debug/Makefile (install-bin): Install and build catchsegv only
307         if build-shared == yes.  Reported by jussi@jlaako.pp.fi [PR
308         libc/965].
310 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
312         * time/tzfile.c (__tzfile_read): Handle the case where there are
313         transitions but no DST.
315 1999-03-20  Roland McGrath  <roland@baalperazim.frob.com>
317         * mach/Machrules (extra-libs-others): Add $(interface-library) here
318         too, so it gets built in the others pass rather than the lib pass.
319         This is necessary since the RPC libraries need to be linked against
320         libc.
322 1999-03-19  Roland McGrath  <roland@baalperazim.frob.com>
324         * sysdeps/generic/segfault.c: Include <stdio-common/_itoa.h> for
325         _itoa_word decl.
327         * sysdeps/mach/hurd/Makefile (link-rpcuserlibs): New variable.
328         ($(common-objpfx)libc.so): Depend on that instead of $(rpcuserlibs).
329         ($(link-rpcuserlibs)): New static pattern rule; link intermediate
330         versions of lib{mach,hurd}user.so without reference to libc.so,
331         then link libc.so against that to get deps and symbol versions, then
332         finally link real lib*user.so against libc.so.
334         * sysdeps/mach/hurd/fcntl.c (__fcntl: case F_GETLK,F_SETLK,F_SETLKW):
335         Support whole-file locking (only) by using the file_lock RPC.  This
336         has very wrong semantics, but is better than nothing for the time
337         being.  (Correct POSIX.1 locking will require new RPCs in the Hurd
338         protocols that will be somewhat hairy to specify.)
340 1999-03-17  Mark Kettenis  <kettenis@gnu.org>
342         * sysdeps/mach/hurd/ptsname.c: New file.
344 1999-03-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
346         * timezone/asia: Fix rule in Asia/Nicosia entry.
348 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
350         * manual/getopt.texi (Using Getopt): Explain "::" in option
351         string.  Reported by Yuri Niyazov <yuricake@geocities.com>.
353 1999-03-18  Thorsten Kukuk  <kukuk@suse.de>
355         * sunrpc/clnt_unix.c: Fix creation of parameters for
356         sendmsg/recvmsg on non intel platforms.
357         * sunrpc/svc_unix.c: Likewise.
359 1999-03-18  Philip Blundell  <philb@gnu.org>
361         * sysdeps/unix/sysv/linux/arm/getgroups.c: New file.  Use the i386
362         implementation.
364 1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
366         * timezone/africa: Update from tzdata1999b.
367         * timezone/asia: Likewise.
368         * timezone/australasia: Likewise.
369         * timezone/europe: Likewise.
370         * timezone/northamerica: Likewise.
371         * timezone/southamerica: Likewise.
372         * timezone/zone.tab: Likewise.
374         * timezone/README: Mention tzdata1999b.
376 1999-03-17  Ulrich Drepper  <drepper@cygnus.com>
378         * sysdeps/generic/segfault.c (write_strsignal): New function.
379         (catch_segfault): Use it instead of calling strsignal.
381 1999-03-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
383         * iconv/gconv.c (__gconv): Change type of last_start to unsigned
384         char to avoid warning.
386 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
388         * iconv/iconv.c (iconv): Correctly cast parameters for __gconv.
390         * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of
391         outbuf to unsigned char to avoid warning.
393 1999-03-11  David S. Miller  <davem@redhat.com>
395         * sysdeps/sparc/sparc32/fpu/fpu_control.h: Add missing trap enable
396         masks.
397         * sysdeps/sparc/sparc64/fpu/fpu_control.h: Likewise.
399 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
401         * iconv/gconv.h (gconv_fct): Change parameter from `char' to
402         `unsigned char'.
403         (gconv_step_data): Likewise.
404         * iconv/gconv_int.h (__gconv): Likewise.
405         (__BUILINT_TRANS): Likewise.
406         * iconv/gconv.c (__gconv): Likewise.
407         * iconv/iconv.c (iconv): Add casts for call of __gconv.
408         * iconv/skeleton.c: Change local parameters and variable from `char' to
409         `unsigned char'.  Remove casts from calls into modules.
410         * iconvdata/iso-2022-jp.c (gconv): Change local variable outbuf from
411         `char' to `unsigned char'.
412         * wcsmbs/btowc.c: Change pointers from `char *' to `unsigned char *'.
413         * wcsmbs/mbrtowc.c: Likewise.
414         * wcsmbs/mbsnrtowcs.c: Likewise.
415         * wcsmbs/mbsrtowcs.c: Likewise.
416         * wcsmbs/wcrtomb.c: Likewise.
417         * wcsmbs/wcsnrtombs.c: Likewise.
418         * wcsmbs/wcsrtombs.c: Likewise.
419         * wcsmbs/wctob.c: Likewise.
421 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
423         * sysdeps/mach/hurd/Versions (ld.so) [GLIBC_2.0]: Add
424         __hurd_sigthread_stack_base, __hurd_sigthread_stack_end,
425         __hurd_sigthread_variables, __hurd_threadvar_stack_mask,
426         __hurd_threadvar_stack_offset, __close, __fxstat, __getcwd,
427         __getpid, __libc_read, __libc_write, __lseek, __mmap, __open,
428         __xstat, _exit, _hurd_intr_rpc_mach_msg and abort.
430 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
432         * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
433         _hurd_select if TIMEMOUT is -1.
435 1999-03-15  Mark Kettenis  <kettenis@gnu.org>
437         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
439 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
441         * elf/dl-load.c: Compute rtld_search_dir array size correctly.
442         Reported by Yasushi Saito <yasushi@cs.washington.edu>.
444 1999-03-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
446         * manual/libc.texinfo: Undo last change for now.
448 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
450         * intl/locale.alias: Add entries for Croatian.
451         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
453 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
455         * sysdeps/unix/bsd/getpt.c (__getpt): Do not use `isatty' to check
456         if the opened master pty really is a pty.  `isatty' checks for
457         tty-ness and a pty is not a tty.  Return ENOENT instead of ENFILE
458         if we are out of pty's.
460 1999-03-13  Mark Kettenis  <kettenis@gnu.org>
462         * sysdeps/generic/utmp_file.c (setutent_file): Make sure the just
463         opened file is closed on exec.
464         * login/utmp_daemon.c (setutent_daemon): Likewise for the just
465         opened socket.
467 1999-03-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
469         * manual/llio.texi (File Position Primitive): Reformat @end
470         command.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1020].
472 1999-03-14  Ulrich Drepper  <drepper@cygnus.com>
474         * nscd/nscd_getpw_r.c (nscd_getpw_r): Set `errno' correctly if no
475         entry is found.
476         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
477         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
479         * locale/programs/localedef.c (main): Initialize `cat' to please
480         the compiler.
482 1999-03-14  Roland McGrath  <roland@baalperazim.frob.com>
484         * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Under O_NOFOLLOW,
485         check for root-owned symlinks and reject them too.
487 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
489         * stdio-common/printf_fphex.c: Move to ...
490         * sysdeps/generic/printf_fphex.c: ... here.  Fix exponent of
491         extended precision number.
492         * sysdeps/m68k/printf_fphex.c: New file.
494 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
496         * manual/stdio.texi: Fix typos.
498 1999-03-09  Ulrich Drepper  <drepper@cygnus.com>
500         * version.h (VERSION): Bump to 2.1.1.
502 1999-03-09  Thorsten Kukuk  <kukuk@suse.de>
504         * nis/ypclnt.c: Try only twice to connect to NIS server.
506 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
508         * hurd/hurdexec.c (_hurd_exec): Add missing `else' in last change.
510 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
512         * stdlib/strtod.c (round_and_return): Fix rounding of denormals.
513         (DENORM_EXP): New define.  Use it as the exponent for a denormal.
514         * stdlib/strtold.c: Moved to ...
515         * sysdeps/generic/strtold.c: ... here.
516         * sysdeps/m68k/strtold.c: New file.
518 1999-03-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
520         * stdio-common/printf_fphex.c (__printf_fphex): Print no decimal
521         point if the precision is zero, even if the mantissa is non-zero.
523 1999-03-09  Roland McGrath  <roland@baalperazim.frob.com>
525         * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
526         arguments into the request message buffer inside `send_rpc'
527         subfunction.  We must repeat the marshalling when retrying the RPC
528         after a SIGTTOU delivery.
530         * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
531         path when there is no ctty port.
532         * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
533         Move sigstate check inside loop so we recheck after handling a signal.
535 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
537         * manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and
538         O_EXLOCK are BSD extensions.
539         Reported by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/985].
541 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
543         * manual/signal.texi (Termination in Handler): Correct example.
544         Install default handler before reraising the signal.
545         Patch by Jochen Voss <voss@mathematik.uni-kl.de>.
547 1999-03-08  Roland McGrath  <roland@baalperazim.frob.com>
549         * hurd/hurdexec.c (_hurd_exec): Handle ARGV or ENVP parameters being
550         null, in which case send an empty string.
552 1999-03-02  Mark Kettenis  <kettenis@gnu.org>
554         * Makerules (LD_FLAGS-c.so): Add -u __register_frame to force the
555         backward compatibility EH functions to be linked when using
556         gcc-2.8.1.  Patch by Zack Weinberg <zack@rabi.columbia.edu>.
558 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
560         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Undo last change.
561         /dev/pts status may change during runtime.
563 1999-03-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
565         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Undo last
566         change.  /dev/pts status can change during runtime.
568 1999-03-07  Thorsten Kukuk  <kukuk@suse.de>
570         * sunrpc/svc_tcp.c (readtcp): go into fatal error state if
571         poll reports error.
572         * nis/nss_nisplus/nisplus-parser.c: Avoid duplicate strlen calls,
573         add some more sanity checks.
574         * nis/nss_nisplus/nisplus-pwd.c: Include nisplus-parser.h for
575         parser prototype.
577 1999-03-05  Thorsten Kukuk  <kukuk@suse.de>
579         * sunrpc/rpc/xdr.h: Add x_getint32/x_putint32 to xdr_ops,
580         change XDR_GETINT32/XDR_PUTINT32 to sue new functions.
581         * sunrpc/xdr_mem.c: Add xdrmem_getint32, xdrmem_putint32.
582         * sunrpc/xdr_rec.c: Add xdrrec_getint32, xdrrec_putint32.
583         * sunrpc/xdr_sizeof.c: Add x_putint32, add dummy function
584         for x_getint32.
585         * sunrpc/xdr_stdio.c: Add xdrstdio_getint32, xdrstdio_putint32.
586         * nis/nis_print.c: Fix ctime argument for platforms where
587         sizeof (time_t) != sizeof (int).
589 1999-03-07  Mark Kettenis  <kettenis@gnu.org>
591         * sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Use
592         CLOCKS_PER_SEC instead of CLK_TCK.
594 1999-03-05  Ulrich Drepper  <drepper@cygnus.com>
596         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Remember
597         whether /dev/pts is available.
598         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Fix handling of
599         dev_pts_available.
601         * posix/globtest.sh: Make common_objpfx path absolute and and db2
602         and hesiod directory to library path [PR libc/1007].
604 1999-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
606         * resolv/inet_addr.c (inet_aton): Don't allow componets >
607         255.  Patch by Bruno Haible <haible@ilog.fr> [PR libc/1010].
609 1999-03-05  Geoff Keating  <geoffk@ozemail.com.au>
611         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
612         DT_PLTGOT has already been relocated.
613         (__elf_machine_fixup_plt): Likewise.
614         Minor cleanups.
616 1999-03-04  Roland McGrath  <roland@baalperazim.frob.com>
618         * hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
620 1999-03-03  Ulrich Drepper  <drepper@cygnus.com>
622         * wcsmbs/wcsmbsload.c (add_slashes): Rename to norm_add_slashes
623         and fold string to uppercase [PR libc/1005].
625 1999-03-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
627         * elf/dl-load.c (lose): Fix return type.
629 1999-03-03  Roland McGrath  <roland@baalperazim.frob.com>
631         * sysdeps/mach/hurd/bits/fcntl.h
632         [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
633         * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
634         set O_NOTRANS as well.
635         (__hurd_file_name_lookup_retry): At successful end of lookup,
636         if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
637         it is a translated node not owned by root.
638         (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
639         on the file name passed to LOOKUP.
641 1999-03-02  Ulrich Drepper  <drepper@cygnus.com>
643         * manual/time.texi (High Resolution Timer): Correct computation in
644         example.  Reported by jjf@devel.cemsys.com.
646 1999-03-02  Philip Blundell  <pb@nexus.co.uk>
648         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
649         entry is already relocated.
651 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
653         * resolv/res_hconf.c (parse_line): Skip empty lines.  Bug reported
654         by Marcus Harnisch <marcus@harnisch.isdn.cs.tu-berlin.de>.
656 1999-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
658         * sysdeps/i386/sys/ucontext.h (ucontext): Rename field uc_links to
659         uc_link which is the right name according to Unix98.
660         Reported by Craig Metz [PR libc/1001].
661         * sysdeps/arm/sys/ucontext.h (ucontext): Likewise.
662         * sysdeps/m68k/sys/ucontext.h (ucontext): Likewise.
663         * sysdeps/mips/sys/ucontext.h (ucontext): Likewise.
664         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (ucontext): Likewise.
665         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h (ucontext): Likewise
666         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h (ucontext): Likewise.
668 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
670         * manual/libc.texinfo: Wrap @top node inside @ifnottex instead of
671         @ifinfo.
673 1999-02-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
675         * iconvdata/Makefile: Always include iconv-rules, but disable rule
676         to regenerate it if avoid-generated.
678         * Makeconfig: Always include sys-dirs, but disable rule to
679         regenerate it when avoid-generated.
681         * sysdeps/unix/Makefile: Put `ifndef avoid-generated' only around
682         rule to generate sysd-syscalls.
684         * elf/Makefile (generated): Remove $(objpfx) from names.
686 1999-02-28  Mark Kettenis  <kettenis@gnu.org>
688         * sysdeps/mach/hurd/getsockname.c (getsockname): Set *LEN to the
689         actual length if the adress length is smaller than the input
690         value.  Change type of *LEN paramater to socklen_t.
691         * sysdeps/mach/hurd/getpeername.c (getpeername): Likewise.
692         * sysdeps/mach/hurd/accept.c (accept): Likewise.
693         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
694         * sysdeps/mach/hurd/sendto.c (sendto): Change type of ADDR_LEN
695         paramater to socklen_t.
697 1999-02-28  Roland McGrath  <roland@baalperazim.frob.com>
699         * hurd/hurd-raise.c (_hurd_raise_signal): Send "poll request"
700         msg_sig_post RPC (with SIGNO=0), rather than generating signal (again)
701         with the RPC.
703 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
705         * sysdeps/mach/getsysstats.c (__get_nprocs_conf, __get_nprocs,
706         __get_phys_pages): Cast &HBI to silence warning.
708         * hurd/Makefile (routines): Add hurdchdir and hurdfchdir.
709         * hurd/hurdchdir.c: New file.
710         * hurd/hurdfchdir.c: New file.
711         * sysdeps/mach/hurd/chroot.c: Call
712         _hurd_change_directory_port_from_name to do the work.
713         * sysdeps/mach/hurd/chdir.c: Likewise.
714         * sysdeps/mach/hurd/fchdir.c: Call
715         _hurd_change_directory_port_from_fd to do the work.
716         * hurd/fchroot.c: Likewise.
717         * hurd/hurd.h: Declare them.
719 1999-02-27  Ulrich Drepper  <drepper@cygnus.com>
721         * elf/dl-load.c (lose): Add more comments to explain the `why'.
722         (_dl_map_object): Remove redundant test.
724 1999-02-27  Roland McGrath  <roland@baalperazim.frob.com>
726         * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't
727         try to _hurd_port_free a lower-numbered descriptor that was not in any
728         fd_set.
730 1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
732         * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
733         declaration for ____wcstod_l_internal.
735         * stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
736         __strtod_internal prototype.
737         * stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
738         (____strtold_l_internal): Add prototype declaration.
739         (__strtold_l): Call correct function.
741 1999-02-24  Ulrich Drepper  <drepper@cygnus.com>
743         * elf/elf.h: Add 32bit HPPA definitions.
745 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
747         * malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
748         non-checked heap is restored when malloc checking was requested by
749         the user.
750         (struct malloc_state): Add using_malloc_checking.
751         (MALLOC_STATE_VERSION): Increment minor.
752         (using_malloc_checking, disallow_malloc_check): New variables.
753         (__malloc_check_init): Use them.
754         (mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
755         that it can the chunk is properly instrumented when malloc
756         checking is enabled.  Set the new using_malloc_checking field.
757         (malloc_hook_ini): Correct signature when _LIBC is not defined.
759 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
761         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
762         (DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
763         time.
765         * elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
766         Don't call elf_get_dynamic_info and _dl_setup_hash a second time
767         if ld.so is the main program.
769 1999-02-23  Ulrich Drepper  <drepper@cygnus.com>
771         * stdio-common/vfprintf.c (vfprintf): If precision or width is too
772         large for work_buffer, allocate new buffer.
773         (printf_unknown): Likewise.  [PR libc/988]
775 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
777         * sysdeps/unix/sysv/linux/ttyname.c: Use __xstat and __fxstat
778         instead of stat and fstat.
779         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
781 1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
783         * elf/dl-error.c (_dl_signal_cerror): New function.
784         (_dl_signal_error): Don't call receiver function.
785         * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
786         instead of _dl_signal_error when reporting references to undefined
787         symbols or versions.
788         (_dl_lookup_versioned_symbol): Likewise.
789         (_dl_lookup_versioned_symbol_skip): Likewise.
790         * elf/dl-version.c (match_symbol): Likewise.
792         * elf/ldsodefs.h: Declare _dl_signal_cerror.
794 1999-02-22  Ulrich Drepper  <drepper@cygnus.com>
796         * misc/getttyent.c (getttyent): Release lock on stream later to
797         also protect global variable zapchar.
799         * sysdeps/unix/sysv/linux/clock.c: Don't test return value of
800         __times [PR libc/990].
802 1999-02-21  David S. Miller  <davem@redhat.com>
804         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Fix
805         parentheses in Feb 2 changes.
806         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
808 1999-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
810         * sysdeps/generic/glob.c (glob): Save previous errno.
812 1999-02-21  Ulrich Drepper  <drepper@cygnus.com>
814         * sysdeps/generic/glob.c (glob): Enlarge buffers for reentrant
815         lookup functions if it is too small.
817 1999-02-20  Ulrich Drepper  <drepper@cygnus.com>
819         * elf/dl-deps.c (_dl_map_object_deps): Don't add dummy objects created
820         for tracing to the scope lists.
821         * elf/do-lookup.h: Remove test for l_opencount == 0 after above change.
822         DT_SYMTAB is always available according to ELF spec.
824         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Before first do_lookup
825         call test whether there is any scope left.
826         (_dl_lookup_versioned_symbol_skip): Likewise.
828         * elf/Makefile (distribute): Add do-lookup.h.
829         * elf/do-lookup.h: New file.  Split out from dl-lookup.c.
830         * elf/dl-lookup.c: Move do_lookup function in separate file and
831         include the file twice, for handling versioning and without it.
833         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT
834         entry is already relocated.
835         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
836         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
837         * sysdeps/mips/dl-machine.h (elf_machine_runtime_setup): Likewise.
838         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
839         Likewise.
840         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
841         Likewise.
842         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_setup):
843         Likewise.
845         * elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
846         load address.  Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
847         DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
848         (_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
849         rel and rela relocations can both happen and skip one test if this
850         is not possible.
851         (ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
852         appropriately.
853         * elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
854         already relocated.
855         * elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
856         relocated.
857         * elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
858         (_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
859         (_dl_map_object): DT_STRTAB entry is already relocated.
860         * elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
861         already relocated.
862         * elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
863         relocated.
864         * elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
865         DT_VERSYM entries are already relocated.
866         (profile_fixup): Likewise.
867         * elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX.  Replace
868         all users.
869         (match_symbol): DT_STRTAB entry is already relocated.
870         (_dl_check_map_versions): Likewise.  Also fo DT_VERSYM.
871         * elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
872         relocated already.  DT_SYMTAB and DT_VERSYM entries are also relocated.
873         * elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
874         (find_needed): DT_STRTAB entry is already relocated.
875         (dl_main): Pass extra argument to elf_get_dynamic_info.
876         DT_STRTAB entry is already relocated.
877         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
878         DT_PLTGOT entries are already relocated.
879         (elf_machine_rela): Likewise for DT_SYMTAB.
880         * sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
881         relocated.
882         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
883         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
884         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
885         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
886         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
887         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
888         (elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.
889         * sysdeps/mips/mips64/dl-machine.h: Likewise.
891         * grp/initgroups.c (initgroups): If function in current module was
892         successful don't stop but continue to process to get all the groups.
894         * elf/dl-load.c (_dl_map_object_from_fd): Use global
895         _dl_pf_to_proot array to convert p_flags value.
896         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
898         * elf/dynamic-link.h (elf_get_dynamic_info): Use memset instead of
899         loop to clear `info'.
901         * sysdeps/i386/i486/bits/string.h: If fill byte is constant let gcc
902         do the work and don't use inline assembler.
904 1999-02-19  Ulrich Drepper  <drepper@cygnus.com>
906         * elf/ldsodefs.h (_dl_signal_error): Mark as __noreturn__.
907         * elf/dl-load.c (lose): Make it a function at the toplevel, mark as
908         noreturn, and prevent it from being inlined.
909         Define LOSE appropriately.
910         (_dl_map_object_from_fd): Compare all bytes in e_ident at once.
911         Optimize decoding of p_flags for certain platforms.
913 1999-02-19  Philip Blundell  <pb@nexus.co.uk>
915         * Makeconfig (link-libc): When doing a static link, make sure that
916         libgcc.a is included both before and after libc.a.
918 1999-02-18  Thorsten Kukuk  <kukuk@suse.de>
920         * nis/nss_compat/compat-spwd.c: Fix handling of default values for
921         sp_warn, sp_inact, sp_expire and sp_flag.
923 1999-02-18  Ulrich Drepper  <drepper@cygnus.com>
925         * elf/link.h (link_map): Add l_dev and l_ino.
926         * elf/dl-load.c (_dl_map_object_from_fd): Test dev/ino of newly
927         loaded shared object with all laoded objects.  Initialize l_ino
928         and l_dev in case it's new.
929         * elf/rtld.c (dl_main): Explain situation is l_dev/l_ino with main
930         object.
931         * elf/Makefile: Compile and run new test.
932         * elf/multiload.c: New file.
934         * nss/nsswitch.h (service_user): Change name field from const char *
935         to char[0].
936         (name_database_entry): Likewise.
937         * nss/nsswitch.c (nss_parse_service_list): Adjust memory allocation
938         for change of `service_user'.
939         (nss_getline): Adjust memory allocation for change of
940         `name_database_entry'.
942         * catgets/catgets.c: Correctly handle NLSPATH from environment
943         [PR libc/980].
945         * io/Makefile (routines): Add lock64.
946         * io/Versions: Add lockf64 for GLIBC_2.1.1.
947         * sysdeps/generic/lockf64.c: New file.
949 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
951         * string/bits/string2.h: Only use strncmp optimization if count
952         argument is constant.
954 1999-02-16  Roland McGrath  <roland@baalperazim.frob.com>
956         * sysdeps/mach/hurd/revoke.c: New file.
958 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
960         * wctype/wctype.h (_ISwbit): Cast result of shift operations to
961         int to avoid warning about `ISO C restricts enumerator values to
962         range of `int''.
964 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
966         * elf/dlfcn.h: Fix typo.
967         * sysdeps/generic/bits/dlfcn.h: Likewise.
968         * sysdeps/mips/bits/dlfcn.h: Likewise.
970 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
972         * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
973         for the case N == 0.
975         * db2/Makefile (distribute): Add LICENSE.
977 1999-02-03  Jeff Bailey  <jbailey@nisa.net>
979         * sysdeps/unix/make_errlist.c: Add i18n and copyright to
980         generated files.
982         * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
984 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
986         * time/mktime.c: Use ISO C form for function definitions and
987         remove unnecessary prototypes.
989         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
991         * time/time.h: Avoid unneccesary #ifdef.
993 1999-02-15  Geoff Keating  <geoffk@ozemail.com.au>
995         * stdio-common/_itoa.c (_itoa): Correct parameters to
996         udiv_qrnnd_preinv.
998 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1000         * misc/sys/cdefs.h: Undefine __PMT since it might be defined
1001         before (e.g. in glob.h).
1002         Closes PR libc/959.
1004 1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1006         * sysdeps/mips/fpu_control.h: Fix typo.
1007         Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
1008         Remove __setfpucw.
1010 1999-02-10  Roland McGrath  <roland@baalperazim.frob.com>
1012         * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
1013         the "unused" ends of the sockets.  Let pipes be bidirectional.
1015 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
1017         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
1018         invalid ai_flags.
1020 1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1022         * manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
1023         Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
1025         * manual/setjmp.texi (Non-Local Exits and Signals): Fix
1026         typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
1028 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
1030         * string/Versions: Add __strverscmp to GLIBC_2.1.1.
1032 1999-02-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1034         * misc/syslog.c (vsyslog): Remember errno for %m format.  Fix
1035         check for priority mask.
1037 1999-02-14  Ulrich Drepper  <drepper@cygnus.com>
1039         * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
1040         Reported by Craig Metz <cmetz@inner.net> .
1042 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1044         * stdio-common/Makefile (tests): tllformat added.
1046         * stdio-common/tllformat.c: New program, based on tiformat.c with
1047         examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1049 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1051         * posix/test-vfork.c: Fix exit status test.
1053 1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1055         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
1056         missing cases.  Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
1058 1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1060         * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
1061         of separare explicit comparisons.
1063 1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1065         * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
1066         defined.
1068         * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
1069         defined.
1071 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
1073         * po/el.po: Update from translation team.
1075 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1077         * intl/locale.alias: Fix slovenian entry [PR libc/948].
1079 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1081         * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
1082         * inet/ruserpass.c: Likewise.
1083         * locale/programs/stringtrans.c: Likewise.
1084         * locale/programs/localedef.c: Likewise.
1085         * nscd/grpcache.c: Likewise.
1086         * nss/nss_files/files-XXX.c: Likewise.
1087         * stdlib/canonicalize.c: Likewise.
1088         * sysdeps/posix/sigwait.c: Likewise.
1090 1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1092         * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
1093         even on 64 bit platforms.
1095         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
1096         Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
1098 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
1100         * intl/dcgettext.c: Include locale.h is available.
1102 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
1104         * po/nl.po: Update from translation team.
1106         * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
1108         * Makefile: Allow calling goals for po subdir.
1110         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
1111         signal definitions.
1113         * po/el.po: New file.
1115 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1117         * elf/dl-load.c (_dl_map_object_from_fd): Replace magic constant
1118         when processing DT_SYMBOLIC objects.
1120 1999-02-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1122         * elf/dl-load.c (_dl_map_object_from_fd): When looking for the
1123         program headers without PT_PHDR only require that they are
1124         contained within one of the loaded segments.  Don't use assert,
1125         since that would be a bug in the object, not the dynamic linker.
1127 1999-02-08  Richard Henderson  <rth@cygnus.com>
1129         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
1130         restore all call-clobbered fp regs.
1132 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
1134         * po/cs.po: New file.
1136         * resolv/res_hconf.c (_res_hconf_init): Don't use ENV_HOSTCONF for
1137         SUID binaries.
1139 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
1141         * signal/signal.h: Don't declare __libc_allocate_rtsig.
1142         * include/signal.h: Declare __libc_allocate_rtsig here.
1144         * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry
1145         point functions, not do_lookup since the later can be called more
1146         than once.
1148 1999-02-03  Jakub Jelinek  <jj@ultra.linux.cz>
1150         * sysdeps/generic/segfault.c: Add ADVANCE_STACK_FRAME
1151         macro, so that architectures which need to add some special
1152         offset to stack pointer can share this file.
1154         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: New file.
1155         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: New file.
1156         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: New file.
1157         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: New file.
1159         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Remove.
1160         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Remove.
1161         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: New file - common
1162         between sparc32 and sparc64.
1164         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Remove.
1165         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Remove.
1166         * sysdeps/unix/sysv/linux/sparc/vfork.S: New file - common
1167         between sparc32 and sparc64.
1169         * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: Remove.
1170         * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Remove.
1171         * sysdeps/unix/sysv/linux/sparc/fork.S: New file - common
1172         between sparc32 and sparc64.
1174         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Remove.
1175         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Remove.
1176         * sysdeps/unix/sysv/linux/sparc/sysdep.S: New file - common
1177         between sparc32 and sparc64.
1179 1999-02-07  Ulrich Drepper  <drepper@cygnus.com>
1181         * Versions.def: New version GLIBC_2.1.1 for libc.
1182         * stdlib/Versions: Add _Exit, imaxdiv, and imaxdiv to GLIBC_2.1.1.
1183         * stdlib/labs.c: Moved to...
1184         * sysdeps/generic/labs.c: ...here.
1185         * stdlib/llabs.c: Moved to...
1186         * sysdeps/generic/llabs.c: ...here.
1187         * stdlib/stdlib.h: Allow definition of ldiv_t and lldiv_t in other
1188         header.  Declare _Exit.
1189         * sysdeps/generic/_exit.c: Add alias _Exit.
1190         * sysdeps/mach/hurd/_exit.c: Likewise.
1191         * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise.
1192         * sysdeps/standalone/i960/nindy960/_exit.c: Likewise.
1193         * sysdeps/standalone/m68k/m68020/mvme136/_exit.c: Likewise.
1194         * sysdeps/unix/_exit.c: Likewise.
1195         * sysdeps/wordsize-32/inttypes.h: Define imaxdiv_t and declare
1196         imaxdiv and imaxabs.  Declare lldiv_t if necessary.
1197         * sysdeps/wordsize-64/inttypes.h: Likewise.
1198         * sysdeps/wordsize-32/llabs.c: New file.
1199         * sysdeps/wordsize-32/lldiv.c: New file.
1200         * sysdeps/wordsize-64/labs.c: New file.
1201         * sysdeps/wordsize-64/ldiv.c: New file.
1202         * manual/arith.texi: Document imaxabs, imaxdiv_t, and imaxdiv.
1203         * manual/startup.texi: Document _Exit.
1205 1999-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1207         * nscd/cache.c: Include <arpa/inet.h> for inet_ntop.
1209 1999-02-06  Ulrich Drepper  <drepper@cygnus.com>
1211         * Versions.def: Add versions for ld.so.
1212         * csu/Versions: Remove __libc_stack_end here.
1213         * elf/Versions: Split libc definitions in libc and ld.so definitions.
1214         * elf/Makefile (ld-map): Change to ld.so.map.
1215         * scripts/versions.awk: Recognize dot in library names.
1217         * ctype/ctype.h: Remove definitions of __tolower and __toupper.
1218         Don't use __tolower and __toupper in inline functions.
1219         Add optimizing macros for tolower and toupper.
1220         * ctype/ctype-extn.c (_tolower): Don't use __tolower.
1221         (_toupper): Don't use __toupper.
1222         * ctype/ctype.c (tolower): Don't use __tolower.
1223         (toupper): Don't use toupper.
1225         * nscd/cache.c (prune_cache): Correct printing of debugging messages.
1227         * resolv/Versions (libresolv): Export __ns_name_unpack and
1228         __ns_name_ntop.
1229         * resolv/res_comp.c: Rename ns_name_unpack to __ns_name_unpack and
1230         make it global.  Change all users.  Similar for ns_name_ntop.
1231         * resolv/nss_dns/dns-host.c: Don't use dn_expand when extracting in
1232         user-provided buffer.  Use __ns_name_unpack and __ns_name_ntop
1233         directly to detect too small buffer.
1234         * resolv/nss_dns/dns-network.c: Likewise.
1236         * stdio-common/Makefile (tests): Add scanf12.
1237         * stdio-common/scanf12.c: New file.
1238         * stdio-common/scanf12.input: New file.
1239         * stdio-common/vfscanf.c (__vfscanf): Handle +/- at beginning of
1240         floating-point correctly if the number is invalid.
1242         * stdio-common/vfscanf.c: Don't use non-reentrant multibyte conversion
1243         functions.
1244         * stdio-common/printf_fp.c: Likewise.
1245         * stdio-common/printf_fphex.c: Likewise.
1246         * stdio-common/vfprintf.c: Likewise.
1249 See ChangeLog.9 for earlier changes.