1 2001-06-03 Roland McGrath <roland@frob.com>
3 * Makefile (postclean): Remove obsolete sysd-Makefile.
5 2001-06-01 Roland McGrath <roland@frob.com>
7 * sysdeps/alpha/fpu/fclrexcpt.c: #include <shlib-compat.h>
8 and use compat_symbol/versioned_symbol instead of plain
9 symbol_version/default_symbol_version.
10 * sysdeps/alpha/fpu/fegetenv.c: Likewise.
11 * sysdeps/alpha/fpu/fesetenv.c: Likewise.
12 * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
13 * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
14 * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
15 * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
16 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
17 * sysdeps/arm/fpu/fegetenv.c: Likewise.
18 * sysdeps/arm/fpu/fesetenv.c: Likewise.
19 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
20 * sysdeps/arm/fpu/fsetexcptflg.c: Likewise.
21 * sysdeps/i386/fpu/fclrexcpt.c: Likewise.
22 * sysdeps/i386/fpu/fegetenv.c: Likewise.
23 * sysdeps/i386/fpu/fesetenv.c: Likewise.
24 * sysdeps/i386/fpu/feupdateenv.c: Likewise.
25 * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
26 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
27 * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
28 * sysdeps/m68k/fpu/fclrexcpt.c: Likewise.
29 * sysdeps/m68k/fpu/fegetenv.c: Likewise.
30 * sysdeps/m68k/fpu/fesetenv.c: Likewise.
31 * sysdeps/m68k/fpu/feupdateenv.c: Likewise.
32 * sysdeps/m68k/fpu/fgetexcptflg.c: Likewise.
33 * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
34 * sysdeps/m68k/fpu/fsetexcptflg.c: Likewise.
35 * sysdeps/powerpc/fclrexcpt.c: Likewise.
36 * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
37 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
38 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
39 * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
40 * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
41 * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
43 * iconvdata/cp1258.c: Include <stdlib.h> for abort decl.
44 * iconvdata/iso-2022-cn-ext.c: Likewise.
46 2001-06-01 Andreas Jaeger <aj@suse.de>
48 * Versions.def: Add version 2.2.4.
50 2001-06-01 Ulrich Drepper <drepper@redhat.com>
52 * socket/Makefile (routines): Add sockatmark.
53 * socket/Versions [GLIBC_2.2.4]: Add sockatmark.
54 * socket/sys/socket.h: Add prototype for sockatmark.
55 * sysdeps/generic/sockatmark.c: New file.
56 * sysdeps/unix/sockatmark.c: New file.
58 2001-06-01 Andreas Jaeger <aj@suse.de>
60 * sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Max speed is
62 (cfsetospeed): Likewise.
63 Reported by Lukasz Trabinski <lukasz@lt.wsisiz.edu.pl>.
65 2001-05-31 Joseph S. Myers <jsm28@cam.ac.uk>
67 * misc/sys/cdefs.h (__restrict_arr): Define to empty for C++.
69 2001-05-30 Martin Schwidefsky <schwidefsky@de.ibm.com>
71 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: greg_t
72 needs to have the same aligment as the kernel structure.
74 2001-05-29 Jakub Jelinek <jakub@redhat.com>
76 * sunrpc/rpc/types.h (u_char, u_short, u_int, u_long, quad_t,
77 u_quad_t, fsid_t, daddr_t, caddr_t): Make sure the types are defined.
78 * posix/sys/types.h (u_char, u_short, u_int, u_long, quad_t,
79 u_quad_t, fsid_t, daddr_t, caddr_t): Protect the __USE_BSD typedefs
80 against multiple definition.
82 2001-05-30 Ulrich Drepper <drepper@redhat.com>
84 * po/da.po: Update from translation team.
86 2001-05-29 Andreas Jaeger <aj@suse.de>
88 * sysdeps/ieee754/ldbl-128/e_acosl.c: New file, contributed by
89 Stephen L Moshier <moshier@mediaone.net>.
91 * math/libm-test.inc (sinh_test): Add new test case.
93 * sysdeps/ieee754/ldbl_96/e_sinhl.c (__ieee754_sinhl): sinhl(x) =
95 Patch by Stephen L Moshier <moshier@mediaone.net>.
97 2001-05-23 Andreas Jaeger <aj@suse.de>
99 * iconvdata/testdata/WINDOWS-1255..UTF-8: Renamed to...
100 * iconvdata/testdata/WINDOWS-1255..UTF8: this.
102 2001-05-27 Andreas Jaeger <aj@suse.de>
104 * manual/stdio.texi (String Streams): Fix fmemopen description.
105 Reported by Michal Kochanowicz <michal@michal.waw.pl>.
107 2001-05-26 H.J. Lu <hjl@gnu.org>
109 * sysdeps/unix/sysv/linux/mips/syscalls.list: Change sigsuspend
110 to s_sigsuspend. Add s_mmap2.
112 * sysdeps/mips/atomicity.h: New file.
114 * sysdeps/unix/sysv/linux/mips/getsysstats.c: New file.
116 * sysdeps/unix/sysv/linux/mips/bits/ipc.h (ipc_perm): Put
119 2001-05-25 Bruce Mitchener <bruce@cubik.org>
121 * manual/ctype.texi: Minor fix.
122 * manual/install.texi: Likewise.
123 * manual/startup.texi: Likewise.
124 * manual/examples/dir.c: Use perror() rather than puts().
126 2001-05-25 David Mosberger <davidm@hpl.hp.com>
128 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Put stuff following
129 #endif directive inside a comment to avoid compiler warnings.
131 2001-05-25 Philipp Thomas <pthomas@suse.de>
133 * nis/nis_print.c (nis_nstype2str): Don't mark names of
134 naming services for translation, only UNKNOWN needs it.
135 Add comment to prevent it for the future.
137 2001-05-25 Joseph S. Myers <jsm28@cam.ac.uk>
139 * misc/sys/cdefs.h (__restrict_arr): Define appropriately for GCC
140 3.1 and non-GCC C99 compilers.
142 2001-05-22 David Mosberger <davidm@hpl.hp.com>
144 * sysdeps/ia64/memmove.S: Increase MEMLAT from 6 to 21 for better
146 * sysdeps/ia64/memcpy.S: Likewise.
148 * sysdeps/ia64/bcopy.S: New file.
150 * sysdeps/ia64/bzero.S: New file (derived from memset.S).
152 2001-05-26 Ulrich Drepper <drepper@redhat.com>
154 * sysdeps/ia64/fpu/libm-test-ulps: Add deltas for tanh(-0.7).
156 2001-05-24 Ulrich Drepper <drepper@redhat.com>
158 * iconvdata/Makefile: Add rules for CP10007.
159 * iconvdata/gconv-modules: Add entries for CP10007 ad MacCyrillic.
160 * iconvdata/cp10007.c: New file.
161 * iconvdata/tst-tables.sh: Add CP10007.
163 2001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
165 * sysdeps/sh/dl-machine.h (_dl_runtime_resolve): Handle newer PLT.
166 (_dl_runtime_profile): Likewise..
168 2001-05-23 Thorsten Kukuk <kukuk@suse.de>
170 * sysdeps/posix/getaddrinfo.c: Support for AF_UNIX commented out.
171 * posix/tst-getaddrinfo.c: Remove AF_UNIX test.
173 2001-05-19 H.J. Lu <hjl@gnu.org>
175 * elf/dl-deps.c (_dl_map_object_deps): Pass objname and
176 errstring of the failed DSO to _dl_signal_error ().
178 2001-05-23 Ulrich Drepper <drepper@redhat.com>
180 * iconvdata/gconv-modules: Add more aliases to enable use in
183 2001-05-23 Andreas Jaeger <aj@suse.de>
185 * sysdeps/unix/sysv/linux/ia64/Makefile (CFLAGS-initfini.s):
186 Remove, it's not used anywhere anymore.
187 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile
188 (CFLAGS-initfini.s): Likewise.
189 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
190 (CFLAGS-initfini.s): Likewise.
191 * sysdeps/unix/sysv/linux/powerpc/Makefile (CFLAGS-initfini.s):
193 * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-initfini.s):
196 2001-05-21 Bruno Haible <haible@clisp.cons.org>
198 * wcsmbs/mbrtowc.c (mbrtowc): Remove local variable 'flush', always
199 use 0 instead, and rely on the converter to do the flush.
200 * wcsmbs/tst-mbrtowc.c (utf8_test_1): New function, taken from
202 (utf8_test_2, utf8_test_3): New function.
203 (utf8_test): Call utf8_test_1, utf8_test_2, utf8_test_3.
205 2001-05-22 Jakub Jelinek <jakub@redhat.com>
207 * elf/dl-close.c (_dl_close): Save imap->l_reldeps, not map->l_reldeps.
209 * elf/Makefile (distribute): Add reldep4mod[1234].c.
210 (tests): Add reldep4.
211 (modules-names): Add reldep4mod[1234].
212 (reldep4mod1.so, reldep4mod2.so, reldep4, reldep4.out): New rules.
213 * elf/reldep4.c: New file.
214 * elf/reldep4mod1.c: Likewise.
215 * elf/reldep4mod2.c: Likewise.
216 * elf/reldep4mod3.c: Likewise.
217 * elf/reldep4mod4.c: Likewise.
219 2001-05-18 Jakub Jelinek <jakub@redhat.com>
221 * elf/dl-lookup.c (PROTECTED): Remove defines.
222 (add_dependency): Mark it with internal_function.
223 (_dl_do_lookup, _dl_do_lookup_versioned): New functions.
224 (_dl_lookup_symbol, _dl_lookup_symbol_skip,
225 _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip): Use
226 it if we don't want do_lookup* inlined.
228 2001-05-18 Jakub Jelinek <jakub@redhat.com>
230 * include/link.h (struct r_scope_elem): Remove r_duplist and
232 * elf/dl-load.c (_dl_map_object_from_fd): Don't initialize them.
233 * elf/dl-lookup.c (_dl_lookup_symbol_skip): Look in r_list, not
235 (_dl_lookup_versioned_symbol_skip): Likewise.
236 * elf/dl-deps.c (struct list): Remove dup field, rename unique to next.
237 (_dl_map_object_deps): Don't compute duplicate list.
239 * elf/dl-symbol.c: Removed.
240 * elf/Makefile (routines): Remove dl-symbol.
242 2001-05-22 Ulrich Drepper <drepper@redhat.com>
244 * po/el.po: Update from translation team.
245 * po/sv.po: Likewise.
247 2001-05-20 Bruno Haible <haible@clisp.cons.org>
249 * iconvdata/cp1255.c: Completely rewritten.
250 * iconvdata/Makefile (gen-8bit-gap-modules): Remove cp1255.
251 * iconvdata/testdata/WINDOWS-1255: New file.
252 * iconvdata/testdata/WINDOWS-1255..UTF8: New file.
253 * iconvdata/TESTS: Add WINDOWS-1255 test.
254 * iconvdata/CP1255.irreversible: New file.
256 2001-05-20 Bruno Haible <haible@clisp.cons.org>
258 * iconvdata/cp1258.c: Completely rewritten.
259 * iconvdata/Makefile (gen-8bit-gap-modules): Remove cp1258.
260 * iconvdata/testdata/WINDOWS-1258: New file.
261 * iconvdata/testdata/WINDOWS-1258..UTF8: New file.
262 * iconvdata/TESTS: Add WINDOWS-1258 test.
263 * iconvdata/tst-table-from.c (try): Reset the iconv descriptor before
264 the main call, and flush it afterwards.
265 (utf8_decode): Return a string, possibly containing several Unicode
267 (main): Update all utf8_decode calls.
268 * iconvdata/CP1258.irreversible: New file.
270 2001-05-20 Bruno Haible <haible@clisp.cons.org>
272 * iconv/gconv.c (__gconv): For flush without output, pass do_flush = 2.
273 * iconv/skeleton.c: Distinguish do_flush = 1 and do_flush = 2. In the
274 first case, set outbuf, outstart, outend, and call PREPARE_LOOP before
275 EMIT_SHIFT_TO_INIT; then pass the output produced by this step down to
276 the next step. In the second case, clear the state without calling
278 * iconvdata/ibm930.c (EMIT_SHIFT_TO_INIT): Use outbuf instead of
279 data->__outbuf, and outend instead of data->__outbufend.
280 * iconvdata/ibm933.c (EMIT_SHIFT_TO_INIT): Likewise.
281 * iconvdata/ibm935.c (EMIT_SHIFT_TO_INIT): Likewise.
282 * iconvdata/ibm937.c (EMIT_SHIFT_TO_INIT): Likewise.
283 * iconvdata/ibm939.c (EMIT_SHIFT_TO_INIT): Likewise.
284 * iconvdata/iso-2022-cn.c (EMIT_SHIFT_TO_INIT): Likewise.
285 * iconvdata/iso-2022-cn-ext.c (EMIT_SHIFT_TO_INIT): Likewise.
286 * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Likewise.
287 * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Likewise.
288 * iconvdata/utf-7.c (EMIT_SHIFT_TO_INIT): Likewise.
290 2001-05-21 Jakub Jelinek <jakub@redhat.com>
292 * elf/rtld.c (dl_main): Compute l_map_end for the main program.
293 * elf/dl-sym.c (_dl_sym): Don't check for l_addr == 0.
294 If match == _dl_loaded, caller can still come from the main program.
295 (_dl_vsym): Likewise.
296 * elf/dl-open.c (dl_open_worker): Don't check for l_addr == 0.
297 * elf/dl-error.c (_dl_signal_error): Change NULL objname into "".
298 * elf/restest2.c: New test.
299 * elf/Makefile (tests): Add restest2.
300 (restest2, LDFLAGS-restest2): Add rules.
302 2001-05-22 Ulrich Drepper <drepper@redhat.com>
304 * intl/Makefile: Add a few more dependencies to avoid races in the
307 2001-05-22 Andreas Jaeger <aj@suse.de>
309 * sysdeps/ieee754/ldbl-128/s_log1pl.c: New file, contributed by
310 Stephen L Moshier <moshier@mediaone.net>.
312 2001-05-22 Martin Schwidefsky <schwidefsky@de.ibm.com>
314 * sysdeps/s390/s390-32/backtrace.c: Make backtrace return the
315 return addresses instead of the stack pointers.
316 * sysdeps/s390/s390-64/backtrace.c: Likewise.
318 2001-05-21 Jakub Jelinek <jakub@redhat.com>
320 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Include
321 bits/sigcontext.h instead of bits/sigstack.h.
322 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add
323 multiple-inclusion guards.
325 2001-05-21 Andreas Jaeger <aj@suse.de>
327 * locale/programs/ld-collate.c (handle_ellipsis): Fix message.
328 Patch by Philipp Thomas <pthomas@suse.de>.
330 2001-05-17 Bruce Mitchener <bruce@cubik.org>
332 * manual/arpg.texi: Spelling, misc fixes.
333 * manual/arith.texi: Likewise.
334 * manual/crypt.texi: Likewise.
335 * manual/debug.texi: Likewise.
336 * manual/getopt.texi: Likewise.
337 * manual/intro.texi: Likewise.
338 * manual/memory.texi: Likewise.
339 * manual/nss.texi: Likewise.
340 * manual/pattern.texi: Likewise.
341 * manual/process.texi: Likewise.
342 * manual/resource.texi: Likewise.
343 * manual/search.texi: Likewise.
344 * manual/setjmp.texi: Likewise.
345 * manual/signal.texi: Likewise.
346 * manual/socket.texi: Likewise.
347 * manual/stdio.texi: Likewise.
348 * manual/string.texi: Likewise.
349 * manual/sysinfo.texi: Likewise.
350 * manual/terminal.texi: Likewise.
351 * manual/llio.texi: Document madvise().
353 2001-05-20 Roland McGrath <roland@frob.com>
355 * Makeconfig (sysdep-makeconfigs): Include any Makeconfig files
356 found within $(add-ons) directories too.
357 [linuxthreads add-on]: Move variable settings for linuxthreads
358 to new file linuxthreads/Makeconfig.
360 2001-05-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
362 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_STD_AUXV):
363 Define for linux >= 2.4.5 on powerpc.
364 (__ASSUME_MMAP2_SYSCALL): Likewise.
366 2001-05-19 Roland McGrath <roland@frob.com>
368 * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Don't leak the
369 result port when failing with ELOOP. Do the ELOOP check when
370 following an absolute symlink target as well as relative.
371 Remove #ifdef SYMLOOP_MAX conditional--it should always be defined.
373 2001-05-18 Andreas Jaeger <aj@suse.de>
375 * po/fr.po: Free software is "logiciel libre".
376 Patch by Martin Michlmayr <tbm@cyrius.com>.
378 * sysdeps/powerpc/elf/libc-start.c: Use __cxa_atexit.
379 Patch by ekato@ees.hokudai.ac.jp, closes PR libc/2271.
381 2001-05-17 David Mosberger <davidm@hpl.hp.com>
383 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: New file.
385 2001-05-17 Ulrich Drepper <drepper@redhat.com>
387 * elf/dl-profile.c (_dl_mcount): Check whether state is
388 GMON_PROF_ON before doing anything.
390 2001-05-17 H.J. Lu <hjl@gnu.org>
392 * elf/sprof.c (read_symbols): Move "++symtab" into the while loop.
394 2001-05-17 Ulrich Drepper <drepper@redhat.com>
396 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Use
397 CHECK_SIGSET_NULL_OK and not CHECK_SIGSET for all parameters.
398 Reported by Mark Burton <markb@ordern.com>.
400 2001-05-17 Jakub Jelinek <jakub@redhat.com>
402 * elf/ldconfig.c (add_dir): Only warn about stat failure if
404 (search_dir): Likewise.
406 2001-05-17 Ulrich Drepper <drepper@redhat.com>
408 * sysdeps/i386/i486/atomicity.h (exchange_and_add): Correct second
409 parameter of xaddl. Patch by H . J . Lu <hjl@lucon.org>.
411 2001-05-14 Bruno Haible <haible@clisp.cons.org>
413 * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): If SO is seen
414 without previous announcement, reject it regularly, don't abort.
416 2001-05-16 Ulrich Drepper <drepper@redhat.com>
418 * math/tgmath.h: Fix handling of int parameters to binary and
419 ternary functions. Reported by mitr@volny.cz.
421 * math/test-tgmath.c: Add tests for calls with integer parameters.
423 2001-05-15 Jakub Jelinek <jakub@redhat.com>
425 * sunrpc/rpc_thread.c (rpc_default): Remove.
426 (__rpc_thread_destroy): Use __libc_tsd_RPC_VARS_mem instead of
428 (rpc_thread_multi, __rpc_thread_svc_fdset, __rpc_thread_createerr,
429 __rpc_thread_svc_pollfd, __rpc_thread_svc_max_pollfd): Likewise.
430 * sunrpc/auth_none.c (authnone_private): Fix a typo.
432 2001-05-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
434 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation.
436 2001-05-16 Bruce Mitchener <bruce@cubik.org>
438 * manual/llio.texi: Many grammar and typo fixes to the section on AIO.
440 2001-05-15 Andreas Jaeger <aj@suse.de>
442 * sysdeps/ieee754/ldbl-128/s_expm1l.c: New file, contributed by
443 Stephen L Moshier <moshier@mediaone.net>.
445 * sysdeps/i386/fpu/libm-test-ulps: Adjust for change.
447 * math/libm-test.inc: Add comment with ToDo.
449 * sysdeps/i386/fpu/e_expl.c: Rewritten to C and using a more
450 accurate algorithm. Patch by Stephen L Moshier <moshier@mediaone.net>.
452 * sysdeps/i386/fpu/e_expl.S: Removed.
454 2001-05-14 Roland McGrath <roland@frob.com>
456 * csu/Makefile ($(objpfx)g$(start-installed-name)): Turn this into a
457 static pattern rule also that also covers
458 $(objpx)g$(static-start-installed-name).
459 [$(start-installed-name) != $(static-start-installed-name)]
460 (extra-objs, omit-deps, install-lib): Add
461 $(static-start-installed-name) and g$(static-start-installed-name).
462 * sysdeps/mach/hurd/i386/Makefile: Don't add crt0.o to those here;
463 just setting static-start-installed-name is now sufficient.
464 (extra-objs): Add static-start.o here.
465 (CFLAGS-initfini.s): Remove obsolete variable.
466 * sysdeps/mach/hurd/i386/Makeconfig: New file.
467 Define static-start-installed-name here.
469 * Makeconfig: Include existing $(full_config_sysdirs:=/Makeconfig).
470 * Make-dist (+sysdep-tsrcs): Look for Makeconfig files.
472 * Makerules ($(+sysdir_pfx)sysd-Makefile): Remove this target and
473 associated hair. Instead, just use $(wildcard ...) in the include.
475 * configure.in (critic_missing, aux_missing): Collect in these vars
476 the names of the missing programs, and include them in the error msgs.
477 * configure: Regenerated.
479 2001-05-14 Andreas Jaeger <aj@suse.de>
481 * sysdeps/i386/fpu/libm-test-ulps: Adjust for new tests.
483 * math/libm-test.inc (tanh_test): Add testcases for last tanh bug.
485 2001-05-14 Stephen L Moshier <moshier@mediaone.net>
487 * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Fix sign test.
489 2001-05-11 Jakub Jelinek <jakub@redhat.com>
491 * posix/regex.c (re_match_2_internal): Swap mbs_offset and csize
492 as well if swapping strings.
493 Make sure stop is not past end of second string.
494 * posix/bug-regex4.c: New test.
495 * posix/Makefile (tests): Add bug-regex4.
497 2001-05-10 Andreas Jaeger <aj@suse.de>
499 * manual/install.texi (Linux): Clarify that Linux 2.2 is minimal
502 2001-05-12 Andreas Jaeger <aj@suse.de>
504 * sysdeps/ieee754/dbl-64/s_sin.c: Include "math_private.h" for
506 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
507 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
508 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
509 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
510 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
511 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
512 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
514 * math/math_private.h: Add prototypes for internal functions of
515 the IBM Accurate Mathematical Library.
517 * sysdeps/ieee754/dbl-64/s_atan.c: Include "math.h" for
519 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
521 * sysdeps/ieee754/dbl-64/e_asin.c: Include "math_private.h" for
523 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
524 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
525 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
526 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
527 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
528 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
529 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
530 * sysdeps/generic/e_rem_pio2l.c: Likewise.
531 (__ieee754_rem_pio2l): Fix prototype.
533 * math/math_private.h (__copysign): Add internal prototype.
535 2001-05-11 Andreas Jaeger <aj@suse.de>
537 * sysdeps/unix/sysv/linux/configure.in: Move binutils check to...
538 * sysdeps/unix/sysv/linux/mips/configure.in: ...here. New file.
540 2001-05-11 Andreas Jaeger <aj@suse.de>
542 * sysdeps/unix/sysv/linux/configure.in: Check binutils version on
545 * sysdeps/mips/rtld-ldscript.in: Removed unneeded binary output
546 format directive. Patch by Steven J. Hill <sjhill@cotw.com>.
548 2001-05-11 Roland McGrath <roland@frob.com>
550 * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't use
551 $(build-module) here, since we don't need the full magilla.
552 Just use $(build-module-helper) and append our special options.
554 2001-05-09 Andreas Schwab <schwab@suse.de>
556 * sysdeps/unix/readdir.c: Make sure we don't modify errno when we
559 2001-05-07 H.J. Lu <hjl@gnu.org>
561 * elf/ldconfig.c (dir_entry): Add ino and dev.
562 (add_single_dir): Compare ino and dev to check if 2 directory
563 paths are the same or not. Free entry->path for duplicates.
564 (add_dir): Initialize ino and dev for entry.
565 (search_dir): Handle symlink to directory.
567 2001-05-07 Andreas Jaeger <aj@suse.de>
569 * sysdeps/i386/fpu/libm-test-ulps: Add ulps for new exp tests.
571 * math/libm-test.inc (exp_test): Add some more tests.
572 (pow_test): Run double only test also for long double.
574 * math/test-ldouble.c (TEST_LDOUBLE): Define.
575 * math/test-ildoubl.c (TEST_LDOUBLE): Likewise.
577 * sysdeps/generic/bits/confname.h: Remove extra comma at end of
581 * scripts/config.guess: Imported from gnu.org.
582 * scripts/config.sub: Likewise.
584 2001-05-05 Jakub Jelinek <jakub@redhat.com>
586 * include/features.h (__USE_EXTERN_INLINES): Don't define if
587 __NO_INLINE__ is defined.
588 * ctype/ctype.h (tolower, toupper): Change the guard condition to
589 __USE_EXTERN_INLINES check only.
590 * stdlib/stdlib.h (strtod, ...): Likewise.
591 * wcsmbs/wchar.h (mbrlen): Likewise.
592 * string/string.h: Only include bits/string.h and bits/string2.h
593 if __NO_INLINE__ is not defined.
595 2001-05-07 Andreas Jaeger <aj@suse.de>
597 * debug/Makefile ($(objpfx)xtrace): Substitute @SLIBDIR@ instead
600 2001-05-04 H.J. Lu <hjl@gnu.org>
602 * malloc/Makefile ($(objpfx)memusage): Substitute @SLIBDIR@
605 2001-05-06 Andreas Jaeger <aj@suse.de>
607 * sysdeps/i386/fpu/e_fmodl.c: New, rewrite of e_fmodl.S.
608 * sysdeps/i386/fpu/e_fmodl.S: Removed.
609 * sysdeps/i386/fpu/e_atan2l.c: New, rewrite of e_atan2l.S.
610 * sysdeps/i386/fpu/e_atan2l.S: Removed.
611 * sysdeps/i386/fpu/e_acosl.c: New, rewrite of e_acos.S.
612 * sysdeps/i386/fpu/s_atanl.c: New, rewrite of e_atanl.S.
613 * sysdeps/i386/fpu/e_sqrtl.c: New, rewrite of e_sqrt.S.
614 * sysdeps/i386/fpu/e_acosl.S: Removed.
615 * sysdeps/i386/fpu/s_atanl.S: Removed.
616 * sysdeps/i386/fpu/e_sqrtl.S: Removed.
618 2001-05-05 Mark Kettenis <kettenis@gnu.org>
620 * sysdeps/mach/hurd/bits/environments.h: Add comment from
621 sysdeps/generic/bits/environments.h. Define _POSIX_V6_* values.
623 2001-04-30 Jakub Jelinek <jakub@redhat.com>
625 * posix/confstr.c (confstr) [_CS_V6_WIDTH_RESTRICTED_ENVS]: Move so
626 that _CS_LFS_CFLAGS can fall through to the empty returned string
627 case. Add FALLTHROUGH comment.
629 2001-04-29 Ralf Baechle <ralf@gnu.org>
631 * sysdeps/unix/sysv/linux/mips/bits/sem.h: Make structure
632 definitions match the kernel definitions.
633 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
634 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
636 2001-04-29 Ben Collins <bcollins@debian.org>
638 * sysdeps/sparc/sparc64/dl-machine.h: Fix multiline strings
640 * sysdeps/sparc/sparc64/soft-fp/qp_add.c: Likewise.
641 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
642 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
643 * sysdeps/sparc/sparc64/soft-fp/qp_div.c: Likewise.
644 * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: Likewise.
645 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
646 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
647 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
648 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
649 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
650 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
651 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
652 * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: Likewise.
653 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
654 * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: Likewise.
655 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
656 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
657 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
658 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
659 * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: Likewise.
660 * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: Likewise.
661 * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: Likewise.
662 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
664 2001-04-29 Andreas Schwab <schwab@suse.de>
666 * sysdeps/unix/sysv/linux/kernel-features.h: Fix missing backslash
669 2001-04-29 Andreas Jaeger <aj@suse.de>
671 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
672 Define for Arm, PowerPC and SH if kernel is 2.4.4 or newer.
674 * sysdeps/unix/sysv/linux/bits/socket.h (PF_WANPIPE): New, from
676 (AF_WANPIPE): Likewise.
679 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Add same changes as
680 for Linux generic version.
681 * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
682 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
683 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
684 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
686 * sysdeps/gnu/netinet/tcp.h (TCP_QUICKACK): New.
688 2001-04-27 Ulrich Drepper <drepper@redhat.com>
690 * nis/nss-nis.h: Correct test for invalid error number.
691 * nis/nss-nisplus.h: Likewise.
693 * nis/Makefile (libnss_compat-rountines): Add nss-nisplus.
695 2001-04-26 Ulrich Drepper <drepper@redhat.com>
697 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind.
699 * string/strcoll.c: Fix two memory allocation problems.
700 * string/Makefile (tests): Add bug-strcoll1.
701 * string/bug-strcoll1.c: New file.
703 * malloc/mcheck.c (mcheck): Call malloc once before setting the
704 hooks to allow the internal check hooks to be set up if necessary.
706 * nis/nss-nis.h: Move yperr2nss_tab definition into separate file
707 and rename to __yperr2nss_tab. Change YPERR_COUNT into variable
709 * nis/nss-nis.c: New file.
710 * nis/nss-nisplus.h: Move niserr2nss_tab definition into separate file
711 and rename to __niserr2nss_tab. Change NISERR_COUNT into variable
713 * nis/nss-nisplus.c: New file.
714 * nis/Makefile (libnss_compat-routines): Add nss-nis.
715 (libnss_nis-routines): Likewise.
716 (libnss_nisplus-routines): Add nss-nisplus.
718 * nis/nss_nisplus/nisplus-alias.c: Remove unnecessary initializations.
719 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
720 * nis/nss_nisplus/nisplus-grp.c: Likewise.
721 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
722 * nis/nss_nisplus/nisplus-network.c: Likewise.
723 * nis/nss_nisplus/nisplus-proto.c: Likewise.
724 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
725 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
726 * nis/nss_nisplus/nisplus-service.c: Likewise.
727 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
728 * nis/nss_nis/nis-alias.c: Likewise.
729 * nis/nss_nis/nis-ethers.c: Likewise.
730 * nis/nss_nis/nis-grp.c: Likewise.
731 * nis/nss_nis/nis-network.c: Likewise.
732 * nis/nss_nis/nis-proto.c: Likewise.
733 * nis/nss_nis/nis-pwd.c: Likewise.
734 * nis/nss_nis/nis-spwd.c: Likewise.
735 * nis/nss_compat/compat-grp.c: Likewise.
736 * nis/nss_compat/compat-initgroups.c: Likewise.
737 * nis/nss_compat/compat-pwd.c: Likewise.
738 * nis/nss_compat/compat-spwd.c: Likewise.
740 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Some more
741 optimizations. Patch by Jakub Jelinek <jakub@redhat.com>.
743 2001-04-26 Andreas Jaeger <aj@suse.de>
745 * po/zh_TW.po: Update.
746 Patch by Tung-Han Hsieh <thhsieh@tlug.sinica.edu.tw>.
748 2001-04-25 Ulrich Drepper <drepper@redhat.com>
750 * malloc/malloc.c: Allow MALLOC_ALIGNMENT to be defined on the
751 compiler command line.
752 * sysdeps/hppa/Makefile: Add -DMALLOC_ALIGNMENT=16 to compiler
753 command line for malloc.c.
755 2001-04-25 Jakub Jelinek <jakub@redhat.com>
757 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/time.h: Move to...
758 * sysdeps/unix/sysv/linux/sparc/bits/time.h: ...here.
759 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/bits/time.h: Remove.
760 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/socket.h: Move to...
761 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: ...here. Adjust
762 struct msghdr for __WORDSIZE == 32.
763 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: Move to...
764 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: ...here. Adjust
765 for __WORDSIZE == 32.
766 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Remove.
767 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/get_clockfreq.c: New
769 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S (__libc_siglongjmp):
770 Rename from longjmp, make longjmp weak alias to it.
772 2001-04-24 David S. Miller <davem@redhat.com>
774 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: New file.
776 2001-04-25 Matthew Wilcox <willy@ldl.fc.hp.com>
778 * sysdeps/hppa/stackinfo.h: New file.
779 * sysdeps/unix/sysv/linux/hppa/getdents64.c: New file.
780 * sysdeps/unix/sysv/linux/hppa/mmap64.c: New file.
781 * sysdeps/unix/sysv/linux/hppa/bits/resource.h: New file.
782 * sysdeps/unix/sysv/linux/kernel-features.h: Add descriptions
783 of PA kernel features.
785 2001-04-25 Ulrich Drepper <drepper@redhat.com>
787 * locale/programs/localedef.c (main): Always set a file name for
789 * locale/programs/locfile.c (locfile_read): filename is allowed to
792 2001-04-12 Paul Bame <paul_bame@hp.com>
794 * sysdeps/hppa/fpu/fclrexcpt.c: Clear the exception flags, not the
797 2001-04-24 Ulrich Drepper <drepper@redhat.com>
799 * sysdeps/generic/bits/environments.h (_POSIX_V6_LPBIG_OFFBIG,
800 _XBS5_LPBIG_OFFBIG): Define to -1.
803 * sysdeps/generic/bits/confname.h: Add _CS_V6_WIDTH_RESTRICTED_ENVS.
804 * posix/confstr.c: Handle _CS_V6_WIDTH_RESTRICTED_ENVS.
805 * posix/getconf.c: Handle _POSIX_V6_WIDTH_RESTRICTED_ENVS.
806 * posix/tst-getconf.sh: Add _POSIX_V6_WIDTH_RESTRICTED_ENVS.
808 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/Implies: New file.
809 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/bits/time.h: Removed.
811 2001-03-21 Alan Modra <alan@one.net.au>
813 * sysdeps/hppa/dl-machine.h (RTLD_START): Set up dp with DT_PLTGOT
814 value from application so that constructors in non-PIC libs work.
816 2000-12-13 Jes Sorensen <jes@linuxcare.com>
818 * sysdeps/hppa/dl-machine.h (RTLD_START): _dl_init now returns a
819 function pointer, hence load the jump address and gp from the
820 function pointer before jumping.
822 2001-04-24 Andreas Jaeger <aj@suse.de>
824 * sysdeps/generic/send.c (__send): Return ssize_t.
825 * sysdeps/mach/hurd/send.c (__send): Likewise.
826 * sysdeps/mach/hurd/recv.c (recv): Likewise.
827 * sysdeps/mach/hurd/sendto.c (sendto): Likewise.
828 * sysdeps/generic/sendto.c (sendto): Likewise.
829 * sysdeps/generic/recvmsg.c (recvmsg): Likewise.
830 * sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
831 * sysdeps/generic/recvfrom.c (recvfrom): Likewise.
832 * sysdeps/generic/sendmsg.c (sendmsg): Likewise.
834 * socket/sys/socket.h: send* and recv* return ssize_t.
836 * include/sys/socket.h: send returns ssize_t.
838 * sysdeps/i386/fpu_control.h: Fix comments.
840 2001-04-24 Ulrich Drepper <drepper@redhat.com>
842 * sysdeps/ia64/Dist: Add hp-timing.c.
843 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h.
844 * posix/Makefile (distribute): Add tst-getconf.sh.
845 * po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
847 2001-04-23 Ulrich Drepper <drepper@redhat.com>
849 * sysdeps/ia64/Makefile [subdir=csu] (sysdep_routines): Add hp-timing.
850 * sysdeps/ia64/Versions: Add _dl_cpuclock_offset for ld in 2.2.3.
851 * sysdeps/ia64/hp-timing.c: New file.
852 * sysdeps/ia64/hp-timing.h: New file.
853 * sysdeps/unix/sysv/linux/ia64/bits/time.h: Add definitions for
854 CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
856 * sysdeps/generic/clock_getcpuclockid.c: Make function generic, test
857 using #ifdef whether the clock is available.
858 * sysdeps/unix/i386/clock_getcpuclockid.c: Not needed anymore.
860 * sysdeps/generic/dl-sysdep.c: Initialize _dl_cpuclock_offset to move
861 it into data section.
863 * sysdeps/unix/i386/i586/clock_getres.c: Removed.
864 * sysdeps/unix/i386/i586/clock_gettime.c: Removed.
865 * sysdeps/unix/i386/i586/clock_nanosleep.c: Removed.
866 * sysdeps/unix/i386/i586/clock_settime.c: Removed.
867 * sysdeps/unix/i386/i586/cpuclock-init.h: Removed.
868 * sysdeps/generic/cpuclock-init.h: Removed.
869 * sysdeps/unix/i386/i686/Implies: Removed.
870 * sysdeps/unix/i386/i686/tempname.c: Removed.
871 * sysdeps/i386/i686/Versions: New file.
872 * sysdeps/unix/i386/i586/Versions: Removed.
874 * sysdeps/posix/clock_getres.c: If HP_TIMING_AVAIL is nonzero handle
875 CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
876 * sysdeps/unix/clock_gettime.c: Likewise.
877 * sysdeps/unix/clock_nanosleep.c: Likewise.
878 * sysdeps/unix/clock_settime.c: Likewise.
879 * sysdeps/posix/tempname.c: Is HP_TIMING_AVAIL is nonzero define
880 RANDOM_BITS use CPU clock.
882 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/bits/time.h: New file.
883 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9b/bits/time.h: New file.
884 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/time.h: New file.
885 * sysdeps/sparc/Versions: New file.
887 * elf/dl-support.c: Don't use cpuclock-init.h definitions, use
888 hp-timing.h definitions.
889 * sysdeps/generic/dl-sysdep.c: Likewise.
891 * include/libc-internal.h: Include hp-timing.h. Use hp_timing_t in
892 __get_clockfreq prototype.
894 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
895 Use hp_timing_t type.
896 * sysdeps/generic/get_clockfreq.c (__get_clockfreq): Likewise.
898 * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c: New file.
900 * sysdeps/posix/pathconf.c (__pathconf): For _PC_ASYNC_IO test
901 whether named file is a regular file or a block device.
902 * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
904 2001-04-23 Andreas Jaeger <aj@suse.de>
906 * nscd/nscd.h: Add noreturn attribute for start_threads.
908 2001-04-22 Ulrich Drepper <drepper@redhat.com>
910 * posix/getconf.c: Fix names of XBS5 LFS test variables.
911 Add missing configuration variables from XPG6.
912 * posix/tst-getconf.c: New file.
913 * posix/Makefile (generated): Add tst-getconf.out.
914 (tests): Add ($objpfx)tst-getconf.out.
915 Add rule to run tst-getconf.sh.
916 * sysdeps/generic/bits/confname.h: Add missing _PC_ and _SC_ values
918 * sysdeps/posix/fpathconf.c: Add handling of _PC_ALLOC_SIZE_MIN and
920 * sysdeps/posix/pathconf.c: Likewise.
921 * sysdeps/posix/sysconf.c: Correct spelling of _SC_MULTI_PROCESS
924 2001-04-22 Philip Blundell <philb@gnu.org>
926 * sysdeps/arm/fpu/feenablxcpt.c: New file.
927 * sysdeps/arm/fpu/fedisablxcpt.c: New file.
928 * sysdeps/arm/fpu/fegetexcpt.c: New file.
930 2001-04-22 Philip Blundell <philb@gnu.org>
932 * sysdeps/unix/sysv/linux/arm/sys/user.h (struct user_fpregs):
933 Renamed from struct user_fp.
934 (struct user_regs): New.
935 (struct user): Use struct user_regs rather than struct pt_regs to
936 avoid dependency on asm/ptrace.h. Use struct user_fpregs in place
937 of struct user_fp and struct user_fp_struct.
938 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Include sys/procfs.h
941 2001-04-22 Philip Blundell <philb@gnu.org>
943 * sysdeps/unix/sysv/linux/arm/sys/elf.h: Move contents to
944 sys/procfs.h, and tell the user to include that file instead.
945 * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove old cruft
946 surrounded with #if 0.
947 (elf_greg_t, ELF_NGREG, elf_gregset_t, elf_fpregset_t): Moved here
949 (prgregset_t, prfpregset_t): Define in terms of elf_gregset_t and
950 elf_fpregset_t respectively.
952 2001-04-22 Philip Blundell <philb@gnu.org>
954 * sysdeps/unix/sysv/linux/arm/register-dump.h: Also print the
955 address that faulted.
957 2001-04-21 Ulrich Drepper <drepper@redhat.com>
959 * sysdeps/generic/bits/confname.h: Add _SC_V6_* and _CS_POSIX_V6_*
961 * sysdeps/generic/bits/environments.h: Define _POSIX_V6_* values.
962 * posix/confstr.c: Handle _CS_POSIX_V6_* values.
963 * posix/getconf.c: Handle _CS_POSIX_V6_* and _SC_V6_* values.
964 * sysdeps/posix/sysconf.c: Handle _SC_V6_* values.
966 * sysdeps/powerpc/fpu/libm-test-ulps: Add deltas for atan2f.
967 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
968 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
969 * sysdeps/mips/fpu/libm-test-ulps: Likewise.
971 2001-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
973 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct check for invalid
976 2001-04-21 Ulrich Drepper <drepper@redhat.com>
978 * posix/getopt.h: Treat __cplusplus like __STDC__.
980 2001-04-20 John S. Marvin <jsm@fc.hp.com>
982 * sysdeps/unix/sysv/linux/hppa/clone.S: Fix clone system call
985 2001-04-20 Richard Hirst <rhirst@linuxcare.com>
987 * elf/elf.h: Corrected R_PARISC_DIR14R (should be 6, not 5),
988 and added R_PARISC_DPREL21L and R_PARISC_DPREL14R for modutils.
990 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Removed ptrace
991 entry so the ptrace.c wrapper is used.
993 2001-04-20 Alan Modra <amodra@one.net.au>
995 * sysdeps/hppa/dl-lookupcfg.h (_dl_function_address): Prototype.
996 (DL_FUNCTION_ADDRESS): Define.
997 (DL_DT_INIT_ADDRESS): Define.
998 (DL_DT_FINI_ADDRESS): Define.
999 * sysdeps/hppa/Versions: Add _dl_function_address.
1000 * sysdeps/hppa/dl-machine.h (ELF_MACHINE_START_ADDRESS): Define.
1001 * sysdeps/hppa/dl-symaddr.c (_dl_start_address): Rename to
1002 _dl_function_address.
1004 2001-04-21 Andreas Jaeger <aj@suse.de>
1006 * rt/aio_misc.c (handle_fildes_io): Add noreturn attribute.
1007 * resolv/gai_misc.c (handle_requests): Likewise.
1008 * malloc/obstack.c (print_and_abort): Likewise.
1009 * malloc/mcheck.c (mabort): Likewise.
1011 * sysdeps/unix/i386/i586/clock_settime.c: Include
1012 "libc-internal.h" for __get_clockfreq declaration.
1014 2001-04-21 Ulrich Drepper <drepper@redhat.com>
1016 * elf/dl-support.c: Include cpuclock-init.h. Use CPUCLOCK_VARDEF and
1017 CPUCLOCK_INIT if defined.
1018 * sysdeps/generic/dl-sysdep.c: Likewise.
1019 * sysdeps/generic/cpuclock-init.h: New file.
1020 * sysdeps/unix/i386/i586/cpuclock-init.h: New file.
1021 * sysdeps/unix/i386/i586/Versions: New file.
1022 * sysdeps/unix/i386/i586/clock_settime.c: New file.
1023 * sysdeps/unix/i386/i586/clock_gettime.c: Handle thread CPU clock
1024 separately by calling __pthread_clock_gettime if this function is
1025 available. Subtract offset from tsc value before computing time value.
1027 2001-04-20 Ulrich Drepper <drepper@redhat.com>
1029 * iconv/iconv_prog.c (print_known_names): If printing goes not to
1030 a tty print in a more machine-friendly way.
1032 * sysdeps/ieee754/ldbl-128/e_asinl.c: New file.
1033 Contributed by Stephen L Moshier <moshier@mediaone.net>.
1035 2001-04-20 Andreas Jaeger <aj@suse.de>
1037 * intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.
1039 2001-04-20 Andreas Schwab <schwab@suse.de>
1041 * sysdeps/m68k/fpu/libm-test-ulps: Update.
1043 2001-04-19 Alan Modra <amodra@one.net.au>
1045 * Makerules (libc_pic.os): Add $(LDFLAGS-c_pic.os).
1046 * sysdeps/hppa/Makefile (LDFLAGS-c_pic.os): Define.
1047 (CFLAGS-.os): Remove.
1049 * sysdeps/unix/sysv/linux/hppa/sysdep.h (CALL_MCOUNT): Update comment.
1051 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG, NFPREG,
1052 gregset): Correct for new kernel definitions.
1054 2001-04-19 Alan Modra <alan@linuxcare.com.au>
1056 * sysdeps/hppa/elf/initfini.c: Change dlt reg save to r3 and
1057 generate unwind info by hand.
1059 2001-04-19 Ulrich Drepper <drepper@redhat.com>
1061 * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Optimize a bit.
1063 * configure.in: Correct regular expression for msgfmt.
1064 Patch by Bruno Haible <haible@ilog.fr>.
1066 2001-04-19 Andreas Jaeger <aj@suse.de>
1068 * po/el.po: Add comment explaining what's broken.
1070 * po/Makefile (BROKEN_LINGUAS): New.
1071 (ALL_LINGUAS): Don't add broken languages.
1073 2001-04-19 Roland McGrath <roland@frob.com>
1075 * sysdeps/mach/hurd/mlock.c: New file.
1076 * sysdeps/mach/hurd/munlock.c: New file.
1077 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK_RANGE): Define it.
1079 * misc/Makefile (routines): Add mlock munlock mlockall munlockall.
1080 * sysdeps/generic/mlock.c: New file.
1081 * sysdeps/generic/munlock.c: New file.
1082 * sysdeps/generic/mlockall.c: New file.
1083 * sysdeps/generic/munlockall.c: New file.
1084 * sysdeps/generic/bits/mman.h (MCL_CURRENT, MCL_FUTURE): New macros.
1085 * sysdeps/unix/sysv/linux/syscalls.list (mlock, munlock,
1086 mlockall, munlockall): Change caller field to - from EXTRA.
1087 Don't use __ names; not used (and not declared in include/sys/mman.h).
1089 * hurd/privports.c (__get_privileged_ports): Renamed with __.
1090 Use __ names for calls we make.
1091 (get_privileged_ports): Add alias.
1092 * hurd/hurd.h: Declare it with the __ name.
1093 * sysdeps/mach/hurd/reboot.c (reboot): Use __get_privileged_ports.
1094 * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
1095 * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
1097 * hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do
1098 nothing if it's zero.
1100 2001-04-19 Matthew Wilcox <willy@ldl.fc.hp.com>
1102 * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL):
1103 Change to return a signed result for compatibility with other
1104 architectures, and correctness.
1106 2001-04-19 Ulrich Drepper <drepper@redhat.com>
1108 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS):
1109 HPPA always had them. Patch by Matthew Wilcox <matthew@wil.cx>.
1111 2001-04-19 Andreas Jaeger <aj@suse.de>
1113 * configure.in: Require gettext 0.10.36 or newer.
1115 * manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.
1117 * po/zh_TW.po: Remove extraneous backslashes.
1119 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove unused
1122 2001-04-18 Jakub Jelinek <jakub@redhat.com>
1124 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1125 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: New file.
1126 * sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: New file.
1127 * sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S (__setcontext):
1128 Copy first word of uc_sigmask into __uc_sigmask.
1129 * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S (__getcontext):
1130 Save uc_link around trap. Copy __uc_sigmask into first word of
1131 uc_sigmask, clear the rest. Make sure setcontext to the created
1132 context doesn't do this though.
1133 * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: New file.
1134 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Add
1135 uc_stack and uc_sigmask, rename old uc_sigmask to __uc_sigmask in the
1136 64bit version, make uc_sigmask __sigset_t in the 32bit version.
1138 2001-04-19 Andreas Jaeger <aj@suse.de>
1140 * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
1142 * rt/Makefile (otherlibs): Added for static NSS.
1144 * glibcbug.in (BUGGLIBC): Send to new alias.
1146 2001-04-02 Andreas Schwab <schwab@suse.de>
1148 * Makerules (build-module): Make sure exit codes get checked
1149 properly and remove unnecessary slashes.
1151 2001-04-17 Ulrich Drepper <drepper@redhat.com>
1153 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
1154 Handle kernels which report only three digits after the decimal point.
1155 Reported by Van Okamura <van.okamura@oracle.com>.
1157 * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
1159 2001-04-17 David S. Miller <davem@redhat.com>
1161 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests.
1162 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
1164 2001-04-17 Jakub Jelinek <jakub@redhat.com>
1166 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
1167 desired exceptions are raised for exceptional values.
1168 * math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test,
1169 cacosh_test, casin_test, casinh_test, catan_test, catanh_test,
1170 clog_test, log_test, log1p_test, tan_test): Increase precision of
1171 expected values to satisfy ldbl-128.
1172 * sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly.
1173 * sysdeps/arm/libm-test-ulps: Likewise.
1174 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
1175 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
1176 * sysdeps/m68k/fpu/libm-test-ulps: Likewise.
1177 * sysdeps/mips/fpu/libm-test-ulps: Likewise.
1178 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1179 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1180 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
1181 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
1182 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
1184 2001-04-17 Andreas Jaeger <aj@suse.de>
1186 * configure.in: Move test for critical programs up.
1188 2001-04-16 Stephen L Moshier <moshier@mediaone.net>
1190 * sysdeps/ieee754/flt-32/e_asinf.c (pio2_hi, pio2_lo, pio4_hi):
1191 Correct the values. (pSx, qSx): Replace by shorter approximation.
1192 Use f suffix on float constants.
1194 2001-04-16 Ulrich Drepper <drepper@redhat.com>
1196 * sysdeps/ieee754/ldbl-128/k_tanl.c: New file.
1197 Contributed by Stephen L Moshier <moshier@mediaone.net>.
1199 * string/string.h: Replace const in attribute list with __const__.
1201 2001-04-16 Roland McGrath <roland@frob.com>
1203 * grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconf
1204 instead of the constant NGROUPS_MAX. That way, the limit can be
1205 raised in the kernel configuration without having to recompile libc.
1207 * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
1208 define NGROUPS_MAX; we don't use it here.
1210 2001-04-16 Andreas Jaeger <aj@suse.de>
1212 * math/libm-test.inc (atan2_test): Add more testcases.
1214 * iconv/gconv_db.c: Include gconv_charset.h for
1215 __gconv_lookup_alias prototype.
1217 2001-04-13 Ulrich Drepper <drepper@redhat.com>
1219 * sysdeps/ieee754/ldbl-128/s_atanl.c: New file.
1220 Contributed by Stephen L Moshier <moshier@mediaone.net>.
1222 2001-04-13 Jes Sorensen <jes@linuxcare.com>
1224 * intl/tst-codeset.c: Include string.h to get prototype for strcmp().
1226 2001-04-13 Jes Sorensen <jes@linuxcare.com>
1228 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to
1229 explicitly pad struct siginfo instead of relying on compiler padding.
1231 2001-04-12 Ulrich Drepper <drepper@redhat.com>
1233 * sysdeps/ia64/Dist: Add elf/entry.h.
1235 * iconvdata/Makefile (distribute): Add TESTS2.
1237 2001-04-13 Jakub Jelinek <jakub@redhat.com>
1239 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address):
1240 Calculate load address differently.
1242 2001-04-12 Bruno Haible <haible@clisp.cons.org>
1244 * iconvdata/TESTS2: New file.
1245 * iconvdata/run-iconv-test.sh: Also run tests from TESTS2.
1246 * iconvdata/testdata/alfabeta..UTF-8: New file.
1247 * iconvdata/testdata/alfabeta..UTF-16.BE: New file.
1248 * iconvdata/testdata/alfabeta..UTF-16.LE: New file.
1249 * iconvdata/testdata/alfabeta..UTF-32.BE: New file.
1250 * iconvdata/testdata/alfabeta..UTF-32.LE: New file.
1252 2001-04-11 Bruno Haible <haible@clisp.cons.org>
1254 * iconvdata/utf-32.c: New file.
1255 * iconvdata/gconv-modules: Add entries for UTF-32, UTF-32LE, UTF-32BE.
1256 * iconvdata/Makefile (modules): Add UTF-32.
1257 (distribute): Add utf-32.c.
1259 2001-04-11 Bruno Haible <haible@clisp.cons.org>
1261 * iconvdata/utf-16.c (PREPARE_LOOP): Initialize 'swap' after possibly
1262 changing it in the state. After incrementing 'inptr', store it back.
1263 * iconvdata/unicode.c (PREPARE_LOOP): After incrementing 'inptr',
1266 2001-04-11 Bruno Haible <haible@clisp.cons.org>
1268 * iconvdata/utf-16.c (gconv_init): Use MAX_NEEDED_FROM, not
1271 2001-04-11 David Mosberger <davidm@hpl.hp.com>
1273 * sysdeps/ia64/htonl.S: Drop superfluous "alloc".
1274 * sysdeps/ia64/htons.S: Likewise.
1276 * sysdeps/ia64/memset.S: Add unwind directives.
1277 * sysdeps/ia64/strncpy.S: Likewise.
1278 * sysdeps/ia64/strcat.S: Likewise.
1280 * sysdeps/ia64/memccpy.S: Add unwind directives. Drop superfluous
1282 * sysdeps/ia64/strchr.S: Likewise.
1283 * sysdeps/ia64/memmove.S: Likewise.
1284 * sysdeps/ia64/memcpy.S: Likewise.
1285 * sysdeps/ia64/memcmp.S: Likewise.
1286 * sysdeps/ia64/memchr.S: Likewise.
1287 * sysdeps/ia64/strcmp.S: Likewise.
1288 * sysdeps/ia64/strlen.S: Likewise.
1289 * sysdeps/ia64/strcpy.S: Likewise.
1290 * sysdeps/ia64/strncmp.S: Likewise.
1292 2001-04-11 Jakub Jelinek <jakub@redhat.com>
1294 * wcsmbs/wchar.h (fgetwc, getwc, getwchar, fputwc, putwc, putwchar,
1295 fgetws, fputws, ungetwc, getwc_unlocked, getwchar_unlocked,
1296 fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked,
1297 fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
1299 2001-04-11 Andreas Jaeger <aj@suse.de>
1301 * sysdeps/mips/elf/start.S [__ASSEMBLY__]: Define it.
1303 2001-04-11 Andreas Schwab <schwab@suse.de>
1305 * sysdeps/m68k/fpu/libm-test-ulps: Adjusted.
1307 2001-04-11 Ulrich Drepper <drepper@redhat.com>
1309 * sysdeps/arm/stackinfo.h: New file.
1311 2001-04-08 Thorsten Kukuk <kukuk@suse.de>
1313 * sunrpc/rpc_main.c: If we compile RPC thread safe, allow
1314 rpcgen to generate thread safe code.
1316 2001-04-10 Andreas Jaeger <aj@suse.de>
1318 * math/test-fenv.c (initial_tests): Protect FE_TONEAREST declaration.
1320 2001-04-10 Ulrich Drepper <drepper@redhat.com>
1322 * elf/dl-minimal.c (__assert_fail): Change error string. It's
1323 most of the time no bug in ld.so.
1324 (__assert_perror_fail): Likewise.
1326 2001-04-11 Hans-Peter Nilsson <hp@axis.com>
1328 * sysdeps/generic/bits/fenv.h (fexcept_t): Change default type
1329 from struct to unsigned int.
1331 2001-04-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1333 * elf/elf.h (AT_DCACHEBSIZE, AT_ICACHEBSIZE, AT_UCACHEBSIZE,
1334 AT_IGNOREPPC): New defines.
1335 * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Print them.
1336 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_STD_AUXV):
1337 Define for newer powerpc kernels.
1338 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Use the standard
1339 DL_FIND_ARG_COMPONENTS if __ASSUME_STD_AUXV is defined.
1341 2000-4-10 kaz Kojima <kkojima@rr.iij4u.or.jp>
1343 * sysdeps/sh/stackinfo.h: New file.
1345 2001-04-10 Ulrich Drepper <drepper@redhat.com>
1347 * locale/tst-C-locale.c (run_test): Add tests for locale objects.
1348 * locale/newlocale.c (__newlocale): Correct setting __ctype_b,
1349 __ctype_tolower, and __ctype_toupper elements.
1351 * ctype/ctype_l.c: Fix definitions of __tolower_l and __toupper_l.
1352 Reported by Konstantin Osipov <rabid@spylog.ru>.
1354 * sysdeps/i386/fpu/libm-test-ulps: Add deltas for tgamma to help
1357 2001-04-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1359 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: New file.
1360 * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/ptrace.h.
1361 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Delete wrong stuff.
1362 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Correct typedefs.
1364 2001-04-10 Ulrich Drepper <drepper@redhat.com>
1366 * elf/dl-deps.c (_dl_map_object_deps): Provide complete error
1367 message. Based on a patch by HJ Lu.
1369 2001-04-10 Andreas Schwab <schwab@suse.de>
1371 * math/libm-test.inc (csinh_test): Don't require the invalid
1372 exception for csinh (x + iNaN), but make it optional.
1374 2001-04-09 David Mosberger <davidm@hpl.hp.com>
1376 * sysdeps/ia64/elf/start.S (_start): Add unwind directives.
1378 * sysdeps/generic/entry.h [!__ASSEMBLY__]: Declare _start.
1379 * sysdeps/ia64/elf/entry.h: New file.
1380 * sysdeps/unix/sysv/linux/mips/entry.h [!__ASSEMBLY__]: Declare
1382 * elf/rtld.c: Don't declare ENTRY_POINT. Use ENTRY_POINT instead
1384 * sysdeps/generic/dl-sysdep.c: Likewise.
1385 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
1386 * sysdeps/ia64/elf/start.S: Save base address of register backing
1387 store in __libc_ia64_register_backing_store_base.
1389 2001-04-10 Martin Schwidefsky <schwidefsky@de.ibm.com>
1391 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Fix return
1392 value of getcontext.
1393 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1394 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Fix return
1395 value of setcontext.
1396 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1397 * sysdeps/unix/sysv/linux/s390/swapcontext.c: Skip setcontext
1398 call by changing the saved context.
1400 2001-04-10 Ulrich Drepper <drepper@redhat.com>
1402 * sysdeps/alpha/stackinfo.h: New file.
1403 * sysdeps/ia64/stackinfo.h: New file.
1405 2001-04-10 Andreas Schwab <schwab@suse.de>
1407 * sysdeps/m68k/fpu/e_pow.c: Correct handling of some exceptional
1409 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
1411 2001-04-09 Ulrich Drepper <drepper@redhat.com>
1413 * sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c.
1414 * sysdeps/sparc/sparc64/Dist: Add hp-timing.c.
1416 * libio/Makefile (distribute): Add fd_to_filename.h.
1418 2001-04-05 David S. Miller <davem@redhat.com>
1420 Add hp-timing support for sparcv9/sparc64 targets.
1421 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: New file
1422 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: New file
1423 * sysdeps/sparc/sparc64/hp-timing.c: New file
1424 * sysdeps/sparc/sparc64/hp-timing.h: New file
1425 * sysdeps/sparc/sparc32/sparcv9/Makefile: Build hp-timing.
1426 * sysdeps/sparc/sparc64/Makefile: Likewise.
1428 2001-04-09 Jakub Jelinek <jakub@redhat.com>
1430 * sysdeps/generic/fd_to_filename.h: New file.
1431 * sysdeps/unix/sysv/linux/fd_to_filename.h: New file.
1432 * libio/freopen.c (freopen): If FILENAME is NULL, try to get
1433 filename from the open file descriptor.
1434 * libio/freopen64.c (freopen64): Likewise.
1436 2001-04-09 Bruno Haible <haible@clisp.cons.org>
1438 * misc/error.c (error): fflush stdout also if
1439 error_print_progname != NULL.
1440 (error_at_line): Likewise.
1442 2001-04-07 Bruno Haible <haible@clisp.cons.org>
1444 * intl/gettextP.h (struct loaded_domain): Add codeset_cntr field.
1445 (struct binding): Add codeset_cntr field.
1446 (_nl_load_domain): Add domainbinding argument.
1447 (_nl_init_domain_conv, _nl_free_domain_conv): New declarations.
1448 (_nl_find_msg): New declaration, moved here from loadinfo.h.
1449 * intl/loadinfo.h (struct loaded_l10nfile): Remove domainbinding field.
1450 (_nl_make_l10nflist): Remove domainbinding argument.
1451 (_nl_find_msg): Move declaration to gettextP.h.
1452 * intl/bindtextdom.c (set_binding_values): Initialize ->codeset_cntr
1453 to 0. Increment it when ->codeset is changed.
1454 * intl/dcigettext.c (DCIGETTEXT): Pass binding to _nl_find_msg.
1455 (_nl_find_msg): Add domainbinding argument. Reinitialize the converter
1456 if domainbinding->codeset_cntr has been incremented.
1457 * intl/finddomain.c (_nl_find_domain): Don't pass domainbinding to
1458 _nl_make_l10nflist(). Pass it to _nl_load_domain() instead.
1459 * intl/l10nflist.c (_nl_make_l10nflist): Remove domainbinding argument.
1460 * intl/loadmsgcat.c (_nl_init_domain_conv): New function, extracted
1461 from _nl_load_domain. Append //TRANSLIT also when using libiconv.
1462 (_nl_free_domain_conv): New function, extracted from _nl_unload_domain.
1463 (_nl_load_domain): Add domainbinding argument. Call
1464 _nl_init_domain_conv.
1465 (_nl_unload_domain): Call _nl_free_domain_conv.
1466 * intl/Makefile (distribute): Add tst-codeset.sh, tstcodeset.po.
1467 (test-srcs): Add tst-codeset.
1468 (tests): Depend on tst-codeset.out.
1469 (tst-codeset.out): New rule.
1470 (CFLAGS-tst-codeset.c): New variable.
1471 * intl/tst-codeset.sh: New file.
1472 * intl/tstcodeset.po: New file.
1473 * intl/tst-codeset.c: New file.
1474 * locale/findlocale.c (_nl_find_locale): Update _nl_make_l10nflist
1477 2001-04-07 Roland McGrath <roland@frob.com>
1479 * mach/msgserver.c (__mach_msg_server_timeout): Add an assert.
1481 2001-03-31 Roland McGrath <roland@frob.com>
1483 * sysdeps/mach/hurd/fork.c: Skip NEWPROC just like NEWTASK when
1484 copying send rights into child. When we hit our name for our proc
1485 port, just copy NEWPROC directly instead of repeating proc_task2proc
1486 to install the child's port.
1488 2001-04-08 Roland McGrath <roland@frob.com>
1490 * Makeconfig ($(common-objpfx)soversions.i): Grok entries with DEFAULT
1491 in second column, to provide default values for third column.
1492 * shlib-versions: Add comments about using DEFAULT in second column.
1493 (s390x-.*-linux.*): Replace individual entries with a DEFAULT entry.
1494 (cris-.*-linux.*): Likewise.
1496 2001-04-09 Ulrich Drepper <drepper@redhat.com>
1498 * Makefile (distribute): Add scripts/documented.sh.
1499 * scripts/documented.sh: New file.
1501 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1503 * sysdeps/unix/sysv/linux/cris/Dist: New file.
1504 * sysdeps/unix/sysv/linux/cris/Makefile: New file.
1505 * sysdeps/unix/sysv/linux/cris/_G_config.h: New file.
1506 * sysdeps/unix/sysv/linux/cris/bits/fcntl.h: New file.
1507 * sysdeps/unix/sysv/linux/cris/bits/mman.h: New file.
1508 * sysdeps/unix/sysv/linux/cris/bits/resource.h: New file.
1509 * sysdeps/unix/sysv/linux/cris/brk.c: New file.
1510 * sysdeps/unix/sysv/linux/cris/chown.c: New file.
1511 * sysdeps/unix/sysv/linux/cris/clone.S: New file.
1512 * sysdeps/unix/sysv/linux/cris/fchown.c: New file.
1513 * sysdeps/unix/sysv/linux/cris/fcntl.c: New file.
1514 * sysdeps/unix/sysv/linux/cris/fxstat.c: New file.
1515 * sysdeps/unix/sysv/linux/cris/getegid.c: New file.
1516 * sysdeps/unix/sysv/linux/cris/geteuid.c: New file.
1517 * sysdeps/unix/sysv/linux/cris/getgid.c: New file.
1518 * sysdeps/unix/sysv/linux/cris/getgroups.c: New file.
1519 * sysdeps/unix/sysv/linux/cris/getresgid.c: New file.
1520 * sysdeps/unix/sysv/linux/cris/getresuid.c: New file.
1521 * sysdeps/unix/sysv/linux/cris/getrlimit.c: New file.
1522 * sysdeps/unix/sysv/linux/cris/getrlimit64.c: New file.
1523 * sysdeps/unix/sysv/linux/cris/getuid.c: New file.
1524 * sysdeps/unix/sysv/linux/cris/lchown.c: New file.
1525 * sysdeps/unix/sysv/linux/cris/lockf64.c: New file.
1526 * sysdeps/unix/sysv/linux/cris/lxstat.c: New file.
1527 * sysdeps/unix/sysv/linux/cris/mmap.S: New file.
1528 * sysdeps/unix/sysv/linux/cris/mmap64.S: New file.
1529 * sysdeps/unix/sysv/linux/cris/msgctl.c: New file.
1530 * sysdeps/unix/sysv/linux/cris/profil-counter.h: New file.
1531 * sysdeps/unix/sysv/linux/cris/register-dump.h: New file.
1532 * sysdeps/unix/sysv/linux/cris/semctl.c: New file.
1533 * sysdeps/unix/sysv/linux/cris/setegid.c: New file.
1534 * sysdeps/unix/sysv/linux/cris/seteuid.c: New file.
1535 * sysdeps/unix/sysv/linux/cris/setfsgid.c: New file.
1536 * sysdeps/unix/sysv/linux/cris/setfsuid.c: New file.
1537 * sysdeps/unix/sysv/linux/cris/setgid.c: New file.
1538 * sysdeps/unix/sysv/linux/cris/setgroups.c: New file.
1539 * sysdeps/unix/sysv/linux/cris/setregid.c: New file.
1540 * sysdeps/unix/sysv/linux/cris/setresgid.c: New file.
1541 * sysdeps/unix/sysv/linux/cris/setresuid.c: New file.
1542 * sysdeps/unix/sysv/linux/cris/setreuid.c: New file.
1543 * sysdeps/unix/sysv/linux/cris/setrlimit.c: New file.
1544 * sysdeps/unix/sysv/linux/cris/setuid.c: New file.
1545 * sysdeps/unix/sysv/linux/cris/shmctl.c: New file.
1546 * sysdeps/unix/sysv/linux/cris/socket.S: New file.
1547 * sysdeps/unix/sysv/linux/cris/sys/ucontext.h: New file.
1548 * sysdeps/unix/sysv/linux/cris/syscall.S: New file.
1549 * sysdeps/unix/sysv/linux/cris/sysdep.S: New file.
1550 * sysdeps/unix/sysv/linux/cris/sysdep.h: New file.
1551 * sysdeps/unix/sysv/linux/cris/vfork.S: New file.
1552 * sysdeps/unix/sysv/linux/cris/xstat.c: New file.
1554 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1556 * sysdeps/cris/Dist: New file.
1557 * sysdeps/cris/Implies: New file.
1558 * sysdeps/cris/Makefile: New file.
1559 * sysdeps/cris/__longjmp.S: New file.
1560 * sysdeps/cris/_mcount.S: New file.
1561 * sysdeps/cris/bits/endian.h: New file.
1562 * sysdeps/cris/bits/setjmp.h: New file.
1563 * sysdeps/cris/bits/string.h: New file.
1564 * sysdeps/cris/dl-machine.h: New file.
1565 * sysdeps/cris/elf/start.S: New file.
1566 * sysdeps/cris/machine-gmon.h: New file.
1567 * sysdeps/cris/memcopy.h: New file.
1568 * sysdeps/cris/memusage.h: New file.
1569 * sysdeps/cris/setjmp.S: New file.
1570 * sysdeps/cris/sysdep.h: New file.
1571 * sysdeps/cris/wordcopy.c: New file.
1573 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1575 * elf/elf.h: Add new relocations for CRIS.
1577 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1579 * shlib-versions: Add cases for Linux on CRIS.
1581 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1583 * configure.in (ASM_LINE_SEP tests): Handle CRIS assembly, with
1584 ';' for comments and '@' for line separator.
1586 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1588 * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Fix
1589 typo; s/==/=/ for assignment.
1591 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1593 * malloc/Makefile: Correct comment; mtrace is Perl, not AWK.
1595 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1597 * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): Check for
1598 empty input before checking full output.
1600 2001-04-08 Hans-Peter Nilsson <hp@axis.com>
1602 * iconv/gconv.c (__gconv): Don't derefer parameter cd before
1605 2001-04-08 Ulrich Drepper <drepper@redhat.com>
1607 * inet/rexec.c (rexec_af): Avoid calling perror with errno being set.
1609 2001-04-07 Stephen L Moshier <moshier@mediaone.net>
1611 * sysdeps/ieee754/ldbl-128/e_logl.c: Correct infinity and NaN
1614 2001-04-07 Ulrich Drepper <drepper@redhat.com>
1616 * stdlib/tst-setcontext.c (main): Add a test for setcontext.
1618 * sysdeps/unix/sysv/linux/i386/getcontext.S: New file.
1619 * sysdeps/unix/sysv/linux/i386/setcontext.S: New file.
1620 * sysdeps/unix/sysv/linux/i386/makecontext.S: New file.
1621 * sysdeps/unix/sysv/linux/i386/swapcontext.S: New file.
1622 * sysdeps/unix/sysv/linux/i386/ucontext_i.h: New file.
1623 * sysdeps/unix/sysv/linux/i386/Dist: Add ucontext_i.h.
1625 2001-04-07 Andreas Jaeger <aj@suse.de>
1627 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Use sincos
1628 instead of separate sin and cos.
1629 (__ieee754_j1l): Likewise.
1631 2001-04-06 Ulrich Drepper <drepper@redhat.com>
1633 * sysdeps/ia64/abort-instr.h: New file. Code by David Mosberger.
1635 * sysdeps/ia64/atomicity.h: New file. Copied from libstdc++.
1637 * sysdeps/i386/i486/atomicity.h: Clean up the asms.
1639 * sysdeps/generic/e_scalb.c: Don't use FE_INVALID unless it's
1641 * sysdeps/generic/e_scalbf.c: Likewise.
1642 * sysdeps/generic/e_scalbl.c: Likewise.
1643 Patch by Mark Hatle <fray@mvista.com>.
1645 2001-04-05 David S. Miller <davem@redhat.com>
1647 * sysdeps/sparc/abort-instr.h: New file.
1649 2001-04-05 Matt Wilson <msw@redhat.com>
1651 * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
1652 added code to parse new 2.4 format.
1653 (GET_NPROCS_CONF_PARSER): Likewise.
1655 2001-04-05 David S. Miller <davem@redhat.com>
1657 * scripts/config.sub: Recognize sparcv9b like sparcv9.
1658 * configure.in: Add sparcv9b.
1659 * sysdeps/sparc/sparc32/sparcv9b/Implies: New file
1660 * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: New file
1661 * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: New file
1663 2001-04-06 David Mosberger <davidm@hpl.hp.com>
1665 * stdlib/tst-setcontext.c: Move st2[] to global scope.
1666 (f2): Verify that stack pointer is inside st2[].
1668 * sysdeps/unix/sysv/linux/ia64/getcontext.S: It helps to save r12.
1669 * sysdeps/unix/sysv/linux/ia64/setcontext.S: It helps to restore r12.
1671 2001-04-06 Ulrich Drepper <drepper@redhat.com>
1673 * timezone/antarctica: Update from tzdata2001b.
1674 * timezone/asia: Likewise.
1675 * timezone/australasia: Likewise.
1676 * timezone/europe: Likewise.
1677 * timezone/northamerica: Likewise.
1679 * iconv/iconv_open.c: Move strip and upstr definitions...
1680 * iconv/gconv_charset.h: ...here. New file.
1681 * iconv/gconv_db.c (once): Move to file level.
1682 (do_lookup_alias): Split out from __gconv_find_transform.
1683 (__gconv_find_transform): Call do_lookup_alias.
1684 (__gconv_loopup_alias): New function.
1685 * locale/langinfo.h: Define _NL_*_CODESET values for all categories
1687 * locale/categories.def: Add entries for new _NL_*_CODESET values.
1688 * locale/C-ctype.c: Use _nl_C_codeset to initialize CODESET entry.
1689 * locale/C-address.c: Initialize _NL_*_CODESET element.
1690 * locale/C-collate.c: Likewise.
1691 * locale/C-identification.c: Likewise.
1692 * locale/C-measurement.c: Likewise.
1693 * locale/C-messages.c: Likewise.
1694 * locale/C-monetary.c: Likewise.
1695 * locale/C-name.c: Likewise.
1696 * locale/C-numeric.c: Likewise.
1697 * locale/C-paper.c: Likewise.
1698 * locale/C-telephone.c: Likewise.
1699 * locale/C-time.c: Likewise.
1700 * locale/localeinfo.h: Declare _nl_C_codeset.
1701 * locale/C_name.c: Define _nl_C_codeset.
1702 * locale/findlocale.c: Before accepting locale check that the used
1703 charset does not conflict with what the locale name said.
1704 * locale/programs/ld-address.c: Emit codeset information.
1705 * locale/programs/ld-collate.c: Likewise.
1706 * locale/programs/ld-identification.c: Likewise.
1707 * locale/programs/ld-measurement.c: Likewise.
1708 * locale/programs/ld-messages.c: Likewise.
1709 * locale/programs/ld-monetary.c: Likewise.
1710 * locale/programs/ld-name.c: Likewise.
1711 * locale/programs/ld-numeric.c: Likewise.
1712 * locale/programs/ld-paper.c: Likewise.
1713 * locale/programs/ld-telephone.c: Likewise.
1714 * locale/programs/ld-time.c: Likewise.
1716 * localedata/tests-mbwc/tst_funcs.h (TST_HEAD_LOCALE): It is an error
1717 if the locale data couldn't be found.
1719 * string/Makefile: Define tst-strxfrm-ENV.
1721 * ysdeps/unix/sysv/linux/ia64/getcontext.S: Fix comment.
1723 2001-04-06 Andreas Jaeger <aj@suse.de>
1725 * include/sys/profil.h: New file.
1727 * dlfcn/modatexit.c: Add prototypes to silence GCC.
1728 * dlfcn/modcxaatexit.c: Likewise.
1729 * elf/globalmod1.c: Likewise.
1731 2001-04-05 David S. Miller <davem@redhat.com>
1733 * elf/elf.h (HWCAP_SPARC_ULTRA3): Define it.
1734 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Add it to
1735 capability flags table and HWCAP_IMPORTANT, increase
1736 _DL_HWCAP_COUNT to 6.
1737 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
1739 2001-04-04 David Mosberger <davidm@hpl.hp.com>
1741 * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext): Fix
1742 initialization of stack_end (bug reported by Zheng Gengbin
1743 <gzheng@students.uiuc.edu>).
1745 2001-04-05 Ulrich Drepper <drepper@redhat.com>
1747 * sysdeps/i386/fpu/libm-test-ulps: Relax errors for asinl.
1749 2001-04-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1751 * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: New file.
1753 2001-04-05 Ulrich Drepper <drepper@redhat.com>
1755 * sysdeps/ieee754/ldbl-96/e_asinl.c: Correct handling of +-Inf.
1756 * sysdeps/i386/fpu/e_asinl.S: Removed. Too inaccurate.
1758 * login/tst-utmp.c: Make file usable again in tst-utmpx.c.
1760 2001-04-04 Ulrich Drepper <drepper@redhat.com>
1762 * sysdeps/unix/sysv/aix/dl-libc.c: Don't use the ELF version,
1763 define simple replacements here. Patch by Michael Keezer.
1765 * sysdeps/ieee754/ldbl-128/e_logl.c: New file.
1766 * sysdeps/ieee754/ldbl-96/e_asinl.c: New file.
1767 Contributed by Stephen L Moshier <moshier@mediaone.net>.
1769 * posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used
1772 2001-04-01 Andreas Jaeger <aj@suse.de>
1774 * sysdeps/generic/s_nextafter.c (NO_LONG_DOUBLE): Add nexttowardl
1777 * sysdeps/generic/s_fma.c (NO_LONG_DOUBLE): Add fmal alias.
1779 2001-04-04 Ulrich Drepper <drepper@redhat.com>
1781 * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Add ucontext_i.h.
1782 * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1784 2001-04-04 Martin Schwidefsky <schwidefsky@de.ibm.com>
1786 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: New file.
1787 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: New file.
1788 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: New file.
1789 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: New file.
1790 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: New file.
1791 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: New file.
1792 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: New file.
1793 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: New file.
1794 * sysdeps/unix/sysv/linux/s390/swapcontext.c: New file.
1796 2001-04-04 Andreas Jaeger <aj@suse.de>
1798 * sysdeps/powerpc/dl-machine.h (ELF_MACHINE_NO_REL): Move to right
1801 2001-04-04 Ulrich Drepper <drepper@redhat.com>
1803 * sunrpc/rpc_scan.c (symbols): Add entry for HYPER.
1804 * sunrpc/rpc_scan.h (enum tok_kind): Add TOK_HYPER.
1805 * sunrpc/rpc_parse.c (get_type): Handle TOK_HYPER.
1806 (unsigned_dec): Likewise.
1807 Patch by atai@jezebel.dreamhost.com.
1809 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Pass
1810 pointer to int as last parameter of yp_match.
1811 Patch by kanazawa@flab.fujitsu.co.jp.
1813 2001-04-03 Ulrich Drepper <drepper@redhat.com>
1815 * resolv/netdb.h (gai_strerror): Make return value const.
1816 * sysdeps/generic/gai_strerror.c (gai_strerror): Likewise.
1817 * sysdeps/posix/gai_strerror.c (gai_strerror): Likewise.
1818 Add strings for new error values.
1820 2001-03-29 Michael Keezer <mkeezer@redhat.com>
1822 * posix/tst-gnuglob.c: Added ifdef _DIRENT_HAVE_D_TYPE.
1823 * login/tst-utmp.c: Handle case where ut_tv is not available but
1825 * sysdeps/unix/sysv/aix/utmpx.h: New file.
1826 * sysdeps/unix/sysv/aix/bits/utmpx.h: Added
1827 _HAVE_UT_TYPE/PID/ID/TV/HOST defines.
1828 * sysdeps/unix/sysv/aix/libc-start.c: Removed temp code and made stub.
1829 * sysdeps/unix/sysv/aix/gettimeofday.c: New file added routines
1830 to access RTCU timer reg.
1831 * sysdeps/unix/sysv/aix/Makefile: Remove /usr/lib/crt0.o
1832 added dl-libc, dl-open,dl-sym, dl-close to misc.
1833 * sysdeps/unix/sysv/aix/start.c: New file. Start code.
1834 * sysdeps/unix/sysv/aix/dlldr.h: New file. AIX __loadx defines.
1835 * sysdeps/unix/sysv/aix/dl-close.c: New file. AIX dl-close.
1836 * sysdeps/unix/sysv/aix/dl-open.c: New file. AIX dl-open.
1837 * sysdeps/unix/sysv/aix/dl-sym.c: New file. AIX dl-sym.
1838 * sysdeps/unix/sysv/aix/dl-libc.c: New file. libc_dl-xxx support.
1839 * sysdeps/generic/strtoll.c: Added SHLIB_COMPAT(libc,GLIBC_2_0,
1841 * sysdeps/generic/strtoull.c: Likewise.
1842 * sysdeps/powerpc/ppc-mcount.S: Added nop after bl instruction.
1843 * sysdeps/unix/sysv/aix/powerpc/memset.c: New file to include
1844 sysdeps/generic/memset.c.
1845 * sysdeps/unix/sysv/aix/getpeername.c: Define __getpeername.
1847 2001-04-03 Ulrich Drepper <drepper@redhat.com>
1849 * iconv/Makefile (CFLAGS-charmap.c): Add -DNEED_NULL_POINTER.
1850 * locale/programs/charmap.c: Define null_pointer if
1851 NEED_NULL_POINTER is defined.
1853 * misc/dirname.c (dirname): Handle multiple slashes correctly.
1855 2001-04-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
1857 * sysdeps/s390/s390-64/initfini.c: Fix __gmon_start__ GOT access.
1859 2001-04-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
1861 * sysdeps/s390/s390-32/bcopy.S: Optimize for speed.
1862 * sysdeps/s390/s390-64/bcopy.S: Likewise.
1863 * sysdeps/s390/s390-32/mempcy.S: Likewise.
1864 * sysdeps/s390/s390-64/memcpy.S: Likewise.
1866 2001-04-02 Bruno Haible <haible@clisp.cons.org>
1868 * manual/message.texi (Advanced gettext functions): More specific
1869 syntax in the plural formula examples.
1871 2001-04-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1873 * sysdeps/powerpc/atomicity.h: Silence warnings.
1874 * sysdeps/powerpc/dl-machine.h: Likewise.
1875 * sysdeps/powerpc/register-dump.h: Likewise.
1876 * sysdeps/powerpc/fpu/s_lrint.c: Likewise.
1878 2001-04-02 Andreas Jaeger <aj@suse.de>
1880 * misc/tst-dirname.c (main): Add more tests, derived from a bug
1881 report by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
1883 2001-04-01 Andreas Jaeger <aj@suse.de>
1885 * debug/xtrace.sh (pcprofileso): Use SLIBDIR since libpcprofile.so
1887 * malloc/memusage.sh (memusageso): Likewise for libmemusage.so.
1889 2001-04-01 H.J. Lu <hjl@gnu.org>
1891 * posix/annexc.c (macrofile): Renamed from TMPFILE and set to
1893 * stdlib/isomac.c (macrofile): Likewise.
1895 2001-03-30 Thorsten Kukuk <kukuk@suse.de>
1897 * inet/rcmd.c: Allow AF_UNSPEC as parameter.
1898 * nis/ypclnt.c (yp_all): Print error message only at last try,
1899 check for protocoll error only if we don't have a network error.
1901 2001-04-02 Andreas Schwab <schwab@suse.de>
1903 * resolv/res_data.c (res_isourserver): Fix cast.
1905 2001-04-02 Andreas Jaeger <aj@suse.de>
1907 * sysdeps/unix/sysv/linux/hppa/umount.c: Add prototype for
1910 * sysdeps/i386/dl-machine.h (RTLD_START): Don't use multi-line
1912 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
1914 * sysdeps/ieee754/dbl-64/uroot.h: Add missing braces arount
1916 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Likewise.
1918 * elf/rtld.c (print_statistics)[!HP_TIMING_NONAVAIL]: Avoid
1919 warning about unused variable.
1921 * string/string.h (strndupa): Add cast for C++ conformance.
1922 (strdupa): Likewise.
1923 Fixes PR libc/2173, reported by tbrowder@home.com.
1925 2001-03-30 Roland McGrath <roland@frob.com>
1927 * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't append
1928 options after $(build-module), which is no longer a single command.
1929 (LDFLAGS-link-rpcuserlibs): New variable to hold those options.
1930 (LDFLAGS-libmachuser-link.so, LDFLAGS-libhurduser-link.so): New
1931 variables using it. Reported by Mark Kettenis <kettenis@gnu.org>.
1933 2001-03-11 Roland McGrath <roland@frob.com>
1935 * elf/rtld.c (dl_main): Add cast to quiet warning.
1936 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1937 * iconv/gconv_conf.c (__gconv_get_path): Likewise.
1938 (__gconv_read_conf): Likewise.
1939 * iconv/gconv_db.c (gen_steps): Likewise.
1940 (__gconv_find_transform): Likewise.
1941 * locale/programs/charmap-dir.c (fopen_uncompressed): Likewise.
1942 (fopen_uncompressed): Use const in second argument's type.
1944 2001-03-11 Roland McGrath <roland@frob.com>
1946 * sysdeps/mach/hurd/dl-sysdep.c (__writev): New function.
1948 * mach/mach_error.h: Fix ancient #endif syntax.
1949 * hurd/hurdmalloc.c: Likewise.
1951 * sysdeps/generic/atomicity.h (exchange_and_add, atomic_add,
1952 compare_and_swap): Add volatile qualifier to first arg, to bring
1953 these prototypes in line with all the other implementations.
1954 Add a #warning to remind the builder that these are not atomic.
1956 2001-03-04 Roland McGrath <roland@frob.com>
1958 * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Use innermore first
1959 member of TEMP_F so its type is _IO_FILE * as expected.
1961 * hurd/fopenport.c (seekio): Conditionalize type of POS argument
1962 on [USE_IN_LIBIO]. Check the value for overflow, since for libio
1963 it might exceed off_t's range.
1965 2001-02-25 Roland McGrath <roland@frob.com>
1967 * sysdeps/mach/hurd/sysd-stdio.c (__stdio_reopen): Use prototype.
1968 * sysdeps/unix/bsd/getpt.c (__posix_openpt): Likewise.
1970 * sysdeps/mach/hurd/i386/intr-msg.h (SYSCALL_EXAMINE): Make this a
1971 macro instead of an inline function,
1972 (MSG_EXAMINE): Likewise.
1974 * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Remove extraneous ##.
1976 * hurd/get-host.c: Include <string.h> for decls of built-ins.
1977 * hurd/hurdchdir.c: Likewise.
1978 * sysdeps/mach/hurd/i386/sigreturn.c: Likweise.
1979 * sysdeps/mach/hurd/opendir.c: Likewise.
1981 * mach/mach_init.c: Include <unistd.h> for _exit decl.
1983 * mach/errsystems.awk: Give output file a trailing newline.
1985 * mach/Machrules (MIG): Prepend CC='${CC}' to the mig command, so that
1986 the script will use our compiler for the cpp stage.
1988 With --enable-all-warnings we get a whole bunch of warnings,
1989 and these are just a few fixes; there are more needed to silence it.
1990 * mach/mach/mig_support.h (__mig_strncpy, mig_strncpy): Add extern
1991 decls before extern inline defns to quiet gcc warning.
1992 * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp): Likewise.
1993 * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Likewise.
1995 2001-03-31 Andreas Jaeger <aj@suse.de>
1997 * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_RAWHDLC): Added.
1998 (ARPHRD_HDLC): Define as alias for ARPHRD_CISCO.
1999 (ARPHRD_CISCO): New.
2000 Changes from Linux 2.4.3.
2002 2001-03-30 Isamu Hasegawa <isamu@yamato.ibm.com>
2004 * posix/regex.c: Avoid an access violation if malloc failes.
2006 2001-03-30 Andreas Jaeger <aj@suse.de>
2008 * sysdeps/alpha/ldiv.S (ldiv): Add alias for imaxdiv.
2010 2001-03-29 Ulrich Drepper <drepper@redhat.com>
2012 * posix/regex.c: Remove unnecessary ifs.
2014 * math/bits/mathcalls.h: Remove infnan declaration.
2016 2001-03-29 H.J. Lu <hjl@gnu.org>
2018 * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF,
2019 and LOW_HALF only if _LIBC is defined and _ISOMAC is not defined.
2020 * stdlib/isomac.c (fmt): Define _LIBC and _ISOMAC.
2022 2001-03-29 Isamu Hasegawa <isamu@yamato.ibm.com>
2024 * posix/regex.c: Fix typo and add a sentinel.
2026 2001-03-29 Ulrich Drepper <drepper@redhat.com>
2028 * sysdeps/unix/sysv/linux/shm_open.c: Open new file always with
2029 O_NOFOLLOW. Suggested by Christoph Roland.
2031 2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
2033 * sysdeps/s390/bits/string.h: New unified 31/64 bit string.h.
2034 * sysdeps/s390/s390-32/bits/string.h: Remove.
2035 * sysdeps/s390/s390-64/bits/string.h: Remove.
2036 * sysdeps/s390/s390-32/strcmp.S: New file.
2037 * sysdeps/s390/s390-64/strcmp.S: New file.
2039 2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
2041 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix typo.
2042 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
2044 2001-03-27 Ulrich Drepper <drepper@redhat.com>
2046 * version.h (VERSION): Bump to 2.2.3.
2048 * stdlib/isomac.c (fmt): Don't define _LIBC.
2049 * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and
2050 LOW_HALF only if _LIBC is defined.
2052 * sysdeps/i386/fpu/libm-test-ulps: Slight adjustment of yn() error.
2054 * posix/fnmatch_loop.c (FCT): Handle !() after * special like @()
2056 * posix/tst-fnmatch.input: Add test cases for matching empty strings.
2058 * sysdeps/ieee754/dbl-64/endian.h: Removed. Move definitions...
2059 * include/endian.h: ...to here.
2061 2001-03-27 kaz Kojima <kkojima@rr.iij4u.or.jp>
2063 * sysdeps/sh/sys/ucontext.h (NFREG): Rename to NFPREG.
2064 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NFREG): Likewise.
2066 2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
2068 * sysdeps/unix/sysv/linux/s390/ldconfig.h: Fix typo.
2070 2001-03-26 Ulrich Drepper <drepper@redhat.com>
2072 * sysdeps/ia64/fpu/Dist: Add new files to distribute.
2073 * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Likewise.
2074 * sysdeps/unix/sysv/linux/ia64/Dist: Likewise.
2076 * gmon/Makefile (headers): Add sys/profil.h.
2078 2001-03-18 Andreas Jaeger <aj@suse.de>
2080 * manual/install.texi (Tools for Compilation): Advise to use GCC
2082 (Supported Configurations): Mention s390x.
2084 2001-03-26 Ben Collins <bcollins@debian.org>
2086 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add MAP_* and MADV_*
2087 defines to match other architectures.
2089 2001-03-26 Ulrich Drepper <drepper@redhat.com>
2091 * libio/Makefile (tests): Add tst-ext.
2092 * libio/tst-ext.c: New file.
2094 * libio/iosetvbuf.c (_IO_setvbuf): Clear line buffer flag for _IONBF.
2096 2001-03-25 Ulrich Drepper <drepper@redhat.com>
2098 Add changes which were in this form in the original patch by
2099 Eric Norum <eric.norum@usask.ca>.
2100 * include/rpc/rpc.h: Remove svc_fdset, rpc_createerr, svc_pollfd, and
2102 * sunrpc/rpc/rpc.h: Declare __rpc_thread_svc_fdset,
2103 __rpc_thread_createerr, __rpc_thread_svc_pollfd, and
2104 __rpc_thread_svc_max_pollfd.
2105 Define svc_fdset, get_rpc_createerr, svc_pollfd, and
2107 * sunrpc/rpc_thread.c: Handle first thread special, it uses the
2109 Define __rpc_thread_svc_fdset, __rpc_thread_createerr,
2110 __rpc_thread_svc_pollfd, and __rpc_thread_svc_max_pollfd.
2111 * sunrpc/Versions [libc] (GLIBC_2.2.3): Export __rpc_thread_svc_fdset,
2112 __rpc_thread_createerr, __rpc_thread_svc_pollfd, and
2113 __rpc_thread_svc_max_pollfd.
2114 * sunrpc/clnt_gen.c: Replace use of rpc_createerr by call to
2116 * sunrpc/clnt_perr.c: Likewise.
2117 * sunrpc/clnt_simp.c: Likewise.
2118 * sunrpc/clnt_tcp.c: Likewise.
2119 * sunrpc/clnt_udp.c: Likewise.
2120 * sunrpc/clnt_unix.c: Likewise.
2121 * sunrpc/pm_getport.c: Likewise.
2123 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): getgroups32
2124 syscall checks for negative n so don't test here as well.
2126 2001-03-23 Jes Sorensen <jes@linuxcare.com>
2128 * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Moved to ...
2129 * sysdeps/ia64/sysdep.h: ...here.
2131 * sysdeps/ia64/sysdep.h (LOCAL_ENTRY): Define.
2132 * sysdeps/ia64/sysdep.h (LOCAL_LEAF): Define.
2134 * sysdeps/ia64/_mcount.S (_mcount_ret_helper): Use LOCAL_LEAF() to
2135 declare instead of LEAF(). Suggestion from David Mosberger.
2137 2001-03-21 David Mosberger <davidm@hpl.hp.com>
2139 * sysdeps/unix/sysv/linux/ia64/sysdep.h (CALL_MCOUNT): Add unwind
2141 (PSEUDO): Drop .psr and .lsb directives.
2143 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Ditto. Add unwind
2145 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Ditto.
2147 * sysdeps/ia64/elf/start.S: Misc cleanup: remove .psr and .lsb
2149 * sysdeps/unix/sysv/linux/ia64/brk.S: Ditto.
2150 * sysdeps/unix/sysv/linux/ia64/__longjmp.S: Ditto.
2151 * sysdeps/ia64/_mcount.S: Remove .psr and .lsb directives (no
2152 longer needed). Add unwind directives.
2154 * sysdeps/ia64/sysdep.h: Define ASM_UNW_PRLG_RP, ASM_UNW_PRLG_PFS,
2155 ASM_UNW_PRLG_PSP, ASM_UNW_PRLG_PR, and ASM_UNW_PRLG_GRSAVE.
2157 2001-03-21 Paul Eggert <eggert@twinsun.com>
2159 * posix/regex.h (RE_INVALID_INTERVAL_ORD): New macro.
2160 (RE_SYNTAX_POSIX_EGREP): Use it.
2161 * posix/regex.c (regex_compile): Implement it.
2163 2001-03-21 Paul Eggert <eggert@twinsun.com>
2165 * posix/regex.c (GET_UNSIGNED_NUMBER): Check for overflow.
2166 Rewrite to avoid duplicate code.
2168 2001-03-21 H.J. Lu <hjl@gnu.org>
2170 * elf/Makefile (tests): Don't depend on $(objpfx)tst-pathopt.out
2171 for cross-compiling.
2172 ($(objpfx)tst-pathopt.out): Undo the last change.
2174 2001-03-24 Mark Kettenis <kettenis@gnu.org>
2176 * sysdeps/mach/hurd/i386/bits/sigcontext.h (sc_sp, sc_fp, sc_pc,
2177 sc_ps): Define as aliases for sc_uesp, sc_ebl, sc_eip and sc_efl.
2179 * sysdeps/mach/hurd/i386/init-first.c: Include <assert.h>.
2180 (_dl_argv): Declare.
2181 (init) [SHARED]: Readjust _dl_argv if we switched to a new stack.
2183 2001-03-22 Andreas Jaeger <aj@suse.de>
2185 * iconvdata/Makefile (generated): Add iconv-test.xxx.
2187 * posix/Makefile (generated): Add bug-regex2.mtrace and
2190 2001-03-21 Ulrich Drepper <drepper@redhat.com>
2192 * csu/version.c (__gnu_get_libc_release): Add prototype.
2193 (__gnu_get_libc_version): Likewise.
2194 * include/gnu/libc-version.h: Remove prototypes for not exported
2197 2001-03-21 Jes Sorensen <jes@linuxcare.com>
2199 * sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h
2200 for internationalized printfs to work.
2202 2001-03-09 Bruno Haible <haible@clisp.cons.org>
2204 * intl/dcigettext.c (transmem_block_t): Change to unsigned char, to
2205 avoid compiler warning.
2206 (_nl_find_msg): Add casts to avoid compiler warnings.
2208 2001-03-21 Ulrich Drepper <drepper@redhat.com>
2210 * gmon/Makefile (routines): Add sprofil.
2211 (tests): Add tst-sprofil.
2212 (noprof): Add sprofil.
2213 * gmon/Versions [libc] (GLIBC_2.2.3): Add sprofil.
2215 2001-03-20 David Mosberger <davidm@hpl.hp.com>
2217 * sysdeps/generic/sprofil.c: New file.
2218 * sysdeps/posix/sprofil.c: New file.
2219 * gmon/tst-sprofil.c: New file.
2220 * gmon/sys/profil.h: New file.
2222 2001-03-20 Andreas Schwab <schwab@suse.de>
2224 * include/unistd.h: Adjust prototype of __gethostname.
2226 2001-03-20 Jakub Jelinek <jakub@redhat.com>
2228 * sysdeps/sparc/stackinfo.h: New file.
2230 2001-03-21 Andreas Jaeger <aj@suse.de>
2232 * elf/global.c (main): Use proper prototype.
2234 2001-03-20 Ulrich Drepper <drepper@redhat.com>
2236 * sunrpc/Makefile (routines): Add rpc_thread.
2237 (CPPFLAGS): Add -D_RPC_THREAD_SAFE.
2238 * sunrpc/rpc_thread.c: New file.
2239 * sunrpc/Versions [libc] (GLIBC_2.2.3): Export __rpc_thread_destroy.
2240 * sunrpc/auth_none.c: Don't use global variables. Access state in
2241 thread-local storage.
2242 * sunrpc/clnt_perr.c: Likewise.
2243 * sunrpc/clnt_raw.c: Likewise.
2244 * sunrpc/clnt_simp.c: Likewise.
2245 * sunrpc/key_call.c: Likewise.
2246 * sunrpc/rpc_common.c: Likewise.
2247 * sunrpc/svc.c: Likewise.
2248 * sunrpc/svc_raw.c: Likewise.
2249 * sunrpc/svc_simple.c: Likewise.
2250 * sunrpc/svcauth_des.c: Likewise.
2251 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2252 _HURD_THREADVAR_RPC_VARS.
2253 * sysdeps/generic/bits/libc-tsd.h: Mention _LIBC_TSD_KEY_RPC_VARS.
2254 * include/rpc/rpc.h: Define data structures for internal thread-local
2256 Based on patches by Eric Norum <eric.norum@usask.ca>.
2258 * elf/dl-load.c: Various little optimizations.
2260 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Return
2261 LINUX_LINK_MAX only if the statfs function is not implemented for
2264 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Return
2265 LINUX_LINK_MAX only if the fstatfs function is not implemented for
2268 2001-03-19 Ulrich Drepper <drepper@redhat.com>
2270 * elf/dl-dst.h (DL_DST_COUNT): Add __builtin_expect.
2272 * elf/dl-load.c (_dl_dst_count): Make DST recognition more robust.
2273 (_dl_dst_substitute): Likewise.
2275 2001-03-17 Bruno Haible <haible@clisp.cons.org>
2277 * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC]: Use fstat, not fstat64.
2279 2001-03-17 Bruno Haible <haible@clisp.cons.org>
2281 * intl/gettextP.h (struct expression): Add operators lnot, less_than,
2282 greater_than, less_or_equal, greater_or_equal. Replace args2/args3
2283 union by a 'nargs' counter and an 'args[]' array.
2284 * intl/plural.y: Don't include stdarg.h.
2285 (new_exp): Take an array of arguments instead of varargs.
2286 (new_exp_0, new_exp_1, new_exp_2, new_exp_3): New functions.
2287 ('?' ':'): Make right-associative.
2288 (EQUOP2): New token, replaces '=' and '!'.
2289 (CMPOP2): New token.
2290 (ADDOP2): New token, replaces '+' and '-'.
2291 (MULOP2): New token, replaces '*', '/' and '%'.
2293 (exp): Add rules for CMPOP2 and '!'. Don't call YYABORT.
2294 (start): Call YYABORT here.
2295 (FREE_EXPRESSION): Update.
2296 (yylex): Don't skip "\\n". Recognize comparison and '!' operators.
2297 Update for new token symbols.
2298 * intl/loadmsgcat.c (plvar, plone, germanic_plural,
2299 init_germanic_plural): Update.
2300 * intl/dcigettext.c (_nl_find_msg): Optimize for space.
2301 (plural_eval): Recognize comparison and '!' operators. Optimize for
2304 2001-03-10 Bruno Haible <haible@clisp.cons.org>
2306 * intl/loadmsgcat.c (_nl_load_domain): locale_charset() doesn't return
2309 2001-01-05 Bruno Haible <haible@clisp.cons.org>
2311 * intl/loadmsgcat.c: Include headers needed for alloca().
2313 (_nl_load_domain): Add fallback code for platforms lacking alloca.
2314 * intl/localealias.c: (ADD_BLOCK, FREE_BLOCK): Remove macros.
2316 (read_alias_file): Simplify fallback code for platforms lacking
2319 2001-01-07 Bruno Haible <haible@clisp.cons.org>
2321 * intl/gettextP.h (__gettextdebug): Remove declaration.
2322 (__gettext_free_exp, __gettextparse): Convert prototype to K&R C
2324 (gettext_free_exp__, gettextparse__): New non-libc declarations.
2325 * intl/plural.y [!_LIBC]: Define gettextparse__, gettext_free_exp__,
2326 not __gettextparse, __gettext_free_exp.
2327 * intl/loadmsgcat.c [!_LIBC]: Use gettextparse__, not __gettextparse.
2329 2001-02-24 Bruno Haible <haible@clisp.cons.org>
2331 * intl/dcigettext.c: Update comment about HAVE_LOCALE_NULL.
2333 2001-01-05 Bruno Haible <haible@clisp.cons.org>
2335 * intl/loadmsgcat.c (_nl_load_domain): Add fallback code for platforms
2336 lacking strtoul, like SunOS4.
2338 2001-01-05 Bruno Haible <haible@clisp.cons.org>
2340 * intl/l10nflist.c (_nl_normalize_codeset): Use tolower, not _tolower.
2342 2001-01-05 Bruno Haible <haible@clisp.cons.org>
2344 * intl/bindtextdom.c (set_binding_values): Convert prototype to K&R C
2346 * intl/dcigettext.c (transcmp): Convert to K&R C syntax.
2347 * intl/explodename.c (_nl_find_language): Convert to K&R C syntax.
2348 * intl/plural.y (__gettext_free_exp, yylex, yyerror): Convert to K&R C
2351 2001-01-07 Bruno Haible <haible@clisp.cons.org>
2353 * intl/gettextP.h (gettext__, dgettext__, dcgettext__, textdomain__,
2354 bindtextdomain__, bind_textdomain_codeset__): New declarations, from
2356 * intl/bindtextdom.c: Include libgnuintl.h instead of libgettext.h.
2357 * intl/dcgettext.c: Likewise.
2358 * intl/dcigettext.c: Likewise.
2359 * intl/dcngettext.c: Likewise.
2360 * intl/dngettext.c: Likewise.
2361 * intl/finddomain.c: Likewise.
2362 * intl/ngettext.c: Likewise.
2363 * intl/textdomain.c: Likewise.
2364 * intl/dgettext.c: Include libgnuintl.h instead of libgettext.h.
2366 * intl/gettext.c: Likewise. Don't include locale.h.
2368 2001-03-17 Bruno Haible <haible@clisp.cons.org>
2370 * intl/gettextP.h (ZERO): New macro.
2371 (struct binding): Always use ZERO.
2372 * intl/bindtextdom.c (offsetof): Provide fallback for platforms that
2373 lack it, like SunOS4.
2374 (set_binding_values): Use offsetof, not sizeof.
2375 * intl/dcigettext.c (offsetof): Provide fallback for platforms that
2376 lack it, like SunOS4.
2377 (ZERO): Remove macro.
2378 (struct transmem_list): Use ZERO.
2379 (DCIGETTEXT): Use offsetof, not sizeof.
2381 2001-03-17 Bruno Haible <haible@clisp.cons.org>
2383 * intl/gettextP.h: Include <stddef.h>. Include gettext.h, for
2385 * intl/bindtextdom.c: Don't include gettext.h.
2386 * intl/dcgettext.c: Likewise.
2387 * intl/dcigettext.c: Likewise.
2388 * intl/dcngettext.c: Likewise.
2389 * intl/dngettext.c: Likewise.
2390 * intl/finddomain.c: Likewise.
2391 * intl/localealias.c: Likewise.
2392 * intl/ngettext.c: Likewise.
2393 * intl/plural.y: Likewise.
2394 * intl/textdomain.c: Likewise.
2396 2001-03-17 Bruno Haible <haible@clisp.cons.org>
2398 * intl/gettext.h: Don't include <stdio.h>.
2400 2001-03-17 Bruno Haible <haible@clisp.cons.org>
2402 * intl/Makefile (CPPFLAGS): Set LOCALEDIR instead of GNULOCALEDIR.
2403 * intl/dcigettext.c (_nl_default_dirname): Initialize with LOCALEDIR.
2405 2001-03-19 Ulrich Drepper <drepper@redhat.com>
2407 * sysdeps/unix/i386/i686/tempname.c: New file.
2409 * sysdeps/posix/tempname.c (__gen_tempname): If RANDOM_BITS is
2410 defined use this macro to get some bits of randomness instead of
2411 the usual gettimeofday or time calls.
2413 2001-03-16 Paul Eggert <eggert@twinsun.com>
2415 * sysdeps/posix/tempname.c (uint64_t): Define to uintmax_t if
2416 not defined, and if UINT64_MAX is not defined.
2418 2001-03-19 Ulrich Drepper <drepper@redhat.com>
2420 * elf/cache.c: Mark and have translated a few more messages.
2422 2001-03-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2424 * elf/cache.c: Add case for FLAG_S390_LIB64.
2425 * sysdeps/generic/ldconfig.h: Add define for FLAG_S390_LIB64.
2426 * sysdeps/unix/sysv/linux/s390/ldconfig.h: New file.
2427 * sysdeps/unix/sysv/linux/s390/readelflib.c: New file.
2429 2001-03-19 Ulrich Drepper <drepper@redhat.com>
2431 * string/Makefile (tests): Add tst-strxfrm.
2432 * string/tst-strxfrm.c: New file. Based on a test case by Paul Eggert.
2433 * string/Depend: New file.
2435 2001-03-19 Paul Eggert <eggert@twinsun.com>
2437 * string/strxfrm.c (strxfrm): strxfrm should return 0, not 1,
2438 when given the empty string in nontrivial locales.
2440 2001-03-17 H.J. Lu <hjl@gnu.org>
2442 * manual/Makefile (install): Use $(INSTALL_DATA) instead of
2443 cp to install `dir'.
2445 2001-03-19 Andreas Schwab <schwab@suse.de>
2447 * Makerules (build-shlib): Make sure exit codes get checked
2450 2001-03-18 Ulrich Drepper <drepper@redhat.com>
2452 * Makerules (build-shlib): Remove unnecessary slashes introduced in
2455 * configure.in: Test for -Bgroup option of linker.
2456 * config.make.in: Define have-Bgroup.
2458 * conform/data/unistd.h-data: Require gethostname.
2459 * posix/unistd.h: Make gethostname prototype available for
2462 * crypt/Makefile: When generating DSO link with libc_nonshared.a.
2463 * debug/Makefile: Likewise.
2464 * dlfcn/Makefile: Likewise.
2465 * hesiod/Makefile: Likewise.
2466 * iconvdata/extra-module.mk: Likewise.
2467 * locale/Makefile: Likewise.
2468 * login/Makefile: Likewise.
2469 * math/Makefile: Likewise.
2470 * nis/Makefile: Likewise.
2471 * nss/Makefile: Likewise.
2472 * resolv/Makefile: Likewise.
2473 * rt/Makefile: Likewise.
2475 2001-03-17 Ulrich Drepper <drepper@redhat.com>
2477 * inet/Makefile (tests): Remove left-over comment.
2479 * posix/unistd.h (gethostname): Change type of second parameter
2480 back to size_t as per upcoming XPG6.
2481 * sysdeps/unix/sysv/aix/gethostname.c: Change type of second
2482 parameter back to size_t as per upcoming XPG6.
2483 * sysdeps/unix/sysv/sysv4/gethostname.c: Likewise.
2484 * sysdeps/unix/sysv/gethostname.c: Likewise.
2485 * sysdeps/mach/hurd/gethostname.c: Likewise.
2486 * sysdeps/generic/gethostname.c: Likewise.
2488 2001-03-16 Ulrich Drepper <drepper@redhat.com>
2490 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
2493 * sysdeps/unix/sysv/linux/ia64/makecontext.c (__makecontext):
2496 2001-02-06 Jakub Jelinek <jakub@redhat.com>
2498 * elf/dl-load.c (_dl_map_object): Don't test l_opencount when
2499 looking for name matches.
2501 2001-02-26 Jakub Jelinek <jakub@redhat.com>
2503 * sysdeps/generic/sigcontextinfo.h (CALL_SIGHANDLER): Define.
2504 * sysdeps/mach/hurd/i386/sigcontextinfo.h: Likewise.
2505 * sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h: Likewise.
2506 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2507 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
2508 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Likewise.
2509 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
2510 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Likewise.
2511 * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: Likewise.
2512 * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: Likewise.
2513 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
2514 * sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: Likewise.
2516 2001-03-16 Ulrich Drepper <drepper@redhat.com>
2518 * sysdeps/ieee754/ldbl-96/s_erfl.c: New file.
2519 Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
2521 * sysdeps/i386/fpu/libm-test-ulps: Adjust for addition of erfl and
2523 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
2525 2001-03-16 David Mosberger <davidm@hpl.hp.com>
2527 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
2528 Drop hack that was needed for 2.1.1 kernel headers.
2530 * sysdeps/unix/sysv/linux/ia64/ucontext_i.h: New file.
2532 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Rewrite to make it
2533 overlay with kernel's "struct sigcontext".
2535 * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_headers): Add
2536 sys/rse.h for "misc" subdir.
2537 (sysdep_routines): Add __start_context for "stdlib" subdir.
2539 * sysdeps/unix/sysv/linux/ia64/sys/rse.h: New file (based on
2540 kernel file of the same name).
2542 * stdlib/Makefile (tests): Add tst-setcontext.
2543 * stdlib/tst-setcontext.c: New file (based on a sample program by
2546 * sysdeps/unix/sysv/linux/ia64/setcontext.S: New file.
2547 * sysdeps/unix/sysv/linux/ia64/getcontext.S: New file.
2548 * sysdeps/unix/sysv/linux/ia64/__start_context.S: New file.
2549 * sysdeps/unix/sysv/linux/ia64/makecontext.c: New file.
2550 * sysdeps/unix/sysv/linux/ia64/swapcontext.c: New file.
2552 * sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): Use extr.u
2553 instead of shift & and.
2555 2001-03-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
2557 * sysdeps/s390/s390-64/bits/huge_val.h: Move to...
2558 * sysdeps/s390/bits/huge_val.h: ...here.
2559 * sysdeps/s390/s390-32/bit/huge_val.h: Remove.
2560 * sysdeps/s390/s390-64/ffs.c: Move to...
2561 * sysdeps/s390/ffs.c: ...here.
2562 * sysdeps/s390/s390-32/ffs.c: Remove.
2564 2001-03-16 Jakub Jelinek <jakub@redhat.com>
2566 * elf/ldconfig.c (search_dir): Remove bogus diagnostic, instead
2567 update osversion from more recent library.
2569 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2571 * sysdeps/unix/sysv/linux/s390/Dist: Move to...
2572 * sysdeps/unix/sysv/linux/s390/s390-32/Dist: ...here.
2573 * sysdeps/unix/sysv/linux/s390/Makefile: Move to...
2574 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: ...here.
2575 * sysdeps/unix/sysv/linux/s390/Versions: Move to...
2576 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: ...here.
2577 * sysdeps/unix/sysv/linux/s390/alphasort64.c: Move to...
2578 * sysdeps/unix/sysv/linux/s390/s390-32/alphasort64.c: ...here.
2579 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Move to...
2580 * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: ...here.
2581 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Move to...
2582 * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: ...here.
2583 * sysdeps/unix/sysv/linux/s390/bits/resource.h: Move to...
2584 * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: ...here.
2585 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Move to...
2586 * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: ...here.
2587 * sysdeps/unix/sysv/linux/s390/chown.c: Move to...
2588 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: ...here.
2589 * sysdeps/unix/sysv/linux/s390/clone.S: Move to...
2590 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: ...here.
2591 * sysdeps/unix/sysv/linux/s390/fchown.c: Move to...
2592 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: ...here.
2593 * sysdeps/unix/sysv/linux/s390/fcntl.c: Move to...
2594 * sysdeps/unix/sysv/linux/s390/s390-32/fcntl.c: ...here.
2595 * sysdeps/unix/sysv/linux/s390/fxstat.c: Move to...
2596 * sysdeps/unix/sysv/linux/s390/s390-32/fxstat.c: ...here.
2597 * sysdeps/unix/sysv/linux/s390/getdents64.c: Move to...
2598 * sysdeps/unix/sysv/linux/s390/s390-32/getdents64.c: ...here.
2599 * sysdeps/unix/sysv/linux/s390/getegid.c: Move to...
2600 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: ...here.
2601 * sysdeps/unix/sysv/linux/s390/geteuid.c: Move to...
2602 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: ...here.
2603 * sysdeps/unix/sysv/linux/s390/getgid.c: Move to...
2604 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: ...here.
2605 * sysdeps/unix/sysv/linux/s390/getgroups.c: Move to...
2606 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: ...here.
2607 * sysdeps/unix/sysv/linux/s390/getresgid.c: Move to...
2608 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: ...here.
2609 * sysdeps/unix/sysv/linux/s390/getresuid.c: Move to...
2610 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: ...here.
2611 * sysdeps/unix/sysv/linux/s390/getrlimit.c: Move to...
2612 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: ...here.
2613 * sysdeps/unix/sysv/linux/s390/getrlimit64.c: Move to...
2614 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit64.c: ...here.
2615 * sysdeps/unix/sysv/linux/s390/getuid.c: Move to...
2616 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: ...here.
2617 * sysdeps/unix/sysv/linux/s390/lchown.c: Move to...
2618 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: ...here.
2619 * sysdeps/unix/sysv/linux/s390/lockf64.c: Move to...
2620 * sysdeps/unix/sysv/linux/s390/s390-32/lockf64.c: ...here.
2621 * sysdeps/unix/sysv/linux/s390/lxstat.c: Move to...
2622 * sysdeps/unix/sysv/linux/s390/s390-32/lxstat.c: ...here.
2623 * sysdeps/unix/sysv/linux/s390/mmap.S: Move to...
2624 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: ...here.
2625 * sysdeps/unix/sysv/linux/s390/mmap64.S: Move to...
2626 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: ...here.
2627 * sysdeps/unix/sysv/linux/s390/msgctl.c: Move to...
2628 * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: ...here.
2629 * sysdeps/unix/sysv/linux/s390/oldgetrlimit64.c: Move to...
2630 * sysdeps/unix/sysv/linux/s390/s390-32/oldgetrlimit64.c: ...here.
2631 * sysdeps/unix/sysv/linux/s390/readdir64.c: Move to...
2632 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64.c: ...here.
2633 * sysdeps/unix/sysv/linux/s390/readdir64_r.c: Move to...
2634 * sysdeps/unix/sysv/linux/s390/s390-32/readdir64_r.c: ...here.
2635 * sysdeps/unix/sysv/linux/s390/register-dump.h: Move to...
2636 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: ...here.
2637 * sysdeps/unix/sysv/linux/s390/scandir64.c: Move to...
2638 * sysdeps/unix/sysv/linux/s390/s390-32/scandir64.c: ...here.
2639 * sysdeps/unix/sysv/linux/s390/semctl.c: Move to...
2640 * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: ...here.
2641 * sysdeps/unix/sysv/linux/s390/setegid.c: Move to...
2642 * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: ...here.
2643 * sysdeps/unix/sysv/linux/s390/seteuid.c: Move to...
2644 * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: ...here.
2645 * sysdeps/unix/sysv/linux/s390/setfsgid.c: Move to...
2646 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: ...here.
2647 * sysdeps/unix/sysv/linux/s390/setfsuid.c: Move to...
2648 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: ...here.
2649 * sysdeps/unix/sysv/linux/s390/setgid.c: Move to...
2650 * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: ...here.
2651 * sysdeps/unix/sysv/linux/s390/setgroups.c: Move to...
2652 * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: ...here.
2653 * sysdeps/unix/sysv/linux/s390/setregid.c: Move to...
2654 * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: ...here.
2655 * sysdeps/unix/sysv/linux/s390/setresgid.c: Move to...
2656 * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: ...here.
2657 * sysdeps/unix/sysv/linux/s390/setresuid.c: Move to...
2658 * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: ...here.
2659 * sysdeps/unix/sysv/linux/s390/setreuid.c: Move to...
2660 * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: ...here.
2661 * sysdeps/unix/sysv/linux/s390/setrlimit.c: Move to...
2662 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: ...here.
2663 * sysdeps/unix/sysv/linux/s390/setuid.c: Move to...
2664 * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: ...here.
2665 * sysdeps/unix/sysv/linux/s390/shmctl.c: Move to...
2666 * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: ...here.
2667 * sysdeps/unix/sysv/linux/s390/socket.S: Move to...
2668 * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: ...here.
2669 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Move to...
2670 * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: ...here.
2671 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Move to...
2672 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: ...here.
2673 * sysdeps/unix/sysv/linux/s390/syscall.S: Move to...
2674 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: ...here.
2675 * sysdeps/unix/sysv/linux/s390/syscalls.list: Move to...
2676 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: ...here.
2677 * sysdeps/unix/sysv/linux/s390/sysdep.S: Move to...
2678 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: ...here.
2679 * sysdeps/unix/sysv/linux/s390/sysdep.h: Move to...
2680 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: ...here.
2681 * sysdeps/unix/sysv/linux/s390/versionsort64.c: Move to...
2682 * sysdeps/unix/sysv/linux/s390/s390-32/versionsort64.c: ...here.
2683 * sysdeps/unix/sysv/linux/s390/xstat.c: Move to...
2684 * sysdeps/unix/sysv/linux/s390/s390-32/xstat.c: ...here.
2686 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2688 * sysdeps/unix/sysv/linux/s390/s390-64/Dist: New file.
2689 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: New file.
2690 * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: New file.
2691 * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: New file.
2692 * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: New file.
2693 * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: New file.
2694 * sysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: New file.
2695 * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: New file.
2696 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: New file.
2697 * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: New file.
2698 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: New file.
2699 * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: New file.
2700 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: New file.
2701 * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: New file.
2702 * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: New file.
2703 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: New file.
2704 * sysdeps/unix/sysv/linux/s390/s390-64/fstatfs64.c: New file.
2705 * sysdeps/unix/sysv/linux/s390/s390-64/ftruncate64.c: New file.
2706 * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: New file.
2707 * sysdeps/unix/sysv/linux/s390/s390-64/fxstat64.c: New file.
2708 * sysdeps/unix/sysv/linux/s390/s390-64/getdents.c: New file.
2709 * sysdeps/unix/sysv/linux/s390/s390-64/getdents64.c: New file.
2710 * sysdeps/unix/sysv/linux/s390/s390-64/getrlimit64.c: New file.
2711 * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: New file.
2712 * sysdeps/unix/sysv/linux/s390/s390-64/glob64.c: New file.
2713 * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: New file.
2714 * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: New file.
2715 * sysdeps/unix/sysv/linux/s390/s390-64/lxstat64.c: New file.
2716 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: New file.
2717 * sysdeps/unix/sysv/linux/s390/s390-64/mmap64.c: New file.
2718 * sysdeps/unix/sysv/linux/s390/s390-64/pread64.c: New file.
2719 * sysdeps/unix/sysv/linux/s390/s390-64/pwrite64.c: New file.
2720 * sysdeps/unix/sysv/linux/s390/s390-64/readdir.c: New file.
2721 * sysdeps/unix/sysv/linux/s390/s390-64/readdir64.c: New file.
2722 * sysdeps/unix/sysv/linux/s390/s390-64/readdir64_r.c: New file.
2723 * sysdeps/unix/sysv/linux/s390/s390-64/readdir_r.c : New file.
2724 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: New file.
2725 * sysdeps/unix/sysv/linux/s390/s390-64/setrlimit64.c: New file.
2726 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: New file.
2727 * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: New file.
2728 * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c: New file.
2729 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: New file.
2730 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: New file.
2731 * sysdeps/unix/sysv/linux/s390/s390-64/statfs64.c: New file.
2732 * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: New file.
2733 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: New file.
2734 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: New file.
2735 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: New file.
2736 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: New file.
2737 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: New file.
2738 * sysdeps/unix/sysv/linux/s390/s390-64/truncate64.c: New file.
2739 * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c: New file.
2740 * sysdeps/unix/sysv/linux/s390/s390-64/xstat64.c: New file.
2742 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2744 * sysdeps/s390/Dist: Move to...
2745 * sysdeps/s390/390-32/Dist: ...here.
2746 * sysdeps/s390/Implies: Move to...
2747 * sysdeps/s390/s390-32/Implies: ...here.
2748 * sysdeps/s390/Makefile: Move to...
2749 * sysdeps/s390/s390-32/Makefile: ...here.
2750 * sysdeps/s390/Versions: Move to...
2751 * sysdeps/s390-32/s390/Versions: ...here.
2752 * sysdeps/s390/add_n.S: Move to...
2753 * sysdeps/s390/s390-32/add_n.S: ...here.
2754 * sysdeps/s390/addmul_1.S: Move to...
2755 * sysdeps/s390/s390-32/addmul_1.S: ...here.
2756 * sysdeps/s390/atomicity.h: Move to...
2757 * sysdeps/s390/s390-32/atomicity.h: ...here.
2758 * sysdeps/s390/backtrace.c: Move to...
2759 * sysdeps/s390/s390-32/backtrace.c: ...here.
2760 * sysdeps/s390/bcopy.S: Move to...
2761 * sysdeps/s390/s390-32/bcopy.S: ...here.
2762 * sysdeps/s390/bits/byteswap.h: Move to...
2763 * sysdeps/s390/s390-32/bits/byteswap.h: ...here.
2764 * sysdeps/s390/bits/huge_val.h: Move to...
2765 * sysdeps/s390/s390-32/bits/huge_val.h: ...here.
2766 * sysdeps/s390/bsd-_setjmp.S: Move to...
2767 * sysdeps/s390/s390-32/bsd-_setjmp.S: ...here.
2768 * sysdeps/s390/bsd-setjmp.S: Move to...
2769 * sysdeps/s390/s390-32/bsd-setjmp.S: ...here.
2770 * sysdeps/s390/bzero.S: Move to...
2771 * sysdeps/s390/s390-32/bzero.S: ...here.
2772 * sysdeps/s390/elf/bsd-_setjmp.S: Move to...
2773 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: ...here.
2774 * sysdeps/s390/elf/bsd-setjmp.S: Move to...
2775 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: ...here.
2776 * sysdeps/s390/elf/start.S: Move to...
2777 * sysdeps/s390/s390-32/elf/start.S: ...here.
2778 * sysdeps/s390/ffs.c: Move to...
2779 * sysdeps/s390/s390-32/ffs.c: ...here.
2780 * sysdeps/s390/memchr.S: Move to...
2781 * sysdeps/s390/s390-32/memchr.S: ...here.
2782 * sysdeps/s390/memcpy.S: Move to...
2783 * sysdeps/s390/s390-32/memcpy.S: ...here.
2784 * sysdeps/s390/memset.S: Move to...
2785 * sysdeps/s390/s390-32/memset.S: ...here.
2786 * sysdeps/s390/mul_1.S: Move to...
2787 * sysdeps/s390/s390-32/mul_1.S: ...here.
2788 * sysdeps/s390/s390-mcount.S: Move to...
2789 * sysdeps/s390/s390-32/s390-mcount.S: ...here.
2790 * sysdeps/s390/strcpy.S: Move to...
2791 * sysdeps/s390/s390-32/strcpy.S: ...here.
2792 * sysdeps/s390/strncpy.S: Move to...
2793 * sysdeps/s390/s390-32/strncpy.S: ...here.
2794 * sysdeps/s390/sub_n.S: Move to...
2795 * sysdeps/s390/s390-32/sub_n.S: ...here.
2797 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2799 * sysdeps/s390/s390-64/Dist: New file.
2800 * sysdeps/s390/s390-64/Implies: New file.
2801 * sysdeps/s390/s390-64/Makefile: New file.
2802 * sysdeps/s390/s390-64/__longjmp.c: New file.
2803 * sysdeps/s390/s390-64/add_n.S: New file.
2804 * sysdeps/s390/s390-64/atomicity.h: New file.
2805 * sysdeps/s390/s390-64/backtrace.c: New file.
2806 * sysdeps/s390/s390-64/bcopy.S: New file.
2807 * sysdeps/s390/s390-64/bits/byteswap.h: New file.
2808 * sysdeps/s390/s390-64/bits/huge_val.h: New file.
2809 * sysdeps/s390/s390-64/bits/setjmp.h: New file.
2810 * sysdeps/s390/s390-64/bits/string.h: New file.
2811 * sysdeps/s390/s390-64/bsd-_setjmp.S: New file.
2812 * sysdeps/s390/s390-64/bsd-setjmp.S: New file.
2813 * sysdeps/s390/s390-64/bzero.S: New file.
2814 * sysdeps/s390/s390-64/dl-machine.h: New file.
2815 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: New file.
2816 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: New file.
2817 * sysdeps/s390/s390-64/elf/setjmp.S: New file.
2818 * sysdeps/s390/s390-64/elf/start.S: New file.
2819 * sysdeps/s390/s390-64/ffs.c: New file.
2820 * sysdeps/s390/s390-64/initfini.c: New file.
2821 * sysdeps/s390/s390-64/memchr.S: New file.
2822 * sysdeps/s390/s390-64/memcpy.S: New file.
2823 * sysdeps/s390/s390-64/memset.S: New file.
2824 * sysdeps/s390/s390-64/s390x-mcount.S: New file.
2825 * sysdeps/s390/s390-64/setjmp.S: New file.
2826 * sysdeps/s390/s390-64/strcpy.S: New file.
2827 * sysdeps/s390/s390-64/strncpy.S: New file.
2828 * sysdeps/s390/s390-64/sub_n.S: New file.
2829 * sysdeps/s390/s390-64/sysdep.h: New file.
2831 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2833 * scripts/config.guess: Add support for Linux on 64 bit S/390.
2834 * scripts/config.sub: Likewise.
2836 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2838 * configure.in: Add support for 64 bit S/390.
2840 * elf/elf.h: Add new relocations for 64 bit S/390.
2842 * shlib-versions: Add rules for Linux on 64 bit S/390.
2844 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2846 * sysdeps/s390/__longjmp.c: Move to...
2847 * sysdeps/s390/s390-32/__longjmp.c: ...here. Add code
2848 to load the floating point registers that should be saved
2849 according to the ABI.
2851 * sysdeps/s390/bits/setjmp.h: Move to...
2852 * sysdeps/s390/s390-32/bits/setjmp.h: ...here. Avoid
2853 the use of long long in the __jmp_buf type definition.
2855 * sysdeps/s390/bits/string.h: Move to...
2856 * sysdeps/s390/s390-32/bits/string.h: ...here. Add several missing
2857 #ifndef _FORCE_INLINES.
2859 * sysdeps/s390/dl-machine.h: Move to...
2860 * sysdeps/s390/s390-32/dl-machine.h: ...here. Add a check for the
2861 executables EI_CLASS in elf_machine_matches_host.
2863 * sysdeps/s390/elf/setjmp.S: Move to...
2864 * sysdeps/s390/s390-32/elf/setjmp.S: ...here. Replace
2865 branches to globally defined symbol __sigsetjmp by branches to
2866 a local label (this avoids the generation of a R_390_PC16DBL
2867 relocation in -fpic code).
2869 * sysdeps/s390/gmp-mparam.h: Use defines from <bits/wordsize.h> to
2870 calculate BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB and BITS_PER_LONGINT.
2872 * sysdeps/s390/initfini.c: Move to...
2873 * sysdeps/s390/s390-32/initfini.c: ...here. Replace ALIGN with
2876 * sysdeps/s390/setjmp.S: Move to...
2877 * sysdeps/s390/s390-32/setjmp.S: ...here. Add code to store the
2878 floating point registers that should be saved according to the ABI.
2880 * sysdeps/s390/sys/ucontext.h: Remove since it is unused.
2882 * sysdeps/unix/sysv/linux/s390/sysdep.h: Move to...
2883 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: ...here. Include
2884 sysdeps/s390/s390-32/sysdep.h instead of sysdeps/s390/sysdep.h.
2886 2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
2888 * configure.in: Change machine=s390 to machine=s390/s390-32.
2890 * elf/elf.h: Correct comment for R_390_PLT16DBL.
2892 2001-03-12 Jakub Jelinek <jakub@redhat.com>
2894 * csu/Makefile (abi-tag.h): Define OS and version separately, allow
2895 version to be overriden from config.h.
2896 * csu/abi-note.S: Use OS and version separately, include config.h.
2897 * elf/dl-load.c (_dl_osversion): New.
2898 (_dl_map_object_from_fd): Kill some warnings.
2899 (open_verify): Check .note.ABI-tag of the library if present.
2900 * elf/Makefile (CPPFLAGS-dl-load.c): Add -I$(csu-objpfx).
2901 * elf/cache.c (struct cache_entry): Add osversion.
2902 (print_entry): Print osversion.
2903 (print_cache): Pass osversion to it.
2904 (compare): Sort according to osversion.
2905 (save_cache): Set osversion.
2906 (add_to_cache): Add osversion argument.
2907 * sysdeps/generic/ldconfig.h (add_to_cache, process_file,
2908 process_elf_file): Add osversion argument.
2909 * elf/readlib.c (process_file): Likewise.
2910 * sysdeps/generic/readelflib.c (process_elf_file): Likewise.
2911 * sysdeps/unix/sysv/linux/ia64/readelflib.c (process_elf_file,
2912 process_elf32_file, process_elf64_file): Likewise.
2913 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file,
2914 process_elf32_file, process_elf64_file): Likewise.
2915 * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file,
2916 process_elf32_file, process_elf64_file): Likewise.
2917 * elf/ldconfig.c (manual_link): Pass it.
2918 (search_dir): Issue diagnostic if two libs with the same soname in
2919 the same directory have different .note.ABI-tag. Record osversion in
2920 dlib_entry and use it from there.
2921 (struct lib_entry): Remove.
2922 (struct dlib_entry): Add osversion.
2923 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Check
2925 * sysdeps/generic/dl-cache.h (struct file_entry_new): Replace __unused
2926 field with osversion.
2927 * sysdeps/generic/ldsodefs.h (_dl_osversion): Declare.
2928 * sysdeps/unix/sysv/linux/init-first.c: Include ldsodefs.h.
2929 * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Save kernel
2930 version in _dl_osversion.
2931 * sysdeps/unix/sysv/linux/configure.in: Define __ABI_TAG_VERSION.
2932 * Makerules (build-shlib-helper, build-module-helper): New.
2933 (build-shlib, build-module-helper): Make sure .note.ABI-tag comes
2935 * config.h.in (__ABI_TAG_VERSION): Add.
2936 * elf/dl-minimal.c (__strtoul_internal): Set endptr on return.
2937 * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS):
2938 Handle LD_ASSUME_KERNEL.
2939 * sysdeps/unix/sysv/linux/dl-librecon.h: New.
2941 2001-03-15 Ulrich Drepper <drepper@redhat.com>
2943 * timezone/antarctica: Update from tzdata2001a.
2944 * timezone/asia: Likewise.
2945 * timezone/australasia: Likewise.
2946 * timezone/backward: Likewise.
2947 * timezone/etcetera: Likewise.
2948 * timezone/europe: Likewise.
2949 * timezone/leapseconds: Likewise.
2950 * timezone/northamerica: Likewise.
2951 * timezone/southamerica: Likewise.
2952 * timezone/systemv: Likewise.
2953 * timezone/yearistype: Likewise.
2954 * timezone/zone.tab: Likewise.
2955 * timezone/tzdump.c: Update from tzcode2001a.
2957 2001-03-15 H.J. Lu <hjl@gnu.org>
2959 * intl/Makefile: Fix a typo.
2961 2001-03-14 David Mosberger <davidm@hpl.hp.com>
2963 * gmon/gmon.c (write_call_graph): Avoid unaligned accesses when
2964 writing arc structures.
2966 2001-03-15 H.J. Lu <hjl@gnu.org>
2968 * elf/Makefile ($(objpfx)tst-pathopt.out): Protected against
2971 2001-03-13 Andreas Schwab <schwab@suse.de>
2973 * posix/PTESTS2C.sed: Replace literal CRs by `\r'.
2975 2001-03-15 Ulrich Drepper <drepper@redhat.com>
2977 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Fix test
2978 for control message fitting into message data.
2979 Patch by James Antill <james@and.org>.
2981 * posix/tst-fnmatch.input: Add test case for FNM_PERIOD handling with
2984 * posix/fnmatch_loop.c: Optimize handling of ?() and @().
2985 * posix/fnmatch.c: Define STRLEN and STRCAT appropriately.
2987 * posix/Versions [libc] (GLIBC_2.2.3): Add fnmatch.
2988 * posix/fnmatch.c: Define with new default version GLIBC_2.2.3 to
2989 avoid running binaries with libc versions without FNM_EXTMATCH support.
2991 * include/wchar.h: Add prototype for __wcscat.
2992 * wcsmbs/wcscat.c: Define __wcscat and make wcscat weak alias.
2994 * posix/fnmatch.h (FNM_EXTMATCH): Define.
2995 * posix/fnmatch.c (NO_LEADING_PERIOD): Define.
2996 (posixly_correct): Move global variable here.
2997 (INT, EXT, END): Name new functions defined in fnmatch_loop.c.
2998 (fnmatch): Pretty printing.
2999 * posix/fnmatch_loop.c: Add code to handle FNM_EXTMATCH.
3000 * posix/tst-fnmatch.c: Recognize EXTMATCH flag.
3001 * posix/tst-fnmatch.input: Add tests for extended matching.
3003 * posix/testfnm.c: Add test for patterns with multiple ** before /.
3004 * posix/fnmatch_loop.c: Fix problem with the test above.
3006 2001-03-14 Ulrich Drepper <drepper@redhat.com>
3008 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove
3011 * resolv/res_data.c (fp_nquery): Call __res_ninit not __res_init.
3013 2001-03-12 Andreas Jaeger <aj@suse.de>
3015 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
3016 Use EM_X86_64 instead of EM_X8664.
3018 2001-03-12 Ulrich Drepper <drepper@redhat.com>
3020 * sysdeps/ieee754/dbl-64/upow.h: Define nZERO and nINF.
3022 * sysdeps/ieee754/dbl-64/e_remainder.c: Fix handling of boundary
3025 * sysdeps/ieee754/dbl-64/e_pow.c: Fix handling of boundary
3028 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Handle Inf and NaN
3032 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Handle NaN
3034 (__ieee754_acos): Likewise.
3036 2001-03-12 Andreas Jaeger <aj@suse.de>
3038 * sysdeps/unix/sysv/linux/s390/sysdep.h (_LINUX_S390_SYSDEP_H):
3039 Fix typo. Patch by Martin Schwidefsky <schwidefsky@de.ibm.com>.
3041 * sysdeps/s390/bits/string.h: Protect __STRING_INLINE against
3044 2001-03-11 Roland McGrath <roland@frob.com>
3046 * sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix.
3048 2001-03-11 Ulrich Drepper <drepper@redhat.com>
3050 * sysdeps/ieee754/dbl-64/endian.h: Define also one of BIG_ENDI and
3053 * sysdeps/ieee754/dbl-64/MathLib.h (Init_Lib): Use void as
3056 Last-bit accurate math library implementation by IBM Haifa.
3057 Contributed by Abraham Ziv <ziv@il.ibm.com>, Moshe Olshansky
3058 <olshansk@il.ibm.com>, Ealan Henis <ealan@il.ibm.com>, and
3059 Anna Reitman <reitman@il.ibm.com>.
3060 * math/Makefile (dbl-only-routines): New variable.
3061 (libm-routines): Add $(dbl-only-routines).
3062 * sysdeps/ieee754/dbl-64/e_acos.c: Empty, definition is in e_asin.c.
3063 * sysdeps/ieee754/dbl-64/e_asin.c: Replaced with accurate asin
3065 * sysdeps/ieee754/dbl-64/e_atan2.c: Replaced with accurate atan2
3067 * sysdeps/ieee754/dbl-64/e_exp.c: Replaced with accurate exp
3069 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Don't use __kernel_sin and
3071 * sysdeps/ieee754/dbl-64/e_log.c: Replaced with accurate log
3073 * sysdeps/ieee754/dbl-64/e_remainder.c: Replaced with accurate
3074 remainder implementation.
3075 * sysdeps/ieee754/dbl-64/e_pow.c: Replaced with accurate pow
3077 * sysdeps/ieee754/dbl-64/e_sqrt.c: Replaced with accurate sqrt
3079 * sysdeps/ieee754/dbl-64/k_cos.c: Empty, definition is in s_sin.c.
3080 * sysdeps/ieee754/dbl-64/k_sin.c: Empty, definition is in s_sin.c.
3081 * sysdeps/ieee754/dbl-64/s_atan.c: Replaced with accurate atan
3083 * sysdeps/ieee754/dbl-64/s_cos.c: Empty, definition is in s_sin.c.
3084 * sysdeps/ieee754/dbl-64/s_sin.c: Replaced with accurate sin/cos
3086 * sysdeps/ieee754/dbl-64/s_sincos.c: Rewritten to not use __kernel_sin
3088 * sysdeps/ieee754/dbl-64/s_tan.c: Replaced with accurate tan
3090 * sysdeps/ieee754/dbl-64/Dist: Add new non-code files.
3091 * sysdeps/ieee754/dbl-64/MathLib.h: New file.
3092 * sysdeps/ieee754/dbl-64/asincos.tbl: New file.
3093 * sysdeps/ieee754/dbl-64/atnat.h: New file.
3094 * sysdeps/ieee754/dbl-64/atnat2.h: New file.
3095 * sysdeps/ieee754/dbl-64/branred.c: New file.
3096 * sysdeps/ieee754/dbl-64/branred.h: New file.
3097 * sysdeps/ieee754/dbl-64/dla.h: New file.
3098 * sysdeps/ieee754/dbl-64/doasin.c: New file.
3099 * sysdeps/ieee754/dbl-64/doasin.h: New file.
3100 * sysdeps/ieee754/dbl-64/dosincos.c: New file.
3101 * sysdeps/ieee754/dbl-64/dosincos.h: New file.
3102 * sysdeps/ieee754/dbl-64/endian.h: New file.
3103 * sysdeps/ieee754/dbl-64/halfulp.c: New file.
3104 * sysdeps/ieee754/dbl-64/mpa.c: New file.
3105 * sysdeps/ieee754/dbl-64/mpa.h: New file.
3106 * sysdeps/ieee754/dbl-64/mpa2.h: New file.
3107 * sysdeps/ieee754/dbl-64/mpatan.c: New file.
3108 * sysdeps/ieee754/dbl-64/mpatan.h: New file.
3109 * sysdeps/ieee754/dbl-64/mpatan2.c: New file.
3110 * sysdeps/ieee754/dbl-64/mpexp.c: New file.
3111 * sysdeps/ieee754/dbl-64/mpexp.h: New file.
3112 * sysdeps/ieee754/dbl-64/mplog.c: New file.
3113 * sysdeps/ieee754/dbl-64/mplog.h: New file.
3114 * sysdeps/ieee754/dbl-64/mpsqrt.c: New file.
3115 * sysdeps/ieee754/dbl-64/mpsqrt.h: New file.
3116 * sysdeps/ieee754/dbl-64/mptan.c: New file.
3117 * sysdeps/ieee754/dbl-64/mydefs.h: New file.
3118 * sysdeps/ieee754/dbl-64/powtwo.tbl: New file.
3119 * sysdeps/ieee754/dbl-64/root.tbl: New file.
3120 * sysdeps/ieee754/dbl-64/sincos.tbl: New file.
3121 * sysdeps/ieee754/dbl-64/sincos32.c: New file.
3122 * sysdeps/ieee754/dbl-64/sincos32.h: New file.
3123 * sysdeps/ieee754/dbl-64/slowexp.c: New file.
3124 * sysdeps/ieee754/dbl-64/slowpow.c: New file.
3125 * sysdeps/ieee754/dbl-64/uasncs.h: New file.
3126 * sysdeps/ieee754/dbl-64/uatan.tbl: New file.
3127 * sysdeps/ieee754/dbl-64/uexp.h: New file.
3128 * sysdeps/ieee754/dbl-64/uexp.tbl: New file.
3129 * sysdeps/ieee754/dbl-64/ulog.h: New file.
3130 * sysdeps/ieee754/dbl-64/ulog.tbl: New file.
3131 * sysdeps/ieee754/dbl-64/upow.h: New file.
3132 * sysdeps/ieee754/dbl-64/upow.tbl: New file.
3133 * sysdeps/ieee754/dbl-64/urem.h: New file.
3134 * sysdeps/ieee754/dbl-64/uroot.h: New file.
3135 * sysdeps/ieee754/dbl-64/usncs.h: New file.
3136 * sysdeps/ieee754/dbl-64/utan.h: New file.
3137 * sysdeps/ieee754/dbl-64/utan.tbl: New file.
3138 * sysdeps/i386/fpu/branred.c: New file.
3139 * sysdeps/i386/fpu/doasin.c: New file.
3140 * sysdeps/i386/fpu/dosincos.c: New file.
3141 * sysdeps/i386/fpu/halfulp.c: New file.
3142 * sysdeps/i386/fpu/mpa.c: New file.
3143 * sysdeps/i386/fpu/mpatan.c: New file.
3144 * sysdeps/i386/fpu/mpatan2.c: New file.
3145 * sysdeps/i386/fpu/mpexp.c: New file.
3146 * sysdeps/i386/fpu/mplog.c: New file.
3147 * sysdeps/i386/fpu/mpsqrt.c: New file.
3148 * sysdeps/i386/fpu/mptan.c: New file.
3149 * sysdeps/i386/fpu/sincos32.c: New file.
3150 * sysdeps/i386/fpu/slowexp.c: New file.
3151 * sysdeps/i386/fpu/slowpow.c: New file.
3152 * sysdeps/ia64/fpu/branred.c: New file.
3153 * sysdeps/ia64/fpu/doasin.c: New file.
3154 * sysdeps/ia64/fpu/dosincos.c: New file.
3155 * sysdeps/ia64/fpu/halfulp.c: New file.
3156 * sysdeps/ia64/fpu/mpa.c: New file.
3157 * sysdeps/ia64/fpu/mpatan.c: New file.
3158 * sysdeps/ia64/fpu/mpatan2.c: New file.
3159 * sysdeps/ia64/fpu/mpexp.c: New file.
3160 * sysdeps/ia64/fpu/mplog.c: New file.
3161 * sysdeps/ia64/fpu/mpsqrt.c: New file.
3162 * sysdeps/ia64/fpu/mptan.c: New file.
3163 * sysdeps/ia64/fpu/sincos32.c: New file.
3164 * sysdeps/ia64/fpu/slowexp.c: New file.
3165 * sysdeps/ia64/fpu/slowpow.c: New file.
3166 * sysdeps/m68k/fpu/branred.c: New file.
3167 * sysdeps/m68k/fpu/doasin.c: New file.
3168 * sysdeps/m68k/fpu/dosincos.c: New file.
3169 * sysdeps/m68k/fpu/halfulp.c: New file.
3170 * sysdeps/m68k/fpu/mpa.c: New file.
3171 * sysdeps/m68k/fpu/mpatan.c: New file.
3172 * sysdeps/m68k/fpu/mpatan2.c: New file.
3173 * sysdeps/m68k/fpu/mpexp.c: New file.
3174 * sysdeps/m68k/fpu/mplog.c: New file.
3175 * sysdeps/m68k/fpu/mpsqrt.c: New file.
3176 * sysdeps/m68k/fpu/mptan.c: New file.
3177 * sysdeps/m68k/fpu/sincos32.c: New file.
3178 * sysdeps/m68k/fpu/slowexp.c: New file.
3179 * sysdeps/m68k/fpu/slowpow.c: New file.
3181 * iconvdata/gconv-modules: Add a number of alias, mostly for IBM
3184 2001-03-11 Andreas Jaeger <aj@suse.de>
3186 * elf/elf.h (EM_*): Synch with official list.
3188 2001-03-07 David Mosberger <davidm@hpl.hp.com>
3190 * sysdeps/ia64/bits/fenv.h (FE_NONIEEE_ENV): New macro.
3192 2001-03-07 Jes Sorensen <jes@linuxcare.com>
3194 * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Remove unused
3195 variables addr & len.
3197 2001-02-22 Jes Sorensen <jes@linuxcare.com>
3199 * sysdeps/ia64/fpu/feenablxcpt.c (feenableexcept): Remove
3200 punctuation in asm constraint.
3202 2001-03-07 Mark Kettenis <kettenis@gnu.org>
3204 * resolv/netdb.h [__USE_GNU]: Define __need_timespec and include
3205 <time.h> to get definition of `struct timespec'.
3207 2001-03-08 Jakub Jelinek <jakub@redhat.com>
3209 * elf/rtld.c (dl_main): If tracing, warn about undefined symbols if
3210 LD_WARN=1, not if LD_WARN is unset.
3212 2001-03-07 Andreas Schwab <schwab@suse.de>
3214 * elf/ldconfig.h: Moved to ...
3215 * sysdeps/generic/ldconfig.h: ... here.
3216 * sysdeps/unix/sysv/linux/i386/ldconfig.h: New file.
3217 * sysdeps/unix/sysv/linux/m68k/ldconfig.h: New file.
3218 * sysdeps/unix/sysv/linux/ia64/ldconfig.h: New file.
3219 * elf/readlib.c (interpreters, known_libs): Use
3220 SYSDEP_KNOWN_INTERPRETER_NAMES and SYSDEP_KNOWN_LIBRARY_NAMES
3221 instead of hard coding old names.
3223 2001-03-09 Ulrich Drepper <drepper@redhat.com>
3225 * catgets/Makefile (generated): Add test-gencat.h.
3226 (sample.SJIS.cat): Also generate header.
3227 * catgets/sample.SJIS: Add new set and message, both with symbolic
3229 * catgets/test-gencat.sh: Also compare generated header with what
3232 2001-03-07 Jakub Jelinek <jakub@redhat.com>
3234 * catgets/gencat.c (read_input_file): Preserve properly symbolic
3237 2001-03-06 Andreas Jaeger <aj@suse.de>
3239 * sysdeps/s390/dl-machine.h (elf_machine_relplt): Removed, it's not
3241 (elf_machine_pltrel_p): Likewise.
3242 * sysdeps/powerpc/dl-machine.h: Likewise.
3243 * sysdeps/generic/dl-machine.h (elf_machine_pltrel_p): Likewise.
3245 2001-03-09 Ulrich Drepper <drepper@redhat.com>
3247 * sysdeps/unix/sysv/linux/arm/Dist: Add dl-procinfo.c and
3250 2001-03-05 Philip Blundell <philb@gnu.org>
3252 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: New file.
3253 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: New file.
3254 * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3255 (sysdep-dl-routines, sysdep_routines, sysdep-rtld-routines): Add
3258 2001-03-09 Ulrich Drepper <drepper@redhat.com>
3260 * dlfcn/tstatexit.c (main): Don't perform the test if __dso_handle
3262 * dlfcn/tstcxaatexit.c (main): Likewise.
3264 2001-03-10 Andreas Jaeger <aj@suse.de>
3266 * sysdeps/i386/fpu/libm-test-ulps: Revert last patch.
3268 2001-03-09 Andreas Jaeger <aj@suse.de>
3270 * sysdeps/s390/dl-machine.h (elf_machine_matches_host): Handle
3271 both new and old EM_S390 values.
3272 (EM_S390_OLD): New constant.
3274 * elf/elf.h (EM_S390): Use official value.
3276 2001-03-09 Ulrich Drepper <drepper@redhat.com>
3278 * conform/data/sys/socket.h-data: Allow SO* symbols.
3280 2001-03-07 Andreas Schwab <schwab@suse.de>
3282 * sysdeps/ia64/fpu/Makefile: Modify sysdep_routines instead of
3283 routines, and sysdep-CPPFLAGS instead of CPPFLAGS.
3285 2001-03-07 Andreas Jaeger <aj@suse.de>
3287 * resolv/Makefile (routines): Only build gai_sigqueue when threads
3290 2001-03-07 Jakub Jelinek <jakub@redhat.com>
3292 * elf/ldconfig.c (_dl_sysdep_message): Remove.
3293 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Include
3295 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
3297 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use
3298 _dl_error_printf instead of _dl_sysdep_error.
3299 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
3300 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_dl_procinfo):
3301 Use _dl_printf instead of _dl_sysdep_message.
3302 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_dl_procinfo):
3305 2001-03-06 Ben Collins <bcollins@debian.org>
3307 * manual/arith.texi (Integers): Fix documentation of fast and
3308 least integer typedefs.
3310 2001-03-06 Jakub Jelinek <jakub@redhat.com>
3312 * resolv/Depend: New file.
3313 * resolv/Makefile (extra-libs, tests): Build libanl and ga_test only
3314 when libpthread is built.
3316 2001-03-06 Andreas Jaeger <aj@suse.de>
3318 * sysdeps/i386/fpu/libm-test-ulps: Add some deltas.
3320 * sysdeps/sh/dl-machine.h (elf_machine_rela): Add missing comma.
3321 Patch by kaz Kojima <kkojima@rr.iij4u.or.jp>.
3323 2001-03-05 Ulrich Drepper <drepper@redhat.com>
3325 * stdlib/Versions: Remove __new_exitfn again. Not needed.
3327 2001-03-05 Andreas Jaeger <aj@suse.de>
3329 * stdlib/msort.c (qsort): Don't use alloca in a function call.
3331 2001-03-05 Ulrich Drepper <drepper@redhat.com>
3333 * sysdeps/unix/sysv/linux/bits/stat.h (__S_TYPEISMQ, __S_TYPEISSEM,
3334 __S_TYPEISSHM): Rewrite to enforce correct use the macros. They still
3336 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
3337 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
3338 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
3339 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Likewise.
3340 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
3341 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
3342 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
3344 2001-03-04 Andreas Jaeger <aj@suse.de>
3346 * stdlib/longlong.h: Don't use multi-line strings.
3347 * iconvdata/tst-loading.c: Likewise.
3349 * csu/Makefile ($(objpfx)version-info.h): Don't use multi-line
3352 2001-03-04 Ulrich Drepper <drepper@redhat.com>
3354 * sysdeps/ia64/fpu/libm-test-ulps: Adjust for addition of lgammal.
3356 * rt/lio_listio.c: Add a few asserts.
3358 * elf/global.c: New file.
3359 * elf/globalmod1.c: New file.
3360 * elf/Makefile: Add rules to build and run global.
3362 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_ASYNCNL.
3363 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3364 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
3365 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3366 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
3368 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: New file.
3369 Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
3371 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Fix handling of boundary cases.
3373 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Always initialize sign variable.
3374 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
3376 * sysdeps/i386/fpu/libm-test-ulps: Adjust after addition of lgammal.
3378 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Fix typo in last change.
3380 2001-03-04 Andreas Jaeger <aj@suse.de>
3382 * resolv/tst-aton.c: Add testcase for IP with four periods.
3384 * resolv/inet_addr.c: Don't recognize an IP with four periods.
3385 Patch by Andre' Breiler <A.Breiler@gmx.net>.
3387 2001-02-27 Philip Blundell <pb@futuretv.com>
3389 * elf/elf.h: Add new ARM definitions from latest (B-01)
3390 specification. Correct naming of EF_ARM_ALIGN8 et al.
3392 2001-03-04 Ulrich Drepper <drepper@redhat.com>
3394 * stdio-common/tst-printf.sh: Remove bashisms.
3395 Patch by Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>.
3397 2001-03-03 Ulrich Drepper <drepper@redhat.com>
3399 * Versions.def: Add libanl definition.
3400 * shlib-versions: Add entry for libanl.
3401 * resolv/Makefile (distribute): Add gai_misc.h and ga_test.c.
3402 (routines): Add gai_sigqueue.
3403 (extra-libs): Add libanl.
3404 (libanl-routines): New variable.
3405 Add rules to build libanl and ga_test.
3406 * resolv/Versions [libc] (GLIBC_2.2.3): Add __gai_sigqueue.
3407 [libanl]: New library.
3408 * resolv/netdb.h: Add definitions for libanl.
3409 * resolv/getaddrinfo_a.c: New file.
3410 * resolv/gai_cancel.c: New file.
3411 * resolv/gai_error.c: New file.
3412 * resolv/gai_misc.c: New file.
3413 * resolv/gai_misc.h: New file.
3414 * resolv/gai_notify.c: New file.
3415 * resolv/gai_suspend.c: New file.
3416 * resolv/ga_test.c: New file.
3417 * sysdeps/generic/gai_sigqueue.c: New file.
3418 * sysdeps/unix/sysv/linux/gai_sigqueue.c: New file.
3419 * sysdeps/generic/bits/siginfo.h: Allow __need_sigevent_t being defined
3420 and provide only that definition.
3421 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
3422 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
3423 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
3424 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
3425 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3426 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
3428 * rt/aio_misc.c: Fix typos in comments.
3429 * rt/lio_listio.c: Pretty printing. Little optimization in request
3432 * elf/rtld.c: Remove commented out code.
3434 * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC):
3435 Update for real 2.4 kernels.
3437 2001-03-01 Ulrich Drepper <drepper@redhat.com>
3439 * elf/dl-load.c: Pretty printing.
3441 * elf/dl-object.c (_dl_new_object): Don't add the loader's scope
3444 2001-02-28 Ulrich Drepper <drepper@redhat.com>
3446 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
3447 relocations which are not in ld.so if RTLD_BOOTSTRAP is defined.
3449 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
3451 * elf/dl-misc.c (_dl_debug_vdprintf): Fix typo visible on 64-bit
3454 * sysdeps/unix/sysv/linux/powerpc/sysdep.h (C_TEXT): Define.
3456 2001-02-27 Ulrich Drepper <drepper@redhat.com>
3458 * sysdeps/powerpc/elf/libc-start.c: Use new output functions and
3461 * elf/Versions [ld]: Don't export _dl_debug_message anymore. Export
3463 * elf/dl-misc.c: Remove definition of _dl_sysdep_output and
3464 _dl_debug_message. Define _dl_debug_vdprintf, _dl_debug_printf,
3465 _dl_debug_printf_c, and _dl_printf.
3466 * sysdeps/generic/ldsodefs.h: Don't declare _dl_sysdep_output,
3467 _dl_debug_message, _dl_sysdep_message, _dl_sysdep_error, and
3468 _dl_sysdep_fatal. Declare _dl_debug_printf, _dl_debug_printf_c,
3469 _dl_printf, _dl_error_printf, and _dl_fatal_printf.
3470 * elf/dl-close.c: Replace use of old output functions with the new
3472 * elf/dl-deps.c: Likewise.
3473 * elf/dl-error.c: Likewise.
3474 * elf/dl-fini.c: Likewise.
3475 * elf/dl-init.c: Likewise.
3476 * elf/dl-load.c: Likewise.
3477 * elf/dl-lookup.c: Likewise.
3478 * elf/dl-minimal.c: Likewise.
3479 * elf/dl-open.c: Likewise.
3480 * elf/dl-profile.c: Likewise.
3481 * elf/dl-reloc.c: Likewise.
3482 * elf/dl-version.c: Likewise.
3483 * elf/do-lookup.h: Likewise.
3484 * elf/rtld.c: Likewise.
3485 * sysdeps/generic/dl-cache.c: Likewise.
3486 * sysdeps/generic/dl-sysdep.c: Likewise.
3487 * sysdeps/generic/libc-start.c: Likewise.
3488 * sysdeps/i386/dl-machine.h: Likewise.
3489 * sysdeps/arm/dl-machine.h: Likewise.
3490 * sysdeps/hppa/dl-machine.h: Likewise.
3491 * sysdeps/m68k/dl-machine.h: Likewise.
3492 * sysdeps/powerpc/dl-machine.h: Likewise.
3493 * sysdeps/s390/dl-machine.h: Likewise.
3494 * sysdeps/sh/dl-machine.h: Likewise.
3495 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3496 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
3497 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
3499 * sysdeps/generic/ldsodefs.h: Remove _dl_secure declaration.
3501 * dlfcn/Makefile: Don't run tstatexit test unless .hidden is
3502 supported by assembler.
3504 * sysdeps/generic/ldsodefs.h: Remove commented-out variable
3507 * elf/rtld.c: Little optimizations in handling _dl_lazy.
3509 * elf/cache.c (save_cache): Portability changes.
3510 * elf/dl-profile.c (_dl_start_profile): Likewise.
3512 * elf/sln.c: Cleanups. Remove arbitrary limits.
3514 * elf/dl-close.c: Replace _dl_debug_* variables with _dl_debug_mask.
3515 * elf/dl-deps.c: Likewise.
3516 * elf/dl-fini.c: Likewise.
3517 * elf/dl-init.c: Likewise.
3518 * elf/dl-load.c: Likewise.
3519 * elf/dl-lookup.c: Likewise.
3520 * elf/dl-open.c: Likewise.
3521 * elf/dl-reloc.c: Likewise.
3522 * elf/dl-support.c: Likewise.
3523 * elf/dl-version.c: Likewise.
3524 * elf/do-lookup.h: Likewise.
3525 * elf/rtld.c: Likewise.
3526 * sysdeps/generic/dl-cache.c: Likewise.
3527 * sysdeps/generic/ldsodefs.h: Likewise.
3528 * sysdeps/generic/libc-start.c: Likewise.
3529 * elf/Versions: Don't export _dl_debug_impcalls and _dl_debug_files.
3530 Export _dl_debug_mask.
3531 * Versions.def: Define GLIBC_2.2.3 for ld.
3533 2001-02-26 Greg McGary <greg@mcgary.org>
3535 * sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.
3537 2001-02-26 Paul Eggert <eggert@twinsun.com>
3539 Modify mkstemp.c and tempname.c so that they can be used by
3540 GNU applications on non-glibc platforms.
3542 * misc/mkstemp.c (__GT_FILE): Define to zero if not defined.
3544 * sysdeps/posix/tempname.c: Include <config.h> if HAVE_CONFIG_H.
3545 Include <stddef.h>, <stdint.h>, <string.h> only if
3546 STDC_HEADERS || _LIBC.
3547 Include <fcntl.h> only if HAVE_FCNTL_H || _LIBC.
3548 Include <unistd.h> only if HAVE_UNISTD_H || _LIBC.
3549 Include <sys/time.h> only if HAVE_SYS_TIME_H || _LIBC.
3550 (__set_errno): Define this macro if <errno.h> doesn't.
3551 (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
3552 Define these macros if <stdio.h> doesn't.
3553 (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
3554 Define these macros if <sys/stat.h> doesn't.
3555 Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
3556 (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64,
3557 lxstat64, __xstat64): Define if not _LIBC.
3558 (struct_stat64): New macro.
3559 (direxists, __gen_tempname): Use it, to avoid a
3560 portability problem with Solaris 8.
3561 (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
3562 (__gen_tempname): Invoke gettimeofday only if
3563 HAVE_GETTIMEOFDAY || _LIBC; otherwise, fall back on plain "time".
3564 Use portable macros like S_IRUSR | S_IWUSR rather than nonportable
3565 octal values like 0600.
3567 2001-02-26 Ulrich Drepper <drepper@redhat.com>
3569 * sysdeps/ieee754/ldbl-96/e_jnl.c: New file.
3570 Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
3572 * sysdeps/i386/fpu/libm-test-ulps: Update for jnl and ynl introduction.
3573 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
3575 * posix/wordexp-test.c (testit): Remove warnings.
3577 * dlfcn/Makefile (distribute): Add modatexit.c and modcxaatexit.c.
3578 (tests): Add tstatexit and tstcxaatexit.
3579 (module-names): Add modatexit and modcxaatexit.
3580 Add rules to build and run tstatexit and tstcxaatexit.
3581 * dlfcn/modatexit.c: New file.
3582 * dlfcn/modcxaatexit.c: New file.
3583 * dlfcn/tstatexit.c: New file.
3584 * dlfcn/tstcxaatexit.c: New file.
3586 * io/Makefile: Pass -DHAVE_DOT_HIDDEN to stat and mknod functions if
3587 .hidden is available.
3588 * io/stat.c: If .hidden is available use it to avoid exporting
3590 * io/fstat.c: Likewise.
3591 * io/lstat.c: Likewise.
3592 * io/stat64.c: Likewise.
3593 * io/fstat64.c: Likewise.
3594 * io/lstat64.c: Likewise.
3595 * sysdeps/generic/mknod.c: Likewise.
3597 * malloc/mtrace.c: Use __cxa_atexit and not atexit.
3598 * sysdeps/generic/bb_init_func.c: Likewise.
3599 * sysdeps/generic/libc-start.c: Likewise.
3601 * stdlib/atexit.c (__new_exitfn): Move to cxa_atexit.c.
3602 (atexit): Implement using __cxa_atexit.
3603 Use .hidden if availble to avoid exporting atexit.
3604 * stdlib/cxa_atexit.c (__new_exitfn): Moved to here from atexit.c.
3605 * stdlib/Versions: Export __new_exitfn for GLIBC_2.2.3.
3606 * stdlib/Makefile (routines): Add old_atexit.
3607 (static-only-routines): Add atexit.
3608 Pass -DHAVE_DOT_HIDDEN for atexit.c if .hidden is available.
3609 * stdlib/old_atexit.c: New file.
3611 * intl/Makefile: Remove bogus endif.
3613 2001-02-26 Andreas Jaeger <aj@suse.de>
3615 * iconvdata/Makefile (tests): Fix typo in last patch.
3617 * intl/Makefile (tests): Run mtrace-tst-gettext only when perl is
3619 Reported by Achim Gottinger <achim@gentoo.org>.
3621 2001-02-25 Andreas Jaeger <aj@suse.de>
3623 * intl/Makefile (plural.c): Reorder rules so that they work if
3624 BISON doesn't exist.
3626 2001-02-25 Ulrich Drepper <drepper@redhat.com>
3628 * intl/locale.alias: Don't use nb_NO but define aliases for it.
3630 2001-02-23 Ulrich Drepper <drepper@redhat.com>
3632 * sysdeps/i386/strtok.S: Continue to return NULL after the first
3635 2001-02-23 Andreas Jaeger <aj@suse.de>
3637 * string/tester.c (test_strtok_r): Add testcase.
3638 (test_strtok_r): Always initialize cp for proper checking.
3640 * sysdeps/generic/strtok.c (strtok): Handle case of first strtok
3641 returning NULL correctly.
3642 Patch by Fumitoshi UKAI <ukai@debian.or.jp>.
3643 * sysdeps/generic/strtok_r.c (__strtok_r): Likewise.
3645 2001-02-23 Ulrich Drepper <drepper@redhat.com>
3647 * sysdeps/unix/sysv/aix/bits/types.h: Define __need_NULL before
3648 including <stddef.h>.
3649 * sysdeps/unix/sysv/aix/write.c: Define alias __libc_write.
3650 * include/libc-symbols.h (weak_alias): Don't use .weak if
3651 HAVE_ASM_GLOBAL_DOT_NAME is defined.
3652 Patches by Michael Keezer <mkeezer@redhat.com>.
3654 * sysdeps/generic/ftime.c: Don't include <sys/time.h> at all.
3655 Patch by Michael Keezer <mkeezer@redhat.com>.
3657 * sysdeps/unix/sysv/aix/Dist: Remove restf.S and savef.S.
3658 * sysdeps/unix/sysv/aix/Makefile [$(subdir) == misc]
3659 (sysdep_routines): Remove restf.S and savef.S.
3660 * sysdeps/unix/sysv/aix/restf.S. Removed.
3661 * sysdeps/unix/sysv/aix/savef.S. Removed.
3662 * sysdeps/powerpc/fprrest.S: Use C_TEXT to define label. Also define
3663 alternative names used on some platforms.
3664 * sysdeps/powerpc/fprsave.S: Likewise.
3665 * sysdeps/powerpc/gprrest0.S: Likewise.
3666 * sysdeps/powerpc/gprrest1.S: Likewise.
3667 * sysdeps/powerpc/gprsave0.S: Likewise.
3668 * sysdeps/powerpc/gprsave1.S: Likewise.
3669 Patch by Michael Keezer <mkeezer@redhat.com>.
3671 2001-02-22 Ulrich Drepper <drepper@redhat.com>
3673 * sysdeps/i386/elf/start.S (_fp_hw): Actually define label.
3675 2001-02-22 Andreas Jaeger <aj@suse.de>
3677 * string/tst-strtok.c (main): Fix error messages.
3679 2001-02-22 Andreas Jaeger <aj@suse.de>
3681 * math/Makefile: Remove omit-long-double-fcts.
3683 2001-02-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3685 * sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to
3686 avoid problems on MIPS I.
3687 * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
3689 * sysdeps/mips/dl-machine.h (RTLD_START): Remove duplicate ".set
3692 2001-02-21 Ulrich Drepper <drepper@redhat.com>
3694 * posix/fnmatch_loop.c: Handle ranges outside glibc correctly.
3696 * sysdeps/generic/ftime.c: Include <time.h>.
3698 * configure.in: Don't check for libgd if user passed --without-gd.
3699 Patch by Achim Gottinger <achim@gentoo.org>.
3701 * sysdeps/i386/i686/strtok.S: Continue to return NULL after the
3702 first time this happened.
3703 * string/Makefile (tests): Add tst-strtok.
3705 2001-02-21 Andreas Jaeger <aj@suse.de>
3707 * string/tst-strtok.c: New testcase, reported by
3708 Andrew Church <achurch@achurch.org>.
3710 2001-02-20 Ulrich Drepper <drepper@redhat.com>
3712 * libio/iofwide.c: Remove fwide alias.
3714 2001-02-20 Andreas Jaeger <aj@suse.de>
3716 * iconvdata/Makefile (tests): Only run mtrace-tst-loading if perl
3718 Reported by Achim Gottinger <achim@gentoo.org>.
3720 2001-02-19 Ulrich Drepper <drepper@redhat.com>
3722 * iconv/tst-iconv1.c (main): Remove debugging code.
3724 * sysdeps/ieee754/flt-32/e_powf.c: Handle x == +-1 correctly.
3725 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3727 * sysdeps/generic/e_scalb.c: Set invalid exception for invalid
3729 * sysdeps/generic/e_scalbf.c: Likewise.
3730 * sysdeps/generic/e_scalbl.c: Likewise.
3732 * sysdeps/ia64/fpu/Makefile (libm-sysdep-routines): Add libm_error,
3733 libm_frexp4, libm_frexp4f, libm_frexp4l, and all the functions also
3735 (routines): Replace libm_error with libc_libm_error.
3736 * sysdeps/ia64/fpu/Dist: Add libc_libm_error.c.
3737 * sysdeps/ia64/fpu/libc_libm_error.c: New file.
3739 2001-02-18 Mark Kettenis <kettenis@gnu.org>
3741 * malloc/mtrace.c [USE_IN_LIBIO]: Define fopen as _IO_fopen64.
3742 (mtrace): Revert 2001-02-13 patch: use fopen instead of fopen64.
3744 2001-02-17 H.J. Lu <hjl@gnu.org>
3746 * sysdeps/unix/sysv/linux/ia64/clone2.S: Use clone2 and don't use
3747 scratch registers across the system call.
3749 2001-02-19 Andreas Jaeger <aj@suse.de>
3751 * malloc/Makefile (tests): Run mtrace only when perl is available.
3752 Reported by Achim Gottinger <achim@gentoo.org>.
3754 2001-02-19 Ulrich Drepper <drepper@redhat.com>
3756 * sysdeps/ieee754/ldbl-96/e_j1l.c: New file.
3757 Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
3759 * sysdeps/i386/fpu/libm-test-ulps: Adjust error values for j1 and y1.
3760 * sysdeps/ia64/fpu/libm-test-ulps: Adjust error values for y1.
3761 * math/libm-test.inc (j1_test): Mark constants as long double.
3762 (jn_test): Likewise.
3763 (y1_test): Likewise.
3764 (yn_test): Likewise.
3766 * libio/iogetline.c: Move return until after last statement.
3768 * localedata/show-ucs-data.c: Don't show < > for better readability.
3770 * sysdeps/ia64/fpu/Dist: New file.
3771 * sysdeps/ia64/fpu/Makefile: New file.
3772 * sysdeps/ia64/fpu/Versions: New file.
3773 * sysdeps/ia64/fpu/e_acos.S: New file.
3774 * sysdeps/ia64/fpu/e_acosf.S: New file.
3775 * sysdeps/ia64/fpu/e_acosl.S: New file.
3776 * sysdeps/ia64/fpu/e_asin.S: New file.
3777 * sysdeps/ia64/fpu/e_asinf.S: New file.
3778 * sysdeps/ia64/fpu/e_asinl.S: New file.
3779 * sysdeps/ia64/fpu/e_atan2.S: New file.
3780 * sysdeps/ia64/fpu/e_atan2f.S: New file.
3781 * sysdeps/ia64/fpu/e_atan2l.c: New file.
3782 * sysdeps/ia64/fpu/e_cosh.S: New file.
3783 * sysdeps/ia64/fpu/e_coshf.S: New file.
3784 * sysdeps/ia64/fpu/e_coshl.S: New file.
3785 * sysdeps/ia64/fpu/e_exp.S: New file.
3786 * sysdeps/ia64/fpu/e_expf.S: New file.
3787 * sysdeps/ia64/fpu/e_expl.c: New file.
3788 * sysdeps/ia64/fpu/e_fmod.S: New file.
3789 * sysdeps/ia64/fpu/e_fmodf.S: New file.
3790 * sysdeps/ia64/fpu/e_fmodl.S: New file.
3791 * sysdeps/ia64/fpu/e_hypot.S: New file.
3792 * sysdeps/ia64/fpu/e_hypotf.S: New file.
3793 * sysdeps/ia64/fpu/e_hypotl.S: New file.
3794 * sysdeps/ia64/fpu/e_log.S: New file.
3795 * sysdeps/ia64/fpu/e_log10.c: New file.
3796 * sysdeps/ia64/fpu/e_log10f.c: New file.
3797 * sysdeps/ia64/fpu/e_log10l.c: New file.
3798 * sysdeps/ia64/fpu/e_logf.S: New file.
3799 * sysdeps/ia64/fpu/e_logl.c: New file.
3800 * sysdeps/ia64/fpu/e_pow.S: New file.
3801 * sysdeps/ia64/fpu/e_powf.S: New file.
3802 * sysdeps/ia64/fpu/e_powl.S: New file.
3803 * sysdeps/ia64/fpu/e_rem_pio2.c: New file.
3804 * sysdeps/ia64/fpu/e_rem_pio2f.c: New file.
3805 * sysdeps/ia64/fpu/e_remainder.S: New file.
3806 * sysdeps/ia64/fpu/e_remainderf.S: New file.
3807 * sysdeps/ia64/fpu/e_remainderl.S: New file.
3808 * sysdeps/ia64/fpu/e_scalb.S: New file.
3809 * sysdeps/ia64/fpu/e_scalbf.S: New file.
3810 * sysdeps/ia64/fpu/e_scalbl.S: New file.
3811 * sysdeps/ia64/fpu/e_sinh.S: New file.
3812 * sysdeps/ia64/fpu/e_sinhf.S: New file.
3813 * sysdeps/ia64/fpu/e_sinhl.S: New file.
3814 * sysdeps/ia64/fpu/e_sqrt.S: New file.
3815 * sysdeps/ia64/fpu/e_sqrtf.S: New file.
3816 * sysdeps/ia64/fpu/e_sqrtl.S: New file.
3817 * sysdeps/ia64/fpu/k_rem_pio2.c: New file.
3818 * sysdeps/ia64/fpu/k_rem_pio2f.c: New file.
3819 * sysdeps/ia64/fpu/k_rem_pio2l.c: New file.
3820 * sysdeps/ia64/fpu/libm_atan2_reg.S: New file.
3821 * sysdeps/ia64/fpu/libm_error.c: New file.
3822 * sysdeps/ia64/fpu/libm_frexp4.S: New file.
3823 * sysdeps/ia64/fpu/libm_frexp4f.S: New file.
3824 * sysdeps/ia64/fpu/libm_frexp4l.S: New file.
3825 * sysdeps/ia64/fpu/libm_reduce.S: New file.
3826 * sysdeps/ia64/fpu/libm_support.h: New file.
3827 * sysdeps/ia64/fpu/libm_tan.S: New file.
3828 * sysdeps/ia64/fpu/s_atan.S: New file.
3829 * sysdeps/ia64/fpu/s_atanf.S: New file.
3830 * sysdeps/ia64/fpu/s_atanl.S: New file.
3831 * sysdeps/ia64/fpu/s_cbrt.S: New file.
3832 * sysdeps/ia64/fpu/s_cbrtf.S: New file.
3833 * sysdeps/ia64/fpu/s_cbrtl.S: New file.
3834 * sysdeps/ia64/fpu/s_ceil.S: New file.
3835 * sysdeps/ia64/fpu/s_ceilf.S: New file.
3836 * sysdeps/ia64/fpu/s_ceill.S: New file.
3837 * sysdeps/ia64/fpu/s_cos.S: New file.
3838 * sysdeps/ia64/fpu/s_cosf.S: New file.
3839 * sysdeps/ia64/fpu/s_cosl.S: New file.
3840 * sysdeps/ia64/fpu/s_expm1.S: New file.
3841 * sysdeps/ia64/fpu/s_expm1f.S: New file.
3842 * sysdeps/ia64/fpu/s_expm1l.S: New file.
3843 * sysdeps/ia64/fpu/s_floor.S: New file.
3844 * sysdeps/ia64/fpu/s_floorf.S: New file.
3845 * sysdeps/ia64/fpu/s_floorl.S: New file.
3846 * sysdeps/ia64/fpu/s_frexp.c: New file.
3847 * sysdeps/ia64/fpu/s_frexpf.c: New file.
3848 * sysdeps/ia64/fpu/s_frexpl.c: New file.
3849 * sysdeps/ia64/fpu/s_ilogb.S: New file.
3850 * sysdeps/ia64/fpu/s_ilogbf.S: New file.
3851 * sysdeps/ia64/fpu/s_ilogbl.S: New file.
3852 * sysdeps/ia64/fpu/s_ldexp.S: New file.
3853 * sysdeps/ia64/fpu/s_ldexpf.S: New file.
3854 * sysdeps/ia64/fpu/s_ldexpl.S: New file.
3855 * sysdeps/ia64/fpu/s_log1p.S: New file.
3856 * sysdeps/ia64/fpu/s_log1pf.S: New file.
3857 * sysdeps/ia64/fpu/s_log1pl.S: New file.
3858 * sysdeps/ia64/fpu/s_logb.S: New file.
3859 * sysdeps/ia64/fpu/s_logbf.S: New file.
3860 * sysdeps/ia64/fpu/s_logbl.S: New file.
3861 * sysdeps/ia64/fpu/s_matherrf.c: New file.
3862 * sysdeps/ia64/fpu/s_matherrl.c: New file.
3863 * sysdeps/ia64/fpu/s_modf.S: New file.
3864 * sysdeps/ia64/fpu/s_modff.S: New file.
3865 * sysdeps/ia64/fpu/s_modfl.S: New file.
3866 * sysdeps/ia64/fpu/s_nearbyint.S: New file.
3867 * sysdeps/ia64/fpu/s_nearbyintf.S: New file.
3868 * sysdeps/ia64/fpu/s_nearbyintl.S: New file.
3869 * sysdeps/ia64/fpu/s_rint.S: New file.
3870 * sysdeps/ia64/fpu/s_rintf.S: New file.
3871 * sysdeps/ia64/fpu/s_rintl.S: New file.
3872 * sysdeps/ia64/fpu/s_round.S: New file.
3873 * sysdeps/ia64/fpu/s_roundf.S: New file.
3874 * sysdeps/ia64/fpu/s_roundl.S: New file.
3875 * sysdeps/ia64/fpu/s_scalbn.S: New file.
3876 * sysdeps/ia64/fpu/s_scalbnf.S: New file.
3877 * sysdeps/ia64/fpu/s_scalbnl.S: New file.
3878 * sysdeps/ia64/fpu/s_significand.S: New file.
3879 * sysdeps/ia64/fpu/s_significandf.S: New file.
3880 * sysdeps/ia64/fpu/s_significandl.S: New file.
3881 * sysdeps/ia64/fpu/s_sin.c: New file.
3882 * sysdeps/ia64/fpu/s_sincos.c: New file.
3883 * sysdeps/ia64/fpu/s_sincosf.c: New file.
3884 * sysdeps/ia64/fpu/s_sincosl.c: New file.
3885 * sysdeps/ia64/fpu/s_sinf.c: New file.
3886 * sysdeps/ia64/fpu/s_sinl.c: New file.
3887 * sysdeps/ia64/fpu/s_tan.S: New file.
3888 * sysdeps/ia64/fpu/s_tanf.S: New file.
3889 * sysdeps/ia64/fpu/s_tanl.S: New file.
3890 * sysdeps/ia64/fpu/s_trunc.S: New file.
3891 * sysdeps/ia64/fpu/s_truncf.S: New file.
3892 * sysdeps/ia64/fpu/s_truncl.S: New file.
3893 * sysdeps/ia64/fpu/w_acos.c: New file.
3894 * sysdeps/ia64/fpu/w_acosf.c: New file.
3895 * sysdeps/ia64/fpu/w_acosl.c: New file.
3896 * sysdeps/ia64/fpu/w_asin.c: New file.
3897 * sysdeps/ia64/fpu/w_asinf.c: New file.
3898 * sysdeps/ia64/fpu/w_asinl.c: New file.
3899 * sysdeps/ia64/fpu/w_atan2.c: New file.
3900 * sysdeps/ia64/fpu/w_atan2f.c: New file.
3901 * sysdeps/ia64/fpu/w_atan2l.c: New file.
3902 * sysdeps/ia64/fpu/w_cosh.c: New file.
3903 * sysdeps/ia64/fpu/w_coshf.c: New file.
3904 * sysdeps/ia64/fpu/w_coshl.c: New file.
3905 * sysdeps/ia64/fpu/w_exp.c: New file.
3906 * sysdeps/ia64/fpu/w_expf.c: New file.
3907 * sysdeps/ia64/fpu/w_fmod.c: New file.
3908 * sysdeps/ia64/fpu/w_fmodf.c: New file.
3909 * sysdeps/ia64/fpu/w_fmodl.c: New file.
3910 * sysdeps/ia64/fpu/w_hypot.c: New file.
3911 * sysdeps/ia64/fpu/w_hypotf.c: New file.
3912 * sysdeps/ia64/fpu/w_hypotl.c: New file.
3913 * sysdeps/ia64/fpu/w_log.c: New file.
3914 * sysdeps/ia64/fpu/w_log10.c: New file.
3915 * sysdeps/ia64/fpu/w_log10f.c: New file.
3916 * sysdeps/ia64/fpu/w_log10l.c: New file.
3917 * sysdeps/ia64/fpu/w_logf.c: New file.
3918 * sysdeps/ia64/fpu/w_logl.c: New file.
3919 * sysdeps/ia64/fpu/w_pow.c: New file.
3920 * sysdeps/ia64/fpu/w_powf.c: New file.
3921 * sysdeps/ia64/fpu/w_powl.c: New file.
3922 * sysdeps/ia64/fpu/w_remainder.c: New file.
3923 * sysdeps/ia64/fpu/w_remainderf.c: New file.
3924 * sysdeps/ia64/fpu/w_remainderl.c: New file.
3925 * sysdeps/ia64/fpu/w_scalb.c: New file.
3926 * sysdeps/ia64/fpu/w_scalbf.c: New file.
3927 * sysdeps/ia64/fpu/w_scalbl.c: New file.
3928 * sysdeps/ia64/fpu/w_sqrt.c: New file.
3929 * sysdeps/ia64/fpu/w_sqrtf.c: New file.
3930 * sysdeps/ia64/fpu/w_sqrtl.c: New file.
3931 * sysdeps/ia64/fpu/libm-test-ulps: Adjust for long double
3933 * sysdeps/ia64/fpu/bits/mathdef.h: Correct float_t and double_t types.
3934 Change FP_ILOGBNAN for new implementation.
3935 * Verions.def: Add 2.2.3 versions.
3937 2001-02-18 Ulrich Drepper <drepper@redhat.com>
3939 * math/libm-test.inc (scalb_test): Require invalid exception being
3940 raised for invalid parameters.
3941 * sysdeps/i386/fpu/e_scalb.S: Raise invalid exception if necessary.
3942 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
3943 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
3945 2001-02-18 Mark Kettenis <kettenis@gnu.org>
3947 * sysdeps/mach/getsysstats.c (__get_phys_pages): Change return
3949 (__get_avphys_pages): Likewise.
3951 2001-02-18 Ulrich Drepper <drepper@redhat.com>
3953 * math/libm-test.inc (pow_test): Correct expected results for x == +-1.
3954 * sysdeps/i386/fpu/e_pow.S: Handle x == +-1 correctly.
3955 * sysdeps/i386/fpu/e_powf.S: Likewise.
3956 * sysdeps/i386/fpu/e_powl.S: Likewise.
3958 * sysdeps/i386/fpu/bits/mathinline.h: Remove pow inline code.
3960 2001-02-17 Ulrich Drepper <drepper@redhat.com>
3962 * math/Makefile (libm-calls): It's e_exp2 not s_exp2.
3964 * sysdeps/generic/s_exp2l.c: Renamed to...
3965 * sysdeps/generic/e_exp2l.c: ...this. New file.
3966 * sysdeps/i386/fpu/s_exp2.S: Renamed to...
3967 * sysdeps/i386/fpu/e_exp2.S: ...this. New file.
3968 * sysdeps/i386/fpu/s_exp2f.S: Renamed to...
3969 * sysdeps/i386/fpu/e_exp2f.S: ...this. New file.
3970 * sysdeps/i386/fpu/s_exp2l.S: Renamed to...
3971 * sysdeps/i386/fpu/e_exp2l.S: ...this. New file.
3972 * sysdeps/ieee754/flt-32/s_exp2f.c: Renamed to...
3973 * sysdeps/ieee754/flt-32/e_exp2f.c: ...this. New file.
3974 * sysdeps/ieee754/dbl-64/s_exp2.c: Renamed to...
3975 * sysdeps/ieee754/dbl-64/e_exp2.c: ...this. New file.
3976 * sysdeps/m68k/fpu/s_exp2.c: Renamed to...
3977 * sysdeps/m68k/fpu/e_exp2.c: ...this. New file.
3978 * sysdeps/m68k/fpu/s_exp2f.c: Renamed to...
3979 * sysdeps/m68k/fpu/e_exp2f.c: ...this. New file.
3980 * sysdeps/m68k/fpu/s_exp2l.c: Renamed to...
3981 * sysdeps/m68k/fpu/e_exp2l.c: ...this. New file.
3983 2001-02-17 Andreas Jaeger <aj@suse.de>
3985 * configure.in: Allow gcc 3.
3987 2001-02-16 Ulrich Drepper <drepper@redhat.com>
3989 * math/w_acos.c: Move to ...
3990 * sysdeps/generic/w_acos.c: ...here. New file.
3991 * math/w_acosf.c: Move to ...
3992 * sysdeps/generic/w_acosf.c: ...here. New file.
3993 * math/w_acosh.c: Move to ...
3994 * sysdeps/generic/w_acosh.c: ...here. New file.
3995 * math/w_acoshf.c: Move to ...
3996 * sysdeps/generic/w_acoshf.c: ...here. New file.
3997 * math/w_acoshl.c: Move to ...
3998 * sysdeps/generic/w_acoshl.c: ...here. New file.
3999 * math/w_acosl.c: Move to ...
4000 * sysdeps/generic/w_acosl.c: ...here. New file.
4001 * math/w_asin.c: Move to ...
4002 * sysdeps/generic/w_asin.c: ...here. New file.
4003 * math/w_asinf.c: Move to ...
4004 * sysdeps/generic/w_asinf.c: ...here. New file.
4005 * math/w_asinl.c: Move to ...
4006 * sysdeps/generic/w_asinl.c: ...here. New file.
4007 * math/w_atan2.c: Move to ...
4008 * sysdeps/generic/w_atan2.c: ...here. New file.
4009 * math/w_atan2f.c: Move to ...
4010 * sysdeps/generic/w_atan2f.c: ...here. New file.
4011 * math/w_atan2l.c: Move to ...
4012 * sysdeps/generic/w_atan2l.c: ...here. New file.
4013 * math/w_atanh.c: Move to ...
4014 * sysdeps/generic/w_atanh.c: ...here. New file.
4015 * math/w_atanhf.c: Move to ...
4016 * sysdeps/generic/w_atanhf.c: ...here. New file.
4017 * math/w_atanhl.c: Move to ...
4018 * sysdeps/generic/w_atanhl.c: ...here. New file.
4019 * math/w_cosh.c: Move to ...
4020 * sysdeps/generic/w_cosh.c: ...here. New file.
4021 * math/w_coshf.c: Move to ...
4022 * sysdeps/generic/w_coshf.c: ...here. New file.
4023 * math/w_coshl.c: Move to ...
4024 * sysdeps/generic/w_coshl.c: ...here. New file.
4025 * math/w_drem.c: Move to ...
4026 * sysdeps/generic/w_drem.c: ...here. New file.
4027 * math/w_dremf.c: Move to ...
4028 * sysdeps/generic/w_dremf.c: ...here. New file.
4029 * math/w_dreml.c: Move to ...
4030 * sysdeps/generic/w_dreml.c: ...here. New file.
4031 * math/w_exp10.c: Move to ...
4032 * sysdeps/generic/w_exp10.c: ...here. New file.
4033 * math/w_exp10f.c: Move to ...
4034 * sysdeps/generic/w_exp10f.c: ...here. New file.
4035 * math/w_exp10l.c: Move to ...
4036 * sysdeps/generic/w_exp10l.c: ...here. New file.
4037 * math/w_exp2.c: Move to ...
4038 * sysdeps/generic/w_exp2.c: ...here. New file.
4039 * math/w_exp2f.c: Move to ...
4040 * sysdeps/generic/w_exp2f.c: ...here. New file.
4041 * math/w_exp2l.c: Move to ...
4042 * sysdeps/generic/w_exp2l.c: ...here. New file.
4043 * math/w_fmod.c: Move to ...
4044 * sysdeps/generic/w_fmod.c: ...here. New file.
4045 * math/w_fmodf.c: Move to ...
4046 * sysdeps/generic/w_fmodf.c: ...here. New file.
4047 * math/w_fmodl.c: Move to ...
4048 * sysdeps/generic/w_fmodl.c: ...here. New file.
4049 * math/w_hypot.c: Move to ...
4050 * sysdeps/generic/w_hypot.c: ...here. New file.
4051 * math/w_hypotf.c: Move to ...
4052 * sysdeps/generic/w_hypotf.c: ...here. New file.
4053 * math/w_hypotl.c: Move to ...
4054 * sysdeps/generic/w_hypotl.c: ...here. New file.
4055 * math/w_j0.c: Move to ...
4056 * sysdeps/generic/w_j0.c: ...here. New file.
4057 * math/w_j0f.c: Move to ...
4058 * sysdeps/generic/w_j0f.c: ...here. New file.
4059 * math/w_j0l.c: Move to ...
4060 * sysdeps/generic/w_j0l.c: ...here. New file.
4061 * math/w_j1.c: Move to ...
4062 * sysdeps/generic/w_j1.c: ...here. New file.
4063 * math/w_j1f.c: Move to ...
4064 * sysdeps/generic/w_j1f.c: ...here. New file.
4065 * math/w_j1l.c: Move to ...
4066 * sysdeps/generic/w_j1l.c: ...here. New file.
4067 * math/w_jn.c: Move to ...
4068 * sysdeps/generic/w_jn.c: ...here. New file.
4069 * math/w_jnf.c: Move to ...
4070 * sysdeps/generic/w_jnf.c: ...here. New file.
4071 * math/w_jnl.c: Move to ...
4072 * sysdeps/generic/w_jnl.c: ...here. New file.
4073 * math/w_lgamma.c: Move to ...
4074 * sysdeps/generic/w_lgamma.c: ...here. New file.
4075 * math/w_lgammaf.c: Move to ...
4076 * sysdeps/generic/w_lgammaf.c: ...here. New file.
4077 * math/w_lgammaf_r.c: Move to ...
4078 * sysdeps/generic/w_lgammaf_r.c: ...here. New file.
4079 * math/w_lgammal.c: Move to ...
4080 * sysdeps/generic/w_lgammal.c: ...here. New file.
4081 * math/w_lgammal_r.c: Move to ...
4082 * sysdeps/generic/w_lgammal_r.c: ...here. New file.
4083 * math/w_lgamma_r.c: Move to ...
4084 * sysdeps/generic/w_lgamma_r.c: ...here. New file.
4085 * math/w_log10.c: Move to ...
4086 * sysdeps/generic/w_log10.c: ...here. New file.
4087 * math/w_log10f.c: Move to ...
4088 * sysdeps/generic/w_log10f.c: ...here. New file.
4089 * math/w_log10l.c: Move to ...
4090 * sysdeps/generic/w_log10l.c: ...here. New file.
4091 * math/w_log.c: Move to ...
4092 * sysdeps/generic/w_log.c: ...here. New file.
4093 * math/w_logf.c: Move to ...
4094 * sysdeps/generic/w_logf.c: ...here. New file.
4095 * math/w_logl.c: Move to ...
4096 * sysdeps/generic/w_logl.c: ...here. New file.
4097 * math/w_pow.c: Move to ...
4098 * sysdeps/generic/w_pow.c: ...here. New file.
4099 * math/w_powf.c: Move to ...
4100 * sysdeps/generic/w_powf.c: ...here. New file.
4101 * math/w_powl.c: Move to ...
4102 * sysdeps/generic/w_powl.c: ...here. New file.
4103 * math/w_remainder.c: Move to ...
4104 * sysdeps/generic/w_remainder.c: ...here. New file.
4105 * math/w_remainderf.c: Move to ...
4106 * sysdeps/generic/w_remainderf.c: ...here. New file.
4107 * math/w_remainderl.c: Move to ...
4108 * sysdeps/generic/w_remainderl.c: ...here. New file.
4109 * math/w_scalb.c: Move to ...
4110 * sysdeps/generic/w_scalb.c: ...here. New file.
4111 * math/w_scalbf.c: Move to ...
4112 * sysdeps/generic/w_scalbf.c: ...here. New file.
4113 * math/w_scalbl.c: Move to ...
4114 * sysdeps/generic/w_scalbl.c: ...here. New file.
4115 * math/w_sinh.c: Move to ...
4116 * sysdeps/generic/w_sinh.c: ...here. New file.
4117 * math/w_sinhf.c: Move to ...
4118 * sysdeps/generic/w_sinhf.c: ...here. New file.
4119 * math/w_sinhl.c: Move to ...
4120 * sysdeps/generic/w_sinhl.c: ...here. New file.
4121 * math/w_sqrtl.c: Move to ...
4122 * sysdeps/generic/w_sqrtl.c: ...here. New file.
4123 * math/w_tgamma.c: Move to ...
4124 * sysdeps/generic/w_tgamma.c: ...here. New file.
4125 * math/w_tgammaf.c: Move to ...
4126 * sysdeps/generic/w_tgammaf.c: ...here. New file.
4127 * math/w_tgammal.c: Move to ...
4128 * sysdeps/generic/w_tgammal.c: ...here. New file.
4130 * locale/programs/ld-address.c (address_finish): Add 'S' to allow
4131 formats for postal_fmt.
4133 2001-02-16 Jakub Jelinek <jakub@redhat.com>
4135 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Add
4136 __ftruncate64 alias.
4137 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (ftruncate):
4140 2001-02-15 David Mosberger <davidm@hpl.hp.com>
4142 * sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): No need to
4143 do "loadrs". Writing to bspstore already takes care of
4144 invalidating the "clean" partition.
4146 2001-02-16 Andreas Schwab <schwab@suse.de>
4148 * sysdeps/m68k/fpu/s_nextafterl.c: New file.
4149 * sysdeps/m68k/fpu/s_fpclassifyl.c: New file.
4151 2001-02-15 Jakub Jelinek <jakub@redhat.com>
4153 * posix/regex.c (init_syntax_once): Add prototype.
4154 (TRANSLATE): If MBS_SUPPORT, translate all characters up to '\xff'.
4155 (re_search_2): Avoid warning.
4156 (count_mbs_length): Add prototype.
4157 * posix/tst-regex3.c: New file.
4158 * posix/Makefile (tests): Add bug-regex3.
4160 2001-02-15 Ulrich Drepper <drepper@redhat.com>
4162 * stdio-common/Makefile (tests): Add tst-gets.
4163 * stdio-common/tst-gets.c: New file.
4164 * stdio-common/tst-gets.input: New file.
4166 * elf/elf.h (DT_CHECKSUM): Define.
4168 * sysdeps/generic/strtoll.c: Don't export __strto*_internal as
4170 * sysdeps/generic/strtoull.c: Likewise.
4172 2001-02-14 Wolfram Gloger <wg@malloc.de>
4174 * malloc/malloc.c (new_heap): When allocating large chunk aligned
4175 to HEAP_MAX_SIZE, prefer one with lower address, to avoid `holes'
4178 2001-02-14 Ulrich Drepper <drepper@redhat.com>
4180 * math/libm-test.inc (j0_test): Check whether sincos is available.
4181 (j1_test): Likewise.
4182 (jn_test): Likewise.
4183 (y0_test): Likewise.
4184 (y1_test): Likewise.
4185 (yn_test): Likewise.
4187 * posix/tst-gnuglob.c: Make a few entries DT_UNKNOWN and teach
4188 fake filesystem routines to handle this.
4190 * time/sys/time.h: Make settimeofday and adjtime available if
4193 * time/sys/time.h: Make timer* macros available for BSD.
4195 * iconvdata/gb18030.c: Update for Dec 2000 re-release of GB18030.
4196 Patch by Yong Li <rigel863@yahoo.com>.
4198 * sysdeps/generic/glob.c (CONVERT_DIRENT_DIRENT64): Fix copying of
4201 * posix/Makefile (tests): Add tst-gnuglob.
4202 * posix/tst-gnuglob.c: New file.
4204 2001-02-13 H.J. Lu <hjl@gnu.org>
4206 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.
4208 2001-02-13 Ulrich Drepper <drepper@redhat.com>
4210 * locale/programs/ld-paper.c (paper_output): Pretty printing.
4212 * iconvdata/Makefile (modules): Add GBBIG5.
4213 (distribute): Add gbbig5.c.
4214 * iconvdata/gconv-modules: Add entries for GBBIG5 module.
4216 * iconvdata/gbbig5.c: New file.
4217 Contributed by Yong Li <rigel863@yahoo.com>.
4219 2001-02-13 Philip Blundell <pb@futuretv.com>
4221 * manual/crypt.texi: Remove outdated references to crypt add-on.
4223 * manual/creature.texi: Improve wording slightly.
4225 2001-02-13 Ulrich Drepper <drepper@redhat.com>
4227 * io/ftw.c: Always use readdir64.
4228 * io/ftw64.c: Likewise.
4229 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
4230 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
4231 * sysdeps/generic/glob.c: Likewise. Convert results of gl_readdir
4232 callback to dirent. Still allow compiling outside glibc.
4233 * sysdeps/gnu/glob64.c: Define COMPILE_GLOB64.
4234 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
4236 * malloc/mtrace.c: Use fopen64.
4237 * posix/spawni.c: Use __open64.
4238 * sysdeps/unix/opendir.c: Likewise.
4239 * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
4241 * sysdeps/generic/ftruncate64.c: Define __ftruncate64 and make old
4243 * sysdeps/unix/sysv/aix/ftruncate64.c: Likewise.
4244 * sysdeps/unix/sysv/linux/ftruncate64.c: Likewise.
4245 * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
4246 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
4248 * resolv/res_data.c: Add cast to avoid warning.
4250 * include/unistd.h: Declare __ftruncate64.
4252 * sysdeps/generic/utmp_file.c: Use LFS functions and types.
4254 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use __lseek64
4257 2001-02-13 Andreas Jaeger <aj@suse.de>
4259 * login/getutent_r.c: Include <stdlib.h> for NULL.
4260 * login/getutid_r.c: Likewise.
4262 2001-02-12 Ulrich Drepper <drepper@redhat.com>
4264 * sysdeps/dbl-64/e_j0.c: Little optimization, use sincos.
4265 * sysdeps/dbl-64/e_j1.c: Likewise.
4266 * sysdeps/dbl-64/e_jn.c: Likewise.
4267 * sysdeps/flt-32/e_j0f.c: Likewise.
4268 * sysdeps/flt-32/e_j1f.c: Likewise.
4269 * sysdeps/ldbl-96/e_j0l.c: Likewise.
4271 2000-12-02 H.J. Lu <hjl@gnu.org>
4273 * resolv/res_libc.c (res_init): Don't make it default.
4275 2001-02-12 Ulrich Drepper <drepper@redhat.com>
4277 * manual/debug.texi: Improved the wording.
4278 Patch by Philip Blundell <pb@futuretv.com>.
4280 2001-02-12 Andreas Jaeger <aj@suse.de>
4282 * posix/Makefile (tests): Don't run bug-regex2 when
4285 * libio/Makefile (tests): Don't run test-freopen when
4288 * manual/stdio.texi (Streams and I18N): Fix typos.
4290 2001-02-12 Ulrich Drepper <drepper@redhat.com>
4292 * sysdeps/i386/fpu/libm-test-ulps: Adjust for errors in y0l.
4294 * math/libm-test.inc (j0_test): Make expected results long double
4296 (y0_test): Likewise.
4298 * sysdeps/ieee754/ldbl-96/e_j0l.c: New file.
4299 Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.
4301 2001-02-11 Jakub Jelinek <jakub@redhat.com>
4303 * sysdeps/generic/strtoll.c (__strtoq_internal): Ressurect alias
4304 which was exported from libc.
4305 * sysdeps/generic/strtoull.c (__strtouq_internal): Likewise.
4307 2001-02-12 Andreas Jaeger <aj@suse.de>
4309 * manual/arith.texi (Parsing of Integers): Fix some wordings.
4311 2001-02-11 Ulrich Drepper <drepper@redhat.com>
4313 * sysdeps/generic/getsysstat.c: Change return value of get_phys_pages
4314 and get_avphys_page to long int.
4315 * sysdeps/unix/sysv/linux/getsysstat.c: Likewise.
4316 * include/sys/sysinfo.h: Likewise.
4317 * sysdeps/generic/sys/sysinfo.h: Likewise.
4318 * sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.
4320 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Fail if we
4321 cannot return as many values as the user asked for.
4323 2001-02-11 Andreas Jaeger <aj@suse.de>
4325 * manual/resource.texi (Memory Resources): Fix typo.
4327 * libio/Makefile ($(objpfx)test-freopen.out): Pass
4330 * libio/test-freopen.sh: Use run_program_prefix.
4332 2001-02-10 Andreas Jaeger <aj@suse.de>
4334 * stdlib/Makefile (tests): Don't run tst-fmtmsg when
4336 ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix.
4338 * stdlib/tst-fmtmsg.sh (test): Use run_program_prefix for static
4341 * elf/Makefile (tests): Only run tst-pathopt with shared libs.
4343 * posix/Makefile: Fix typo, it's build-static-nss.
4345 * iconv/Makefile (extra-objs): New.
4347 2001-02-10 Mark Kettenis <kettenis@gnu.org>
4349 * sysdeps/unix/stime.c: Include <time.h>.
4351 * sysdeps/mach/hurd/setitimer.c: Include <time.h>.
4353 2001-02-10 Andreas Jaeger <aj@suse.de>
4355 * manual/string.texi (Search Functions): Fix typo.
4357 2001-02-10 Mark Kettenis <kettenis@gnu.org>
4359 * sysdeps/unix/bsd/times.c: Reorder includes and add <time.h>.
4360 (timeval_to_clock_t): Add clk_tck argument and use that instead of
4362 (__times): Use __getclktck to get the number of clock ticks per
4363 second and use its return value instead of CLK_TCK.
4365 2001-02-10 Mark Kettenis <kettenis@gnu.org>
4367 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (_HAVE_SA_LEN): Define.
4369 2001-02-10 Mark Kettenis <kettenis@gnu.org>
4371 * sysdeps/mach/gettimeofday.c: Include <stddef.h>.
4373 2001-02-10 Andreas Jaeger <aj@suse.de>
4375 * wctype/wcfuncs.c (func): Add prototype declarations to avoid
4378 2001-02-09 Ulrich Drepper <drepper@redhat.com>
4380 * posix/Makefile: Add rules to build and run bug-regex2.
4381 * posix/bug-regex2.c: New file.
4383 2001-02-10 Jakub Jelinek <jakub@redhat.com>
4385 * posix/regex.c (convert_mbs_to_wcs): Change is_binary to char *.
4386 (regex_compile): Likewise.
4387 (FREE_VARIABLES): Don't free is_binary1 and is_binary2.
4388 (re_match_2_internal): Use just is_binary instead of two variables.
4389 Use REGEX_TALLOC to allocate it and FREE_VAR to free on failure.
4391 2001-02-09 Ulrich Drepper <drepper@redhat.com>
4393 * version.h (VERSION): Bump to 2.2.2.
4395 * iconv/Makefile (distribute): Add iconv_charmap.c and
4397 * elf/Makefile (distribute): Add firstobj.c.
4398 * Makefile (distribute): Add include/pthread.h.
4400 * configure.in: Require makeinfo version 4.
4402 * libio/tst_wscanf.c (main): Add cast to avoid warning.
4403 * libio/tst_swscanf.c (main): Likewise..
4405 2001-02-09 Jakub Jelinek <jakub@redhat.com>
4407 * sysdeps/generic/setenv.c (unsetenv): Remove const from len.
4408 * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, fdim): Don't define if
4410 * sysdeps/i386/dl-machine.h (elf_machine_rel): Only declare refsym
4411 if not RTLD_BOOTSTRAP.
4412 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
4413 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
4415 2001-02-09 Ulrich Drepper <drepper@redhat.com>
4417 * locale/programs/linereader.c (get_ident): Stop loop if EOF. Use
4418 lr_ungetc to push back last read character.
4419 * locale/programs/linereader.h (lr_ungetc): Don't push back is
4421 (lr_ignore_rest): Don't warn about garbage if it is really the end
4424 * manual/Makefile: Use ifnottext and not ifinfo to protect Top node
4427 2001-02-08 Ulrich Drepper <drepper@redhat.com>
4429 * Makerules (build-shlib): Work around different order of
4430 processing of -B option in different gcc versions.
4432 * posix/regex.c: Fix alignment problem.
4433 Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4435 * sysdeps/alpha/strrchr.S: Little optimization.
4436 Patch by Richard Henderson <rth@redhat.com>.
4438 * sysdeps/alpha/alphaev67/strrchr.S: New file.
4439 Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.
4441 2001-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp>
4443 * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Correct function name
4444 in the assembler end directive.
4446 2001-02-08 Andreas Jaeger <aj@suse.de>
4448 * manual/stdio.texi (Closing Streams): Fix typos.
4450 2001-02-07 Ulrich Drepper <drepper@redhat.com>
4452 * sysdeps/alpha/alphaev67/strncat.S: Align last write address.
4453 Patch by Richard Henderson <rth@redhat.com>.
4454 Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>.
4456 * stdlib/strfmon.c [USE_IN_LIBIO]: Define lock variable and store
4457 pointer in FILE structure before calling _IO_init.
4458 * stdlib/Makefile: Add -D_IO_MTSAFE_IO to CFLAGS for strfmon and
4459 strfmon_l if necessary.
4460 Reported by Jury Gerold <gjury@grips.com>.
4462 * sysdeps/gnu/netinet/tcp.h: Correct values of TCP_ macros.
4463 Patch by Pekka.Pietikainen@cern.ch.
4465 * posix/regex.c: Correct several problems with 64-bit architectures
4466 introduced in the MBS changes.
4467 Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4469 2001-02-07 Jakub Jelinek <jakub@redhat.com>
4471 * math/tgmath.h: Only add l suffixes if __NO_LONG_DOUBLE_MATH is
4473 * sysdeps/alpha/fpu/bits/mathinline.h: Honour __NO_MATH_INLINES.
4475 2001-02-07 Andreas Jaeger <aj@suse.de>
4477 * manual/install.texi (Tools for Compilation): Fix typo.
4478 Reported by Pavel Machek <pavel@bug.ucw.cz>.
4480 2001-02-07 Ulrich Drepper <drepper@redhat.com>
4482 * stdlib/strtod.c: Never stop prematurely reading digits before the
4483 decimal point is found. Compute exponent limit for negative exponents
4484 correctly. For numbers ending in all zeros eat the zeros even before
4485 the decimal point if the exponent is negative [PR libc/2072].
4486 * stdlib/Makefile (tests): Add bug-strtod.
4487 * stdlib/bug-strtod.c: New file.
4489 2001-02-07 Andreas Jaeger <aj@suse.de>
4491 * posix/bug-regex1.c: Include <wchar.h> for fwide.
4493 2001-02-06 Ulrich Drepper <drepper@redhat.com>
4495 * posix/regex.c (regex_compile): Don't store pointer in wchar_t array.
4497 (compile_range): Handle index being passed, not pointer.
4498 Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4500 * posix/regex.c: Fix a cast in the code for bracket handling which
4501 caused 8-bit uncleanliness.
4502 Patch by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>.
4504 * posix/Makefile (tests): Add bug-regex1.
4505 * posix/bug-regex1.c: New file.
4506 Contributed by Jim Meyering <jim@meyering.net>.
4508 * posix/regex.c: Many cleanups for incorrect format strings.
4510 2001-02-06 Andreas Jaeger <aj@suse.de>
4512 * time/time.h (CLK_TCK): Check for !__STRICT_ANSI.
4514 2001-02-06 Ulrich Drepper <drepper@redhat.com>
4516 * locale/programs/locale.c (write_locales): Use scandir to read
4517 directory so that the entries are sorted.
4519 2001-02-06 Andreas Jaeger <aj@suse.de>
4521 * include/pthread.h: New file.
4523 * wctype/wctype.h: Move internal interfaces from here to...
4524 * include/wctype.h: ...here.
4526 * wcsmbs/wchar.h: Move __wcslen from here to...
4527 * include/wchar.h: ...here.
4529 * posix/sys/wait.h: Move __wait from here to...
4530 * include/sys/wait.h: ...here.
4532 * string/string.h: Move __ffs and __strerror_r from here to...
4533 * include/string.h: ...here.
4535 * stdlib/stdlib.h: Move __on_exit from here to...
4536 * include/stdlib.h: ...here.
4538 * libio/stdio.h: Move __vsnprintf from here to...
4539 * include/stdio.h: ...here.
4541 2001-02-06 Andreas Schwab <schwab@suse.de>
4543 * sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernel
4546 * timezone/Makefile: Don't assume that $(inst_zonedir) is a subdir
4549 2001-02-06 Ulrich Drepper <drepper@redhat.com>
4551 * iconvdata/Makefile: Add dependency for bug-iconv2.out.
4553 2001-02-06 Andreas Jaeger <aj@suse.de>
4555 * elf/firstobj.c: Add prototype.
4557 * posix/regex.c (convert_mbs_to_wcs): Make static, add prototype
4558 (truncate_wchar): Likewise.
4560 2001-02-06 Ulrich Drepper <drepper@redhat.com>
4562 * locale/programs/locale.c: Implement --verbose option for -a
4563 which prints detailed information about the locales.
4565 2001-02-05 Ulrich Drepper <drepper@redhat.com>
4567 * sunrpc/xdr_rec.c (set_input_fragment): Change type of header
4568 variable to uint32_t.
4569 Reported by Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>.
4571 2001-02-04 Bruno Haible <haible@clisp.cons.org>
4573 * locale/C-translit.h.in: Add transliterations for CJK units of
4576 2001-02-05 Ulrich Drepper <drepper@redhat.com>
4578 * elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf
4579 string. Include <inttypes.h> instead of <stdint.h>.
4581 * localedata/Makefile (tests): Add bug-iconv-trans.
4582 Define bug-iconv-trans-ENV.
4583 * localedata/bug-iconv-trans.c: New file.
4585 2001-02-04 Bruno Haible <haible@clisp.cons.org>
4587 * iconv/gconv_trans.c (__gconv_transliterate): Use a temporary output
4588 pointer, to avoid accumulating output from incomplete (unsuccessful)
4589 transliteration attempts.
4591 2001-02-05 Ulrich Drepper <drepper@redhat.com>
4593 * elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf
4594 string. Include <inttypes.h> instead of <stdint.h>.
4596 * configure.in: Add check for bison.
4597 * config.make.in: Define BISON variable.
4598 * intl/Makefile: Use BISON instead of YACC when generating plural.c.
4599 Rename YFLAGS to BISONFLAGS.
4601 2001-02-05 Andreas Jaeger <aj@suse.de>
4603 * io/test-lfs.c (do_test): Test lseek64 return value, call
4605 (test_ftello): New function to test ftello64 and fseeko64.
4607 * signal/signal.h: Move __sigaction from here to...
4608 * include/signal.h: ...here.
4610 * io/fcntl.h: Move __fcntl and __open to...
4611 * include/fcntl.h: ...here.
4613 2001-02-04 Philip Blundell <philb@gnu.org>
4615 * configure.in: Distinguish ARM from Thumb.
4617 2001-02-04 Philip Blundell <philb@gnu.org>
4619 * sysdeps/arm/dl-machine.h (elf_machine_rel): Correct handling of
4620 PC24 relocs with negative value.
4622 2001-02-04 Ulrich Drepper <drepper@redhat.com>
4624 * iconv/Makefile (iconv_prog-modules): Define. Add vpath to find
4625 files in locale/programs. Add CFLAGS definition to allow compiling
4627 * iconv/dummy-repertoire.c: New file.
4628 * iconv/iconv_charmap.c: New file.
4629 * iconv/iconv_prog.h: New file.
4630 * iconv/iconv_prog.c: Make verbose and omit_invalid global.
4631 (main): If parameter for -f and -t contain slashes try first to resolve
4632 the strings as filenames of charmap files. Use them for conversion
4634 * iconvdata/run-iconv-test.sh: If charmaps exist also run tests with
4635 iconv getting charmap names as parameters.
4636 * locale/programs/linereader.c (lr_token): Take extra parameters
4637 verbose and pass it to get_string.
4638 (get_string): Take extra parameters verbose.
4639 * locale/programs/charmap.c (parse_charmap): Take extra parameters
4640 verbose and be_quiet. Change all callers of lr_token and
4642 * locale/programs/charmap.h: Likewise.
4643 * locale/programs/ld-address.c: Likewise.
4644 * locale/programs/ld-collate.c: Likewise.
4645 * locale/programs/ld-ctype.c: Likewise.
4646 * locale/programs/ld-identification.c: Likewise.
4647 * locale/programs/ld-measurement.c: Likewise.
4648 * locale/programs/ld-messages.c: Likewise.
4649 * locale/programs/ld-monetary.c: Likewise.
4650 * locale/programs/ld-name.c: Likewise.
4651 * locale/programs/ld-numeric.c: Likewise.
4652 * locale/programs/ld-paper.c: Likewise.
4653 * locale/programs/ld-telephone.c: Likewise.
4654 * locale/programs/ld-time.c: Likewise.
4655 * locale/programs/linereader.c: Likewise.
4656 * locale/programs/linereader.h: Likewise.
4657 * locale/programs/localedef.c: Likewise.
4658 * locale/programs/locfile.c: Likewise.
4659 * locale/programs/locfile.h: Likewise.
4660 * locale/programs/repertoire.c: Likewise.
4662 2001-02-03 Ulrich Drepper <drepper@redhat.com>
4664 * iconv/iconv_prog.c (main): If output file name is "-" write to
4666 (main): If -f or -t argument is missing use charset of the current
4669 2001-02-03 Andreas Jaeger <aj@suse.de>
4671 * sysdeps/i386/elf/start.S (_start): Align stack to 16-byte
4672 boundary for SSE/SSE-2 alignment.
4674 * posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to
4677 2001-02-03 Ulrich Drepper <drepper@redhat.com>
4679 * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: File was using crlf.
4680 Remove comma at end of enum.
4682 * elf/dl-init.c: Add a few __builtin_expect.
4684 * hesiod/hesiod.c: Remove unnecessary code. Remove all uses of strcat.
4686 2001-02-02 Ulrich Drepper <drepper@redhat.com>
4688 * hesiod/hesiod.c (hesiod_resolve): Also search HS records if
4689 errno is ECONNREFUSED.
4691 * posix/Makefile: Define MBS_SUPPORT for regex.c.
4692 * posix/regex.c: Implement multibyte character handling.
4693 Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
4695 * string/tst-svc.input: Add two more test cases.
4696 * string/tst-svc.expect: Modify to reflect new test cases.
4698 2001-02-01 Jakub Jelinek <jakub@redhat.com>
4700 * sysdeps/posix/getaddrinfo.c (gaih_local, gaih_inet): Replace all
4701 tp->name tests with tp->name[0] tests.
4703 2001-01-29 Ben Collins <bcollins@debian.org>
4705 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r):
4706 Fix check for name == NULL.
4708 2001-02-01 Ulrich Drepper <drepper@redhat.com>
4710 * elf/Makefile: Add rules to build and run initfirst test.
4711 * elf/initfirst.c: New file.
4712 * elf/firstobj.c: New file.
4714 * Makerules (build-shlib): Add $(extra-B-$(@F:lib%.so=%).so).
4715 * configure.in: Test for -z initfirst linker option.
4716 * config.make.in: Add have-z-initfirst.
4717 * elf/dl-init.c (_dl_init): Split out actual initialization code in
4718 new function call_init. If _dl_initfirst is non-NULL initialize first.
4719 * elf/dl-load.c (_dl_map_from_fd): If DF_1_INITFIRST flag is set
4720 remember object in _dl_initfirst.
4721 * elf/soinit.c: Remove special support for calling
4722 __pthread_initialize_minimal.
4724 * conform/conformtest.pl: Add missing $prepend in type test.
4726 2001-01-31 Ulrich Drepper <drepper@redhat.com>
4728 * elf/elf.h (SHT_CHECKSUM): New definition.
4730 * posix/fnmatch_loop.c: Remove incorrect reverse condition in
4731 [. .] matching. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
4732 * posix/tst-fnmatch.input: Add tests for [. .] in locales.
4734 2001-01-31 Mark Kettenis <kettenis@gnu.org>
4736 * misc/sys/select.h: Include <bits/time.h> instead of <sys/time.h>
4737 to get definition of `struct timeval'.
4739 2001-01-31 Ulrich Drepper <drepper@redhat.com>
4741 * posix/tst-fnmatch.input: Add test cases for de_DE.UTF-8 locale.
4742 * posix/fnmatch_loop.c: Fix handling of [= =] for multibyte charsets.
4744 2001-01-30 Ulrich Drepper <drepper@redhat.com>
4746 * iconv/gconv_open.c (__gconv_open): Set conv_flags if IGNORE is
4749 * nis/nis_findserv.c: Include <time.h>.
4751 2001-01-30 Yong Li <yong.li@asu.edu>
4753 * iconv/iconv_prog.c (main): Correct error handling method name.
4755 2001-01-29 Ben Collins <bcollins@debian.org>
4757 * sysdeps/sparc/fpu/fraiseexcpt.c: Include <float.h>.
4758 * sysdeps/hppa/fpu/fraiseexcpt.c: Likewise.
4759 * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
4760 * sysdeps/s390/fpu/fraiseexcpt.c: Likewise.
4762 2001-01-30 Ulrich Drepper <drepper@redhat.com>
4764 * locale/programs/ld-measurement.c (measurement_finish): Fix a typo.
4765 Patch by Marko Myllynen <myllynen@lut.fi>.
4767 * string/bits/string2.h (__strpbrk_c2): Correct parameter types
4768 (int instead of char).
4769 (__strpbrk_c3): Likewise.
4770 Reported by GOTO Masanori <gotom@debian.or.jp>.
4772 * sysdeps/generic/bits/sockaddr.h: Remove SA_LEN macro.
4773 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Likewise.
4774 * include/sys/socket.h: Add SA_LEN here for internal use.
4775 Reported by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
4777 2001-01-29 Ulrich Drepper <drepper@redhat.com>
4779 * malloc/Makefile: Don't build memusagestat if cross-compiling.
4781 * sysdeps/generic/dl-sysdep.c (set_seen): Fix typo.
4783 * math/libm-test.inc (rint_test): Add a few more tests for round
4786 2001-01-28 Ulrich Drepper <drepper@redhat.com>
4788 * conform/data/pthread.h-data: Correct return type of pthread_exit.
4790 * conform/conformtest.pl: Add -fno-builtin to CFLAGS.
4792 * conform/data/stdlib.h-data: Add _Exit.
4794 * inet/arpa/inet.h: Don't include <sys/types.h>. Define socklen_t
4795 if not already happened.
4796 * inet/netinet/in.h: Don't include <sys/types.h>, use <bits/types.h>.
4797 Don't include <limits.h> and <bits/sockaddr.h>.
4799 * conform/data/netinet/in.h-data: Allow all of <inttypes.h>.
4801 * conform/data/spawn.h-data: Allow all of <sched.h>.
4803 * sysdeps/ia64/fpu/fraiseexcpt.c: Include <float.h>. Removed
4806 * sunrpc/xdr_rec.c (xdrrec_getpos): Add cast to long to avoid warning.
4807 * sunrpc/xdr_sizeof.c (x_inline): Likewise.
4809 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Include <float.h>.
4811 * conform/conformtest.pl: Define $mustprepend{"stdio.h"}.
4812 * libio/stdio.h: Define va_list correctly.
4814 * conform/data/pthread.h-data: Make priority protocol related
4815 functions optional. Fix typos.
4817 * posix/sched.h: Define sched_priority as __sched_priority.
4818 * sysdeps/generic/bits/sched.h (struct sched_param): Rename element
4819 to __sched_priority.
4820 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
4822 2001-01-27 Ulrich Drepper <drepper@redhat.com>
4824 * sysdeps/generic/clock_getcpuclockid.c: Include <time.h> instead
4827 * sysdeps/unix/stime.c: Include <stddef.h> for NULL.
4828 * sysdeps/unix/time.c: Likewise.
4830 * conform/data/time.h-data: CLK_TCK is not in XPG6. Fix tzname entry.
4831 * sysdeps/mach/hurd/bits/time.h: Don't define CLK_TCK for XPG6.
4832 * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
4833 * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
4834 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
4835 * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
4836 * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
4837 * time/time.h: Likewise.
4839 * conform/conformtest.pl (@headers): Add complex.h and tgmath.h.
4840 * conform/data/complex.h-data: New file.
4841 * conform/data/tgmath.h-data: New file.
4843 * conform/data/wchar.h-data: Add missing functions.
4845 * sysdeps/gnu/bits/utmpx.h: Define RUN_LVL only if __USE_GNU.
4847 * conform/data/termios.h-data: Add missing const in tcsetattr()
4850 * posix/sys/wait.h: Include <signal.h> and <sys/resource.h>.
4851 Don't define pid_t here.
4853 * conform/data/sys/utsname.h-data: Don't provide fixed array sizes.
4855 * conform/data/sys/time.h-data: Allow sys/select.h.
4856 * conform/data/sys/un.h-data: Fix typo.
4857 * time/sys/time.h: Don't include all of <time.h>, just struct timeval.
4858 * sysdeps/posix/clock_getres.c: Include <time.h> instead of
4860 * sysdeps/unix/clock_nanosleep.c: Likewise.
4861 * sysdeps/unix/i386/clock_getcpuclockid.c: Likewise.
4862 * sysdeps/unix/i386/i586/clock_getres.c: Likewise.
4863 * sysdeps/unix/clock_gettime.c: Also include <time.h>.
4864 * sysdeps/unix/clock_settime.c: Likewise.
4866 * sysdeps/generic/pselect.c: Include <stddef.h> for NULL.
4867 * login/getutent.c: Likewise.
4868 * login/getutid.c: Likewise.
4869 * login/getutline.c: Likewise.
4871 * socket/sys/un.h: Define SUN_LEN only if __USE_MISC.
4873 * sysdeps/unix/sysv/linux/bits/statvfs.h: Change type of f_fsid field
4874 to unsigned long. Add __f_unused. Define _STATVFSBUF_F_UNUSED.
4875 * sysdeps/unix/sysv/linux/internal_statvfs.c: Adjust initialization of
4876 f_fsid field after change in struct statvfs.
4877 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: New file.
4878 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: New file.
4879 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statvfs.h: New file.
4881 * conform/data/sys/stat.h-data: Remove isfdtype. Use
4884 * conform/data/sys/socket.h-data: Fix typos. Correct getsockopt,
4885 recvfrom, send, and socketpair prototypes. Add allow lines.
4886 * socket/sys/socket.h: Include <sys/uio.h>.
4887 Don't use fancy __SOCKADDR_ARG definition unless __USE_GNU.
4888 Fix type of second parameter of listen.
4889 Don't declare isfdtype unless __USE_MISC.
4890 * sysdeps/generic/listen.c: Fix type of second parameter of listen.
4891 * sysdeps/mach/hurd/listen.c: Likewise.
4892 * sysdeps/generic/bits/socket.h (struct sockaddr_storage): Define
4893 ss_family and __ss_family.
4894 * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
4895 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4896 (struct msghdr): Change type of msg_iovlen to int and type of
4897 msg_controllen to socklen_t.
4898 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
4899 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: New file.
4900 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/socket.h: New file.
4901 * inet/rcmd.c (rcmd_af): __ss_family is now ss_family.
4902 (rresvport_af): Likewise.
4904 * conform/data/sys/shm.h-data: SHMLBA is not required to by a constant.
4905 * conform/conformtest.pl: Implement handling of symbol.
4907 * signal/signal.h: Fix handling of __need_* symbols.
4908 * misc/sys/select.c: Define fd_set here. Remove __fd_set. Define
4909 fd_mask only if __USE_MISC. Declare pselect for __USE_XOPEN2K.
4910 * include/sys/select.h: Use fd_set not __fd_set.
4911 * sysdeps/generic/bits/select.h: Likewise.
4912 * sysdeps/i386/bits/select.h: Likewise.
4913 * sysdeps/generic/bits/types.h: Don't define __fd_mask, __NFDBITS,
4914 __FDELT, __FDMASK, and __fd_set here.
4915 * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
4916 * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
4917 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
4918 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
4919 * sysdeps/unix/sysv/linux/ia64/bits/types.h: Likewise.
4920 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
4921 * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
4922 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
4923 * time/sys/time.h: Define struct timeval before including <time.h>
4926 * conform/data/sys/time.h-data: fd_set is a typedef.
4927 * conform/data/sys/select.h-data: New file.
4928 * conform/data/sys/mman.h-data: Make typed mem stuff optional.
4929 * conform/conformtest.pl (@headers): Add sys/select.h.
4930 (type, optional-type): Unless testing a typedef instantiate object.
4931 Implement optional-function.
4933 * math/test-misc.c: Include <float.h>.
4935 2001-01-27 Andreas Jaeger <aj@suse.de>
4937 * misc/efgcvt_r.c: Include <float.h>.
4939 2001-01-26 Ulrich Drepper <drepper@redhat.com>
4941 * conform/data/stdlib.h-data: Account for XPG6 changes.
4942 * stdlib/stdlib.h (__random): Change return value type to long.
4943 (posix_memalign): Cleanup parameter names.
4944 (setenv, unsetenv): Make available for __USE_XOPEN2K.
4945 Change return type of unsetenv to int.
4946 (qecvt, qgcvt, qfcvt): Declare only if __USE_MISC.
4947 * include/stdlib.h: Change return type of unsetenv to int.
4948 Change return type of random to long int.
4949 * sysdeps/generic/setenv.c (unsetenv): Change return type to int.
4950 Return -1 and set errno if parameter is invalid.
4951 * stdlib/random.c (__random): Change return value type to long.
4953 * conform/data/stdio.h-data: Account for changes in XPG6.
4955 * conform/data/spawn.h-data: Correct posix_spawnattr_setflags
4958 * conform/conformtest.pl: Define $mustprepend{"signal.h"}.
4959 * conform/data/signal.h-data: Fix sigev_notify_function entry.
4960 Fix typo (SIGVALRM -> SIGVTALRM).
4961 * sysdeps/unix/sysv/linux/bits/siginfo.h: Define sigev_notify_attr
4963 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
4964 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
4965 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
4966 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
4967 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
4969 * conform/conformtest.pl: Implement optional-element. Define
4970 $mustprepend{"sched.h"}.
4971 * conform/data/sched.h-data: Make sporadic scheduler definitions
4974 * pwd/pwd.h: Don't define getpwent_r for XPG.
4976 * io/sys/poll.h: Define nfds_t and use it in poll prototype.
4977 * sysdeps/generic/poll.c: Use nfds_t type in function definition.
4978 * sysdeps/mach/hurd/poll.c: Likewise.
4979 * sysdeps/unix/bsd/poll.c: Likewise.
4980 * sysdeps/unix/sysv/linux/poll.c: Likewise.
4981 * sysdeps/unix/sysv/aix/poll.c: Likewise.
4982 * sysdeps/generic/bits/poll.h: Define NPOLLFILE only if __USE_MISC.
4983 * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
4984 * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
4985 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
4986 * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
4987 * conform/data/poll.h-data: Fix typo in poll prototype.
4989 * sysdeps/gnu/netinet/tcp.h: Define everything but TCP_ macros
4991 * conform/data/netinet/tcp.h-data: Reserved prefix TCP_.
4993 * sysdeps/gnu/net/if.h: Cleanup namespace. Define IF_NAMESIZE.
4995 * inet/netinet/in.h: Make IPPROTO_ constants also macros.
4997 * conform/conformtest.pl: Implement optional-type.
4999 * resolv/netdb.h: Include <netinet/in.h> not <sys/socket.h>. Include
5000 <rpc/netdb.h> only if __USE_MISC. Include <stdint.h> instead of
5001 defining uint32_t here. Define IPPORT_RESERVED.
5002 (struct hostent): Type of h_length element is int.
5003 (getnameinfo): Type of flags parameter is unsigned int.
5004 * inet/getnameinfo.c (getnameinfo): flags argument is unsigned.
5005 * conform/data/netdb.h-data: Add many missing definitions.
5007 * conform/conformtest.pl: Implement optional-macro.
5008 * conform/data/math.h-data: Update for XPG6.
5010 * math/math.h (HUGE): Define as FLT_MAX value but don't use
5011 FLT_MAX. Don't include <float.h>.
5012 (MAXFLOAT): Likewise.
5014 * math/math.h: Define MATH_ERRNO and MATH_ERREXCEPT.
5016 * include/bits/xopen_lim.h: Don't define FOPEN_MAX here.
5018 * conform/data/limits.h-data: Mark constants as optional wherever
5021 * posix/bits/posix2_lim.h: Set correct values for
5022 _POSIX2_COLL_WEIGHTS_MAX and _POSIX2_CHARCLASS_NAME_MAX. Remove
5025 * posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6.
5028 * intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
5030 * conform/data/netinet/in.h-data: Add reserved prefixes.
5032 * conform/data/arpa/inet.h-data: Fix a few typos.
5034 2001-01-26 Andreas Jaeger <aj@suse.de>
5036 * sysdeps/generic/strtol.c: Include <locale.h>
5037 * stdlib/strtod.c: Likewise
5038 * stdlib/strfmon.c: Likewise.
5039 * string/strcoll.c: Likewise.
5040 * string/strxfrm.c: Likewise.
5041 * wctype/wcfuncs_l.c: Likewise.
5042 * wctype/wctype_l.c: Likewise.
5043 * wctype/wctrans_l.c: Likewise.
5045 * include/bits/locale.h: New file.
5047 2001-01-26 Ulrich Drepper <drepper@redhat.com>
5049 * locale/langinfo.h: Correct logic in #ifs when defining YESSTR
5052 * locale/Makefile (headers): Add bits/locale.h.
5053 * locale/langinfo.h: Don't include <locale.h>. Include <bits/locale.h>
5054 and use __LC_ constants instead of LC_.
5055 * locale/locale.h: Include <bits/locale.h> and define LC_ constants
5056 using __LC_ constants.
5057 * locale/bits/locale.h: New file.
5058 * locale/loadlocale.c: Include <locale.h>.
5059 * locale/nl_langinfo.h: Likewise.
5061 * posix/glob.h: Cleanup namespace for non-_GNU_SOURCE case.
5063 * io/sys/stat.h: Define S_IFSOCK for XPG6.
5065 * conform/data/fcntl.h-data: posix_madvise is not expected here.
5067 * conform/conformtest.pl: Fix handling of macro-str.
5069 * conform/data/inttypes.h-data: Add missing definition and all of
5072 * sysdeps/unix/sysv/linux/sys/param.h (MAXSYMLINKS): Bump to 20.
5074 2001-01-25 Ulrich Drepper <drepper@redhat.com>
5076 * conform/conformtest.pl (@headers): Add stdint.h.
5077 * conform/data/stdint.h-data: New file.
5079 * conform/conformtest.pl: Recognize options --headers and
5080 --dialect. Add dialect-specific CFLAGS.
5082 * conform/conformtest.pl: Implement handling of recursive
5085 * conform/data/locale.h-data: Add new struct lconv members.
5087 * posix/wordexp.h: Correct definition of wordexp_t.
5088 * posix/wordexp.c: Moved to ...
5089 * sysdeps/generic/wordexp.c: ...here. New file.
5090 * sysdeps/unix/sysv/linux/alpha/wordexp.c: New file.
5091 * sysdeps/unix/sysv/linux/ia64/wordexp.c: New file.
5092 * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: New file.
5093 * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.2.2): Add
5095 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
5096 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
5098 * math/tgmath.h: Pretty printing.
5100 * math/Makefile (tests): Add test-tgmath.
5101 (CFLAGS-test-tgmath.c): New variable.
5102 * math/test-tgmath.c: New file. Contributed by Jakub Jelinek.
5104 * conform/conformtest.pl: Handle allow-header in secondary headers
5107 * conform/data/fcntl.h-data: Mark symbols introduced in XPG6 with
5110 * conform/data/netinet/in.h-data: Use correct comment character.
5111 * conform/data/sys/stat.h-data: Likewise.
5113 2001-01-25 Jakub Jelinek <jakub@redhat.com>
5115 * math/tgmath.h (__TGMATH_BINARY_FIRST_REAL_ONLY,
5116 __TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5117 __TGMATH_TERNARY_REAL_ONLY): Use proper arguments to
5118 __builtin_classify_type, add ##f suffixes where appropriate.
5119 (__TGMATH_UNARY_REAL_IMAG): Remove extraneous left parenthesis.
5120 (__TGMATH_BINARY_REAL_IMAG): Likewise, use proper arguments to
5121 __builtin_classify_type.
5122 (fma): Fix spelling of first argument.
5124 2001-01-25 Ulrich Drepper <drepper@redhat.com>
5126 * conform/data/unistd.h-data: Mark functions removed in XPG6
5129 * posix/unistd.h: Don't make functions removed in XPG6 available if
5132 * conform/conformtest.pl: Implement optional-constant.
5133 * conform/data/unistd.h-data: Use optional-constant wherever
5136 * sysdeps/generic/bits/confname.h: Correct names of _SC_PBS
5137 constants and add _SC_STREAMS.
5138 * sysdeps/posix/sysconf.c (__sysconf): Likewise.
5140 * sysdeps/unix/sysv/linux/statvfs64.c: Rename to __statvfs64 and
5141 make old name weak alias.
5142 * sysdeps/generic/statvfs64.c: Likewise.
5143 * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and
5144 make old name weak alias.
5145 * sysdeps/generic/fstatvfs64.c: Likewise.
5146 * include/sys/statvfs.h: New file.
5148 * sysdeps/generic/bits/confname.h: Define _PC_REC_INCR_XFER_SIZE,
5149 _PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, and
5151 * sysdeps/posix/pathconf.c (__pathconf): Implement handling of
5152 _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
5153 _PC_REC_MIN_XFER_SIZE, and _PC_REC_XFER_ALIGN.
5154 * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
5156 * conform/conformtest.pl: Run Unix tests for XPG6.
5157 Implement handling of known namespace violations.
5158 Improve printing of results.
5160 * posix/unistd.h (usleep): Correct return type.
5161 * sysdeps/unix/sysv/linux/usleep.c: Correct return type.
5162 * sysdeps/unix/bsd/usleep.c: Correct return type.
5163 * sysdeps/mach/usleep.c: Correct return type.
5164 * sysdeps/generic/usleep.c: Correct return type.
5166 * posix/unistd.h (sync): Correct return type.
5167 * sysdeps/generic/sync.c: Likewise.
5168 * sysdeps/mach/hurd/sync.c: Likewise.
5170 * sysdeps/generic/bits/confname.h (_SC_IOV_MAX): New definition.
5172 * posix/unistd.h: Make seteuid and setegid available for XPG6.
5174 * wcsmbs/wchar.h: Get FILE definition for XPG5.
5176 * conform/data/ctype.h-data: Use correct comment form.
5177 * conform/data/errno.h-data: Likewise.
5178 * conform/data/math.h-data: Likewise.
5179 * conform/data/mqueue.h-data: Likewise.
5180 * conform/data/netdb.h-data: Likewise.
5181 * conform/data/pthread.h-data: Likewise.
5183 2001-01-24 Ulrich Drepper <drepper@redhat.com>
5185 * conform/data/wordexp.h-data: Fix typo.
5187 * conform/conformtest.pl: Handle allow-header correctly.
5189 * conform/data/time.h-data: Use correct comment form.
5191 * conform/conformtest.pl (checknamespace): Ignore #undef lines.
5193 * configure.in: Comment out binutils version test.
5195 * stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
5197 Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>.
5199 * stdlib/tst-strtod.c (locale_test): New function.
5200 (main): Call locale_test.
5201 * stdlib/Makefile (tst-strtod-ENV): New variable.
5203 2001-01-24 Mark Kettenis <kettenis@gnu.org>
5205 * hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost
5206 declaration of value such that we actually return the value of the
5207 environment variable.
5209 2001-01-24 Andreas Jaeger <aj@suse.de>
5211 * sysdeps/unix/sysv/linux/init-first.c: Remove extra __sysctl
5213 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5215 * include/sys/sysctl.h: New file.
5217 2001-01-23 Andreas Jaeger <aj@suse.de>
5219 * stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to
5222 * elf/dl-load.c (_dl_init_paths): Don't use strdupa in function
5223 arguments. Reported by Jiri Kubicek <kubicek@bitsmart.com>,
5224 closes PR libc/2039.
5226 * manual/install.texi (Tools for Compilation): Change required
5229 2001-01-22 Andreas Jaeger <aj@suse.de>
5231 * configure.in: Add test for new enough binutils version, move
5232 compiler/binutils test up.
5234 * Versions.def: Add version GLIBC_2.2.2.
5236 2001-01-21 Ulrich Drepper <drepper@redhat.com>
5238 * iconvdata/TESTS: UTF-8 test data for IBM932 and IBM943 are now
5240 * iconvdata/testdata/IBM932: New file.
5241 * iconvdata/testdata/IBM932..UTF8: New file.
5242 * iconvdata/testdata/IBM943: New file.
5243 * iconvdata/testdata/IBM943..UTF8: New file.
5244 Contributed by Masahide Washizawa <washi@jp.ibm.com>.
5246 2001-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5248 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correctly mask offset.
5250 2001-01-21 Ulrich Drepper <drepper@redhat.com>
5252 * malloc/malloc.c: Remove a few unnecessary initializers of global
5255 2000-12-09 H.J. Lu <hjl@gnu.org>
5257 * nss/Makefile (routines): Add digits_dots.
5258 * nss/Versions (libc): Add __nss_hostname_digits_dots to GLIBC_2.2.2.
5259 * nss/digits_dots.c (__nss_hostname_digits_dots): Turn template
5261 * nss/nsswitch.h (__nss_hostname_digits_dots): New internal NSS
5263 * nss/getXXbyYY.c (H_ERRNO_VAR_P): New definition.
5264 (TYPE_VAR_P): Likewise.
5265 (FLAGS_VAR): Likewise.
5266 (AF_VAR_P): Likewise.
5267 (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
5268 instead of including digits_dots.c.
5269 * nss/getXXbyYY_r.c (H_ERRNO_VAR_P): New definition.
5270 (TYPE_VAR_P): Likewise.
5271 (FLAGS_VAR): Likewise.
5272 (AF_VAR_P): Likewise.
5273 (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
5274 instead of including digits_dots.c.
5276 2001-01-21 Ulrich Drepper <drepper@redhat.com>
5278 * sysdeps/posix/getaddrinfo.c: Reduce .data size.
5280 2001-01-21 Andreas Jaeger <aj@suse.de>
5282 * elf/constload2.c: Add prototype for init.
5284 2001-01-21 Ulrich Drepper <drepper@redhat.com>
5286 * stdlib/stdlib.h (drand48_data): Make available only for
5287 __USE_MISC. Rename elements to protect namespace. Change type
5288 and position of a and init element.
5289 * stdlib/drand48-iter.c: Don't handle unsigned short > 16 bit
5290 differently. Adjust for drand48_data change. Don't compute a here,
5291 it comes from drand48_data.
5292 * stdlib/lcong48_r.c: Don't handle unsigned short > 16 bit
5293 differently. Adjust for drand48_data change. Compute a here.
5294 * stdlib/srand48_r.c: Likewise.
5295 * stdlib/drand48.c: Adjust for drand48_data change.
5296 * stdlib/lrand48.c: Likewise.
5297 * stdlib/mrand48.c: Likewise.
5298 * stdlib/seek48.c: Likewise.
5299 * stdlib/drand48_r.c: Likewise.
5300 * stdlib/lrand48_r.c: Likewise.
5301 * stdlib/mrand48_r.c: Likewise.
5302 * stdlib/seed48_r.c: Likewise. Don't handle unsigned short > 16 bit
5304 * stdlib/erand48_r.c: Don't handle unsigned short > 16 bit differently.
5305 * stdlib/jrand48_r.c: Likewise.
5307 * po/sv.po: Update from translation team.
5309 2001-01-21 Andreas Jaeger <aj@suse.de>
5311 * stdio-common/vfprintf.c (vfprintf): Add casts.
5313 2001-01-20 Ulrich Drepper <drepper@redhat.com>
5315 * iconvdata/run-iconv-test.sh: Reorgnize a bit to allow running only
5317 * iconvdata/TESTS: Add entries for IBM932 and IBM943.
5319 * iconvdata/Makefile (modules): Add IBM932 and IBM943.
5320 * iconvdata/gconv-modules: Add entries for IBM932 and IBM943.
5321 * iconvdata/ibm932.c: New file.
5322 * iconvdata/ibm932.h: New file.
5323 * iconvdata/ibm943.c: New file.
5324 * iconvdata/ibm943.h: New file.
5325 Patches by Masahide Washizawa <washi@jp.ibm.com>.
5327 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix typo
5328 preventing optimization from being done. Set the correct type bit
5329 in seen. Don't define and use _dl_base_addr unless
5330 NEED_DL_BASE_ADDR is defined.
5332 * io/ftw.c (ftw_dir): Add slash after directory name if there
5333 wasn't any. Reported by loris <loris@iol.it>.
5334 * io/Makefile (tests): Add bug-ftw2.
5335 * io/bug-ftw2.c: New file.
5337 2001-01-19 Ulrich Drepper <drepper@redhat.com>
5339 * stdlib/jrand48_r.c (__jrand48_r): Correct constructing of
5340 results. Reported by Jeff Higham <jhigham@algorithmics.com>.
5341 * stdlib/tst-rand48.c: New file.
5342 * stdlib/Makefile (tests): Add tst-rand48.
5344 * locale/newlocale.c (__newlocale): Fix test for setting all
5347 2001-01-19 Mark Kettenis <kettenis@gnu.org>
5349 * sysdeps/mach/hurd/chroot.c (chroot): Revert 1999-02-27 changes,
5350 but change looking up the initial directory port in a similar way
5351 as done by _hurd_change_directory_port_from_name.
5352 * hurd/fchroot.c (fchroot): Likewise.
5354 2001-01-18 Ulrich Drepper <drepper@redhat.com>
5356 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): If HAVE_AUX_XID is
5357 defined don't look whether the AT_*ID values were set.
5358 If HAVE_AUX_PAGESIZE is defined don't look whether the pagesize is set.
5359 (_dl_show_auxv): Rewrite to avoid switch statement.
5360 * sysdeps/unix/sysv/linux/kernel-features.h: Define
5361 __ASSUME_AT_PAGESIZE for kernel >= 2.4.1.
5362 * sysdeps/unix/sysv/linux/ldsodefs.h: Define HAVE_AUX_XID.
5363 Define HAVE_AUX_PAGESIZE if __ASSUME_AT_PAGESIZE is defined.
5365 * sysdeps/unix/sysv/linux/fxstat64.c: Add one __builtin_expect.
5366 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5367 * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
5369 * elf/rtld.c (process_envvars): Call __strtoul_internal instead of
5371 * elf/dl-minimal.c (strtol, __strtol_internal, strtoul): Removed.
5372 (__sigjmp_save): Set __mask_was_saved to zero since we don't save
5374 * dlfcn/eval.c (__strtol_internal): Define here.
5375 (eval): Use __strtol_internal instead of strtol.
5377 * elf/elf.h: Add a few more EF_MIPS_* constants.
5379 2001-01-17 Ulrich Drepper <drepper@redhat.com>
5381 * manual/Makefile (chapters): Add debug.
5382 * manual/debug.texi: New file.
5383 * manual/examples/execinfo.c: New file.
5384 Patch by suckfish@ihug.co.nz.
5386 2001-01-17 Andreas Schwab <schwab@suse.de>
5388 * sysdeps/m68k/bits/byteswap.h (__bswap_32): Add cast to avoid
5391 2001-01-17 Andreas Jaeger <aj@suse.de>
5393 * nscd/connections.c (nscd_run): Use proper format specifier.
5395 2001-01-16 Ulrich Drepper <drepper@redhat.com>
5397 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Move x86_cap_flags and
5398 x86_platforms data into new file after prepending _dl_. Change
5400 * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: New file.
5401 * sysdeps/unix/sysv/linux/i386/Dist: Add dl-procinfo.c.
5402 * sysdeps/unix/sysv/linux/i386/Makefile: Add rules to build
5405 * setjmp/setjmp.h: Cleanup definition of setjmp macro.
5407 * sysdeps/i386/elf/bsd-setjmp.S: Real implementation.
5408 * sysdeps/i386/elf/bsd-_setjmp.S: Removed.
5409 * sysdeps/i386/elf/setjmp.S (setjmp): Removed here.
5410 (_setjmp): Likewise.
5411 * sysdeps/i386/bsd-_setjmp.S: Real implementation.
5412 * sysdeps/i386/bsd-setjmp.S: Real implementation.
5413 * sysdeps/i386/bits/setjmp.h: Remove PUSH_SIGNAL_MASK definition.
5414 * sysdeps/i386/setjmp.S: Remove PIC support. This is the non-ELF
5417 2001-01-16 Andreas Jaeger <aj@suse.de>
5419 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (SIGCONTEXT): Fix
5420 misapplied last patch.
5422 2001-01-15 Ulrich Drepper <drepper@redhat.com>
5424 * stdlib/random.c (__initstate): Clean up a cast.
5425 (__setstate): Likewise.
5427 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove select
5428 syscall handling. The generic Linux version should work.
5430 2001-01-15 Andreas Jaeger <aj@suse.de>
5432 * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
5434 * stdio-common/tstscanf.c (main): Add two testcases for '*' modifier.
5436 2001-01-14 Jakub Jelinek <jakub@redhat.com>
5438 * nss/getent.c (print_aliases, aliases_keys, ethers_keys,
5439 netgroup_keys, print_rpc, rpc_keys, print_shadow, shadow_keys):
5441 (group_keys, hosts_keys, network_keys, passwd_keys, protocols_keys):
5442 If number is 0, list all.
5443 (services_keys): Likewise. Lookup aliases as well.
5444 (databases): New table.
5445 (build_doc): Prepare argp doc text with list of supported databases.
5446 (main): Change to table driven processing.
5448 2001-01-14 Thorsten Kukuk <kukuk@suse.de>
5450 * sunrpc/xdr.c (xdr_long, xdr_u_long): Fix comments about these
5453 2001-01-03 Jakub Jelinek <jakub@redhat.com>
5455 * sunrpc/xdr.c (xdr_long, xdr_u_long): Return FALSE if trying to
5456 encode value which does not fit in the 32bit type.
5458 2001-01-15 Hiroyuki Machida <machida@sm.sony.co.jp>
5460 * sysdeps/unix/sysv/linux/mips/register-dump.h (REGISTER_DUMP):
5461 Change type of CTX to (struct sigcontext *).
5462 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Likewise.
5463 (GET_FRAME): Likewise.
5464 (GET_STACK): Likewise.
5465 (SIGCONTEXT): Likewise. Add 2nd arg _code.
5466 (SIGCONTEXT_EXTRA_ARGS): Add 2nd arg _code.
5468 2001-01-13 Ulrich Drepper <drepper@redhat.com>
5470 * manual/texinfo.tex: Update from upstream version.
5472 2001-01-13 Jakub Jelinek <jakub@redhat.com>
5474 * inet/ether_ntoh.c (lookup_function): Change arguments to match
5475 _nss_*_getntohost_r prototype.
5476 (ether_ntohost): Pass errno pointer to NSS function.
5478 2001-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5480 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MS_SYNC): Fix value.
5481 (MAP_LOCKED): New definition.
5482 (MAP_NORESERVE): New definition.
5484 2001-01-12 Ulrich Drepper <drepper@redhat.com>
5486 * assert/assert.h: Use static_cast instead of C-style cast for C++.
5487 Patch by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>.
5489 2001-01-12 Ben Collins <bcollins@debian.org>
5491 * sysdeps/generic/segfault.c (install_handler): Use access, not
5494 2001-01-12 Andreas Jaeger <aj@suse.de>
5496 * posix/fnmatch_loop.c (FCT): Remove signed warnings.
5497 * posix/wordexp.c (do_parse_glob): Likewise.
5498 * sysdeps/posix/sigblock.c (__sigblock): Likewise.
5499 * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
5500 * elf/dl-open.c (_dl_open): Likewise.
5501 * elf/dl-close.c (_dl_close): Likewise.
5502 * elf/dl-load.c (_dl_map_object): Likewise.
5503 * iconv/iconv_prog.c (process_fd): Likewise.
5504 * stdio-common/vfscanf.c (_IO_vfscanf): Likewise.
5506 * locale/localeinfo.h (struct locale_data): Use __flexarr instead
5507 of a zero-length array.
5509 2001-01-11 Jakub Jelinek <jakub@redhat.com>
5511 * stdlib/cxa_atexit.c (__cxa_atexit): Cast to (void *, int) func.
5512 * stdlib/cxa_finalize.c (__cxa_finalize): Add hidden second argument.
5513 * stdlib/cxa_on_exit.c: Remove.
5514 * stdlib/Makefile: Revert last patch.
5515 * stdlib/Versions: Likewise.
5516 * include/stdlib.h: Likewise.
5517 * stdlib/exit.h: Revert last patch.
5518 (struct exit_function): Add second argument to cxa fn.
5519 * stdlib/exit.c: Revert last patch.
5520 (exit): Add hidden second argument.
5522 2001-01-11 H.J. Lu <hjl@gnu.org>
5524 * elf/dl-libc.c (do_dlopen): Move DL_STATIC_INIT to ...
5525 * elf/dl-open.c (_dl_open): Here.
5526 * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_lock):
5528 (_dl_static_init): Initialize the variables every time when possible.
5529 * sysdeps/unix/sysv/linux/ia64/ldsodefs.h (DL_STATIC_INIT):
5532 2001-01-11 Ulrich Drepper <drepper@redhat.com>
5534 * stdlib/Makefile (routines): Add cxa_on_exit.
5535 * stdlib/Versions [libc] (GLIBC_2.2.1): Add __cxa_on_exit.
5536 * stdlib/cxa_on_exit.c: New file.
5537 * include/stdlib.h: Add prototype for __cxa_on_exit.
5538 * stdlib/exit.c: Handle ef_cxa2.
5539 * stdlib/exit.h (enum): Add ef_cxa2.
5540 (struct exit_function): Add cxa2.
5542 * Versions.def [ld]: Add GLIBC_2.2.1.
5544 2001-01-10 H.J. Lu <hjl@gnu.org>
5546 * elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries.
5547 * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep-dl-routines): Add
5549 * sysdeps/unix/sysv/linux/ia64/Versions (ld): Add _dl_var_init.
5550 * sysdeps/generic/ldsodefs.h (DL_STATIC_INIT): Defined if not defined.
5551 * sysdeps/unix/sysv/linux/ia64/ldsodefs.h: New file.
5552 * sysdeps/unix/sysv/linux/ia64/dl-static.c: New file.
5553 * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-static.c.
5555 2001-01-11 Ulrich Drepper <drepper@redhat.com>
5557 * libio/stdio.h: Remove definition of off_t.
5559 2001-01-11 Andreas Jaeger <aj@suse.de>
5561 * wcsmbs/tst-mbrtowc.c (utf8_test): New function by Markus Kuhn
5564 2001-01-10 Ulrich Drepper <drepper@redhat.com>
5566 * sunrpc/Makefile (distribute): Add errqueue.h.
5568 2001-01-10 H.J. Lu <hjl@gnu.org>
5570 * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Also preserve
5571 r9, r10 and r11 for language specific registers.
5573 2001-01-10 Jakub Jelinek <jakub@redhat.com>
5575 * sunrpc/clnt_udp.c (clntudp_bufcreate): Set IP_RECVERR on the
5577 (clntudp_call): Handle MSG_ERRQUEUE.
5578 * sysdeps/generic/errqueue.h: New file.
5579 * sysdeps/unix/sysv/linux/errqueue.h: New file.
5581 2001-01-10 H.J. Lu <hjl@gnu.org>
5583 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_getpagesize): Removed.
5585 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
5587 * CONFORMANCE: Update.
5589 2001-01-09 Ulrich Drepper <drepper@redhat.com>
5591 * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
5592 Minimal cleanups. Add assert to ensure memory handling is correct.
5594 * manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value.
5595 Reported by Ben Collins <bcollins@debian.org>.
5597 * time/strftime.c (my_strftime): Mark previous GNU extensions
5598 which are now in C99 as such.
5600 2001-01-08 Ulrich Drepper <drepper@redhat.com>
5602 * elf/rtld.c (process_envvars): Place output files for profiling
5603 in SUID binaries in /var/profile.
5605 * elf/dl-load.c (_dl_map_object): Don't look in cache for
5606 preloading in SUID binaries.
5608 * elf/dl-profile.c (_dl_start_profile): Open the output file with
5609 O_NOFOLLOW if possible.
5611 * include/stdlib.h: Add __posix_openpt declaration.
5612 * stdlib/stdlib.h: Add posix_openpt declaration.
5613 * login/Versions: Add posix_openpt for GLIBC_2.2.1.
5614 * sysdeps/generic/getpt.c: Define posix_openpt.
5615 * sysdeps/unix/bsd/getpt.c: Likewise.
5616 * sysdeps/unix/sysv/linux/getpt.c: Likewise.
5618 * time/Makefile (tests): Add tst-mktime.
5619 * time/tst-mktime.c: New file.
5621 * posix/tst-dir.c (main): One more mkdir() test.
5623 * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
5624 Remove getpagesize syscall. We assume that the pagesize is always
5625 determined from the auxiliary vector.
5627 * intl/dcigettext.c: Fix a few warnings.
5628 Patch by Bruno Haible <haible@ilog.fr>.
5630 2001-01-08 Andreas Jaeger <aj@suse.de>
5632 * io/test-lfs.c (do_test): Check lseek64 return for EINVAL.
5633 Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
5635 2001-01-08 Ulrich Drepper <drepper@redhat.com>
5637 * sysdeps/generic/segfault.c (install_handler): Check output file
5640 * resolv/res_query.c: Use simply getenv() for HOSTALIASES.
5641 * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add HOSTALIASES.
5643 * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add missing comma.
5645 * malloc/memusage.c (me): Use access() to determine whether we
5646 should write the output file or not.
5648 * libio/bits/stdio.h (printf): Define macro to map printf call to
5649 fprintf which gcc can optimize.
5650 * stdio-common/printf.c: Undefine printf.
5652 2001-01-07 Ulrich Drepper <drepper@redhat.com>
5654 * sysdeps/generic/bits/byteswap.h (__bswap_64): Partly revert last
5655 patch. We must use unsigned int for l member of union.
5657 * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Don't call
5658 _dl_aux_init for shared libraries.
5660 * sysdeps/unix/sysv/linux/glob64.c: Moved to ...
5661 * sysdeps/gnu/glob64.c: ...here. New file.
5663 2001-01-07 Ben Collins <bcollins@debian.org>
5665 * manual/examples/longopt.c: Make the "struct option" a little
5666 more like it should be, adding usage of required_argument,
5667 noargument and such, and also setting the options string right.
5669 * manual/sysinfo.texi (Load Average): New section, documents
5672 2001-01-06 Ulrich Drepper <drepper@redhat.com>
5674 * version.h (VERSION): Bump to 2.2.1.
5676 * sysdeps/unix/sysv/linux/mips/Dist: Remove sys/acct.h.
5677 * sysdeps/alpha/Dist: Add alphaev6/stxncpy.S and alphaev6/stxcpy.S.
5678 * sysdeps/unix/sysv/aix/Dist: Add uitrunc.c, savef.S, and restf.S.
5679 * dlfcn/Makefile (distribute): Add errmsg1mod.c.
5680 * Makefile (distribute): Add include/libc-internal.h.
5681 * libio/Makefile (distribute): Avoid overwriting.
5683 * iconvdata/ibm937.c (BODY to IBM937): Correct several mistakes in
5684 buffer and table handling.
5686 2001-01-05 H.J. Lu <hjl@gnu.org>
5688 * elf/dl-support.c (non_dynamic_init): Move the auxiliary
5689 vector checking to ...
5690 (_dl_aux_init): Here. New function. Defined only if
5691 HAVE_AUX_VECTOR is defined.
5693 * sysdeps/generic/libc-start.c (__libc_start_main): Call
5694 _dl_aux_init for static binaries if HAVE_AUX_VECTOR is defined.
5696 * sysdeps/powerpc/elf/libc-start.c (__libc_start_main): Call
5699 * sysdeps/unix/sysv/linux/ldsodefs.h (DL_FIND_AUXV): Removed.
5700 (HAVE_AUX_VECTOR): Defined.
5701 (_dl_aux_init): Declared.
5703 2001-01-05 Ben Collins <bcollins@debian.org>
5705 * manual/string.texi (Finding Tokens in a String): Document XPG
5706 basename() and dirname(), as well as GNU basename().
5708 2001-01-05 Jakub Jelinek <jakub@redhat.com>
5710 * Makeconfig (preprocess-version): Replace -traditional with
5711 -x assembler-with-cpp.
5713 2001-01-05 Joseph S. Myers <jsm28@cam.ac.uk>
5715 * math/bits/cmathcalls.h: Don't define inline cimag, creal or conj
5716 for GCC 2.97 or later.
5718 2001-01-05 Ben Collins <bcollins@debian.org>
5720 * manual/stdio.texi (getline): Clarify the return value in the
5721 case of EOF being reached before a newline.
5723 2001-01-04 Jakub Jelinek <jakub@redhat.com>
5725 * sunrpc/pmap_clnt.c (__get_myaddress): Return TRUE if successful,
5727 (pmap_set, pmap_unset): Check __get_myaddress return value.
5729 2001-01-05 Mark Kettenis <kettenis@gnu.org>
5731 * sysdeps/generic/netinet/if_ether.h: Include <sys/types.h>.
5732 (struct ether_addr): Declare ether_addr_octet member as
5733 `u_int8_t'. Add __attribute__ ((__packed__)).
5735 2001-01-06 Mark Kettenis <kettenis@gnu.org>
5737 * sysdeps/mach/hurd/readdir64.c: New file.
5738 * sysdeps/mach/hurd/readdir64_r.c: New file.
5740 2001-01-07 Mark Kettenis <kettenis@gnu.org>
5742 * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Add comment about
5743 `struct statfs' and `struct statvfs' being identical.
5744 * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
5746 2001-01-06 Mark Kettenis <kettenis@gnu.org>
5748 * sysdeps/mach/hurd/fstatfs64.c: New file.
5749 * sysdeps/mach/hurd/fstatvfs64.c: New file.
5750 * sysdeps/mach/hurd/statfs64.c: New file.
5751 * sysdeps/mach/hurd/statvfs64.c: New file.
5752 * sysdeps/mach/hurd/statfsconv.c: New file.
5753 * sysdeps/mach/hurd/Dist: Add statfsconv.c.
5755 2001-01-06 Ulrich Drepper <drepper@redhat.com>
5757 * iconv/skeleton.c: Reset outbuf for next round of the loop.
5758 Reported by Owen Taylor <otaylor@redhat.com>.
5759 * iconv/Makefile (tests): Add tst-iconv3.
5760 * iconv/tst-iconv3.c: New file.
5762 * iconvdata/ibm930.c: Fix handling of state. Optimize a bit.
5763 * iconvdata/ibm933.c: Likewise.
5764 * iconvdata/ibm935.c: Likewise.
5765 * iconvdata/ibm937.c: Likewise.
5766 * iconvdata/ibm939.c: Likewise.
5767 * iconvdata/ibm930.h: Adjust single byte table for optimization.
5768 * iconvdata/ibm933.h: Likewise.
5769 * iconvdata/ibm935.h: Likewise.
5770 * iconvdata/ibm939.h: Likewise.
5772 * iconvdata/testdata/IBM930: Add misssing SI.
5773 * iconvdata/testdata/IBM933: Likewise.
5774 * iconvdata/testdata/IBM935: Likewise.
5775 * iconvdata/testdata/IBM937: Likewise.
5776 * iconvdata/testdata/IBM939: Likewise.
5778 2001-01-06 Andreas Jaeger <aj@suse.de>
5780 * configure.in: Check for old add-ons that shouldn't be used with
5781 current glibc anymore.
5783 2001-01-06 Mark Kettenis <kettenis@gnu.org>
5785 * sysdeps/mach/hurd/readdir_r.c (__readdir_r): Return error number
5786 instead of -1 on failure. Don't forget to copy file name into
5787 *ENTRY if successful. Set *RESULT to NULL upon reaching the end
5790 2001-01-06 Mark Kettenis <kettenis@gnu.org>
5792 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Don't forget to
5793 copy st_atime member.
5795 2001-01-05 Ulrich Drepper <drepper@redhat.com>
5797 * io/ftw.c (ftw_dir): Don't add a second slash at the beginning
5798 for searches from the root directory.
5799 Reported by loris <loris@iol.it> [PR libc/1991].
5800 * io/Makefile (tests): Add bug-ftw1.
5801 * io/bug-ftw1.c: New file.
5803 * elf/dl-support.c (non_dynamic_init): Don't define DL_FIND_AUXV
5804 if it is not available. Instead use it only if it is available.
5805 * sysdeps/unix/sysv/linux/ldsodefs.h: New file.
5807 * iconv/gconv_simple.c (internal_ics4_loop): Correct test for
5808 overflowing output buffer.
5809 (internal_ucs4_loop_unaligned): Likewise.
5810 (ucs4_internal_loop): Likewise.
5811 (ucs4_internal_loop_unaligned): Likewise.
5812 (internal_ucs4le_loop): Likewise.
5813 (internal_ucs4le_loop_unaligned): Likewise.
5814 (ucs4le_internal_loop): Likewise.
5815 (ucs4le_internal_loop_unaligned): Likewise.
5816 Reported by Owen Taylor <otaylor@redhat.com>.
5817 * iconv/Makefile (tests): Add tst-iconv2.
5818 * iconv/tst-iconv2.c: New file.
5820 2001-01-04 H.J. Lu <hjl@gnu.org>
5822 * elf/dl-support.c (DL_FIND_AUXV): New. Defined if not defined.
5823 (_dl_clktck): Declared.
5824 (non_dynamic_init): Take 3 arguments.
5825 Set _dl_pagesize, _dl_platform and _dl_clktck from AUX.
5827 2001-01-01 Bruno Haible <haible@clisp.cons.org>
5829 Finish implementation of plural form handling.
5830 * intl/dcigettext.c (known_translation_t): Rename 'domain' field to
5831 'domainname'. Remove 'plindex' field. Add 'domain' and
5832 'translation_length' fields.
5833 (transcmp): Don't compare 'plindex' fields.
5834 (plural_lookup): New function.
5835 (DCIGETTEXT): Change cache handing in the plural case. Don't call
5836 plural_eval before the translation and its catalog file have been
5837 found. Remove plindex from cache key. Add 'translation_length' and
5838 'domain' to cache result.
5839 (_nl_find_msg): Remove index argument, return length of translation
5840 to the caller instead. Weaken comparison of string lengths, to account
5841 for plural entries. Call iconv() on the entire result string, not
5842 only on the portion needed so far.
5843 * intl/loadinfo.h (_nl_find_msg): Remove index argument, add lengthp
5845 * intl/loadmsgcat.c (_nl_load_domain): Adapt to _nl_find_msg change.
5847 2001-01-04 Ulrich Drepper <drepper@redhat.com>
5849 * intl/plural.y (yylex): Minimal improvement in number scanner.
5851 2000-07-31 Bruno Haible <haible@clisp.cons.org>
5853 * intl/plural.y: Include config.h. Needed to define 'inline' away for
5854 C compilers that don't support it.
5855 (yylex): Don't use gcc specific case range syntax.
5856 * intl/loadmsgcat.c (INIT_GERMANIC_PLURAL): New macro, for old
5859 2000-10-12 Bruno Haible <haible@clisp.cons.org>
5861 * intl/finddomain.c: Remove unneeded includes.
5863 2000-10-12 Bruno Haible <haible@clisp.cons.org>
5865 * intl/localealias.c (memcpy): Return first argument, just like the
5866 real memcpy function does.
5867 * intl/bindtextdom.c (memcpy): Likewise.
5868 * intl/finddomain.c (memcpy): Likewise.
5869 * intl/l10nflist.c (memcpy): Likewise.
5870 * intl/textdomain.c (memcpy): Likewise.
5871 From Paul Eggert <eggert@twinsun.com>.
5873 2001-01-03 Jakub Jelinek <jakub@redhat.com>
5875 * resolv/resolv.h (struct __res_state): Add nsinit field.
5876 * resolv/res_send.c (res_nsend): Use it instead of nscount.
5877 * resolv/res_init.c (__res_vinit): Initialize it.
5878 (res_nclose): Clear it instead of nscount.
5880 2001-01-04 Ulrich Drepper <drepper@redhat.com>
5882 * malloc/mtrace.pl: Fix matching of addresses.
5883 Patch by Aharon Robbins <arnold@skeeve.com>.
5885 * Versions.def (ld): Add GLIBC_2.2.
5887 * catgets/gencat.c: Copyright 2001.
5888 * csu/version.c: Likewise.
5889 * debug/catchsegv.sh: Likewise.
5890 * debug/xtrace.sh: Likewise.
5891 * elf/ldconfig.c: Likewise.
5892 * elf/sprof.c: Likewise.
5893 * iconv/iconv_prog.c: Likewise.
5894 * locale/locale.c: Likewise.
5895 * locale/localedef.c: Likewise.
5896 * malloc/memusage.sh: Likewise.
5897 * malloc/mtrace.pl: Likewise.
5898 * nscd/nscd.c: Likewise.
5899 * posix/getconf.c: Likewise.
5901 2001-01-04 Mark Kettenis <kettenis@gnu.org>
5903 * include/stdio.h: Only provide __getwc_unlocked prototype if
5904 USE_IN_LIBIO is defined.
5906 2001-01-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5908 * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Fix error code
5911 2001-01-03 Andreas Schwab <schwab@suse.de>
5913 * sysdeps/generic/strtoll.c: Remove unused __strtoq_internal alias.
5914 * sysdeps/generic/strtoull.c: Remove unused __strtouq_internal alias.
5916 * sysdeps/wordsize-64/strtol.c: Add strtoq alias and fix strtoll alias.
5917 * sysdeps/wordsize-64/strtoul.c: Add strtouq alias and fix
5919 * sysdeps/wordsize-64/wcstol.c: Add wcstoq alias and fix wcstoll alias.
5920 * sysdeps/wordsize-64/wcstoul.c: Add wcstouq alias and fix
5923 * sysdeps/generic/strtoul.c: Make sure we find strtol.c in this
5925 * sysdeps/generic/strtol_l.c: Likewise.
5926 * sysdeps/generic/strtoul_l.c: Likewise.
5927 * sysdeps/generic/wcstoul.c: Likewise, for wcstol.c.
5929 * sysdeps/wordsize-64/strtol_l.c: Fix alias.
5930 * sysdeps/wordsize-64/strtoul_l.c: Likewise.
5931 * sysdeps/wordsize-64/wcstol_l.c: Fix alias.
5932 * sysdeps/wordsize-64/wcstoul_l.c: Likewise.
5934 2001-01-04 Andreas Jaeger <aj@suse.de>
5936 * nss/nsswitch.c: Include files for missing prototypes, remove
5937 buggy declaration of prototypes.
5939 2001-01-03 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5941 * resolv/Versions: Fix bracing.
5942 * sysdeps/powerpc/soft-fp/Versions: Likewise.
5943 * sysdeps/sparc/sparc64/soft-fp/Versions: Likewise.
5945 2001-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5947 * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
5949 2001-01-02 Ulrich Drepper <drepper@redhat.com>
5951 * manual/Makefile (TEXI2PDF): Change to texi2dvi --pdf.
5952 Suggested by Minko Markov <mmarkov@home.com>.
5954 2001-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5956 * sysdeps/powerpc/elf/start.S (__data_start): Make it global.
5957 * sysdeps/powerpc/dl-machine.c (dl_reloc_overflow): Print the name of
5959 (__process_machine_rela): Pass symbol to dl_reloc_overflow().
5961 2001-01-02 Ben Collins <bcollins@debian.org>
5963 * time/tzset.c (tzset_internal): Make sure we fall back to UTC
5964 if TZ is not set and TZDEFAULT is not present.
5966 2001-01-01 Ben Collins <bcollins@debian.org>
5968 * string/strings.h: Make sure we declare our functions even if
5969 string.h is already included, based on whether or not __USE_BSD is
5972 2001-01-02 Ulrich Drepper <drepper@redhat.com>
5974 * dlfcn/dlerror.c (dlerror): Handle call of dlerror() before any
5975 other dlopen() and dlsym().
5976 Based on a patch by Ben Collins <bcollins@debian.org>.
5978 2001-01-02 Andreas Jaeger <aj@suse.de>
5980 * dlfcn/errmsg1.c (main): Call dlerror initially.
5981 Reported by Ben Collins <bcollins@debian.org>.
5983 2001-01-02 Ulrich Drepper <drepper@redhat.com>
5985 * intl/dcigettext.c (guess_category_value): Rewrite so that LANGUAGE
5986 value is ignored if the selected locale is the C locale.
5987 * intl/tst-gettext.c: Set locale for above change.
5988 * intl/tst-translit.c: Likewise.
5990 2001-01-02 Andreas Jaeger <aj@suse.de>
5992 * libio/wgenops.c (_IO_wdoallocbuf): Use correct wide access macro.
5993 (_IO_switch_to_wget_mode): Likewise.
5994 (_IO_sputbackwc): Likewise.
5995 (_IO_sungetwc): Use wint_t for result.
5997 * stdio-common/vfscanf.c (__vfscanf): Use WINT_T for done.
5999 * sysdeps/generic/strtol.c (strtol): Make cnt size_t for correct
6002 * sysdeps/generic/printf_fphex.c (putc): Cast _IO_putwc_unlocked
6003 to (int) to avoid warnings.
6004 * stdio-common/printf_fp.c (putc): Likewise.
6005 * stdio-common/printf_size.c (putc): Likewise.
6007 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Make
6010 2001-01-01 Andreas Jaeger <aj@suse.de>
6012 * inet/rcmd.c (rcmd_af): Use socklen_t for len.
6014 2000-12-31 Andreas Jaeger <aj@suse.de>
6016 * include/libc-internal.h: Add prototype for __libc_freeres.
6018 * sysdeps/unix/sysv/linux/init-first.c: Include <libc-internals.h>
6019 for prototypes, remove redundant prototypes.
6020 * gmon/gmon.c: Likewise.
6021 * sysdeps/unix/i386/i586/clock_getres.c: Likewise.
6022 * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
6023 * malloc/mtrace.c: Likewise.
6025 * sysdeps/generic/enbl-secure.c: Include <libc-internals.h> for
6027 * elf/soinit.c: Likewise.
6028 * sysdeps/generic/prof-freq.c: Likewise.
6029 * sysdeps/mach/hurd/profil.c: Likewise.
6030 * debug/noophooks.c: Likewise.
6031 * debug/pcprofile.c: Likewise.
6032 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Likewise.
6033 * sysdeps/generic/get_clockfreq.c: Likewise.
6034 * malloc/set-freeres.c: Likewise.
6036 * locale/localeinfo.h: Add internal prototypes.
6038 * elf/rtld.c (dl_main): Fix prototype.
6040 * iconvdata/tst-table-to.c (main): Use return instead of exit to
6043 * nis/rpcsvc/yp_prot.h: Remove __P.
6044 * nis/rpcsvc/ypupd.h: Likewise.
6045 * nis/rpcsvc/yp.h: Likewise.
6047 * sunrpc/rpc_main.c: Add noreturn attributes.
6048 * sunrpc/rpc_scan.h: Likewise.
6050 * sunrpc/rpc_hout.c (storexdrfuncdecl): Make static.
6052 * sunrpc/rpcinfo.c: Add noreturn attribute to brdcst.
6054 * sunrpc/proto.h: Add noreturn attributes to error and crash.
6056 * posix/bsd-getpgrp.c: Add prototype to avoid warning.
6058 * sunrpc/svc_unix.c: Include <rpc/svc.h> for prototypes.
6060 * sunrpc/create_xid.c: Include <rpc/svc.h> for prototypes.
6062 * include/rpc/rpc_msg.h: Add prototypes for some functions.
6063 * include/rpc/auth.h: Likewise.
6064 * include/rpc/auth_des.h: Likewise.
6065 * include/rpc/clnt.h: Likewise.
6066 * include/rpc/rpc.h: Likewise.
6067 * include/rpc/svc.h: Likewise.
6068 * include/rpc/svc_auth.h: Likewise.
6070 * include/rpc/des_crypt.h: New file.
6072 * malloc/memusagestat.c (main): Use return instead of exit to
6074 * io/pwd.c (main): Likewise.
6075 * iconvdata/tst-table-from.c (main): Likewise.
6076 * ctype/test_ctype.c (main): Likewise.
6077 * setjmp/tst-setjmp.c (main): Likewise.
6078 * signal/tst-signal.c (main): Likewise.
6079 * stdlib/tst-strtol.c (main): Likewise.
6080 * stdlib/tst-strtod.c (main): Likewise.
6081 * stdlib/tst-strtoll.c (main): Likewise.
6082 * stdlib/tst-xpg-basename.c (main): Likewise.
6083 * dirent/tst-seekdir.c (main): Likewise.
6084 * grp/testgrp.c (main): Likewise.
6085 * inet/test_ifindex.c (main): Likewise.
6086 * io/test-utime.c (main): Likewise.
6087 * posix/test-vfork.c (main): Likewise.
6088 * posix/testfnm.c (main): Likewise.
6089 * stdio-common/temptest.c (main): Likewise.
6090 * stdio-common/test_rdwr.c (main): Likewise.
6091 * stdio-common/tst-fileno.c (main): Likewise.
6092 * stdio-common/tst-sscanf.c (main): Likewise.
6093 * stdio-common/tstscanf.c (main): Likewise.
6094 * string/bug-strncat1.c (main): Likewise.
6095 * string/bug-strpbrk1.c (main): Likewise.
6096 * string/bug-strspn1.c (main): Likewise.
6097 * string/test-ffs.c (main): Likewise.
6098 * string/tst-inlcall.c (main): Likewise.
6099 * string/tst-svc.c (main): Likewise.
6100 * timezone/test-tz.c (main): Likewise.
6101 * wctype/test_wcfuncs.c (main): Likewise.
6102 * wctype/test_wctype.c (main): Likewise.
6104 * stdlib/tst-random.c: Add attribute noreturn to fail.
6106 2000-12-28 Wolfram Gloger <wg@malloc.de>
6108 * malloc/malloc.c (MALLOC_COPY): Handle case if source and
6109 destination overlap. Assume dest is always below source if
6112 2000-12-30 Ulrich Drepper <drepper@redhat.com>
6114 * elf/dl-close.c (_dl_close): We can ignore the NODELETE flag if the
6115 object was not yet initialized.
6117 2000-12-28 H.J. Lu <hjl@gnu.org>
6119 * elf/dl-deps.c (_dl_map_object_deps): Make sure the DSO state
6120 is always consistent even if its dependency is failed.
6122 * elf/dl-open.c (_dl_open): Increment the open count before
6123 calling _dl_close () in case of failure.
6125 * elf/neededtest4.c: New file.
6126 * elf/neededobj5.c: New file.
6127 * elf/neededobj6.c: New file.
6129 * elf/Makefile (distribute): Add neededobj5.c and neededobj6.c.
6130 (tests): Add neededtest4.
6131 (modules-names): Add neededobj5 and neededobj6.
6132 ($(objpfx)neededobj6.so): New target.
6133 ($(objpfx)neededtest4): New target.
6134 ($(objpfx)neededtest4.out): New target.
6136 2000-12-28 Joseph S. Myers <jsm28@cam.ac.uk>
6138 * misc/sys/cdefs.h (__attribute_format_strfmon__): Define.
6139 * stdlib/monetary.h: Add strfmon format attributes.
6141 2000-12-28 Roland McGrath <roland@frob.com>
6143 * sysdeps/mach/hurd/ioctl.c (do_ioctl): Avoid double-increment after
6144 __mempcpy does it for us.
6146 2000-12-28 Andreas Jaeger <aj@suse.de>
6148 * sysdeps/generic/dl-environ.c: Add prototype for unsetenv.
6150 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Add prototype for
6153 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Add prototype for
6156 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Add prototype for
6159 * sysdeps/unix/sysv/linux/i386/chown.c: Add prototypes for
6160 __chown_is_lchown and __real_chown.
6162 * sysdeps/generic/ldsodefs.h: Add noreturn attribute to
6165 * sunrpc/rpc_hout.c (print_funcdef): Add break statement to shut
6166 up GCC's warning about "deprecated use of label at end of compound
6168 * sunrpc/rpc_cout.c (emit_inline): Likewise.
6170 * gmon/bb_exit_func.c: Include <sys/gmon.h> for internal
6172 Remove struct bb and __bb_head since those are declared by
6175 2000-12-22 Ben Collins <bcollins@debian.org>
6177 * manual/charset.texi: Fix typo in description of WCHAR_MAX.
6179 * manual/argp.texi: Document argp_domain as part of struct argp.
6181 2000-12-28 Andreas Jaeger <aj@suse.de>
6183 * catgets/Makefile (generated): Add sample.SJIS.cat.
6185 * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
6187 * elf/dl-minimal.c: Add prototypes.
6189 * include/locale.h: Add internal prototypes.
6190 * include/sys/gmon.h: Likewise.
6192 * dlfcn/errmsg1mod.c: Add prototype for foo to shut up GCC.
6194 2000-12-27 Ben Collins <bcollins@debian.org>
6196 * elf/dl-open.c (_dl_open): Correctly set the new objname pointer
6197 when reallocating the error strings.
6198 Reported by Kalle Olavi Niemitalo <kon@iki.fi>
6200 2000-12-27 Ulrich Drepper <drepper@redhat.com>
6202 * dlfcn/Makefile (tests): Add errmsg1.
6203 (modules-names): Add errmsg1mod.
6204 Add rules to run errmsg1.
6205 * dlfcn/errmsg1.c: New file.
6206 * dlfcn/errmsg1mod.c: New file.
6208 * dlfcn/dlerror.c (dlerror): Always create output string which
6209 includes object file name.
6211 * sysdeps/alpha/alphaev6/memcpy.S: Don't go through unrolled loop
6212 if we would go through it only once.
6213 Patch by Rick Gorton <rick.gorton@api-networks.com>.
6215 * sysdeps/alpha/alphaev67/strncat.S: Fix handling of numeric parameter.
6216 Patch by Richard Henderson <rth@redhat.com>.
6218 2000-12-27 Jakub Jelinek <jakub@redhat.com>
6220 * malloc/malloc.c (memmove): Add prototypes.
6221 (MALLOC_MEMMOVE): Define.
6222 (chunk_realloc): Use it instead of MALLOC_COPY if source and
6223 destination might overlap.
6225 2000-12-27 Andreas Jaeger <aj@suse.de>
6227 * stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
6229 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6230 * locale/programs/locale.c (show_locale_vars): Likewise.
6231 (show_info): Likewise.
6232 * locale/programs/ld-collate.c (collate_output): Likewise.
6233 * locale/programs/ld-ctype.c (set_class_defaults): Likewise.
6234 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
6235 * stdlib/rpmatch.c (rpmatch): Likewise.
6237 * setjmp/tst-setjmp.c: Make local functions static.
6238 * setjmp/jmpbug.c: Likewise.
6239 * signal/tst-signal.c: Likewise.
6240 * stdio-common/tfformat.c: Likewise.
6241 * string/tst-svc.c: Likewise.
6242 * time/clocktest.c: Likewise.
6243 * time/tst-getdate.c: Likewise.
6244 * dirent/list.c: Likewise.
6245 * dirent/opendir-tst1.c: Likewise.
6246 * posix/runtests.c: Likewise.
6247 * posix/tst-getaddrinfo.c: Likewise.
6248 * posix/tst-chmod.c: Likewise.
6249 * posix/wordexp-test.c: Likewise.
6250 * misc/tst-efgcvt.c: Likewise.
6251 * timezone/tst-timezone.c: Likewise.
6252 * rt/tst-clock.c: Likewise.
6253 * rt/tst-shm.c: Likewise.
6254 * rt/tst-aio2.c: Likewise.
6255 * rt/tst-aio3.c: Likewise.
6256 * rt/tst-aio4.c: Likewise.
6257 * rt/tst-aio5.c: Likewise.
6259 * dlfcn/failtest.c: Add prototype for foo.
6261 * dlfcn/glrefmain.c: Add prototype for do_test.
6263 * dlfcn/tst-dladdr.c: Add prototype for do_test.
6265 * string/test-ffs.c (main): Add prototype for nested function.
6267 * sunrpc/des_soft.c: Include rpc/des_crypt.h for prototype.
6269 * nss/XXX-lookup.c: Add prototype to shut up GCC.
6271 * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): Fix
6272 setetherent prototype.
6273 Add internal interfaces.
6275 * nis/nss_nis/nis-ethers.c (_nss_nis_setetherent): Likewise.
6276 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent): Likewise.
6278 * resolv/res_data.c: Don't add (conflicting) prototypes for _LIBC.
6280 * nis/nis_intern.h: Add prototype for __pmap_getnisport.
6282 * nss/nss_files/files-ethers.c: Include netinet/ether.h to get
6283 prototypes, remove struct etherent since it's declared in ether.h.
6284 Fix ntohost declaration.
6286 * elf/dl-profile.c (_dl_mcount): Add empty statement to shut up GCC.
6288 * include/getopt.h: Add internal interfaces.
6289 * include/termios.h: Likewise.
6290 * include/resolv.h: Likewise.
6291 * include/netdb.h: Likewise.
6292 * include/grp.h: Likewise.
6293 * include/pwd.h: Likewise.
6294 * include/shadow.h: Likewise.
6295 * include/rpc/netdb.h: Likewise.
6296 * include/setjmp.h: Likewise.
6298 * include/stdio.h: Add prototypes for compatibility functions.
6299 * include/grp.h: Likewise.
6300 * include/pwd.h: Likewise.
6301 * include/shadow.h: Likewise.
6303 * include/fenv.h: Define internal interfaces.
6305 2000-12-27 Ulrich Drepper <drepper@redhat.com>
6307 * sysdeps/generic/bits/byteswap.h (__bswap_64): Handle constant
6308 argument case separately.
6309 * sysdeps/i386/bits/byteswap.h (__bswap_64): Likewise.
6311 2000-12-27 Andreas Jaeger <aj@suse.de>
6313 * include/sys/wait.h: Add some prototypes.
6314 * Rules (dummy.c): Create also prototype to shut up GCC.
6316 2000-12-27 Andreas Jaeger <aj@suse.de>
6318 * sysdeps/mach/hurd/if_index.c (__protocol_available): Uncomment,
6319 it's not needed at the moment.
6320 * sysdeps/generic/if_index.c (__protocol_available): Likewise.
6321 * sysdeps/unix/sysv/linux/if_index.c (__protocol_available): Likewise.
6323 2000-12-26 Andreas Jaeger <aj@suse.de>
6325 * libio/getc_u.c: Include stdio.h via system path to get internal
6327 * libio/getwc_u.c: Likewise.
6329 * stdlib/strfmon.c: Fix prototype of __printf_fp.
6331 * stdio-common/vfprintf.c (process_arg): Move __printf_fphex and
6332 __printf_fp prototypes to ...
6333 * include/printf.h: ...here.
6335 * include/stdio.h: Add some internal prototypes to shut up GCC.
6336 * include/stdlib.h: Likewise.
6338 * sysdeps/posix/sigpause.c (__sigpause): Use ISO C prototype
6341 * include/signal.h: Add prototypes for internal sigpause
6344 2000-12-26 Ulrich Drepper <drepper@redhat.com>
6346 * sysdeps/generic/bits/byteswap.h (__bswap_64): Make it usable for
6347 64bit platforms. Reported by Dave Gilbert <gilbertd@treblig.org>.
6349 * string/Makefile (tests): Add tst-bswap.
6350 * string/tst-bswap.c: New file.
6352 2000-12-11 Bruno Haible <haible@clisp.cons.org>
6354 * Makefile ($(inst_includedir)/gnu/stubs.h): Sort in the C locale.
6356 2000-12-26 Ulrich Drepper <drepper@redhat.com>
6358 * sunrpc/Makefile (rpcgen-cmd): Use single quotes in sed call.
6359 Patch by Ed Connell <Ed.Connell@sas.com>.
6361 2000-12-24 Ulrich Drepper <drepper@redhat.com>
6363 * locale/iso-639.def: Correct one entry. Add two missing entries.
6365 * locale/iso-4217.def: Change entry for Eritrea.
6366 Reported by Daniel Yacob <yacob@geez.org>.
6368 2000-12-23 Ben Collins <bcollins@debian.org>
6370 * manual/charset.texi (Extended Char Intro): Fix typo in ISO 6937
6373 * manual/stdio.texi (Dynamic Output): Document the return value of
6374 asprintf. Also make the asprintf/snprintf examples a little
6375 better (check for some error returns).
6377 2000-12-22 Andreas Jaeger <aj@suse.de>
6379 * include/stdio.h: Add __ftrylockfile prototype.
6381 2000-12-21 H.J. Lu <hjl@gnu.org>
6383 * sysdeps/ia64/fpu/math_ldbl.h (ieee_long_double_shape_type):
6384 Make sign_exponent element signed.
6386 * sysdeps/ieee754/ldbl-96/math_ldbl.h (ieee_long_double_shape_type):
6389 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Remove dead branch.
6391 2000-12-21 Andreas Jaeger <aj@suse.de>
6393 * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed.
6394 * inet/ether_hton.c: Likewise
6395 * inet/ether_ntoh.c: Likewise.
6397 * nis/nss_nis/nis-ethers.c (_nss_nis_getntohost_r): Fix
6398 declaration to match prototype.
6400 * include/netinet/ether.h (struct etherent): Declare here so that
6401 all implementations use the same struct.
6403 * nis/nss_nis/nis-ethers.c: Include netinet/ether.h to get
6405 (struct ether): Removed.
6406 Use struct etherent instead of ether everywhere.
6408 * include/rpc/auth.h (DECLARE_NSS_PROTOTYPES): New.
6410 * include/rpc/auth_des.h (DECLARE_NSS_PROTOTYPES): New.
6412 * sunrpc/publickey.c: Include auth_des.h for prototypes.
6414 2000-12-20 Ulrich Drepper <drepper@redhat.com>
6416 * math/test-misc.c: Add more tests for nextafter functions.
6418 * sysdeps/i386/fpu/s_nextafterl.c: Handle change from denormal to
6419 normal correctly. Correct test for sign.
6420 Based on a patch by HJ Lu.
6422 2000-12-19 Ulrich Drepper <drepper@redhat.com>
6424 * Makeconfig (preprocess-version): Add -traditional to gcc call.
6427 2000-12-19 Andreas Jaeger <aj@suse.de>
6429 * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New.
6431 * nis/nis_intern.h: Add prototype for __do_niscall3.
6433 * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to
6436 * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat.
6438 * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New.
6440 * include/aliases.h (DECLARE_NSS_PROTOTYPES): New.
6442 2000-12-18 Ulrich Drepper <drepper@redhat.com>
6444 * math/test-misc.c: Add more tests for nextafter.
6445 * sysdeps/i386/fpu/s_nextafterl.c: Handle decrement for x<0 correctly.
6446 * sysdeps/ieee754/ldbl-96/math_ldbl.h
6447 (ieee_long_double_shape_type): Make sign_exponent element signed.
6449 * manual/message.texi: Add Estonian to plural overview list.
6450 Correct rule for Slavic languages.
6451 Patch by Stanislav Brabec <utx@penguin.cz>.
6453 * nis/nss_nis/nis-netgrp.c: Remove unnecessary initializations.
6455 2000-12-18 Andreas Jaeger <aj@suse.de>
6457 * test-skeleton.c: Use temp_name_list instead of name_list to
6458 avoid collision with name_list from inet/netgroup.h.
6460 * nss/nss_files/files-network.c (NEED_H_ERRNO): Define.
6462 * include/grp.h (DECLARE_NSS_PROTOTYPES): New.
6463 * include/pwd.h (DECLARE_NSS_PROTOTYPES): New.
6464 * include/netdb.h (DECLARE_NSS_PROTOTYPES): New.
6465 * include/shadow.h (DECLARE_NSS_PROTOTYPES): New.
6467 * hesiod/nss_hesiod/hesiod-proto.c (_nss_hesiod_setprotoent): Fix
6468 declaration to match prototype.
6469 * hesiod/nss_hesiod/hesiod-pwd.c (_nss_hesiod_setpwent): Likewise.
6470 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_setgrent): Likewise.
6471 * hesiod/nss_hesiod/hesiod-service.c (_nss_hesiod_setservent):
6473 * nis/nss_nis/nis-grp.c (_nss_nis_setgrent): Likewise.
6474 * nis/nss_nis/nis-pwd.c (_nss_nis_setpwent): Likewise.
6475 * nis/nss_nis/nis-proto.c (_nss_nis_setprotoent): Likewise.
6476 * nis/nss_nis/nis-service.c (_nss_nis_setservent): Likewise.
6477 (_nss_nis_getservbyport_r): Likewise.
6478 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent): Likewise.
6479 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent): Likewise.
6480 * nis/nss_nis/nis-network.c (_nss_nis_getnetent_r): Likewise.
6481 (_nss_nis_setnetent): Likewise
6482 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
6483 (_nss_nis_endnetgrent): Likewise.
6484 * nis/nss_nisplus/nisplus-netgrp.c (_nss_nisplus_endnetgrent):
6486 (_nss_nisplus_setnetgrent): Likewise.
6487 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Likewise.
6488 * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_setpwent): Likewise.
6489 * nis/nss_nisplus/nisplus-grp.c (_nss_nisplus_setgrent): Likewise.
6490 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_setnetent):
6492 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_sethostent):
6494 * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_setservent):
6496 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_setprotoent):
6498 * nis/nss_compat/compat-spwd.c (_nss_compat_setspent): Likewise.
6499 * nis/nss_compat/compat-pwd.c (_nss_compat_setpwent): Likewise.
6500 * nis/nss_compat/compat-grp.c (_nss_compat_setgrent): Likewise.
6501 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
6502 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Likewise.
6503 (_nss_dns_getnetbyaddr_r): Likewise.
6505 2000-12-17 Andreas Jaeger <aj@suse.de>
6507 * sysdeps/generic/k_sinl.c (__kernel_sinl): Fix functions
6510 * sysdeps/unix/sysv/linux/shm_open.c (freeit): Make static and add
6511 unused attribute to shut up gcc warnings.
6513 * sysdeps/generic/k_sinl.c: Include math_private for prototypes.
6514 * sysdeps/generic/k_tanl.c: Likewise.
6515 * sysdeps/generic/k_cosl.c: Likewise.
6516 * sysdeps/generic/e_j0l.c: Likewise.
6517 * sysdeps/generic/e_j1l.c: Likewise.
6518 * sysdeps/generic/e_jnl.c: Likewise.
6519 * sysdeps/generic/e_lgammal_r.c: Likewise.
6521 * elf/vismain.c: Move prototypes for functions in vismod*.c to
6523 * elf/vismod.h: New file.
6524 * elf/Makefile (distribute): Add vismod.h.
6525 * elf/vismod1.c: Include vismod.h.
6526 * elf/vismod2.c: Likewise.
6527 * elf/vismod3.c: Likewise.
6529 * elf/constload3.c: Add prototype declarations to shut up gcc.
6530 * elf/failobj.c: Likewise.
6531 * elf/nodelmod3.c: Likewise.
6532 * elf/filtmod1.c: Likewise.
6533 * elf/filtmod2.c: Likewise.
6534 * elf/reldepmod1.c: Likewise.
6535 * elf/reldepmod2.c: Likewise.
6536 * elf/reldepmod3.c: Likewise.
6537 * elf/reldepmod4.c: Likewise.
6538 * elf/unload2dep.c: Likewise.
6539 * elf/unload2mod.c: Likewise.
6540 * elf/ltglobmod1.c: Likewise.
6541 * elf/pathoptobj.c: Likewise.
6542 * elf/neededobj1.c: Likewise.
6543 * elf/neededobj2.c: Likewise.
6544 * elf/neededobj3.c: Likewise.
6545 * elf/neededobj4.c: Likewise.
6546 * elf/nextmod1.c: Likewise.
6547 * elf/nextmod2.c: Likewise.
6549 * locale/programs/ld-collate.c (collate_finish): Don't use labels
6550 at end of compound statement.
6551 * locale/programs/locale.c (show_info): Likewise.
6552 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
6554 2000-12-16 Jakub Jelinek <jakub@redhat.com>
6556 * catgets/gencat.c (read_input_file): Avoid calling obstack_free
6557 with a pointer not returned by obstack_ functions.
6559 2000-12-16 Ulrich Drepper <drepper@redhat.com>
6561 * sysdeps/unix/sysv/aix/bits/stat.h (struct stat): Align with AIX
6563 (struct stat64): Likewise.
6564 Reported by Michael Keezer <mkeezer@redhat.com>.
6566 * timezone/asia: Update from tzdata2000h.
6567 * timezone/australasia: Likewise.
6568 * timezone/backward: Likewise.
6569 * timezone/europe: Likewise.
6570 * timezone/northamerica: Likewise.
6571 * timezone/southamerica: Likewise.
6572 * timezone/zone.tab: Likewise.
6574 2000-12-14 Jakub Jelinek <jakub@redhat.com>
6576 * io/ftw.c (ftw_dir): If process_entry returned non-zero result
6577 and dir.stream is NULL, only free dir.content.
6578 * io/ftwtest.c (cb, main): Add --early-exit option to test it.
6579 * io/ftwtest-sh: Test with --early-exit.
6581 2000-12-13 Jakub Jelinek <jakub@redhat.com>
6583 * misc/efgcvt.c (FCVT_MAXDIG): Define.
6584 (FCVT_BUFPTR): New variable.
6585 (fcvt): If fcvt_r returns -1 on the static short buffer,
6586 try to malloc a sufficiently large one and retry.
6587 (free_mem): New function.
6588 * misc/qefgcvt.c (FCVT_MAXDIG): Define.
6589 * misc/tst-efgcvt.c (fcvt_tests): Add new test.
6591 2000-12-15 Ulrich Drepper <drepper@redhat.com>
6593 * misc/dirname.c (dirname): Fix search for second to last slash.
6595 2000-12-13 Andreas Jaeger <aj@suse.de>
6597 * misc/tst-dirname.c (main): Fix typo in test to really use
6598 the examples from Unix98.
6599 Reported by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
6601 2000-12-09 H.J. Lu <hjl@gnu.org>
6603 * sysdeps/ia64/fpu/s_fabs.S: New file.
6604 * sysdeps/ia64/fpu/s_fabsf.S: New file.
6605 * sysdeps/ia64/fpu/s_fabsl.S: New file.
6607 2000-12-15 Andreas Jaeger <aj@suse.de>
6609 * stdio-common/scanf9.c (main): Reformat and change to avoid
6612 * stdio-common/tstdiomisc.c: Make local functions static.
6613 * stdio-common/tst-printf.c: Likewise.
6615 * elf/constload2.c: Add prototype declarations to shut up gcc.
6616 * elf/dep1.c: Likewise.
6617 * elf/dep2.c: Likewise.
6618 * elf/dep3.c: Likewise.
6619 * elf/dep4.c: Likewise.
6620 * elf/ltglobmod2.c: Likewise.
6622 * libio/fmemopen.c: Make local functions static.
6624 * elf/Makefile (distribute): Added testobj.h.
6626 * elf/testobj.h: New file.
6628 * elf/testobj1.c: Include testobj.h and move prototype
6629 declarations to testobj.h.
6630 * elf/testobj2.c: Likewise.
6631 * elf/testobj3.c: Likewise.
6632 * elf/testobj4.c: Likewise.
6633 * elf/testobj5.c: Likewise.
6634 * elf/testobj6.c: Likewise.
6635 * elf/testobj1_1.c: Likewise.
6636 * elf/preloadtest.c: Likewise.
6638 2000-12-15 Ben Collins <bcollins@debian.org>
6640 * misc/sys/cdefs.h: Fix thinko in checks for flexarr macros.
6641 Patch by Akim Demaille <akim@epita.fr> in Debian bug report.
6643 2000-12-14 H.J. Lu <hjl@gnu.org>
6645 * sysdeps/ieee754/flt-32/s_sincosf.c (__sincosf): The exponent
6646 field in a float is 8 bits, not 11 bits.
6648 2000-12-13 Jakub Jelinek <jakub@redhat.com>
6650 * math/test-misc.c (main): Adjust m for IEEE quad long double.
6652 2000-12-13 Andreas Jaeger <aj@suse.de>
6654 * manual/message.texi (Using gettextized software): Fix typo.
6656 * manual/charset.texi (Converting a Character): Fix mbstouwcs
6658 Patch by Martin Buchholz <martin@xemacs.org>.
6660 * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Fix typo.
6661 Reported by Michael Kerrisk <mtk16@ext.canterbury.ac.nz>.
6663 2000-12-11 Andreas Jaeger <aj@suse.de>
6665 * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Declare
6666 kernel_sigset_t and use it.
6667 Patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
6669 2000-12-10 Richard Henderson <rth@redhat.com>
6671 * sysdeps/alpha/alphaev67/fpu/Implies: New file.
6672 * sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: New file.
6673 * sysdeps/alpha/alphaev6/fpu/e_sqrt.S: New file.
6675 2000-12-10 Jakub Jelinek <jakub@redhat.com>
6677 * sysdeps/alpha/htonl.S: Fix a typo.
6679 2000-12-10 Jakub Jelinek <jakub@redhat.com>
6681 * sysdeps/alpha/alphaev6/stxcpy.S: Exchange t8 with t10.
6683 2000-12-10 Andreas Jaeger <aj@suse.de>
6685 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fixed
6686 cast as suggested by Jakub Jelinek <jakub@redhat.com> and Ulrich
6687 Drepper <drepper@redhat.com>.
6689 2000-12-09 Andreas Jaeger <aj@suse.de>
6691 * sysdeps/unix/sysv/linux/mips/sigaction.c: New file.
6693 * sysdeps/unix/sysv/linux/mips/sys/acct.h: Removed, we can use the
6695 Patches by Hiroyuki Machida <machida@sm.sony.co.jp>.
6697 * locale/programs/ld-collate.c (handle_ellipsis): Fix format
6700 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix
6703 * nscd/hstcache.c (addhstbyname): Add cast to avoid warning.
6704 * nscd/connections.c (handle_request): Likewise.
6705 * nscd/pwdcache.c (addpwbyname): Likewise.
6706 * nscd/grpcache.c (addgrbyname): Likewise.
6708 * nscd/nscd_conf.c (nscd_parse_file): Remove extra argument.
6710 2000-12-09 Ulrich Drepper <drepper@redhat.com>
6712 * string/stratcliff.c: Add tests for stpncpy, memcpy, and mempcpy.
6714 * Makeconfig (default_cflags): Make -O2 the default for stable
6717 2000-12-08 H.J. Lu <hjl@gnu.org>
6719 * sysdeps/ia64/fpu/s_isinfl.S: Renamed to ...
6720 * sysdeps/ia64/fpu/s_isinf.S: This.
6721 Add a .pred.rel.mutex note to avoid false report.
6723 * sysdeps/ia64/fpu/s_isnanl.S: Renamed to ...
6724 * sysdeps/ia64/fpu/s_isnan.S: This.
6726 * sysdeps/ia64/fpu/s_fpclassify.S: New file.
6727 * sysdeps/ia64/fpu/s_fpclassifyf.S: New file.
6728 * sysdeps/ia64/fpu/s_fpclassifyl.S: New file.
6729 * sysdeps/ia64/fpu/s_isinff.S: New file.
6730 * sysdeps/ia64/fpu/s_isinfl.S: New file.
6731 * sysdeps/ia64/fpu/s_isnanf.S: New file.
6732 * sysdeps/ia64/fpu/s_isnanl.S: New file.
6733 * sysdeps/ia64/fpu/s_finite.S: New file.
6734 * sysdeps/ia64/fpu/s_finitef.S: New file.
6735 * sysdeps/ia64/fpu/s_finitel.S: New file.
6736 * sysdeps/ia64/fpu/s_signbit.S: New file.
6737 * sysdeps/ia64/fpu/s_signbitf.S: New file.
6738 * sysdeps/ia64/fpu/s_signbitl.S: New file.
6739 * sysdeps/ia64/fpu/s_copysign.S: New file.
6740 * sysdeps/ia64/fpu/s_copysignf.S: New file.
6741 * sysdeps/ia64/fpu/s_copysignl.S: New file.
6743 2000-12-08 Ulrich Drepper <drepper@redhat.com>
6745 * math/libm-test.inc (main): Fix typos in messages.
6747 * string/stratcliff.c: Add test for rawmemchr.
6749 2000-12-08 Jakub Jelinek <jakub@redhat.com>
6751 * elf/dl-open.c (_dl_open): If objname points right after errstring,
6752 allocate it together with errstring using alloca.
6753 * elf/dl-error.c (_dl_signal_error): If malloc failed, set objname
6754 to "", because it might point to local stack.
6756 2000-12-05 H.J. Lu <hjl@gnu.org>
6758 * nss/Makefile (routines): Add getnssent and getnssent_r.
6759 * nss/nsswitch.h (__nss_setent): New internal NSS function.
6760 (__nss_endent): Likewise.
6761 (__nss_getent_r): Likewise.
6762 (__nss_getent): Likewise.
6763 * nss/getnssent_r.c: New file.
6764 * nss/getnssent.c: New file.
6765 * nss/getXXent.c (H_ERRNO_VAR): Updated.
6766 (GETFUNC_NAME): Updated to call __nss_getent ().
6767 * nss/getXXent_r.c (H_ERRNO_VAR_P): New.
6768 (STAYOPEN_TMPVAR): Updated.
6769 (STAYOPEN_VAR): Updated.
6770 (SETFUNC_NAME): Updated to call __nss_setent ().
6771 (ENDFUNC_NAME): Updated to call __nss_endent ().
6772 (INTERNAL (REENTRANT_GETNAME)): Updated to call __nss_getent_r ().
6774 2000-12-08 Andreas Jaeger <aj@suse.de>
6776 * nscd/dbg_log.h (dbg_log): Correct attribute.
6778 2000-12-08 Jakub Jelinek <jakub@redhat.com>
6780 * elf/dl-load.c (fillin_rpath): Don't assume there is '\0' at
6781 cp + len. Compute where from dirname.
6782 Reported by <jreiser@BitWagon.com>.
6784 2000-12-08 Richard Henderson <rth@twiddle.net>
6786 * sysdeps/alpha/_mcount.S: Fix typo.
6787 * sysdeps/alpha/strncpy.S: Likewise.
6789 * sysdeps/alpha/alphaev6/Implies: New file.
6790 * sysdeps/alpha/alphaev67/Implies: New file.
6791 * sysdeps/alpha/alphaev67/ffs.S: New file.
6792 * sysdeps/alpha/alphaev67/ffsll.S: New file.
6793 * sysdeps/alpha/alphaev67/rawmemchr.S: New file.
6794 * sysdeps/alpha/alphaev67/stpcpy.S: New file.
6795 * sysdeps/alpha/alphaev67/stpncpy.S: New file.
6796 * sysdeps/alpha/rawmemchr.S: New file.
6797 * sysdeps/alpha/strcat.S: Tail call to __stxcpy.
6798 * sysdeps/alpha/strcpy.S: Likewise.
6801 * sysdeps/alpha/alphaev6/addmul_1.s: New file.
6803 From rick.gorton@alpha-processor.com:
6804 * sysdeps/alpha/alphaev6/memchr.S: New file.
6805 * sysdeps/alpha/alphaev6/memcpy.S: New file.
6806 * sysdeps/alpha/alphaev6/memset.S: New file.
6807 * sysdeps/alpha/alphaev6/stxcpy.S: New file.
6808 * sysdeps/alpha/alphaev6/stxncpy.S: New file.
6809 * sysdeps/alpha/alphaev67/strcat.S: New file.
6810 * sysdeps/alpha/alphaev67/strchr.S: New file.
6811 * sysdeps/alpha/alphaev67/strlen.S: New file.
6812 * sysdeps/alpha/alphaev67/strncat.S: New file.
6813 * sysdeps/alpha/htonl.S: Use a shorter sequence.
6815 2000-12-08 Jakub Jelinek <jakub@redhat.com>
6817 * inet/getnameinfo.c (getnameinfo): Fix NI_NOFQDN support.
6818 Reported by <pspencer@fields.utoronto.ca>.
6820 2000-12-07 Jes Sorensen <jes@linuxcare.com>
6822 * sysdeps/ia64/elf/start.S (__data_start): Add __data_start variable.
6823 Pointed out by Hans Boehm.
6825 2000-12-07 H.J. Lu <hjl@gnu.org>
6827 * elf/dl-version.c (match_symbol): Check map->l_name[0] for printing.
6829 2000-12-07 Andreas Jaeger <aj@suse.de>
6831 * misc/error.c: Add format attributes for __error and __error_at_line.
6833 * nscd/dbg_log.h: Add format attribute.
6835 2000-12-08 Ulrich Drepper <drepper@redhat.com>
6837 * misc/sys/syslog.h: Add format attributes to syslog and vsyslog.
6838 Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
6840 2000-12-07 Dan Pop <Dan.Pop@cern.ch>
6842 * sysdeps/ia64/strcpy.S: Fix a bug in a recovery code sequence.
6844 2000-12-06 Ulrich Drepper <drepper@redhat.com>
6846 * sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
6847 (sysdep_routines): Add uitrunc.
6848 * sysdeps/unix/sysv/aix/uitrunc.c: New file.
6849 Patches by Michael Keezer <mkeezer@redhat.com>.
6851 2000-12-06 Roland McGrath <roland@frob.com>
6853 * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't clobber ARG as we copy in
6854 argument data, since it will be used to copy out too (for INOUT).
6855 Reported by Marcus Brinkmann <marcus@gnu.org>.
6857 * sysdeps/mach/hurd/ioctl.c: Include <stdint.h>.
6858 (__ioctl): Use uintptr_t instead of unsigned long int.
6860 2000-12-06 Jim Wilson <wilson@redhat.com>
6862 * stdlib/l64a.c (l64a): Truncate M to 32-bit value.
6864 2000-12-06 Ulrich Drepper <drepper@redhat.com>
6866 * stdio-common/printf_fp.c (__printf_fp): Handle decimal point in
6867 x.5 rounding correctly.
6869 2000-12-06 Mark Kettenis <kettenis@gnu.org>
6871 * stdio-common/perror.c (perror): Conditionalize code dealing with
6872 wide-oriented streams on USE_IN_LIBIO.
6874 2000-12-06 Mark Kettenis <kettenis@gnu.org>
6876 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark
6877 as internal_function.
6879 2000-12-05 Ulrich Drepper <drepper@redhat.com>
6881 * sysdeps/alpha/elf/start.S (__data_start): Define.
6883 2000-12-05 H.J. Lu <hjl@gnu.org>
6885 * nss/getXXent_r.c (setup): Change the return type to int.
6887 2000-12-05 Ulrich Drepper <drepper@redhat.com>
6889 * sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
6890 (sysdep_routines): Add restf and savef.
6891 * sysdeps/unix/sysv/aix/restf.c: New file.
6892 * sysdeps/unix/sysv/aix/savef.c: New file.
6893 Patches by Michael Keezer <mkeezer@redhat.com>.
6895 * sysdeps/unix/opendir.c (__opendir): Don't use o_directory_works
6896 if O_DIRECTORY is not defined.
6897 Patch by Michael Keezer <mkeezer@redhat.com>.
6899 * include/libc-symbols.h (C_SYMBOL_DOT_NAME): Define.
6900 Patch by Michael Keezer <mkeezer@redhat.com>.
6902 * locale/programs/linereader.c (get_toplvl_escape): Recognize more
6903 than 4 bytes in escape sequence.
6904 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
6906 2000-12-05 Andreas Jaeger <aj@suse.de>
6908 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't
6911 * sysdeps/unix/sysv/linux/mips/sysdep.h: New file.
6913 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Removed.
6915 * sysdeps/unix/mips/sysdep.h: Use SYS_ify.
6916 Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6918 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Mark as
6920 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
6921 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start_cleanup): Likewise.
6923 * sysdeps/generic/dl-cache.c: Remove declaration of
6924 _dl_sysdep_read_whole_file.
6926 * elf/dl-load.c (_dl_map_object): Remove declaration of
6927 _dl_load_cache_lookup.
6929 * sysdeps/generic/ldsodefs.h: Add declarations of
6930 _dl_load_cache_lookup, _dl_unload_cache,
6931 _dl_sysdep_read_whole_file, _dl_sysdep_start and
6932 _dl_sysdep_start_cleanup.
6934 * elf/rtld.c: Remove prototypes that are defined in ldsodefs.h
6937 * elf/dl-misc.c: Include <ldsodefs.h> to get prototypes.
6938 * sysdeps/generic/dl-environ.c: Likewise.
6940 * stdio-common/printf_fp.c: Include <gmp.h> instead of
6942 * math/atest-exp.c: Likewise.
6943 * math/atest-exp2.c: Likewise.
6944 * math/atest-sincos.c: Likewise.
6945 * stdio-common/_itoa.c: Likewise.
6946 * stdio-common/_itowa.c: Likewise.
6948 * include/gmp.h: New file with internal prototypes.
6950 * sysdeps/generic/longjmp.c: Move _longjmp_unwind declaration from
6952 * include/setjmp.h: ...here.
6954 * locale/Makefile (routines): Remove codeset_name since it's not
6957 * locale/codeset_name.c: Removed.
6959 2000-12-05 Ulrich Drepper <drepper@redhat.com>
6961 * sysdeps/unix/sysv/aix/sys/param.h: Define MAXHOSTNAMELEN here.
6963 2000-12-05 Andreas Jaeger <aj@suse.de>
6965 * sysdeps/unix/sysv/linux/sys/param.h: Revert last patch.
6967 2000-12-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
6969 * sysdeps/unix/sysv/linux/s390/mmap64.S: Use mmap if mmap2 isn't
6972 2000-12-05 Andreas Jaeger <aj@suse.de>
6974 * nss/test-netdb.c: Mark local functions as static to avoid
6976 (main): Use return to silence warning.
6978 * stdlib/test-canon.c (check_path): Mark as static to avoid warning.
6980 * stdio-common/test-popen.c: Mark local functions as static to
6982 (main): Use return to silence warning.
6984 * stdlib/testsort.c (compare): Mark as static to avoid warning.
6986 * assert/test-assert.c: Mark local functions as static to avoid
6988 * assert/test-assert-perr.c: Likewise.
6990 * math/libm-test.inc (main): Use return to silence warnings.
6992 2000-12-04 Ulrich Drepper <drepper@redhat.com>
6994 * math/fenv.h: Fix typo in comment.
6996 * math/test-misc.c (main): Add a few more over and underflow tests
6999 * sysdeps/i386/fpu/e_scalb.S: Handle NaN as first parameter correctly.
7000 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
7001 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
7002 * math/w_scalb.c: Don't use matherr except in SVID mode.
7003 * math/w_scalbf.c: Likewise.
7004 * math/w_scalbl.c: Likewise.
7005 * math/test-misc.c: Add test for NaN and scalbl.
7006 Reported by Fred J. Tydeman <tydeman@tybor.com>.
7008 2000-12-04 Ulrich Drepper <drepper@redhat.com>
7010 * configure.in: Define HAVE_ASM_GLOBAL_DOT_NAME for AIX.
7011 * config.h.in: Add HAVE_ASM_GLOBAL_DOT_NAME.
7012 * include/libc-symbols.h (strong_alias): Define special version
7013 for HAVE_ASM_GLOBAL_DOT_NAME.
7014 (weak_alias): Likewise.
7015 * sysdeps/powerpc/bsd-setjmp.S: Use strong_alias not .set.
7016 * sysdeps/unix/sysv/aix/Makefile [$(subdir)==login]
7017 (sysdep_routines): Add setutxent, getutxent, endutxent, getutxid,
7018 getutxline, pututxline, and utmpxname.
7019 * sysdeps/unix/sysv/aix/fchdir.c: Define __fchdir.
7020 * sysdeps/unix/sysv/aix/lseek.c: Define __libc_lseek alias.
7021 * sysdeps/unix/sysv/aix/open.c: Define __libc_open alias.
7022 * sysdeps/unix/sysv/aix/pread.c: Define pread alias.
7023 * sysdeps/unix/sysv/aix/pread64.c: Define pread64 alias.
7024 * sysdeps/unix/sysv/aix/sysdep.h (JUMPTARGET): Use C_TEXT.
7025 * sysdeps/unix/sysv/aix/bits/types.h: Define __clockid_t and __timer_t.
7026 * sysdeps/unix/sysv/aix/bits/utmp.h: Cleanup. Add comments.
7027 * sysdeps/unix/sysv/linux/sys/param.h (MAXHOSTNAMELEN): Define.
7028 Patches by Michael Keezer <mkeezer@redhat.com>.
7030 2000-12-04 H.J. Lu <hjl@gnu.org>
7032 * configure.in: Change --with-oldest-abi=ABI to
7033 --enable-oldest-abi=ABI.
7035 2000-12-02 Bruno Haible <haible@clisp.cons.org>
7037 * stdio-common/perror.c (perror): If stderr is wide-oriented, use
7038 fwprintf instead of fprintf.
7040 2000-12-04 Ulrich Drepper <drepper@redhat.com>
7042 * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD and
7043 DECIMAL_DIG definitions.
7044 * sysdeps/arm/fpu/bits/mathdef.h: Likewise
7045 * sysdeps/generic/bits/mathdef.h: Likewise
7046 * sysdeps/i386/fpu/bits/mathdef.h: Likewise
7047 * sysdeps/ia64/fpu/bits/mathdef.h: Likewise
7048 * sysdeps/m68k/fpu/bits/mathdef.h: Likewise
7049 * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise
7050 * sysdeps/sparc/fpu/bits/mathdef.h: Likewise
7051 * sysdeps/sh/sh4/fpu/bits/mathdef.h: Likewise
7053 2000-12-03 Ulrich Drepper <drepper@redhat.com>
7055 * math/test-fenv.c (main): Use return instead of exit to avoid warning.
7057 * math/atest-exp.c: Mark local functions as static to avoid warnings.
7058 * math/atest-exp2.c: Likewise.
7059 * math/atest-sincos.c: Likewise.
7061 * sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
7062 Reported by Fred J. Tydeman <tydeman@tybor.com>.
7064 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix
7065 the handling of denormalized numbers.
7067 * math/test-misc.c (main): Test for fpclassify and pseudo denormal
7069 * sysdeps/i386/fpu/fpclassifyl.c: New file.
7071 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Handle the
7072 pseudo denormal representation of LDBL_MIN.
7074 * iconvdata/SJIS.irreversible: Remove unnecessary entries.
7075 * iconvdata/EUC-JP.irreversible: Remove unnecessary entries.
7077 * iconvdata/sjis.c: Enable round-trip mapping of backslash and tilde.
7078 * iconvdata/jis0208.c: Likewise.
7079 * iconvdata/jis0212.c: Likewise.
7080 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7082 * math/test-misc.c (main): More tests for frexp and some for
7083 fpclassify and isnormal.
7085 * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct
7087 Reported by Fred J. Tydeman <tydeman@tybor.com>.
7089 * math/test-misc.c (main): Add tests for frexp.
7090 Reported by Fred J. Tydeman <tydeman@tybor.com>.
7091 * sysdeps/i386/fpu/s_frexpl.S: Don't overflow during the computation.
7093 2000-12-02 H.J. Lu <hjl@gnu.org>
7095 * locale/lc-time.c (_nl_init_era_entries): Pass L'\0' instead of
7098 2000-12-02 Ulrich Drepper <drepper@redhat.com>
7100 * sysdeps/i386/fpu/s_frexp.S: Add missing fwait.
7101 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
7102 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
7104 * sysdeps/generic/glob.c: Adjust types of several variables to
7107 2000-12-01 Ulrich Drepper <drepper@redhat.com>
7109 * sysdeps/unix/sysv/linux/shm_open.c: Remove incorrect comment.
7111 2000-11-30 Roland McGrath <roland@frob.com>
7113 * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.
7114 (_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to
7115 allow multiple instances using the same function name in one file.
7117 2000-12-01 Ulrich Drepper <drepper@redhat.com>
7119 * configure.in: Correct test for pserver CVS access.
7121 2000-11-28 H.J. Lu <hjl@gnu.org>
7123 * libio/libio.h: Remove extra "#if ... #endif".
7125 2000-11-29 H.J. Lu <hjl@gnu.org>
7127 * stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case.
7129 2000-12-01 H.J. Lu <hjl@gnu.org>
7131 * nss/getXXbyYY_r.c: Fix verioned symbol handling.
7132 * nss/getXXent_r.c: Likewise.
7133 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
7135 2000-11-30 H.J. Lu <hjl@gnu.org>
7137 * scripts/abi-versions.awk (oldest_abi): New variable.
7138 Handle the oldest ABI supported.
7140 * Makerules ($(common-objpfx)abi-versions.h): Set oldest_abi
7141 for scripts/abi-versions.awk.
7143 * configure.in: Add --with-oldest-abi=ABI.
7144 * configure: Rebuild.
7146 * config.make.in (oldest-abi): New.
7148 * config.h.in (GLIBC_OLDEST_ABI): New.
7150 * csu/version.c (banner): Support GLIBC_OLDEST_ABI.
7152 2000-11-30 Jakub Jelinek <jakub@redhat.com>
7154 * locale/setlocale.c (setname): Free for all categories, not just
7156 (setlocale): Store a copy of string passed by user, not the string
7159 2000-11-30 Roland McGrath <roland@frob.com>
7161 * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit
7162 rather than _hurd_fd_subinit, so it happens after it's safe to use
7163 libc facilities like malloc.
7165 2000-11-28 Andreas Jaeger <aj@suse.de>
7167 * sysdeps/unix/sysv/linux/getdents.c: Add _syscall_getdents64
7168 declaration, adjust declaration of __syscall_getdents to match
7171 2000-11-29 H.J. Lu <hjl@gnu.org>
7173 * sysdeps/generic/readelflib.c (check_ptr): Undefine it first.
7175 2000-11-29 Andreas Jaeger <aj@suse.de>
7177 * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused variable.
7179 2000-11-28 Ulrich Drepper <drepper@redhat.com>
7181 * dlfcn/defaultmod1.c: Add prototypes to avoid warnings.
7182 * dlfcn/defaultmod2.c: Likewise.
7183 * dlfcn/dlopen.c: Likewise.
7184 * dlfcn/dlopenold.c: Likewise.
7185 * dlfcn/failtestmod.c: Likewise.
7186 * dlfcn/glreflib1.c: Likewise.
7187 * dlfcn/glreflib2.c: Likewise.
7188 * dlfcn/eval.c: Likewise. Add attributes.
7190 * ctype/ctype-extn.c: Define isblank and not __isblank.
7192 * time/strftime.c: Add const where necessary to avoid warnings.
7193 * time/strptime.c (strptime_internal): Add casts to avoid warnings.
7195 2000-11-22 Paul Eggert <eggert@twinsun.com>
7197 * time/strftime.c (my_strftime): Do not invoke mbrlen with a
7198 size of (size_t) -1; it's not portable.
7200 2000-11-28 Ulrich Drepper <drepper@redhat.com>
7202 * sysdeps/i386/fpu/libm-test-ulps: Adjust some values for the
7204 Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
7206 2000-11-14 Jes Sorensen <jes@linuxcare.com>
7208 * sysdeps/ia64/_mcount.S: Call __mcount instead of __mcount_internal.
7210 * sysdeps/ia64/Makefile: Compile _mcount.S in subdir gmon as
7211 _mcount is required by profiled binaries.
7213 * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: Moved to...
7214 * sysdeps/ia64/machine-gmon.h: ...here.
7216 2000-11-28 Masahide Washizawa <washi@jp.ibm.com>
7218 * iconvdata/Makefile (modules): Add IBM922, IBM1124, and IBM1129.
7219 (distribute): Add ibm922.c, ibm1124.c, ibm1129.c, ibm922.h, ibm1124.h,
7221 * iconvdata/gconv-modules: Add entries for IBM922, IBM1124, and
7223 * iconvdata/ibm922.c: New file.
7224 * iconvdata/ibm922.h: New file.
7225 * iconvdata/ibm1124.c: New file.
7226 * iconvdata/ibm1124.h: New file.
7227 * iconvdata/ibm1129.c: New file.
7228 * iconvdata/ibm1129.h: New file.
7229 * iconvdata/testdata/IBM922: New file.
7230 * iconvdata/testdata/IBM922..UTF8: New file.
7231 * iconvdata/testdata/IBM1124: New file.
7232 * iconvdata/testdata/IBM1124..UTF8: New file.
7233 * iconvdata/testdata/IBM1129: New file.
7234 * iconvdata/testdata/IBM1129..UTF8: New file.
7236 2000-11-28 Ulrich Drepper <drepper@redhat.com>
7238 * catgets/gencat.c (normalize_line): Take extra parameter with escape
7239 character. Change callers.
7240 (open_conversion): Determine mapping of 0x5c as wchar_t value.
7241 * catgets/Makefile: Add rules to build and run test-gencat.
7242 * catgets/sample.SJIS: New file.
7243 * catgets/test-gencat.c: New file.
7244 * catgets/test-gencat.sh: New file.
7245 Report and test case by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7247 2000-11-28 Andreas Jaeger <aj@suse.de>
7249 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Synch with generic
7252 2000-11-28 Ulrich Drepper <drepper@redhat.com>
7254 * sysdeps/unix/sysv/linux/bits/socket.h: Fix last patch.
7256 2000-11-28 Andreas Jaeger <aj@suse.de>
7258 * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Use
7260 * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct cmsghdr):
7263 2000-11-27 Ulrich Drepper <drepper@redhat.com>
7265 * misc/getusershell.c: Make strings in okshells array const.
7266 * misc/regexp.c: Add const to cast to avoid warnings.
7267 * sysdeps/unix/sysv/linux/llseek.c: Add prototype for __llseek.
7268 * sysdeps/unix/sysv/linux/i386/setresuid.c: Add prototype for
7270 * sysdeps/unix/sysv/linux/i386/setresgid.c: Add prototype for
7272 * misc/error.c: Add prototypes for __error and __error_at_line.
7273 * misc/mntent_r.c (__getmntent_r): Add break at end of switch
7274 statement to avoid warning.
7275 * test-skeleton.c: Mark timeout_handler with noreturn.
7276 * iconv/skeleton.c (get16u): Add const to cast.
7278 * iconvdata/gb18030.c: Likewise.
7279 * iconvdata/iso-2022-cn-ext.c: Likewise.
7280 * iconvdata/ansi_x3.110.c: Add cast to avoid warning.
7281 * iconvdata/big5.c: Likewise.
7282 * iconvdata/big5hkscs.c: Likewise.
7283 * iconvdata/iso_6937.c: Likewise.
7284 * iconvdata/iso_6937-2.c: Likewise.
7285 * iconvdata/t.61.c: Likewise.
7286 * iconvdata/iso646.c: Add prototypes for gconv_init and gconv_env.
7287 * iconvdata/unicode.c: Likewise.
7288 * iconvdata/utf-16.c: Likewise.
7289 * iconvdata/cns11643.h (ucs4_to_cns11643): Define needed as size_t.
7290 * iconv/gconv_trans.c (__gconv_translit_find): Avoid one warning
7291 with little code shuffling.
7293 * sysdeps/powerpc/Makefile (CFLAGS-initfini.s): Add -O1 to avoid
7294 the problems introduced when the user selects -O3.
7296 * iconv/gconv.h (__gconv_info): Define __data element using __flexarr.
7297 * misc/sys/cdefs.h: Define __flexarr.
7298 Proposed by Joseph S. Myers <jsm28@cam.ac.uk>.
7300 * iconvdata/iso-2022-jp.c: Add prototypes to avoid warnings.
7301 * iconv/skeleton.c: Likewise.
7302 * iconvdata/iso8859-1.c (BODY to 8859-1): Add const to cast.
7303 * iconv/loop.c (get16): Add const to cast.
7306 2000-11-27 Andreas Jaeger <aj@suse.de>
7308 * login/programs/pt_chown.c (do_pt_chown): Mark function as static
7310 * login/programs/utmpdump.c (print_entry): Likewise.
7312 2000-11-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7314 * sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and
7315 in a single asm as they may be used to access other stored
7317 * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
7319 2000-11-27 Andreas Jaeger <aj@suse.de>
7321 * rt/tst-aio.c: Mark test functions as static to avoid warnings.
7322 * rt/tst-aio64.c: Likewise.
7324 2000-11-27 Ulrich Drepper <drepper@redhat.com>
7326 * catgets/Makefile (test1.cat): Set LC_ALL, LOCPATH, and GCONV_PATH
7328 (libc.cat): Likewise.
7329 * catgets/gencat.c: Implement handling of message catalogs encoded
7330 with stateful character sets.
7331 Based on a patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7333 2000-11-26 Ulrich Drepper <drepper@redhat.com>
7335 * sysdeps/unix/opendir.c (__opendir): Add cast to avoid warning.
7337 * inet/getnameinfo.c: Adjust casts to avoid warnings.
7338 * inet/rcmd.c: Likewise.
7339 * inet/ruserpass.c: Likewise.
7340 * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK,
7341 IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
7342 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL,
7343 IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL,
7344 IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL,
7345 IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast.
7346 * include/aliases.h: Add prototypes for internal __getalias* functions.
7347 * include/netdb.h: Add prototypes for __old_gethostent_r,
7348 __old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r,
7349 __old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r,
7350 __old_getservent_r, __old_getservbyname_r, __old_getservbyport_r,
7351 __old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r.
7352 * include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r,
7353 __old_getrpcbynumber_r, __old_getrpcent_r.
7355 * include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r,
7356 __getrpcent_r prototypes.
7358 2000-11-25 Ulrich Drepper <drepper@redhat.com>
7360 * string/strcoll.c: Add casts to avoid warnings.
7361 * string/strnlen.c: Likewise.
7362 * string/strxfrm.c: Likewise.
7363 * sysdeps/generic/_strerror.c: Likewise.
7364 * sysdeps/generic/memrchr.c: Likewise.
7365 * sysdeps/generic/strcasestr.c: Likewise.
7366 * sysdeps/generic/strstr.c: Likewise.
7368 * locale/weight.h (findidx): Add const to cast to avoid warning.
7370 * elf/loadfail.c: Little cosmetic changes to avoid warnings.
7371 * elf/loadtest.c: Likewise.
7372 * elf/multiload.c: Likewise.
7373 * elf/next.c: Likewise.
7374 * elf/nodelete.c: Likewise.
7375 * elf/noload.c: Likewise.
7376 * elf/order.c: Likewise.
7377 * elf/origtest.c: Likewise.
7378 * elf/preloadtest.c: Likewise.
7379 * elf/restest1.c: Likewise.
7381 * sysdeps/i386/i486/bits/string.h (__strncat_g) [i686]: Fourth
7382 parameter of asm must be in %ecx.
7384 * string/tester.c: Mark test functions as static to avoid warnings.
7386 * iconv/gconv_conf.c (read_conf_file): Make mod_counter static to
7387 preserve value over different gconv-modules files.
7389 2000-11-24 Ulrich Drepper <drepper@redhat.com>
7391 * locale/findlocale.c: Add casts to avoid warnings.
7392 * locale/localeinfo.h (LIMAGIC): Add cast to avoid warnings.
7393 * misc/efgcvt_r.c (fcvt_r): Use ssize_t instead of int and add cast
7395 * misc/tsearch.c (const_node): New type.
7396 (trecurse): Correct casts to avoid warnings.
7397 (__twalk): Likewise.
7398 * stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and
7401 * debug/backtrace-tst.c (compare): Add casts to avoid warnings.
7403 * test-skeleton.c: Mark local functions as static to avoid warnings.
7405 2000-11-23 H.J. Lu <hjl@gnu.org>
7407 * rt/tst-aio6.c (do_test): Use pipe instead of STDIN_FILENO to
7408 support the background job.
7411 2000-11-24 Ulrich Drepper <drepper@redhat.com>
7413 * iconv/gconv_conf.c (insert_module): Replace old entry if new one
7414 has same names but lower cost.
7416 2000-11-23 Jakub Jelinek <jakub@redhat.com>
7418 * sysdeps/sparc/sparc32/dl-machine.h: Ifdef out handling for relocs
7419 which never occur during bootstrap.
7420 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7422 2000-11-23 Andreas Jaeger <aj@suse.de>
7424 * nss/nss_files/files-hosts.c: Remove getipnodebyname.
7426 * nss/Versions: Remove _nss_files_getipnodebyname_r.
7428 * sysdeps/unix/sysv/linux/Versions: Fix typo in last patch.
7430 2000-11-18 Martin Buchholz <martin@xemacs.org>
7432 * csu/gmon-start.c (__gmon_start__): Avoid over-clever trick `if
7435 2000-11-21 Alan Modra <alan@linuxcare.com.au>
7437 * sysdeps/generic/bsd-_setjmp.c (setjmp): Rename to _setjmp.
7439 * csu/abi-note.S: Correct comment for operating system number.
7441 2000-11-22 Ulrich Drepper <drepper@redhat.com>
7443 * Versions.def: Add GLIBC_2.2.1 for glibc.
7445 2000-11-22 Andreas Schwab <schwab@suse.de>
7447 * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root.
7448 * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1.
7450 2000-11-22 Ulrich Drepper <drepper@redhat.com>
7452 * rt/aio_suspend.c (aio_suspend): Convert timeout value to
7453 absolute time for pthread_cond_timedwait call.
7454 Reported by Lawrence Chen <lchen@opentext.com> [libc/1930].
7456 * rt/Makefile (tests): Add tst-aio6.
7457 * rt/tst-aio6.c: New file.
7459 2000-11-23 Andreas Jaeger <aj@suse.de>
7461 * sysdeps/s390/bits/string.h (strncat): Fix one more typo.
7463 2000-11-22 Andreas Jaeger <aj@suse.de>
7465 * sysdeps/s390/bits/string.h (strncat): Add missing quotation marks.
7467 2000-11-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
7469 * sysdeps/s390/bits/string.h: Make strncat always add a \0.
7471 2000-11-21 Andreas Schwab <schwab@suse.de>
7473 * sysdeps/alpha/setjmp.S: Remove __setjmp entry point.
7474 * sysdeps/arm/setjmp.S: Likewise.
7475 * sysdeps/arm/fpu/setjmp.S: Likewise.
7476 * sysdeps/i386/setjmp.S: Likewise.
7477 * sysdeps/i386/elf/setjmp.S: Likewise.
7478 * sysdeps/s390/setjmp.S: Likewise.
7479 * sysdeps/s390/elf/setjmp.S: Likewise.
7480 * sysdeps/sh/sh3/setjmp.S: Likewise.
7481 * sysdeps/sh/sh4/setjmp.S: Likewise.
7482 * sysdeps/sparc/sparc32/setjmp.S: Likewise.
7483 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7484 * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
7485 * sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
7487 2000-11-21 Andreas Jaeger <aj@suse.de>
7489 * sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete
7490 NORETURN, fix parameter list.
7492 * string/bug-strncat1.c (main): Fix typo.
7493 Patch by Bernhard Kaindl <bernhard.kaindl@suse.de>.
7495 2000-11-20 Ulrich Drepper <drepper@redhat.com>
7497 * configure.in: Add --enable-all-warnings.
7498 * config.make.in (all-warnings): New variable.
7499 * Makeconfig (+gccwarn): Define with many more warnings if
7500 all-warnings is yes.
7502 2000-11-20 Jakub Jelinek <jakub@redhat.com>
7504 * iconvdata/bug-iconv2.c (main): Use %zd in format string.
7505 * io/test-lfs.c (do_test): Cast statbuf.st_size to long long.
7506 * malloc/tst-valloc.c (main): Cast valloc return value to long.
7507 * malloc/tst-obstack.c (verbose_malloc): Use %zd in format string.
7508 * math/test-fpucw.c (main): Use %lx in format string, cast
7509 control words to long.
7510 * stdio-common/tst-fmemopen.c (main): Use %td in format strings.
7511 * stdlib/tst-strtol.c (tests): Avoid (bogus?) decimal constant is so
7512 large that it is unsigned warning.
7514 * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ssize_t): Changing
7515 it to long on sparc64.
7517 2000-11-20 Andreas Jaeger <aj@suse.de>
7519 * nscd/nscd.h (termination_handler): Add noreturn attribute.
7520 (receiv_print_stats): Likewise.
7522 * elf/ldconfig.c (path_hwcap): Cast -1 for proper comparison.
7524 2000-11-20 Ulrich Drepper <drepper@redhat.com>
7526 * malloc/thread-m.h: gcc doesn't tolerate zero-sized types anymore.
7528 * csu/gmon-start.c: Always have prototype for __gmon_start.
7529 * csu/version.c: Add prototypes for __libc_print_version and
7531 * iconv/gconv.c: Include gconv_int.h and gconv.h.
7532 * iconv/gconv.h (struct __gconv_step): Remove const from __from_name
7534 * iconv/gconv_builtin.h: Add ASCII module definitions.
7535 * iconv/gconv_conf.c (__gconv_path_elem): Remove const.
7536 (add_module): Add cast to avoid warning. Rework construction of
7537 strings for new module.
7538 * iconv/gconv_db.c (__gconv_alias_compare): Make s1 and s2 const.
7539 (derivation_compare): Likewise.
7540 * iconv/gconv_dl.c (do_release_shlib): Remove const from nodep.
7541 (__gconv_release_shlib): Cast do_release_shlib as parameter for twalk.
7542 * iconv/gconv_int.h (__gconv_path_elem): Remove const.
7543 (struct gconv_alias): Remove const from fromname and toname.
7544 * iconv/gconv_simple.c: Include gconv_builtin.h to get prototypes
7546 (internal_ucs4_loop): Use correct const-ness.
7547 (ucs4_internal_loop): Likewise.
7548 (internal_ucs4le_loop): Likewise.
7549 (ucs4le_internal_loop_single): Likewise.
7550 * iconv/gconv_trans.c (__gconv_transliterate): Make from_idx, from_tbl,
7551 to_idx, to_tbl, winbuf, winbufend const. Change casts in
7552 assignments appropriately.
7553 (struct known_trans): Remove const from fname.
7554 (trans_compare): Make s1 and s2 const.
7555 * iconv/loop.c (LOOPFC): Make outend parameter const. Add cast to
7557 * iconv/skeleton.c: Remove cast in calls of loop functions.
7558 * iconvdata/gconv-modules: Remove US-ASCII definitions.
7559 * iconvdata/iso646.c: Remove US_ASCII support.
7560 * include/set-hooks.h (DEFINE_HOOK): Also generate prototype.
7561 * include/unistd.h: Add __libc_check_standard_fds prototype.
7562 * string/bits/string2.h (__mempcpy_args): Add const to casts.
7563 * sysdeps/generic/initfini.c: Add prototypes for dummy, _init, and
7565 * sysdeps/generic/libc-start.c: Add prototype for __libc_start_main.
7566 * sysdeps/i386/i486/bits/string.h (strcmp): Add const to casts.
7567 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Add cast to avoid
7569 * sysdeps/unix/sysv/linux/init-first.c: Add prototypes for
7570 __libc_init_first and _dl_start.
7571 * intl/dcigettext.c (transcmp): Make s1 and s2 const.
7572 (DCIGETTEXT): Make domaindata variable const.
7573 * intl/loadmsgcat.c (_nl_load_domain): Rearrange domain initialization
7576 2000-11-20 Hiroyuki Machida <machida@sm.sony.co.jp>
7578 * sysdeps/unix/sysv/linux/mips/clone.S: Fix comments.
7580 * sysdeps/unix/sysv/linux/mips/kernel_stat.h (kernel_stat): Expand
7581 time_t to 'long int' not, 'unsigned int'. Use 'long int' for
7584 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOFOLLOW): Use same
7585 value defined in /usr/include/asm-mips/fcntl.h.
7587 2000-11-18 Ulrich Drepper <drepper@redhat.com>
7589 * stdio-common/Makefile (tests): Add test-vfprintf.
7590 (test-vfprintf-ENV): New variable.
7591 * stdio-common/test-vfprintf.c: New file.
7593 * wcsmbs/mbrtowc.c (__mbrtowc): Do not only flush if input is '\0'.
7595 * wcsmbs/Makefile (tests): Add tst-mbrtowc and tst-wcrtomb.
7596 (tst-mbrtowc-ENV): New variable.
7597 (tst-wcrtomb-ENV): New variable.
7598 * wcsmbs/tst-mbrtowc.c: New file.
7599 * wcsmbs/tst-wcrtomb.c: New file.
7601 2000-11-16 Andreas Jaeger <aj@suse.de>
7603 * manual/install.texi (Tools for Compilation): Update
7604 documentation for GCC 2.95.2.
7606 2000-11-18 Ulrich Drepper <drepper@redhat.com>
7608 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return -EAI_AGAIN
7609 if IPv4 and IPv6 requests timed out.
7611 2000-11-18 Akim Demaille <akim@epita.fr>
7613 * malloc/obstack.h: Formatting changes.
7614 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
7615 prevents type checking.
7616 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
7617 cast the value to (void *): assigning a `foo *' to a `void *'
7619 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
7621 2000-11-17 Ulrich Drepper <drepper@redhat.com>
7623 * scripts/config.guess: Update from upstream maintainer.
7624 * scripts/config.sub: Likewise.
7626 2000-11-16 Ulrich Drepper <drepper@redhat.com>
7628 * libio/freopen.c (freopen): Reset _mode after succesful reopening.
7629 * libio/freopen64.c (freopen64): Likewise.
7630 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7632 * libio/Makefile: Add rules to build and run test-freopen.
7633 * libio/test-freopen.c: New file.
7634 * libio/test-freopen.sh: New file.
7636 2000-11-15 H.J. Lu <hjl@gnu.org>
7638 * sysdeps/generic/ldsodefs.h (DL_DT_INIT_ADDRESS): Defined if
7639 ELF_FUNCTION_PTR_IS_SPECIAL is not defined.
7640 (DL_DT_FINI_ADDRESS): Likewise.
7642 * sysdeps/ia64/dl-lookupcfg.h (_dl_lookup_address): Set the
7643 return type to ElfW(Addr).
7644 (_dl_function_address): New prototype.
7645 (DL_FUNCTION_ADDRESS): Defined.
7646 (DL_DT_INIT_ADDRESS): Defined as DL_FUNCTION_ADDRESS.
7647 (DL_DT_FINI_ADDRESS): Likewise.
7649 * sysdeps/ia64/Versions (GLIBC_2.2): Add _dl_function_address.
7651 * sysdeps/ia64/dl-machine.h (_dl_start_address): Removed.
7652 (ELF_MACHINE_START_ADDRESS): Changed to DL_FUNCTION_ADDRESS.
7654 * sysdeps/ia64/dl-symaddr.c (_dl_start_address): Renamed to ...
7655 (_dl_function_address): This.
7657 * elf/dl-fini.c (_dl_fini): Use DL_DT_FINI_ADDRESS to get the
7658 function pointer for DT_FINI.
7659 * elf/dl-close.c (_dl_close): Likewise.
7661 * elf/dl-init.c (_dl_init): Use DL_DT_INIT_ADDRESS to get the
7662 function pointer for DT_INIT.
7664 2000-11-16 Jakub Jelinek <jakub@redhat.com>
7666 * sysdeps/generic/printf_fphex.c (__printf_fphex): Compute correctly
7667 end of wexpbuf buffer.
7669 2000-11-16 Andreas Jaeger <aj@suse.de>
7671 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove duplicate
7672 definition of F_GETLK, F_SETLK, F_SETLKW.
7674 2000-11-16 Andreas Jaeger <aj@suse.de>
7676 * sysdeps/generic/dl-cache.c (_DL_PLATFORMS_COUNT): Define to 0 if
7679 2000-11-15 Jakub Jelinek <jakub@redhat.com>
7681 * dlfcn/default.c (main): Add test for dladdr of main returning
7682 argv[0] in dli_fname field.
7684 2000-11-15 Jakub Jelinek <jakub@redhat.com>
7686 * Makeconfig (run-program-prefix): Move test-static test into the
7689 * sysdeps/alpha/dl-machine.h (RTLD_START): Update _dl_argv.
7690 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise,
7691 schedule instructions.
7692 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise,
7693 schedule instructions, fix a bug in copying auxiliary data.
7695 2000-11-15 Ulrich Drepper <drepper@redhat.com>
7697 * manual/startup.texi (Program Arguments): Fix type of main's envp
7699 Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.
7701 * iconvdata/gconv-modules: Add CP950 alias.
7703 2000-11-13 Jakub Jelinek <jakub@redhat.com>
7705 * sysdeps/unix/sysv/linux/Makefile: Allow ports to override
7706 syscall-list.h goal.
7707 * sysdeps/unix/sysv/linux/sparc/Makefile: New file.
7709 2000-11-15 Ulrich Drepper <drepper@redhat.com>
7711 * intl/Makefile: tst-gettext2.sh does not need a third parameter.
7713 * intl/tst-gettext2.sh: Copy locale data. Adjust LOCPATH. Verify
7716 * intl/tst-gettext2.c: Set C locale if setting other locale
7717 failed. Use gettext() not _().
7719 * locale/setlocale.c: Increment _nl_msg_cat_cntr whenever we
7720 successfully loaded a new locale.
7722 2000-11-13 Andreas Jaeger <aj@suse.de>
7724 * configure.in: Require gcc 2.95 or newer.
7726 2000-11-15 Ulrich Drepper <drepper@redhat.com>
7728 * sysdeps/unix/sysv/linux/paths.h: Adjust for FHS.
7729 Patch by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
7731 2000-11-11 Jim Meyering <meyering@lucent.com>
7733 * string/strndup.c (strndup): Cast return value to `char *'.
7735 2000-11-15 Jim Meyering <meyering@ascend.com>
7737 * sysdeps/generic/memchr.c: Remove some useless parentheses.
7738 [HAVE_STDLIB_H || defined _LIBC]: Include <stdlib.h>.
7739 [HAVE_BP_SYM_H || defined _LIBC]: Guard inclusion of bp-sym.h.
7740 [! (HAVE_BP_SYM_H || defined _LIBC)] (BP_SYM): Define as no-op.
7741 Also #undef __memchr.
7742 Use `weak_alias' only if it's defined.
7744 2000-11-10 H.J. Lu <hjl@gnu.org>
7746 * Makefile.in (install): Set LANGUAGE=C LC_ALL=C.
7748 2000-11-15 Andreas Jaeger <aj@suse.de>
7750 * elf/chroot_canon.c: Include <stdint.h>.
7752 * elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
7753 (print_entry): Likewise.
7754 (add_to_cache): Likewise.
7756 * elf/ldconfig.h (add_to_cache): Change prototype for hwcap change.
7758 * elf/ldconfig.c (struct lib_entry): Use uint64_t for hwcap.
7759 (path_hwcap): Likewise.
7760 (search_dir): Likewise.
7762 * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Handle platform.
7764 * elf/cache.c (add_to_cache): Handle 64 bit hwcap entry.
7766 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
7767 (_dl_platform_string): New.
7768 (_DL_HWCAP_PLATFORM): New.
7769 (_dl_string_platform): New.
7770 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
7772 * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
7773 (_dl_string_platform): New.
7774 (_DL_HWCAP_PLATFORM): New.
7775 (_dl_platform_string): New.
7777 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Added x86 platform
7779 (_DL_HWCAP_COUNT): New.
7780 (_dl_string_platform): New.
7781 (_DL_HWCAP_PLATFORM): New.
7782 (_dl_platform_string): New.
7784 2000-11-14 Ulrich Drepper <drepper@redhat.com>
7786 * iconvdata/gconv-modules: Add CP936 as alias for GBK.
7788 2000-11-14 Andreas Jaeger <aj@suse.de>
7790 * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Fix access to _dl_hwcap.
7792 2000-11-13 Roland McGrath <roland@frob.com>
7794 * hurd/get-host.c (_hurd_get_host_config): Fix last change.
7796 2000-11-13 Marcus Brinkmann <marcus@gnu.org>
7798 * hurd/get-host.c (_hurd_get_host_config): Fix possible buffer
7799 underrun and make sure the result is null terminated even if there
7800 is no trailing newline.
7802 2000-11-13 Jakub Jelinek <jakub@redhat.com>
7804 * sysdeps/alpha/fpu/libm-test-ulps: Update.
7806 2000-11-10 H.J. Lu <hjl@gnu.org>
7808 * sysdeps/ia64/fpu/libm-test-ulps: Updated.
7810 2000-11-10 Andreas Jaeger <aj@suse.de>
7812 * elf/ldconfig.c (create_links): Fix alloca calculation.
7813 Patch by Ben Collins <bcollins@debian.org>.
7815 2000-11-09 Ulrich Drepper <drepper@redhat.com>
7817 * inet/getnameinfo.c (getnameinfo): Use correct destination
7818 parameter for if_indextoname.
7819 Patch by Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>.
7821 2000-11-09 H.J. Lu <hjl@gnu.org>
7823 * sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
7824 xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
7825 xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
7828 * time/Versions (GLIBC_2.1): Move getitimer to...
7829 * sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
7831 2000-11-03 Bruno Haible <haible@clisp.cons.org>
7833 * manual/install.texi: Recommend to set LANGUAGE=C LC_ALL=C during
7834 "make install", to work around a binary incompatibility between
7835 glibc 2.1 and glibc 2.2 gconv modules.
7837 2000-11-09 Ulrich Drepper <drepper@redhat.com>
7839 * intl/locale.alias: Add thai.
7840 Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
7842 2000-11-07 Akim Demaille <akim@epita.fr>
7844 * malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
7845 argument `data' for consistency with the prototypes.
7847 (obstack_copy, obstack_copy0): Rename the second argument as
7848 `address' for consistency. Qualify it `const'.
7849 * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
7850 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
7851 `const' their input argument (`data' or `address').
7852 Adjust the corresponding macros to include `const' in casts.
7854 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7856 * sysdeps/posix/getaddrinfo.c: Clean-up: define family to hold
7859 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7861 * sysdeps/posix/getaddrinfo.c: Loosen protocol check to ease raw
7864 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7866 * sysdeps/posix/getaddrinfo.c: Ensure to fill ai_socktype and
7867 ai_protocol by internal table if service was not given.
7869 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7871 * sysdeps/posix/getaddrinfo.c: Don't raise an error even if
7872 numerical port was specified with protocol without socktype.
7874 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7876 * sysdeps/posix/getaddrinfo.c: Ensure to check if protocol is ok.
7878 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7880 * inet/getnameinfo.c: getnameinfo() NI_xxx flag validation.
7882 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7884 * sysdeps/posix/getaddrinfo.c: Ensure not to fill garbage value in
7885 sin6_scope_id field.
7887 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7889 * inet/getnameinfo.c: Repair getnameinfo() sin6_socpe_id support.
7891 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7893 * inet/getnameinfo.c: Repair NI_NOFQDN flag support.
7895 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7897 * inet/getnameinfo.c: Wake-up sin6_scope_id support in
7898 getnameinfo(): check for whether sin6_socpe_id exist was wrong.
7900 2000-11-09 Martin Schwidefsky <mschwide@nc.boeblingen.de.ibm.com>
7902 * sysdeps/unix/sysv/linux/s390/mmap.S: Use mmap2 if it is present.
7903 * sysdeps/unix/sysv/linux/s390/mmap64.S: New file.
7905 2000-11-09 H.J. Lu <hjl@gnu.org>
7907 * io/Versions (GLIBC_2.1.1): Remove lockf64.
7910 See ChangeLog.11 for earlier changes.