aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17Pretty printing.Ulrich Drepper1-1/+1
2001-04-17Update.Andreas Jaeger2-111/+117
2001-04-17 Andreas Jaeger <aj@suse.de> * configure.in: Move test for critical programs up.
2001-04-17Move test for critical programs up.Andreas Jaeger1-6/+8
2001-04-17Update.Ulrich Drepper6-29/+192
2001-04-16 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/flt-32/e_asinf.c (pio2_hi, pio2_lo, pio4_hi): Correct the values. (pSx, qSx): Replace by shorter approximation. Use f suffix on float constants. * sysdeps/ieee754/ldbl-128/k_tanl.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>.
2001-04-17Update.Ulrich Drepper1-0/+4
2001-04-16 Ulrich Drepper <drepper@redhat.com> * string/string.h: Replace const in attribute list with __const__.
2001-04-17Replace const in attribute list with __const__.Ulrich Drepper1-3/+3
2001-04-17* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconfRoland McGrath2-9/+18
instead of the constant NGROUPS_MAX. That way, the limit can be raised in the kernel configuration without having to recompile libc. * sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to define NGROUPS_MAX; we don't use it here.
2001-04-172001-04-16 Roland McGrath <roland@frob.com>Roland McGrath1-13/+2
* sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to define NGROUPS_MAX; we don't use it here.
2001-04-16Update.Andreas Jaeger2-1/+7
* math/libm-test.inc (atan2_test): Add more testcases.
2001-04-16Update.Andreas Jaeger1-0/+5
2001-04-16 Andreas Jaeger <aj@suse.de> * iconv/gconv_db.c: Include gconv_charset.h for __gconv_lookup_alias prototype.
2001-04-16Include gconv_charset.h for __gconv_lookup_alias prototype.Andreas Jaeger1-0/+1
2001-04-14Update.Ulrich Drepper2-0/+223
2001-04-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/ldbl-128/s_atanl.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>.
2001-04-13Update.Ulrich Drepper2-0/+5
* intl/tst-codeset.c: Include string.h to get prototype for strcmp(). 2001-04-13 Jes Sorensen <jes@linuxcare.com>
2001-04-13Update.Ulrich Drepper2-0/+6
2001-04-13 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to explicitly pad struct siginfo instead of relying on compiler padding.
2001-04-13Update.Ulrich Drepper6-4/+25
2001-04-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Dist: Add elf/entry.h. * iconvdata/Makefile (distribute): Add TESTS2.
2001-04-12Update.Ulrich Drepper5-14/+52
2001-04-13 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Calculate load address differently.
2001-04-12Update.Ulrich Drepper3-12/+46
* sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for all the files which use CURRENT_STACK_FRAME.
2001-04-12Update.Ulrich Drepper16-20/+412
2001-04-12 Bruno Haible <haible@clisp.cons.org> * iconvdata/TESTS2: New file. * iconvdata/run-iconv-test.sh: Also run tests from TESTS2. * iconvdata/testdata/alfabeta..UTF-8: New file. * iconvdata/testdata/alfabeta..UTF-16.BE: New file. * iconvdata/testdata/alfabeta..UTF-16.LE: New file. * iconvdata/testdata/alfabeta..UTF-32.BE: New file. * iconvdata/testdata/alfabeta..UTF-32.LE: New file. 2001-04-11 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-32.c: New file. * iconvdata/gconv-modules: Add entries for UTF-32, UTF-32LE, UTF-32BE. * iconvdata/Makefile (modules): Add UTF-32. (distribute): Add utf-32.c. 2001-04-11 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-16.c (PREPARE_LOOP): Initialize 'swap' after possibly changing it in the state. After incrementing 'inptr', store it back. * iconvdata/unicode.c (PREPARE_LOOP): After incrementing 'inptr', store it back. 2001-04-11 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-16.c (gconv_init): Use MAX_NEEDED_FROM, not MIN_NEEDED_FROM.
2001-04-12Update.Ulrich Drepper4-43/+47
* Makefile (tests): Comment out tst-cancel for now.
2001-04-12Update.Ulrich Drepper3-4/+46
2001-04-11 Ulrich Drepper <drepper@redhat.com> * tst-cancel.c (main): Cleanup 4 is supposed to run. Create temporary file in object directory. * Makefile: Don't allow inlining when compiling tst-cancel.c. Pass $(objpfx) to tst-cancel.
2001-04-11Update.Ulrich Drepper4-7/+14
2001-04-11 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/pt-machine.h (stack_pointer): Advance up closer to user local variables so that new cleanup heuristics work. * sysdeps/sparc/sparc64/pt-machine.h (stack_pointer): Likewise.
2001-04-11Update.Ulrich Drepper3-3/+31
2001-04-11 Ulrich Drepper <drepper@redhat.com> * cancel.c (_pthread_cleanup_push): Catch invalid __prev buffer and remove it. (_pthread_cleanup_push_defer): Likewise. * tst-cancel.c (main): Fix loop printing cleanup output.
2001-04-11Update.Ulrich Drepper16-64/+95
2001-04-11 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/htonl.S: Drop superfluous "alloc". * sysdeps/ia64/htons.S: Likewise. * sysdeps/ia64/memset.S: Add unwind directives. * sysdeps/ia64/strncpy.S: Likewise. * sysdeps/ia64/strcat.S: Likewise. * sysdeps/ia64/memccpy.S: Add unwind directives. Drop superfluous restore of ar.pfs. * sysdeps/ia64/strchr.S: Likewise. * sysdeps/ia64/memmove.S: Likewise. * sysdeps/ia64/memcpy.S: Likewise. * sysdeps/ia64/memcmp.S: Likewise. * sysdeps/ia64/memchr.S: Likewise. * sysdeps/ia64/strcmp.S: Likewise. * sysdeps/ia64/strlen.S: Likewise. * sysdeps/ia64/strcpy.S: Likewise. * sysdeps/ia64/strncmp.S: Likewise.
2001-04-11Update.Ulrich Drepper1-0/+7
2001-04-11 Jakub Jelinek <jakub@redhat.com> * wcsmbs/wchar.h (fgetwc, getwc, getwchar, fputwc, putwc, putwchar, fgetws, fputws, ungetwc, getwc_unlocked, getwchar_unlocked, fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked, fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
2001-04-11(fgetwc, getwc, getwchar, fputwc, putwc, putwchar, fgetws, fputws, ungetwc, ↵Ulrich Drepper1-18/+18
getwc_unlocked, getwchar_unlocked, fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked, fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
2001-04-11Update.Andreas Jaeger1-0/+4
2001-04-11 Andreas Jaeger <aj@suse.de> * sysdeps/mips/elf/start.S [__ASSEMBLY__]: Define it.
2001-04-11[__ASSEMBLY__]: Define it.Andreas Jaeger1-1/+2
2001-04-11* sysdeps/m68k/fpu/libm-test-ulps: Adjusted.Andreas Schwab1-0/+4
2001-04-11Adjusted.Andreas Schwab1-55/+162
2001-04-11Update.Ulrich Drepper2-0/+32
2001-04-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/arm/stackinfo.h: New file.
2001-04-11Update.Ulrich Drepper2-1/+3
2001-04-08 Thorsten Kukuk <kukuk@suse.de>
2001-04-11Update.Ulrich Drepper1-0/+5
22001-04-08 Thorsten Kukuk <kukuk@suse.de> * sunrpc/rpc_main.c: If we compile RPC thread safe, allow rpcgen to generate thread safe code.
2001-04-11Update.Andreas Jaeger1-0/+4
2001-04-10 Andreas Jaeger <aj@suse.de> * math/test-fenv.c (initial_tests): Protect FE_TONEAREST declaration.
2001-04-11(initial_tests): Protect FE_TONEAREST declaration.Andreas Jaeger1-1/+3
2001-04-11If we compile RPC thread safe, allow rpcgen to generate thread safe code.Ulrich Drepper2-0/+44
2001-04-11Update.Ulrich Drepper2-2/+8
2001-04-10 Ulrich Drepper <drepper@redhat.com> * elf/dl-minimal.c (__assert_fail): Change error string. It's most of the time no bug in ld.so. (__assert_perror_fail): Likewise.
2001-04-11Update.Ulrich Drepper3-16/+11
2001-04-11 Hans-Peter Nilsson <hp@axis.com> * sysdeps/generic/bits/fenv.h (fexcept_t): Change default type from struct to unsigned int.
2001-04-11Update.Ulrich Drepper5-43/+75
2001-04-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * elf/elf.h (AT_DCACHEBSIZE, AT_ICACHEBSIZE, AT_UCACHEBSIZE, AT_IGNOREPPC): New defines. * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Print them. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_STD_AUXV): Define for newer powerpc kernels. * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Use the standard DL_FIND_ARG_COMPONENTS if __ASSUME_STD_AUXV is defined.
2001-04-11Update.Ulrich Drepper6-6/+48
2000-4-10 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/stackinfo.h: New file.
2001-04-11Update.Ulrich Drepper3-6/+190
* locale/tst-C-locale.c (run_test): Add tests for locale objects. * locale/newlocale.c (__newlocale): Correct setting __ctype_b, __ctype_tolower, and __ctype_toupper elements.
2001-04-11Update.Ulrich Drepper2-3/+6
* ctype/ctype_l.c: Fix definitions of __tolower_l and __toupper_l. Reported by Konstantin Osipov <rabid@spylog.ru>.
2001-04-11Update.Ulrich Drepper7-28/+126
2001-04-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/libm-test-ulps: Add deltas for tgamma to help the lousy AMD FPU. 2001-04-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: New file. * sysdeps/unix/sysv/linux/powerpc/Dist: Add sys/ptrace.h. * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Delete wrong stuff. * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Correct typedefs. 2001-04-10 Ulrich Drepper <drepper@redhat.com> * elf/dl-deps.c (_dl_map_object_deps): Provide complete error message. Based on a patch by HJ Lu.
2001-04-10Update.Ulrich Drepper2-8/+0
2001-04-10Update.Ulrich Drepper3-4/+9
2001-04-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Versions: Export __libc_ia64_register_backing_store_base.
2001-04-10Update.Ulrich Drepper9-25/+73
2001-04-10 Andreas Schwab <schwab@suse.de> * math/libm-test.inc (csinh_test): Don't require the invalid exception for csinh (x + iNaN), but make it optional. 2001-04-09 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/elf/start.S (_start): Add unwind directives. * sysdeps/generic/entry.h [!__ASSEMBLY__]: Declare _start. * sysdeps/ia64/elf/entry.h: New file. * sysdeps/unix/sysv/linux/mips/entry.h [!__ASSEMBLY__]: Declare __start. * elf/rtld.c: Don't declare ENTRY_POINT. Use ENTRY_POINT instead of &ENTRY_POINT. * sysdeps/generic/dl-sysdep.c: Likewise. * sysdeps/mach/hurd/dl-sysdep.c: Likewise. * sysdeps/ia64/elf/start.S: Save base address of register backing store in __libc_ia64_register_backing_store_base.
2001-04-10Update.Ulrich Drepper18-39/+281
2001-04-10 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Fix return value of getcontext. * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise. * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Fix return value of setcontext. * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/s390/swapcontext.c: Skip setcontext call by changing the saved context.
2001-04-10Update.Ulrich Drepper2-0/+34
2001-04-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/stackinfo.h: New file. * sysdeps/ia64/stackinfo.h: New file.
2001-04-10Stack information for Alpha.Ulrich Drepper1-0/+28
2001-04-10* sysdeps/m68k/fpu/e_pow.c: Correct handling of some exceptional Andreas Schwab3-9/+16
values. * sysdeps/m68k/fpu/e_scalb.c: Likewise. 2001-04-10 Andreas Schwab <schwab@suse.de> * sysdeps/m68k/fpu/e_pow.c: Correct handling of some exceptional values. * sysdeps/m68k/fpu/e_scalb.c: Likewise.
2001-04-10Update.Ulrich Drepper4-8/+13
* sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c. * sysdeps/sparc/sparc64/Dist: Add hp-timing.c. 2001-04-07 Bruno Haible <haible@clisp.cons.org>