aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-03Update.Ulrich Drepper8-6/+294
* iconvdata/Makefile: Add rules to build KOI8-T module. * iconvdata/koi8-t.c: New file. * iconvdata/gconv-modules: Add entries for KOI8-T.
2001-08-03Update.Ulrich Drepper3-2/+35
* locale/iso-639.def: Correct Javanese 2 letter code. Add Tonga. Add Tigrinya.
2001-08-03Update.Ulrich Drepper31-18726/+5030
2001-08-03 Ulrich Drepper <drepper@redhat.com> * locale/iso-639.def: Add Tigrinya.
2001-08-03Update.Ulrich Drepper1-2/+7
2001-08-02 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-collate.c (collate_read): Handle collating-element and reorder_after following copy statement correctly. * libio/bits/stdio.h (printf): Remove printf optimization since GCC 3.0 can optimize printf.
2001-08-03(collate_read): Handle collating-element and reorder_after following copy ↵Ulrich Drepper1-2/+4
statement correctly.
2001-08-02Update.Andreas Jaeger2-7/+5
2001-08-02 Andreas Jaeger <aj@suse.de> * libio/bits/stdio.h (printf): Remove printf optimization since GCC 3.0 can optimize printf.
2001-08-02Update.Andreas Jaeger1-0/+6
2001-08-02 Ulrich Weigand <uweigand@de.ibm.com> * sysdeps/s390/s390-32/memcpy.S: Fixed incorrect use of mvcle introduced by 2001-07-12 change. * sysdeps/s390/s390-64/memcpy.S: Likewise.
2001-08-02Fixed incorrect use of mvcle introduced by 2001-07-12 change.Andreas Jaeger2-5/+3
2001-07-31Update.Ulrich Drepper2-3/+38
2001-07-31 Ulrich Drepper <drepper@redhat.com> * locales/tr_TR: Define missing fields and remove FIXME comments. Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
2001-07-31Update.Ulrich Drepper5-20/+20
* sysdeps/unix/sysv/linux/i386/getcontext.S: Don't touch the %gs register so that contexts can be used in different threads. * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
2001-07-31Update.Ulrich Drepper8-21/+66
* sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Correct test for cmsg struct size. * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Likewise. * sysdeps/unix/sysv/linux/i386/makecontext.S: Remove unnecessary initializations. * libio/oldiopopen.c: Add lock for old_proc_file_chain access.
2001-07-31Update.Ulrich Drepper2-1/+32
2001-07-31 Ulrich Drepper <drepper@redhat.com> * libio/iopopen.c: Add lock for proc_file_chain access. Reported by Padraig Brady <Padraig@linux.ie>.
2001-07-31(Formatted Input Basics): Add missing first argument to @ref{} uses.Ulrich Drepper1-2/+2
2001-07-31Update.Andreas Jaeger7-30/+6
* sysdeps/unix/sysv/linux/sparc/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/mips/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/m68k/bits/poll.h (NPOLLFILE): Removed. * sysdeps/unix/sysv/linux/bits/poll.h (NPOLLFILE): Removed. * sysdeps/generic/bits/poll.h (NPOLLFILE): Removed.
2001-07-31Update.Andreas Jaeger1-0/+5
2001-07-31 Andreas Jaeger <aj@suse.de> * libio/genops.c (flush_cleanup): Guard list_all_lock to allow compilation without threads.
2001-07-31(flush_cleanup): Guard list_all_lock to allow compilation without threads.Andreas Jaeger1-0/+2
2001-07-30Update.Ulrich Drepper2-2/+6
2001-07-30 Ulrich Drepper <drepper@redhat.com> * po/fr.po: Update from translation team.
2001-07-30Update.Andreas Jaeger3-1/+88
* sysdeps/ieee754/ldbl-128/e_atanhl.c: New file, contributed by Stephen L Moshier.
2001-07-30Update.Andreas Jaeger1-0/+6
2001-07-30 Andreas Jaeger <aj@suse.de> * posix/regex.c: Declare wcs functions only if compiling with MBS_SUPPORT. Don't use #elif for traditional C.
2001-07-30 Declare wcs functions only if compiling with MBS_SUPPORT. Don't use #elif ↵Andreas Jaeger1-28/+34
for traditional C.
2001-07-29* sysdeps/mach/hurd/recvmsg.c: New file. * sysdeps/mach/hurd/sendmsg.c: New ↵Mark Kettenis3-0/+301
file. 2001-07-29 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/recvmsg.c: New file. * sysdeps/mach/hurd/sendmsg.c: New file.
2001-07-28Update.Ulrich Drepper10-6/+19
* sysdeps/mips/Dist: Remove non-existing files. * sysdeps/mips/mips64/Dist: Likewise. * sysdeps/mips/mipsel/Dist: Removed. * iconv/Makefile (distribute): Add strtab.c and iconvconfig.h. * sysdeps/generic/Dist: Add bits/link.h. * sysdeps/unix/sysv/linux/m68k/Dist: Add sys/procfs.h. * sysdeps/unix/sysv/aix/Dist: Add dl-support.c, dl-addr.c, and dl-error.c. * sysdeps/ia64/Dist: Add bits/link.h.
2001-07-28Update.Ulrich Drepper2-1/+3
* version.h (VERSION): Bump to 2.2.4.
2001-07-27Update.Ulrich Drepper2-3/+7
* libio/vasprintf.c (_IO_vasprintf): Don't copy uninitialized byte from stream buffer to result buffer. Reported by Michael Meeks <michael@ximian.com>.
2001-07-27Update.Ulrich Drepper3-2/+77
* libio/Makefile: Add rules to check output of tst-fopenloc and for memory leaks. * libio/tst-fopenloc.c: New file.
2001-07-27Update.Ulrich Drepper1-1/+1
* locale/findlocale.c (_nl_find_locale): Use __gconv_compare_alias
2001-07-27Update.Ulrich Drepper5-7/+32
2001-07-27 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c (__gconv_compare_alias_cache): New function. * iconv/gconv_int.h: Add prototype for __gconv_compare_alias_cache. * iconv/gconv_charset.h: Replace __gconv_lookup_alias prototype with __gconv_compare_alias prototype. * iconv/gconv_db.c (__gconv_lookup_alias): Removed. (__gconv_compare_alias): New function. * locale/findlocale.c (_nl_find_locale): Ise __gconv_compare_alias instead of calling __gconv_lookup_alias twice and compare here.
2001-07-27(__gconv_compare_alias_cache): New function.Ulrich Drepper1-0/+20
2001-07-27* hurd/hurdsig.c (_hurd_internal_post_signal): Fix handling of SA_RESETHAND ↵Mark Kettenis2-5/+15
and SA_NODEFER. 2001-07-26 Mark Kettenis <kettenis@gnu.org> * hurd/hurdsig.c (_hurd_internal_post_signal): Fix handling of SA_RESETHAND and SA_NODEFER.
2001-07-27Update.Ulrich Drepper8-80/+202
* libio/fileops.c (_IO_new_file_fopen): Correctly locate ccs= substring. Don't handle ccs= if no descriptor was allocated. Normalize codeset name before calling __wcsmbs_named_conv. Initialize transliteration elements. Free step data structure. * libio/iofclose.c (_IO_new_fclose): Correct freeing of the step data. * libio/iofwide.c (__libio_translit): Renamed from libio_translit and made public. Various little cleanup changes. * wcsmbs/wcsmbsload.h (struct gconv_fcts): Add towc_nsteps and tomb_nsteps member. * wcsmbs/wcsmbsload.c: Add some casts to avoid warnings. (__wcsmbs_gconv_fcts): Initialize towc_nsteps and tomb_nsteps member. (getfct): Take additional parameter with pointer to variable where the number of steps is stored in. Disable code which allows to use more than one step for now. Adjust all callers. (free_mem): New function. Frees data associated with currently selected converters.
2001-07-27Update.Ulrich Drepper2-3/+39
2001-07-27 Ulrich Drepper <drepper@redhat.com> * malloc/mtrace.pl: Extract addresses from DSOs. 2001-07-26 Ulrich Drepper <drepper@redhat.com> * malloc/mcheck.c (checkhdr): Disable mcheck before reporting an error. Don't run any tests if mcheck is disabled. * elf/dl-support.c (_dl_important_hwcaps): Avoid using malloc early in the program. >>>>>>> 1.5525
2001-07-27(checkhdr): Disable mcheck before reporting an error. Don't run any tests ↵Ulrich Drepper1-3/+13
if mcheck is disabled.
2001-07-27Update.Andreas Jaeger2-4/+12
2001-07-27 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_GPRS): Fix value following change from 2001-05-30. * sysdeps/s390/s390-64/bits/setjmp.h (_JMPBUF_UNWINDS): Follow rename change from 2001-07-12 for __jmp_buf. Patches by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
2001-07-27(SC_GPRS): Fix value following change from 2001-05-30.Andreas Jaeger1-3/+2
2001-07-27(_dl_important_hwcaps): Avoid using malloc early in the program.Ulrich Drepper1-9/+5
2001-07-26* sysdeps/generic/bits/termios.h (EXTA, EXTB): Make these conditionalRoland McGrath1-1/+11
on __USE_MISC rather than __USE_BSD. (B57600, B115200, B230400, B460800, B500000, B576000, B921600, B1000000, B1152000, B1500000, B2000000, B2500000, B3000000, B3500000, B4000000): New macros. * sysdeps/generic/tcsetattr.c (bad_speed): Accept those values. * termios/cfsetspeed.c (speeds): Likewise. * csu/gmon-start.c: Use ENTRY_POINT_DECL if defined instead of a
2001-07-262001-07-26 Roland McGrath <roland@frob.com>Roland McGrath4-6/+84
* sysdeps/generic/bits/termios.h (EXTA, EXTB): Make these conditional on __USE_MISC rather than __USE_BSD. (B57600, B115200, B230400, B460800, B500000, B576000, B921600, B1000000, B1152000, B1500000, B2000000, B2500000, B3000000, B3500000, B4000000): New macros. * sysdeps/generic/tcsetattr.c (bad_speed): Accept those values. * termios/cfsetspeed.c (speeds): Likewise.
2001-07-26Fix typos.Andreas Jaeger1-2/+2
2001-07-26Formatting.Ulrich Drepper1-3/+3
* COPYING: Fix Y2k bug in sample copyright notices. * manual/lesser.texi: Renamed from manual/lgpl.texinfo, as fsf.org uses the name "lesser.texi".
2001-07-26Update.Ulrich Drepper5-172/+237
2001-07-26 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/dl-machine.h (elf_machine_load_address): Don't use multi-line strings. (FUN_ADDR, FGR_SAVE, ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. (elf_machine_rela): Handle unaligned relocation.
2001-07-26Update.Ulrich Drepper10-458/+594
2001-06-07 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/dl-symaddr.c (_dl_symbol_address): Update call to __ia64_make_fptr() for new interface. (_dl_function_address): Remove. * sysdeps/ia64/dl-machine.h (IA64_BOOT_FPTR_TABLE_LEN): Rename from IA64_BOOT_FPTR_SIZE and reduce its value from 256 to 200. (struct ia64_fdesc): Rename from struct ia64_fptr and drop "next" pointer. Rename member "func" to "ip". (struct ia64_fdesc_table): New type. (__ia64_make_fptr): Change prototype. (__ia64_init_bootstrap_fdesc_table): New function. (ELF_MACHINE_BEFORE_RTLD_RELOC): New macro. (__boot_ldso_fptr): Removed. (__fptr_next): Removed. (__fptr_root): Removed. (__fptr_count): Removed. (TRAMPOLINE_TEMPLATE): Fix typo in comment. Don't use multi-line strings to avoid warning from gcc3. (RTLD_START): Don't use multi-line strings. (ELF_MACHINE_START_ADDRESS): Use DL_STATIC_FUNCTION_ADDRESS. (elf_machine_fixup_plt): Update the code entry point in the function descriptor through a "volatile" pointer to ensure proper write ordering. (elf_machine_rela): Simplify handling of FPTR relocs: always call __ia64_make_fptr(). * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): New macro. (DL_STATIC_FUNCTION_ADDRESS): Likewise. (DL_DT_INIT_ADDRESS): Use DL_AUTO_FUNCTION_ADDRESS. (DL_DT_FINI_ADDRESS): Likewise. * sysdeps/ia64/dl-fptr.c: Rewrite for better scalability and to avoid deadlocks. * include/link.h: Add member machine specific "l_mach" member to link_map. * sysdeps/generic/bits/link.h: New file. * sysdeps/ia64/bits/link.h: Likewise. * elf/rtld.c (_dl_start): Fix typo in comment. (_dl_start_final): Copy new "l_mach" member from temporary to final bootstrap map.
2001-07-25Update.Ulrich Drepper3-2/+21
2001-07-25 Ulrich Drepper <drepper@redhat.com> * csu/gmon-start.c: Use ENTRY_POINT_DECL is defined instead of a declaration using ENTRY_POINT. * sysdeps/ia64/elf/entry.h (ENTRY_POINT_DECL): New definition. 2001-07-25 H.J. Lu <hjl@gnu.org> * csu/gmon-start.c: Include <entry.h> (_start): Replaced with ENTRY_POINT.
2001-07-25Include <entry.h> (_start): Replaced with ENTRY_POINT.Ulrich Drepper1-2/+4
2001-07-25* sysdeps/unix/bsd/bsd4.4/bits/socket.h: New file.Mark Kettenis2-0/+320
2001-07-25 Mark Kettenis <kettenis@gnu.org> * sysdeps/unix/bsd/bsd4.4/bits/socket.h: New file.
2001-07-25Update.Ulrich Drepper3-8/+17
(write_output): Don't overwrite old cache file until we know we have a new one. * iconv/Makefile (install-sbin): Add iconvconfig. * iconv/gconv_int.h: Add prototype for __gconv_release_cache.
2001-07-25Update.Ulrich Drepper2-2/+8
* iconv/iconvconfig.c (main): Don't write an output file if we have seen an error.
2001-07-25Update.Ulrich Drepper2-0/+5
2001-07-25 Ulrich Drepper <drepper@redhat.com> * iconv/Makefile (install-bin): Add iconvconfig.
2001-07-25Update.Ulrich Drepper7-3/+208
2001-07-25 Jakub Jelinek <jakub@redhat.com> * elf/Makefile (routines): Add dl-iteratephdr and dl-iteratephdr-static. (elide-routines.os): Add dl-iteratephdr-static. * elf/dl-iteratephdr.c: New file. * elf/link.h (struct dl_phdr_info): New definition. (dl_iterate_phdr): New prototype. * elf/Versions (dl_iterate_phdr): Add at GLIBC_2.2.4. * include/link.h (struct dl_phdr_info): New definition. (dl_iterate_phdr, __dl_iterate_phdr): New prototypes. * sysdeps/generic/dl-iteratephdr-static.c: New file. * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: New file. * hurd/hurdsig.c (_hurdsig_init): Fix incorrect initialization of pending signals.
2001-07-25(routines): Add dl-iteratephdr and dl-iteratephdr-static.Ulrich Drepper1-3/+5
2001-07-252001-07-24 Igor Khavkine <i_khavki@alcor.concordia.ca>Roland McGrath1-0/+5
* hurd/hurdsig.c (_hurdsig_init): Fix incorrect initialization of pending signals.