aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-24Update.Ulrich Drepper4-117/+101
* sysdeps/generic/bits/confname.h: Remove #ifs.
2003-02-23Update.Ulrich Drepper5-5/+11
* posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition. * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
2003-02-23Update.Ulrich Drepper5-26/+40
2003-02-23 Ulrich Drepper <drepper@redhat.com> * resolv/res_libc.c [USE___THREAD] (_res): Initialize _vcsock element to -1.
2003-02-23Update.Ulrich Drepper2-1/+16
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Shave off 3 more bytes by using offset-less instructions when possible.
2003-02-23Update.Ulrich Drepper1-0/+4
2003-02-22 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-sysdep.c: Avoid warning.
2003-02-23Avoid warning.Ulrich Drepper1-1/+3
2003-02-23* resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.Roland McGrath1-0/+7
* resolv/Makefile (tests): Add tst-leaks. ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so. (tst-leaks-ENV): New variable. ($(objpfx)mtrace-tst-leaks): New target. (tests): Depend on it.
2003-02-232003-02-22 Roland McGrath <roland@redhat.com>Roland McGrath2-2/+54
* resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>. * resolv/Makefile (tests): Add tst-leaks. ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so. (tst-leaks-ENV): New variable. ($(objpfx)mtrace-tst-leaks): New target. (tests): Depend on it.
2003-02-22Regenerated from source filesUlrich Drepper1-249/+270
2003-02-22Update.Ulrich Drepper4-5/+21
* catgets/Makefile: Add rules to run test2.msg test. * catgets/test2.msg: New file.
2003-02-22Update.Ulrich Drepper2-6/+42
* catgets/gencat.c (read_input_file): Collision between auto-assigned numbers and user-defined nubmers is not fatal. Handle it. Patch by Michael M. Lampkin <michael.lampkin@ieee.org>. * catgets/gencat.c (main): Return 1 if messages have been printed.
2003-02-22Add dependency for $(objpfx)version.d.Ulrich Drepper1-1/+2
2003-02-22* include/libc-internal.h: Declare __libc_thread_freeres.Roland McGrath2-0/+5
2003-02-22* Makerules: Fix last change to use $($(subdir)-version) when set.Roland McGrath2-1/+4
2003-02-22* Makerules (install-lib-nosubdir): Depend on installedRoland McGrath2-2/+13
libfoo-X.Y.Z.so and libfoo.so.NN files so they are installed regardless of the libfoo.so target's dependencies.
2003-02-22* MakeTAGS (sub-make-vars): New variable, includes generating=t.Roland McGrath1-0/+5
Use that in $(MAKE) calls.
2003-02-222003-02-22 Roland McGrath <roland@redhat.com>Roland McGrath1-3/+7
* MakeTAGS (sub-make-vars): New variable, includes generating=t. Use that in $(MAKE) calls.
2003-02-22Update.Ulrich Drepper7-13/+23
* iconv/iconv_prog.c (main): Unify messages.
2003-02-22Update.Ulrich Drepper2-3/+7
2003-02-22 Ulrich Drepper <drepper@redhat.com> * stdlib/strtod.c (INTERNAL): Remove bogus clearing of second word when shifting retval. * stdlib/tst-strtod.c (main): Add strtold test case. Reported by Fred J. Tydeman <tydeman@tybor.com>.
2003-02-22(main): Add strtold test case.Ulrich Drepper1-0/+8
2003-02-22* pthread_create.c (start_thread): Call __libc_thread_freeres.Roland McGrath1-0/+4
2003-02-222003-02-21 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+3
* pthread_create.c (start_thread): Call __libc_thread_freeres.
2003-02-22Update.Ulrich Drepper3-0/+83
* Makefile (tests): Add tst-eintr1. (distribute): Add eintr.c. * tst-eintr1.c: New file. * eintr.c: New file.
2003-02-22Test for pthread_create and pthread_koin not returning EINTR.Ulrich Drepper1-0/+97
2003-02-22* malloc/thread-freeres.c: Conditionalize on _LIBC_REENTRANT.Roland McGrath5-2/+42
* sunrpc/rpc_thread.c: Likewise for text_set_element use. (__rpc_thread_destroy): Add it to __libc_subfreeres too. * include/resolv.h: Add libc_hidden_proto for __res_nclose. * resolv/res_init.c (__res_nclose): Add libc_hidden_def. (res_thread_freeres): New function, on __libc_thread_subfreeres and __libc_subfreeres. * malloc/Versions (libc: GLIBC_PRIVATE): Add __libc_thread_freeres. * sunrpc/Versions (libc: GLIBC_PRIVATE): Removed.
2003-02-22* malloc/Versions (GLIBC_PRIVATE): Add __libc_thread_freeres.Roland McGrath10-20/+76
* malloc/thread-freeres.c: New file. * malloc/Makefile (aux): Add it. * sunrpc/Versions (GLIBC_PRIVATE): Removed. * sunrpc/rpc_thread.c (__rpc_thread_destroy): Put in special section "__libc_thread_freeres_fn" and add to __libc_thread_subfreeres set. * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix. 2003-02-21 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/opendir.c (__opendir): Use O_NONBLOCK in open. * iconvdata/Makefile (tests): Add bug-iconv3 only if [$(have-thread-library) = yes].
2003-02-222003-02-21 Roland McGrath <roland@redhat.com>Roland McGrath2-2/+2
* sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Typo fix. * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Typo fix.
2003-02-22Update.Ulrich Drepper3-5/+6
* sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
2003-02-22Update.Ulrich Drepper7-33/+190
2003-02-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/getuid.c: Use INTERNAL_SYSCALL and do not chechk for errors (unless testing for 32bit variant). * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2003-02-21Update.Ulrich Drepper4-2/+72
* pthread_cancel.c (pthread_cancel): Use tkill directly. * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Disallow sending SIGCANCEL. tst-kill3, tst-kill4, tst-kill5. * tst-kill1.c: New file. * tst-kill2.c: New file. * tst-kill3.c: New file. * tst-kill5.c: New file. * tst-basic7.c: Renamed to... * tst-kill4.c: ...this.
2003-02-21Update.Ulrich Drepper6-1/+403
2003-02-21 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Remove tst-basic7. Add tst-kill1, tst-kill2, tst-kill3, tst-kill4.
2003-02-21Update.Ulrich Drepper7-9/+28
* sysdeps/x86_64/dl-machine.h (elf_machine_rela) <R_X86_64_PC32>: Check for signed overflow, not unsigned. 2003-02-21 Jakub Jelinek <jakub@redhat.com>
2003-02-21Update.Ulrich Drepper4-1/+99
2003-02-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc64/elf/configure.in: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (sysdep-CFLAGS): Use -fcall-used-g6, not -fcall-used-g7.
2003-02-21Additional configury for SPARC64/ELF.Ulrich Drepper1-0/+61
2003-02-21Update.Andreas Jaeger1-0/+8
2003-02-21 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default mode. * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not clear whole mxcsr but only exceptions.
2003-02-21* sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Fix setting of default Andreas Jaeger2-11/+10
mode. * sysdeps/x86_64/fpu/fsetexcptflg.c (fesetexceptflag): Do not clear whole mxcsr but only exceptions.
2003-02-21* Makerules: Filter $(install-lib-ldscripts) out of list of targetsRoland McGrath3-0/+13
for libfoo.so that need $(make-link) rules.
2003-02-21Update.Ulrich Drepper10-36/+85
* pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P. * pthread_cancel.c: Use INVALID_TD_P. * pthread_detach.c: Likewise. * pthread_getschedparam.c: Likewise. * pthread_setschedparam.c: Likewise. * sysdeps/pthread/pthread_getcpuclockid.c: Likewise. * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise. * pthread_join.c: Use INVALID_NOT_TERMINATED_TD_P. * pthread_timedjoin.c: Likewise. * tst-basic7.c: Include <signal.h>.
2003-02-21Include <signal.h>.Ulrich Drepper1-0/+1
2003-02-212003-02-21 Roland McGrath <roland@redhat.com>Roland McGrath2-0/+2
* Makefile (install-lib-ldscripts): New variable.
2003-02-212003-02-21 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+3
* Makerules: Filter $(install-lib-ldscripts) out of list of targets for libfoo.so that need $(make-link) rules.
2003-02-21Update.Ulrich Drepper2-1/+7
2003-02-21 Ulrich Drepper <drepper@redhat.com> * pthread_join.c (pthread_join): Limited checking for invalid descriptors. * pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2003-02-21(pthread_join): Limited checking for invalid descriptors.Ulrich Drepper1-1/+1
2003-02-21* sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPERoland McGrath1-0/+5
to match existing struct stat layout in mig protocols.
2003-02-212003-02-21 Roland McGrath <roland@frob.com>Roland McGrath1-2/+2
* sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE to match existing struct stat layout in mig protocols.
2003-02-21Update.Ulrich Drepper13-11/+40
2003-02-20 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.3.2. * elf/Makefile (distribute): Add reldep9.c, tst-array1.exp, tst-array2.exp, tst-array4.exp, tst-array2dep.c, check-textrel.c, and dl-sysdep.h. * sysdeps/generic/Dist: Add sysdep-cancel.h. * sysdeps/powerpc/nofpu/Dist: Add soft-supp.h. * sysdeps/unix/Dist: Add s-proto-bp.S and s-proto-cancel.S. * sysdeps/unix/sysv/linux/Dist: Add pathconf.h. * sysdeps/unix/sysv/linux/i386/Dist: Add bp-thunk.h. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: Add fe_nomask.c and ucontext_i.h. * Makefile (distribute): Add include/stubs-prologue.h, include/gnu/stubs.h, scripts/merge-abilist.awk, and scripts/extract-abilist.awk. 2002-02-20 Paolo Bonzini <bonzini@gnu.org>
2003-02-21Regenerated: /usr/bin/perl scripts/gen-FAQ.pl FAQ.inUlrich Drepper1-1/+1
2003-02-21* math/Makefile (distribute): Don't add generated files.Roland McGrath1-0/+4
2003-02-212003-02-20 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
* math/Makefile (distribute): Don't add generated files.
2003-02-21Update.Ulrich Drepper1-0/+7
2003-02-20 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.3.2. * math/Makefile: Rearrange variable definitions slightly to get definition in the right order.