aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-21Add __pthread_clock_gettime and __pthread_clock_settime prototypes.Andreas Jaeger
2001-04-21 Andreas Jaeger <aj@suse.de> * internals.h: Add __pthread_clock_gettime and __pthread_clock_settime prototypes.
2001-04-21Update.Andreas Jaeger
2001-04-21 Andreas Jaeger <aj@suse.de> * sysdeps/unix/i386/i586/clock_settime.c: Include "libc-internal.h" for __get_clockfreq declaration.
2001-04-21Include "libc-internal.h" for __get_clockfreq declaration.Andreas Jaeger
2001-04-21Update.Ulrich Drepper
2001-04-21 Ulrich Drepper <drepper@redhat.com> * elf/dl-support.c: Include cpuclock-init.h. Use CPUCLOCK_VARDEF and CPUCLOCK_INIT if defined. * sysdeps/generic/dl-sysdep.c: Likewise. * sysdeps/generic/cpuclock-init.h: New file. * sysdeps/unix/i386/i586/cpuclock-init.h: New file. * sysdeps/unix/i386/i586/Versions: New file. * sysdeps/unix/i386/i586/clock_settime.c: New file. * sysdeps/unix/i386/i586/clock_gettime.c: Handle thread CPU clock separately by calling __pthread_clock_gettime if this function is available. Subtract offset from tsc value before computing time value.
2001-04-20Update.Ulrich Drepper
* iconv/iconv_prog.c (print_known_names): If printing goes not to a tty print in a more machine-friendly way.
2001-04-20Update.Ulrich Drepper
2001-04-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/ldbl-128/e_asinl.c: New file. Contributed by Stephen L Moshier <moshier@mediaone.net>. * intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.
2001-04-20Arcsine implementation for IEEE 128-bit long double.Ulrich Drepper
2001-04-20Update.Andreas Jaeger
2001-04-20 Andreas Jaeger <aj@suse.de> * intl/Makefile (tests): Reorder conditions, tst-gettext needs msgfmt.
2001-04-20 (tests): Reorder conditions, tst-gettext needs msgfmt.Andreas Jaeger
2001-04-20* sysdeps/m68k/fpu/libm-test-ulps: Update.Andreas Schwab
2001-04-20 Andreas Schwab <schwab@suse.de> * sysdeps/m68k/fpu/libm-test-ulps: Update.
2001-04-20Update.Ulrich Drepper
2001-04-19 Alan Modra <amodra@one.net.au> * Makerules (libc_pic.os): Add $(LDFLAGS-c_pic.os). * sysdeps/hppa/Makefile (LDFLAGS-c_pic.os): Define. (CFLAGS-.os): Remove. * sysdeps/unix/sysv/linux/hppa/sysdep.h (CALL_MCOUNT): Update comment. * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG, NFPREG, gregset): Correct for new kernel definitions. 2001-04-19 Alan Modra <alan@linuxcare.com.au> * sysdeps/hppa/elf/initfini.c: Change dlt reg save to r3 and generate unwind info by hand. 2001-04-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Optimize a bit. * configure.in: Correct regular expression for msgfmt. Patch by Bruno Haible <haible@ilog.fr>.
2001-04-20(__mmap64): Optimize a bit.Ulrich Drepper
2001-04-20Update.Andreas Jaeger
2001-04-19 Andreas Jaeger <aj@suse.de> * po/el.po: Add comment explaining what's broken. * po/Makefile (BROKEN_LINGUAS): New. (ALL_LINGUAS): Don't add broken languages.
2001-04-20* po/el.po: Add comment explaining what's broken.Andreas Jaeger
* po/Makefile (BROKEN_LINGUAS): New. (ALL_LINGUAS): Don't add broken languages.
2001-04-20Regenerated: autoconf configure.inUlrich Drepper
2001-04-20Correct regular expression for msgfmt.Ulrich Drepper
2001-04-19* sysdeps/mach/hurd/mlock.c: New file.Roland McGrath
* sysdeps/mach/hurd/munlock.c: New file. * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK_RANGE): Define it. * misc/Makefile (routines): Add mlock munlock mlockall munlockall. * sysdeps/generic/mlock.c: New file. * sysdeps/generic/munlock.c: New file. * sysdeps/generic/mlockall.c: New file. * sysdeps/generic/munlockall.c: New file. * sysdeps/generic/bits/mman.h (MCL_CURRENT, MCL_FUTURE): New macros. * sysdeps/unix/sysv/linux/syscalls.list (mlock, munlock, mlockall, munlockall): Change caller field to - from EXTRA. Don't use __ names; not used (and not declared in include/sys/mman.h).
2001-04-19* hurd/privports.c (__get_privileged_ports): Renamed with __.Roland McGrath
Use __ names for calls we make. (get_privileged_ports): Add alias. * hurd/hurd.h: Declare it with the __ name. * sysdeps/mach/hurd/reboot.c (reboot): Use __get_privileged_ports. * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise. * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
2001-04-19* hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and doRoland McGrath
nothing if it's zero.
2001-04-192001-04-19 Roland McGrath <roland@frob.com>Roland McGrath
* hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do nothing if it's zero.
2001-04-19Update.Ulrich Drepper
2001-04-19 Matthew Wilcox <willy@ldl.fc.hp.com> * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Change to return a signed result for compatibility with other architectures, and correctness.
2001-04-19Update.Ulrich Drepper
2001-04-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_32BITUIDS): HPPA always had them. Patch by Matthew Wilcox <matthew@wil.cx>. * manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.
2001-04-19(__ASSUME_32BITUIDS): HPPA always had them.Ulrich Drepper
2001-04-19Update.Andreas Jaeger
* configure.in: Require gettext 0.10.36 or newer. * manual/install.texi (Tools for Compilation): Mention gettext 0.10.36.
2001-04-19Update.Andreas Jaeger
2001-04-19 Andreas Jaeger <aj@suse.de> * po/zh_TW.po: Remove extraneous backslashes. * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove unused variables b and n.
2001-04-19(__ieee754_sqrt): Remove unused variables b and n.Andreas Jaeger
2001-04-19Update.Ulrich Drepper
2001-04-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S (__setcontext): Copy first word of uc_sigmask into __uc_sigmask. * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S (__getcontext): Save uc_link around trap. Copy __uc_sigmask into first word of uc_sigmask, clear the rest. Make sure setcontext to the created context doesn't do this though. * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: New file. * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (ucontext_t): Add uc_stack and uc_sigmask, rename old uc_sigmask to __uc_sigmask in the 64bit version, make uc_sigmask __sigset_t in the 32bit version. * rt/Makefile (otherlibs): Added for static NSS. * glibcbug.in (BUGGLIBC): Send to new alias.
2001-04-19Put specs into $generated, not $postclean-generated.Ulrich Drepper
2001-04-19Fix typos in last patch.Andreas Jaeger
2001-04-19 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
2001-04-18(BUGGLIBC): Send to new alias.Andreas Jaeger
* rt/Makefile (otherlibs): Added. * glibcbug.in (BUGGLIBC): Send to new alias.
2001-04-18Update.Andreas Jaeger
2001-04-18 Andreas Jaeger <aj@suse.de> * rt/Makefile (otherlibs): Added.
2001-04-18(otherlibs): Added.Andreas Jaeger
2001-04-18 Andreas Jaeger <aj@suse.de> * Makefile (otherlibs): Added.
2001-04-18Update.Ulrich Drepper
2001-04-02 Andreas Schwab <schwab@suse.de> * Makerules (build-module): Make sure exit codes get checked properly and remove unnecessary slashes.
2001-04-18Update.Ulrich Drepper
2001-04-18 Jakub Jelinek <jakub@redhat.com> * locales/be_BY: Fix syntax in LC_COLLATE section. * locales/ru_UA: Likewise. * locales/tr_TR: Likewise. * locales/uk_UA: Likewise.
2001-04-18Update.Ulrich Drepper
* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq): Handle kernels which report only three digits after the decimal point. Reported by Van Okamura <van.okamura@oracle.com>.
2001-04-18Update.Ulrich Drepper
2001-04-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
2001-04-17Update.Ulrich Drepper
2001-04-17 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17Update.Ulrich Drepper
2001-04-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure desired exceptions are raised for exceptional values. * math/libm-test.inc (acosh_test, atan_test, atan2_test, cacos_test, cacosh_test, casin_test, casinh_test, catan_test, catanh_test, clog_test, log_test, log1p_test, tan_test): Increase precision of expected values to satisfy ldbl-128. * sysdeps/alpha/fpu/libm-test-ulps: Adjust accordingly. * sysdeps/arm/libm-test-ulps: Likewise. * sysdeps/i386/fpu/libm-test-ulps: Likewise. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/m68k/fpu/libm-test-ulps: Likewise. * sysdeps/mips/fpu/libm-test-ulps: Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. * sysdeps/s390/fpu/libm-test-ulps: Likewise. * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2001-04-17Pretty printing.Ulrich Drepper
2001-04-17Update.Andreas Jaeger
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 Jaeger
2001-04-17Update.Ulrich Drepper
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 Drepper
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 Drepper
2001-04-17* grp/initgroups.c (initgroups) [NGROUPS_MAX != 0]: Always use sysconfRoland McGrath
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 McGrath
* 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 Jaeger
* math/libm-test.inc (atan2_test): Add more testcases.
2001-04-16Update.Andreas Jaeger
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 Jaeger
2001-04-14Update.Ulrich Drepper
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>.