| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-19 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/hppa/umount.c: Fix typos in last patch.
|
|
|
|
|
|
| |
* rt/Makefile (otherlibs): Added.
* glibcbug.in (BUGGLIBC): Send to new alias.
|
|
|
|
|
|
| |
2001-04-18 Andreas Jaeger <aj@suse.de>
* rt/Makefile (otherlibs): Added.
|
|
|
|
|
|
| |
2001-04-18 Andreas Jaeger <aj@suse.de>
* Makefile (otherlibs): Added.
|
|
|
|
|
|
|
| |
2001-04-02 Andreas Schwab <schwab@suse.de>
* Makerules (build-module): Make sure exit codes get checked
properly and remove unnecessary slashes.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* 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-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
|
|
|
|
|
|
|
| |
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-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-17 Andreas Jaeger <aj@suse.de>
* configure.in: Move test for critical programs up.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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-16 Ulrich Drepper <drepper@redhat.com>
* string/string.h: Replace const in attribute list with __const__.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* sysdeps/posix/euidaccess.c: Don't #include <limits.h> or try to
define NGROUPS_MAX; we don't use it here.
|
|
|
|
| |
* math/libm-test.inc (atan2_test): Add more testcases.
|
|
|
|
|
|
|
| |
2001-04-16 Andreas Jaeger <aj@suse.de>
* iconv/gconv_db.c: Include gconv_charset.h for
__gconv_lookup_alias prototype.
|
| |
|
|
|
|
|
|
|
| |
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>.
|
|
|
|
|
|
| |
* intl/tst-codeset.c: Include string.h to get prototype for strcmp().
2001-04-13 Jes Sorensen <jes@linuxcare.com>
|
|
|
|
|
|
|
| |
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-12 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/Dist: Add elf/entry.h.
* iconvdata/Makefile (distribute): Add TESTS2.
|
|
|
|
|
|
|
| |
2001-04-13 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address):
Calculate load address differently.
|
|
|
|
|
| |
* sysdeps/i386/Makefile: Make sure gcc uses a frame pointer for
all the files which use CURRENT_STACK_FRAME.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* Makefile (tests): Comment out tst-cancel for now.
|
|
|
|
|
|
|
|
|
| |
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-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-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-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-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.
|
|
|
|
| |
getwc_unlocked, getwchar_unlocked, fgetwc_unlocked, fputwc_unlocked, putwc_unlocked, putwchar_unlocked, fgetws_unlocked, fputws_unlocked, wcsftime): Add __THROW.
|
|
|
|
|
|
| |
2001-04-11 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/elf/start.S [__ASSEMBLY__]: Define it.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
2001-04-11 Ulrich Drepper <drepper@redhat.com>
* sysdeps/arm/stackinfo.h: New file.
|
|
|
|
| |
2001-04-08 Thorsten Kukuk <kukuk@suse.de>
|
|
|
|
|
|
|
| |
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-10 Andreas Jaeger <aj@suse.de>
* math/test-fenv.c (initial_tests): Protect FE_TONEAREST declaration.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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-11 Hans-Peter Nilsson <hp@axis.com>
* sysdeps/generic/bits/fenv.h (fexcept_t): Change default type
from struct to unsigned int.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|