about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 2001-08-04 Roland McGrath <roland@frob.com>Roland McGrath2001-08-051-1/+15
| | | | | * sysdeps/mach/hurd/getrusage.c: Use TASK_EVENTS_INFO if implemented by the microkernel (which it's not).
* Update.Ulrich Drepper2001-08-043-3/+50
| | | | | | | | | 2001-08-04 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_new_file_underflow): Don't call _IO_flush_all_linebuffered. This isn't required in any standard. Instead flush only stdout. * libio/wfileops.c (_IO_wfile_underflow): Likewise.
* Update.Ulrich Drepper2001-08-045-36/+175
| | | | | | | | 2001-08-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * dlfcn/Makefile: Add rules for new testcase tststatic. * dlfcn/tststatic.c: New file. * dlfcn/modstatic.c: New file.
* Update.Ulrich Drepper2001-08-042-4/+6
| | | | * manual/summary.awk: Fix value used for FF.
* Update.Ulrich Drepper2001-08-043-3/+6
| | | | | | * elf/rtld.c: Correct use of __builtin_expect. * elf/dl-close.c: Remove commented-out code.
* Update.Ulrich Drepper2001-08-0414-26/+686
| | | | | | | | | | | | | | | | | 2001-08-04 Ulrich Drepper <drepper@redhat.com> * libio/genops.c (_IO_unbuffer_write): Force streams in narrow orientation so that conversion modules aren't used anymore. * malloc/set-freeres.c: Call _IO_cleanup before running subfreeres functions to avoid using wide streams afterwards. * iconvdata/Makefile: Add rules to build GEORGIAN-PS and GEORGIAN-ACADEMY. * iconvdata/georgian-ps.c: New file. * iconvdata/georgian-academy.c: New file. * iconvdata/gconv-modules: Add entries for GEORGIAN-PS and GEORGIAN-ACADEMY. * iconvdata/tst-tables.sh: Add GEORGIAN-PS and GEORGIAN-ACADEMY.
* Update.Ulrich Drepper2001-08-041-0/+6
| | | | | | | | 2001-08-03 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-collate (insert_value): If symbol in order definition does not exist create it as a sequence without associated multibyte and wide representation.
* * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start): DiddleRoland McGrath2001-08-041-0/+5
| | | | syntax so both function and pointer-to-function arguments work right.
* 2001-07-30 Roland McGrath <roland@frob.com>Roland McGrath2001-08-041-2/+2
| | | | | * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start): Diddle syntax so both function and pointer-to-function arguments work right.
* Update.Ulrich Drepper2001-08-036-126/+189
| | | | | | | | 2001-08-03 Tom Rix <trix@redhat.com> * config.h.in: Add HAVE_XCOFF for AIX. * configure.in: Add --with-xcoff option. * include/libc-symbols.h: Disable the .stabs macros.
* Update.Ulrich Drepper2001-08-0332-139/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * iconvdata/8bit-gap.c: Correctly use __builtin_expect. * iconvdata/ansi_x3.110.c: Likewise. * iconvdata/big5.c: Likewise. * iconvdata/euc-cn.c: Likewise. * iconvdata/euc-jp.c: Likewise. * iconvdata/euc-kr.c: Likewise. * iconvdata/gb18030.c: Likewise. * iconvdata/gbbig5.c: Likewise. * iconvdata/gbgbk.c: Likewise. * iconvdata/gbk.c: Likewise. * iconvdata/ibm930.c: Likewise. * iconvdata/ibm932.c: Likewise. * iconvdata/ibm933.c: Likewise. * iconvdata/ibm935.c: Likewise. * iconvdata/ibm939.c: Likewise. * iconvdata/ibm943.c: Likewise. * iconvdata/iso-2022-cn.c: Likewise. * iconvdata/iso-2022-kr.c: Likewise. * iconvdata/iso646.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/iso_6937-2.c: Likewise. * iconvdata/iso_6937.c: Likewise. * iconvdata/johab.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/t.61.c: Likewise. * iconvdata/uhc.c: Likewise. * iconvdata/unicode.c: Likewise. * iconvdata/utf-16.c: Likewise. * iconv/gconv_simple.c: Likewise. Convert assert() in real error handling.
* Update.Ulrich Drepper2001-08-036-0/+44
| | | | * iconvdata/tst-tables.sh: Add KOI8-T.
* Update.Ulrich Drepper2001-08-038-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.
* Update.Ulrich Drepper2001-08-033-2/+35
| | | | | * locale/iso-639.def: Correct Javanese 2 letter code. Add Tonga. Add Tigrinya.
* Update.Ulrich Drepper2001-08-0331-18726/+5030
| | | | | | 2001-08-03 Ulrich Drepper <drepper@redhat.com> * locale/iso-639.def: Add Tigrinya.
* Update.Ulrich Drepper2001-08-031-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.
* (collate_read): Handle collating-element and reorder_after following copy ↵Ulrich Drepper2001-08-031-2/+4
| | | | statement correctly.
* Update.Andreas Jaeger2001-08-022-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.
* Update.Andreas Jaeger2001-08-021-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.
* Fixed incorrect use of mvcle introduced by 2001-07-12 change.Andreas Jaeger2001-08-022-5/+3
|
* Update.Ulrich Drepper2001-07-312-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>.
* Update.Ulrich Drepper2001-07-315-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.
* Update.Ulrich Drepper2001-07-318-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.
* Update.Ulrich Drepper2001-07-312-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>.
* (Formatted Input Basics): Add missing first argument to @ref{} uses.Ulrich Drepper2001-07-311-2/+2
|
* Update.Andreas Jaeger2001-07-317-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.
* Update.Andreas Jaeger2001-07-311-0/+5
| | | | | | | 2001-07-31 Andreas Jaeger <aj@suse.de> * libio/genops.c (flush_cleanup): Guard list_all_lock to allow compilation without threads.
* (flush_cleanup): Guard list_all_lock to allow compilation without threads.Andreas Jaeger2001-07-311-0/+2
|
* Update.Ulrich Drepper2001-07-302-2/+6
| | | | | | 2001-07-30 Ulrich Drepper <drepper@redhat.com> * po/fr.po: Update from translation team.
* Update.Andreas Jaeger2001-07-303-1/+88
| | | | | * sysdeps/ieee754/ldbl-128/e_atanhl.c: New file, contributed by Stephen L Moshier.
* Update.Andreas Jaeger2001-07-301-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.
* Declare wcs functions only if compiling with MBS_SUPPORT. Don't use #elif ↵Andreas Jaeger2001-07-301-28/+34
| | | | for traditional C.
* * sysdeps/mach/hurd/recvmsg.c: New file. * sysdeps/mach/hurd/sendmsg.c: New ↵Mark Kettenis2001-07-293-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.
* Update.Ulrich Drepper2001-07-2810-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.
* Update.Ulrich Drepper2001-07-282-1/+3
| | | | * version.h (VERSION): Bump to 2.2.4.
* Update.Ulrich Drepper2001-07-272-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>.
* Update.Ulrich Drepper2001-07-273-2/+77
| | | | | | * libio/Makefile: Add rules to check output of tst-fopenloc and for memory leaks. * libio/tst-fopenloc.c: New file.
* Update.Ulrich Drepper2001-07-271-1/+1
| | | | * locale/findlocale.c (_nl_find_locale): Use __gconv_compare_alias
* Update.Ulrich Drepper2001-07-275-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.
* (__gconv_compare_alias_cache): New function.Ulrich Drepper2001-07-271-0/+20
|
* * hurd/hurdsig.c (_hurd_internal_post_signal): Fix handling of SA_RESETHAND ↵Mark Kettenis2001-07-272-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.
* Update.Ulrich Drepper2001-07-278-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.
* Update.Ulrich Drepper2001-07-272-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
* (checkhdr): Disable mcheck before reporting an error. Don't run any tests ↵Ulrich Drepper2001-07-271-3/+13
| | | | if mcheck is disabled.
* Update.Andreas Jaeger2001-07-272-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>.
* (SC_GPRS): Fix value following change from 2001-05-30.Andreas Jaeger2001-07-271-3/+2
|
* (_dl_important_hwcaps): Avoid using malloc early in the program.Ulrich Drepper2001-07-271-9/+5
|
* * sysdeps/generic/bits/termios.h (EXTA, EXTB): Make these conditionalRoland McGrath2001-07-261-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-26 Roland McGrath <roland@frob.com>Roland McGrath2001-07-264-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.
* Fix typos.Andreas Jaeger2001-07-261-2/+2
|