aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-06Update.Ulrich Drepper6-10/+390
2003-11-05 Jakub Jelinek <jakub@redhat.com> * unwind.c (FRAME_LEFT): Define. (unwind_stop): Handle old style cleanups here. (__pthread_unwind): Handle old style cleanups only if !HAVE_FORCED_UNWIND. * Makefile (tests): Add tst-cleanup4 and tst-cleanupx4. (CFLAGS-tst-cleanupx4.c): Add -fexceptions. ($(objpfx)tst-cleanup4): Depend on $(objpfx)tst-cleanup4aux.o. ($(objpfx)tst-cleanupx4): Likewise. * tst-cleanup4.c: New test. * tst-cleanup4aux.c: New. * tst-cleanupx4.c: New test.
2003-11-04Update.Ulrich Drepper3-5/+10
2003-11-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/bits/stdio-lock.h: Use lll_*lock instead of lll_mutex_*lock macros to skip atomic operations on some archs.
2003-11-04Update.Ulrich Drepper7-270/+575
2003-11-04 Jakub Jelinek <jakub@redhat.com> * io/ftw.c (ftw_dir): Close dir if callback with FTW_D type returns non-zero. * io/Makefile (tests): Add bug-ftw4. * io/bug-ftw4.c: New test.
2003-11-04Update.Ulrich Drepper3-3/+8
2003-11-04 Ulrich Drepper <drepper@redhat.com> * tst-numeric.data: Fix fallout from nb_NO introduction. * Makefile (LOCALES): Likewise.
2003-11-04Update.Ulrich Drepper5-23/+43
2003-10-27 Daniel Jacobowitz <drow@mvista.com> * libio/libioP.h [_IO_USE_OLD_IO_FILE] (struct _IO_FILE_complete_plus): New type. * libio/oldiofopen.c (_IO_old_fopen): Use _IO_FILE_complete_plus. * libio/oldiofdopen.c (_IO_old_fdopen): Likewise. * libio/oldiopopen.c (struct _IO_proc_file, _IO_old_popen): Likewise. Call _IO_old_init instead of _IO_init.
2003-11-04Update.Ulrich Drepper5-18/+22
* intl/locale.alias: nb_NO is now the correct name, not no_NO.
2003-11-04Update.Ulrich Drepper6-4/+35
* SUPPORTED (SUPPORTED-LOCALES): Add more support locales. 2003-11-03 Ulrich Drepper <drepper@redhat.com>
2003-11-04Update.Ulrich Drepper18-0/+3861
* locales/aa_DJ: New file. * locales/aa_ER: New file. * locales/aa_ER@saaho: New file. * locales/aa_ET: New file. * locales/byn_ER: New file. * locales/gez_ER: New file. * locales/gez_ER@abegede: New file. * locales/gez_ET: New file. * locales/gez_ET@abegede: New file. * locales/om_ET: New file. * locales/om_KE: New file. * locales/sid_ET: New file. * locales/so_DJ: New file. * locales/so_ET: New file. * locales/so_KE: New file. * locales/so_SO: New file. * locales/tig_ER: New file.
2003-11-03Update.Ulrich Drepper6-469/+2708
2003-11-03 Ulrich Drepper <drepper@redhat.com> * locale/iso-639.def: Add Blin. Patch by Daniel Yacob <locales@geez.org>.
2003-11-03Update.Ulrich Drepper2-0/+8
2003-11-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/tst-timer.c (main): Initialize sigev2.sigev_value as well.
2003-11-03Update.Ulrich Drepper3-0/+320
2003-10-31 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc32/strncmp.S: New File. * sysdeps/powerpc/powerpc64/strncmp.S: New File.
2003-11-03Update.Ulrich Drepper1-0/+6
2003-11-01 Randolph Chung <tausq@debian.org> * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1, LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6): Add missing parentheses.
2003-11-03(LOAD_ARGS_0) (LOAD_ARGS_1, LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4) ↵Ulrich Drepper1-6/+6
(LOAD_ARGS_5, LOAD_ARGS_6): Add missing parentheses.
2003-11-01* libio/bug-ftell.c (do_test): Add a cast.Roland McGrath2-1/+6
2003-11-01* Makerules (shlib.lds): Make sure that ld doesn't try to linkRoland McGrath2-0/+6
anything while generating the linker script.
2003-10-31* locale/lc-ctype.c (_nl_postload_ctype): Update _nl_global_locale'sRoland McGrath4-1/+49
special members.
2003-10-312003-10-31 Roland McGrath <roland@redhat.com>Roland McGrath1-6/+25
* locale/lc-ctype.c (_nl_postload_ctype): Update _nl_global_locale's special members.
2003-10-30Update.Ulrich Drepper2-3413/+3705
2003-10-29 Ulrich Drepper <drepper@redhat.com> * po/be.po: Update from translation team.
2003-10-27Update.Ulrich Drepper2-1/+5
* elf/rtld.c (map_doit): Pass __RTLD_OPENEXEC in last parameter to _dl_map_object.
2003-10-27Update.Ulrich Drepper2-1/+4
* elf/sprof.c (load_shobj): Use l_map_start not l_addr to locate ELF header.
2003-10-27Update.Ulrich Drepper2-9/+5
2003-10-27 Ulrich Drepper <drepper@redhat.com> * inet/rcmd.c (__validuser2_sa): Remove unnecessary code to skip rest of line. We use getline which means this cannot happen.
2003-10-27Update.Ulrich Drepper4-5/+46
* sysdeps/unix/sysv/linux/internal_statvfs.c (__internal_statvfs): Avoid infinite loops in case the mounts file is hosed. * io/Makefile: Add rules to build and run tst-statvfs. * io/tst-statvfs.c: New file.
2003-10-27Update.Ulrich Drepper5-4/+31
* include/dlfcn.h (__RTLD_OPENEXEC): Define. * elf/dl-load.c (_dl_map_object_from_fd): Don't allow loading executables unless __RTLD_OPENEXEC flag is present. * elf/rtld.c (dl_main): Pass __RTLD_OPENEXEC flag to _dl_map_object when loading the executable. reverse lookup format for IPv6 addresses is using bitstring and * resolv/ns_name.c: Implement encoding and decoding bitstring in
2003-10-26Update.Ulrich Drepper4-68/+186
* sysdeps/generic/glob.c (glob): Handle GLOB_BRACE and escaping correctly. * posix/globtest.sh: Add tests for GLOB_BRACE and escaping.
2003-10-26Update.Ulrich Drepper3-13/+109
2003-10-26 Ulrich Drepper <drepper@redhat.com> * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Default reverse lookup format for IPv6 addresses is using bitfields and .ip6.arpa suffix. * resolv/ns_name.c: Implement encoding and decoding bitfields in hex format.
2003-10-24Update.Ulrich Drepper2-3/+13
2003-10-23 Jakub Jelinek <jakub@redhat.com> * locale/programs/locale.c (show_info): Fix printing word values on 64-bit big-endian architectures. 2003-10-19 Bruno Haible <bruno@clisp.org> * intl/hash-string.c (hash_string): Zero-extend each char from the string; the old code did a sign-extend on some platforms.
2003-10-24(__hash_string): Zero-extend each char from the string; the old code did a ↵Ulrich Drepper1-1/+1
sign-extend on some platforms.
2003-10-22* sysdeps/powerpc/powerpc32/Makefile (+cflags, asm-CPPFLAGS): Don'tRoland McGrath1-0/+6
append options to these. * sysdeps/powerpc/powerpc64/Makefile (+cflags, asm-CPPFLAGS): Likewise.
2003-10-222003-10-22 Steven Munroe <sjmunroe@us.ibm.com>Roland McGrath2-6/+0
* sysdeps/powerpc/powerpc32/Makefile (+cflags, asm-CPPFLAGS): Don't append options to these. * sysdeps/powerpc/powerpc64/Makefile (+cflags, asm-CPPFLAGS): Likewise.
2003-10-22No need for compile time measurements.Ulrich Drepper1-2/+0
2003-10-22* sysdeps/unix/sysv/linux/hppa/sysdep.h: Fix merge error.Roland McGrath6-97/+48
2003-10-15 Roland McGrath <roland@redhat.com> * elf/dl-iteratephdr.c [! SHARED] (dl_iterate_phdr): New function. Fake an entry for the main executable and then call __dl_iterate_phdr. * elf/Makefile (routines): Remove dl-iteratephdr-static. (elide-routines.os): Likewise. (CFLAGS-dl-iterate-phdr-static.c): Variable removed. * sysdeps/generic/dl-iteratephdr-static.c: File removed. * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: File removed.
2003-10-16* sysdeps/pthread/configure.in: Barf if visibility attribute supportRoland McGrath1-0/+6
is missing. * sysdeps/pthread/configure: Regenerated.
2003-10-16bogon reversionRoland McGrath1-4/+0
2003-10-15* sysdeps/generic/dl-iteratephdr-static.c: Really implement it.Roland McGrath1-0/+4
2003-10-152003-10-15 Roland McGrath <roland@redhat.com>Roland McGrath2-0/+12
* sysdeps/pthread/configure.in: Barf if visibility attribute support is missing. * sysdeps/pthread/configure: Regenerated.
2003-10-15Update.Ulrich Drepper5-0/+51
2003-10-15 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (print_statistics): Print also number of relative relocations.
2003-10-15Update.Ulrich Drepper8-76/+353
2003-10-12 Carlos O'Donell <carlos@baldric.uwo.ca> * sysdeps/hppa/sysdep.h: Undef JUMPTARGET before use. * sysdeps/unix/sysv/linux/hppa/sysdep.h: Define PSEUDO_ERRVAL, SYSCALL_ERROR_LABEL under all conditions, INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO, INTERNAL_SYSCALL, and undef JUMPTARGET before use. [PIC]: Save pic register around syscall. * sysdeps/unix/sysv/linux/hppa/sysdep.c (syscall): Cleanup asm statment. 2003-10-13 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/sysdep.h (DO_CALL): Add SYSCALL_INST_PAD after trapa instruction.
2003-10-12Update.Ulrich Drepper18-427/+300
2003-10-09 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/syscalls.list: Add waitpid.
2003-10-12Add waitpid.Ulrich Drepper1-0/+1
2003-10-11* sysdeps/hppa/Makefile (CFLAGS-malloc.c): Variable removed.Roland McGrath4-4/+197
2003-10-09* elf/rtld.c (dl_main): Don't set l_name for sysinfo DSO, since thereRoland McGrath1-0/+5
is no file to name.
2003-10-092003-10-09 Roland McGrath <roland@redhat.com>Roland McGrath1-4/+6
* elf/rtld.c (dl_main): Don't set l_name for sysinfo DSO, since there is no file to name.
2003-10-08Update.Ulrich Drepper2-1/+6
2003-10-08 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Don't generate two identical copies of strings.
2003-10-07Update.Ulrich Drepper5-22/+32
2003-10-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Backout 2003-10-02 changes. (SAVE_OLDTYPE_0): Fix a typo.
2003-10-06Update.Ulrich Drepper3-31/+101
* posix/bug-regex11.c: Add some more tests which fail so far. Disable them. Patch by Paolo Bonzini <bonzini@gnu.org>. 2003-10-05 Paolo Bonzini <bonzini@gnu.org> * posix/bug-regex11.c: Add more backreference-related test cases. (main): Show the failing regex in the error messages. * posix/regexec.c (check_dst_limits_calc_pos): Simplify some nested conditionals. Replace if's with a switch statement. (check_dst_limits_calc_pos <TYPE_BKREF>): Rename parameter NODE to FROM_NODE, it shadows a local variable; don't recurse if FROM_NODE does not change in the recursive invocation, fixing an infinite loop in the ()\1*\1* regex. (sift_states_backward): Fix function comment. * posix/regcomp.c (calc_epsdest): Add an assertion. 2003-10-06 Ulrich Drepper <drepper@redhat.com>
2003-10-06Update.Ulrich Drepper1-0/+4
* manual/examples/testopt.c: Fix warnings. Better error message for missing -c argument. Patch mostly by Gitonga Marete <bgmarete@comcast.net>.
2003-10-06Fix warnings. Better error message for missing -c argument.Ulrich Drepper1-3/+7
2003-10-06fix file namesRoland McGrath1-7/+7
* timezone/australasia: Likewise. * timezone/backward: Likewise. * timezone/europe: Likewise. * timezone/iso3166.tab: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise.
2003-10-06Update.Ulrich Drepper9-165/+327
2003-10-06 Ulrich Drepper <drepper@redhat.com> * timezone/asia: Update from tzdata2003d. * australasia: Likewise. * backward: Likewise. * europe: Likewise. * iso3166.tab: Likewise. * northamerica: Likewise. * southamerica: Likewise. * zone.tab: Likewise. modified after comments from Ulrich Drepper.
2003-10-05Update.Ulrich Drepper4-0/+101
2003-10-05 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/backtrace.c: New file. * sysdeps/x86_64/backtrace.c: New file. * sysdeps/generic/unwind.h (_Unwind_Trace_Fn): New type. (_Unwind_Backtrace): New prototype.