Update.
[glibc.git] / ChangeLog
blob555b8dfc7e094241b311495168e81d4731c1e93d
1 2001-05-18  Andreas Jaeger  <aj@suse.de>
3         * sysdeps/powerpc/elf/libc-start.c: Use __cxa_atexit.
4         Patch by ekato@ees.hokudai.ac.jp, closes PR libc/2271.
6 2001-05-17  David Mosberger  <davidm@hpl.hp.com>
8         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: New file.
10 2001-05-17  Ulrich Drepper  <drepper@redhat.com>
12         * elf/dl-profile.c (_dl_mcount): Check whether state is
13         GMON_PROF_ON before doing anything.
15 2001-05-17  H.J. Lu  <hjl@gnu.org>
17         * elf/sprof.c (read_symbols): Move "++symtab" into the while loop.
19 2001-05-17  Ulrich Drepper  <drepper@redhat.com>
21         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Use
22         CHECK_SIGSET_NULL_OK and not CHECK_SIGSET for all parameters.
23         Reported by Mark Burton <markb@ordern.com>.
25 2001-05-17  Jakub Jelinek  <jakub@redhat.com>
27         * elf/ldconfig.c (add_dir): Only warn about stat failure if
28         opt_verbose.
29         (search_dir): Likewise.
31 2001-05-17  Ulrich Drepper  <drepper@redhat.com>
33         * sysdeps/i386/i486/atomicity.h (exchange_and_add): Correct second
34         parameter of xaddl.  Patch by H . J . Lu <hjl@lucon.org>.
36 2001-05-14  Bruno Haible  <haible@clisp.cons.org>
38         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): If SO is seen
39         without previous announcement, reject it regularly, don't abort.
41 2001-05-16  Ulrich Drepper  <drepper@redhat.com>
43         * math/tgmath.h: Fix handling of int parameters to binary and
44         ternary functions.  Reported by mitr@volny.cz.
46         * math/test-tgmath.c: Add tests for calls with integer parameters.
48 2001-05-15  Jakub Jelinek  <jakub@redhat.com>
50         * sunrpc/rpc_thread.c (rpc_default): Remove.
51         (__rpc_thread_destroy): Use __libc_tsd_RPC_VARS_mem instead of
52         rpc_default.
53         (rpc_thread_multi, __rpc_thread_svc_fdset, __rpc_thread_createerr,
54         __rpc_thread_svc_pollfd, __rpc_thread_svc_max_pollfd): Likewise.
55         * sunrpc/auth_none.c (authnone_private): Fix a typo.
57 2001-05-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
59         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation.
61 2001-05-16  Bruce Mitchener  <bruce@cubik.org>
63         * manual/llio.texi: Many grammar and typo fixes to the section on AIO.
65 2001-05-15  Andreas Jaeger  <aj@suse.de>
67         * sysdeps/ieee754/ldbl-128/s_expm1l.c: New file, contributed by
68         Stephen L Moshier <moshier@mediaone.net>.
70         * sysdeps/i386/fpu/libm-test-ulps: Adjust for change.
72         * math/libm-test.inc: Add comment with ToDo.
74         * sysdeps/i386/fpu/e_expl.c: Rewritten to C and using a more
75         accurate algorithm.  Patch by Stephen L Moshier <moshier@mediaone.net>.
77         * sysdeps/i386/fpu/e_expl.S: Removed.
79 2001-05-14  Roland McGrath  <roland@frob.com>
81         * csu/Makefile ($(objpfx)g$(start-installed-name)): Turn this into a
82         static pattern rule also that also covers
83         $(objpx)g$(static-start-installed-name).
84         [$(start-installed-name) != $(static-start-installed-name)]
85         (extra-objs, omit-deps, install-lib): Add
86         $(static-start-installed-name) and g$(static-start-installed-name).
87         * sysdeps/mach/hurd/i386/Makefile: Don't add crt0.o to those here;
88         just setting static-start-installed-name is now sufficient.
89         (extra-objs): Add static-start.o here.
90         (CFLAGS-initfini.s): Remove obsolete variable.
91         * sysdeps/mach/hurd/i386/Makeconfig: New file.
92         Define static-start-installed-name here.
94         * Makeconfig: Include existing $(full_config_sysdirs:=/Makeconfig).
95         * Make-dist (+sysdep-tsrcs): Look for Makeconfig files.
97         * Makerules ($(+sysdir_pfx)sysd-Makefile): Remove this target and
98         associated hair.  Instead, just use $(wildcard ...) in the include.
100         * configure.in (critic_missing, aux_missing): Collect in these vars
101         the names of the missing programs, and include them in the error msgs.
102         * configure: Regenerated.
104 2001-05-14  Andreas Jaeger  <aj@suse.de>
106         * sysdeps/i386/fpu/libm-test-ulps: Adjust for new tests.
108         * math/libm-test.inc (tanh_test): Add testcases for last tanh bug.
110 2001-05-14  Stephen L Moshier <moshier@mediaone.net>
112         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Fix sign test.
114 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
116         * posix/regex.c (re_match_2_internal): Swap mbs_offset and csize
117         as well if swapping strings.
118         Make sure stop is not past end of second string.
119         * posix/bug-regex4.c: New test.
120         * posix/Makefile (tests): Add bug-regex4.
122 2001-05-10  Andreas Jaeger  <aj@suse.de>
124         * manual/install.texi (Linux): Clarify that Linux 2.2 is minimal
125         requirement.
127 2001-05-12  Andreas Jaeger  <aj@suse.de>
129         * sysdeps/ieee754/dbl-64/s_sin.c: Include "math_private.h" for
130         internal prototypes.
131         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
132         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
133         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
134         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
135         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
136         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
137         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
139         * math/math_private.h: Add prototypes for internal functions of
140         the IBM Accurate Mathematical Library.
142         * sysdeps/ieee754/dbl-64/s_atan.c: Include "math.h" for
143         prototypes.
144         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
146         * sysdeps/ieee754/dbl-64/e_asin.c: Include "math_private.h" for
147         internal prototypes.
148         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
149         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
150         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
151         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
152         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
153         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
154         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
155         * sysdeps/generic/e_rem_pio2l.c: Likewise.
156         (__ieee754_rem_pio2l): Fix prototype.
158         * math/math_private.h (__copysign): Add internal prototype.
160 2001-05-11  Andreas Jaeger  <aj@suse.de>
162         * sysdeps/unix/sysv/linux/configure.in: Move binutils check to...
163         * sysdeps/unix/sysv/linux/mips/configure.in: ...here.  New file.
165 2001-05-11  Andreas Jaeger  <aj@suse.de>
167         * sysdeps/unix/sysv/linux/configure.in: Check binutils version on
168         MIPS.
170         * sysdeps/mips/rtld-ldscript.in: Removed unneeded binary output
171         format directive.  Patch by Steven J. Hill <sjhill@cotw.com>.
173 2001-05-11  Roland McGrath  <roland@frob.com>
175         * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't use
176         $(build-module) here, since we don't need the full magilla.
177         Just use $(build-module-helper) and append our special options.
179 2001-05-09  Andreas Schwab  <schwab@suse.de>
181         * sysdeps/unix/readdir.c: Make sure we don't modify errno when we
182         reached EOF.
184 2001-05-07  H.J. Lu  <hjl@gnu.org>
186         * elf/ldconfig.c (dir_entry): Add ino and dev.
187         (add_single_dir): Compare ino and dev to check if 2 directory
188         paths are the same or not. Free entry->path for duplicates.
189         (add_dir): Initialize ino and dev for entry.
190         (search_dir): Handle symlink to directory.
192 2001-05-07  Andreas Jaeger  <aj@suse.de>
194         * sysdeps/i386/fpu/libm-test-ulps: Add ulps for new exp tests.
196         * math/libm-test.inc (exp_test): Add some more tests.
197         (pow_test): Run double only test also for long double.
199         * math/test-ldouble.c (TEST_LDOUBLE): Define.
200         * math/test-ildoubl.c (TEST_LDOUBLE): Likewise.
202         * sysdeps/generic/bits/confname.h: Remove extra comma at end of
203         enumeration.
204         Closes PR libc/2240.
206         * scripts/config.guess: Imported from gnu.org.
207         * scripts/config.sub: Likewise.
209 2001-05-05  Jakub Jelinek  <jakub@redhat.com>
211         * include/features.h (__USE_EXTERN_INLINES): Don't define if
212         __NO_INLINE__ is defined.
213         * ctype/ctype.h (tolower, toupper): Change the guard condition to
214         __USE_EXTERN_INLINES check only.
215         * stdlib/stdlib.h (strtod, ...): Likewise.
216         * wcsmbs/wchar.h (mbrlen): Likewise.
217         * string/string.h: Only include bits/string.h and bits/string2.h
218         if __NO_INLINE__ is not defined.
220 2001-05-07  Andreas Jaeger  <aj@suse.de>
222         * debug/Makefile ($(objpfx)xtrace): Substitute @SLIBDIR@ instead
223         of @LIBDIR@.
225 2001-05-04  H.J. Lu  <hjl@gnu.org>
227         * malloc/Makefile ($(objpfx)memusage): Substitute @SLIBDIR@
228         not @LIBDIR@.
230 2001-05-06  Andreas Jaeger  <aj@suse.de>
232         * sysdeps/i386/fpu/e_fmodl.c: New, rewrite of e_fmodl.S.
233         * sysdeps/i386/fpu/e_fmodl.S: Removed.
234         * sysdeps/i386/fpu/e_atan2l.c: New, rewrite of e_atan2l.S.
235         * sysdeps/i386/fpu/e_atan2l.S: Removed.
236         * sysdeps/i386/fpu/e_acosl.c: New, rewrite of e_acos.S.
237         * sysdeps/i386/fpu/s_atanl.c: New, rewrite of e_atanl.S.
238         * sysdeps/i386/fpu/e_sqrtl.c: New, rewrite of e_sqrt.S.
239         * sysdeps/i386/fpu/e_acosl.S: Removed.
240         * sysdeps/i386/fpu/s_atanl.S: Removed.
241         * sysdeps/i386/fpu/e_sqrtl.S: Removed.
243 2001-05-05  Mark Kettenis  <kettenis@gnu.org>
245         * sysdeps/mach/hurd/bits/environments.h: Add comment from
246         sysdeps/generic/bits/environments.h.  Define _POSIX_V6_* values.
248 2001-04-30  Jakub Jelinek  <jakub@redhat.com>
250         * posix/confstr.c (confstr) [_CS_V6_WIDTH_RESTRICTED_ENVS]: Move so
251         that _CS_LFS_CFLAGS can fall through to the empty returned string
252         case.  Add FALLTHROUGH comment.
254 2001-04-29  Ralf Baechle  <ralf@gnu.org>
256         * sysdeps/unix/sysv/linux/mips/bits/sem.h: Make structure
257         definitions match the kernel definitions.
258         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
259         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
261 2001-04-29  Ben Collins  <bcollins@debian.org>
263         * sysdeps/sparc/sparc64/dl-machine.h: Fix multiline strings
264         warnings.
265         * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Likewise.
266         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
267         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
268         * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Likewise.
269         * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Likewise.
270         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
271         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
272         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
273         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
274         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
275         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
276         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
277         * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Likewise.
278         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
279         * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Likewise.
280         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
281         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
282         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
283         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
284         * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Likewise.
285         * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Likewise.
286         * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Likewise.
287         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
289 2001-04-29  Andreas Schwab  <schwab@suse.de>
291         * sysdeps/unix/sysv/linux/kernel-features.h: Fix missing backslash
292         in last change.
294 2001-04-29  Andreas Jaeger  <aj@suse.de>
296         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
297         Define for Arm, PowerPC and SH if kernel is 2.4.4 or newer.
299         * sysdeps/unix/sysv/linux/bits/socket.h (PF_WANPIPE): New, from
300         Linux 2.4.4.
301         (AF_WANPIPE): Likewise.
302         (MSG_MORE): New.
304         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Add same changes as
305         for Linux generic version.
306         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
307         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
308         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
309         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
311         * sysdeps/gnu/netinet/tcp.h (TCP_QUICKACK): New.
313 2001-04-27  Ulrich Drepper  <drepper@redhat.com>
315         * nis/nss-nis.h: Correct test for invalid error number.
316         * nis/nss-nisplus.h: Likewise.
318         * nis/Makefile (libnss_compat-rountines): Add nss-nisplus.
320 2001-04-26  Ulrich Drepper  <drepper@redhat.com>
322         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind.
324         * string/strcoll.c: Fix two memory allocation problems.
325         * string/Makefile (tests): Add bug-strcoll1.
326         * string/bug-strcoll1.c: New file.
328         * malloc/mcheck.c (mcheck): Call malloc once before setting the
329         hooks to allow the internal check hooks to be set up if necessary.
331         * nis/nss-nis.h: Move yperr2nss_tab definition into separate file
332         and rename to __yperr2nss_tab.  Change YPERR_COUNT into variable
333         __yperr2nss_count.
334         * nis/nss-nis.c: New file.
335         * nis/nss-nisplus.h: Move niserr2nss_tab definition into separate file
336         and rename to __niserr2nss_tab.  Change NISERR_COUNT into variable
337         __niserr2nss_count.
338         * nis/nss-nisplus.c: New file.
339         * nis/Makefile (libnss_compat-routines): Add nss-nis.
340         (libnss_nis-routines): Likewise.
341         (libnss_nisplus-routines): Add nss-nisplus.
343         * nis/nss_nisplus/nisplus-alias.c: Remove unnecessary initializations.
344         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
345         * nis/nss_nisplus/nisplus-grp.c: Likewise.
346         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
347         * nis/nss_nisplus/nisplus-network.c: Likewise.
348         * nis/nss_nisplus/nisplus-proto.c: Likewise.
349         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
350         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
351         * nis/nss_nisplus/nisplus-service.c: Likewise.
352         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
353         * nis/nss_nis/nis-alias.c: Likewise.
354         * nis/nss_nis/nis-ethers.c: Likewise.
355         * nis/nss_nis/nis-grp.c: Likewise.
356         * nis/nss_nis/nis-network.c: Likewise.
357         * nis/nss_nis/nis-proto.c: Likewise.
358         * nis/nss_nis/nis-pwd.c: Likewise.
359         * nis/nss_nis/nis-spwd.c: Likewise.
360         * nis/nss_compat/compat-grp.c: Likewise.
361         * nis/nss_compat/compat-initgroups.c: Likewise.
362         * nis/nss_compat/compat-pwd.c: Likewise.
363         * nis/nss_compat/compat-spwd.c: Likewise.
365         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Some more
366         optimizations.  Patch by Jakub Jelinek <jakub@redhat.com>.
368 2001-04-26  Andreas Jaeger  <aj@suse.de>
370         * po/zh_TW.po: Update.
371         Patch by Tung-Han Hsieh <thhsieh@tlug.sinica.edu.tw>.
373 2001-04-25  Ulrich Drepper  <drepper@redhat.com>
375         * malloc/malloc.c: Allow MALLOC_ALIGNMENT to be defined on the
376         compiler command line.
377         * sysdeps/hppa/Makefile: Add -DMALLOC_ALIGNMENT=16 to compiler
378         command line for malloc.c.
380 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
382         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/time.h: Move to...
383         * sysdeps/unix/sysv/linux/sparc/bits/time.h: ...here.
384         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/bits/time.h: Remove.
385         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/socket.h: Move to...
386         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: ...here.  Adjust
387         struct msghdr for __WORDSIZE == 32.
388         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: Move to...
389         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: ...here. Adjust
390         for __WORDSIZE == 32.
391         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Remove.
392         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c: New
393         file.
394         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_siglongjmp):
395         Rename from longjmp, make longjmp weak alias to it.
397 2001-04-24  David S. Miller  <davem@redhat.com>
399         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: New file.
401 2001-04-25  Matthew Wilcox  <willy@ldl.fc.hp.com>
403         * sysdeps/hppa/stackinfo.h: New file.
404         * sysdeps/unix/sysv/linux/hppa/getdents64.c: New file.
405         * sysdeps/unix/sysv/linux/hppa/mmap64.c: New file.
406         * sysdeps/unix/sysv/linux/hppa/bits/resource.h: New file.
407         * sysdeps/unix/sysv/linux/kernel-features.h: Add descriptions
408         of PA kernel features.
410 2001-04-25  Ulrich Drepper  <drepper@redhat.com>
412         * locale/programs/localedef.c (main): Always set a file name for
413         the initial locale.
414         * locale/programs/locfile.c (locfile_read): filename is allowed to
415         be NULL.
417 2001-04-12  Paul Bame  <paul_bame@hp.com>
419         * sysdeps/hppa/fpu/fclrexcpt.c: Clear the exception flags, not the
420         enable flags.
422 2001-04-24  Ulrich Drepper  <drepper@redhat.com>
424         * sysdeps/generic/bits/environments.h (_POSIX_V6_LPBIG_OFFBIG,
425         _XBS5_LPBIG_OFFBIG): Define to -1.
426         Fix typos.
428         * sysdeps/generic/bits/confname.h: Add _CS_V6_WIDTH_RESTRICTED_ENVS.
429         * posix/confstr.c: Handle _CS_V6_WIDTH_RESTRICTED_ENVS.
430         * posix/getconf.c: Handle _POSIX_V6_WIDTH_RESTRICTED_ENVS.
431         * posix/tst-getconf.sh: Add _POSIX_V6_WIDTH_RESTRICTED_ENVS.
433         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/Implies: New file.
434         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/bits/time.h: Removed.
436 2001-03-21  Alan Modra  <alan@one.net.au>
438         * sysdeps/hppa/dl-machine.h (RTLD_START): Set up dp with DT_PLTGOT
439         value from application so that constructors in non-PIC libs work.
441 2000-12-13  Jes Sorensen  <jes@linuxcare.com>
443         * sysdeps/hppa/dl-machine.h (RTLD_START): _dl_init now returns a
444         function pointer, hence load the jump address and gp from the
445         function pointer before jumping.
447 2001-04-24  Andreas Jaeger  <aj@suse.de>
449         * sysdeps/generic/send.c (__send): Return ssize_t.
450         * sysdeps/mach/hurd/send.c (__send): Likewise.
451         * sysdeps/mach/hurd/recv.c (recv): Likewise.
452         * sysdeps/mach/hurd/sendto.c (sendto): Likewise.
453         * sysdeps/generic/sendto.c (sendto): Likewise.
454         * sysdeps/generic/recvmsg.c (recvmsg): Likewise.
455         * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
456         * sysdeps/generic/recvfrom.c (recvfrom): Likewise.
457         * sysdeps/generic/sendmsg.c (sendmsg): Likewise.
459         * socket/sys/socket.h: send* and recv* return ssize_t.
461         * include/sys/socket.h: send returns ssize_t.
463         * sysdeps/i386/fpu_control.h: Fix comments.
465 2001-04-24  Ulrich Drepper  <drepper@redhat.com>
467         * sysdeps/ia64/Dist: Add hp-timing.c.
468         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h.
469         * posix/Makefile (distribute): Add tst-getconf.sh.
470         * po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
472 2001-04-23  Ulrich Drepper  <drepper@redhat.com>
474         * sysdeps/ia64/Makefile [subdir=csu] (sysdep_routines): Add hp-timing.
475         * sysdeps/ia64/Versions: Add _dl_cpuclock_offset for ld in 2.2.3.
476         * sysdeps/ia64/hp-timing.c: New file.
477         * sysdeps/ia64/hp-timing.h: New file.
478         * sysdeps/unix/sysv/linux/ia64/bits/time.h: Add definitions for
479         CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
481         * sysdeps/generic/clock_getcpuclockid.c: Make function generic, test
482         using #ifdef whether the clock is available.
483         * sysdeps/unix/i386/clock_getcpuclockid.c: Not needed anymore.
485         * sysdeps/generic/dl-sysdep.c: Initialize _dl_cpuclock_offset to move
486         it into data section.
488         * sysdeps/unix/i386/i586/clock_getres.c: Removed.
489         * sysdeps/unix/i386/i586/clock_gettime.c: Removed.
490         * sysdeps/unix/i386/i586/clock_nanosleep.c: Removed.
491         * sysdeps/unix/i386/i586/clock_settime.c: Removed.
492         * sysdeps/unix/i386/i586/cpuclock-init.h: Removed.
493         * sysdeps/generic/cpuclock-init.h: Removed.
494         * sysdeps/unix/i386/i686/Implies: Removed.
495         * sysdeps/unix/i386/i686/tempname.c: Removed.
496         * sysdeps/i386/i686/Versions: New file.
497         * sysdeps/unix/i386/i586/Versions: Removed.
499         * sysdeps/posix/clock_getres.c: If HP_TIMING_AVAIL is nonzero handle
500         CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
501         * sysdeps/unix/clock_gettime.c: Likewise.
502         * sysdeps/unix/clock_nanosleep.c: Likewise.
503         * sysdeps/unix/clock_settime.c: Likewise.
504         * sysdeps/posix/tempname.c: Is HP_TIMING_AVAIL is nonzero define
505         RANDOM_BITS use CPU clock.
507         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/bits/time.h: New file.
508         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/bits/time.h: New file.
509         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/time.h: New file.
510         * sysdeps/sparc/Versions: New file.
512         * elf/dl-support.c: Don't use cpuclock-init.h definitions, use
513         hp-timing.h definitions.
514         * sysdeps/generic/dl-sysdep.c: Likewise.
516         * include/libc-internal.h: Include hp-timing.h.  Use hp_timing_t in
517         __get_clockfreq prototype.
519         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
520         Use hp_timing_t type.
521         * sysdeps/generic/get_clockfreq.c (__get_clockfreq): Likewise.
523         * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c: New file.
525         * sysdeps/posix/pathconf.c (__pathconf): For _PC_ASYNC_IO test
526         whether named file is a regular file or a block device.
527         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
529 2001-04-23  Andreas Jaeger  <aj@suse.de>
531         * nscd/nscd.h: Add noreturn attribute for start_threads.
533 2001-04-22  Ulrich Drepper  <drepper@redhat.com>
535         * posix/getconf.c: Fix names of XBS5 LFS test variables.
536         Add missing configuration variables from XPG6.
537         * posix/tst-getconf.c: New file.
538         * posix/Makefile (generated): Add tst-getconf.out.
539         (tests): Add ($objpfx)tst-getconf.out.
540         Add rule to run tst-getconf.sh.
541         * sysdeps/generic/bits/confname.h: Add missing _PC_ and _SC_ values
542         from XPG6.
543         * sysdeps/posix/fpathconf.c: Add handling of _PC_ALLOC_SIZE_MIN and
544         _PC_SYMLINK_MAX.
545         * sysdeps/posix/pathconf.c: Likewise.
546         * sysdeps/posix/sysconf.c: Correct spelling of _SC_MULTI_PROCESS
547         and _SC_SYMLOOP_MAX.
549 2001-04-22  Philip Blundell  <philb@gnu.org>
551         * sysdeps/arm/fpu/feenablxcpt.c: New file.
552         * sysdeps/arm/fpu/fedisablxcpt.c: New file.
553         * sysdeps/arm/fpu/fegetexcpt.c: New file.
555 2001-04-22  Philip Blundell  <philb@gnu.org>
557         * sysdeps/unix/sysv/linux/arm/sys/user.h (struct user_fpregs):
558         Renamed from struct user_fp.
559         (struct user_regs): New.
560         (struct user): Use struct user_regs rather than struct pt_regs to
561         avoid dependency on asm/ptrace.h.  Use struct user_fpregs in place
562         of struct user_fp and struct user_fp_struct.
563         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Include sys/procfs.h
564         not sys/elf.h.
566 2001-04-22  Philip Blundell  <philb@gnu.org>
568         * sysdeps/unix/sysv/linux/arm/sys/elf.h: Move contents to
569         sys/procfs.h, and tell the user to include that file instead.
570         * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove old cruft
571         surrounded with #if 0.
572         (elf_greg_t, ELF_NGREG, elf_gregset_t, elf_fpregset_t): Moved here
573         from sys/elf.h.
574         (prgregset_t, prfpregset_t): Define in terms of elf_gregset_t and
575         elf_fpregset_t respectively.
577 2001-04-22  Philip Blundell  <philb@gnu.org>
579         * sysdeps/unix/sysv/linux/arm/register-dump.h: Also print the
580         address that faulted.
582 2001-04-21  Ulrich Drepper  <drepper@redhat.com>
584         * sysdeps/generic/bits/confname.h: Add _SC_V6_* and _CS_POSIX_V6_*
585         values.
586         * sysdeps/generic/bits/environments.h: Define _POSIX_V6_* values.
587         * posix/confstr.c: Handle _CS_POSIX_V6_* values.
588         * posix/getconf.c: Handle _CS_POSIX_V6_* and _SC_V6_* values.
589         * sysdeps/posix/sysconf.c: Handle _SC_V6_* values.
591         * sysdeps/powerpc/fpu/libm-test-ulps: Add deltas for atan2f.
592         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
593         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
594         * sysdeps/mips/fpu/libm-test-ulps: Likewise.
596 2001-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
598         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct check for invalid
599         offset.
601 2001-04-21  Ulrich Drepper  <drepper@redhat.com>
603         * posix/getopt.h: Treat __cplusplus like __STDC__.
605 2001-04-20  John S. Marvin  <jsm@fc.hp.com>
607         * sysdeps/unix/sysv/linux/hppa/clone.S: Fix clone system call
608         entry point stub.
610 2001-04-20  Richard Hirst  <rhirst@linuxcare.com>
612         * elf/elf.h: Corrected R_PARISC_DIR14R (should be 6, not 5),
613         and added R_PARISC_DPREL21L and R_PARISC_DPREL14R for modutils.
615         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Removed ptrace
616         entry so the ptrace.c wrapper is used.
618 2001-04-20  Alan Modra  <amodra@one.net.au>
620         * sysdeps/hppa/dl-lookupcfg.h (_dl_function_address): Prototype.
621         (DL_FUNCTION_ADDRESS): Define.
622         (DL_DT_INIT_ADDRESS): Define.
623         (DL_DT_FINI_ADDRESS): Define.
624         * sysdeps/hppa/Versions: Add _dl_function_address.
625         * sysdeps/hppa/dl-machine.h (ELF_MACHINE_START_ADDRESS): Define.
626         * sysdeps/hppa/dl-symaddr.c (_dl_start_address): Rename to
627         _dl_function_address.
629 2001-04-21  Andreas Jaeger  <aj@suse.de>
631         * rt/aio_misc.c (handle_fildes_io): Add noreturn attribute.
632         * resolv/gai_misc.c (handle_requests): Likewise.
633         * malloc/obstack.c (print_and_abort): Likewise.
634         * malloc/mcheck.c (mabort): Likewise.
636         * sysdeps/unix/i386/i586/clock_settime.c: Include
637         "libc-internal.h" for __get_clockfreq declaration.
639 2001-04-21  Ulrich Drepper  <drepper@redhat.com>
641         * elf/dl-support.c: Include cpuclock-init.h.  Use CPUCLOCK_VARDEF and
642         CPUCLOCK_INIT if defined.
643         * sysdeps/generic/dl-sysdep.c: Likewise.
644         * sysdeps/generic/cpuclock-init.h: New file.
645         * sysdeps/unix/i386/i586/cpuclock-init.h: New file.
646         * sysdeps/unix/i386/i586/Versions: New file.
647         * sysdeps/unix/i386/i586/clock_settime.c: New file.
648         * sysdeps/unix/i386/i586/clock_gettime.c: Handle thread CPU clock
649         separately by calling __pthread_clock_gettime if this function is
650         available.  Subtract offset from tsc value before computing time value.
652 2001-04-20  Ulrich Drepper  <drepper@redhat.com>
654         * iconv/iconv_prog.c (print_known_names): If printing goes not to
655         a tty print in a more machine-friendly way.
657         * sysdeps/ieee754/ldbl-128/e_asinl.c: New file.
658         Contributed by Stephen L Moshier <moshier@mediaone.net>.
660 2001-04-20  Andreas Jaeger  <aj@suse.de>
662         * intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.
664 2001-04-20  Andreas Schwab  <schwab@suse.de>
666         * sysdeps/m68k/fpu/libm-test-ulps: Update.
668 2001-04-19  Alan Modra  <amodra@one.net.au>
670         * Makerules (libc_pic.os): Add $(LDFLAGS-c_pic.os).
671         * sysdeps/hppa/Makefile (LDFLAGS-c_pic.os): Define.
672         (CFLAGS-.os): Remove.
674         * sysdeps/unix/sysv/linux/hppa/sysdep.h (CALL_MCOUNT): Update comment.
676         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG, NFPREG,
677         gregset): Correct for new kernel definitions.
679 2001-04-19  Alan Modra  <alan@linuxcare.com.au>
681         * sysdeps/hppa/elf/initfini.c: Change dlt reg save to r3 and
682         generate unwind info by hand.
684 2001-04-19  Ulrich Drepper  <drepper@redhat.com>
686         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Optimize a bit.
688         * configure.in: Correct regular expression for msgfmt.
689         Patch by Bruno Haible <haible@ilog.fr>.
691 2001-04-19  Andreas Jaeger  <aj@suse.de>
693         * po/el.po: Add comment explaining what's broken.
695         * po/Makefile (BROKEN_LINGUAS): New.
696         (ALL_LINGUAS): Don't add broken languages.
698 2001-04-19  Roland McGrath  <roland@frob.com>
700         * sysdeps/mach/hurd/mlock.c: New file.
701         * sysdeps/mach/hurd/munlock.c: New file.
702         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK_RANGE): Define it.
704         * misc/Makefile (routines): Add mlock munlock mlockall munlockall.
705         * sysdeps/generic/mlock.c: New file.
706         * sysdeps/generic/munlock.c: New file.
707         * sysdeps/generic/mlockall.c: New file.
708         * sysdeps/generic/munlockall.c: New file.
709         * sysdeps/generic/bits/mman.h (MCL_CURRENT, MCL_FUTURE): New macros.
710         * sysdeps/unix/sysv/linux/syscalls.list (mlock, munlock,
711         mlockall, munlockall): Change caller field to - from EXTRA.
712         Don't use __ names; not used (and not declared in include/sys/mman.h).
714         * hurd/privports.c (__get_privileged_ports): Renamed with __.
715         Use __ names for calls we make.
716         (get_privileged_ports): Add alias.
717         * hurd/hurd.h: Declare it with the __ name.
718         * sysdeps/mach/hurd/reboot.c (reboot): Use __get_privileged_ports.
719         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
720         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
722         * hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do
723         nothing if it's zero.
725 2001-04-19  Matthew Wilcox  <willy@ldl.fc.hp.com>
727         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL):
728         Change to return a signed result for compatibility with other
729         architectures, and correctness.
731 2001-04-19  Ulrich Drepper  <drepper@redhat.com>
733         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS):
734         HPPA always had them.  Patch by Matthew Wilcox <matthew@wil.cx>.
736 2001-04-19  Andreas Jaeger  <aj@suse.de>
738         * configure.in: Require gettext 0.10.36 or newer.
740         * manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.
742         * po/zh_TW.po: Remove extraneous backslashes.
744         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove unused
745         variables b and n.
747 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
749         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
750         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: New file.
751         * sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: New file.
752         * sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S (__setcontext):
753         Copy first word of uc_sigmask into __uc_sigmask.
754         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S (__getcontext):
755         Save uc_link around trap. Copy __uc_sigmask into first word of
756         uc_sigmask, clear the rest. Make sure setcontext to the created
757         context doesn't do this though.
758         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: New file.
759         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Add
760         uc_stack and uc_sigmask, rename old uc_sigmask to __uc_sigmask in the
761         64bit version, make uc_sigmask __sigset_t in the 32bit version.
763 2001-04-19  Andreas Jaeger  <aj@suse.de>
765         * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
767         * rt/Makefile (otherlibs): Added for static NSS.
769         * glibcbug.in (BUGGLIBC): Send to new alias.
771 2001-04-02  Andreas Schwab  <schwab@suse.de>
773         * Makerules (build-module): Make sure exit codes get checked
774         properly and remove unnecessary slashes.
776 2001-04-17  Ulrich Drepper  <drepper@redhat.com>
778         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
779         Handle kernels which report only three digits after the decimal point.
780         Reported by Van Okamura <van.okamura@oracle.com>.
782         * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
784 2001-04-17  David S. Miller  <davem@redhat.com>
786         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests.
787         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
789 2001-04-17  Jakub Jelinek  <jakub@redhat.com>
791         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
792         desired exceptions are raised for exceptional values.
793         * math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
794         cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
795         clog_test, log_test, log1p_test, tan_test): Increase precision of
796         expected values to satisfy ldbl-128.
797         * sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
798         * sysdeps/arm/libm-test-ulps: Likewise.
799         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
800         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
801         * sysdeps/m68k/fpu/libm-test-ulps: Likewise.
802         * sysdeps/mips/fpu/libm-test-ulps: Likewise.
803         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
804         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
805         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
806         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
807         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
809 2001-04-17  Andreas Jaeger  <aj@suse.de>
811         * configure.in: Move test for critical programs up.
813 2001-04-16  Stephen L Moshier  <moshier@mediaone.net>
815         * sysdeps/ieee754/flt-32/e_asinf.c (pio2_hi, pio2_lo, pio4_hi):
816         Correct the values. (pSx, qSx): Replace by shorter approximation.
817         Use f suffix on float constants.
819 2001-04-16  Ulrich Drepper  <drepper@redhat.com>
821         * sysdeps/ieee754/ldbl-128/k_tanl.c: New file.
822         Contributed by Stephen L Moshier <moshier@mediaone.net>.
824         * string/string.h: Replace const in attribute list with __const__.
826 2001-04-16  Roland McGrath  <roland@frob.com>
828         * grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf
829         instead of the constant NGROUPS_MAX.  That way, the limit can be
830         raised in the kernel configuration without having to recompile libc.
832         * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
833         define NGROUPS_MAX; we don't use it here.
835 2001-04-16  Andreas Jaeger  <aj@suse.de>
837         * math/libm-test.inc (atan2_test): Add more testcases.
839         * iconv/gconv_db.c: Include gconv_charset.h for
840         __gconv_lookup_alias prototype.
842 2001-04-13  Ulrich Drepper  <drepper@redhat.com>
844         * sysdeps/ieee754/ldbl-128/s_atanl.c: New file.
845         Contributed by Stephen L Moshier <moshier@mediaone.net>.
847 2001-04-13  Jes Sorensen  <jes@linuxcare.com>
849         * intl/tst-codeset.c: Include string.h to get prototype for strcmp().
851 2001-04-13  Jes Sorensen  <jes@linuxcare.com>
853         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to
854         explicitly pad struct siginfo instead of relying on compiler padding.
856 2001-04-12  Ulrich Drepper  <drepper@redhat.com>
858         * sysdeps/ia64/Dist: Add elf/entry.h.
860         * iconvdata/Makefile (distribute): Add TESTS2.
862 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
864         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address):
865         Calculate load address differently.
867 2001-04-12  Bruno Haible  <haible@clisp.cons.org>
869         * iconvdata/TESTS2: New file.
870         * iconvdata/run-iconv-test.sh: Also run tests from TESTS2.
871         * iconvdata/testdata/alfabeta..UTF-8: New file.
872         * iconvdata/testdata/alfabeta..UTF-16.BE: New file.
873         * iconvdata/testdata/alfabeta..UTF-16.LE: New file.
874         * iconvdata/testdata/alfabeta..UTF-32.BE: New file.
875         * iconvdata/testdata/alfabeta..UTF-32.LE: New file.
877 2001-04-11  Bruno Haible  <haible@clisp.cons.org>
879         * iconvdata/utf-32.c: New file.
880         * iconvdata/gconv-modules: Add entries for UTF-32, UTF-32LE, UTF-32BE.
881         * iconvdata/Makefile (modules): Add UTF-32.
882         (distribute): Add utf-32.c.
884 2001-04-11  Bruno Haible  <haible@clisp.cons.org>
886         * iconvdata/utf-16.c (PREPARE_LOOP): Initialize 'swap' after possibly
887         changing it in the state. After incrementing 'inptr', store it back.
888         * iconvdata/unicode.c (PREPARE_LOOP): After incrementing 'inptr',
889         store it back.
891 2001-04-11  Bruno Haible  <haible@clisp.cons.org>
893         * iconvdata/utf-16.c (gconv_init): Use MAX_NEEDED_FROM, not
894         MIN_NEEDED_FROM.
896 2001-04-11  David Mosberger  <davidm@hpl.hp.com>
898         * sysdeps/ia64/htonl.S: Drop superfluous "alloc".
899         * sysdeps/ia64/htons.S: Likewise.
901         * sysdeps/ia64/memset.S: Add unwind directives.
902         * sysdeps/ia64/strncpy.S: Likewise.
903         * sysdeps/ia64/strcat.S: Likewise.
905         * sysdeps/ia64/memccpy.S: Add unwind directives.  Drop superfluous
906         restore of ar.pfs.
907         * sysdeps/ia64/strchr.S: Likewise.
908         * sysdeps/ia64/memmove.S: Likewise.
909         * sysdeps/ia64/memcpy.S: Likewise.
910         * sysdeps/ia64/memcmp.S: Likewise.
911         * sysdeps/ia64/memchr.S: Likewise.
912         * sysdeps/ia64/strcmp.S: Likewise.
913         * sysdeps/ia64/strlen.S: Likewise.
914         * sysdeps/ia64/strcpy.S: Likewise.
915         * sysdeps/ia64/strncmp.S: Likewise.
917 2001-04-11  Jakub Jelinek  <jakub@redhat.com>
919         * wcsmbs/wchar.h (fgetwc, getwc, getwchar, fputwc, putwc, putwchar,
920         fgetws, fputws, ungetwc, getwc_unlocked, getwchar_unlocked,
921         fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked,
922         fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
924 2001-04-11  Andreas Jaeger  <aj@suse.de>
926         * sysdeps/mips/elf/start.S [__ASSEMBLY__]: Define it.
928 2001-04-11  Andreas Schwab  <schwab@suse.de>
930         * sysdeps/m68k/fpu/libm-test-ulps: Adjusted.
932 2001-04-11  Ulrich Drepper  <drepper@redhat.com>
934         * sysdeps/arm/stackinfo.h: New file.
936 2001-04-08  Thorsten Kukuk  <kukuk@suse.de>
938         * sunrpc/rpc_main.c: If we compile RPC thread safe, allow
939         rpcgen to generate thread safe code.
941 2001-04-10  Andreas Jaeger  <aj@suse.de>
943         * math/test-fenv.c (initial_tests): Protect FE_TONEAREST declaration.
945 2001-04-10  Ulrich Drepper  <drepper@redhat.com>
947         * elf/dl-minimal.c (__assert_fail): Change error string.  It's
948         most of the time no bug in ld.so.
949         (__assert_perror_fail): Likewise.
951 2001-04-11  Hans-Peter Nilsson  <hp@axis.com>
953         * sysdeps/generic/bits/fenv.h (fexcept_t): Change default type
954         from struct to unsigned int.
956 2001-04-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
958         * elf/elf.h (AT_DCACHEBSIZE, AT_ICACHEBSIZE, AT_UCACHEBSIZE,
959         AT_IGNOREPPC): New defines.
960         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Print them.
961         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_STD_AUXV):
962         Define for newer powerpc kernels.
963         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Use the standard
964         DL_FIND_ARG_COMPONENTS if __ASSUME_STD_AUXV is defined.
966 2000-4-10  kaz Kojima  <kkojima@rr.iij4u.or.jp>
968         * sysdeps/sh/stackinfo.h: New file.
970 2001-04-10  Ulrich Drepper  <drepper@redhat.com>
972         * locale/tst-C-locale.c (run_test): Add tests for locale objects.
973         * locale/newlocale.c (__newlocale): Correct setting __ctype_b,
974         __ctype_tolower, and __ctype_toupper elements.
976         * ctype/ctype_l.c: Fix definitions of __tolower_l and __toupper_l.
977         Reported by Konstantin Osipov <rabid@spylog.ru>.
979         * sysdeps/i386/fpu/libm-test-ulps: Add deltas for tgamma to help
980         the lousy AMD FPU.
982 2001-04-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
984         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: New file.
985         * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/ptrace.h.
986         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Delete wrong stuff.
987         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Correct typedefs.
989 2001-04-10  Ulrich Drepper  <drepper@redhat.com>
991         * elf/dl-deps.c (_dl_map_object_deps): Provide complete error
992         message.  Based on a patch by HJ Lu.
994 2001-04-10  Andreas Schwab  <schwab@suse.de>
996         * math/libm-test.inc (csinh_test): Don't require the invalid
997         exception for csinh (x + iNaN), but make it optional.
999 2001-04-09  David Mosberger  <davidm@hpl.hp.com>
1001         * sysdeps/ia64/elf/start.S (_start): Add unwind directives.
1003         * sysdeps/generic/entry.h [!__ASSEMBLY__]: Declare _start.
1004         * sysdeps/ia64/elf/entry.h: New file.
1005         * sysdeps/unix/sysv/linux/mips/entry.h [!__ASSEMBLY__]: Declare
1006         __start.
1007         * elf/rtld.c: Don't declare ENTRY_POINT.  Use ENTRY_POINT instead
1008         of &ENTRY_POINT.
1009         * sysdeps/generic/dl-sysdep.c: Likewise.
1010         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
1011         * sysdeps/ia64/elf/start.S: Save base address of register backing
1012         store in __libc_ia64_register_backing_store_base.
1014 2001-04-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1016         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Fix return
1017         value of getcontext.
1018         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1019         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Fix return
1020         value of setcontext.
1021         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1022         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Skip setcontext
1023         call by changing the saved context.
1025 2001-04-10  Ulrich Drepper  <drepper@redhat.com>
1027         * sysdeps/alpha/stackinfo.h: New file.
1028         * sysdeps/ia64/stackinfo.h: New file.
1030 2001-04-10  Andreas Schwab  <schwab@suse.de>
1032         * sysdeps/m68k/fpu/e_pow.c: Correct handling of some exceptional
1033         values.
1034         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
1036 2001-04-09  Ulrich Drepper  <drepper@redhat.com>
1038         * sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c.
1039         * sysdeps/sparc/sparc64/Dist: Add hp-timing.c.
1041         * libio/Makefile (distribute): Add fd_to_filename.h.
1043 2001-04-05  David S. Miller  <davem@redhat.com>
1045         Add hp-timing support for sparcv9/sparc64 targets.
1046         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: New file
1047         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: New file
1048         * sysdeps/sparc/sparc64/hp-timing.c: New file
1049         * sysdeps/sparc/sparc64/hp-timing.h: New file
1050         * sysdeps/sparc/sparc32/sparcv9/Makefile: Build hp-timing.
1051         * sysdeps/sparc/sparc64/Makefile: Likewise.
1053 2001-04-09  Jakub Jelinek  <jakub@redhat.com>
1055         * sysdeps/generic/fd_to_filename.h: New file.
1056         * sysdeps/unix/sysv/linux/fd_to_filename.h: New file.
1057         * libio/freopen.c (freopen): If FILENAME is NULL, try to get
1058         filename from the open file descriptor.
1059         * libio/freopen64.c (freopen64): Likewise.
1061 2001-04-09  Bruno Haible  <haible@clisp.cons.org>
1063         * misc/error.c (error): fflush stdout also if
1064         error_print_progname != NULL.
1065         (error_at_line): Likewise.
1067 2001-04-07  Bruno Haible  <haible@clisp.cons.org>
1069         * intl/gettextP.h (struct loaded_domain): Add codeset_cntr field.
1070         (struct binding): Add codeset_cntr field.
1071         (_nl_load_domain): Add domainbinding argument.
1072         (_nl_init_domain_conv, _nl_free_domain_conv): New declarations.
1073         (_nl_find_msg): New declaration, moved here from loadinfo.h.
1074         * intl/loadinfo.h (struct loaded_l10nfile): Remove domainbinding field.
1075         (_nl_make_l10nflist): Remove domainbinding argument.
1076         (_nl_find_msg): Move declaration to gettextP.h.
1077         * intl/bindtextdom.c (set_binding_values): Initialize ->codeset_cntr
1078         to 0.  Increment it when ->codeset is changed.
1079         * intl/dcigettext.c (DCIGETTEXT): Pass binding to _nl_find_msg.
1080         (_nl_find_msg): Add domainbinding argument.  Reinitialize the converter
1081         if domainbinding->codeset_cntr has been incremented.
1082         * intl/finddomain.c (_nl_find_domain): Don't pass domainbinding to
1083         _nl_make_l10nflist().  Pass it to _nl_load_domain() instead.
1084         * intl/l10nflist.c (_nl_make_l10nflist): Remove domainbinding argument.
1085         * intl/loadmsgcat.c (_nl_init_domain_conv): New function, extracted
1086          from _nl_load_domain.  Append //TRANSLIT also when using libiconv.
1087         (_nl_free_domain_conv): New function, extracted from _nl_unload_domain.
1088         (_nl_load_domain): Add domainbinding argument.  Call
1089         _nl_init_domain_conv.
1090         (_nl_unload_domain): Call _nl_free_domain_conv.
1091         * intl/Makefile (distribute): Add tst-codeset.sh, tstcodeset.po.
1092         (test-srcs): Add tst-codeset.
1093         (tests): Depend on tst-codeset.out.
1094         (tst-codeset.out): New rule.
1095         (CFLAGS-tst-codeset.c): New variable.
1096         * intl/tst-codeset.sh: New file.
1097         * intl/tstcodeset.po: New file.
1098         * intl/tst-codeset.c: New file.
1099         * locale/findlocale.c (_nl_find_locale): Update _nl_make_l10nflist
1100         calls.
1102 2001-04-07  Roland McGrath  <roland@frob.com>
1104         * mach/msgserver.c (__mach_msg_server_timeout): Add an assert.
1106 2001-03-31  Roland McGrath  <roland@frob.com>
1108         * sysdeps/mach/hurd/fork.c: Skip NEWPROC just like NEWTASK when
1109         copying send rights into child.  When we hit our name for our proc
1110         port, just copy NEWPROC directly instead of repeating proc_task2proc
1111         to install the child's port.
1113 2001-04-08  Roland McGrath  <roland@frob.com>
1115         * Makeconfig ($(common-objpfx)soversions.i): Grok entries with DEFAULT
1116         in second column, to provide default values for third column.
1117         * shlib-versions: Add comments about using DEFAULT in second column.
1118         (s390x-.*-linux.*): Replace individual entries with a DEFAULT entry.
1119         (cris-.*-linux.*): Likewise.
1121 2001-04-09  Ulrich Drepper  <drepper@redhat.com>
1123         * Makefile (distribute): Add scripts/documented.sh.
1124         * scripts/documented.sh: New file.
1126 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1128         * sysdeps/unix/sysv/linux/cris/Dist: New file.
1129         * sysdeps/unix/sysv/linux/cris/Makefile: New file.
1130         * sysdeps/unix/sysv/linux/cris/_G_config.h: New file.
1131         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h: New file.
1132         * sysdeps/unix/sysv/linux/cris/bits/mman.h: New file.
1133         * sysdeps/unix/sysv/linux/cris/bits/resource.h: New file.
1134         * sysdeps/unix/sysv/linux/cris/brk.c: New file.
1135         * sysdeps/unix/sysv/linux/cris/chown.c: New file.
1136         * sysdeps/unix/sysv/linux/cris/clone.S: New file.
1137         * sysdeps/unix/sysv/linux/cris/fchown.c: New file.
1138         * sysdeps/unix/sysv/linux/cris/fcntl.c: New file.
1139         * sysdeps/unix/sysv/linux/cris/fxstat.c: New file.
1140         * sysdeps/unix/sysv/linux/cris/getegid.c: New file.
1141         * sysdeps/unix/sysv/linux/cris/geteuid.c: New file.
1142         * sysdeps/unix/sysv/linux/cris/getgid.c: New file.
1143         * sysdeps/unix/sysv/linux/cris/getgroups.c: New file.
1144         * sysdeps/unix/sysv/linux/cris/getresgid.c: New file.
1145         * sysdeps/unix/sysv/linux/cris/getresuid.c: New file.
1146         * sysdeps/unix/sysv/linux/cris/getrlimit.c: New file.
1147         * sysdeps/unix/sysv/linux/cris/getrlimit64.c: New file.
1148         * sysdeps/unix/sysv/linux/cris/getuid.c: New file.
1149         * sysdeps/unix/sysv/linux/cris/lchown.c: New file.
1150         * sysdeps/unix/sysv/linux/cris/lockf64.c: New file.
1151         * sysdeps/unix/sysv/linux/cris/lxstat.c: New file.
1152         * sysdeps/unix/sysv/linux/cris/mmap.S: New file.
1153         * sysdeps/unix/sysv/linux/cris/mmap64.S: New file.
1154         * sysdeps/unix/sysv/linux/cris/msgctl.c: New file.
1155         * sysdeps/unix/sysv/linux/cris/profil-counter.h: New file.
1156         * sysdeps/unix/sysv/linux/cris/register-dump.h: New file.
1157         * sysdeps/unix/sysv/linux/cris/semctl.c: New file.
1158         * sysdeps/unix/sysv/linux/cris/setegid.c: New file.
1159         * sysdeps/unix/sysv/linux/cris/seteuid.c: New file.
1160         * sysdeps/unix/sysv/linux/cris/setfsgid.c: New file.
1161         * sysdeps/unix/sysv/linux/cris/setfsuid.c: New file.
1162         * sysdeps/unix/sysv/linux/cris/setgid.c: New file.
1163         * sysdeps/unix/sysv/linux/cris/setgroups.c: New file.
1164         * sysdeps/unix/sysv/linux/cris/setregid.c: New file.
1165         * sysdeps/unix/sysv/linux/cris/setresgid.c: New file.
1166         * sysdeps/unix/sysv/linux/cris/setresuid.c: New file.
1167         * sysdeps/unix/sysv/linux/cris/setreuid.c: New file.
1168         * sysdeps/unix/sysv/linux/cris/setrlimit.c: New file.
1169         * sysdeps/unix/sysv/linux/cris/setuid.c: New file.
1170         * sysdeps/unix/sysv/linux/cris/shmctl.c: New file.
1171         * sysdeps/unix/sysv/linux/cris/socket.S: New file.
1172         * sysdeps/unix/sysv/linux/cris/sys/ucontext.h: New file.
1173         * sysdeps/unix/sysv/linux/cris/syscall.S: New file.
1174         * sysdeps/unix/sysv/linux/cris/sysdep.S: New file.
1175         * sysdeps/unix/sysv/linux/cris/sysdep.h: New file.
1176         * sysdeps/unix/sysv/linux/cris/vfork.S: New file.
1177         * sysdeps/unix/sysv/linux/cris/xstat.c: New file.
1179 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1181         * sysdeps/cris/Dist: New file.
1182         * sysdeps/cris/Implies: New file.
1183         * sysdeps/cris/Makefile: New file.
1184         * sysdeps/cris/__longjmp.S: New file.
1185         * sysdeps/cris/_mcount.S: New file.
1186         * sysdeps/cris/bits/endian.h: New file.
1187         * sysdeps/cris/bits/setjmp.h: New file.
1188         * sysdeps/cris/bits/string.h: New file.
1189         * sysdeps/cris/dl-machine.h: New file.
1190         * sysdeps/cris/elf/start.S: New file.
1191         * sysdeps/cris/machine-gmon.h: New file.
1192         * sysdeps/cris/memcopy.h: New file.
1193         * sysdeps/cris/memusage.h: New file.
1194         * sysdeps/cris/setjmp.S: New file.
1195         * sysdeps/cris/sysdep.h: New file.
1196         * sysdeps/cris/wordcopy.c: New file.
1198 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1200         * elf/elf.h: Add new relocations for CRIS.
1202 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1204         * shlib-versions: Add cases for Linux on CRIS.
1206 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1208         * configure.in (ASM_LINE_SEP tests): Handle CRIS assembly, with
1209         ';' for comments and '@' for line separator.
1211 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1213         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Fix
1214         typo; s/==/=/ for assignment.
1216 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1218         * malloc/Makefile: Correct comment; mtrace is Perl, not AWK.
1220 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1222         * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): Check for
1223         empty input before checking full output.
1225 2001-04-08  Hans-Peter Nilsson  <hp@axis.com>
1227         * iconv/gconv.c (__gconv): Don't derefer parameter cd before
1228         checking if == -1L.
1230 2001-04-08  Ulrich Drepper  <drepper@redhat.com>
1232         * inet/rexec.c (rexec_af): Avoid calling perror with errno being set.
1234 2001-04-07  Stephen L Moshier  <moshier@mediaone.net>
1236         * sysdeps/ieee754/ldbl-128/e_logl.c: Correct infinity and NaN
1237         return values.
1239 2001-04-07  Ulrich Drepper  <drepper@redhat.com>
1241         * stdlib/tst-setcontext.c (main): Add a test for setcontext.
1243         * sysdeps/unix/sysv/linux/i386/getcontext.S: New file.
1244         * sysdeps/unix/sysv/linux/i386/setcontext.S: New file.
1245         * sysdeps/unix/sysv/linux/i386/makecontext.S: New file.
1246         * sysdeps/unix/sysv/linux/i386/swapcontext.S: New file.
1247         * sysdeps/unix/sysv/linux/i386/ucontext_i.h: New file.
1248         * sysdeps/unix/sysv/linux/i386/Dist: Add ucontext_i.h.
1250 2001-04-07  Andreas Jaeger  <aj@suse.de>
1252         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Use sincos
1253         instead of separate sin and cos.
1254         (__ieee754_j1l): Likewise.
1256 2001-04-06  Ulrich Drepper  <drepper@redhat.com>
1258         * sysdeps/ia64/abort-instr.h: New file.  Code by David Mosberger.
1260         * sysdeps/ia64/atomicity.h: New file.  Copied from libstdc++.
1262         * sysdeps/i386/i486/atomicity.h: Clean up the asms.
1264         * sysdeps/generic/e_scalb.c: Don't use FE_INVALID unless it's
1265         available.
1266         * sysdeps/generic/e_scalbf.c: Likewise.
1267         * sysdeps/generic/e_scalbl.c: Likewise.
1268         Patch by Mark Hatle <fray@mvista.com>.
1270 2001-04-05  David S. Miller  <davem@redhat.com>
1272         * sysdeps/sparc/abort-instr.h: New file.
1274 2001-04-05  Matt Wilson  <msw@redhat.com>
1276         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
1277         added code to parse new 2.4 format.
1278         (GET_NPROCS_CONF_PARSER): Likewise.
1280 2001-04-05  David S. Miller  <davem@redhat.com>
1282         * scripts/config.sub: Recognize sparcv9b like sparcv9.
1283         * configure.in: Add sparcv9b.
1284         * sysdeps/sparc/sparc32/sparcv9b/Implies: New file
1285         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: New file
1286         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: New file
1288 2001-04-06  David Mosberger  <davidm@hpl.hp.com>
1290         * stdlib/tst-setcontext.c: Move st2[] to global scope.
1291         (f2): Verify that stack pointer is inside st2[].
1293         * sysdeps/unix/sysv/linux/ia64/getcontext.S: It helps to save r12.
1294         * sysdeps/unix/sysv/linux/ia64/setcontext.S: It helps to restore r12.
1296 2001-04-06  Ulrich Drepper  <drepper@redhat.com>
1298         * timezone/antarctica: Update from tzdata2001b.
1299         * timezone/asia: Likewise.
1300         * timezone/australasia: Likewise.
1301         * timezone/europe: Likewise.
1302         * timezone/northamerica: Likewise.
1304         * iconv/iconv_open.c: Move strip and upstr definitions...
1305         * iconv/gconv_charset.h: ...here.  New file.
1306         * iconv/gconv_db.c (once): Move to file level.
1307         (do_lookup_alias): Split out from __gconv_find_transform.
1308         (__gconv_find_transform): Call do_lookup_alias.
1309         (__gconv_loopup_alias): New function.
1310         * locale/langinfo.h: Define _NL_*_CODESET values for all categories
1311         but LC_CTYPE.
1312         * locale/categories.def: Add entries for new _NL_*_CODESET values.
1313         * locale/C-ctype.c: Use _nl_C_codeset to initialize CODESET entry.
1314         * locale/C-address.c: Initialize _NL_*_CODESET element.
1315         * locale/C-collate.c: Likewise.
1316         * locale/C-identification.c: Likewise.
1317         * locale/C-measurement.c: Likewise.
1318         * locale/C-messages.c: Likewise.
1319         * locale/C-monetary.c: Likewise.
1320         * locale/C-name.c: Likewise.
1321         * locale/C-numeric.c: Likewise.
1322         * locale/C-paper.c: Likewise.
1323         * locale/C-telephone.c: Likewise.
1324         * locale/C-time.c: Likewise.
1325         * locale/localeinfo.h: Declare _nl_C_codeset.
1326         * locale/C_name.c: Define _nl_C_codeset.
1327         * locale/findlocale.c: Before accepting locale check that the used
1328         charset does not conflict with what the locale name said.
1329         * locale/programs/ld-address.c: Emit codeset information.
1330         * locale/programs/ld-collate.c: Likewise.
1331         * locale/programs/ld-identification.c: Likewise.
1332         * locale/programs/ld-measurement.c: Likewise.
1333         * locale/programs/ld-messages.c: Likewise.
1334         * locale/programs/ld-monetary.c: Likewise.
1335         * locale/programs/ld-name.c: Likewise.
1336         * locale/programs/ld-numeric.c: Likewise.
1337         * locale/programs/ld-paper.c: Likewise.
1338         * locale/programs/ld-telephone.c: Likewise.
1339         * locale/programs/ld-time.c: Likewise.
1341         * localedata/tests-mbwc/tst_funcs.h (TST_HEAD_LOCALE): It is an error
1342         if the locale data couldn't be found.
1344         * string/Makefile: Define tst-strxfrm-ENV.
1346         * ysdeps/unix/sysv/linux/ia64/getcontext.S: Fix comment.
1348 2001-04-06  Andreas Jaeger  <aj@suse.de>
1350         * include/sys/profil.h: New file.
1352         * dlfcn/modatexit.c: Add prototypes to silence GCC.
1353         * dlfcn/modcxaatexit.c: Likewise.
1354         * elf/globalmod1.c: Likewise.
1356 2001-04-05  David S. Miller  <davem@redhat.com>
1358         * elf/elf.h (HWCAP_SPARC_ULTRA3): Define it.
1359         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Add it to
1360         capability flags table and HWCAP_IMPORTANT, increase
1361         _DL_HWCAP_COUNT to 6.
1362         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
1364 2001-04-04  David Mosberger  <davidm@hpl.hp.com>
1366         * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Fix
1367         initialization of stack_end (bug reported by Zheng Gengbin
1368         <gzheng@students.uiuc.edu>).
1370 2001-04-05  Ulrich Drepper  <drepper@redhat.com>
1372         * sysdeps/i386/fpu/libm-test-ulps: Relax errors for asinl.
1374 2001-04-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1376         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: New file.
1378 2001-04-05  Ulrich Drepper  <drepper@redhat.com>
1380         * sysdeps/ieee754/ldbl-96/e_asinl.c: Correct handling of +-Inf.
1381         * sysdeps/i386/fpu/e_asinl.S: Removed.  Too inaccurate.
1383         * login/tst-utmp.c: Make file usable again in tst-utmpx.c.
1385 2001-04-04  Ulrich Drepper  <drepper@redhat.com>
1387         * sysdeps/unix/sysv/aix/dl-libc.c: Don't use the ELF version,
1388         define simple replacements here.  Patch by Michael Keezer.
1390         * sysdeps/ieee754/ldbl-128/e_logl.c: New file.
1391         * sysdeps/ieee754/ldbl-96/e_asinl.c: New file.
1392         Contributed by Stephen L Moshier <moshier@mediaone.net>.
1394         * posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used
1395         anymore.
1397 2001-04-01  Andreas Jaeger  <aj@suse.de>
1399         * sysdeps/generic/s_nextafter.c (NO_LONG_DOUBLE): Add nexttowardl
1400         alias.
1402         * sysdeps/generic/s_fma.c (NO_LONG_DOUBLE): Add fmal alias.
1404 2001-04-04  Ulrich Drepper  <drepper@redhat.com>
1406         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Add ucontext_i.h.
1407         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1409 2001-04-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1411         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: New file.
1412         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: New file.
1413         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: New file.
1414         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: New file.
1415         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: New file.
1416         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: New file.
1417         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: New file.
1418         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: New file.
1419         * sysdeps/unix/sysv/linux/s390/swapcontext.c: New file.
1421 2001-04-04  Andreas Jaeger  <aj@suse.de>
1423         * sysdeps/powerpc/dl-machine.h (ELF_MACHINE_NO_REL): Move to right
1424         place.
1426 2001-04-04  Ulrich Drepper  <drepper@redhat.com>
1428         * sunrpc/rpc_scan.c (symbols): Add entry for HYPER.
1429         * sunrpc/rpc_scan.h (enum tok_kind): Add TOK_HYPER.
1430         * sunrpc/rpc_parse.c (get_type): Handle TOK_HYPER.
1431         (unsigned_dec): Likewise.
1432         Patch by atai@jezebel.dreamhost.com.
1434         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Pass
1435         pointer to int as last parameter of yp_match.
1436         Patch by kanazawa@flab.fujitsu.co.jp.
1438 2001-04-03  Ulrich Drepper  <drepper@redhat.com>
1440         * resolv/netdb.h (gai_strerror): Make return value const.
1441         * sysdeps/generic/gai_strerror.c (gai_strerror): Likewise.
1442         * sysdeps/posix/gai_strerror.c (gai_strerror): Likewise.
1443         Add strings for new error values.
1445 2001-03-29  Michael Keezer  <mkeezer@redhat.com>
1447         * posix/tst-gnuglob.c: Added ifdef _DIRENT_HAVE_D_TYPE.
1448         * login/tst-utmp.c: Handle case where ut_tv is not available but
1449         ut_time is.
1450         * sysdeps/unix/sysv/aix/utmpx.h: New file.
1451         * sysdeps/unix/sysv/aix/bits/utmpx.h: Added
1452         _HAVE_UT_TYPE/PID/ID/TV/HOST defines.
1453         * sysdeps/unix/sysv/aix/libc-start.c: Removed temp code and made stub.
1454         * sysdeps/unix/sysv/aix/gettimeofday.c: New file added routines
1455         to access RTCU timer reg.
1456         * sysdeps/unix/sysv/aix/Makefile: Remove /usr/lib/crt0.o
1457         added dl-libc, dl-open,dl-sym, dl-close to misc.
1458         * sysdeps/unix/sysv/aix/start.c: New file.  Start code.
1459         * sysdeps/unix/sysv/aix/dlldr.h: New file.  AIX __loadx defines.
1460         * sysdeps/unix/sysv/aix/dl-close.c: New file.  AIX dl-close.
1461         * sysdeps/unix/sysv/aix/dl-open.c: New file.  AIX dl-open.
1462         * sysdeps/unix/sysv/aix/dl-sym.c: New file.  AIX dl-sym.
1463         * sysdeps/unix/sysv/aix/dl-libc.c: New file.  libc_dl-xxx support.
1464         * sysdeps/generic/strtoll.c: Added SHLIB_COMPAT(libc,GLIBC_2_0,
1465         GLIBC_2_2).
1466         * sysdeps/generic/strtoull.c: Likewise.
1467         * sysdeps/powerpc/ppc-mcount.S: Added nop after bl instruction.
1468         * sysdeps/unix/sysv/aix/powerpc/memset.c: New file to include
1469         sysdeps/generic/memset.c.
1470         * sysdeps/unix/sysv/aix/getpeername.c: Define __getpeername.
1472 2001-04-03  Ulrich Drepper  <drepper@redhat.com>
1474         * iconv/Makefile (CFLAGS-charmap.c): Add -DNEED_NULL_POINTER.
1475         * locale/programs/charmap.c: Define null_pointer if
1476         NEED_NULL_POINTER is defined.
1478         * misc/dirname.c (dirname): Handle multiple slashes correctly.
1480 2001-04-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1482         * sysdeps/s390/s390-64/initfini.c: Fix __gmon_start__ GOT access.
1484 2001-04-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1486         * sysdeps/s390/s390-32/bcopy.S: Optimize for speed.
1487         * sysdeps/s390/s390-64/bcopy.S: Likewise.
1488         * sysdeps/s390/s390-32/mempcy.S: Likewise.
1489         * sysdeps/s390/s390-64/memcpy.S: Likewise.
1491 2001-04-02  Bruno Haible  <haible@clisp.cons.org>
1493         * manual/message.texi (Advanced gettext functions): More specific
1494         syntax in the plural formula examples.
1496 2001-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1498         * sysdeps/powerpc/atomicity.h: Silence warnings.
1499         * sysdeps/powerpc/dl-machine.h: Likewise.
1500         * sysdeps/powerpc/register-dump.h: Likewise.
1501         * sysdeps/powerpc/fpu/s_lrint.c: Likewise.
1503 2001-04-02  Andreas Jaeger  <aj@suse.de>
1505         * misc/tst-dirname.c (main): Add more tests, derived from a bug
1506         report by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
1508 2001-04-01  Andreas Jaeger  <aj@suse.de>
1510         * debug/xtrace.sh (pcprofileso): Use SLIBDIR since libpcprofile.so
1511         is installed there.
1512         * malloc/memusage.sh (memusageso): Likewise for libmemusage.so.
1514 2001-04-01  H.J. Lu  <hjl@gnu.org>
1516         * posix/annexc.c (macrofile): Renamed from TMPFILE and set to
1517         tmpnam (NULL).
1518         * stdlib/isomac.c (macrofile): Likewise.
1520 2001-03-30  Thorsten Kukuk  <kukuk@suse.de>
1522         * inet/rcmd.c: Allow AF_UNSPEC as parameter.
1523         * nis/ypclnt.c (yp_all): Print error message only at last try,
1524         check for protocoll error only if we don't have a network error.
1526 2001-04-02  Andreas Schwab  <schwab@suse.de>
1528         * resolv/res_data.c (res_isourserver): Fix cast.
1530 2001-04-02  Andreas Jaeger  <aj@suse.de>
1532         * sysdeps/unix/sysv/linux/hppa/umount.c: Add prototype for
1533         __umount2.
1535         * sysdeps/i386/dl-machine.h (RTLD_START): Don't use multi-line
1536         strings.
1537         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
1539         * sysdeps/ieee754/dbl-64/uroot.h: Add missing braces arount
1540         initializers.
1541         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Likewise.
1543         * elf/rtld.c (print_statistics)[!HP_TIMING_NONAVAIL]: Avoid
1544         warning about unused variable.
1546         * string/string.h (strndupa): Add cast for C++ conformance.
1547         (strdupa): Likewise.
1548         Fixes PR libc/2173, reported by tbrowder@home.com.
1550 2001-03-30  Roland McGrath  <roland@frob.com>
1552         * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't append
1553         options after $(build-module), which is no longer a single command.
1554         (LDFLAGS-link-rpcuserlibs): New variable to hold those options.
1555         (LDFLAGS-libmachuser-link.so, LDFLAGS-libhurduser-link.so): New
1556         variables using it.  Reported by Mark Kettenis <kettenis@gnu.org>.
1558 2001-03-11  Roland McGrath  <roland@frob.com>
1560         * elf/rtld.c (dl_main): Add cast to quiet warning.
1561         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1562         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
1563         (__gconv_read_conf): Likewise.
1564         * iconv/gconv_db.c (gen_steps): Likewise.
1565         (__gconv_find_transform): Likewise.
1566         * locale/programs/charmap-dir.c (fopen_uncompressed): Likewise.
1567         (fopen_uncompressed): Use const in second argument's type.
1569 2001-03-11  Roland McGrath  <roland@frob.com>
1571         * sysdeps/mach/hurd/dl-sysdep.c (__writev): New function.
1573         * mach/mach_error.h: Fix ancient #endif syntax.
1574         * hurd/hurdmalloc.c: Likewise.
1576         * sysdeps/generic/atomicity.h (exchange_and_add, atomic_add,
1577         compare_and_swap): Add volatile qualifier to first arg, to bring
1578         these prototypes in line with all the other implementations.
1579         Add a #warning to remind the builder that these are not atomic.
1581 2001-03-04  Roland McGrath  <roland@frob.com>
1583         * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Use innermore first
1584         member of TEMP_F so its type is _IO_FILE * as expected.
1586         * hurd/fopenport.c (seekio): Conditionalize type of POS argument
1587         on [USE_IN_LIBIO].  Check the value for overflow, since for libio
1588         it might exceed off_t's range.
1590 2001-02-25  Roland McGrath  <roland@frob.com>
1592         * sysdeps/mach/hurd/sysd-stdio.c (__stdio_reopen): Use prototype.
1593         * sysdeps/unix/bsd/getpt.c (__posix_openpt): Likewise.
1595         * sysdeps/mach/hurd/i386/intr-msg.h (SYSCALL_EXAMINE): Make this a
1596         macro instead of an inline function,
1597         (MSG_EXAMINE): Likewise.
1599         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Remove extraneous ##.
1601         * hurd/get-host.c: Include <string.h> for decls of built-ins.
1602         * hurd/hurdchdir.c: Likewise.
1603         * sysdeps/mach/hurd/i386/sigreturn.c: Likweise.
1604         * sysdeps/mach/hurd/opendir.c: Likewise.
1606         * mach/mach_init.c: Include <unistd.h> for _exit decl.
1608         * mach/errsystems.awk: Give output file a trailing newline.
1610         * mach/Machrules (MIG): Prepend CC='${CC}' to the mig command, so that
1611         the script will use our compiler for the cpp stage.
1613         With --enable-all-warnings we get a whole bunch of warnings,
1614         and these are just a few fixes; there are more needed to silence it.
1615         * mach/mach/mig_support.h (__mig_strncpy, mig_strncpy): Add extern
1616         decls before extern inline defns to quiet gcc warning.
1617         * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp): Likewise.
1618         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Likewise.
1620 2001-03-31  Andreas Jaeger  <aj@suse.de>
1622         * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWHDLC): Added.
1623         (ARPHRD_HDLC): Define as alias for ARPHRD_CISCO.
1624         (ARPHRD_CISCO): New.
1625         Changes from Linux 2.4.3.
1627 2001-03-30  Isamu Hasegawa  <isamu@yamato.ibm.com>
1629         * posix/regex.c: Avoid an access violation if malloc failes.
1631 2001-03-30  Andreas Jaeger  <aj@suse.de>
1633         * sysdeps/alpha/ldiv.S (ldiv): Add alias for imaxdiv.
1635 2001-03-29  Ulrich Drepper  <drepper@redhat.com>
1637         * posix/regex.c: Remove unnecessary ifs.
1639         * math/bits/mathcalls.h: Remove infnan declaration.
1641 2001-03-29  H.J. Lu  <hjl@gnu.org>
1643         * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF,
1644         and LOW_HALF only if _LIBC is defined and _ISOMAC is not defined.
1645         * stdlib/isomac.c (fmt): Define _LIBC and _ISOMAC.
1646         .
1647 2001-03-29  Isamu Hasegawa  <isamu@yamato.ibm.com>
1649         * posix/regex.c: Fix typo and add a sentinel.
1651 2001-03-29  Ulrich Drepper  <drepper@redhat.com>
1653         * sysdeps/unix/sysv/linux/shm_open.c: Open new file always with
1654         O_NOFOLLOW.  Suggested by Christoph Roland.
1656 2001-03-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1658         * sysdeps/s390/bits/string.h: New unified 31/64 bit string.h.
1659         * sysdeps/s390/s390-32/bits/string.h: Remove.
1660         * sysdeps/s390/s390-64/bits/string.h: Remove.
1661         * sysdeps/s390/s390-32/strcmp.S: New file.
1662         * sysdeps/s390/s390-64/strcmp.S: New file.
1664 2001-03-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1666         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix typo.
1667         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
1669 2001-03-27  Ulrich Drepper  <drepper@redhat.com>
1671         * version.h (VERSION): Bump to 2.2.3.
1673         * stdlib/isomac.c (fmt): Don't define _LIBC.
1674         * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and
1675         LOW_HALF only if _LIBC is defined.
1677         * sysdeps/i386/fpu/libm-test-ulps: Slight adjustment of yn() error.
1679         * posix/fnmatch_loop.c (FCT): Handle !() after * special like @()
1680         and +().
1681         * posix/tst-fnmatch.input: Add test cases for matching empty strings.
1683         * sysdeps/ieee754/dbl-64/endian.h: Removed.  Move definitions...
1684         * include/endian.h: ...to here.
1686 2001-03-27  kaz Kojima  <kkojima@rr.iij4u.or.jp>
1688         * sysdeps/sh/sys/ucontext.h (NFREG): Rename to NFPREG.
1689         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NFREG): Likewise.
1691 2001-03-27  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1693         * sysdeps/unix/sysv/linux/s390/ldconfig.h: Fix typo.
1695 2001-03-26  Ulrich Drepper  <drepper@redhat.com>
1697         * sysdeps/ia64/fpu/Dist: Add new files to distribute.
1698         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Likewise.
1699         * sysdeps/unix/sysv/linux/ia64/Dist: Likewise.
1701         * gmon/Makefile (headers): Add sys/profil.h.
1703 2001-03-18  Andreas Jaeger  <aj@suse.de>
1705         * manual/install.texi (Tools for Compilation): Advise to use GCC
1706         2.95.3.
1707         (Supported Configurations): Mention s390x.
1709 2001-03-26  Ben Collins  <bcollins@debian.org>
1711         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add MAP_* and MADV_*
1712         defines to match other architectures.
1714 2001-03-26  Ulrich Drepper  <drepper@redhat.com>
1716         * libio/Makefile (tests): Add tst-ext.
1717         * libio/tst-ext.c: New file.
1719         * libio/iosetvbuf.c (_IO_setvbuf): Clear line buffer flag for _IONBF.
1721 2001-03-25  Ulrich Drepper  <drepper@redhat.com>
1723         Add changes which were in this form in the original patch by
1724         Eric Norum <eric.norum@usask.ca>.
1725         * include/rpc/rpc.h: Remove svc_fdset, rpc_createerr, svc_pollfd, and
1726         svc_max_pollfd.
1727         * sunrpc/rpc/rpc.h: Declare __rpc_thread_svc_fdset,
1728         __rpc_thread_createerr, __rpc_thread_svc_pollfd, and
1729         __rpc_thread_svc_max_pollfd.
1730         Define svc_fdset, get_rpc_createerr, svc_pollfd, and
1731         svc_max_pollfd.
1732         * sunrpc/rpc_thread.c: Handle first thread special, it uses the
1733         global variables.
1734         Define __rpc_thread_svc_fdset, __rpc_thread_createerr,
1735         __rpc_thread_svc_pollfd, and __rpc_thread_svc_max_pollfd.
1736         * sunrpc/Versions [libc] (GLIBC_2.2.3): Export  __rpc_thread_svc_fdset,
1737         __rpc_thread_createerr, __rpc_thread_svc_pollfd, and
1738         __rpc_thread_svc_max_pollfd.
1739         * sunrpc/clnt_gen.c: Replace use of rpc_createerr by call to
1740         get_rpc_createerr.
1741         * sunrpc/clnt_perr.c: Likewise.
1742         * sunrpc/clnt_simp.c: Likewise.
1743         * sunrpc/clnt_tcp.c: Likewise.
1744         * sunrpc/clnt_udp.c: Likewise.
1745         * sunrpc/clnt_unix.c: Likewise.
1746         * sunrpc/pm_getport.c: Likewise.
1748         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): getgroups32
1749         syscall checks for negative n so don't test here as well.
1751 2001-03-23  Jes Sorensen  <jes@linuxcare.com>
1753         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Moved to ...
1754         * sysdeps/ia64/sysdep.h: ...here.
1756         * sysdeps/ia64/sysdep.h (LOCAL_ENTRY): Define.
1757         * sysdeps/ia64/sysdep.h (LOCAL_LEAF): Define.
1759         * sysdeps/ia64/_mcount.S (_mcount_ret_helper): Use LOCAL_LEAF() to
1760         declare instead of LEAF().  Suggestion from David Mosberger.
1762 2001-03-21  David Mosberger  <davidm@hpl.hp.com>
1764         * sysdeps/unix/sysv/linux/ia64/sysdep.h (CALL_MCOUNT): Add unwind
1765         directives.
1766         (PSEUDO): Drop .psr and .lsb directives.
1768         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Ditto.  Add unwind
1769         directives.
1770         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Ditto.
1772         * sysdeps/ia64/elf/start.S: Misc cleanup: remove .psr and .lsb
1773         directives etc.
1774         * sysdeps/unix/sysv/linux/ia64/brk.S: Ditto.
1775         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: Ditto.
1776         * sysdeps/ia64/_mcount.S: Remove .psr and .lsb directives (no
1777         longer needed).  Add unwind directives.
1779         * sysdeps/ia64/sysdep.h: Define ASM_UNW_PRLG_RP, ASM_UNW_PRLG_PFS,
1780         ASM_UNW_PRLG_PSP, ASM_UNW_PRLG_PR, and ASM_UNW_PRLG_GRSAVE.
1782 2001-03-21  Paul Eggert  <eggert@twinsun.com>
1784         * posix/regex.h (RE_INVALID_INTERVAL_ORD): New macro.
1785         (RE_SYNTAX_POSIX_EGREP): Use it.
1786         * posix/regex.c (regex_compile): Implement it.
1788 2001-03-21  Paul Eggert  <eggert@twinsun.com>
1790         * posix/regex.c (GET_UNSIGNED_NUMBER): Check for overflow.
1791         Rewrite to avoid duplicate code.
1793 2001-03-21  H.J. Lu  <hjl@gnu.org>
1795         * elf/Makefile (tests): Don't depend on $(objpfx)tst-pathopt.out
1796         for cross-compiling.
1797         ($(objpfx)tst-pathopt.out): Undo the last change.
1799 2001-03-24  Mark Kettenis  <kettenis@gnu.org>
1801         * sysdeps/mach/hurd/i386/bits/sigcontext.h (sc_sp, sc_fp, sc_pc,
1802         sc_ps): Define as aliases for sc_uesp, sc_ebl, sc_eip and sc_efl.
1804         * sysdeps/mach/hurd/i386/init-first.c: Include <assert.h>.
1805         (_dl_argv): Declare.
1806         (init) [SHARED]: Readjust _dl_argv if we switched to a new stack.
1808 2001-03-22  Andreas Jaeger  <aj@suse.de>
1810         * iconvdata/Makefile (generated): Add iconv-test.xxx.
1812         * posix/Makefile (generated): Add bug-regex2.mtrace and
1813         bug-regex2-mem.
1815 2001-03-21  Ulrich Drepper  <drepper@redhat.com>
1817         * csu/version.c (__gnu_get_libc_release): Add prototype.
1818         (__gnu_get_libc_version): Likewise.
1819         * include/gnu/libc-version.h: Remove prototypes for not exported
1820         functions.
1822 2001-03-21  Jes Sorensen  <jes@linuxcare.com>
1824         * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h
1825         for internationalized printfs to work.
1827 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
1829         * intl/dcigettext.c (transmem_block_t): Change to unsigned char, to
1830         avoid compiler warning.
1831         (_nl_find_msg): Add casts to avoid compiler warnings.
1833 2001-03-21  Ulrich Drepper  <drepper@redhat.com>
1835         * gmon/Makefile (routines): Add sprofil.
1836         (tests): Add tst-sprofil.
1837         (noprof): Add sprofil.
1838         * gmon/Versions [libc] (GLIBC_2.2.3): Add sprofil.
1840 2001-03-20  David Mosberger  <davidm@hpl.hp.com>
1842         * sysdeps/generic/sprofil.c: New file.
1843         * sysdeps/posix/sprofil.c: New file.
1844         * gmon/tst-sprofil.c: New file.
1845         * gmon/sys/profil.h: New file.
1847 2001-03-20  Andreas Schwab  <schwab@suse.de>
1849         * include/unistd.h: Adjust prototype of __gethostname.
1851 2001-03-20  Jakub Jelinek  <jakub@redhat.com>
1853         * sysdeps/sparc/stackinfo.h: New file.
1855 2001-03-21  Andreas Jaeger  <aj@suse.de>
1857         * elf/global.c (main): Use proper prototype.
1859 2001-03-20  Ulrich Drepper  <drepper@redhat.com>
1861         * sunrpc/Makefile (routines): Add rpc_thread.
1862         (CPPFLAGS): Add -D_RPC_THREAD_SAFE.
1863         * sunrpc/rpc_thread.c: New file.
1864         * sunrpc/Versions [libc] (GLIBC_2.2.3): Export __rpc_thread_destroy.
1865         * sunrpc/auth_none.c: Don't use global variables.  Access state in
1866         thread-local storage.
1867         * sunrpc/clnt_perr.c: Likewise.
1868         * sunrpc/clnt_raw.c: Likewise.
1869         * sunrpc/clnt_simp.c: Likewise.
1870         * sunrpc/key_call.c: Likewise.
1871         * sunrpc/rpc_common.c: Likewise.
1872         * sunrpc/svc.c: Likewise.
1873         * sunrpc/svc_raw.c: Likewise.
1874         * sunrpc/svc_simple.c: Likewise.
1875         * sunrpc/svcauth_des.c: Likewise.
1876         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1877         _HURD_THREADVAR_RPC_VARS.
1878         * sysdeps/generic/bits/libc-tsd.h: Mention _LIBC_TSD_KEY_RPC_VARS.
1879         * include/rpc/rpc.h: Define data structures for internal thread-local
1880         "global" variables.
1881         Based on patches by Eric Norum <eric.norum@usask.ca>.
1883         * elf/dl-load.c: Various little optimizations.
1885         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Return
1886         LINUX_LINK_MAX only if the statfs function is not implemented for
1887         the filesystem.
1889         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Return
1890         LINUX_LINK_MAX only if the fstatfs function is not implemented for
1891         the filesystem.
1893 2001-03-19  Ulrich Drepper  <drepper@redhat.com>
1895         * elf/dl-dst.h (DL_DST_COUNT): Add __builtin_expect.
1897         * elf/dl-load.c (_dl_dst_count): Make DST recognition more robust.
1898         (_dl_dst_substitute): Likewise.
1900 2001-03-17  Bruno Haible  <haible@clisp.cons.org>
1902         * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC]: Use fstat, not fstat64.
1904 2001-03-17  Bruno Haible  <haible@clisp.cons.org>
1906         * intl/gettextP.h (struct expression): Add operators lnot, less_than,
1907         greater_than, less_or_equal, greater_or_equal. Replace args2/args3
1908         union by a 'nargs' counter and an 'args[]' array.
1909         * intl/plural.y: Don't include stdarg.h.
1910         (new_exp): Take an array of arguments instead of varargs.
1911         (new_exp_0, new_exp_1, new_exp_2, new_exp_3): New functions.
1912         ('?' ':'): Make right-associative.
1913         (EQUOP2): New token, replaces '=' and '!'.
1914         (CMPOP2): New token.
1915         (ADDOP2): New token, replaces '+' and '-'.
1916         (MULOP2): New token, replaces '*', '/' and '%'.
1917         ('!'): New token.
1918         (exp): Add rules for CMPOP2 and '!'. Don't call YYABORT.
1919         (start): Call YYABORT here.
1920         (FREE_EXPRESSION): Update.
1921         (yylex): Don't skip "\\n". Recognize comparison and '!' operators.
1922         Update for new token symbols.
1923         * intl/loadmsgcat.c (plvar, plone, germanic_plural,
1924         init_germanic_plural): Update.
1925         * intl/dcigettext.c (_nl_find_msg): Optimize for space.
1926         (plural_eval): Recognize comparison and '!' operators. Optimize for
1927         space.
1929 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
1931         * intl/loadmsgcat.c (_nl_load_domain): locale_charset() doesn't return
1932         NULL any more.
1934 2001-01-05  Bruno Haible  <haible@clisp.cons.org>
1936         * intl/loadmsgcat.c: Include headers needed for alloca().
1937         (freea): New macro.
1938         (_nl_load_domain): Add fallback code for platforms lacking alloca.
1939         * intl/localealias.c: (ADD_BLOCK, FREE_BLOCK): Remove macros.
1940         (freea): New macro.
1941         (read_alias_file): Simplify fallback code for platforms lacking
1942         alloca.
1944 2001-01-07  Bruno Haible  <haible@clisp.cons.org>
1946         * intl/gettextP.h (__gettextdebug): Remove declaration.
1947         (__gettext_free_exp, __gettextparse): Convert prototype to K&R C
1948         syntax.
1949         (gettext_free_exp__, gettextparse__): New non-libc declarations.
1950         * intl/plural.y [!_LIBC]: Define gettextparse__, gettext_free_exp__,
1951         not __gettextparse, __gettext_free_exp.
1952         * intl/loadmsgcat.c [!_LIBC]: Use gettextparse__, not __gettextparse.
1954 2001-02-24  Bruno Haible  <haible@clisp.cons.org>
1956         * intl/dcigettext.c: Update comment about HAVE_LOCALE_NULL.
1958 2001-01-05  Bruno Haible  <haible@clisp.cons.org>
1960         * intl/loadmsgcat.c (_nl_load_domain): Add fallback code for platforms
1961         lacking strtoul, like SunOS4.
1963 2001-01-05  Bruno Haible  <haible@clisp.cons.org>
1965         * intl/l10nflist.c (_nl_normalize_codeset): Use tolower, not _tolower.
1967 2001-01-05  Bruno Haible  <haible@clisp.cons.org>
1969         * intl/bindtextdom.c (set_binding_values): Convert prototype to K&R C
1970         syntax.
1971         * intl/dcigettext.c (transcmp): Convert to K&R C syntax.
1972         * intl/explodename.c (_nl_find_language): Convert to K&R C syntax.
1973         * intl/plural.y (__gettext_free_exp, yylex, yyerror): Convert to K&R C
1974         syntax.
1976 2001-01-07  Bruno Haible  <haible@clisp.cons.org>
1978         * intl/gettextP.h (gettext__, dgettext__, dcgettext__, textdomain__,
1979         bindtextdomain__, bind_textdomain_codeset__): New declarations, from
1980         old libgettext.h.
1981         * intl/bindtextdom.c: Include libgnuintl.h instead of libgettext.h.
1982         * intl/dcgettext.c: Likewise.
1983         * intl/dcigettext.c: Likewise.
1984         * intl/dcngettext.c: Likewise.
1985         * intl/dngettext.c: Likewise.
1986         * intl/finddomain.c: Likewise.
1987         * intl/ngettext.c: Likewise.
1988         * intl/textdomain.c: Likewise.
1989         * intl/dgettext.c: Include libgnuintl.h instead of libgettext.h.
1990         Include gettextP.h.
1991         * intl/gettext.c: Likewise.  Don't include locale.h.
1993 2001-03-17  Bruno Haible  <haible@clisp.cons.org>
1995         * intl/gettextP.h (ZERO): New macro.
1996         (struct binding): Always use ZERO.
1997         * intl/bindtextdom.c (offsetof): Provide fallback for platforms that
1998         lack it, like SunOS4.
1999         (set_binding_values): Use offsetof, not sizeof.
2000         * intl/dcigettext.c (offsetof): Provide fallback for platforms that
2001         lack it, like SunOS4.
2002         (ZERO): Remove macro.
2003         (struct transmem_list): Use ZERO.
2004         (DCIGETTEXT): Use offsetof, not sizeof.
2006 2001-03-17  Bruno Haible  <haible@clisp.cons.org>
2008         * intl/gettextP.h: Include <stddef.h>. Include gettext.h, for
2009         nls_uint32.
2010         * intl/bindtextdom.c: Don't include gettext.h.
2011         * intl/dcgettext.c: Likewise.
2012         * intl/dcigettext.c: Likewise.
2013         * intl/dcngettext.c: Likewise.
2014         * intl/dngettext.c: Likewise.
2015         * intl/finddomain.c: Likewise.
2016         * intl/localealias.c: Likewise.
2017         * intl/ngettext.c: Likewise.
2018         * intl/plural.y: Likewise.
2019         * intl/textdomain.c: Likewise.
2021 2001-03-17  Bruno Haible  <haible@clisp.cons.org>
2023         * intl/gettext.h: Don't include <stdio.h>.
2025 2001-03-17  Bruno Haible  <haible@clisp.cons.org>
2027         * intl/Makefile (CPPFLAGS): Set LOCALEDIR instead of GNULOCALEDIR.
2028         * intl/dcigettext.c (_nl_default_dirname): Initialize with LOCALEDIR.
2030 2001-03-19  Ulrich Drepper  <drepper@redhat.com>
2032         * sysdeps/unix/i386/i686/tempname.c: New file.
2034         * sysdeps/posix/tempname.c (__gen_tempname): If RANDOM_BITS is
2035         defined use this macro to get some bits of randomness instead of
2036         the usual gettimeofday or time calls.
2038 2001-03-16  Paul Eggert  <eggert@twinsun.com>
2040         * sysdeps/posix/tempname.c (uint64_t): Define to uintmax_t if
2041         not defined, and if UINT64_MAX is not defined.
2043 2001-03-19  Ulrich Drepper  <drepper@redhat.com>
2045         * elf/cache.c: Mark and have translated a few more messages.
2047 2001-03-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2049         * elf/cache.c: Add case for FLAG_S390_LIB64.
2050         * sysdeps/generic/ldconfig.h: Add define for FLAG_S390_LIB64.
2051         * sysdeps/unix/sysv/linux/s390/ldconfig.h: New file.
2052         * sysdeps/unix/sysv/linux/s390/readelflib.c: New file.
2054 2001-03-19  Ulrich Drepper  <drepper@redhat.com>
2056         * string/Makefile (tests): Add tst-strxfrm.
2057         * string/tst-strxfrm.c: New file.  Based on a test case by Paul Eggert.
2058         * string/Depend: New file.
2060 2001-03-19  Paul Eggert  <eggert@twinsun.com>
2062         * string/strxfrm.c (strxfrm): strxfrm should return 0, not 1,
2063         when given the empty string in nontrivial locales.
2065 2001-03-17  H.J. Lu  <hjl@gnu.org>
2067         * manual/Makefile (install): Use $(INSTALL_DATA) instead of
2068         cp to install `dir'.
2070 2001-03-19  Andreas Schwab  <schwab@suse.de>
2072         * Makerules (build-shlib): Make sure exit codes get checked
2073         properly.
2075 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
2077         * Makerules (build-shlib): Remove unnecessary slashes introduced in
2078         last change.
2080         * configure.in: Test for -Bgroup option of linker.
2081         * config.make.in: Define have-Bgroup.
2083         * conform/data/unistd.h-data: Require gethostname.
2084         * posix/unistd.h: Make gethostname prototype available for
2085         __USE_XOPEN2K.
2087         * crypt/Makefile: When generating DSO link with libc_nonshared.a.
2088         * debug/Makefile: Likewise.
2089         * dlfcn/Makefile: Likewise.
2090         * hesiod/Makefile: Likewise.
2091         * iconvdata/extra-module.mk: Likewise.
2092         * locale/Makefile: Likewise.
2093         * login/Makefile: Likewise.
2094         * math/Makefile: Likewise.
2095         * nis/Makefile: Likewise.
2096         * nss/Makefile: Likewise.
2097         * resolv/Makefile: Likewise.
2098         * rt/Makefile: Likewise.
2100 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
2102         * inet/Makefile (tests): Remove left-over comment.
2104         * posix/unistd.h (gethostname): Change type of second parameter
2105         back to size_t as per upcoming XPG6.
2106         * sysdeps/unix/sysv/aix/gethostname.c: Change type of second
2107         parameter back to size_t as per upcoming XPG6.
2108         * sysdeps/unix/sysv/sysv4/gethostname.c: Likewise.
2109         * sysdeps/unix/sysv/gethostname.c: Likewise.
2110         * sysdeps/mach/hurd/gethostname.c: Likewise.
2111         * sysdeps/generic/gethostname.c: Likewise.
2113 2001-03-16  Ulrich Drepper  <drepper@redhat.com>
2115         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
2116         Handle NaN here.
2118         * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext):
2119         Internationalize.
2121 2001-02-06  Jakub Jelinek  <jakub@redhat.com>
2123         * elf/dl-load.c (_dl_map_object): Don't test l_opencount when
2124         looking for name matches.
2126 2001-02-26  Jakub Jelinek  <jakub@redhat.com>
2128         * sysdeps/generic/sigcontextinfo.h (CALL_SIGHANDLER): Define.
2129         * sysdeps/mach/hurd/i386/sigcontextinfo.h: Likewise.
2130         * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: Likewise.
2131         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2132         * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
2133         * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Likewise.
2134         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
2135         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Likewise.
2136         * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: Likewise.
2137         * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: Likewise.
2138         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
2139         * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
2141 2001-03-16  Ulrich Drepper  <drepper@redhat.com>
2143         * sysdeps/ieee754/ldbl-96/s_erfl.c: New file.
2144         Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
2146         * sysdeps/i386/fpu/libm-test-ulps: Adjust for addition of erfl and
2147         erfcl.
2148         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
2150 2001-03-16  David Mosberger  <davidm@hpl.hp.com>
2152         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
2153         Drop hack that was needed for 2.1.1 kernel headers.
2155         * sysdeps/unix/sysv/linux/ia64/ucontext_i.h: New file.
2157         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Rewrite to make it
2158         overlay with kernel's "struct sigcontext".
2160         * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_headers): Add
2161         sys/rse.h for "misc" subdir.
2162         (sysdep_routines): Add __start_context for "stdlib" subdir.
2164         * sysdeps/unix/sysv/linux/ia64/sys/rse.h: New file (based on
2165         kernel file of the same name).
2167         * stdlib/Makefile (tests): Add tst-setcontext.
2168         * stdlib/tst-setcontext.c: New file (based on a sample program by
2169         Uli Drepper).
2171         * sysdeps/unix/sysv/linux/ia64/setcontext.S: New file.
2172         * sysdeps/unix/sysv/linux/ia64/getcontext.S: New file.
2173         * sysdeps/unix/sysv/linux/ia64/__start_context.S: New file.
2174         * sysdeps/unix/sysv/linux/ia64/makecontext.c: New file.
2175         * sysdeps/unix/sysv/linux/ia64/swapcontext.c: New file.
2177         * sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): Use extr.u
2178         instead of shift & and.
2180 2001-03-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2182         * sysdeps/s390/s390-64/bits/huge_val.h: Move to...
2183         * sysdeps/s390/bits/huge_val.h: ...here.
2184         * sysdeps/s390/s390-32/bit/huge_val.h: Remove.
2185         * sysdeps/s390/s390-64/ffs.c: Move to...
2186         * sysdeps/s390/ffs.c: ...here.
2187         * sysdeps/s390/s390-32/ffs.c: Remove.
2189 2001-03-16  Jakub Jelinek  <jakub@redhat.com>
2191         * elf/ldconfig.c (search_dir): Remove bogus diagnostic, instead
2192         update osversion from more recent library.
2194 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2196         * sysdeps/unix/sysv/linux/s390/Dist: Move to...
2197         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: ...here.
2198         * sysdeps/unix/sysv/linux/s390/Makefile: Move to...
2199         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: ...here.
2200         * sysdeps/unix/sysv/linux/s390/Versions: Move to...
2201         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: ...here.
2202         * sysdeps/unix/sysv/linux/s390/alphasort64.c: Move to...
2203         * sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c: ...here.
2204         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Move to...
2205         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: ...here.
2206         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Move to...
2207         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: ...here.
2208         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Move to...
2209         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: ...here.
2210         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Move to...
2211         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: ...here.
2212         * sysdeps/unix/sysv/linux/s390/chown.c: Move to...
2213         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: ...here.
2214         * sysdeps/unix/sysv/linux/s390/clone.S: Move to...
2215         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: ...here.
2216         * sysdeps/unix/sysv/linux/s390/fchown.c: Move to...
2217         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: ...here.
2218         * sysdeps/unix/sysv/linux/s390/fcntl.c: Move to...
2219         * sysdeps/unix/sysv/linux/s390/s390-32/fcntl.c: ...here.
2220         * sysdeps/unix/sysv/linux/s390/fxstat.c: Move to...
2221         * sysdeps/unix/sysv/linux/s390/s390-32/fxstat.c: ...here.
2222         * sysdeps/unix/sysv/linux/s390/getdents64.c: Move to...
2223         * sysdeps/unix/sysv/linux/s390/s390-32/getdents64.c: ...here.
2224         * sysdeps/unix/sysv/linux/s390/getegid.c: Move to...
2225         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: ...here.
2226         * sysdeps/unix/sysv/linux/s390/geteuid.c: Move to...
2227         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: ...here.
2228         * sysdeps/unix/sysv/linux/s390/getgid.c: Move to...
2229         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: ...here.
2230         * sysdeps/unix/sysv/linux/s390/getgroups.c: Move to...
2231         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: ...here.
2232         * sysdeps/unix/sysv/linux/s390/getresgid.c: Move to...
2233         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: ...here.
2234         * sysdeps/unix/sysv/linux/s390/getresuid.c: Move to...
2235         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: ...here.
2236         * sysdeps/unix/sysv/linux/s390/getrlimit.c: Move to...
2237         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: ...here.
2238         * sysdeps/unix/sysv/linux/s390/getrlimit64.c: Move to...
2239         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit64.c: ...here.
2240         * sysdeps/unix/sysv/linux/s390/getuid.c: Move to...
2241         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: ...here.
2242         * sysdeps/unix/sysv/linux/s390/lchown.c: Move to...
2243         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: ...here.
2244         * sysdeps/unix/sysv/linux/s390/lockf64.c: Move to...
2245         * sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c: ...here.
2246         * sysdeps/unix/sysv/linux/s390/lxstat.c: Move to...
2247         * sysdeps/unix/sysv/linux/s390/s390-32/lxstat.c: ...here.
2248         * sysdeps/unix/sysv/linux/s390/mmap.S: Move to...
2249         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: ...here.
2250         * sysdeps/unix/sysv/linux/s390/mmap64.S: Move to...
2251         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: ...here.
2252         * sysdeps/unix/sysv/linux/s390/msgctl.c: Move to...
2253         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: ...here.
2254         * sysdeps/unix/sysv/linux/s390/oldgetrlimit64.c: Move to...
2255         * sysdeps/unix/sysv/linux/s390/s390-32/oldgetrlimit64.c: ...here.
2256         * sysdeps/unix/sysv/linux/s390/readdir64.c: Move to...
2257         * sysdeps/unix/sysv/linux/s390/s390-32/readdir64.c: ...here.
2258         * sysdeps/unix/sysv/linux/s390/readdir64_r.c: Move to...
2259         * sysdeps/unix/sysv/linux/s390/s390-32/readdir64_r.c: ...here.
2260         * sysdeps/unix/sysv/linux/s390/register-dump.h: Move to...
2261         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: ...here.
2262         * sysdeps/unix/sysv/linux/s390/scandir64.c: Move to...
2263         * sysdeps/unix/sysv/linux/s390/s390-32/scandir64.c: ...here.
2264         * sysdeps/unix/sysv/linux/s390/semctl.c: Move to...
2265         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: ...here.
2266         * sysdeps/unix/sysv/linux/s390/setegid.c: Move to...
2267         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: ...here.
2268         * sysdeps/unix/sysv/linux/s390/seteuid.c: Move to...
2269         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: ...here.
2270         * sysdeps/unix/sysv/linux/s390/setfsgid.c: Move to...
2271         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: ...here.
2272         * sysdeps/unix/sysv/linux/s390/setfsuid.c: Move to...
2273         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: ...here.
2274         * sysdeps/unix/sysv/linux/s390/setgid.c: Move to...
2275         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: ...here.
2276         * sysdeps/unix/sysv/linux/s390/setgroups.c: Move to...
2277         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: ...here.
2278         * sysdeps/unix/sysv/linux/s390/setregid.c: Move to...
2279         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: ...here.
2280         * sysdeps/unix/sysv/linux/s390/setresgid.c: Move to...
2281         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: ...here.
2282         * sysdeps/unix/sysv/linux/s390/setresuid.c: Move to...
2283         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: ...here.
2284         * sysdeps/unix/sysv/linux/s390/setreuid.c: Move to...
2285         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: ...here.
2286         * sysdeps/unix/sysv/linux/s390/setrlimit.c: Move to...
2287         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: ...here.
2288         * sysdeps/unix/sysv/linux/s390/setuid.c: Move to...
2289         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: ...here.
2290         * sysdeps/unix/sysv/linux/s390/shmctl.c: Move to...
2291         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: ...here.
2292         * sysdeps/unix/sysv/linux/s390/socket.S: Move to...
2293         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: ...here.
2294         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Move to...
2295         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: ...here.
2296         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Move to...
2297         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: ...here.
2298         * sysdeps/unix/sysv/linux/s390/syscall.S: Move to...
2299         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: ...here.
2300         * sysdeps/unix/sysv/linux/s390/syscalls.list: Move to...
2301         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: ...here.
2302         * sysdeps/unix/sysv/linux/s390/sysdep.S: Move to...
2303         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: ...here.
2304         * sysdeps/unix/sysv/linux/s390/sysdep.h: Move to...
2305         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: ...here.
2306         * sysdeps/unix/sysv/linux/s390/versionsort64.c: Move to...
2307         * sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c: ...here.
2308         * sysdeps/unix/sysv/linux/s390/xstat.c: Move to...
2309         * sysdeps/unix/sysv/linux/s390/s390-32/xstat.c: ...here.
2311 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2313         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: New file.
2314         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: New file.
2315         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: New file.
2316         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: New file.
2317         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: New file.
2318         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: New file.
2319         * sysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: New file.
2320         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: New file.
2321         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: New file.
2322         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: New file.
2323         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: New file.
2324         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: New file.
2325         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: New file.
2326         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: New file.
2327         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: New file.
2328         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: New file.
2329         * sysdeps/unix/sysv/linux/s390/s390-64/fstatfs64.c: New file.
2330         * sysdeps/unix/sysv/linux/s390/s390-64/ftruncate64.c: New file.
2331         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: New file.
2332         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat64.c: New file.
2333         * sysdeps/unix/sysv/linux/s390/s390-64/getdents.c: New file.
2334         * sysdeps/unix/sysv/linux/s390/s390-64/getdents64.c: New file.
2335         * sysdeps/unix/sysv/linux/s390/s390-64/getrlimit64.c: New file.
2336         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: New file.
2337         * sysdeps/unix/sysv/linux/s390/s390-64/glob64.c: New file.
2338         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: New file.
2339         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: New file.
2340         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat64.c: New file.
2341         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: New file.
2342         * sysdeps/unix/sysv/linux/s390/s390-64/mmap64.c: New file.
2343         * sysdeps/unix/sysv/linux/s390/s390-64/pread64.c: New file.
2344         * sysdeps/unix/sysv/linux/s390/s390-64/pwrite64.c: New file.
2345         * sysdeps/unix/sysv/linux/s390/s390-64/readdir.c: New file.
2346         * sysdeps/unix/sysv/linux/s390/s390-64/readdir64.c: New file.
2347         * sysdeps/unix/sysv/linux/s390/s390-64/readdir64_r.c: New file.
2348         * sysdeps/unix/sysv/linux/s390/s390-64/readdir_r.c : New file.
2349         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: New file.
2350         * sysdeps/unix/sysv/linux/s390/s390-64/setrlimit64.c: New file.
2351         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: New file.
2352         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: New file.
2353         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c: New file.
2354         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: New file.
2355         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: New file.
2356         * sysdeps/unix/sysv/linux/s390/s390-64/statfs64.c: New file.
2357         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: New file.
2358         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: New file.
2359         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: New file.
2360         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: New file.
2361         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: New file.
2362         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: New file.
2363         * sysdeps/unix/sysv/linux/s390/s390-64/truncate64.c: New file.
2364         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c: New file.
2365         * sysdeps/unix/sysv/linux/s390/s390-64/xstat64.c: New file.
2367 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2369         * sysdeps/s390/Dist: Move to...
2370         * sysdeps/s390/390-32/Dist: ...here.
2371         * sysdeps/s390/Implies: Move to...
2372         * sysdeps/s390/s390-32/Implies: ...here.
2373         * sysdeps/s390/Makefile: Move to...
2374         * sysdeps/s390/s390-32/Makefile: ...here.
2375         * sysdeps/s390/Versions: Move to...
2376         * sysdeps/s390-32/s390/Versions: ...here.
2377         * sysdeps/s390/add_n.S: Move to...
2378         * sysdeps/s390/s390-32/add_n.S: ...here.
2379         * sysdeps/s390/addmul_1.S: Move to...
2380         * sysdeps/s390/s390-32/addmul_1.S: ...here.
2381         * sysdeps/s390/atomicity.h: Move to...
2382         * sysdeps/s390/s390-32/atomicity.h: ...here.
2383         * sysdeps/s390/backtrace.c: Move to...
2384         * sysdeps/s390/s390-32/backtrace.c: ...here.
2385         * sysdeps/s390/bcopy.S: Move to...
2386         * sysdeps/s390/s390-32/bcopy.S: ...here.
2387         * sysdeps/s390/bits/byteswap.h: Move to...
2388         * sysdeps/s390/s390-32/bits/byteswap.h: ...here.
2389         * sysdeps/s390/bits/huge_val.h: Move to...
2390         * sysdeps/s390/s390-32/bits/huge_val.h: ...here.
2391         * sysdeps/s390/bsd-_setjmp.S: Move to...
2392         * sysdeps/s390/s390-32/bsd-_setjmp.S: ...here.
2393         * sysdeps/s390/bsd-setjmp.S: Move to...
2394         * sysdeps/s390/s390-32/bsd-setjmp.S: ...here.
2395         * sysdeps/s390/bzero.S: Move to...
2396         * sysdeps/s390/s390-32/bzero.S: ...here.
2397         * sysdeps/s390/elf/bsd-_setjmp.S: Move to...
2398         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: ...here.
2399         * sysdeps/s390/elf/bsd-setjmp.S: Move to...
2400         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: ...here.
2401         * sysdeps/s390/elf/start.S: Move to...
2402         * sysdeps/s390/s390-32/elf/start.S: ...here.
2403         * sysdeps/s390/ffs.c: Move to...
2404         * sysdeps/s390/s390-32/ffs.c: ...here.
2405         * sysdeps/s390/memchr.S: Move to...
2406         * sysdeps/s390/s390-32/memchr.S: ...here.
2407         * sysdeps/s390/memcpy.S: Move to...
2408         * sysdeps/s390/s390-32/memcpy.S: ...here.
2409         * sysdeps/s390/memset.S: Move to...
2410         * sysdeps/s390/s390-32/memset.S: ...here.
2411         * sysdeps/s390/mul_1.S: Move to...
2412         * sysdeps/s390/s390-32/mul_1.S: ...here.
2413         * sysdeps/s390/s390-mcount.S: Move to...
2414         * sysdeps/s390/s390-32/s390-mcount.S: ...here.
2415         * sysdeps/s390/strcpy.S: Move to...
2416         * sysdeps/s390/s390-32/strcpy.S: ...here.
2417         * sysdeps/s390/strncpy.S: Move to...
2418         * sysdeps/s390/s390-32/strncpy.S: ...here.
2419         * sysdeps/s390/sub_n.S: Move to...
2420         * sysdeps/s390/s390-32/sub_n.S: ...here.
2422 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2424         * sysdeps/s390/s390-64/Dist: New file.
2425         * sysdeps/s390/s390-64/Implies: New file.
2426         * sysdeps/s390/s390-64/Makefile: New file.
2427         * sysdeps/s390/s390-64/__longjmp.c: New file.
2428         * sysdeps/s390/s390-64/add_n.S: New file.
2429         * sysdeps/s390/s390-64/atomicity.h: New file.
2430         * sysdeps/s390/s390-64/backtrace.c: New file.
2431         * sysdeps/s390/s390-64/bcopy.S: New file.
2432         * sysdeps/s390/s390-64/bits/byteswap.h: New file.
2433         * sysdeps/s390/s390-64/bits/huge_val.h: New file.
2434         * sysdeps/s390/s390-64/bits/setjmp.h: New file.
2435         * sysdeps/s390/s390-64/bits/string.h: New file.
2436         * sysdeps/s390/s390-64/bsd-_setjmp.S: New file.
2437         * sysdeps/s390/s390-64/bsd-setjmp.S: New file.
2438         * sysdeps/s390/s390-64/bzero.S: New file.
2439         * sysdeps/s390/s390-64/dl-machine.h: New file.
2440         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: New file.
2441         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: New file.
2442         * sysdeps/s390/s390-64/elf/setjmp.S: New file.
2443         * sysdeps/s390/s390-64/elf/start.S: New file.
2444         * sysdeps/s390/s390-64/ffs.c: New file.
2445         * sysdeps/s390/s390-64/initfini.c: New file.
2446         * sysdeps/s390/s390-64/memchr.S: New file.
2447         * sysdeps/s390/s390-64/memcpy.S: New file.
2448         * sysdeps/s390/s390-64/memset.S: New file.
2449         * sysdeps/s390/s390-64/s390x-mcount.S: New file.
2450         * sysdeps/s390/s390-64/setjmp.S: New file.
2451         * sysdeps/s390/s390-64/strcpy.S: New file.
2452         * sysdeps/s390/s390-64/strncpy.S: New file.
2453         * sysdeps/s390/s390-64/sub_n.S: New file.
2454         * sysdeps/s390/s390-64/sysdep.h: New file.
2456 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2458         * scripts/config.guess: Add support for Linux on 64 bit S/390.
2459         * scripts/config.sub: Likewise.
2461 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2463         * configure.in: Add support for 64 bit S/390.
2465         * elf/elf.h: Add new relocations for 64 bit S/390.
2467         * shlib-versions: Add rules for Linux on 64 bit S/390.
2469 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2471         * sysdeps/s390/__longjmp.c: Move to...
2472         * sysdeps/s390/s390-32/__longjmp.c: ...here.  Add code
2473         to load the floating point registers that should be saved
2474         according to the ABI.
2476         * sysdeps/s390/bits/setjmp.h: Move to...
2477         * sysdeps/s390/s390-32/bits/setjmp.h: ...here.  Avoid
2478         the use of long long in the __jmp_buf type definition.
2480         * sysdeps/s390/bits/string.h: Move to...
2481         * sysdeps/s390/s390-32/bits/string.h: ...here.  Add several missing
2482         #ifndef _FORCE_INLINES.
2484         * sysdeps/s390/dl-machine.h: Move to...
2485         * sysdeps/s390/s390-32/dl-machine.h: ...here.  Add a check for the
2486         executables EI_CLASS in elf_machine_matches_host.
2488         * sysdeps/s390/elf/setjmp.S: Move to...
2489         * sysdeps/s390/s390-32/elf/setjmp.S: ...here.  Replace
2490         branches to globally defined symbol __sigsetjmp by branches to
2491         a local label (this avoids the generation of a R_390_PC16DBL
2492         relocation in -fpic code).
2494         * sysdeps/s390/gmp-mparam.h: Use defines from <bits/wordsize.h> to
2495         calculate BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB and BITS_PER_LONGINT.
2497         * sysdeps/s390/initfini.c: Move to...
2498         * sysdeps/s390/s390-32/initfini.c: ...here.  Replace ALIGN with
2499         ".align 4,0x07".
2501         * sysdeps/s390/setjmp.S: Move to...
2502         * sysdeps/s390/s390-32/setjmp.S: ...here.  Add code to store the
2503         floating point registers that should be saved according to the ABI.
2505         * sysdeps/s390/sys/ucontext.h: Remove since it is unused.
2507         * sysdeps/unix/sysv/linux/s390/sysdep.h: Move to...
2508         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: ...here. Include
2509         sysdeps/s390/s390-32/sysdep.h instead of sysdeps/s390/sysdep.h.
2511 2001-03-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2513         * configure.in: Change machine=s390 to machine=s390/s390-32.
2515         * elf/elf.h: Correct comment for R_390_PLT16DBL.
2517 2001-03-12  Jakub Jelinek  <jakub@redhat.com>
2519         * csu/Makefile (abi-tag.h): Define OS and version separately, allow
2520         version to be overriden from config.h.
2521         * csu/abi-note.S: Use OS and version separately, include config.h.
2522         * elf/dl-load.c (_dl_osversion): New.
2523         (_dl_map_object_from_fd): Kill some warnings.
2524         (open_verify): Check .note.ABI-tag of the library if present.
2525         * elf/Makefile (CPPFLAGS-dl-load.c): Add -I$(csu-objpfx).
2526         * elf/cache.c (struct cache_entry): Add osversion.
2527         (print_entry): Print osversion.
2528         (print_cache): Pass osversion to it.
2529         (compare): Sort according to osversion.
2530         (save_cache): Set osversion.
2531         (add_to_cache): Add osversion argument.
2532         * sysdeps/generic/ldconfig.h (add_to_cache, process_file,
2533         process_elf_file): Add osversion argument.
2534         * elf/readlib.c (process_file): Likewise.
2535         * sysdeps/generic/readelflib.c (process_elf_file): Likewise.
2536         * sysdeps/unix/sysv/linux/ia64/readelflib.c (process_elf_file,
2537         process_elf32_file, process_elf64_file): Likewise.
2538         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file,
2539         process_elf32_file, process_elf64_file): Likewise.
2540         * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file,
2541         process_elf32_file, process_elf64_file): Likewise.
2542         * elf/ldconfig.c (manual_link): Pass it.
2543         (search_dir): Issue diagnostic if two libs with the same soname in
2544         the same directory have different .note.ABI-tag.  Record osversion in
2545         dlib_entry and use it from there.
2546         (struct lib_entry): Remove.
2547         (struct dlib_entry): Add osversion.
2548         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Check
2549         osversion.
2550         * sysdeps/generic/dl-cache.h (struct file_entry_new): Replace __unused
2551         field with osversion.
2552         * sysdeps/generic/ldsodefs.h (_dl_osversion): Declare.
2553         * sysdeps/unix/sysv/linux/init-first.c: Include ldsodefs.h.
2554         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Save kernel
2555         version in _dl_osversion.
2556         * sysdeps/unix/sysv/linux/configure.in: Define __ABI_TAG_VERSION.
2557         * Makerules (build-shlib-helper, build-module-helper): New.
2558         (build-shlib, build-module-helper): Make sure .note.ABI-tag comes
2559         early.
2560         * config.h.in (__ABI_TAG_VERSION): Add.
2561         * elf/dl-minimal.c (__strtoul_internal): Set endptr on return.
2562         * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS):
2563         Handle LD_ASSUME_KERNEL.
2564         * sysdeps/unix/sysv/linux/dl-librecon.h: New.
2566 2001-03-15  Ulrich Drepper  <drepper@redhat.com>
2568         * timezone/antarctica: Update from tzdata2001a.
2569         * timezone/asia: Likewise.
2570         * timezone/australasia: Likewise.
2571         * timezone/backward: Likewise.
2572         * timezone/etcetera: Likewise.
2573         * timezone/europe: Likewise.
2574         * timezone/leapseconds: Likewise.
2575         * timezone/northamerica: Likewise.
2576         * timezone/southamerica: Likewise.
2577         * timezone/systemv: Likewise.
2578         * timezone/yearistype: Likewise.
2579         * timezone/zone.tab: Likewise.
2580         * timezone/tzdump.c: Update from tzcode2001a.
2582 2001-03-15  H.J. Lu  <hjl@gnu.org>
2584         * intl/Makefile: Fix a typo.
2586 2001-03-14  David Mosberger  <davidm@hpl.hp.com>
2588         * gmon/gmon.c (write_call_graph): Avoid unaligned accesses when
2589         writing arc structures.
2591 2001-03-15  H.J. Lu  <hjl@gnu.org>
2593         * elf/Makefile ($(objpfx)tst-pathopt.out): Protected against
2594         cross-compiling.
2596 2001-03-13  Andreas Schwab  <schwab@suse.de>
2598         * posix/PTESTS2C.sed: Replace literal CRs by `\r'.
2600 2001-03-15  Ulrich Drepper  <drepper@redhat.com>
2602         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Fix test
2603         for control message fitting into message data.
2604         Patch by James Antill <james@and.org>.
2606         * posix/tst-fnmatch.input: Add test case for FNM_PERIOD handling with
2607         FNM_EXTMATCH.
2609         * posix/fnmatch_loop.c: Optimize handling of ?() and @().
2610         * posix/fnmatch.c: Define STRLEN and STRCAT appropriately.
2612         * posix/Versions [libc] (GLIBC_2.2.3): Add fnmatch.
2613         * posix/fnmatch.c: Define with new default version GLIBC_2.2.3 to
2614         avoid running binaries with libc versions without FNM_EXTMATCH support.
2616         * include/wchar.h: Add prototype for __wcscat.
2617         * wcsmbs/wcscat.c: Define __wcscat and make wcscat weak alias.
2619         * posix/fnmatch.h (FNM_EXTMATCH): Define.
2620         * posix/fnmatch.c (NO_LEADING_PERIOD): Define.
2621         (posixly_correct): Move global variable here.
2622         (INT, EXT, END): Name new functions defined in fnmatch_loop.c.
2623         (fnmatch): Pretty printing.
2624         * posix/fnmatch_loop.c: Add code to handle FNM_EXTMATCH.
2625         * posix/tst-fnmatch.c: Recognize EXTMATCH flag.
2626         * posix/tst-fnmatch.input: Add tests for extended matching.
2628         * posix/testfnm.c: Add test for patterns with multiple ** before /.
2629         * posix/fnmatch_loop.c: Fix problem with the test above.
2631 2001-03-14  Ulrich Drepper  <drepper@redhat.com>
2633         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove
2634         reference to usqrt.
2636         * resolv/res_data.c (fp_nquery): Call __res_ninit not __res_init.
2638 2001-03-12  Andreas Jaeger  <aj@suse.de>
2640         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
2641         Use EM_X86_64 instead of EM_X8664.
2643 2001-03-12  Ulrich Drepper  <drepper@redhat.com>
2645         * sysdeps/ieee754/dbl-64/upow.h: Define nZERO and nINF.
2647         * sysdeps/ieee754/dbl-64/e_remainder.c: Fix handling of boundary
2648         conditions.
2650         * sysdeps/ieee754/dbl-64/e_pow.c: Fix handling of boundary
2651         conditions.
2653         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Handle Inf and NaN
2654         correctly.
2655         (__cos): Likewise.
2657         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Handle NaN
2658         correctly.
2659         (__ieee754_acos): Likewise.
2661 2001-03-12  Andreas Jaeger  <aj@suse.de>
2663         * sysdeps/unix/sysv/linux/s390/sysdep.h (_LINUX_S390_SYSDEP_H):
2664         Fix typo.  Patch by Martin Schwidefsky  <schwidefsky@de.ibm.com>.
2666         * sysdeps/s390/bits/string.h: Protect __STRING_INLINE against
2667         redefinition.
2669 2001-03-11  Roland McGrath  <roland@frob.com>
2671         * sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix.
2673 2001-03-11  Ulrich Drepper  <drepper@redhat.com>
2675         * sysdeps/ieee754/dbl-64/endian.h: Define also one of BIG_ENDI and
2676         LITTLE_ENDI.
2678         * sysdeps/ieee754/dbl-64/MathLib.h (Init_Lib): Use void as
2679         parameter list.
2681         Last-bit accurate math library implementation by IBM Haifa.
2682         Contributed by Abraham Ziv <ziv@il.ibm.com>, Moshe Olshansky
2683         <olshansk@il.ibm.com>, Ealan Henis <ealan@il.ibm.com>, and
2684         Anna Reitman <reitman@il.ibm.com>.
2685         * math/Makefile (dbl-only-routines): New variable.
2686         (libm-routines): Add $(dbl-only-routines).
2687         * sysdeps/ieee754/dbl-64/e_acos.c: Empty, definition is in e_asin.c.
2688         * sysdeps/ieee754/dbl-64/e_asin.c: Replaced with accurate asin
2689         implementation.
2690         * sysdeps/ieee754/dbl-64/e_atan2.c: Replaced with accurate atan2
2691         implementation.
2692         * sysdeps/ieee754/dbl-64/e_exp.c: Replaced with accurate exp
2693         implementation.
2694         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Don't use __kernel_sin and
2695         __kernel_cos.
2696         * sysdeps/ieee754/dbl-64/e_log.c: Replaced with accurate log
2697         implementation.
2698         * sysdeps/ieee754/dbl-64/e_remainder.c: Replaced with accurate
2699         remainder implementation.
2700         * sysdeps/ieee754/dbl-64/e_pow.c: Replaced with accurate pow
2701         implementation.
2702         * sysdeps/ieee754/dbl-64/e_sqrt.c: Replaced with accurate sqrt
2703         implementation.
2704         * sysdeps/ieee754/dbl-64/k_cos.c: Empty, definition is in s_sin.c.
2705         * sysdeps/ieee754/dbl-64/k_sin.c: Empty, definition is in s_sin.c.
2706         * sysdeps/ieee754/dbl-64/s_atan.c: Replaced with accurate atan
2707         implementation.
2708         * sysdeps/ieee754/dbl-64/s_cos.c: Empty, definition is in s_sin.c.
2709         * sysdeps/ieee754/dbl-64/s_sin.c: Replaced with accurate sin/cos
2710         implementation.
2711         * sysdeps/ieee754/dbl-64/s_sincos.c: Rewritten to not use __kernel_sin
2712         and __kernel_cos.
2713         * sysdeps/ieee754/dbl-64/s_tan.c: Replaced with accurate tan
2714         implementation.
2715         * sysdeps/ieee754/dbl-64/Dist: Add new non-code files.
2716         * sysdeps/ieee754/dbl-64/MathLib.h: New file.
2717         * sysdeps/ieee754/dbl-64/asincos.tbl: New file.
2718         * sysdeps/ieee754/dbl-64/atnat.h: New file.
2719         * sysdeps/ieee754/dbl-64/atnat2.h: New file.
2720         * sysdeps/ieee754/dbl-64/branred.c: New file.
2721         * sysdeps/ieee754/dbl-64/branred.h: New file.
2722         * sysdeps/ieee754/dbl-64/dla.h: New file.
2723         * sysdeps/ieee754/dbl-64/doasin.c: New file.
2724         * sysdeps/ieee754/dbl-64/doasin.h: New file.
2725         * sysdeps/ieee754/dbl-64/dosincos.c: New file.
2726         * sysdeps/ieee754/dbl-64/dosincos.h: New file.
2727         * sysdeps/ieee754/dbl-64/endian.h: New file.
2728         * sysdeps/ieee754/dbl-64/halfulp.c: New file.
2729         * sysdeps/ieee754/dbl-64/mpa.c: New file.
2730         * sysdeps/ieee754/dbl-64/mpa.h: New file.
2731         * sysdeps/ieee754/dbl-64/mpa2.h: New file.
2732         * sysdeps/ieee754/dbl-64/mpatan.c: New file.
2733         * sysdeps/ieee754/dbl-64/mpatan.h: New file.
2734         * sysdeps/ieee754/dbl-64/mpatan2.c: New file.
2735         * sysdeps/ieee754/dbl-64/mpexp.c: New file.
2736         * sysdeps/ieee754/dbl-64/mpexp.h: New file.
2737         * sysdeps/ieee754/dbl-64/mplog.c: New file.
2738         * sysdeps/ieee754/dbl-64/mplog.h: New file.
2739         * sysdeps/ieee754/dbl-64/mpsqrt.c: New file.
2740         * sysdeps/ieee754/dbl-64/mpsqrt.h: New file.
2741         * sysdeps/ieee754/dbl-64/mptan.c: New file.
2742         * sysdeps/ieee754/dbl-64/mydefs.h: New file.
2743         * sysdeps/ieee754/dbl-64/powtwo.tbl: New file.
2744         * sysdeps/ieee754/dbl-64/root.tbl: New file.
2745         * sysdeps/ieee754/dbl-64/sincos.tbl: New file.
2746         * sysdeps/ieee754/dbl-64/sincos32.c: New file.
2747         * sysdeps/ieee754/dbl-64/sincos32.h: New file.
2748         * sysdeps/ieee754/dbl-64/slowexp.c: New file.
2749         * sysdeps/ieee754/dbl-64/slowpow.c: New file.
2750         * sysdeps/ieee754/dbl-64/uasncs.h: New file.
2751         * sysdeps/ieee754/dbl-64/uatan.tbl: New file.
2752         * sysdeps/ieee754/dbl-64/uexp.h: New file.
2753         * sysdeps/ieee754/dbl-64/uexp.tbl: New file.
2754         * sysdeps/ieee754/dbl-64/ulog.h: New file.
2755         * sysdeps/ieee754/dbl-64/ulog.tbl: New file.
2756         * sysdeps/ieee754/dbl-64/upow.h: New file.
2757         * sysdeps/ieee754/dbl-64/upow.tbl: New file.
2758         * sysdeps/ieee754/dbl-64/urem.h: New file.
2759         * sysdeps/ieee754/dbl-64/uroot.h: New file.
2760         * sysdeps/ieee754/dbl-64/usncs.h: New file.
2761         * sysdeps/ieee754/dbl-64/utan.h: New file.
2762         * sysdeps/ieee754/dbl-64/utan.tbl: New file.
2763         * sysdeps/i386/fpu/branred.c: New file.
2764         * sysdeps/i386/fpu/doasin.c: New file.
2765         * sysdeps/i386/fpu/dosincos.c: New file.
2766         * sysdeps/i386/fpu/halfulp.c: New file.
2767         * sysdeps/i386/fpu/mpa.c: New file.
2768         * sysdeps/i386/fpu/mpatan.c: New file.
2769         * sysdeps/i386/fpu/mpatan2.c: New file.
2770         * sysdeps/i386/fpu/mpexp.c: New file.
2771         * sysdeps/i386/fpu/mplog.c: New file.
2772         * sysdeps/i386/fpu/mpsqrt.c: New file.
2773         * sysdeps/i386/fpu/mptan.c: New file.
2774         * sysdeps/i386/fpu/sincos32.c: New file.
2775         * sysdeps/i386/fpu/slowexp.c: New file.
2776         * sysdeps/i386/fpu/slowpow.c: New file.
2777         * sysdeps/ia64/fpu/branred.c: New file.
2778         * sysdeps/ia64/fpu/doasin.c: New file.
2779         * sysdeps/ia64/fpu/dosincos.c: New file.
2780         * sysdeps/ia64/fpu/halfulp.c: New file.
2781         * sysdeps/ia64/fpu/mpa.c: New file.
2782         * sysdeps/ia64/fpu/mpatan.c: New file.
2783         * sysdeps/ia64/fpu/mpatan2.c: New file.
2784         * sysdeps/ia64/fpu/mpexp.c: New file.
2785         * sysdeps/ia64/fpu/mplog.c: New file.
2786         * sysdeps/ia64/fpu/mpsqrt.c: New file.
2787         * sysdeps/ia64/fpu/mptan.c: New file.
2788         * sysdeps/ia64/fpu/sincos32.c: New file.
2789         * sysdeps/ia64/fpu/slowexp.c: New file.
2790         * sysdeps/ia64/fpu/slowpow.c: New file.
2791         * sysdeps/m68k/fpu/branred.c: New file.
2792         * sysdeps/m68k/fpu/doasin.c: New file.
2793         * sysdeps/m68k/fpu/dosincos.c: New file.
2794         * sysdeps/m68k/fpu/halfulp.c: New file.
2795         * sysdeps/m68k/fpu/mpa.c: New file.
2796         * sysdeps/m68k/fpu/mpatan.c: New file.
2797         * sysdeps/m68k/fpu/mpatan2.c: New file.
2798         * sysdeps/m68k/fpu/mpexp.c: New file.
2799         * sysdeps/m68k/fpu/mplog.c: New file.
2800         * sysdeps/m68k/fpu/mpsqrt.c: New file.
2801         * sysdeps/m68k/fpu/mptan.c: New file.
2802         * sysdeps/m68k/fpu/sincos32.c: New file.
2803         * sysdeps/m68k/fpu/slowexp.c: New file.
2804         * sysdeps/m68k/fpu/slowpow.c: New file.
2806         * iconvdata/gconv-modules: Add a number of alias, mostly for IBM
2807         codepages.
2809 2001-03-11  Andreas Jaeger  <aj@suse.de>
2811         * elf/elf.h (EM_*): Synch with official list.
2813 2001-03-07  David Mosberger  <davidm@hpl.hp.com>
2815         * sysdeps/ia64/bits/fenv.h (FE_NONIEEE_ENV): New macro.
2817 2001-03-07  Jes Sorensen  <jes@linuxcare.com>
2819         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Remove unused
2820         variables addr & len.
2822 2001-02-22  Jes Sorensen  <jes@linuxcare.com>
2824         * sysdeps/ia64/fpu/feenablxcpt.c (feenableexcept): Remove
2825         punctuation in asm constraint.
2827 2001-03-07  Mark Kettenis  <kettenis@gnu.org>
2829         * resolv/netdb.h [__USE_GNU]: Define __need_timespec and include
2830         <time.h> to get definition of `struct timespec'.
2832 2001-03-08  Jakub Jelinek  <jakub@redhat.com>
2834         * elf/rtld.c (dl_main): If tracing, warn about undefined symbols if
2835         LD_WARN=1, not if LD_WARN is unset.
2837 2001-03-07  Andreas Schwab  <schwab@suse.de>
2839         * elf/ldconfig.h: Moved to ...
2840         * sysdeps/generic/ldconfig.h: ... here.
2841         * sysdeps/unix/sysv/linux/i386/ldconfig.h: New file.
2842         * sysdeps/unix/sysv/linux/m68k/ldconfig.h: New file.
2843         * sysdeps/unix/sysv/linux/ia64/ldconfig.h: New file.
2844         * elf/readlib.c (interpreters, known_libs): Use
2845         SYSDEP_KNOWN_INTERPRETER_NAMES and SYSDEP_KNOWN_LIBRARY_NAMES
2846         instead of hard coding old names.
2848 2001-03-09  Ulrich Drepper  <drepper@redhat.com>
2850         * catgets/Makefile (generated): Add test-gencat.h.
2851         (sample.SJIS.cat): Also generate header.
2852         * catgets/sample.SJIS: Add new set and message, both with symbolic
2853         names.
2854         * catgets/test-gencat.sh: Also compare generated header with what
2855         we expect.
2857 2001-03-07  Jakub Jelinek  <jakub@redhat.com>
2859         * catgets/gencat.c (read_input_file): Preserve properly symbolic
2860         names.
2862 2001-03-06  Andreas Jaeger  <aj@suse.de>
2864         * sysdeps/s390/dl-machine.h (elf_machine_relplt): Removed, it's not
2865         needed.
2866         (elf_machine_pltrel_p): Likewise.
2867         * sysdeps/powerpc/dl-machine.h: Likewise.
2868         * sysdeps/generic/dl-machine.h (elf_machine_pltrel_p): Likewise.
2870 2001-03-09  Ulrich Drepper  <drepper@redhat.com>
2872         * sysdeps/unix/sysv/linux/arm/Dist: Add dl-procinfo.c and
2873         dl-procinfo.h.
2875 2001-03-05  Philip Blundell  <philb@gnu.org>
2877         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: New file.
2878         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: New file.
2879         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
2880         (sysdep-dl-routines, sysdep_routines, sysdep-rtld-routines): Add
2881         dl-procinfo.
2883 2001-03-09  Ulrich Drepper  <drepper@redhat.com>
2885         * dlfcn/tstatexit.c (main): Don't perform the test if __dso_handle
2886         is not available.
2887         * dlfcn/tstcxaatexit.c (main): Likewise.
2889 2001-03-10  Andreas Jaeger  <aj@suse.de>
2891         * sysdeps/i386/fpu/libm-test-ulps: Revert last patch.
2893 2001-03-09  Andreas Jaeger  <aj@suse.de>
2895         * sysdeps/s390/dl-machine.h (elf_machine_matches_host): Handle
2896         both new and old EM_S390 values.
2897         (EM_S390_OLD): New constant.
2899         * elf/elf.h (EM_S390): Use official value.
2901 2001-03-09  Ulrich Drepper  <drepper@redhat.com>
2903         * conform/data/sys/socket.h-data: Allow SO* symbols.
2905 2001-03-07  Andreas Schwab  <schwab@suse.de>
2907         * sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead of
2908         routines, and sysdep-CPPFLAGS instead of CPPFLAGS.
2910 2001-03-07  Andreas Jaeger  <aj@suse.de>
2912         * resolv/Makefile (routines): Only build gai_sigqueue when threads
2913         are available.
2915 2001-03-07  Jakub Jelinek  <jakub@redhat.com>
2917         * elf/ldconfig.c (_dl_sysdep_message): Remove.
2918         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include
2919         ldsodefs.h.
2920         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
2922         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use
2923         _dl_error_printf instead of _dl_sysdep_error.
2924         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
2925         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_dl_procinfo):
2926         Use _dl_printf instead of _dl_sysdep_message.
2927         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_dl_procinfo):
2928         Likewise.
2930 2001-03-06  Ben Collins  <bcollins@debian.org>
2932         * manual/arith.texi (Integers): Fix documentation of fast and
2933         least integer typedefs.
2935 2001-03-06  Jakub Jelinek  <jakub@redhat.com>
2937         * resolv/Depend: New file.
2938         * resolv/Makefile (extra-libs, tests): Build libanl and ga_test only
2939         when libpthread is built.
2941 2001-03-06  Andreas Jaeger  <aj@suse.de>
2943         * sysdeps/i386/fpu/libm-test-ulps: Add some deltas.
2945         * sysdeps/sh/dl-machine.h (elf_machine_rela): Add missing comma.
2946         Patch by kaz Kojima <kkojima@rr.iij4u.or.jp>.
2948 2001-03-05  Ulrich Drepper  <drepper@redhat.com>
2950         * stdlib/Versions: Remove __new_exitfn again.  Not needed.
2952 2001-03-05  Andreas Jaeger  <aj@suse.de>
2954         * stdlib/msort.c (qsort): Don't use alloca in a function call.
2956 2001-03-05  Ulrich Drepper  <drepper@redhat.com>
2958         * sysdeps/unix/sysv/linux/bits/stat.h (__S_TYPEISMQ, __S_TYPEISSEM,
2959         __S_TYPEISSHM): Rewrite to enforce correct use the macros.  They still
2960         always return zero.
2961         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
2962         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2963         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2964         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Likewise.
2965         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
2966         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2967         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2969 2001-03-04  Andreas Jaeger  <aj@suse.de>
2971         * stdlib/longlong.h: Don't use multi-line strings.
2972         * iconvdata/tst-loading.c: Likewise.
2974         * csu/Makefile ($(objpfx)version-info.h): Don't use multi-line
2975         string.
2977 2001-03-04  Ulrich Drepper  <drepper@redhat.com>
2979         * sysdeps/ia64/fpu/libm-test-ulps: Adjust for addition of lgammal.
2981         * rt/lio_listio.c: Add a few asserts.
2983         * elf/global.c: New file.
2984         * elf/globalmod1.c: New file.
2985         * elf/Makefile: Add rules to build and run global.
2987         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_ASYNCNL.
2988         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
2989         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
2990         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
2991         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
2993         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: New file.
2994         Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
2996         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Fix handling of boundary cases.
2998         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Always initialize sign variable.
2999         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
3001         * sysdeps/i386/fpu/libm-test-ulps: Adjust after addition of lgammal.
3003         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change.
3005 2001-03-04  Andreas Jaeger  <aj@suse.de>
3007         * resolv/tst-aton.c: Add testcase for IP with four periods.
3009         * resolv/inet_addr.c: Don't recognize an IP with four periods.
3010         Patch by Andre' Breiler <A.Breiler@gmx.net>.
3012 2001-02-27  Philip Blundell  <pb@futuretv.com>
3014         * elf/elf.h: Add new ARM definitions from latest (B-01)
3015         specification.  Correct naming of EF_ARM_ALIGN8 et al.
3017 2001-03-04  Ulrich Drepper  <drepper@redhat.com>
3019         * stdio-common/tst-printf.sh: Remove bashisms.
3020         Patch by Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>.
3022 2001-03-03  Ulrich Drepper  <drepper@redhat.com>
3024         * Versions.def: Add libanl definition.
3025         * shlib-versions: Add entry for libanl.
3026         * resolv/Makefile (distribute): Add gai_misc.h and ga_test.c.
3027         (routines): Add gai_sigqueue.
3028         (extra-libs): Add libanl.
3029         (libanl-routines): New variable.
3030         Add rules to build libanl and ga_test.
3031         * resolv/Versions [libc] (GLIBC_2.2.3): Add __gai_sigqueue.
3032         [libanl]: New library.
3033         * resolv/netdb.h: Add definitions for libanl.
3034         * resolv/getaddrinfo_a.c: New file.
3035         * resolv/gai_cancel.c: New file.
3036         * resolv/gai_error.c: New file.
3037         * resolv/gai_misc.c: New file.
3038         * resolv/gai_misc.h: New file.
3039         * resolv/gai_notify.c: New file.
3040         * resolv/gai_suspend.c: New file.
3041         * resolv/ga_test.c: New file.
3042         * sysdeps/generic/gai_sigqueue.c: New file.
3043         * sysdeps/unix/sysv/linux/gai_sigqueue.c: New file.
3044         * sysdeps/generic/bits/siginfo.h: Allow __need_sigevent_t being defined
3045         and provide only that definition.
3046         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
3047         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
3048         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3049         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
3050         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3051         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
3053         * rt/aio_misc.c: Fix typos in comments.
3054         * rt/lio_listio.c: Pretty printing.  Little optimization in request
3055         list handling.
3057         * elf/rtld.c: Remove commented out code.
3059         * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC):
3060         Update for real 2.4 kernels.
3062 2001-03-01  Ulrich Drepper  <drepper@redhat.com>
3064         * elf/dl-load.c: Pretty printing.
3066         * elf/dl-object.c (_dl_new_object): Don't add the loader's scope
3067         twice.
3069 2001-02-28  Ulrich Drepper  <drepper@redhat.com>
3071         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
3072         relocations which are not in ld.so if RTLD_BOOTSTRAP is defined.
3074         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
3076         * elf/dl-misc.c (_dl_debug_vdprintf): Fix typo visible on 64-bit
3077         machines.
3079         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (C_TEXT): Define.
3081 2001-02-27  Ulrich Drepper  <drepper@redhat.com>
3083         * sysdeps/powerpc/elf/libc-start.c: Use new output functions and
3084         _dl_debug_mask.
3086         * elf/Versions [ld]: Don't export _dl_debug_message anymore.  Export
3087         _dl_debug_printf.
3088         * elf/dl-misc.c: Remove definition of _dl_sysdep_output and
3089         _dl_debug_message.  Define _dl_debug_vdprintf, _dl_debug_printf,
3090         _dl_debug_printf_c, and _dl_printf.
3091         * sysdeps/generic/ldsodefs.h: Don't declare _dl_sysdep_output,
3092         _dl_debug_message, _dl_sysdep_message, _dl_sysdep_error, and
3093         _dl_sysdep_fatal.  Declare _dl_debug_printf, _dl_debug_printf_c,
3094         _dl_printf, _dl_error_printf, and _dl_fatal_printf.
3095         * elf/dl-close.c: Replace use of old output functions with the new
3096         ones.
3097         * elf/dl-deps.c: Likewise.
3098         * elf/dl-error.c: Likewise.
3099         * elf/dl-fini.c: Likewise.
3100         * elf/dl-init.c: Likewise.
3101         * elf/dl-load.c: Likewise.
3102         * elf/dl-lookup.c: Likewise.
3103         * elf/dl-minimal.c: Likewise.
3104         * elf/dl-open.c: Likewise.
3105         * elf/dl-profile.c: Likewise.
3106         * elf/dl-reloc.c: Likewise.
3107         * elf/dl-version.c: Likewise.
3108         * elf/do-lookup.h: Likewise.
3109         * elf/rtld.c: Likewise.
3110         * sysdeps/generic/dl-cache.c: Likewise.
3111         * sysdeps/generic/dl-sysdep.c: Likewise.
3112         * sysdeps/generic/libc-start.c: Likewise.
3113         * sysdeps/i386/dl-machine.h: Likewise.
3114         * sysdeps/arm/dl-machine.h: Likewise.
3115         * sysdeps/hppa/dl-machine.h: Likewise.
3116         * sysdeps/m68k/dl-machine.h: Likewise.
3117         * sysdeps/powerpc/dl-machine.h: Likewise.
3118         * sysdeps/s390/dl-machine.h: Likewise.
3119         * sysdeps/sh/dl-machine.h: Likewise.
3120         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3121         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
3122         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
3124         * sysdeps/generic/ldsodefs.h: Remove _dl_secure declaration.
3126         * dlfcn/Makefile: Don't run tstatexit test unless .hidden is
3127         supported by assembler.
3129         * sysdeps/generic/ldsodefs.h: Remove commented-out variable
3130         declaractions.
3132         * elf/rtld.c: Little optimizations in handling _dl_lazy.
3134         * elf/cache.c (save_cache): Portability changes.
3135         * elf/dl-profile.c (_dl_start_profile): Likewise.
3137         * elf/sln.c: Cleanups.  Remove arbitrary limits.
3139         * elf/dl-close.c: Replace _dl_debug_* variables with _dl_debug_mask.
3140         * elf/dl-deps.c: Likewise.
3141         * elf/dl-fini.c: Likewise.
3142         * elf/dl-init.c: Likewise.
3143         * elf/dl-load.c: Likewise.
3144         * elf/dl-lookup.c: Likewise.
3145         * elf/dl-open.c: Likewise.
3146         * elf/dl-reloc.c: Likewise.
3147         * elf/dl-support.c: Likewise.
3148         * elf/dl-version.c: Likewise.
3149         * elf/do-lookup.h: Likewise.
3150         * elf/rtld.c: Likewise.
3151         * sysdeps/generic/dl-cache.c: Likewise.
3152         * sysdeps/generic/ldsodefs.h: Likewise.
3153         * sysdeps/generic/libc-start.c: Likewise.
3154         * elf/Versions: Don't export _dl_debug_impcalls and _dl_debug_files.
3155         Export _dl_debug_mask.
3156         * Versions.def: Define GLIBC_2.2.3 for ld.
3158 2001-02-26  Greg McGary  <greg@mcgary.org>
3160         * sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.
3162 2001-02-26  Paul Eggert  <eggert@twinsun.com>
3164         Modify mkstemp.c and tempname.c so that they can be used by
3165         GNU applications on non-glibc platforms.
3167         * misc/mkstemp.c (__GT_FILE): Define to zero if not defined.
3169         * sysdeps/posix/tempname.c: Include <config.h> if HAVE_CONFIG_H.
3170         Include <stddef.h>, <stdint.h>, <string.h> only if
3171         STDC_HEADERS || _LIBC.
3172         Include <fcntl.h> only if HAVE_FCNTL_H || _LIBC.
3173         Include <unistd.h> only if HAVE_UNISTD_H || _LIBC.
3174         Include <sys/time.h> only if HAVE_SYS_TIME_H || _LIBC.
3175         (__set_errno): Define this macro if <errno.h> doesn't.
3176         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
3177         Define these macros if <stdio.h> doesn't.
3178         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
3179         Define these macros if <sys/stat.h> doesn't.
3180         Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
3181         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64,
3182         lxstat64, __xstat64): Define if not _LIBC.
3183         (struct_stat64): New macro.
3184         (direxists, __gen_tempname): Use it, to avoid a
3185         portability problem with Solaris 8.
3186         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
3187         (__gen_tempname): Invoke gettimeofday only if
3188         HAVE_GETTIMEOFDAY || _LIBC; otherwise, fall back on plain "time".
3189         Use portable macros like S_IRUSR | S_IWUSR rather than nonportable
3190         octal values like 0600.
3192 2001-02-26  Ulrich Drepper  <drepper@redhat.com>
3194         * sysdeps/ieee754/ldbl-96/e_jnl.c: New file.
3195         Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
3197         * sysdeps/i386/fpu/libm-test-ulps: Update for jnl and ynl introduction.
3198         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
3200         * posix/wordexp-test.c (testit): Remove warnings.
3202         * dlfcn/Makefile (distribute): Add modatexit.c and modcxaatexit.c.
3203         (tests): Add tstatexit and tstcxaatexit.
3204         (module-names): Add modatexit and modcxaatexit.
3205         Add rules to build and run tstatexit and tstcxaatexit.
3206         * dlfcn/modatexit.c: New file.
3207         * dlfcn/modcxaatexit.c: New file.
3208         * dlfcn/tstatexit.c: New file.
3209         * dlfcn/tstcxaatexit.c: New file.
3211         * io/Makefile: Pass -DHAVE_DOT_HIDDEN to stat and mknod functions if
3212         .hidden is available.
3213         * io/stat.c: If .hidden is available use it to avoid exporting
3214         functions.
3215         * io/fstat.c: Likewise.
3216         * io/lstat.c: Likewise.
3217         * io/stat64.c: Likewise.
3218         * io/fstat64.c: Likewise.
3219         * io/lstat64.c: Likewise.
3220         * sysdeps/generic/mknod.c: Likewise.
3222         * malloc/mtrace.c: Use __cxa_atexit and not atexit.
3223         * sysdeps/generic/bb_init_func.c: Likewise.
3224         * sysdeps/generic/libc-start.c: Likewise.
3226         * stdlib/atexit.c (__new_exitfn): Move to cxa_atexit.c.
3227         (atexit): Implement using __cxa_atexit.
3228         Use .hidden if availble to avoid exporting atexit.
3229         * stdlib/cxa_atexit.c (__new_exitfn): Moved to here from atexit.c.
3230         * stdlib/Versions: Export __new_exitfn for GLIBC_2.2.3.
3231         * stdlib/Makefile (routines): Add old_atexit.
3232         (static-only-routines): Add atexit.
3233         Pass -DHAVE_DOT_HIDDEN for atexit.c if .hidden is available.
3234         * stdlib/old_atexit.c: New file.
3236         * intl/Makefile: Remove bogus endif.
3238 2001-02-26  Andreas Jaeger  <aj@suse.de>
3240         * iconvdata/Makefile (tests): Fix typo in last patch.
3242         * intl/Makefile (tests): Run mtrace-tst-gettext only when perl is
3243         available.
3244         Reported by Achim Gottinger <achim@gentoo.org>.
3246 2001-02-25  Andreas Jaeger  <aj@suse.de>
3248         * intl/Makefile (plural.c): Reorder rules so that they work if
3249         BISON doesn't exist.
3251 2001-02-25  Ulrich Drepper  <drepper@redhat.com>
3253         * intl/locale.alias: Don't use nb_NO but define aliases for it.
3255 2001-02-23  Ulrich Drepper  <drepper@redhat.com>
3257         * sysdeps/i386/strtok.S: Continue to return NULL after the first
3258         time this happened.
3260 2001-02-23  Andreas Jaeger  <aj@suse.de>
3262         * string/tester.c (test_strtok_r): Add testcase.
3263         (test_strtok_r): Always initialize cp for proper checking.
3265         * sysdeps/generic/strtok.c (strtok): Handle case of first strtok
3266         returning NULL correctly.
3267         Patch by Fumitoshi UKAI <ukai@debian.or.jp>.
3268         * sysdeps/generic/strtok_r.c (__strtok_r): Likewise.
3270 2001-02-23  Ulrich Drepper  <drepper@redhat.com>
3272         * sysdeps/unix/sysv/aix/bits/types.h: Define __need_NULL before
3273         including <stddef.h>.
3274         * sysdeps/unix/sysv/aix/write.c: Define alias __libc_write.
3275         * include/libc-symbols.h (weak_alias): Don't use .weak if
3276         HAVE_ASM_GLOBAL_DOT_NAME is defined.
3277         Patches by Michael Keezer <mkeezer@redhat.com>.
3279         * sysdeps/generic/ftime.c: Don't include <sys/time.h> at all.
3280         Patch by Michael Keezer <mkeezer@redhat.com>.
3282         * sysdeps/unix/sysv/aix/Dist: Remove restf.S and savef.S.
3283         * sysdeps/unix/sysv/aix/Makefile [$(subdir) == misc]
3284         (sysdep_routines): Remove restf.S and savef.S.
3285         * sysdeps/unix/sysv/aix/restf.S. Removed.
3286         * sysdeps/unix/sysv/aix/savef.S. Removed.
3287         * sysdeps/powerpc/fprrest.S: Use C_TEXT to define label.  Also define
3288         alternative names used on some platforms.
3289         * sysdeps/powerpc/fprsave.S: Likewise.
3290         * sysdeps/powerpc/gprrest0.S: Likewise.
3291         * sysdeps/powerpc/gprrest1.S: Likewise.
3292         * sysdeps/powerpc/gprsave0.S: Likewise.
3293         * sysdeps/powerpc/gprsave1.S: Likewise.
3294         Patch by Michael Keezer <mkeezer@redhat.com>.
3296 2001-02-22  Ulrich Drepper  <drepper@redhat.com>
3298         * sysdeps/i386/elf/start.S (_fp_hw): Actually define label.
3300 2001-02-22  Andreas Jaeger  <aj@suse.de>
3302         * string/tst-strtok.c (main): Fix error messages.
3304 2001-02-22  Andreas Jaeger  <aj@suse.de>
3306         * math/Makefile: Remove omit-long-double-fcts.
3308 2001-02-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3310         * sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to
3311         avoid problems on MIPS I.
3312         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
3314         * sysdeps/mips/dl-machine.h (RTLD_START): Remove duplicate ".set
3315         noreorder".
3317 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
3319         * posix/fnmatch_loop.c: Handle ranges outside glibc correctly.
3321         * sysdeps/generic/ftime.c: Include <time.h>.
3323         * configure.in: Don't check for libgd if user passed --without-gd.
3324         Patch by Achim Gottinger <achim@gentoo.org>.
3326         * sysdeps/i386/i686/strtok.S: Continue to return NULL after the
3327         first time this happened.
3328         * string/Makefile (tests): Add tst-strtok.
3330 2001-02-21  Andreas Jaeger  <aj@suse.de>
3332         * string/tst-strtok.c: New testcase, reported by
3333         Andrew Church <achurch@achurch.org>.
3335 2001-02-20  Ulrich Drepper  <drepper@redhat.com>
3337         * libio/iofwide.c: Remove fwide alias.
3339 2001-02-20  Andreas Jaeger  <aj@suse.de>
3341         * iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl
3342         is available.
3343         Reported by Achim Gottinger <achim@gentoo.org>.
3345 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
3347         * iconv/tst-iconv1.c (main): Remove debugging code.
3349         * sysdeps/ieee754/flt-32/e_powf.c: Handle x == +-1 correctly.
3350         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3352         * sysdeps/generic/e_scalb.c: Set invalid exception for invalid
3353         parameters.
3354         * sysdeps/generic/e_scalbf.c: Likewise.
3355         * sysdeps/generic/e_scalbl.c: Likewise.
3357         * sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error,
3358         libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also
3359         in libc.
3360         (routines): Replace libm_error with libc_libm_error.
3361         * sysdeps/ia64/fpu/Dist: Add libc_libm_error.c.
3362         * sysdeps/ia64/fpu/libc_libm_error.c: New file.
3364 2001-02-18  Mark Kettenis  <kettenis@gnu.org>
3366         * malloc/mtrace.c [USE_IN_LIBIO]: Define fopen as _IO_fopen64.
3367         (mtrace): Revert 2001-02-13 patch: use fopen instead of fopen64.
3369 2001-02-17  H.J. Lu  <hjl@gnu.org>
3371         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use clone2 and don't use
3372         scratch registers across the system call.
3374 2001-02-19  Andreas Jaeger  <aj@suse.de>
3376         * malloc/Makefile (tests): Run mtrace only when perl is available.
3377         Reported by Achim Gottinger <achim@gentoo.org>.
3379 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
3381         * sysdeps/ieee754/ldbl-96/e_j1l.c: New file.
3382         Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
3384         * sysdeps/i386/fpu/libm-test-ulps: Adjust error values for j1 and y1.
3385         * sysdeps/ia64/fpu/libm-test-ulps: Adjust error values for y1.
3386         * math/libm-test.inc (j1_test): Mark constants as long double.
3387         (jn_test): Likewise.
3388         (y1_test): Likewise.
3389         (yn_test): Likewise.
3391         * libio/iogetline.c: Move return until after last statement.
3393         * localedata/show-ucs-data.c: Don't show < > for better readability.
3395         * sysdeps/ia64/fpu/Dist: New file.
3396         * sysdeps/ia64/fpu/Makefile: New file.
3397         * sysdeps/ia64/fpu/Versions: New file.
3398         * sysdeps/ia64/fpu/e_acos.S: New file.
3399         * sysdeps/ia64/fpu/e_acosf.S: New file.
3400         * sysdeps/ia64/fpu/e_acosl.S: New file.
3401         * sysdeps/ia64/fpu/e_asin.S: New file.
3402         * sysdeps/ia64/fpu/e_asinf.S: New file.
3403         * sysdeps/ia64/fpu/e_asinl.S: New file.
3404         * sysdeps/ia64/fpu/e_atan2.S: New file.
3405         * sysdeps/ia64/fpu/e_atan2f.S: New file.
3406         * sysdeps/ia64/fpu/e_atan2l.c: New file.
3407         * sysdeps/ia64/fpu/e_cosh.S: New file.
3408         * sysdeps/ia64/fpu/e_coshf.S: New file.
3409         * sysdeps/ia64/fpu/e_coshl.S: New file.
3410         * sysdeps/ia64/fpu/e_exp.S: New file.
3411         * sysdeps/ia64/fpu/e_expf.S: New file.
3412         * sysdeps/ia64/fpu/e_expl.c: New file.
3413         * sysdeps/ia64/fpu/e_fmod.S: New file.
3414         * sysdeps/ia64/fpu/e_fmodf.S: New file.
3415         * sysdeps/ia64/fpu/e_fmodl.S: New file.
3416         * sysdeps/ia64/fpu/e_hypot.S: New file.
3417         * sysdeps/ia64/fpu/e_hypotf.S: New file.
3418         * sysdeps/ia64/fpu/e_hypotl.S: New file.
3419         * sysdeps/ia64/fpu/e_log.S: New file.
3420         * sysdeps/ia64/fpu/e_log10.c: New file.
3421         * sysdeps/ia64/fpu/e_log10f.c: New file.
3422         * sysdeps/ia64/fpu/e_log10l.c: New file.
3423         * sysdeps/ia64/fpu/e_logf.S: New file.
3424         * sysdeps/ia64/fpu/e_logl.c: New file.
3425         * sysdeps/ia64/fpu/e_pow.S: New file.
3426         * sysdeps/ia64/fpu/e_powf.S: New file.
3427         * sysdeps/ia64/fpu/e_powl.S: New file.
3428         * sysdeps/ia64/fpu/e_rem_pio2.c: New file.
3429         * sysdeps/ia64/fpu/e_rem_pio2f.c: New file.
3430         * sysdeps/ia64/fpu/e_remainder.S: New file.
3431         * sysdeps/ia64/fpu/e_remainderf.S: New file.
3432         * sysdeps/ia64/fpu/e_remainderl.S: New file.
3433         * sysdeps/ia64/fpu/e_scalb.S: New file.
3434         * sysdeps/ia64/fpu/e_scalbf.S: New file.
3435         * sysdeps/ia64/fpu/e_scalbl.S: New file.
3436         * sysdeps/ia64/fpu/e_sinh.S: New file.
3437         * sysdeps/ia64/fpu/e_sinhf.S: New file.
3438         * sysdeps/ia64/fpu/e_sinhl.S: New file.
3439         * sysdeps/ia64/fpu/e_sqrt.S: New file.
3440         * sysdeps/ia64/fpu/e_sqrtf.S: New file.
3441         * sysdeps/ia64/fpu/e_sqrtl.S: New file.
3442         * sysdeps/ia64/fpu/k_rem_pio2.c: New file.
3443         * sysdeps/ia64/fpu/k_rem_pio2f.c: New file.
3444         * sysdeps/ia64/fpu/k_rem_pio2l.c: New file.
3445         * sysdeps/ia64/fpu/libm_atan2_reg.S: New file.
3446         * sysdeps/ia64/fpu/libm_error.c: New file.
3447         * sysdeps/ia64/fpu/libm_frexp4.S: New file.
3448         * sysdeps/ia64/fpu/libm_frexp4f.S: New file.
3449         * sysdeps/ia64/fpu/libm_frexp4l.S: New file.
3450         * sysdeps/ia64/fpu/libm_reduce.S: New file.
3451         * sysdeps/ia64/fpu/libm_support.h: New file.
3452         * sysdeps/ia64/fpu/libm_tan.S: New file.
3453         * sysdeps/ia64/fpu/s_atan.S: New file.
3454         * sysdeps/ia64/fpu/s_atanf.S: New file.
3455         * sysdeps/ia64/fpu/s_atanl.S: New file.
3456         * sysdeps/ia64/fpu/s_cbrt.S: New file.
3457         * sysdeps/ia64/fpu/s_cbrtf.S: New file.
3458         * sysdeps/ia64/fpu/s_cbrtl.S: New file.
3459         * sysdeps/ia64/fpu/s_ceil.S: New file.
3460         * sysdeps/ia64/fpu/s_ceilf.S: New file.
3461         * sysdeps/ia64/fpu/s_ceill.S: New file.
3462         * sysdeps/ia64/fpu/s_cos.S: New file.
3463         * sysdeps/ia64/fpu/s_cosf.S: New file.
3464         * sysdeps/ia64/fpu/s_cosl.S: New file.
3465         * sysdeps/ia64/fpu/s_expm1.S: New file.
3466         * sysdeps/ia64/fpu/s_expm1f.S: New file.
3467         * sysdeps/ia64/fpu/s_expm1l.S: New file.
3468         * sysdeps/ia64/fpu/s_floor.S: New file.
3469         * sysdeps/ia64/fpu/s_floorf.S: New file.
3470         * sysdeps/ia64/fpu/s_floorl.S: New file.
3471         * sysdeps/ia64/fpu/s_frexp.c: New file.
3472         * sysdeps/ia64/fpu/s_frexpf.c: New file.
3473         * sysdeps/ia64/fpu/s_frexpl.c: New file.
3474         * sysdeps/ia64/fpu/s_ilogb.S: New file.
3475         * sysdeps/ia64/fpu/s_ilogbf.S: New file.
3476         * sysdeps/ia64/fpu/s_ilogbl.S: New file.
3477         * sysdeps/ia64/fpu/s_ldexp.S: New file.
3478         * sysdeps/ia64/fpu/s_ldexpf.S: New file.
3479         * sysdeps/ia64/fpu/s_ldexpl.S: New file.
3480         * sysdeps/ia64/fpu/s_log1p.S: New file.
3481         * sysdeps/ia64/fpu/s_log1pf.S: New file.
3482         * sysdeps/ia64/fpu/s_log1pl.S: New file.
3483         * sysdeps/ia64/fpu/s_logb.S: New file.
3484         * sysdeps/ia64/fpu/s_logbf.S: New file.
3485         * sysdeps/ia64/fpu/s_logbl.S: New file.
3486         * sysdeps/ia64/fpu/s_matherrf.c: New file.
3487         * sysdeps/ia64/fpu/s_matherrl.c: New file.
3488         * sysdeps/ia64/fpu/s_modf.S: New file.
3489         * sysdeps/ia64/fpu/s_modff.S: New file.
3490         * sysdeps/ia64/fpu/s_modfl.S: New file.
3491         * sysdeps/ia64/fpu/s_nearbyint.S: New file.
3492         * sysdeps/ia64/fpu/s_nearbyintf.S: New file.
3493         * sysdeps/ia64/fpu/s_nearbyintl.S: New file.
3494         * sysdeps/ia64/fpu/s_rint.S: New file.
3495         * sysdeps/ia64/fpu/s_rintf.S: New file.
3496         * sysdeps/ia64/fpu/s_rintl.S: New file.
3497         * sysdeps/ia64/fpu/s_round.S: New file.
3498         * sysdeps/ia64/fpu/s_roundf.S: New file.
3499         * sysdeps/ia64/fpu/s_roundl.S: New file.
3500         * sysdeps/ia64/fpu/s_scalbn.S: New file.
3501         * sysdeps/ia64/fpu/s_scalbnf.S: New file.
3502         * sysdeps/ia64/fpu/s_scalbnl.S: New file.
3503         * sysdeps/ia64/fpu/s_significand.S: New file.
3504         * sysdeps/ia64/fpu/s_significandf.S: New file.
3505         * sysdeps/ia64/fpu/s_significandl.S: New file.
3506         * sysdeps/ia64/fpu/s_sin.c: New file.
3507         * sysdeps/ia64/fpu/s_sincos.c: New file.
3508         * sysdeps/ia64/fpu/s_sincosf.c: New file.
3509         * sysdeps/ia64/fpu/s_sincosl.c: New file.
3510         * sysdeps/ia64/fpu/s_sinf.c: New file.
3511         * sysdeps/ia64/fpu/s_sinl.c: New file.
3512         * sysdeps/ia64/fpu/s_tan.S: New file.
3513         * sysdeps/ia64/fpu/s_tanf.S: New file.
3514         * sysdeps/ia64/fpu/s_tanl.S: New file.
3515         * sysdeps/ia64/fpu/s_trunc.S: New file.
3516         * sysdeps/ia64/fpu/s_truncf.S: New file.
3517         * sysdeps/ia64/fpu/s_truncl.S: New file.
3518         * sysdeps/ia64/fpu/w_acos.c: New file.
3519         * sysdeps/ia64/fpu/w_acosf.c: New file.
3520         * sysdeps/ia64/fpu/w_acosl.c: New file.
3521         * sysdeps/ia64/fpu/w_asin.c: New file.
3522         * sysdeps/ia64/fpu/w_asinf.c: New file.
3523         * sysdeps/ia64/fpu/w_asinl.c: New file.
3524         * sysdeps/ia64/fpu/w_atan2.c: New file.
3525         * sysdeps/ia64/fpu/w_atan2f.c: New file.
3526         * sysdeps/ia64/fpu/w_atan2l.c: New file.
3527         * sysdeps/ia64/fpu/w_cosh.c: New file.
3528         * sysdeps/ia64/fpu/w_coshf.c: New file.
3529         * sysdeps/ia64/fpu/w_coshl.c: New file.
3530         * sysdeps/ia64/fpu/w_exp.c: New file.
3531         * sysdeps/ia64/fpu/w_expf.c: New file.
3532         * sysdeps/ia64/fpu/w_fmod.c: New file.
3533         * sysdeps/ia64/fpu/w_fmodf.c: New file.
3534         * sysdeps/ia64/fpu/w_fmodl.c: New file.
3535         * sysdeps/ia64/fpu/w_hypot.c: New file.
3536         * sysdeps/ia64/fpu/w_hypotf.c: New file.
3537         * sysdeps/ia64/fpu/w_hypotl.c: New file.
3538         * sysdeps/ia64/fpu/w_log.c: New file.
3539         * sysdeps/ia64/fpu/w_log10.c: New file.
3540         * sysdeps/ia64/fpu/w_log10f.c: New file.
3541         * sysdeps/ia64/fpu/w_log10l.c: New file.
3542         * sysdeps/ia64/fpu/w_logf.c: New file.
3543         * sysdeps/ia64/fpu/w_logl.c: New file.
3544         * sysdeps/ia64/fpu/w_pow.c: New file.
3545         * sysdeps/ia64/fpu/w_powf.c: New file.
3546         * sysdeps/ia64/fpu/w_powl.c: New file.
3547         * sysdeps/ia64/fpu/w_remainder.c: New file.
3548         * sysdeps/ia64/fpu/w_remainderf.c: New file.
3549         * sysdeps/ia64/fpu/w_remainderl.c: New file.
3550         * sysdeps/ia64/fpu/w_scalb.c: New file.
3551         * sysdeps/ia64/fpu/w_scalbf.c: New file.
3552         * sysdeps/ia64/fpu/w_scalbl.c: New file.
3553         * sysdeps/ia64/fpu/w_sqrt.c: New file.
3554         * sysdeps/ia64/fpu/w_sqrtf.c: New file.
3555         * sysdeps/ia64/fpu/w_sqrtl.c: New file.
3556         * sysdeps/ia64/fpu/libm-test-ulps: Adjust for long double
3557         implementation.
3558         * sysdeps/ia64/fpu/bits/mathdef.h: Correct float_t and double_t types.
3559         Change FP_ILOGBNAN for new implementation.
3560         * Verions.def: Add 2.2.3 versions.
3562 2001-02-18  Ulrich Drepper  <drepper@redhat.com>
3564         * math/libm-test.inc (scalb_test): Require invalid exception being
3565         raised for invalid parameters.
3566         * sysdeps/i386/fpu/e_scalb.S: Raise invalid exception if necessary.
3567         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
3568         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
3570 2001-02-18  Mark Kettenis  <kettenis@gnu.org>
3572         * sysdeps/mach/getsysstats.c (__get_phys_pages): Change return
3573         value to long int.
3574         (__get_avphys_pages): Likewise.
3576 2001-02-18  Ulrich Drepper  <drepper@redhat.com>
3578         * math/libm-test.inc (pow_test): Correct expected results for x == +-1.
3579         * sysdeps/i386/fpu/e_pow.S: Handle x == +-1 correctly.
3580         * sysdeps/i386/fpu/e_powf.S: Likewise.
3581         * sysdeps/i386/fpu/e_powl.S: Likewise.
3583         * sysdeps/i386/fpu/bits/mathinline.h: Remove pow inline code.
3585 2001-02-17  Ulrich Drepper  <drepper@redhat.com>
3587         * math/Makefile (libm-calls): It's e_exp2 not s_exp2.
3589         * sysdeps/generic/s_exp2l.c: Renamed to...
3590         * sysdeps/generic/e_exp2l.c: ...this.   New file.
3591         * sysdeps/i386/fpu/s_exp2.S: Renamed to...
3592         * sysdeps/i386/fpu/e_exp2.S: ...this.   New file.
3593         * sysdeps/i386/fpu/s_exp2f.S: Renamed to...
3594         * sysdeps/i386/fpu/e_exp2f.S: ...this.   New file.
3595         * sysdeps/i386/fpu/s_exp2l.S: Renamed to...
3596         * sysdeps/i386/fpu/e_exp2l.S: ...this.   New file.
3597         * sysdeps/ieee754/flt-32/s_exp2f.c: Renamed to...
3598         * sysdeps/ieee754/flt-32/e_exp2f.c: ...this.   New file.
3599         * sysdeps/ieee754/dbl-64/s_exp2.c: Renamed to...
3600         * sysdeps/ieee754/dbl-64/e_exp2.c: ...this.   New file.
3601         * sysdeps/m68k/fpu/s_exp2.c: Renamed to...
3602         * sysdeps/m68k/fpu/e_exp2.c: ...this.   New file.
3603         * sysdeps/m68k/fpu/s_exp2f.c: Renamed to...
3604         * sysdeps/m68k/fpu/e_exp2f.c: ...this.   New file.
3605         * sysdeps/m68k/fpu/s_exp2l.c: Renamed to...
3606         * sysdeps/m68k/fpu/e_exp2l.c: ...this.   New file.
3608 2001-02-17  Andreas Jaeger  <aj@suse.de>
3610         * configure.in: Allow gcc 3.
3612 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
3614         * math/w_acos.c: Move to ...
3615         * sysdeps/generic/w_acos.c: ...here.  New file.
3616         * math/w_acosf.c: Move to ...
3617         * sysdeps/generic/w_acosf.c: ...here.  New file.
3618         * math/w_acosh.c: Move to ...
3619         * sysdeps/generic/w_acosh.c: ...here.  New file.
3620         * math/w_acoshf.c: Move to ...
3621         * sysdeps/generic/w_acoshf.c: ...here.  New file.
3622         * math/w_acoshl.c: Move to ...
3623         * sysdeps/generic/w_acoshl.c: ...here.  New file.
3624         * math/w_acosl.c: Move to ...
3625         * sysdeps/generic/w_acosl.c: ...here.  New file.
3626         * math/w_asin.c: Move to ...
3627         * sysdeps/generic/w_asin.c: ...here.  New file.
3628         * math/w_asinf.c: Move to ...
3629         * sysdeps/generic/w_asinf.c: ...here.  New file.
3630         * math/w_asinl.c: Move to ...
3631         * sysdeps/generic/w_asinl.c: ...here.  New file.
3632         * math/w_atan2.c: Move to ...
3633         * sysdeps/generic/w_atan2.c: ...here.  New file.
3634         * math/w_atan2f.c: Move to ...
3635         * sysdeps/generic/w_atan2f.c: ...here.  New file.
3636         * math/w_atan2l.c: Move to ...
3637         * sysdeps/generic/w_atan2l.c: ...here.  New file.
3638         * math/w_atanh.c: Move to ...
3639         * sysdeps/generic/w_atanh.c: ...here.  New file.
3640         * math/w_atanhf.c: Move to ...
3641         * sysdeps/generic/w_atanhf.c: ...here.  New file.
3642         * math/w_atanhl.c: Move to ...
3643         * sysdeps/generic/w_atanhl.c: ...here.  New file.
3644         * math/w_cosh.c: Move to ...
3645         * sysdeps/generic/w_cosh.c: ...here.  New file.
3646         * math/w_coshf.c: Move to ...
3647         * sysdeps/generic/w_coshf.c: ...here.  New file.
3648         * math/w_coshl.c: Move to ...
3649         * sysdeps/generic/w_coshl.c: ...here.  New file.
3650         * math/w_drem.c: Move to ...
3651         * sysdeps/generic/w_drem.c: ...here.  New file.
3652         * math/w_dremf.c: Move to ...
3653         * sysdeps/generic/w_dremf.c: ...here.  New file.
3654         * math/w_dreml.c: Move to ...
3655         * sysdeps/generic/w_dreml.c: ...here.  New file.
3656         * math/w_exp10.c: Move to ...
3657         * sysdeps/generic/w_exp10.c: ...here.  New file.
3658         * math/w_exp10f.c: Move to ...
3659         * sysdeps/generic/w_exp10f.c: ...here.  New file.
3660         * math/w_exp10l.c: Move to ...
3661         * sysdeps/generic/w_exp10l.c: ...here.  New file.
3662         * math/w_exp2.c: Move to ...
3663         * sysdeps/generic/w_exp2.c: ...here.  New file.
3664         * math/w_exp2f.c: Move to ...
3665         * sysdeps/generic/w_exp2f.c: ...here.  New file.
3666         * math/w_exp2l.c: Move to ...
3667         * sysdeps/generic/w_exp2l.c: ...here.  New file.
3668         * math/w_fmod.c: Move to ...
3669         * sysdeps/generic/w_fmod.c: ...here.  New file.
3670         * math/w_fmodf.c: Move to ...
3671         * sysdeps/generic/w_fmodf.c: ...here.  New file.
3672         * math/w_fmodl.c: Move to ...
3673         * sysdeps/generic/w_fmodl.c: ...here.  New file.
3674         * math/w_hypot.c: Move to ...
3675         * sysdeps/generic/w_hypot.c: ...here.  New file.
3676         * math/w_hypotf.c: Move to ...
3677         * sysdeps/generic/w_hypotf.c: ...here.  New file.
3678         * math/w_hypotl.c: Move to ...
3679         * sysdeps/generic/w_hypotl.c: ...here.  New file.
3680         * math/w_j0.c: Move to ...
3681         * sysdeps/generic/w_j0.c: ...here.  New file.
3682         * math/w_j0f.c: Move to ...
3683         * sysdeps/generic/w_j0f.c: ...here.  New file.
3684         * math/w_j0l.c: Move to ...
3685         * sysdeps/generic/w_j0l.c: ...here.  New file.
3686         * math/w_j1.c: Move to ...
3687         * sysdeps/generic/w_j1.c: ...here.  New file.
3688         * math/w_j1f.c: Move to ...
3689         * sysdeps/generic/w_j1f.c: ...here.  New file.
3690         * math/w_j1l.c: Move to ...
3691         * sysdeps/generic/w_j1l.c: ...here.  New file.
3692         * math/w_jn.c: Move to ...
3693         * sysdeps/generic/w_jn.c: ...here.  New file.
3694         * math/w_jnf.c: Move to ...
3695         * sysdeps/generic/w_jnf.c: ...here.  New file.
3696         * math/w_jnl.c: Move to ...
3697         * sysdeps/generic/w_jnl.c: ...here.  New file.
3698         * math/w_lgamma.c: Move to ...
3699         * sysdeps/generic/w_lgamma.c: ...here.  New file.
3700         * math/w_lgammaf.c: Move to ...
3701         * sysdeps/generic/w_lgammaf.c: ...here.  New file.
3702         * math/w_lgammaf_r.c: Move to ...
3703         * sysdeps/generic/w_lgammaf_r.c: ...here.  New file.
3704         * math/w_lgammal.c: Move to ...
3705         * sysdeps/generic/w_lgammal.c: ...here.  New file.
3706         * math/w_lgammal_r.c: Move to ...
3707         * sysdeps/generic/w_lgammal_r.c: ...here.  New file.
3708         * math/w_lgamma_r.c: Move to ...
3709         * sysdeps/generic/w_lgamma_r.c: ...here.  New file.
3710         * math/w_log10.c: Move to ...
3711         * sysdeps/generic/w_log10.c: ...here.  New file.
3712         * math/w_log10f.c: Move to ...
3713         * sysdeps/generic/w_log10f.c: ...here.  New file.
3714         * math/w_log10l.c: Move to ...
3715         * sysdeps/generic/w_log10l.c: ...here.  New file.
3716         * math/w_log.c: Move to ...
3717         * sysdeps/generic/w_log.c: ...here.  New file.
3718         * math/w_logf.c: Move to ...
3719         * sysdeps/generic/w_logf.c: ...here.  New file.
3720         * math/w_logl.c: Move to ...
3721         * sysdeps/generic/w_logl.c: ...here.  New file.
3722         * math/w_pow.c: Move to ...
3723         * sysdeps/generic/w_pow.c: ...here.  New file.
3724         * math/w_powf.c: Move to ...
3725         * sysdeps/generic/w_powf.c: ...here.  New file.
3726         * math/w_powl.c: Move to ...
3727         * sysdeps/generic/w_powl.c: ...here.  New file.
3728         * math/w_remainder.c: Move to ...
3729         * sysdeps/generic/w_remainder.c: ...here.  New file.
3730         * math/w_remainderf.c: Move to ...
3731         * sysdeps/generic/w_remainderf.c: ...here.  New file.
3732         * math/w_remainderl.c: Move to ...
3733         * sysdeps/generic/w_remainderl.c: ...here.  New file.
3734         * math/w_scalb.c: Move to ...
3735         * sysdeps/generic/w_scalb.c: ...here.  New file.
3736         * math/w_scalbf.c: Move to ...
3737         * sysdeps/generic/w_scalbf.c: ...here.  New file.
3738         * math/w_scalbl.c: Move to ...
3739         * sysdeps/generic/w_scalbl.c: ...here.  New file.
3740         * math/w_sinh.c: Move to ...
3741         * sysdeps/generic/w_sinh.c: ...here.  New file.
3742         * math/w_sinhf.c: Move to ...
3743         * sysdeps/generic/w_sinhf.c: ...here.  New file.
3744         * math/w_sinhl.c: Move to ...
3745         * sysdeps/generic/w_sinhl.c: ...here.  New file.
3746         * math/w_sqrtl.c: Move to ...
3747         * sysdeps/generic/w_sqrtl.c: ...here.  New file.
3748         * math/w_tgamma.c: Move to ...
3749         * sysdeps/generic/w_tgamma.c: ...here.  New file.
3750         * math/w_tgammaf.c: Move to ...
3751         * sysdeps/generic/w_tgammaf.c: ...here.  New file.
3752         * math/w_tgammal.c: Move to ...
3753         * sysdeps/generic/w_tgammal.c: ...here.  New file.
3755         * locale/programs/ld-address.c (address_finish): Add 'S' to allow
3756         formats for postal_fmt.
3758 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
3760         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Add
3761         __ftruncate64 alias.
3762         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (ftruncate):
3763         Likewise.
3765 2001-02-15  David Mosberger  <davidm@hpl.hp.com>
3767         * sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): No need to
3768         do "loadrs".  Writing to bspstore already takes care of
3769         invalidating the "clean" partition.
3771 2001-02-16  Andreas Schwab  <schwab@suse.de>
3773         * sysdeps/m68k/fpu/s_nextafterl.c: New file.
3774         * sysdeps/m68k/fpu/s_fpclassifyl.c: New file.
3776 2001-02-15  Jakub Jelinek  <jakub@redhat.com>
3778         * posix/regex.c (init_syntax_once): Add prototype.
3779         (TRANSLATE): If MBS_SUPPORT, translate all characters up to '\xff'.
3780         (re_search_2): Avoid warning.
3781         (count_mbs_length): Add prototype.
3782         * posix/tst-regex3.c: New file.
3783         * posix/Makefile (tests): Add bug-regex3.
3785 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
3787         * stdio-common/Makefile (tests): Add tst-gets.
3788         * stdio-common/tst-gets.c: New file.
3789         * stdio-common/tst-gets.input: New file.
3791         * elf/elf.h (DT_CHECKSUM): Define.
3793         * sysdeps/generic/strtoll.c: Don't export __strto*_internal as
3794         default symbol.
3795         * sysdeps/generic/strtoull.c: Likewise.
3797 2001-02-14  Wolfram Gloger  <wg@malloc.de>
3799         * malloc/malloc.c (new_heap): When allocating large chunk aligned
3800         to HEAP_MAX_SIZE, prefer one with lower address, to avoid `holes'
3801         between the heaps.
3803 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
3805         * math/libm-test.inc (j0_test): Check whether sincos is available.
3806         (j1_test): Likewise.
3807         (jn_test): Likewise.
3808         (y0_test): Likewise.
3809         (y1_test): Likewise.
3810         (yn_test): Likewise.
3812         * posix/tst-gnuglob.c: Make a few entries DT_UNKNOWN and teach
3813         fake filesystem routines to handle this.
3815         * time/sys/time.h: Make settimeofday and adjtime available if
3816         _BSD_SOURCE.
3818         * time/sys/time.h: Make timer* macros available for BSD.
3820         * iconvdata/gb18030.c: Update for Dec 2000 re-release of GB18030.
3821         Patch by Yong Li <rigel863@yahoo.com>.
3823         * sysdeps/generic/glob.c (CONVERT_DIRENT_DIRENT64): Fix copying of
3824         name.
3826         * posix/Makefile (tests): Add tst-gnuglob.
3827         * posix/tst-gnuglob.c: New file.
3829 2001-02-13  H.J. Lu  <hjl@gnu.org>
3831         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.
3833 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
3835         * locale/programs/ld-paper.c (paper_output): Pretty printing.
3837         * iconvdata/Makefile (modules): Add GBBIG5.
3838         (distribute): Add gbbig5.c.
3839         * iconvdata/gconv-modules: Add entries for GBBIG5 module.
3841         * iconvdata/gbbig5.c: New file.
3842         Contributed by Yong Li <rigel863@yahoo.com>.
3844 2001-02-13  Philip Blundell  <pb@futuretv.com>
3846         * manual/crypt.texi: Remove outdated references to crypt add-on.
3848         * manual/creature.texi: Improve wording slightly.
3850 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
3852         * io/ftw.c: Always use readdir64.
3853         * io/ftw64.c: Likewise.
3854         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3855         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3856         * sysdeps/generic/glob.c: Likewise.  Convert results of gl_readdir
3857         callback to dirent.  Still allow compiling outside glibc.
3858         * sysdeps/gnu/glob64.c: Define COMPILE_GLOB64.
3859         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
3861         * malloc/mtrace.c: Use fopen64.
3862         * posix/spawni.c: Use __open64.
3863         * sysdeps/unix/opendir.c: Likewise.
3864         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
3866         * sysdeps/generic/ftruncate64.c: Define __ftruncate64 and make old
3867         name a weak alias.
3868         * sysdeps/unix/sysv/aix/ftruncate64.c: Likewise.
3869         * sysdeps/unix/sysv/linux/ftruncate64.c: Likewise.
3870         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
3871         * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
3873         * resolv/res_data.c: Add cast to avoid warning.
3875         * include/unistd.h: Declare __ftruncate64.
3877         * sysdeps/generic/utmp_file.c: Use LFS functions and types.
3879         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use __lseek64
3880         instead of __lseek.
3882 2001-02-13  Andreas Jaeger  <aj@suse.de>
3884         * login/getutent_r.c: Include <stdlib.h> for NULL.
3885         * login/getutid_r.c: Likewise.
3887 2001-02-12  Ulrich Drepper  <drepper@redhat.com>
3889         * sysdeps/dbl-64/e_j0.c: Little optimization, use sincos.
3890         * sysdeps/dbl-64/e_j1.c: Likewise.
3891         * sysdeps/dbl-64/e_jn.c: Likewise.
3892         * sysdeps/flt-32/e_j0f.c: Likewise.
3893         * sysdeps/flt-32/e_j1f.c: Likewise.
3894         * sysdeps/ldbl-96/e_j0l.c: Likewise.
3896 2000-12-02  H.J. Lu  <hjl@gnu.org>
3898         * resolv/res_libc.c (res_init): Don't make it default.
3900 2001-02-12  Ulrich Drepper  <drepper@redhat.com>
3902         * manual/debug.texi: Improved the wording.
3903         Patch by Philip Blundell <pb@futuretv.com>.
3905 2001-02-12  Andreas Jaeger  <aj@suse.de>
3907         * posix/Makefile (tests): Don't run bug-regex2 when
3908         cross-compiling.
3910         * libio/Makefile (tests): Don't run test-freopen when
3911         cross-compiling.
3913         * manual/stdio.texi (Streams and I18N): Fix typos.
3915 2001-02-12  Ulrich Drepper  <drepper@redhat.com>
3917         * sysdeps/i386/fpu/libm-test-ulps: Adjust for errors in y0l.
3919         * math/libm-test.inc (j0_test): Make expected results long double
3920         constants.
3921         (y0_test): Likewise.
3923         * sysdeps/ieee754/ldbl-96/e_j0l.c: New file.
3924         Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
3926 2001-02-11  Jakub Jelinek  <jakub@redhat.com>
3928         * sysdeps/generic/strtoll.c (__strtoq_internal): Ressurect alias
3929         which was exported from libc.
3930         * sysdeps/generic/strtoull.c (__strtouq_internal): Likewise.
3932 2001-02-12  Andreas Jaeger  <aj@suse.de>
3934         * manual/arith.texi (Parsing of Integers): Fix some wordings.
3936 2001-02-11  Ulrich Drepper  <drepper@redhat.com>
3938         * sysdeps/generic/getsysstat.c: Change return value of get_phys_pages
3939         and get_avphys_page to long int.
3940         * sysdeps/unix/sysv/linux/getsysstat.c: Likewise.
3941         * include/sys/sysinfo.h: Likewise.
3942         * sysdeps/generic/sys/sysinfo.h: Likewise.
3943         * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
3945         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Fail if we
3946         cannot return as many values as the user asked for.
3948 2001-02-11  Andreas Jaeger  <aj@suse.de>
3950         * manual/resource.texi (Memory Resources): Fix typo.
3952         * libio/Makefile ($(objpfx)test-freopen.out): Pass
3953         run-program-prefix.
3955         * libio/test-freopen.sh: Use run_program_prefix.
3957 2001-02-10  Andreas Jaeger  <aj@suse.de>
3959         * stdlib/Makefile (tests): Don't run tst-fmtmsg when
3960         cross-compiling.
3961         ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix.
3963         * stdlib/tst-fmtmsg.sh (test): Use run_program_prefix for static
3964         only builds.
3966         * elf/Makefile (tests): Only run tst-pathopt with shared libs.
3968         * posix/Makefile: Fix typo, it's build-static-nss.
3970         * iconv/Makefile (extra-objs): New.
3972 2001-02-10  Mark Kettenis  <kettenis@gnu.org>
3974         * sysdeps/unix/stime.c: Include <time.h>.
3976         * sysdeps/mach/hurd/setitimer.c: Include <time.h>.
3978 2001-02-10  Andreas Jaeger  <aj@suse.de>
3980         * manual/string.texi (Search Functions): Fix typo.
3982 2001-02-10  Mark Kettenis  <kettenis@gnu.org>
3984         * sysdeps/unix/bsd/times.c: Reorder includes and add <time.h>.
3985         (timeval_to_clock_t): Add clk_tck argument and use that instead of
3986         CLK_TCK.
3987         (__times): Use __getclktck to get the number of clock ticks per
3988         second and use its return value instead of CLK_TCK.
3990 2001-02-10  Mark Kettenis  <kettenis@gnu.org>
3992         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (_HAVE_SA_LEN): Define.
3994 2001-02-10  Mark Kettenis  <kettenis@gnu.org>
3996         * sysdeps/mach/gettimeofday.c: Include <stddef.h>.
3998 2001-02-10  Andreas Jaeger  <aj@suse.de>
4000         * wctype/wcfuncs.c (func): Add prototype declarations to avoid
4001         warning.
4003 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
4005         * posix/Makefile: Add rules to build and run bug-regex2.
4006         * posix/bug-regex2.c: New file.
4008 2001-02-10  Jakub Jelinek  <jakub@redhat.com>
4010         * posix/regex.c (convert_mbs_to_wcs): Change is_binary to char *.
4011         (regex_compile): Likewise.
4012         (FREE_VARIABLES): Don't free is_binary1 and is_binary2.
4013         (re_match_2_internal): Use just is_binary instead of two variables.
4014         Use REGEX_TALLOC to allocate it and FREE_VAR to free on failure.
4016 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
4018         * version.h (VERSION): Bump to 2.2.2.
4020         * iconv/Makefile (distribute): Add iconv_charmap.c and
4021         dummy-repertoire.c.
4022         * elf/Makefile (distribute): Add firstobj.c.
4023         * Makefile (distribute): Add include/pthread.h.
4025         * configure.in: Require makeinfo version 4.
4027         * libio/tst_wscanf.c (main): Add cast to avoid warning.
4028         * libio/tst_swscanf.c (main): Likewise..
4030 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
4032         * sysdeps/generic/setenv.c (unsetenv): Remove const from len.
4033         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, fdim): Don't define if
4034         __NO_MATH_INLINES.
4035         * sysdeps/i386/dl-machine.h (elf_machine_rel): Only declare refsym
4036         if not RTLD_BOOTSTRAP.
4037         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
4038         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
4040 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
4042         * locale/programs/linereader.c (get_ident): Stop loop if EOF.  Use
4043         lr_ungetc to push back last read character.
4044         * locale/programs/linereader.h (lr_ungetc): Don't push back is
4045         character is EOF.
4046         (lr_ignore_rest): Don't warn about garbage if it is really the end
4047         of the file.
4049         * manual/Makefile: Use ifnottext and not ifinfo to protect Top node
4050         definition.
4052 2001-02-08  Ulrich Drepper  <drepper@redhat.com>
4054         * Makerules (build-shlib): Work around different order of
4055         processing of -B option in different gcc versions.
4057         * posix/regex.c: Fix alignment problem.
4058         Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4060         * sysdeps/alpha/strrchr.S: Little optimization.
4061         Patch by Richard Henderson <rth@redhat.com>.
4063         * sysdeps/alpha/alphaev67/strrchr.S: New file.
4064         Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.
4066 2001-02-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
4068         * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Correct function name
4069         in the assembler end directive.
4071 2001-02-08  Andreas Jaeger  <aj@suse.de>
4073         * manual/stdio.texi (Closing Streams): Fix typos.
4075 2001-02-07  Ulrich Drepper  <drepper@redhat.com>
4077         * sysdeps/alpha/alphaev67/strncat.S: Align last write address.
4078         Patch by Richard Henderson <rth@redhat.com>.
4079         Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>.
4081         * stdlib/strfmon.c [USE_IN_LIBIO]: Define lock variable and store
4082         pointer in FILE structure before calling _IO_init.
4083         * stdlib/Makefile: Add -D_IO_MTSAFE_IO to CFLAGS for strfmon and
4084         strfmon_l if necessary.
4085         Reported by Jury Gerold <gjury@grips.com>.
4087         * sysdeps/gnu/netinet/tcp.h: Correct values of TCP_ macros.
4088         Patch by Pekka.Pietikainen@cern.ch.
4090         * posix/regex.c: Correct several problems with 64-bit architectures
4091         introduced in the MBS changes.
4092         Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4094 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
4096         * math/tgmath.h: Only add l suffixes if __NO_LONG_DOUBLE_MATH is
4097         not defined.
4098         * sysdeps/alpha/fpu/bits/mathinline.h: Honour __NO_MATH_INLINES.
4100 2001-02-07  Andreas Jaeger  <aj@suse.de>
4102         * manual/install.texi (Tools for Compilation): Fix typo.
4103         Reported by Pavel Machek <pavel@bug.ucw.cz>.
4105 2001-02-07  Ulrich Drepper  <drepper@redhat.com>
4107         * stdlib/strtod.c: Never stop prematurely reading digits before the
4108         decimal point is found.  Compute exponent limit for negative exponents
4109         correctly.  For numbers ending in all zeros eat the zeros even before
4110         the decimal point if the exponent is negative [PR libc/2072].
4111         * stdlib/Makefile (tests): Add bug-strtod.
4112         * stdlib/bug-strtod.c: New file.
4114 2001-02-07  Andreas Jaeger  <aj@suse.de>
4116         * posix/bug-regex1.c: Include <wchar.h> for fwide.
4118 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
4120         * posix/regex.c (regex_compile): Don't store pointer in wchar_t array.
4121         Store index.
4122         (compile_range): Handle index being passed, not pointer.
4123         Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4125         * posix/regex.c: Fix a cast in the code for bracket handling which
4126         caused 8-bit uncleanliness.
4127         Patch by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>.
4129         * posix/Makefile (tests): Add bug-regex1.
4130         * posix/bug-regex1.c: New file.
4131         Contributed by Jim Meyering <jim@meyering.net>.
4133         * posix/regex.c: Many cleanups for incorrect format strings.
4135 2001-02-06  Andreas Jaeger  <aj@suse.de>
4137         * time/time.h (CLK_TCK): Check for !__STRICT_ANSI.
4139 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
4141         * locale/programs/locale.c (write_locales): Use scandir to read
4142         directory so that the entries are sorted.
4144 2001-02-06  Andreas Jaeger  <aj@suse.de>
4146         * include/pthread.h: New file.
4148         * wctype/wctype.h: Move internal interfaces from here to...
4149         * include/wctype.h: ...here.
4151         * wcsmbs/wchar.h: Move __wcslen from here to...
4152         * include/wchar.h: ...here.
4154         * posix/sys/wait.h: Move __wait from here to...
4155         * include/sys/wait.h: ...here.
4157         * string/string.h: Move __ffs and __strerror_r from here to...
4158         * include/string.h: ...here.
4160         * stdlib/stdlib.h: Move __on_exit from here to...
4161         * include/stdlib.h: ...here.
4163         * libio/stdio.h: Move __vsnprintf from here to...
4164         * include/stdio.h: ...here.
4166 2001-02-06  Andreas Schwab  <schwab@suse.de>
4168         * sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernel
4169         headers.
4171         * timezone/Makefile: Don't assume that $(inst_zonedir) is a subdir
4172         of $(inst_datadir).
4174 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
4176         * iconvdata/Makefile: Add dependency for bug-iconv2.out.
4178 2001-02-06  Andreas Jaeger  <aj@suse.de>
4180         * elf/firstobj.c: Add prototype.
4182         * posix/regex.c (convert_mbs_to_wcs): Make static, add prototype
4183         (truncate_wchar): Likewise.
4185 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
4187         * locale/programs/locale.c: Implement --verbose option for -a
4188         which prints detailed information about the locales.
4190 2001-02-05  Ulrich Drepper  <drepper@redhat.com>
4192         * sunrpc/xdr_rec.c (set_input_fragment): Change type of header
4193         variable to uint32_t.
4194         Reported by Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>.
4196 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
4198         * locale/C-translit.h.in: Add transliterations for CJK units of
4199         measurement.
4201 2001-02-05  Ulrich Drepper  <drepper@redhat.com>
4203         * elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf
4204         string.  Include <inttypes.h> instead of <stdint.h>.
4206         * localedata/Makefile (tests): Add bug-iconv-trans.
4207         Define bug-iconv-trans-ENV.
4208         * localedata/bug-iconv-trans.c: New file.
4210 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
4212         * iconv/gconv_trans.c (__gconv_transliterate): Use a temporary output
4213         pointer, to avoid accumulating output from incomplete (unsuccessful)
4214         transliteration attempts.
4216 2001-02-05  Ulrich Drepper  <drepper@redhat.com>
4218         * elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf
4219         string.  Include <inttypes.h> instead of <stdint.h>.
4221         * configure.in: Add check for bison.
4222         * config.make.in: Define BISON variable.
4223         * intl/Makefile: Use BISON instead of YACC when generating plural.c.
4224         Rename YFLAGS to BISONFLAGS.
4226 2001-02-05  Andreas Jaeger  <aj@suse.de>
4228         * io/test-lfs.c (do_test): Test lseek64 return value, call
4229         test_ftello.
4230         (test_ftello): New function to test ftello64 and fseeko64.
4232         * signal/signal.h: Move __sigaction from here to...
4233         * include/signal.h: ...here.
4235         * io/fcntl.h: Move __fcntl and __open to...
4236         * include/fcntl.h: ...here.
4238 2001-02-04  Philip Blundell  <philb@gnu.org>
4240         * configure.in: Distinguish ARM from Thumb.
4242 2001-02-04  Philip Blundell  <philb@gnu.org>
4244         * sysdeps/arm/dl-machine.h (elf_machine_rel): Correct handling of
4245         PC24 relocs with negative value.
4247 2001-02-04  Ulrich Drepper  <drepper@redhat.com>
4249         * iconv/Makefile (iconv_prog-modules): Define.  Add vpath to find
4250         files in locale/programs.  Add CFLAGS definition to allow compiling
4251         localedef files.
4252         * iconv/dummy-repertoire.c: New file.
4253         * iconv/iconv_charmap.c: New file.
4254         * iconv/iconv_prog.h: New file.
4255         * iconv/iconv_prog.c: Make verbose and omit_invalid global.
4256         (main): If parameter for -f and -t contain slashes try first to resolve
4257         the strings as filenames of charmap files.  Use them for conversion
4258         in this case.
4259         * iconvdata/run-iconv-test.sh: If charmaps exist also run tests with
4260         iconv getting charmap names as parameters.
4261         * locale/programs/linereader.c (lr_token): Take extra parameters
4262         verbose and pass it to get_string.
4263         (get_string): Take extra parameters verbose.
4264         * locale/programs/charmap.c (parse_charmap): Take extra parameters
4265         verbose and be_quiet.  Change all callers of lr_token and
4266         parse_charmap.
4267         * locale/programs/charmap.h: Likewise.
4268         * locale/programs/ld-address.c: Likewise.
4269         * locale/programs/ld-collate.c: Likewise.
4270         * locale/programs/ld-ctype.c: Likewise.
4271         * locale/programs/ld-identification.c: Likewise.
4272         * locale/programs/ld-measurement.c: Likewise.
4273         * locale/programs/ld-messages.c: Likewise.
4274         * locale/programs/ld-monetary.c: Likewise.
4275         * locale/programs/ld-name.c: Likewise.
4276         * locale/programs/ld-numeric.c: Likewise.
4277         * locale/programs/ld-paper.c: Likewise.
4278         * locale/programs/ld-telephone.c: Likewise.
4279         * locale/programs/ld-time.c: Likewise.
4280         * locale/programs/linereader.c: Likewise.
4281         * locale/programs/linereader.h: Likewise.
4282         * locale/programs/localedef.c: Likewise.
4283         * locale/programs/locfile.c: Likewise.
4284         * locale/programs/locfile.h: Likewise.
4285         * locale/programs/repertoire.c: Likewise.
4287 2001-02-03  Ulrich Drepper  <drepper@redhat.com>
4289         * iconv/iconv_prog.c (main): If output file name is "-" write to
4290         stdout.
4291         (main): If -f or -t argument is missing use charset of the current
4292         locale.
4294 2001-02-03  Andreas Jaeger  <aj@suse.de>
4296         * sysdeps/i386/elf/start.S (_start): Align stack to 16-byte
4297         boundary for SSE/SSE-2 alignment.
4299         * posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to
4300         annexc.
4302 2001-02-03  Ulrich Drepper  <drepper@redhat.com>
4304         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: File was using crlf.
4305         Remove comma at end of enum.
4307         * elf/dl-init.c: Add a few __builtin_expect.
4309         * hesiod/hesiod.c: Remove unnecessary code.  Remove all uses of strcat.
4311 2001-02-02  Ulrich Drepper  <drepper@redhat.com>
4313         * hesiod/hesiod.c (hesiod_resolve): Also search HS records if
4314         errno is ECONNREFUSED.
4316         * posix/Makefile: Define MBS_SUPPORT for regex.c.
4317         * posix/regex.c: Implement multibyte character handling.
4318         Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
4320         * string/tst-svc.input: Add two more test cases.
4321         * string/tst-svc.expect: Modify to reflect new test cases.
4323 2001-02-01  Jakub Jelinek  <jakub@redhat.com>
4325         * sysdeps/posix/getaddrinfo.c (gaih_local, gaih_inet): Replace all
4326         tp->name tests with tp->name[0] tests.
4328 2001-01-29  Ben Collins  <bcollins@debian.org>
4330         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r):
4331         Fix check for name == NULL.
4333 2001-02-01  Ulrich Drepper  <drepper@redhat.com>
4335         * elf/Makefile: Add rules to build and run initfirst test.
4336         * elf/initfirst.c: New file.
4337         * elf/firstobj.c: New file.
4339         * Makerules (build-shlib): Add $(extra-B-$(@F:lib%.so=%).so).
4340         * configure.in: Test for -z initfirst linker option.
4341         * config.make.in: Add have-z-initfirst.
4342         * elf/dl-init.c (_dl_init): Split out actual initialization code in
4343         new function call_init.  If _dl_initfirst is non-NULL initialize first.
4344         * elf/dl-load.c (_dl_map_from_fd): If DF_1_INITFIRST flag is set
4345         remember object in _dl_initfirst.
4346         * elf/soinit.c: Remove special support for calling
4347         __pthread_initialize_minimal.
4349         * conform/conformtest.pl: Add missing $prepend in type test.
4351 2001-01-31  Ulrich Drepper  <drepper@redhat.com>
4353         * elf/elf.h (SHT_CHECKSUM): New definition.
4355         * posix/fnmatch_loop.c: Remove incorrect reverse condition in
4356         [. .] matching.  Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4357         * posix/tst-fnmatch.input: Add tests for [. .] in locales.
4359 2001-01-31  Mark Kettenis  <kettenis@gnu.org>
4361         * misc/sys/select.h: Include <bits/time.h> instead of <sys/time.h>
4362         to get definition of `struct timeval'.
4364 2001-01-31  Ulrich Drepper  <drepper@redhat.com>
4366         * posix/tst-fnmatch.input: Add test cases for de_DE.UTF-8 locale.
4367         * posix/fnmatch_loop.c: Fix handling of [= =] for multibyte charsets.
4369 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
4371         * iconv/gconv_open.c (__gconv_open): Set conv_flags if IGNORE is
4372         seen, not flags.
4374         * nis/nis_findserv.c: Include <time.h>.
4376 2001-01-30  Yong Li  <yong.li@asu.edu>
4378         * iconv/iconv_prog.c (main): Correct error handling method name.
4380 2001-01-29  Ben Collins  <bcollins@debian.org>
4382         * sysdeps/sparc/fpu/fraiseexcpt.c: Include <float.h>.
4383         * sysdeps/hppa/fpu/fraiseexcpt.c: Likewise.
4384         * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
4385         * sysdeps/s390/fpu/fraiseexcpt.c: Likewise.
4387 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
4389         * locale/programs/ld-measurement.c (measurement_finish): Fix a typo.
4390         Patch by Marko Myllynen <myllynen@lut.fi>.
4392         * string/bits/string2.h (__strpbrk_c2): Correct parameter types
4393         (int instead of char).
4394         (__strpbrk_c3): Likewise.
4395         Reported by GOTO Masanori <gotom@debian.or.jp>.
4397         * sysdeps/generic/bits/sockaddr.h: Remove SA_LEN macro.
4398         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Likewise.
4399         * include/sys/socket.h: Add SA_LEN here for internal use.
4400         Reported by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
4402 2001-01-29  Ulrich Drepper  <drepper@redhat.com>
4404         * malloc/Makefile: Don't build memusagestat if cross-compiling.
4406         * sysdeps/generic/dl-sysdep.c (set_seen): Fix typo.
4408         * math/libm-test.inc (rint_test): Add a few more tests for round
4409         to even rounding.
4411 2001-01-28  Ulrich Drepper  <drepper@redhat.com>
4413         * conform/data/pthread.h-data: Correct return type of pthread_exit.
4415         * conform/conformtest.pl: Add -fno-builtin to CFLAGS.
4417         * conform/data/stdlib.h-data: Add _Exit.
4419         * inet/arpa/inet.h: Don't include <sys/types.h>.  Define socklen_t
4420         if not already happened.
4421         * inet/netinet/in.h: Don't include <sys/types.h>, use <bits/types.h>.
4422         Don't include <limits.h> and <bits/sockaddr.h>.
4424         * conform/data/netinet/in.h-data: Allow all of <inttypes.h>.
4426         * conform/data/spawn.h-data: Allow all of <sched.h>.
4428         * sysdeps/ia64/fpu/fraiseexcpt.c: Include <float.h>.  Removed
4429         unused variable.
4431         * sunrpc/xdr_rec.c (xdrrec_getpos): Add cast to long to avoid warning.
4432         * sunrpc/xdr_sizeof.c (x_inline): Likewise.
4434         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include <float.h>.
4436         * conform/conformtest.pl: Define $mustprepend{"stdio.h"}.
4437         * libio/stdio.h: Define va_list correctly.
4439         * conform/data/pthread.h-data: Make priority protocol related
4440         functions optional.  Fix typos.
4442         * posix/sched.h: Define sched_priority as __sched_priority.
4443         * sysdeps/generic/bits/sched.h (struct sched_param): Rename element
4444         to __sched_priority.
4445         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4447 2001-01-27  Ulrich Drepper  <drepper@redhat.com>
4449         * sysdeps/generic/clock_getcpuclockid.c: Include <time.h> instead
4450         of <sys/time.h>.
4452         * sysdeps/unix/stime.c: Include <stddef.h> for NULL.
4453         * sysdeps/unix/time.c: Likewise.
4455         * conform/data/time.h-data: CLK_TCK is not in XPG6.  Fix tzname entry.
4456         * sysdeps/mach/hurd/bits/time.h: Don't define CLK_TCK for XPG6.
4457         * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
4458         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
4459         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
4460         * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
4461         * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
4462         * time/time.h: Likewise.
4464         * conform/conformtest.pl (@headers): Add complex.h and tgmath.h.
4465         * conform/data/complex.h-data: New file.
4466         * conform/data/tgmath.h-data: New file.
4468         * conform/data/wchar.h-data: Add missing functions.
4470         * sysdeps/gnu/bits/utmpx.h: Define RUN_LVL only if __USE_GNU.
4472         * conform/data/termios.h-data: Add missing const in tcsetattr()
4473         prototype.
4475         * posix/sys/wait.h: Include <signal.h> and <sys/resource.h>.
4476         Don't define pid_t here.
4478         * conform/data/sys/utsname.h-data: Don't provide fixed array sizes.
4480         * conform/data/sys/time.h-data: Allow sys/select.h.
4481         * conform/data/sys/un.h-data: Fix typo.
4482         * time/sys/time.h: Don't include all of <time.h>, just struct timeval.
4483         * sysdeps/posix/clock_getres.c: Include <time.h> instead of
4484         <sys/time.h>.
4485         * sysdeps/unix/clock_nanosleep.c: Likewise.
4486         * sysdeps/unix/i386/clock_getcpuclockid.c: Likewise.
4487         * sysdeps/unix/i386/i586/clock_getres.c: Likewise.
4488         * sysdeps/unix/clock_gettime.c: Also include <time.h>.
4489         * sysdeps/unix/clock_settime.c: Likewise.
4491         * sysdeps/generic/pselect.c: Include <stddef.h> for NULL.
4492         * login/getutent.c: Likewise.
4493         * login/getutid.c: Likewise.
4494         * login/getutline.c: Likewise.
4496         * socket/sys/un.h: Define SUN_LEN only if __USE_MISC.
4498         * sysdeps/unix/sysv/linux/bits/statvfs.h: Change type of f_fsid field
4499         to unsigned long.  Add __f_unused.  Define _STATVFSBUF_F_UNUSED.
4500         * sysdeps/unix/sysv/linux/internal_statvfs.c: Adjust initialization of
4501         f_fsid field after change in struct statvfs.
4502         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: New file.
4503         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: New file.
4504         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: New file.
4506         * conform/data/sys/stat.h-data: Remove isfdtype.  Use
4507         optional-macro.
4509         * conform/data/sys/socket.h-data: Fix typos.  Correct getsockopt,
4510         recvfrom, send, and socketpair prototypes.  Add allow lines.
4511         * socket/sys/socket.h: Include <sys/uio.h>.
4512         Don't use fancy __SOCKADDR_ARG definition unless __USE_GNU.
4513         Fix type of second parameter of listen.
4514         Don't declare isfdtype unless __USE_MISC.
4515         * sysdeps/generic/listen.c: Fix type of second parameter of listen.
4516         * sysdeps/mach/hurd/listen.c: Likewise.
4517         * sysdeps/generic/bits/socket.h (struct sockaddr_storage): Define
4518         ss_family and __ss_family.
4519         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
4520         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4521         (struct msghdr): Change type of msg_iovlen to int and type of
4522         msg_controllen to socklen_t.
4523         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
4524         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: New file.
4525         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/socket.h: New file.
4526         * inet/rcmd.c (rcmd_af): __ss_family is now ss_family.
4527         (rresvport_af): Likewise.
4529         * conform/data/sys/shm.h-data: SHMLBA is not required to by a constant.
4530         * conform/conformtest.pl: Implement handling of symbol.
4532         * signal/signal.h: Fix handling of __need_* symbols.
4533         * misc/sys/select.c: Define fd_set here.  Remove __fd_set.  Define
4534         fd_mask only if __USE_MISC.  Declare pselect for __USE_XOPEN2K.
4535         * include/sys/select.h: Use fd_set not __fd_set.
4536         * sysdeps/generic/bits/select.h: Likewise.
4537         * sysdeps/i386/bits/select.h: Likewise.
4538         * sysdeps/generic/bits/types.h: Don't define __fd_mask, __NFDBITS,
4539         __FDELT, __FDMASK, and __fd_set here.
4540         * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
4541         * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
4542         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
4543         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
4544         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Likewise.
4545         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
4546         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
4547         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
4548         * time/sys/time.h: Define struct timeval before including <time.h>
4549         and <sys/select.h>.
4551         * conform/data/sys/time.h-data: fd_set is a typedef.
4552         * conform/data/sys/select.h-data: New file.
4553         * conform/data/sys/mman.h-data: Make typed mem stuff optional.
4554         * conform/conformtest.pl (@headers): Add sys/select.h.
4555         (type, optional-type): Unless testing a typedef instantiate object.
4556         Implement optional-function.
4558         * math/test-misc.c: Include <float.h>.
4560 2001-01-27  Andreas Jaeger  <aj@suse.de>
4562         * misc/efgcvt_r.c: Include <float.h>.
4564 2001-01-26  Ulrich Drepper  <drepper@redhat.com>
4566         * conform/data/stdlib.h-data: Account for XPG6 changes.
4567         * stdlib/stdlib.h (__random): Change return value type to long.
4568         (posix_memalign): Cleanup parameter names.
4569         (setenv, unsetenv): Make available for __USE_XOPEN2K.
4570         Change return type of unsetenv to int.
4571         (qecvt, qgcvt, qfcvt): Declare only if __USE_MISC.
4572         * include/stdlib.h: Change return type of unsetenv to int.
4573         Change return type of random to long int.
4574         * sysdeps/generic/setenv.c (unsetenv): Change return type to int.
4575         Return -1 and set errno if parameter is invalid.
4576         * stdlib/random.c (__random): Change return value type to long.
4578         * conform/data/stdio.h-data: Account for changes in XPG6.
4580         * conform/data/spawn.h-data: Correct posix_spawnattr_setflags
4581         prototype.
4583         * conform/conformtest.pl: Define $mustprepend{"signal.h"}.
4584         * conform/data/signal.h-data: Fix sigev_notify_function entry.
4585         Fix typo (SIGVALRM -> SIGVTALRM).
4586         * sysdeps/unix/sysv/linux/bits/siginfo.h: Define sigev_notify_attr
4587         with real type.
4588         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
4589         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
4590         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
4591         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
4592         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
4594         * conform/conformtest.pl: Implement optional-element.  Define
4595         $mustprepend{"sched.h"}.
4596         * conform/data/sched.h-data: Make sporadic scheduler definitions
4597         optional.
4599         * pwd/pwd.h: Don't define getpwent_r for XPG.
4601         * io/sys/poll.h: Define nfds_t and use it in poll prototype.
4602         * sysdeps/generic/poll.c: Use nfds_t type in function definition.
4603         * sysdeps/mach/hurd/poll.c: Likewise.
4604         * sysdeps/unix/bsd/poll.c: Likewise.
4605         * sysdeps/unix/sysv/linux/poll.c: Likewise.
4606         * sysdeps/unix/sysv/aix/poll.c: Likewise.
4607         * sysdeps/generic/bits/poll.h: Define NPOLLFILE only if __USE_MISC.
4608         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
4609         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
4610         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
4611         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
4612         * conform/data/poll.h-data: Fix typo in poll prototype.
4614         * sysdeps/gnu/netinet/tcp.h: Define everything but TCP_ macros
4615         only if __USE_MISC.
4616         * conform/data/netinet/tcp.h-data: Reserved prefix TCP_.
4618         * sysdeps/gnu/net/if.h: Cleanup namespace.  Define IF_NAMESIZE.
4620         * inet/netinet/in.h: Make IPPROTO_ constants also macros.
4622         * conform/conformtest.pl: Implement optional-type.
4624         * resolv/netdb.h: Include <netinet/in.h> not <sys/socket.h>.  Include
4625         <rpc/netdb.h> only if __USE_MISC.  Include <stdint.h> instead of
4626         defining uint32_t here.  Define IPPORT_RESERVED.
4627         (struct hostent): Type of h_length element is int.
4628         (getnameinfo): Type of flags parameter is unsigned int.
4629         * inet/getnameinfo.c (getnameinfo): flags argument is unsigned.
4630         * conform/data/netdb.h-data: Add many missing definitions.
4632         * conform/conformtest.pl: Implement optional-macro.
4633         * conform/data/math.h-data: Update for XPG6.
4635         * math/math.h (HUGE): Define as FLT_MAX value but don't use
4636         FLT_MAX.  Don't include <float.h>.
4637         (MAXFLOAT): Likewise.
4639         * math/math.h: Define MATH_ERRNO and MATH_ERREXCEPT.
4641         * include/bits/xopen_lim.h: Don't define FOPEN_MAX here.
4643         * conform/data/limits.h-data: Mark constants as optional wherever
4644         appropriate.
4646         * posix/bits/posix2_lim.h: Set correct values for
4647         _POSIX2_COLL_WEIGHTS_MAX and _POSIX2_CHARCLASS_NAME_MAX.  Remove
4648         EQUIV_CLASS_MAX.
4650         * posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6.
4651         Required by POSIX.
4653         * intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
4655         * conform/data/netinet/in.h-data: Add reserved prefixes.
4657         * conform/data/arpa/inet.h-data: Fix a few typos.
4659 2001-01-26  Andreas Jaeger  <aj@suse.de>
4661         * sysdeps/generic/strtol.c: Include <locale.h>
4662         * stdlib/strtod.c: Likewise
4663         * stdlib/strfmon.c: Likewise.
4664         * string/strcoll.c: Likewise.
4665         * string/strxfrm.c: Likewise.
4666         * wctype/wcfuncs_l.c: Likewise.
4667         * wctype/wctype_l.c: Likewise.
4668         * wctype/wctrans_l.c: Likewise.
4670         * include/bits/locale.h: New file.
4672 2001-01-26  Ulrich Drepper  <drepper@redhat.com>
4674         * locale/langinfo.h: Correct logic in #ifs when defining YESSTR
4675         and NOSTR.
4677         * locale/Makefile (headers): Add bits/locale.h.
4678         * locale/langinfo.h: Don't include <locale.h>.  Include <bits/locale.h>
4679         and use __LC_ constants instead of LC_.
4680         * locale/locale.h: Include <bits/locale.h> and define LC_ constants
4681         using __LC_ constants.
4682         * locale/bits/locale.h: New file.
4683         * locale/loadlocale.c: Include <locale.h>.
4684         * locale/nl_langinfo.h: Likewise.
4686         * posix/glob.h: Cleanup namespace for non-_GNU_SOURCE case.
4688         * io/sys/stat.h: Define S_IFSOCK for XPG6.
4690         * conform/data/fcntl.h-data: posix_madvise is not expected here.
4692         * conform/conformtest.pl: Fix handling of macro-str.
4694         * conform/data/inttypes.h-data: Add missing definition and all of
4695         stdint.h-data.
4697         * sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Bump to 20.
4699 2001-01-25  Ulrich Drepper  <drepper@redhat.com>
4701         * conform/conformtest.pl (@headers): Add stdint.h.
4702         * conform/data/stdint.h-data: New file.
4704         * conform/conformtest.pl: Recognize options --headers and
4705         --dialect.  Add dialect-specific CFLAGS.
4707         * conform/conformtest.pl: Implement handling of recursive
4708         allow-header.
4710         * conform/data/locale.h-data: Add new struct lconv members.
4712         * posix/wordexp.h: Correct definition of wordexp_t.
4713         * posix/wordexp.c: Moved to ...
4714         * sysdeps/generic/wordexp.c: ...here.  New file.
4715         * sysdeps/unix/sysv/linux/alpha/wordexp.c: New file.
4716         * sysdeps/unix/sysv/linux/ia64/wordexp.c: New file.
4717         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: New file.
4718         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.2.2): Add
4719         wordexp.
4720         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
4721         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
4723         * math/tgmath.h: Pretty printing.
4725         * math/Makefile (tests): Add test-tgmath.
4726         (CFLAGS-test-tgmath.c): New variable.
4727         * math/test-tgmath.c: New file.  Contributed by Jakub Jelinek.
4729         * conform/conformtest.pl: Handle allow-header in secondary headers
4730         correctly.
4732         * conform/data/fcntl.h-data: Mark symbols introduced in XPG6 with
4733         #ifdef.
4735         * conform/data/netinet/in.h-data: Use correct comment character.
4736         * conform/data/sys/stat.h-data: Likewise.
4738 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
4740         * math/tgmath.h (__TGMATH_BINARY_FIRST_REAL_ONLY,
4741         __TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
4742         __TGMATH_TERNARY_REAL_ONLY): Use proper arguments to
4743         __builtin_classify_type, add ##f suffixes where appropriate.
4744         (__TGMATH_UNARY_REAL_IMAG): Remove extraneous left parenthesis.
4745         (__TGMATH_BINARY_REAL_IMAG): Likewise, use proper arguments to
4746         __builtin_classify_type.
4747         (fma): Fix spelling of first argument.
4749 2001-01-25  Ulrich Drepper  <drepper@redhat.com>
4751         * conform/data/unistd.h-data: Mark functions removed in XPG6
4752         correctly.
4754         * posix/unistd.h: Don't make functions removed in XPG6 available if
4755         __USE_XOPEN2K.
4757         * conform/conformtest.pl: Implement optional-constant.
4758         * conform/data/unistd.h-data: Use optional-constant wherever
4759         appropriate.
4761         * sysdeps/generic/bits/confname.h: Correct names of _SC_PBS
4762         constants and add _SC_STREAMS.
4763         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
4765         * sysdeps/unix/sysv/linux/statvfs64.c: Rename to __statvfs64 and
4766         make old name weak alias.
4767         * sysdeps/generic/statvfs64.c: Likewise.
4768         * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and
4769         make old name weak alias.
4770         * sysdeps/generic/fstatvfs64.c: Likewise.
4771         * include/sys/statvfs.h: New file.
4773         * sysdeps/generic/bits/confname.h: Define _PC_REC_INCR_XFER_SIZE,
4774         _PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, and
4775         _PC_REC_XFER_ALIGN.
4776         * sysdeps/posix/pathconf.c (__pathconf): Implement handling of
4777         _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
4778         _PC_REC_MIN_XFER_SIZE, and _PC_REC_XFER_ALIGN.
4779         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
4781         * conform/conformtest.pl: Run Unix tests for XPG6.
4782         Implement handling of known namespace violations.
4783         Improve printing of results.
4785         * posix/unistd.h (usleep): Correct return type.
4786         * sysdeps/unix/sysv/linux/usleep.c: Correct return type.
4787         * sysdeps/unix/bsd/usleep.c: Correct return type.
4788         * sysdeps/mach/usleep.c: Correct return type.
4789         * sysdeps/generic/usleep.c: Correct return type.
4791         * posix/unistd.h (sync): Correct return type.
4792         * sysdeps/generic/sync.c: Likewise.
4793         * sysdeps/mach/hurd/sync.c: Likewise.
4795         * sysdeps/generic/bits/confname.h (_SC_IOV_MAX): New definition.
4797         * posix/unistd.h: Make seteuid and setegid available for XPG6.
4799         * wcsmbs/wchar.h: Get FILE definition for XPG5.
4801         * conform/data/ctype.h-data: Use correct comment form.
4802         * conform/data/errno.h-data: Likewise.
4803         * conform/data/math.h-data: Likewise.
4804         * conform/data/mqueue.h-data: Likewise.
4805         * conform/data/netdb.h-data: Likewise.
4806         * conform/data/pthread.h-data: Likewise.
4808 2001-01-24  Ulrich Drepper  <drepper@redhat.com>
4810         * conform/data/wordexp.h-data: Fix typo.
4812         * conform/conformtest.pl: Handle allow-header correctly.
4814         * conform/data/time.h-data: Use correct comment form.
4816         * conform/conformtest.pl (checknamespace): Ignore #undef lines.
4818         * configure.in: Comment out binutils version test.
4820         * stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
4821         separators.
4822         Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>.
4824         * stdlib/tst-strtod.c (locale_test): New function.
4825         (main): Call locale_test.
4826         * stdlib/Makefile (tst-strtod-ENV): New variable.
4828 2001-01-24  Mark Kettenis  <kettenis@gnu.org>
4830         * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost
4831         declaration of value such that we actually return the value of the
4832         environment variable.
4834 2001-01-24  Andreas Jaeger  <aj@suse.de>
4836         * sysdeps/unix/sysv/linux/init-first.c: Remove extra __sysctl
4837         prototype.
4838         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4840         * include/sys/sysctl.h: New file.
4842 2001-01-23  Andreas Jaeger  <aj@suse.de>
4844         * stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to
4845         isomac.
4847         * elf/dl-load.c (_dl_init_paths): Don't use strdupa in function
4848         arguments.  Reported by Jiri Kubicek <kubicek@bitsmart.com>,
4849         closes PR libc/2039.
4851         * manual/install.texi (Tools for Compilation): Change required
4852         binutils version.
4854 2001-01-22  Andreas Jaeger  <aj@suse.de>
4856         * configure.in: Add test for new enough binutils version, move
4857         compiler/binutils test up.
4859         * Versions.def: Add version GLIBC_2.2.2.
4861 2001-01-21  Ulrich Drepper  <drepper@redhat.com>
4863         * iconvdata/TESTS: UTF-8 test data for IBM932 and IBM943 are now
4864         available.
4865         * iconvdata/testdata/IBM932: New file.
4866         * iconvdata/testdata/IBM932..UTF8: New file.
4867         * iconvdata/testdata/IBM943: New file.
4868         * iconvdata/testdata/IBM943..UTF8: New file.
4869         Contributed by Masahide Washizawa <washi@jp.ibm.com>.
4871 2001-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4873         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correctly mask offset.
4875 2001-01-21  Ulrich Drepper  <drepper@redhat.com>
4877         * malloc/malloc.c: Remove a few unnecessary initializers of global
4878         variables.
4880 2000-12-09  H.J. Lu  <hjl@gnu.org>
4882         * nss/Makefile (routines): Add digits_dots.
4883         * nss/Versions (libc): Add __nss_hostname_digits_dots to GLIBC_2.2.2.
4884         * nss/digits_dots.c (__nss_hostname_digits_dots): Turn template
4885         into a function.
4886         * nss/nsswitch.h (__nss_hostname_digits_dots): New internal NSS
4887         function.
4888         * nss/getXXbyYY.c (H_ERRNO_VAR_P): New definition.
4889         (TYPE_VAR_P): Likewise.
4890         (FLAGS_VAR): Likewise.
4891         (AF_VAR_P): Likewise.
4892         (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
4893         instead of including digits_dots.c.
4894         * nss/getXXbyYY_r.c (H_ERRNO_VAR_P): New definition.
4895         (TYPE_VAR_P): Likewise.
4896         (FLAGS_VAR): Likewise.
4897         (AF_VAR_P): Likewise.
4898         (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
4899         instead of including digits_dots.c.
4901 2001-01-21  Ulrich Drepper  <drepper@redhat.com>
4903         * sysdeps/posix/getaddrinfo.c: Reduce .data size.
4905 2001-01-21  Andreas Jaeger  <aj@suse.de>
4907         * elf/constload2.c: Add prototype for init.
4909 2001-01-21  Ulrich Drepper  <drepper@redhat.com>
4911         * stdlib/stdlib.h (drand48_data): Make available only for
4912         __USE_MISC.  Rename elements to protect namespace.  Change type
4913         and position of a and init element.
4914         * stdlib/drand48-iter.c: Don't handle unsigned short > 16 bit
4915         differently.  Adjust for drand48_data change.  Don't compute a here,
4916         it comes from drand48_data.
4917         * stdlib/lcong48_r.c: Don't handle unsigned short > 16 bit
4918         differently.  Adjust for drand48_data change.  Compute a here.
4919         * stdlib/srand48_r.c: Likewise.
4920         * stdlib/drand48.c: Adjust for drand48_data change.
4921         * stdlib/lrand48.c: Likewise.
4922         * stdlib/mrand48.c: Likewise.
4923         * stdlib/seek48.c: Likewise.
4924         * stdlib/drand48_r.c: Likewise.
4925         * stdlib/lrand48_r.c: Likewise.
4926         * stdlib/mrand48_r.c: Likewise.
4927         * stdlib/seed48_r.c: Likewise.  Don't handle unsigned short > 16 bit
4928         differently.
4929         * stdlib/erand48_r.c: Don't handle unsigned short > 16 bit differently.
4930         * stdlib/jrand48_r.c: Likewise.
4932         * po/sv.po: Update from translation team.
4934 2001-01-21  Andreas Jaeger  <aj@suse.de>
4936         * stdio-common/vfprintf.c (vfprintf): Add casts.
4938 2001-01-20  Ulrich Drepper  <drepper@redhat.com>
4940         * iconvdata/run-iconv-test.sh: Reorgnize a bit to allow running only
4941         the ASCII test.
4942         * iconvdata/TESTS: Add entries for IBM932 and IBM943.
4944         * iconvdata/Makefile (modules): Add IBM932 and IBM943.
4945         * iconvdata/gconv-modules: Add entries for IBM932 and IBM943.
4946         * iconvdata/ibm932.c: New file.
4947         * iconvdata/ibm932.h: New file.
4948         * iconvdata/ibm943.c: New file.
4949         * iconvdata/ibm943.h: New file.
4950         Patches by Masahide Washizawa <washi@jp.ibm.com>.
4952         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix typo
4953         preventing optimization from being done.  Set the correct type bit
4954         in seen.  Don't define and use _dl_base_addr unless
4955         NEED_DL_BASE_ADDR is defined.
4957         * io/ftw.c (ftw_dir): Add slash after directory name if there
4958         wasn't any.  Reported by loris <loris@iol.it>.
4959         * io/Makefile (tests): Add bug-ftw2.
4960         * io/bug-ftw2.c: New file.
4962 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
4964         * stdlib/jrand48_r.c (__jrand48_r): Correct constructing of
4965         results.  Reported by Jeff Higham <jhigham@algorithmics.com>.
4966         * stdlib/tst-rand48.c: New file.
4967         * stdlib/Makefile (tests): Add tst-rand48.
4969         * locale/newlocale.c (__newlocale): Fix test for setting all
4970         categories.
4972 2001-01-19  Mark Kettenis  <kettenis@gnu.org>
4974         * sysdeps/mach/hurd/chroot.c (chroot): Revert 1999-02-27 changes,
4975         but change looking up the initial directory port in a similar way
4976         as done by _hurd_change_directory_port_from_name.
4977         * hurd/fchroot.c (fchroot): Likewise.
4979 2001-01-18  Ulrich Drepper  <drepper@redhat.com>
4981         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): If HAVE_AUX_XID is
4982         defined don't look whether the AT_*ID values were set.
4983         If HAVE_AUX_PAGESIZE is defined don't look whether the pagesize is set.
4984         (_dl_show_auxv): Rewrite to avoid switch statement.
4985         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4986         __ASSUME_AT_PAGESIZE for kernel >= 2.4.1.
4987         * sysdeps/unix/sysv/linux/ldsodefs.h: Define HAVE_AUX_XID.
4988         Define HAVE_AUX_PAGESIZE if __ASSUME_AT_PAGESIZE is defined.
4990         * sysdeps/unix/sysv/linux/fxstat64.c: Add one __builtin_expect.
4991         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
4992         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
4994         * elf/rtld.c (process_envvars): Call __strtoul_internal instead of
4995         strtoul.
4996         * elf/dl-minimal.c (strtol, __strtol_internal, strtoul): Removed.
4997         (__sigjmp_save): Set __mask_was_saved to zero since we don't save
4998         anything.
4999         * dlfcn/eval.c (__strtol_internal): Define here.
5000         (eval): Use __strtol_internal instead of strtol.
5002         * elf/elf.h: Add a few more EF_MIPS_* constants.
5004 2001-01-17  Ulrich Drepper  <drepper@redhat.com>
5006         * manual/Makefile (chapters): Add debug.
5007         * manual/debug.texi: New file.
5008         * manual/examples/execinfo.c: New file.
5009         Patch by suckfish@ihug.co.nz.
5011 2001-01-17  Andreas Schwab  <schwab@suse.de>
5013         * sysdeps/m68k/bits/byteswap.h (__bswap_32): Add cast to avoid
5014         invalid asm.
5016 2001-01-17  Andreas Jaeger  <aj@suse.de>
5018         * nscd/connections.c (nscd_run): Use proper format specifier.
5020 2001-01-16  Ulrich Drepper  <drepper@redhat.com>
5022         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Move x86_cap_flags and
5023         x86_platforms data into new file after prepending _dl_.  Change
5024         users.
5025         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: New file.
5026         * sysdeps/unix/sysv/linux/i386/Dist: Add dl-procinfo.c.
5027         * sysdeps/unix/sysv/linux/i386/Makefile: Add rules to build
5028         dl-procinfo.c.
5030         * setjmp/setjmp.h: Cleanup definition of setjmp macro.
5032         * sysdeps/i386/elf/bsd-setjmp.S: Real implementation.
5033         * sysdeps/i386/elf/bsd-_setjmp.S: Removed.
5034         * sysdeps/i386/elf/setjmp.S (setjmp): Removed here.
5035         (_setjmp): Likewise.
5036         * sysdeps/i386/bsd-_setjmp.S: Real implementation.
5037         * sysdeps/i386/bsd-setjmp.S: Real implementation.
5038         * sysdeps/i386/bits/setjmp.h: Remove PUSH_SIGNAL_MASK definition.
5039         * sysdeps/i386/setjmp.S: Remove PIC support.  This is the non-ELF
5040         version.
5042 2001-01-16  Andreas Jaeger  <aj@suse.de>
5044         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (SIGCONTEXT): Fix
5045         misapplied last patch.
5047 2001-01-15  Ulrich Drepper  <drepper@redhat.com>
5049         * stdlib/random.c (__initstate): Clean up a cast.
5050         (__setstate): Likewise.
5052         * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove select
5053         syscall handling.  The generic Linux version should work.
5055 2001-01-15  Andreas Jaeger  <aj@suse.de>
5057         * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
5059         * stdio-common/tstscanf.c (main): Add two testcases for '*' modifier.
5061 2001-01-14  Jakub Jelinek  <jakub@redhat.com>
5063         * nss/getent.c (print_aliases, aliases_keys, ethers_keys,
5064         netgroup_keys, print_rpc, rpc_keys, print_shadow, shadow_keys):
5065         New functions.
5066         (group_keys, hosts_keys, network_keys, passwd_keys, protocols_keys):
5067         If number is 0, list all.
5068         (services_keys): Likewise.  Lookup aliases as well.
5069         (databases): New table.
5070         (build_doc): Prepare argp doc text with list of supported databases.
5071         (main): Change to table driven processing.
5073 2001-01-14  Thorsten Kukuk <kukuk@suse.de>
5075         * sunrpc/xdr.c (xdr_long, xdr_u_long): Fix comments about these
5076         functions.
5078 2001-01-03  Jakub Jelinek  <jakub@redhat.com>
5080         * sunrpc/xdr.c (xdr_long, xdr_u_long): Return FALSE if trying to
5081         encode value which does not fit in the 32bit type.
5083 2001-01-15  Hiroyuki Machida <machida@sm.sony.co.jp>
5085         * sysdeps/unix/sysv/linux/mips/register-dump.h (REGISTER_DUMP):
5086         Change type of CTX to (struct sigcontext *).
5087         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Likewise.
5088         (GET_FRAME): Likewise.
5089         (GET_STACK): Likewise.
5090         (SIGCONTEXT): Likewise. Add 2nd arg _code.
5091         (SIGCONTEXT_EXTRA_ARGS): Add 2nd arg _code.
5093 2001-01-13  Ulrich Drepper  <drepper@redhat.com>
5095         * manual/texinfo.tex: Update from upstream version.
5097 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
5099         * inet/ether_ntoh.c (lookup_function): Change arguments to match
5100         _nss_*_getntohost_r prototype.
5101         (ether_ntohost): Pass errno pointer to NSS function.
5103 2001-01-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5105         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MS_SYNC): Fix value.
5106         (MAP_LOCKED): New definition.
5107         (MAP_NORESERVE): New definition.
5109 2001-01-12  Ulrich Drepper  <drepper@redhat.com>
5111         * assert/assert.h: Use static_cast instead of C-style cast for C++.
5112         Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>.
5114 2001-01-12  Ben Collins  <bcollins@debian.org>
5116         * sysdeps/generic/segfault.c (install_handler): Use access, not
5117         __access.
5119 2001-01-12  Andreas Jaeger  <aj@suse.de>
5121         * posix/fnmatch_loop.c (FCT): Remove signed warnings.
5122         * posix/wordexp.c (do_parse_glob): Likewise.
5123         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
5124         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
5125         * elf/dl-open.c (_dl_open): Likewise.
5126         * elf/dl-close.c (_dl_close): Likewise.
5127         * elf/dl-load.c (_dl_map_object): Likewise.
5128         * iconv/iconv_prog.c (process_fd): Likewise.
5129         * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
5131         * locale/localeinfo.h (struct locale_data): Use __flexarr instead
5132         of a zero-length array.
5134 2001-01-11  Jakub Jelinek  <jakub@redhat.com>
5136         * stdlib/cxa_atexit.c (__cxa_atexit): Cast to (void *, int) func.
5137         * stdlib/cxa_finalize.c (__cxa_finalize): Add hidden second argument.
5138         * stdlib/cxa_on_exit.c: Remove.
5139         * stdlib/Makefile: Revert last patch.
5140         * stdlib/Versions: Likewise.
5141         * include/stdlib.h: Likewise.
5142         * stdlib/exit.h: Revert last patch.
5143         (struct exit_function): Add second argument to cxa fn.
5144         * stdlib/exit.c: Revert last patch.
5145         (exit): Add hidden second argument.
5147 2001-01-11  H.J. Lu  <hjl@gnu.org>
5149         * elf/dl-libc.c (do_dlopen): Move DL_STATIC_INIT to ...
5150         * elf/dl-open.c (_dl_open): Here.
5151         * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_lock):
5152         Make it static.
5153         (_dl_static_init): Initialize the variables every time when possible.
5154         * sysdeps/unix/sysv/linux/ia64/ldsodefs.h (DL_STATIC_INIT):
5155         Undefine it first.
5157 2001-01-11  Ulrich Drepper  <drepper@redhat.com>
5159         * stdlib/Makefile (routines): Add cxa_on_exit.
5160         * stdlib/Versions [libc] (GLIBC_2.2.1): Add __cxa_on_exit.
5161         * stdlib/cxa_on_exit.c: New file.
5162         * include/stdlib.h: Add prototype for __cxa_on_exit.
5163         * stdlib/exit.c: Handle ef_cxa2.
5164         * stdlib/exit.h (enum): Add ef_cxa2.
5165         (struct exit_function): Add cxa2.
5167         * Versions.def [ld]: Add GLIBC_2.2.1.
5169 2001-01-10  H.J. Lu  <hjl@gnu.org>
5171         * elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries.
5172         * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep-dl-routines): Add
5173         dl-static.
5174         * sysdeps/unix/sysv/linux/ia64/Versions (ld): Add _dl_var_init.
5175         * sysdeps/generic/ldsodefs.h (DL_STATIC_INIT): Defined if not defined.
5176         * sysdeps/unix/sysv/linux/ia64/ldsodefs.h: New file.
5177         * sysdeps/unix/sysv/linux/ia64/dl-static.c: New file.
5178         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-static.c.
5180 2001-01-11  Ulrich Drepper  <drepper@redhat.com>
5182         * libio/stdio.h: Remove definition of off_t.
5184 2001-01-11  Andreas Jaeger  <aj@suse.de>
5186         * wcsmbs/tst-mbrtowc.c (utf8_test): New function by Markus Kuhn
5187         <mkuhn@acm.org>.
5189 2001-01-10  Ulrich Drepper  <drepper@redhat.com>
5191         * sunrpc/Makefile (distribute): Add errqueue.h.
5193 2001-01-10  H.J. Lu  <hjl@gnu.org>
5195         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Also preserve
5196         r9, r10 and r11 for language specific registers.
5198 2001-01-10  Jakub Jelinek  <jakub@redhat.com>
5200         * sunrpc/clnt_udp.c (clntudp_bufcreate): Set IP_RECVERR on the
5201         UDP socket.
5202         (clntudp_call): Handle MSG_ERRQUEUE.
5203         * sysdeps/generic/errqueue.h: New file.
5204         * sysdeps/unix/sysv/linux/errqueue.h: New file.
5206 2001-01-10  H.J. Lu  <hjl@gnu.org>
5208         * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_getpagesize): Removed.
5210 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
5212         * CONFORMANCE: Update.
5214 2001-01-09  Ulrich Drepper  <drepper@redhat.com>
5216         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
5217         Minimal cleanups.  Add assert to ensure memory handling is correct.
5219         * manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value.
5220         Reported by Ben Collins <bcollins@debian.org>.
5222         * time/strftime.c (my_strftime): Mark previous GNU extensions
5223         which are now in C99 as such.
5225 2001-01-08  Ulrich Drepper  <drepper@redhat.com>
5227         * elf/rtld.c (process_envvars): Place output files for profiling
5228         in SUID binaries in /var/profile.
5230         * elf/dl-load.c (_dl_map_object): Don't look in cache for
5231         preloading in SUID binaries.
5233         * elf/dl-profile.c (_dl_start_profile): Open the output file with
5234         O_NOFOLLOW if possible.
5236         * include/stdlib.h: Add __posix_openpt declaration.
5237         * stdlib/stdlib.h: Add posix_openpt declaration.
5238         * login/Versions: Add posix_openpt for GLIBC_2.2.1.
5239         * sysdeps/generic/getpt.c: Define posix_openpt.
5240         * sysdeps/unix/bsd/getpt.c: Likewise.
5241         * sysdeps/unix/sysv/linux/getpt.c: Likewise.
5243         * time/Makefile (tests): Add tst-mktime.
5244         * time/tst-mktime.c: New file.
5246         * posix/tst-dir.c (main): One more mkdir() test.
5248         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
5249         Remove getpagesize syscall.  We assume that the pagesize is always
5250         determined from the auxiliary vector.
5252         * intl/dcigettext.c: Fix a few warnings.
5253         Patch by Bruno Haible <haible@ilog.fr>.
5255 2001-01-08  Andreas Jaeger  <aj@suse.de>
5257         * io/test-lfs.c (do_test): Check lseek64 return for EINVAL.
5258         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
5260 2001-01-08  Ulrich Drepper  <drepper@redhat.com>
5262         * sysdeps/generic/segfault.c (install_handler): Check output file
5263         name with access().
5265         * resolv/res_query.c: Use simply getenv() for HOSTALIASES.
5266         * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add HOSTALIASES.
5268         * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
5270         * malloc/memusage.c (me): Use access() to determine whether we
5271         should write the output file or not.
5273         * libio/bits/stdio.h (printf): Define macro to map printf call to
5274         fprintf which gcc can optimize.
5275         * stdio-common/printf.c: Undefine printf.
5277 2001-01-07  Ulrich Drepper  <drepper@redhat.com>
5279         * sysdeps/generic/bits/byteswap.h (__bswap_64): Partly revert last
5280         patch.  We must use unsigned int for l member of union.
5282         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Don't call
5283         _dl_aux_init for shared libraries.
5285         * sysdeps/unix/sysv/linux/glob64.c: Moved to ...
5286         * sysdeps/gnu/glob64.c: ...here.  New file.
5288 2001-01-07  Ben Collins  <bcollins@debian.org>
5290         * manual/examples/longopt.c: Make the "struct option" a little
5291         more like it should be, adding usage of required_argument,
5292         noargument and such, and also setting the options string right.
5294         * manual/sysinfo.texi (Load Average): New section, documents
5295         getloadavg().
5297 2001-01-06  Ulrich Drepper  <drepper@redhat.com>
5299         * version.h (VERSION): Bump to 2.2.1.
5301         * sysdeps/unix/sysv/linux/mips/Dist: Remove sys/acct.h.
5302         * sysdeps/alpha/Dist: Add alphaev6/stxncpy.S and alphaev6/stxcpy.S.
5303         * sysdeps/unix/sysv/aix/Dist: Add uitrunc.c, savef.S, and restf.S.
5304         * dlfcn/Makefile (distribute): Add errmsg1mod.c.
5305         * Makefile (distribute): Add include/libc-internal.h.
5306         * libio/Makefile (distribute): Avoid overwriting.
5308         * iconvdata/ibm937.c (BODY to IBM937): Correct several mistakes in
5309         buffer and table handling.
5311 2001-01-05  H.J. Lu  <hjl@gnu.org>
5313         * elf/dl-support.c (non_dynamic_init): Move the auxiliary
5314         vector checking to ...
5315         (_dl_aux_init): Here. New function. Defined only if
5316         HAVE_AUX_VECTOR is defined.
5318         * sysdeps/generic/libc-start.c (__libc_start_main): Call
5319         _dl_aux_init for static binaries if HAVE_AUX_VECTOR is defined.
5321         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Call
5322         _dl_aux_init.
5324         * sysdeps/unix/sysv/linux/ldsodefs.h (DL_FIND_AUXV): Removed.
5325         (HAVE_AUX_VECTOR): Defined.
5326         (_dl_aux_init): Declared.
5328 2001-01-05  Ben Collins  <bcollins@debian.org>
5330         * manual/string.texi (Finding Tokens in a String): Document XPG
5331         basename() and dirname(), as well as GNU basename().
5333 2001-01-05  Jakub Jelinek  <jakub@redhat.com>
5335         * Makeconfig (preprocess-version): Replace -traditional with
5336         -x assembler-with-cpp.
5338 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5340         * math/bits/cmathcalls.h: Don't define inline cimag, creal or conj
5341         for GCC 2.97 or later.
5343 2001-01-05  Ben Collins  <bcollins@debian.org>
5345         * manual/stdio.texi (getline): Clarify the return value in the
5346         case of EOF being reached before a newline.
5348 2001-01-04  Jakub Jelinek  <jakub@redhat.com>
5350         * sunrpc/pmap_clnt.c (__get_myaddress): Return TRUE if successful,
5351         FALSE otherwise.
5352         (pmap_set, pmap_unset): Check __get_myaddress return value.
5354 2001-01-05  Mark Kettenis  <kettenis@gnu.org>
5356         * sysdeps/generic/netinet/if_ether.h: Include <sys/types.h>.
5357         (struct ether_addr): Declare ether_addr_octet member as
5358         `u_int8_t'.  Add __attribute__ ((__packed__)).
5360 2001-01-06  Mark Kettenis  <kettenis@gnu.org>
5362         * sysdeps/mach/hurd/readdir64.c: New file.
5363         * sysdeps/mach/hurd/readdir64_r.c: New file.
5365 2001-01-07  Mark Kettenis  <kettenis@gnu.org>
5367         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Add comment about
5368         `struct statfs' and `struct statvfs' being identical.
5369         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
5371 2001-01-06  Mark Kettenis  <kettenis@gnu.org>
5373         * sysdeps/mach/hurd/fstatfs64.c: New file.
5374         * sysdeps/mach/hurd/fstatvfs64.c: New file.
5375         * sysdeps/mach/hurd/statfs64.c: New file.
5376         * sysdeps/mach/hurd/statvfs64.c: New file.
5377         * sysdeps/mach/hurd/statfsconv.c: New file.
5378         * sysdeps/mach/hurd/Dist: Add statfsconv.c.
5380 2001-01-06  Ulrich Drepper  <drepper@redhat.com>
5382         * iconv/skeleton.c: Reset outbuf for next round of the loop.
5383         Reported by Owen Taylor <otaylor@redhat.com>.
5384         * iconv/Makefile (tests): Add tst-iconv3.
5385         * iconv/tst-iconv3.c: New file.
5387         * iconvdata/ibm930.c: Fix handling of state.  Optimize a bit.
5388         * iconvdata/ibm933.c: Likewise.
5389         * iconvdata/ibm935.c: Likewise.
5390         * iconvdata/ibm937.c: Likewise.
5391         * iconvdata/ibm939.c: Likewise.
5392         * iconvdata/ibm930.h: Adjust single byte table for optimization.
5393         * iconvdata/ibm933.h: Likewise.
5394         * iconvdata/ibm935.h: Likewise.
5395         * iconvdata/ibm939.h: Likewise.
5397         * iconvdata/testdata/IBM930: Add misssing SI.
5398         * iconvdata/testdata/IBM933: Likewise.
5399         * iconvdata/testdata/IBM935: Likewise.
5400         * iconvdata/testdata/IBM937: Likewise.
5401         * iconvdata/testdata/IBM939: Likewise.
5403 2001-01-06  Andreas Jaeger  <aj@suse.de>
5405         * configure.in: Check for old add-ons that shouldn't be used with
5406         current glibc anymore.
5408 2001-01-06  Mark Kettenis  <kettenis@gnu.org>
5410         * sysdeps/mach/hurd/readdir_r.c (__readdir_r): Return error number
5411         instead of -1 on failure.  Don't forget to copy file name into
5412         *ENTRY if successful.  Set *RESULT to NULL upon reaching the end
5413         of the directory.
5415 2001-01-06  Mark Kettenis  <kettenis@gnu.org>
5417         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Don't forget to
5418         copy st_atime member.
5420 2001-01-05  Ulrich Drepper  <drepper@redhat.com>
5422         * io/ftw.c (ftw_dir): Don't add a second slash at the beginning
5423         for searches from the root directory.
5424         Reported by loris <loris@iol.it> [PR libc/1991].
5425         * io/Makefile (tests): Add bug-ftw1.
5426         * io/bug-ftw1.c: New file.
5428         * elf/dl-support.c (non_dynamic_init): Don't define DL_FIND_AUXV
5429         if it is not available.  Instead use it only if it is available.
5430         * sysdeps/unix/sysv/linux/ldsodefs.h: New file.
5432         * iconv/gconv_simple.c (internal_ics4_loop): Correct test for
5433         overflowing output buffer.
5434         (internal_ucs4_loop_unaligned): Likewise.
5435         (ucs4_internal_loop): Likewise.
5436         (ucs4_internal_loop_unaligned): Likewise.
5437         (internal_ucs4le_loop): Likewise.
5438         (internal_ucs4le_loop_unaligned): Likewise.
5439         (ucs4le_internal_loop): Likewise.
5440         (ucs4le_internal_loop_unaligned): Likewise.
5441         Reported by Owen Taylor <otaylor@redhat.com>.
5442         * iconv/Makefile (tests): Add tst-iconv2.
5443         * iconv/tst-iconv2.c: New file.
5445 2001-01-04  H.J. Lu  <hjl@gnu.org>
5447         * elf/dl-support.c (DL_FIND_AUXV): New.  Defined if not defined.
5448         (_dl_clktck): Declared.
5449         (non_dynamic_init): Take 3 arguments.
5450         Set _dl_pagesize, _dl_platform and _dl_clktck from AUX.
5452 2001-01-01  Bruno Haible  <haible@clisp.cons.org>
5454         Finish implementation of plural form handling.
5455         * intl/dcigettext.c (known_translation_t): Rename 'domain' field to
5456         'domainname'.  Remove 'plindex' field. Add 'domain' and
5457         'translation_length' fields.
5458         (transcmp): Don't compare 'plindex' fields.
5459         (plural_lookup): New function.
5460         (DCIGETTEXT): Change cache handing in the plural case.  Don't call
5461         plural_eval before the translation and its catalog file have been
5462         found. Remove plindex from cache key.  Add 'translation_length' and
5463         'domain' to cache result.
5464         (_nl_find_msg): Remove index argument, return length of translation
5465         to the caller instead.  Weaken comparison of string lengths, to account
5466         for plural entries.  Call iconv() on the entire result string, not
5467         only on the portion needed so far.
5468         * intl/loadinfo.h (_nl_find_msg): Remove index argument, add lengthp
5469         argument.
5470         * intl/loadmsgcat.c (_nl_load_domain): Adapt to _nl_find_msg change.
5472 2001-01-04  Ulrich Drepper  <drepper@redhat.com>
5474         * intl/plural.y (yylex): Minimal improvement in number scanner.
5476 2000-07-31  Bruno Haible  <haible@clisp.cons.org>
5478         * intl/plural.y: Include config.h. Needed to define 'inline' away for
5479         C compilers that don't support it.
5480         (yylex): Don't use gcc specific case range syntax.
5481         * intl/loadmsgcat.c (INIT_GERMANIC_PLURAL): New macro, for old
5482         compilers.
5484 2000-10-12  Bruno Haible  <haible@clisp.cons.org>
5486         * intl/finddomain.c: Remove unneeded includes.
5488 2000-10-12  Bruno Haible  <haible@clisp.cons.org>
5490         * intl/localealias.c (memcpy): Return first argument, just like the
5491         real memcpy function does.
5492         * intl/bindtextdom.c (memcpy): Likewise.
5493         * intl/finddomain.c (memcpy): Likewise.
5494         * intl/l10nflist.c (memcpy): Likewise.
5495         * intl/textdomain.c (memcpy): Likewise.
5496         From Paul Eggert <eggert@twinsun.com>.
5498 2001-01-03  Jakub Jelinek  <jakub@redhat.com>
5500         * resolv/resolv.h (struct __res_state): Add nsinit field.
5501         * resolv/res_send.c (res_nsend): Use it instead of nscount.
5502         * resolv/res_init.c (__res_vinit): Initialize it.
5503         (res_nclose): Clear it instead of nscount.
5505 2001-01-04  Ulrich Drepper  <drepper@redhat.com>
5507         * malloc/mtrace.pl: Fix matching of addresses.
5508         Patch by Aharon Robbins <arnold@skeeve.com>.
5510         * Versions.def (ld): Add GLIBC_2.2.
5512         * catgets/gencat.c: Copyright 2001.
5513         * csu/version.c: Likewise.
5514         * debug/catchsegv.sh: Likewise.
5515         * debug/xtrace.sh: Likewise.
5516         * elf/ldconfig.c: Likewise.
5517         * elf/sprof.c: Likewise.
5518         * iconv/iconv_prog.c: Likewise.
5519         * locale/locale.c: Likewise.
5520         * locale/localedef.c: Likewise.
5521         * malloc/memusage.sh: Likewise.
5522         * malloc/mtrace.pl: Likewise.
5523         * nscd/nscd.c: Likewise.
5524         * posix/getconf.c: Likewise.
5526 2001-01-04  Mark Kettenis  <kettenis@gnu.org>
5528         * include/stdio.h: Only provide __getwc_unlocked prototype if
5529         USE_IN_LIBIO is defined.
5531 2001-01-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5533         * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Fix error code
5534         handling.
5536 2001-01-03  Andreas Schwab  <schwab@suse.de>
5538         * sysdeps/generic/strtoll.c: Remove unused __strtoq_internal alias.
5539         * sysdeps/generic/strtoull.c: Remove unused __strtouq_internal alias.
5541         * sysdeps/wordsize-64/strtol.c: Add strtoq alias and fix strtoll alias.
5542         * sysdeps/wordsize-64/strtoul.c: Add strtouq alias and fix
5543         strtoull alias.
5544         * sysdeps/wordsize-64/wcstol.c: Add wcstoq alias and fix wcstoll alias.
5545         * sysdeps/wordsize-64/wcstoul.c: Add wcstouq alias and fix
5546         wcstoull alias.
5548         * sysdeps/generic/strtoul.c: Make sure we find strtol.c in this
5549         directory.
5550         * sysdeps/generic/strtol_l.c: Likewise.
5551         * sysdeps/generic/strtoul_l.c: Likewise.
5552         * sysdeps/generic/wcstoul.c: Likewise, for wcstol.c.
5554         * sysdeps/wordsize-64/strtol_l.c: Fix alias.
5555         * sysdeps/wordsize-64/strtoul_l.c: Likewise.
5556         * sysdeps/wordsize-64/wcstol_l.c: Fix alias.
5557         * sysdeps/wordsize-64/wcstoul_l.c: Likewise.
5559 2001-01-04  Andreas Jaeger  <aj@suse.de>
5561         * nss/nsswitch.c: Include files for missing prototypes, remove
5562         buggy declaration of prototypes.
5564 2001-01-03  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5566         * resolv/Versions: Fix bracing.
5567         * sysdeps/powerpc/soft-fp/Versions: Likewise.
5568         * sysdeps/sparc/sparc64/soft-fp/Versions: Likewise.
5570 2001-01-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5572         * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
5574 2001-01-02  Ulrich Drepper  <drepper@redhat.com>
5576         * manual/Makefile (TEXI2PDF): Change to texi2dvi --pdf.
5577         Suggested by Minko Markov <mmarkov@home.com>.
5579 2001-01-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5581         * sysdeps/powerpc/elf/start.S (__data_start): Make it global.
5582         * sysdeps/powerpc/dl-machine.c (dl_reloc_overflow): Print the name of
5583         the failing symbol.
5584         (__process_machine_rela): Pass symbol to dl_reloc_overflow().
5586 2001-01-02  Ben Collins  <bcollins@debian.org>
5588         * time/tzset.c (tzset_internal): Make sure we fall back to UTC
5589         if TZ is not set and TZDEFAULT is not present.
5591 2001-01-01  Ben Collins  <bcollins@debian.org>
5593         * string/strings.h: Make sure we declare our functions even if
5594         string.h is already included, based on whether or not __USE_BSD is
5595         defined.
5597 2001-01-02  Ulrich Drepper  <drepper@redhat.com>
5599         * dlfcn/dlerror.c (dlerror): Handle call of dlerror() before any
5600         other dlopen() and dlsym().
5601         Based on a patch by Ben Collins <bcollins@debian.org>.
5603 2001-01-02  Andreas Jaeger  <aj@suse.de>
5605         * dlfcn/errmsg1.c (main): Call dlerror initially.
5606         Reported by Ben Collins <bcollins@debian.org>.
5608 2001-01-02  Ulrich Drepper  <drepper@redhat.com>
5610         * intl/dcigettext.c (guess_category_value): Rewrite so that LANGUAGE
5611         value is ignored if the selected locale is the C locale.
5612         * intl/tst-gettext.c: Set locale for above change.
5613         * intl/tst-translit.c: Likewise.
5615 2001-01-02  Andreas Jaeger  <aj@suse.de>
5617         * libio/wgenops.c (_IO_wdoallocbuf): Use correct wide access macro.
5618         (_IO_switch_to_wget_mode): Likewise.
5619         (_IO_sputbackwc): Likewise.
5620         (_IO_sungetwc): Use wint_t for result.
5622         * stdio-common/vfscanf.c (__vfscanf): Use WINT_T for done.
5624         * sysdeps/generic/strtol.c (strtol): Make cnt size_t for correct
5625         signedness.
5627         * sysdeps/generic/printf_fphex.c (putc): Cast _IO_putwc_unlocked
5628         to (int) to avoid warnings.
5629         * stdio-common/printf_fp.c (putc): Likewise.
5630         * stdio-common/printf_size.c (putc): Likewise.
5632         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Make
5633         constant unsigned.
5635 2001-01-01  Andreas Jaeger  <aj@suse.de>
5637         * inet/rcmd.c (rcmd_af): Use socklen_t for len.
5639 2000-12-31  Andreas Jaeger  <aj@suse.de>
5641         * include/libc-internal.h: Add prototype for __libc_freeres.
5643         * sysdeps/unix/sysv/linux/init-first.c: Include <libc-internals.h>
5644         for prototypes, remove redundant prototypes.
5645         * gmon/gmon.c: Likewise.
5646         * sysdeps/unix/i386/i586/clock_getres.c: Likewise.
5647         * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
5648         * malloc/mtrace.c: Likewise.
5650         * sysdeps/generic/enbl-secure.c: Include <libc-internals.h> for
5651         prototypes.
5652         * elf/soinit.c: Likewise.
5653         * sysdeps/generic/prof-freq.c: Likewise.
5654         * sysdeps/mach/hurd/profil.c: Likewise.
5655         * debug/noophooks.c: Likewise.
5656         * debug/pcprofile.c: Likewise.
5657         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Likewise.
5658         * sysdeps/generic/get_clockfreq.c: Likewise.
5659         * malloc/set-freeres.c: Likewise.
5661         * locale/localeinfo.h: Add internal prototypes.
5663         * elf/rtld.c (dl_main): Fix prototype.
5665         * iconvdata/tst-table-to.c (main): Use return instead of exit to
5666         avoid warning.
5668         * nis/rpcsvc/yp_prot.h: Remove __P.
5669         * nis/rpcsvc/ypupd.h: Likewise.
5670         * nis/rpcsvc/yp.h: Likewise.
5672         * sunrpc/rpc_main.c: Add noreturn attributes.
5673         * sunrpc/rpc_scan.h: Likewise.
5675         * sunrpc/rpc_hout.c (storexdrfuncdecl): Make static.
5677         * sunrpc/rpcinfo.c: Add noreturn attribute to brdcst.
5679         * sunrpc/proto.h: Add noreturn attributes to error and crash.
5681         * posix/bsd-getpgrp.c: Add prototype to avoid warning.
5683         * sunrpc/svc_unix.c: Include <rpc/svc.h> for prototypes.
5685         * sunrpc/create_xid.c: Include <rpc/svc.h> for prototypes.
5687         * include/rpc/rpc_msg.h: Add prototypes for some functions.
5688         * include/rpc/auth.h: Likewise.
5689         * include/rpc/auth_des.h: Likewise.
5690         * include/rpc/clnt.h: Likewise.
5691         * include/rpc/rpc.h: Likewise.
5692         * include/rpc/svc.h: Likewise.
5693         * include/rpc/svc_auth.h: Likewise.
5695         * include/rpc/des_crypt.h: New file.
5697         * malloc/memusagestat.c (main): Use return instead of exit to
5698         avoid warning.
5699         * io/pwd.c (main): Likewise.
5700         * iconvdata/tst-table-from.c (main): Likewise.
5701         * ctype/test_ctype.c (main): Likewise.
5702         * setjmp/tst-setjmp.c (main): Likewise.
5703         * signal/tst-signal.c (main): Likewise.
5704         * stdlib/tst-strtol.c (main): Likewise.
5705         * stdlib/tst-strtod.c (main): Likewise.
5706         * stdlib/tst-strtoll.c (main): Likewise.
5707         * stdlib/tst-xpg-basename.c (main): Likewise.
5708         * dirent/tst-seekdir.c (main): Likewise.
5709         * grp/testgrp.c (main): Likewise.
5710         * inet/test_ifindex.c (main): Likewise.
5711         * io/test-utime.c (main): Likewise.
5712         * posix/test-vfork.c (main): Likewise.
5713         * posix/testfnm.c (main): Likewise.
5714         * stdio-common/temptest.c (main): Likewise.
5715         * stdio-common/test_rdwr.c (main): Likewise.
5716         * stdio-common/tst-fileno.c (main): Likewise.
5717         * stdio-common/tst-sscanf.c (main): Likewise.
5718         * stdio-common/tstscanf.c (main): Likewise.
5719         * string/bug-strncat1.c (main): Likewise.
5720         * string/bug-strpbrk1.c (main): Likewise.
5721         * string/bug-strspn1.c (main): Likewise.
5722         * string/test-ffs.c (main): Likewise.
5723         * string/tst-inlcall.c (main): Likewise.
5724         * string/tst-svc.c (main): Likewise.
5725         * timezone/test-tz.c (main): Likewise.
5726         * wctype/test_wcfuncs.c (main): Likewise.
5727         * wctype/test_wctype.c (main): Likewise.
5729         * stdlib/tst-random.c: Add attribute noreturn to fail.
5731 2000-12-28  Wolfram Gloger  <wg@malloc.de>
5733         * malloc/malloc.c (MALLOC_COPY): Handle case if source and
5734         destination overlap.  Assume dest is always below source if
5735         overlapping.
5737 2000-12-30  Ulrich Drepper  <drepper@redhat.com>
5739         * elf/dl-close.c (_dl_close): We can ignore the NODELETE flag if the
5740         object was not yet initialized.
5742 2000-12-28  H.J. Lu  <hjl@gnu.org>
5744         * elf/dl-deps.c (_dl_map_object_deps): Make sure the DSO state
5745         is always consistent even if its dependency is failed.
5747         * elf/dl-open.c (_dl_open): Increment the open count before
5748         calling _dl_close () in case of failure.
5750         * elf/neededtest4.c: New file.
5751         * elf/neededobj5.c: New file.
5752         * elf/neededobj6.c: New file.
5754         * elf/Makefile (distribute): Add neededobj5.c and neededobj6.c.
5755         (tests): Add neededtest4.
5756         (modules-names): Add neededobj5 and neededobj6.
5757         ($(objpfx)neededobj6.so): New target.
5758         ($(objpfx)neededtest4): New target.
5759         ($(objpfx)neededtest4.out): New target.
5761 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5763         * misc/sys/cdefs.h (__attribute_format_strfmon__): Define.
5764         * stdlib/monetary.h: Add strfmon format attributes.
5766 2000-12-28  Roland McGrath  <roland@frob.com>
5768         * sysdeps/mach/hurd/ioctl.c (do_ioctl): Avoid double-increment after
5769         __mempcpy does it for us.
5771 2000-12-28  Andreas Jaeger  <aj@suse.de>
5773         * sysdeps/generic/dl-environ.c: Add prototype for unsetenv.
5775         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Add prototype for
5776         __new_setrlimit.
5778         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Add prototype for
5779         __old_getrlimit64.
5781         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Add prototype for
5782         __new_getrlimit.
5784         * sysdeps/unix/sysv/linux/i386/chown.c: Add prototypes for
5785         __chown_is_lchown and __real_chown.
5787         * sysdeps/generic/ldsodefs.h: Add noreturn attribute to
5788         _dl_reloc_bad_type.
5790         * sunrpc/rpc_hout.c (print_funcdef): Add break statement to shut
5791         up GCC's warning about "deprecated use of label at end of compound
5792         statement."
5793         * sunrpc/rpc_cout.c (emit_inline): Likewise.
5795         * gmon/bb_exit_func.c: Include <sys/gmon.h> for internal
5796         prototypes.
5797         Remove struct bb and __bb_head since those are declared by
5798         sys/gmon.h.
5800 2000-12-22  Ben Collins  <bcollins@debian.org>
5802         * manual/charset.texi: Fix typo in description of WCHAR_MAX.
5804         * manual/argp.texi: Document argp_domain as part of struct argp.
5806 2000-12-28  Andreas Jaeger  <aj@suse.de>
5808         * catgets/Makefile (generated): Add sample.SJIS.cat.
5810         * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
5812         * elf/dl-minimal.c: Add prototypes.
5814         * include/locale.h: Add internal prototypes.
5815         * include/sys/gmon.h: Likewise.
5817         * dlfcn/errmsg1mod.c: Add prototype for foo to shut up GCC.
5819 2000-12-27  Ben Collins  <bcollins@debian.org>
5821         * elf/dl-open.c (_dl_open): Correctly set the new objname pointer
5822         when reallocating the error strings.
5823         Reported by Kalle Olavi Niemitalo <kon@iki.fi>
5825 2000-12-27  Ulrich Drepper  <drepper@redhat.com>
5827         * dlfcn/Makefile (tests): Add errmsg1.
5828         (modules-names): Add errmsg1mod.
5829         Add rules to run errmsg1.
5830         * dlfcn/errmsg1.c: New file.
5831         * dlfcn/errmsg1mod.c: New file.
5833         * dlfcn/dlerror.c (dlerror): Always create output string which
5834         includes object file name.
5836         * sysdeps/alpha/alphaev6/memcpy.S: Don't go through unrolled loop
5837         if we would go through it only once.
5838         Patch by Rick Gorton <rick.gorton@api-networks.com>.
5840         * sysdeps/alpha/alphaev67/strncat.S: Fix handling of numeric parameter.
5841         Patch by Richard Henderson <rth@redhat.com>.
5843 2000-12-27  Jakub Jelinek  <jakub@redhat.com>
5845         * malloc/malloc.c (memmove): Add prototypes.
5846         (MALLOC_MEMMOVE): Define.
5847         (chunk_realloc): Use it instead of MALLOC_COPY if source and
5848         destination might overlap.
5850 2000-12-27  Andreas Jaeger  <aj@suse.de>
5852         * stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
5853         function.
5854         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5855         * locale/programs/locale.c (show_locale_vars): Likewise.
5856         (show_info): Likewise.
5857         * locale/programs/ld-collate.c (collate_output): Likewise.
5858         * locale/programs/ld-ctype.c (set_class_defaults): Likewise.
5859         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
5860         * stdlib/rpmatch.c (rpmatch): Likewise.
5862         * setjmp/tst-setjmp.c: Make local functions static.
5863         * setjmp/jmpbug.c: Likewise.
5864         * signal/tst-signal.c: Likewise.
5865         * stdio-common/tfformat.c: Likewise.
5866         * string/tst-svc.c: Likewise.
5867         * time/clocktest.c: Likewise.
5868         * time/tst-getdate.c: Likewise.
5869         * dirent/list.c: Likewise.
5870         * dirent/opendir-tst1.c: Likewise.
5871         * posix/runtests.c: Likewise.
5872         * posix/tst-getaddrinfo.c: Likewise.
5873         * posix/tst-chmod.c: Likewise.
5874         * posix/wordexp-test.c: Likewise.
5875         * misc/tst-efgcvt.c: Likewise.
5876         * timezone/tst-timezone.c: Likewise.
5877         * rt/tst-clock.c: Likewise.
5878         * rt/tst-shm.c: Likewise.
5879         * rt/tst-aio2.c: Likewise.
5880         * rt/tst-aio3.c: Likewise.
5881         * rt/tst-aio4.c: Likewise.
5882         * rt/tst-aio5.c: Likewise.
5884         * dlfcn/failtest.c: Add prototype for foo.
5886         * dlfcn/glrefmain.c: Add prototype for do_test.
5888         * dlfcn/tst-dladdr.c: Add prototype for do_test.
5890         * string/test-ffs.c (main): Add prototype for nested function.
5892         * sunrpc/des_soft.c: Include rpc/des_crypt.h for prototype.
5894         * nss/XXX-lookup.c: Add prototype to shut up GCC.
5896         * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): Fix
5897         setetherent prototype.
5898         Add internal interfaces.
5900         * nis/nss_nis/nis-ethers.c (_nss_nis_setetherent): Likewise.
5901         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent): Likewise.
5903         * resolv/res_data.c: Don't add (conflicting) prototypes for _LIBC.
5905         * nis/nis_intern.h: Add prototype for __pmap_getnisport.
5907         * nss/nss_files/files-ethers.c: Include netinet/ether.h to get
5908         prototypes, remove struct etherent since it's declared in ether.h.
5909         Fix ntohost declaration.
5911         * elf/dl-profile.c (_dl_mcount): Add empty statement to shut up GCC.
5913         * include/getopt.h: Add internal interfaces.
5914         * include/termios.h: Likewise.
5915         * include/resolv.h: Likewise.
5916         * include/netdb.h: Likewise.
5917         * include/grp.h: Likewise.
5918         * include/pwd.h: Likewise.
5919         * include/shadow.h: Likewise.
5920         * include/rpc/netdb.h: Likewise.
5921         * include/setjmp.h: Likewise.
5923         * include/stdio.h: Add prototypes for compatibility functions.
5924         * include/grp.h: Likewise.
5925         * include/pwd.h: Likewise.
5926         * include/shadow.h: Likewise.
5928         * include/fenv.h: Define internal interfaces.
5930 2000-12-27  Ulrich Drepper  <drepper@redhat.com>
5932         * sysdeps/generic/bits/byteswap.h (__bswap_64): Handle constant
5933         argument case separately.
5934         * sysdeps/i386/bits/byteswap.h (__bswap_64): Likewise.
5936 2000-12-27  Andreas Jaeger  <aj@suse.de>
5938         * include/sys/wait.h: Add some prototypes.
5939         * Rules (dummy.c): Create also prototype to shut up GCC.
5941 2000-12-27  Andreas Jaeger  <aj@suse.de>
5943         * sysdeps/mach/hurd/if_index.c (__protocol_available): Uncomment,
5944         it's not needed at the moment.
5945         * sysdeps/generic/if_index.c (__protocol_available): Likewise.
5946         * sysdeps/unix/sysv/linux/if_index.c (__protocol_available): Likewise.
5948 2000-12-26  Andreas Jaeger  <aj@suse.de>
5950         * libio/getc_u.c: Include stdio.h via system path to get internal
5951         prototypes.
5952         * libio/getwc_u.c: Likewise.
5954         * stdlib/strfmon.c: Fix prototype of __printf_fp.
5956         * stdio-common/vfprintf.c (process_arg): Move __printf_fphex and
5957         __printf_fp prototypes to ...
5958         * include/printf.h: ...here.
5960         * include/stdio.h: Add some internal prototypes to shut up GCC.
5961         * include/stdlib.h: Likewise.
5963         * sysdeps/posix/sigpause.c (__sigpause): Use ISO C prototype
5964         declaration.
5966         * include/signal.h: Add prototypes for internal sigpause
5967         interfaces.
5969 2000-12-26  Ulrich Drepper  <drepper@redhat.com>
5971         * sysdeps/generic/bits/byteswap.h (__bswap_64): Make it usable for
5972         64bit platforms.  Reported by Dave Gilbert <gilbertd@treblig.org>.
5974         * string/Makefile (tests): Add tst-bswap.
5975         * string/tst-bswap.c: New file.
5977 2000-12-11  Bruno Haible  <haible@clisp.cons.org>
5979         * Makefile ($(inst_includedir)/gnu/stubs.h): Sort in the C locale.
5981 2000-12-26  Ulrich Drepper  <drepper@redhat.com>
5983         * sunrpc/Makefile (rpcgen-cmd): Use single quotes in sed call.
5984         Patch by Ed Connell <Ed.Connell@sas.com>.
5986 2000-12-24  Ulrich Drepper  <drepper@redhat.com>
5988         * locale/iso-639.def: Correct one entry.  Add two missing entries.
5990         * locale/iso-4217.def: Change entry for Eritrea.
5991         Reported by Daniel Yacob <yacob@geez.org>.
5993 2000-12-23  Ben Collins  <bcollins@debian.org>
5995         * manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937
5996         description.
5998         * manual/stdio.texi (Dynamic Output): Document the return value of
5999         asprintf.  Also make the asprintf/snprintf examples a little
6000         better (check for some error returns).
6002 2000-12-22  Andreas Jaeger  <aj@suse.de>
6004         * include/stdio.h: Add __ftrylockfile prototype.
6006 2000-12-21  H.J. Lu  <hjl@gnu.org>
6008         * sysdeps/ia64/fpu/math_ldbl.h (ieee_long_double_shape_type):
6009         Make sign_exponent element signed.
6011         * sysdeps/ieee754/ldbl-96/math_ldbl.h (ieee_long_double_shape_type):
6012         Fix a typo.
6014         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Remove dead branch.
6016 2000-12-21  Andreas Jaeger  <aj@suse.de>
6018         * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed.
6019         * inet/ether_hton.c: Likewise
6020         * inet/ether_ntoh.c: Likewise.
6022         * nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix
6023         declaration to match prototype.
6025         * include/netinet/ether.h (struct etherent): Declare here so that
6026         all implementations use the same struct.
6028         * nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get
6029         prototypes.
6030         (struct ether): Removed.
6031         Use struct etherent instead of ether everywhere.
6033         * include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New.
6035         * include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New.
6037         * sunrpc/publickey.c: Include auth_des.h for prototypes.
6039 2000-12-20  Ulrich Drepper  <drepper@redhat.com>
6041         * math/test-misc.c: Add more tests for nextafter functions.
6043         * sysdeps/i386/fpu/s_nextafterl.c: Handle change from denormal to
6044         normal correctly.  Correct test for sign.
6045         Based on a patch by HJ Lu.
6047 2000-12-19  Ulrich Drepper  <drepper@redhat.com>
6049         * Makeconfig (preprocess-version): Add -traditional to gcc call.
6050         Cleanup sed calls.
6052 2000-12-19  Andreas Jaeger  <aj@suse.de>
6054         * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New.
6056         * nis/nis_intern.h: Add prototype for __do_niscall3.
6058         * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to
6059         match prototype.
6061         * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat.
6063         * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New.
6065         * include/aliases.h (DECLARE_NSS_PROTOTYPES): New.
6067 2000-12-18  Ulrich Drepper  <drepper@redhat.com>
6069         * math/test-misc.c: Add more tests for nextafter.
6070         * sysdeps/i386/fpu/s_nextafterl.c: Handle decrement for x<0 correctly.
6071         * sysdeps/ieee754/ldbl-96/math_ldbl.h
6072         (ieee_long_double_shape_type): Make sign_exponent element signed.
6074         * manual/message.texi: Add Estonian to plural overview list.
6075         Correct rule for Slavic languages.
6076         Patch by Stanislav Brabec <utx@penguin.cz>.
6078         * nis/nss_nis/nis-netgrp.c: Remove unnecessary initializations.
6080 2000-12-18  Andreas Jaeger  <aj@suse.de>
6082         * test-skeleton.c: Use temp_name_list instead of name_list to
6083         avoid collision with name_list from inet/netgroup.h.
6085         * nss/nss_files/files-network.c (NEED_H_ERRNO): Define.
6087         * include/grp.h (DECLARE_NSS_PROTOTYPES): New.
6088         * include/pwd.h (DECLARE_NSS_PROTOTYPES): New.
6089         * include/netdb.h (DECLARE_NSS_PROTOTYPES): New.
6090         * include/shadow.h (DECLARE_NSS_PROTOTYPES): New.
6092         * hesiod/nss_hesiod/hesiod-proto.c (_nss_hesiod_setprotoent): Fix
6093         declaration to match prototype.
6094         * hesiod/nss_hesiod/hesiod-pwd.c (_nss_hesiod_setpwent): Likewise.
6095         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_setgrent): Likewise.
6096         * hesiod/nss_hesiod/hesiod-service.c (_nss_hesiod_setservent):
6097         Likewise.
6098         * nis/nss_nis/nis-grp.c (_nss_nis_setgrent): Likewise.
6099         * nis/nss_nis/nis-pwd.c (_nss_nis_setpwent): Likewise.
6100         * nis/nss_nis/nis-proto.c (_nss_nis_setprotoent): Likewise.
6101         * nis/nss_nis/nis-service.c (_nss_nis_setservent): Likewise.
6102         (_nss_nis_getservbyport_r): Likewise.
6103         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent): Likewise.
6104         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent): Likewise.
6105         * nis/nss_nis/nis-network.c (_nss_nis_getnetent_r): Likewise.
6106         (_nss_nis_setnetent): Likewise
6107         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
6108         (_nss_nis_endnetgrent): Likewise.
6109         * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_endnetgrent):
6110         Likewise.
6111         (_nss_nisplus_setnetgrent): Likewise.
6112         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Likewise.
6113         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_setpwent): Likewise.
6114         * nis/nss_nisplus/nisplus-grp.c (_nss_nisplus_setgrent): Likewise.
6115         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_setnetent):
6116         Likewise.
6117         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_sethostent):
6118         Likewise.
6119         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_setservent):
6120         Likewise.
6121         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_setprotoent):
6122         Likewise.
6123         * nis/nss_compat/compat-spwd.c (_nss_compat_setspent): Likewise.
6124         * nis/nss_compat/compat-pwd.c (_nss_compat_setpwent): Likewise.
6125         * nis/nss_compat/compat-grp.c (_nss_compat_setgrent): Likewise.
6126         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
6127         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Likewise.
6128         (_nss_dns_getnetbyaddr_r): Likewise.
6130 2000-12-17  Andreas Jaeger  <aj@suse.de>
6132         * sysdeps/generic/k_sinl.c (__kernel_sinl): Fix functions
6133         parameter.
6135         * sysdeps/unix/sysv/linux/shm_open.c (freeit): Make static and add
6136         unused attribute to shut up gcc warnings.
6138         * sysdeps/generic/k_sinl.c: Include math_private for prototypes.
6139         * sysdeps/generic/k_tanl.c: Likewise.
6140         * sysdeps/generic/k_cosl.c: Likewise.
6141         * sysdeps/generic/e_j0l.c: Likewise.
6142         * sysdeps/generic/e_j1l.c: Likewise.
6143         * sysdeps/generic/e_jnl.c: Likewise.
6144         * sysdeps/generic/e_lgammal_r.c: Likewise.
6146         * elf/vismain.c: Move prototypes for functions in vismod*.c to
6147         vismod.h.
6148         * elf/vismod.h: New file.
6149         * elf/Makefile (distribute): Add vismod.h.
6150         * elf/vismod1.c: Include vismod.h.
6151         * elf/vismod2.c: Likewise.
6152         * elf/vismod3.c: Likewise.
6154         * elf/constload3.c: Add prototype declarations to shut up gcc.
6155         * elf/failobj.c: Likewise.
6156         * elf/nodelmod3.c: Likewise.
6157         * elf/filtmod1.c: Likewise.
6158         * elf/filtmod2.c: Likewise.
6159         * elf/reldepmod1.c: Likewise.
6160         * elf/reldepmod2.c: Likewise.
6161         * elf/reldepmod3.c: Likewise.
6162         * elf/reldepmod4.c: Likewise.
6163         * elf/unload2dep.c: Likewise.
6164         * elf/unload2mod.c: Likewise.
6165         * elf/ltglobmod1.c: Likewise.
6166         * elf/pathoptobj.c: Likewise.
6167         * elf/neededobj1.c: Likewise.
6168         * elf/neededobj2.c: Likewise.
6169         * elf/neededobj3.c: Likewise.
6170         * elf/neededobj4.c: Likewise.
6171         * elf/nextmod1.c: Likewise.
6172         * elf/nextmod2.c: Likewise.
6174         * locale/programs/ld-collate.c (collate_finish): Don't use labels
6175         at end of compound statement.
6176         * locale/programs/locale.c (show_info): Likewise.
6177         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
6179 2000-12-16  Jakub Jelinek  <jakub@redhat.com>
6181         * catgets/gencat.c (read_input_file): Avoid calling obstack_free
6182         with a pointer not returned by obstack_ functions.
6184 2000-12-16  Ulrich Drepper  <drepper@redhat.com>
6186         * sysdeps/unix/sysv/aix/bits/stat.h (struct stat): Align with AIX
6187         version.
6188         (struct stat64): Likewise.
6189         Reported by Michael Keezer <mkeezer@redhat.com>.
6191         * timezone/asia: Update from tzdata2000h.
6192         * timezone/australasia: Likewise.
6193         * timezone/backward: Likewise.
6194         * timezone/europe: Likewise.
6195         * timezone/northamerica: Likewise.
6196         * timezone/southamerica: Likewise.
6197         * timezone/zone.tab: Likewise.
6199 2000-12-14  Jakub Jelinek  <jakub@redhat.com>
6201         * io/ftw.c (ftw_dir): If process_entry returned non-zero result
6202         and dir.stream is NULL, only free dir.content.
6203         * io/ftwtest.c (cb, main): Add --early-exit option to test it.
6204         * io/ftwtest-sh: Test with --early-exit.
6206 2000-12-13  Jakub Jelinek  <jakub@redhat.com>
6208         * misc/efgcvt.c (FCVT_MAXDIG): Define.
6209         (FCVT_BUFPTR): New variable.
6210         (fcvt): If fcvt_r returns -1 on the static short buffer,
6211         try to malloc a sufficiently large one and retry.
6212         (free_mem): New function.
6213         * misc/qefgcvt.c (FCVT_MAXDIG): Define.
6214         * misc/tst-efgcvt.c (fcvt_tests): Add new test.
6216 2000-12-15  Ulrich Drepper  <drepper@redhat.com>
6218         * misc/dirname.c (dirname): Fix search for second to last slash.
6220 2000-12-13  Andreas Jaeger  <aj@suse.de>
6222         * misc/tst-dirname.c (main): Fix typo in test to really use
6223         the examples from Unix98.
6224         Reported by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
6226 2000-12-09  H.J. Lu  <hjl@gnu.org>
6228         * sysdeps/ia64/fpu/s_fabs.S: New file.
6229         * sysdeps/ia64/fpu/s_fabsf.S: New file.
6230         * sysdeps/ia64/fpu/s_fabsl.S: New file.
6232 2000-12-15  Andreas Jaeger  <aj@suse.de>
6234         * stdio-common/scanf9.c (main): Reformat and change to avoid
6235         warnings.
6237         * stdio-common/tstdiomisc.c: Make local functions static.
6238         * stdio-common/tst-printf.c: Likewise.
6240         * elf/constload2.c: Add prototype declarations to shut up gcc.
6241         * elf/dep1.c: Likewise.
6242         * elf/dep2.c: Likewise.
6243         * elf/dep3.c: Likewise.
6244         * elf/dep4.c: Likewise.
6245         * elf/ltglobmod2.c: Likewise.
6247         * libio/fmemopen.c: Make local functions static.
6249         * elf/Makefile (distribute): Added testobj.h.
6251         * elf/testobj.h: New file.
6253         * elf/testobj1.c: Include testobj.h and move prototype
6254         declarations to testobj.h.
6255         * elf/testobj2.c: Likewise.
6256         * elf/testobj3.c: Likewise.
6257         * elf/testobj4.c: Likewise.
6258         * elf/testobj5.c: Likewise.
6259         * elf/testobj6.c: Likewise.
6260         * elf/testobj1_1.c: Likewise.
6261         * elf/preloadtest.c: Likewise.
6263 2000-12-15  Ben Collins  <bcollins@debian.org>
6265         * misc/sys/cdefs.h: Fix thinko in checks for flexarr macros.
6266         Patch by Akim Demaille <akim@epita.fr> in Debian bug report.
6268 2000-12-14  H.J. Lu  <hjl@gnu.org>
6270         * sysdeps/ieee754/flt-32/s_sincosf.c (__sincosf): The exponent
6271         field in a float is 8 bits, not 11 bits.
6273 2000-12-13  Jakub Jelinek  <jakub@redhat.com>
6275         * math/test-misc.c (main): Adjust m for IEEE quad long double.
6277 2000-12-13  Andreas Jaeger  <aj@suse.de>
6279         * manual/message.texi (Using gettextized software): Fix typo.
6281         * manual/charset.texi (Converting a Character): Fix mbstouwcs
6282         program to compile.
6283         Patch by Martin Buchholz <martin@xemacs.org>.
6285         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Fix typo.
6286         Reported by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
6288 2000-12-11  Andreas Jaeger  <aj@suse.de>
6290         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Declare
6291         kernel_sigset_t and use it.
6292         Patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
6294 2000-12-10  Richard Henderson  <rth@redhat.com>
6296         * sysdeps/alpha/alphaev67/fpu/Implies: New file.
6297         * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: New file.
6298         * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: New file.
6300 2000-12-10  Jakub Jelinek  <jakub@redhat.com>
6302         * sysdeps/alpha/htonl.S: Fix a typo.
6304 2000-12-10  Jakub Jelinek  <jakub@redhat.com>
6306         * sysdeps/alpha/alphaev6/stxcpy.S: Exchange t8 with t10.
6308 2000-12-10  Andreas Jaeger  <aj@suse.de>
6310         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fixed
6311         cast as suggested by Jakub Jelinek <jakub@redhat.com> and Ulrich
6312         Drepper <drepper@redhat.com>.
6314 2000-12-09  Andreas Jaeger  <aj@suse.de>
6316         * sysdeps/unix/sysv/linux/mips/sigaction.c: New file.
6318         * sysdeps/unix/sysv/linux/mips/sys/acct.h: Removed, we can use the
6319         generic version.
6320         Patches by Hiroyuki Machida <machida@sm.sony.co.jp>.
6322         * locale/programs/ld-collate.c (handle_ellipsis): Fix format
6323         string.
6325         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix
6326         format string.
6328         * nscd/hstcache.c (addhstbyname): Add cast to avoid warning.
6329         * nscd/connections.c (handle_request): Likewise.
6330         * nscd/pwdcache.c (addpwbyname): Likewise.
6331         * nscd/grpcache.c (addgrbyname): Likewise.
6333         * nscd/nscd_conf.c (nscd_parse_file): Remove extra argument.
6335 2000-12-09  Ulrich Drepper  <drepper@redhat.com>
6337         * string/stratcliff.c: Add tests for stpncpy, memcpy, and mempcpy.
6339         * Makeconfig (default_cflags): Make -O2 the default for stable
6340         releases.
6342 2000-12-08  H.J. Lu  <hjl@gnu.org>
6344         * sysdeps/ia64/fpu/s_isinfl.S: Renamed to ...
6345         * sysdeps/ia64/fpu/s_isinf.S: This.
6346         Add a .pred.rel.mutex note to avoid false report.
6348         * sysdeps/ia64/fpu/s_isnanl.S: Renamed to ...
6349         * sysdeps/ia64/fpu/s_isnan.S: This.
6351         * sysdeps/ia64/fpu/s_fpclassify.S: New file.
6352         * sysdeps/ia64/fpu/s_fpclassifyf.S: New file.
6353         * sysdeps/ia64/fpu/s_fpclassifyl.S: New file.
6354         * sysdeps/ia64/fpu/s_isinff.S: New file.
6355         * sysdeps/ia64/fpu/s_isinfl.S: New file.
6356         * sysdeps/ia64/fpu/s_isnanf.S: New file.
6357         * sysdeps/ia64/fpu/s_isnanl.S: New file.
6358         * sysdeps/ia64/fpu/s_finite.S: New file.
6359         * sysdeps/ia64/fpu/s_finitef.S: New file.
6360         * sysdeps/ia64/fpu/s_finitel.S: New file.
6361         * sysdeps/ia64/fpu/s_signbit.S: New file.
6362         * sysdeps/ia64/fpu/s_signbitf.S: New file.
6363         * sysdeps/ia64/fpu/s_signbitl.S: New file.
6364         * sysdeps/ia64/fpu/s_copysign.S: New file.
6365         * sysdeps/ia64/fpu/s_copysignf.S: New file.
6366         * sysdeps/ia64/fpu/s_copysignl.S: New file.
6368 2000-12-08  Ulrich Drepper  <drepper@redhat.com>
6370         * math/libm-test.inc (main): Fix typos in messages.
6372         * string/stratcliff.c: Add test for rawmemchr.
6374 2000-12-08  Jakub Jelinek  <jakub@redhat.com>
6376         * elf/dl-open.c (_dl_open): If objname points right after errstring,
6377         allocate it together with errstring using alloca.
6378         * elf/dl-error.c (_dl_signal_error): If malloc failed, set objname
6379         to "", because it might point to local stack.
6381 2000-12-05  H.J. Lu  <hjl@gnu.org>
6383         * nss/Makefile (routines): Add getnssent and getnssent_r.
6384         * nss/nsswitch.h (__nss_setent): New internal NSS function.
6385         (__nss_endent): Likewise.
6386         (__nss_getent_r): Likewise.
6387         (__nss_getent): Likewise.
6388         * nss/getnssent_r.c: New file.
6389         * nss/getnssent.c: New file.
6390         * nss/getXXent.c (H_ERRNO_VAR): Updated.
6391         (GETFUNC_NAME): Updated to call __nss_getent ().
6392         * nss/getXXent_r.c (H_ERRNO_VAR_P): New.
6393         (STAYOPEN_TMPVAR): Updated.
6394         (STAYOPEN_VAR): Updated.
6395         (SETFUNC_NAME): Updated to call __nss_setent ().
6396         (ENDFUNC_NAME): Updated to call __nss_endent ().
6397         (INTERNAL (REENTRANT_GETNAME)): Updated to call __nss_getent_r ().
6399 2000-12-08  Andreas Jaeger  <aj@suse.de>
6401         * nscd/dbg_log.h (dbg_log): Correct attribute.
6403 2000-12-08  Jakub Jelinek  <jakub@redhat.com>
6405         * elf/dl-load.c (fillin_rpath): Don't assume there is '\0' at
6406         cp + len.  Compute where from dirname.
6407         Reported by <jreiser@BitWagon.com>.
6409 2000-12-08  Richard Henderson  <rth@twiddle.net>
6411         * sysdeps/alpha/_mcount.S: Fix typo.
6412         * sysdeps/alpha/strncpy.S: Likewise.
6414         * sysdeps/alpha/alphaev6/Implies: New file.
6415         * sysdeps/alpha/alphaev67/Implies: New file.
6416         * sysdeps/alpha/alphaev67/ffs.S: New file.
6417         * sysdeps/alpha/alphaev67/ffsll.S: New file.
6418         * sysdeps/alpha/alphaev67/rawmemchr.S: New file.
6419         * sysdeps/alpha/alphaev67/stpcpy.S: New file.
6420         * sysdeps/alpha/alphaev67/stpncpy.S: New file.
6421         * sysdeps/alpha/rawmemchr.S: New file.
6422         * sysdeps/alpha/strcat.S: Tail call to __stxcpy.
6423         * sysdeps/alpha/strcpy.S: Likewise.
6425         From GMP 3.1.1:
6426         * sysdeps/alpha/alphaev6/addmul_1.s: New file.
6428         From rick.gorton@alpha-processor.com:
6429         * sysdeps/alpha/alphaev6/memchr.S: New file.
6430         * sysdeps/alpha/alphaev6/memcpy.S: New file.
6431         * sysdeps/alpha/alphaev6/memset.S: New file.
6432         * sysdeps/alpha/alphaev6/stxcpy.S: New file.
6433         * sysdeps/alpha/alphaev6/stxncpy.S: New file.
6434         * sysdeps/alpha/alphaev67/strcat.S: New file.
6435         * sysdeps/alpha/alphaev67/strchr.S: New file.
6436         * sysdeps/alpha/alphaev67/strlen.S: New file.
6437         * sysdeps/alpha/alphaev67/strncat.S: New file.
6438         * sysdeps/alpha/htonl.S: Use a shorter sequence.
6440 2000-12-08  Jakub Jelinek  <jakub@redhat.com>
6442         * inet/getnameinfo.c (getnameinfo): Fix NI_NOFQDN support.
6443         Reported by <pspencer@fields.utoronto.ca>.
6445 2000-12-07  Jes Sorensen  <jes@linuxcare.com>
6447         * sysdeps/ia64/elf/start.S (__data_start): Add __data_start variable.
6448         Pointed out by Hans Boehm.
6450 2000-12-07  H.J. Lu  <hjl@gnu.org>
6452         * elf/dl-version.c (match_symbol): Check map->l_name[0] for printing.
6454 2000-12-07  Andreas Jaeger  <aj@suse.de>
6456         * misc/error.c: Add format attributes for __error and __error_at_line.
6458         * nscd/dbg_log.h: Add format attribute.
6460 2000-12-08  Ulrich Drepper  <drepper@redhat.com>
6462         * misc/sys/syslog.h: Add format attributes to syslog and vsyslog.
6463         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
6465 2000-12-07  Dan Pop  <Dan.Pop@cern.ch>
6467         * sysdeps/ia64/strcpy.S: Fix a bug in a recovery code sequence.
6469 2000-12-06  Ulrich Drepper  <drepper@redhat.com>
6471         * sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
6472         (sysdep_routines): Add uitrunc.
6473         * sysdeps/unix/sysv/aix/uitrunc.c: New file.
6474         Patches by Michael Keezer <mkeezer@redhat.com>.
6476 2000-12-06  Roland McGrath  <roland@frob.com>
6478         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't clobber ARG as we copy in
6479         argument data, since it will be used to copy out too (for INOUT).
6480         Reported by Marcus Brinkmann <marcus@gnu.org>.
6482         * sysdeps/mach/hurd/ioctl.c: Include <stdint.h>.
6483         (__ioctl): Use uintptr_t instead of unsigned long int.
6485 2000-12-06  Jim Wilson  <wilson@redhat.com>
6487         * stdlib/l64a.c (l64a): Truncate M to 32-bit value.
6489 2000-12-06  Ulrich Drepper  <drepper@redhat.com>
6491         * stdio-common/printf_fp.c (__printf_fp): Handle decimal point in
6492         x.5 rounding correctly.
6494 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
6496         * stdio-common/perror.c (perror): Conditionalize code dealing with
6497         wide-oriented streams on USE_IN_LIBIO.
6499 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
6501         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark
6502         as internal_function.
6504 2000-12-05  Ulrich Drepper  <drepper@redhat.com>
6506         * sysdeps/alpha/elf/start.S (__data_start): Define.
6508 2000-12-05  H.J. Lu  <hjl@gnu.org>
6510         * nss/getXXent_r.c (setup): Change the return type to int.
6512 2000-12-05  Ulrich Drepper  <drepper@redhat.com>
6514         * sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
6515         (sysdep_routines): Add restf and savef.
6516         * sysdeps/unix/sysv/aix/restf.c: New file.
6517         * sysdeps/unix/sysv/aix/savef.c: New file.
6518         Patches by Michael Keezer <mkeezer@redhat.com>.
6520         * sysdeps/unix/opendir.c (__opendir): Don't use o_directory_works
6521         if O_DIRECTORY is not defined.
6522         Patch by Michael Keezer <mkeezer@redhat.com>.
6524         * include/libc-symbols.h (C_SYMBOL_DOT_NAME): Define.
6525         Patch by Michael Keezer <mkeezer@redhat.com>.
6527         * locale/programs/linereader.c (get_toplvl_escape): Recognize more
6528         than 4 bytes in escape sequence.
6529         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
6531 2000-12-05  Andreas Jaeger  <aj@suse.de>
6533         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
6534         set mips2.
6536         * sysdeps/unix/sysv/linux/mips/sysdep.h: New file.
6538         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Removed.
6540         * sysdeps/unix/mips/sysdep.h: Use SYS_ify.
6541         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6543         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Mark as
6544         internal_function.
6545         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
6546         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start_cleanup): Likewise.
6548         * sysdeps/generic/dl-cache.c: Remove declaration of
6549         _dl_sysdep_read_whole_file.
6551         * elf/dl-load.c (_dl_map_object): Remove declaration of
6552         _dl_load_cache_lookup.
6554         * sysdeps/generic/ldsodefs.h: Add declarations of
6555         _dl_load_cache_lookup, _dl_unload_cache,
6556         _dl_sysdep_read_whole_file, _dl_sysdep_start and
6557         _dl_sysdep_start_cleanup.
6559         * elf/rtld.c: Remove prototypes that are defined in ldsodefs.h
6560         now.
6562         * elf/dl-misc.c: Include <ldsodefs.h> to get prototypes.
6563         * sysdeps/generic/dl-environ.c: Likewise.
6565         * stdio-common/printf_fp.c: Include <gmp.h> instead of
6566         <stdlib/gmp.h>.
6567         * math/atest-exp.c: Likewise.
6568         * math/atest-exp2.c: Likewise.
6569         * math/atest-sincos.c: Likewise.
6570         * stdio-common/_itoa.c: Likewise.
6571         * stdio-common/_itowa.c: Likewise.
6573         * include/gmp.h: New file with internal prototypes.
6575         * sysdeps/generic/longjmp.c: Move _longjmp_unwind declaration from
6576         here to...
6577         * include/setjmp.h: ...here.
6579         * locale/Makefile (routines): Remove codeset_name since it's not
6580         needed anywhere.
6582         * locale/codeset_name.c: Removed.
6584 2000-12-05  Ulrich Drepper  <drepper@redhat.com>
6586         * sysdeps/unix/sysv/aix/sys/param.h: Define MAXHOSTNAMELEN here.
6588 2000-12-05  Andreas Jaeger  <aj@suse.de>
6590         * sysdeps/unix/sysv/linux/sys/param.h: Revert last patch.
6592 2000-12-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6594         * sysdeps/unix/sysv/linux/s390/mmap64.S: Use mmap if mmap2 isn't
6595         available.
6597 2000-12-05  Andreas Jaeger  <aj@suse.de>
6599         * nss/test-netdb.c: Mark local functions as static to avoid
6600         warnings.
6601         (main): Use return to silence warning.
6603         * stdlib/test-canon.c (check_path): Mark as static to avoid warning.
6605         * stdio-common/test-popen.c: Mark local functions as static to
6606         avoid warnings.
6607         (main): Use return to silence warning.
6609         * stdlib/testsort.c (compare): Mark as static to avoid warning.
6611         * assert/test-assert.c: Mark local functions as static to avoid
6612         warnings.
6613         * assert/test-assert-perr.c: Likewise.
6615         * math/libm-test.inc (main): Use return to silence warnings.
6617 2000-12-04  Ulrich Drepper  <drepper@redhat.com>
6619         * math/fenv.h: Fix typo in comment.
6621         * math/test-misc.c (main): Add a few more over and underflow tests
6622         for scalb.
6624         * sysdeps/i386/fpu/e_scalb.S: Handle NaN as first parameter correctly.
6625         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
6626         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
6627         * math/w_scalb.c: Don't use matherr except in SVID mode.
6628         * math/w_scalbf.c: Likewise.
6629         * math/w_scalbl.c: Likewise.
6630         * math/test-misc.c: Add test for NaN and scalbl.
6631         Reported by Fred J. Tydeman <tydeman@tybor.com>.
6633 2000-12-04  Ulrich Drepper  <drepper@redhat.com>
6635         * configure.in: Define HAVE_ASM_GLOBAL_DOT_NAME for AIX.
6636         * config.h.in: Add HAVE_ASM_GLOBAL_DOT_NAME.
6637         * include/libc-symbols.h (strong_alias): Define special version
6638         for HAVE_ASM_GLOBAL_DOT_NAME.
6639         (weak_alias): Likewise.
6640         * sysdeps/powerpc/bsd-setjmp.S: Use strong_alias not .set.
6641         * sysdeps/unix/sysv/aix/Makefile [$(subdir)==login]
6642         (sysdep_routines): Add setutxent, getutxent, endutxent, getutxid,
6643         getutxline, pututxline, and utmpxname.
6644         * sysdeps/unix/sysv/aix/fchdir.c: Define __fchdir.
6645         * sysdeps/unix/sysv/aix/lseek.c: Define __libc_lseek alias.
6646         * sysdeps/unix/sysv/aix/open.c: Define __libc_open alias.
6647         * sysdeps/unix/sysv/aix/pread.c: Define pread alias.
6648         * sysdeps/unix/sysv/aix/pread64.c: Define pread64 alias.
6649         * sysdeps/unix/sysv/aix/sysdep.h (JUMPTARGET): Use C_TEXT.
6650         * sysdeps/unix/sysv/aix/bits/types.h: Define __clockid_t and __timer_t.
6651         * sysdeps/unix/sysv/aix/bits/utmp.h: Cleanup.  Add comments.
6652         * sysdeps/unix/sysv/linux/sys/param.h (MAXHOSTNAMELEN): Define.
6653         Patches by Michael Keezer <mkeezer@redhat.com>.
6655 2000-12-04  H.J. Lu  <hjl@gnu.org>
6657         * configure.in: Change --with-oldest-abi=ABI to
6658         --enable-oldest-abi=ABI.
6660 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
6662         * stdio-common/perror.c (perror): If stderr is wide-oriented, use
6663         fwprintf instead of fprintf.
6665 2000-12-04  Ulrich Drepper  <drepper@redhat.com>
6667         * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD and
6668         DECIMAL_DIG definitions.
6669         * sysdeps/arm/fpu/bits/mathdef.h: Likewise
6670         * sysdeps/generic/bits/mathdef.h: Likewise
6671         * sysdeps/i386/fpu/bits/mathdef.h: Likewise
6672         * sysdeps/ia64/fpu/bits/mathdef.h: Likewise
6673         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise
6674         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise
6675         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise
6676         * sysdeps/sh/sh4/fpu/bits/mathdef.h: Likewise
6678 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
6680         * math/test-fenv.c (main): Use return instead of exit to avoid warning.
6682         * math/atest-exp.c: Mark local functions as static to avoid warnings.
6683         * math/atest-exp2.c: Likewise.
6684         * math/atest-sincos.c: Likewise.
6686         * sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
6687         Reported by Fred J. Tydeman <tydeman@tybor.com>.
6689         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix
6690         the handling of denormalized numbers.
6692         * math/test-misc.c (main): Test for fpclassify and pseudo denormal
6693         numbers on x86.
6694         * sysdeps/i386/fpu/fpclassifyl.c: New file.
6696         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Handle the
6697         pseudo denormal representation of LDBL_MIN.
6699         * iconvdata/SJIS.irreversible: Remove unnecessary entries.
6700         * iconvdata/EUC-JP.irreversible: Remove unnecessary entries.
6702         * iconvdata/sjis.c: Enable round-trip mapping of backslash and tilde.
6703         * iconvdata/jis0208.c: Likewise.
6704         * iconvdata/jis0212.c: Likewise.
6705         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
6707         * math/test-misc.c (main): More tests for frexp and some for
6708         fpclassify and isnormal.
6710         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct
6711         test for subnormal.
6712         Reported by Fred J. Tydeman <tydeman@tybor.com>.
6714         * math/test-misc.c (main): Add tests for frexp.
6715         Reported by Fred J. Tydeman <tydeman@tybor.com>.
6716         * sysdeps/i386/fpu/s_frexpl.S: Don't overflow during the computation.
6718 2000-12-02  H.J. Lu  <hjl@gnu.org>
6720         * locale/lc-time.c (_nl_init_era_entries): Pass L'\0' instead of
6721         '\0' to wcschr.
6723 2000-12-02  Ulrich Drepper  <drepper@redhat.com>
6725         * sysdeps/i386/fpu/s_frexp.S: Add missing fwait.
6726         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
6727         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
6729         * sysdeps/generic/glob.c: Adjust types of several variables to
6730         avoid warnings.
6732 2000-12-01  Ulrich Drepper  <drepper@redhat.com>
6734         * sysdeps/unix/sysv/linux/shm_open.c: Remove incorrect comment.
6736 2000-11-30  Roland McGrath  <roland@frob.com>
6738         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.
6739         (_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to
6740         allow multiple instances using the same function name in one file.
6742 2000-12-01  Ulrich Drepper  <drepper@redhat.com>
6744         * configure.in: Correct test for pserver CVS access.
6746 2000-11-28  H.J. Lu  <hjl@gnu.org>
6748         * libio/libio.h: Remove extra "#if ... #endif".
6750 2000-11-29  H.J. Lu  <hjl@gnu.org>
6752         * stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case.
6754 2000-12-01  H.J. Lu  <hjl@gnu.org>
6756         * nss/getXXbyYY_r.c: Fix verioned symbol handling.
6757         * nss/getXXent_r.c: Likewise.
6758         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
6760 2000-11-30  H.J. Lu  <hjl@gnu.org>
6762         * scripts/abi-versions.awk (oldest_abi): New variable.
6763         Handle the oldest ABI supported.
6765         * Makerules ($(common-objpfx)abi-versions.h): Set oldest_abi
6766         for scripts/abi-versions.awk.
6768         * configure.in: Add --with-oldest-abi=ABI.
6769         * configure: Rebuild.
6771         * config.make.in (oldest-abi): New.
6773         * config.h.in (GLIBC_OLDEST_ABI): New.
6775         * csu/version.c (banner): Support GLIBC_OLDEST_ABI.
6777 2000-11-30  Jakub Jelinek  <jakub@redhat.com>
6779         * locale/setlocale.c (setname): Free for all categories, not just
6780         LC_ALL.
6781         (setlocale): Store a copy of string passed by user, not the string
6782         itself.
6784 2000-11-30  Roland McGrath  <roland@frob.com>
6786         * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit
6787         rather than _hurd_fd_subinit, so it happens after it's safe to use
6788         libc facilities like malloc.
6790 2000-11-28  Andreas Jaeger  <aj@suse.de>
6792         * sysdeps/unix/sysv/linux/getdents.c: Add _syscall_getdents64
6793         declaration, adjust declaration of __syscall_getdents to match
6794         kernel.
6796 2000-11-29  H.J. Lu  <hjl@gnu.org>
6798         * sysdeps/generic/readelflib.c (check_ptr): Undefine it first.
6800 2000-11-29  Andreas Jaeger  <aj@suse.de>
6802         * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused variable.
6804 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
6806         * dlfcn/defaultmod1.c: Add prototypes to avoid warnings.
6807         * dlfcn/defaultmod2.c: Likewise.
6808         * dlfcn/dlopen.c: Likewise.
6809         * dlfcn/dlopenold.c: Likewise.
6810         * dlfcn/failtestmod.c: Likewise.
6811         * dlfcn/glreflib1.c: Likewise.
6812         * dlfcn/glreflib2.c: Likewise.
6813         * dlfcn/eval.c: Likewise.  Add attributes.
6815         * ctype/ctype-extn.c: Define isblank and not __isblank.
6817         * time/strftime.c: Add const where necessary to avoid warnings.
6818         * time/strptime.c (strptime_internal): Add casts to avoid warnings.
6820 2000-11-22  Paul Eggert  <eggert@twinsun.com>
6822         * time/strftime.c (my_strftime): Do not invoke mbrlen with a
6823         size of (size_t) -1; it's not portable.
6825 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
6827         * sysdeps/i386/fpu/libm-test-ulps: Adjust some values for the
6828         crappy i486 FPU.
6829         Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
6831 2000-11-14  Jes Sorensen  <jes@linuxcare.com>
6833         * sysdeps/ia64/_mcount.S: Call __mcount instead of __mcount_internal.
6835         * sysdeps/ia64/Makefile: Compile _mcount.S in subdir gmon as
6836         _mcount is required by profiled binaries.
6838         * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: Moved to...
6839         * sysdeps/ia64/machine-gmon.h: ...here.
6841 2000-11-28  Masahide Washizawa  <washi@jp.ibm.com>
6843         * iconvdata/Makefile (modules): Add IBM922, IBM1124, and IBM1129.
6844         (distribute): Add ibm922.c, ibm1124.c, ibm1129.c, ibm922.h, ibm1124.h,
6845         and ibm1129.h.
6846         * iconvdata/gconv-modules: Add entries for IBM922, IBM1124, and
6847         IBM1129.
6848         * iconvdata/ibm922.c: New file.
6849         * iconvdata/ibm922.h: New file.
6850         * iconvdata/ibm1124.c: New file.
6851         * iconvdata/ibm1124.h: New file.
6852         * iconvdata/ibm1129.c: New file.
6853         * iconvdata/ibm1129.h: New file.
6854         * iconvdata/testdata/IBM922: New file.
6855         * iconvdata/testdata/IBM922..UTF8: New file.
6856         * iconvdata/testdata/IBM1124: New file.
6857         * iconvdata/testdata/IBM1124..UTF8: New file.
6858         * iconvdata/testdata/IBM1129: New file.
6859         * iconvdata/testdata/IBM1129..UTF8: New file.
6861 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
6863         * catgets/gencat.c (normalize_line): Take extra parameter with escape
6864         character.  Change callers.
6865         (open_conversion): Determine mapping of 0x5c as wchar_t value.
6866         * catgets/Makefile: Add rules to build and run test-gencat.
6867         * catgets/sample.SJIS: New file.
6868         * catgets/test-gencat.c: New file.
6869         * catgets/test-gencat.sh: New file.
6870         Report and test case by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
6872 2000-11-28  Andreas Jaeger  <aj@suse.de>
6874         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Synch with generic
6875         Linux version.
6877 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
6879         * sysdeps/unix/sysv/linux/bits/socket.h: Fix last patch.
6881 2000-11-28  Andreas Jaeger  <aj@suse.de>
6883         * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Use
6884         __flexarr.
6885         * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct cmsghdr):
6886         Likewise.
6888 2000-11-27  Ulrich Drepper  <drepper@redhat.com>
6890         * misc/getusershell.c: Make strings in okshells array const.
6891         * misc/regexp.c: Add const to cast to avoid warnings.
6892         * sysdeps/unix/sysv/linux/llseek.c: Add prototype for __llseek.
6893         * sysdeps/unix/sysv/linux/i386/setresuid.c: Add prototype for
6894         __setresuid.
6895         * sysdeps/unix/sysv/linux/i386/setresgid.c: Add prototype for
6896         setresgid.
6897         * misc/error.c: Add prototypes for __error and __error_at_line.
6898         * misc/mntent_r.c (__getmntent_r): Add break at end of switch
6899         statement to avoid warning.
6900         * test-skeleton.c: Mark timeout_handler with noreturn.
6901         * iconv/skeleton.c (get16u): Add const to cast.
6902         (get32u): Likewise.
6903         * iconvdata/gb18030.c: Likewise.
6904         * iconvdata/iso-2022-cn-ext.c: Likewise.
6905         * iconvdata/ansi_x3.110.c: Add cast to avoid warning.
6906         * iconvdata/big5.c: Likewise.
6907         * iconvdata/big5hkscs.c: Likewise.
6908         * iconvdata/iso_6937.c: Likewise.
6909         * iconvdata/iso_6937-2.c: Likewise.
6910         * iconvdata/t.61.c: Likewise.
6911         * iconvdata/iso646.c: Add prototypes for gconv_init and gconv_env.
6912         * iconvdata/unicode.c: Likewise.
6913         * iconvdata/utf-16.c: Likewise.
6914         * iconvdata/cns11643.h (ucs4_to_cns11643): Define needed as size_t.
6915         * iconv/gconv_trans.c (__gconv_translit_find): Avoid one warning
6916         with little code shuffling.
6918         * sysdeps/powerpc/Makefile (CFLAGS-initfini.s): Add -O1 to avoid
6919         the problems introduced when the user selects -O3.
6921         * iconv/gconv.h (__gconv_info): Define __data element using __flexarr.
6922         * misc/sys/cdefs.h: Define __flexarr.
6923         Proposed by Joseph S. Myers <jsm28@cam.ac.uk>.
6925         * iconvdata/iso-2022-jp.c: Add prototypes to avoid warnings.
6926         * iconv/skeleton.c: Likewise.
6927         * iconvdata/iso8859-1.c (BODY to 8859-1): Add const to cast.
6928         * iconv/loop.c (get16): Add const to cast.
6929         (get32): Likewise.
6931 2000-11-27  Andreas Jaeger  <aj@suse.de>
6933         * login/programs/pt_chown.c (do_pt_chown): Mark function as static
6934         to avoid warning.
6935         * login/programs/utmpdump.c (print_entry): Likewise.
6937 2000-11-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6939         * sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and
6940         in a single asm as they may be used to access other stored
6941         registers.
6942         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
6944 2000-11-27  Andreas Jaeger  <aj@suse.de>
6946         * rt/tst-aio.c: Mark test functions as static to avoid warnings.
6947         * rt/tst-aio64.c: Likewise.
6949 2000-11-27  Ulrich Drepper  <drepper@redhat.com>
6951         * catgets/Makefile (test1.cat): Set LC_ALL, LOCPATH, and GCONV_PATH
6952         for gencat run.
6953         (libc.cat): Likewise.
6954         * catgets/gencat.c: Implement handling of message catalogs encoded
6955         with stateful character sets.
6956         Based on a patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
6958 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
6960         * sysdeps/unix/opendir.c (__opendir): Add cast to avoid warning.
6962         * inet/getnameinfo.c: Adjust casts to avoid warnings.
6963         * inet/rcmd.c: Likewise.
6964         * inet/ruserpass.c: Likewise.
6965         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
6966         IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
6967         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
6968         IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
6969         IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
6970         IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
6971         * include/aliases.h: Add prototypes for internal __getalias* functions.
6972         * include/netdb.h: Add prototypes for __old_gethostent_r,
6973         __old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
6974         __old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
6975         __old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
6976         __old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
6977         * include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
6978         __old_getrpcbynumber_r, __old_getrpcent_r.
6980         * include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
6981         __getrpcent_r prototypes.
6983 2000-11-25  Ulrich Drepper  <drepper@redhat.com>
6985         * string/strcoll.c: Add casts to avoid warnings.
6986         * string/strnlen.c: Likewise.
6987         * string/strxfrm.c: Likewise.
6988         * sysdeps/generic/_strerror.c: Likewise.
6989         * sysdeps/generic/memrchr.c: Likewise.
6990         * sysdeps/generic/strcasestr.c: Likewise.
6991         * sysdeps/generic/strstr.c: Likewise.
6993         * locale/weight.h (findidx): Add const to cast to avoid warning.
6995         * elf/loadfail.c: Little cosmetic changes to avoid warnings.
6996         * elf/loadtest.c: Likewise.
6997         * elf/multiload.c: Likewise.
6998         * elf/next.c: Likewise.
6999         * elf/nodelete.c: Likewise.
7000         * elf/noload.c: Likewise.
7001         * elf/order.c: Likewise.
7002         * elf/origtest.c: Likewise.
7003         * elf/preloadtest.c: Likewise.
7004         * elf/restest1.c: Likewise.
7006         * sysdeps/i386/i486/bits/string.h (__strncat_g) [i686]: Fourth
7007         parameter of asm must be in %ecx.
7009         * string/tester.c: Mark test functions as static to avoid warnings.
7011         * iconv/gconv_conf.c (read_conf_file): Make mod_counter static to
7012         preserve value over different gconv-modules files.
7014 2000-11-24  Ulrich Drepper  <drepper@redhat.com>
7016         * locale/findlocale.c: Add casts to avoid warnings.
7017         * locale/localeinfo.h (LIMAGIC): Add cast to avoid warnings.
7018         * misc/efgcvt_r.c (fcvt_r): Use ssize_t instead of int and add cast
7019         to avoid warnings.
7020         * misc/tsearch.c (const_node): New type.
7021         (trecurse): Correct casts to avoid warnings.
7022         (__twalk): Likewise.
7023         * stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and
7024         LONG_BIT.
7026         * debug/backtrace-tst.c (compare): Add casts to avoid warnings.
7028         * test-skeleton.c: Mark local functions as static to avoid warnings.
7030 2000-11-23  H.J. Lu  <hjl@gnu.org>
7032         * rt/tst-aio6.c (do_test): Use pipe instead of STDIN_FILENO to
7033         support the background job.
7034         Fix a typo.
7036 2000-11-24  Ulrich Drepper  <drepper@redhat.com>
7038         * iconv/gconv_conf.c (insert_module): Replace old entry if new one
7039         has same names but lower cost.
7041 2000-11-23  Jakub Jelinek  <jakub@redhat.com>
7043         * sysdeps/sparc/sparc32/dl-machine.h: Ifdef out handling for relocs
7044         which never occur during bootstrap.
7045         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7047 2000-11-23  Andreas Jaeger  <aj@suse.de>
7049         * nss/nss_files/files-hosts.c: Remove getipnodebyname.
7051         * nss/Versions: Remove _nss_files_getipnodebyname_r.
7053         * sysdeps/unix/sysv/linux/Versions: Fix typo in last patch.
7055 2000-11-18  Martin Buchholz  <martin@xemacs.org>
7057         * csu/gmon-start.c (__gmon_start__): Avoid over-clever trick `if
7058         (called++) return;'
7060 2000-11-21  Alan Modra  <alan@linuxcare.com.au>
7062         * sysdeps/generic/bsd-_setjmp.c (setjmp): Rename to _setjmp.
7064         * csu/abi-note.S: Correct comment for operating system number.
7066 2000-11-22  Ulrich Drepper  <drepper@redhat.com>
7068         * Versions.def: Add GLIBC_2.2.1 for glibc.
7070 2000-11-22  Andreas Schwab  <schwab@suse.de>
7072         * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root.
7073         * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1.
7075 2000-11-22  Ulrich Drepper  <drepper@redhat.com>
7077         * rt/aio_suspend.c (aio_suspend): Convert timeout value to
7078         absolute time for pthread_cond_timedwait call.
7079         Reported by Lawrence Chen <lchen@opentext.com> [libc/1930].
7081         * rt/Makefile (tests): Add tst-aio6.
7082         * rt/tst-aio6.c: New file.
7084 2000-11-23  Andreas Jaeger  <aj@suse.de>
7086         * sysdeps/s390/bits/string.h (strncat): Fix one more typo.
7088 2000-11-22  Andreas Jaeger  <aj@suse.de>
7090         * sysdeps/s390/bits/string.h (strncat): Add missing quotation marks.
7092 2000-11-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7094         * sysdeps/s390/bits/string.h: Make strncat always add a \0.
7096 2000-11-21  Andreas Schwab  <schwab@suse.de>
7098         * sysdeps/alpha/setjmp.S: Remove __setjmp entry point.
7099         * sysdeps/arm/setjmp.S: Likewise.
7100         * sysdeps/arm/fpu/setjmp.S: Likewise.
7101         * sysdeps/i386/setjmp.S: Likewise.
7102         * sysdeps/i386/elf/setjmp.S: Likewise.
7103         * sysdeps/s390/setjmp.S: Likewise.
7104         * sysdeps/s390/elf/setjmp.S: Likewise.
7105         * sysdeps/sh/sh3/setjmp.S: Likewise.
7106         * sysdeps/sh/sh4/setjmp.S: Likewise.
7107         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7108         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7109         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
7110         * sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
7112 2000-11-21  Andreas Jaeger  <aj@suse.de>
7114         * sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete
7115         NORETURN, fix parameter list.
7117         * string/bug-strncat1.c (main): Fix typo.
7118         Patch by Bernhard Kaindl <bernhard.kaindl@suse.de>.
7120 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
7122         * configure.in: Add --enable-all-warnings.
7123         * config.make.in (all-warnings): New variable.
7124         * Makeconfig (+gccwarn): Define with many more warnings if
7125         all-warnings is yes.
7127 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
7129         * iconvdata/bug-iconv2.c (main): Use %zd in format string.
7130         * io/test-lfs.c (do_test): Cast statbuf.st_size to long long.
7131         * malloc/tst-valloc.c (main): Cast valloc return value to long.
7132         * malloc/tst-obstack.c (verbose_malloc): Use %zd in format string.
7133         * math/test-fpucw.c (main): Use %lx in format string, cast
7134         control words to long.
7135         * stdio-common/tst-fmemopen.c (main): Use %td in format strings.
7136         * stdlib/tst-strtol.c (tests): Avoid (bogus?) decimal constant is so
7137         large that it is unsigned warning.
7139         * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ssize_t): Changing
7140         it to long on sparc64.
7142 2000-11-20  Andreas Jaeger  <aj@suse.de>
7144         * nscd/nscd.h (termination_handler): Add noreturn attribute.
7145         (receiv_print_stats): Likewise.
7147         * elf/ldconfig.c (path_hwcap): Cast -1 for proper comparison.
7149 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
7151         * malloc/thread-m.h: gcc doesn't tolerate zero-sized types anymore.
7153         * csu/gmon-start.c: Always have prototype for __gmon_start.
7154         * csu/version.c: Add prototypes for __libc_print_version and
7155         __libc_main.
7156         * iconv/gconv.c: Include gconv_int.h and gconv.h.
7157         * iconv/gconv.h (struct __gconv_step): Remove const from __from_name
7158         and __to_name.
7159         * iconv/gconv_builtin.h: Add ASCII module definitions.
7160         * iconv/gconv_conf.c (__gconv_path_elem): Remove const.
7161         (add_module): Add cast to avoid warning.  Rework construction of
7162         strings for new module.
7163         * iconv/gconv_db.c (__gconv_alias_compare): Make s1 and s2 const.
7164         (derivation_compare): Likewise.
7165         * iconv/gconv_dl.c (do_release_shlib): Remove const from nodep.
7166         (__gconv_release_shlib): Cast do_release_shlib as parameter for twalk.
7167         * iconv/gconv_int.h (__gconv_path_elem): Remove const.
7168         (struct gconv_alias): Remove const from fromname and toname.
7169         * iconv/gconv_simple.c: Include gconv_builtin.h to get prototypes
7170         for loop functions.
7171         (internal_ucs4_loop): Use correct const-ness.
7172         (ucs4_internal_loop): Likewise.
7173         (internal_ucs4le_loop): Likewise.
7174         (ucs4le_internal_loop_single): Likewise.
7175         * iconv/gconv_trans.c (__gconv_transliterate): Make from_idx, from_tbl,
7176         to_idx, to_tbl, winbuf, winbufend const.  Change casts in
7177         assignments appropriately.
7178         (struct known_trans): Remove const from fname.
7179         (trans_compare): Make s1 and s2 const.
7180         * iconv/loop.c (LOOPFC): Make outend parameter const.  Add cast to
7181         avoid warning.
7182         * iconv/skeleton.c: Remove cast in calls of loop functions.
7183         * iconvdata/gconv-modules: Remove US-ASCII definitions.
7184         * iconvdata/iso646.c: Remove US_ASCII support.
7185         * include/set-hooks.h (DEFINE_HOOK): Also generate prototype.
7186         * include/unistd.h: Add __libc_check_standard_fds prototype.
7187         * string/bits/string2.h (__mempcpy_args): Add const to casts.
7188         * sysdeps/generic/initfini.c: Add prototypes for dummy, _init, and
7189         _fini.
7190         * sysdeps/generic/libc-start.c: Add prototype for __libc_start_main.
7191         * sysdeps/i386/i486/bits/string.h (strcmp): Add const to casts.
7192         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Add cast to avoid
7193         warning.
7194         * sysdeps/unix/sysv/linux/init-first.c: Add prototypes for
7195         __libc_init_first and _dl_start.
7196         * intl/dcigettext.c (transcmp): Make s1 and s2 const.
7197         (DCIGETTEXT): Make domaindata variable const.
7198         * intl/loadmsgcat.c (_nl_load_domain): Rearrange domain initialization
7199         to avoid warning.
7201 2000-11-20  Hiroyuki Machida  <machida@sm.sony.co.jp>
7203         * sysdeps/unix/sysv/linux/mips/clone.S: Fix comments.
7205         * sysdeps/unix/sysv/linux/mips/kernel_stat.h (kernel_stat): Expand
7206         time_t to 'long int' not, 'unsigned int'.  Use 'long int' for
7207         __unused? members.
7209         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOFOLLOW): Use same
7210         value defined in /usr/include/asm-mips/fcntl.h.
7212 2000-11-18  Ulrich Drepper  <drepper@redhat.com>
7214         * stdio-common/Makefile (tests): Add test-vfprintf.
7215         (test-vfprintf-ENV): New variable.
7216         * stdio-common/test-vfprintf.c: New file.
7218         * wcsmbs/mbrtowc.c (__mbrtowc): Do not only flush if input is '\0'.
7220         * wcsmbs/Makefile (tests): Add tst-mbrtowc and tst-wcrtomb.
7221         (tst-mbrtowc-ENV): New variable.
7222         (tst-wcrtomb-ENV): New variable.
7223         * wcsmbs/tst-mbrtowc.c: New file.
7224         * wcsmbs/tst-wcrtomb.c: New file.
7226 2000-11-16  Andreas Jaeger  <aj@suse.de>
7228         * manual/install.texi (Tools for Compilation): Update
7229         documentation for GCC 2.95.2.
7231 2000-11-18  Ulrich Drepper  <drepper@redhat.com>
7233         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return -EAI_AGAIN
7234         if IPv4 and IPv6 requests timed out.
7236 2000-11-18  Akim Demaille  <akim@epita.fr>
7238         * malloc/obstack.h: Formatting changes.
7239         (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
7240         prevents type checking.
7241         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
7242         cast the value to (void *): assigning a `foo *' to a `void *'
7243         variable is valid.
7244         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
7246 2000-11-17  Ulrich Drepper  <drepper@redhat.com>
7248         * scripts/config.guess: Update from upstream maintainer.
7249         * scripts/config.sub: Likewise.
7251 2000-11-16  Ulrich Drepper  <drepper@redhat.com>
7253         * libio/freopen.c (freopen): Reset _mode after succesful reopening.
7254         * libio/freopen64.c (freopen64): Likewise.
7255         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7257         * libio/Makefile: Add rules to build and run test-freopen.
7258         * libio/test-freopen.c: New file.
7259         * libio/test-freopen.sh: New file.
7261 2000-11-15  H.J. Lu  <hjl@gnu.org>
7263         * sysdeps/generic/ldsodefs.h (DL_DT_INIT_ADDRESS): Defined if
7264         ELF_FUNCTION_PTR_IS_SPECIAL is not defined.
7265         (DL_DT_FINI_ADDRESS): Likewise.
7267         * sysdeps/ia64/dl-lookupcfg.h (_dl_lookup_address): Set the
7268         return type to ElfW(Addr).
7269         (_dl_function_address): New prototype.
7270         (DL_FUNCTION_ADDRESS): Defined.
7271         (DL_DT_INIT_ADDRESS): Defined as DL_FUNCTION_ADDRESS.
7272         (DL_DT_FINI_ADDRESS): Likewise.
7274         * sysdeps/ia64/Versions (GLIBC_2.2): Add _dl_function_address.
7276         * sysdeps/ia64/dl-machine.h (_dl_start_address): Removed.
7277         (ELF_MACHINE_START_ADDRESS): Changed to DL_FUNCTION_ADDRESS.
7279         * sysdeps/ia64/dl-symaddr.c (_dl_start_address): Renamed to ...
7280         (_dl_function_address): This.
7282         * elf/dl-fini.c (_dl_fini): Use DL_DT_FINI_ADDRESS to get the
7283         function pointer for DT_FINI.
7284         * elf/dl-close.c (_dl_close): Likewise.
7286         * elf/dl-init.c (_dl_init): Use DL_DT_INIT_ADDRESS to get the
7287         function pointer for DT_INIT.
7289 2000-11-16  Jakub Jelinek  <jakub@redhat.com>
7291         * sysdeps/generic/printf_fphex.c (__printf_fphex): Compute correctly
7292         end of wexpbuf buffer.
7294 2000-11-16  Andreas Jaeger  <aj@suse.de>
7296         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove duplicate
7297         definition of F_GETLK, F_SETLK, F_SETLKW.
7299 2000-11-16  Andreas Jaeger  <aj@suse.de>
7301         * sysdeps/generic/dl-cache.c (_DL_PLATFORMS_COUNT): Define to 0 if
7302         it's not defined.
7304 2000-11-15  Jakub Jelinek  <jakub@redhat.com>
7306         * dlfcn/default.c (main): Add test for dladdr of main returning
7307         argv[0] in dli_fname field.
7309 2000-11-15  Jakub Jelinek  <jakub@redhat.com>
7311         * Makeconfig (run-program-prefix): Move test-static test into the
7312         variable.
7314         * sysdeps/alpha/dl-machine.h (RTLD_START): Update _dl_argv.
7315         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise,
7316         schedule instructions.
7317         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise,
7318         schedule instructions, fix a bug in copying auxiliary data.
7320 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
7322         * manual/startup.texi (Program Arguments): Fix type of main's envp
7323         parameter.
7324         Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
7326         * iconvdata/gconv-modules: Add CP950 alias.
7328 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
7330         * sysdeps/unix/sysv/linux/Makefile: Allow ports to override
7331         syscall-list.h goal.
7332         * sysdeps/unix/sysv/linux/sparc/Makefile: New file.
7334 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
7336         * intl/Makefile: tst-gettext2.sh does not need a third parameter.
7338         * intl/tst-gettext2.sh: Copy locale data.  Adjust LOCPATH.  Verify
7339         output of program.
7341         * intl/tst-gettext2.c: Set C locale if setting other locale
7342         failed.  Use gettext() not _().
7344         * locale/setlocale.c: Increment _nl_msg_cat_cntr whenever we
7345         successfully loaded a new locale.
7347 2000-11-13  Andreas Jaeger  <aj@suse.de>
7349         * configure.in: Require gcc 2.95 or newer.
7351 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
7353         * sysdeps/unix/sysv/linux/paths.h: Adjust for FHS.
7354         Patch by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
7356 2000-11-11  Jim Meyering  <meyering@lucent.com>
7358         * string/strndup.c (strndup): Cast return value to `char *'.
7360 2000-11-15  Jim Meyering  <meyering@ascend.com>
7362         * sysdeps/generic/memchr.c: Remove some useless parentheses.
7363         [HAVE_STDLIB_H || defined _LIBC]: Include <stdlib.h>.
7364         [HAVE_BP_SYM_H || defined _LIBC]: Guard inclusion of bp-sym.h.
7365         [! (HAVE_BP_SYM_H || defined _LIBC)] (BP_SYM): Define as no-op.
7366         Also #undef __memchr.
7367         Use `weak_alias' only if it's defined.
7369 2000-11-10  H.J. Lu  <hjl@gnu.org>
7371         * Makefile.in (install): Set LANGUAGE=C LC_ALL=C.
7373 2000-11-15  Andreas Jaeger  <aj@suse.de>
7375         * elf/chroot_canon.c: Include <stdint.h>.
7377         * elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
7378         (print_entry): Likewise.
7379         (add_to_cache): Likewise.
7381         * elf/ldconfig.h (add_to_cache): Change prototype for hwcap change.
7383         * elf/ldconfig.c (struct lib_entry): Use uint64_t for hwcap.
7384         (path_hwcap): Likewise.
7385         (search_dir): Likewise.
7387         * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Handle platform.
7389         * elf/cache.c (add_to_cache): Handle 64 bit hwcap entry.
7391         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
7392         (_dl_platform_string): New.
7393         (_DL_HWCAP_PLATFORM): New.
7394         (_dl_string_platform): New.
7395         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
7397         * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
7398         (_dl_string_platform): New.
7399         (_DL_HWCAP_PLATFORM): New.
7400         (_dl_platform_string): New.
7402         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Added x86 platform
7403         recognition.
7404         (_DL_HWCAP_COUNT): New.
7405         (_dl_string_platform): New.
7406         (_DL_HWCAP_PLATFORM): New.
7407         (_dl_platform_string): New.
7409 2000-11-14  Ulrich Drepper  <drepper@redhat.com>
7411         * iconvdata/gconv-modules: Add CP936 as alias for GBK.
7413 2000-11-14  Andreas Jaeger  <aj@suse.de>
7415         * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Fix access to _dl_hwcap.
7417 2000-11-13  Roland McGrath  <roland@frob.com>
7419         * hurd/get-host.c (_hurd_get_host_config): Fix last change.
7421 2000-11-13  Marcus Brinkmann <marcus@gnu.org>
7423         * hurd/get-host.c (_hurd_get_host_config): Fix possible buffer
7424         underrun and make sure the result is null terminated even if there
7425         is no trailing newline.
7427 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
7429         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7431 2000-11-10  H.J. Lu  <hjl@gnu.org>
7433         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
7435 2000-11-10  Andreas Jaeger  <aj@suse.de>
7437         * elf/ldconfig.c (create_links): Fix alloca calculation.
7438         Patch by Ben Collins <bcollins@debian.org>.
7440 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
7442         * inet/getnameinfo.c (getnameinfo): Use correct destination
7443         parameter for if_indextoname.
7444         Patch by Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>.
7446 2000-11-09  H.J. Lu  <hjl@gnu.org>
7448         * sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
7449         xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
7450         xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
7451         xdr_keystatus.
7453         * time/Versions (GLIBC_2.1): Move getitimer to...
7454         * sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
7456 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
7458         * manual/install.texi: Recommend to set LANGUAGE=C LC_ALL=C during
7459         "make install", to work around a binary incompatibility between
7460         glibc 2.1 and glibc 2.2 gconv modules.
7462 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
7464         * intl/locale.alias: Add thai.
7465         Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
7467 2000-11-07  Akim Demaille  <akim@epita.fr>
7469         * malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
7470         argument `data' for consistency with the prototypes.
7471         Qualify it `const'.
7472         (obstack_copy, obstack_copy0): Rename the second argument as
7473         `address' for consistency.  Qualify it `const'.
7474         * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
7475         (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
7476         `const' their input argument (`data' or `address').
7477         Adjust the corresponding macros to include `const' in casts.
7479 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7481         * sysdeps/posix/getaddrinfo.c: Clean-up: define family to hold
7482         target family.
7484 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7486         * sysdeps/posix/getaddrinfo.c: Loosen protocol check to ease raw
7487         socket creation.
7489 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7491         * sysdeps/posix/getaddrinfo.c: Ensure to fill ai_socktype and
7492         ai_protocol by internal table if service was not given.
7494 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7496         * sysdeps/posix/getaddrinfo.c: Don't raise an error even if
7497         numerical port was specified with protocol without socktype.
7499 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7501         * sysdeps/posix/getaddrinfo.c: Ensure to check if protocol is ok.
7503 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7505         * inet/getnameinfo.c: getnameinfo() NI_xxx flag validation.
7507 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7509         * sysdeps/posix/getaddrinfo.c: Ensure not to fill garbage value in
7510         sin6_scope_id field.
7512 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7514         * inet/getnameinfo.c: Repair getnameinfo() sin6_socpe_id support.
7516 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7518         * inet/getnameinfo.c: Repair NI_NOFQDN flag support.
7520 2000-11-06  Hideaki YOSHIFUJI  <yoshfuji@linux-ipv6.org>
7522         * inet/getnameinfo.c: Wake-up sin6_scope_id support in
7523         getnameinfo(): check for whether sin6_socpe_id exist was wrong.
7525 2000-11-09  Martin Schwidefsky  <mschwide@nc.boeblingen.de.ibm.com>
7527         * sysdeps/unix/sysv/linux/s390/mmap.S: Use mmap2 if it is present.
7528         * sysdeps/unix/sysv/linux/s390/mmap64.S: New file.
7530 2000-11-09  H.J. Lu  <hjl@gnu.org>
7532         * io/Versions (GLIBC_2.1.1): Remove lockf64.
7535 See ChangeLog.11 for earlier changes.