about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-09-142-3/+11
| | | | | | | | | | 2000-09-14 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (compile_range): Cast collseq index to unsigned char to avoid accessing data before collseq. * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_v9cmp): Avoid pasting strings together.
* (compile_range): Cast collseq index to unsigned char to avoid accessing data ↵Ulrich Drepper2000-09-141-3/+3
| | | | before collseq.
* * bp-checks.h: Remove bogus reference to GNU MP in copyright notice. Greg McGary2000-09-146-13/+16
| | | | | | | | | | | | | | * bp-semctl.h: Likewise. * bp-start.h: Likewise. * bp-sym.h: Likewise. * bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype. 2000-09-14 Greg McGary <greg@mcgary.org> * bp-checks.h: Remove bogus reference to GNU MP in copyright notice. * bp-semctl.h: Likewise. * bp-start.h: Likewise. * bp-sym.h: Likewise. * bp-thunks.h: Likewise. Include <stdio.h> to get rename prototype.
* Update.Ulrich Drepper2000-09-142-2/+5
| | | | | * io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and don't fail.
* Update.Ulrich Drepper2000-09-142-4/+14
| | | | * elf/elf.h: Add missing official relocations.
* Update.Ulrich Drepper2000-09-1429-58/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libio/stdio.h: Define __FILE if __need___FILE is defined. * stdio/stdio.h: Likewise. * wcsmbs/wchar.h: Get definition of __FILE. Use __FILE instead of FILE. * include/stdio.h: Handle __need___FILE like __need_FILE. * include/wchar.h: Use __FILE instead of FILE. * libio/fwprintf.c: Include <stdio.h> for FILE definition. * libio/fwscanf.c: Likewise. * libio/getwc.c: Likewise. * sysdeps/generic/stdint.h (WINT_MAX): Define to 4294967295u. * sysdeps/generic/bits/wchar.h (WCHAR_MIN): Define to -2147483647 - 1. * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Likewise. * assert/assert.h: Update comment header about ISO C section. * math/complex.h: Likewise. * ctype/ctype.h: Likewise. * include/errno.h: Likewise. * include/limits.h: Likewise. * locale/locale.h: Likewise. * math/math.h: Likewise. * setjmp/setjmp.h: Likewise. * signal/signal.h: Likewise. * stdio/stdio.h: Likewise. * libio/stdio.h: Likewise. * stdlib/stdlib.h: Likewise. * string/string.h: Likewise. * time/time.h: Likewise. * wcsmbs/wchar.h: Likewise. * wctype/wctype.h: Likewise. Patches by Joseph S. Myers <jsm28@cam.ac.uk>. 2000-09-13 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Fix test for no more entries. * sysdeps/unix/sysv/aix/bits/socket.h (__cmsg_nxthdr): Likewise. * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Likewise. Reported by Eric S. Johnson <esj@cs.fiu.edu>, closes PR libc/1887. 2000-09-13 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-09-136-7/+14
| | | | | | | | | * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Make a long int constant since this is what clock_t is. * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
* Update.Ulrich Drepper2000-09-132-3/+9
| | | | | | | 2000-09-13 Ulrich Drepper <drepper@redhat.com> * time/time.h: Don't defined clockid_t and timer_t unless POSIX definitions are requested.
* Update.Ulrich Drepper2000-09-131-0/+19
| | | | | | | | | | | | | | | | | | | | | 2000-09-13 Ulrich Drepper <drepper@redhat.com> * localedata/locales/ar_AE: Remove extra <U0020> from day and abday. * localedata/locales/ar_BH: Likewise. * localedata/locales/ar_DZ: Likewise. * localedata/locales/ar_EG: Likewise. * localedata/locales/ar_IQ: Likewise. * localedata/locales/ar_JO: Likewise. * localedata/locales/ar_KW: Likewise. * localedata/locales/ar_LB: Likewise. * localedata/locales/ar_LY: Likewise. * localedata/locales/ar_MA: Likewise. * localedata/locales/ar_OM: Likewise. * localedata/locales/ar_QA: Likewise. * localedata/locales/ar_SD: Likewise. * localedata/locales/ar_SY: Likewise. * localedata/locales/ar_TN: Likewise. * localedata/locales/ar_YE: Likewise.
* Remove extra <U0020> from day and abday entries.Ulrich Drepper2000-09-1316-184/+184
|
* * shlib-versions: libBrokenLocale needs minimal version for ia64, Andreas Jaeger2000-09-132-0/+8
| | | | | | | | sparc64 and sh to synch with libc. 2000-09-13 Andreas Jaeger <aj@suse.de> * shlib-versions: libBrokenLocale needs minimal version for ia64, sparc64 and sh to synch with libc.
* Update.Ulrich Drepper2000-09-135-5/+597
| | | | | | | | | | * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT. (distribute): Add iso-2022-cn-ext.c. Add definitions to compile the new module. * iconvdata/gconv-modules: Add entries for ISO-2022-CN-EXT. * iconvdata/iso-2022-cn-ext.c: New file. * iconvdata/iso-ir-165.h (isoir165_to_ucs4): Renamed from ucs4_from_isoir165. Increment input pointer if successful.
* Update.Ulrich Drepper2000-09-132-1/+4
| | | | * csu/Makefile: Work around a gcc bug when creating csu-dummies.
* Update.Ulrich Drepper2000-09-132-10/+15
| | | | | | 2000-09-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/getdents.c: Pretty print.
* Update.Ulrich Drepper2000-09-134-0/+449
| | | | | | * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3. * locales/mr_IN: New file. * locales/mt_MT: New file.
* Update.Ulrich Drepper2000-09-124-0/+152
| | | | | | | | | 2000-09-01 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __syscall_getdents64 wrapper. * sysdeps/unix/sysv/linux/ia64/net/route.h: New file.
* Update.Ulrich Drepper2000-09-124-14491/+7293
| | | | | | | | 2000-09-12 Ulrich Drepper <drepper@redhat.com> * iconvdata/gb18030.c: Many many changes. Make consistent with charmap and with itself. * iconvdata/tst-tables.sh: Test GB18030.
* Update.Ulrich Drepper2000-09-114-0/+71
| | | | | | | 2000-09-11 Ulrich Drepper <drepper@redhat.com> * iconv/skeleton.c: Fix last patch, add missing parameter to unaligned function call.
* Update.Ulrich Drepper2000-09-1110-58/+774
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-10 Bruno Haible <haible@clisp.cons.org> * locale/programs/ld-collate.c (collate_read): Fix typo in handling of decimal ellipsis. 2000-09-11 Bruno Haible <haible@clisp.cons.org> * locale/programs/ld-collate.c (collate_read): Always initialize error_section.next. 2000-09-10 Bruno Haible <haible@clisp.cons.org> * locale/programs/ld-collate.c (collate_finish): Upper bound for ruleidx is 128, not 256. 2000-09-11 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-collate.c (collate_read): Correct check for already inserted entries. 2000-09-10 Bruno Haible <haible@clisp.cons.org> * iconv/skeleton.c (FUNCTION_NAME): Handle unaligned access in second try as well. 2000-09-10 Bruno Haible <haible@clisp.cons.org> * iconv/skeleton.c (FUNCTION_NAME): Optimize an `if' if MAX_NEEDED_FROM > 1 && MAX_NEEDED_TO > 1. 2000-09-10 Bruno Haible <haible@clisp.cons.org> * iconv/skeleton.c (gconv_init): Replace all uses of RESET_STATE with SAVE_RESET_STATE. 2000-09-10 Bruno Haible <haible@clisp.cons.org> * iconvdata/utf-7.c: New file. * iconvdata/gconv-modules (UTF-7): New module entries. * iconvdata/Makefile (modules): Add UTF-7. (distribute): Add utf-7.c. * iconvdata/testdata/UTF-7: New file. * iconvdata/testdata/UTF-7..UTF8: New file. * iconvdata/TESTS (UTF-7): New entry. * iconvdata/run-iconv-test.sh: Fix confusing output.
* Update.Ulrich Drepper2000-09-114-0/+59
| | | | | | | | | | 2000-09-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and pthread_attr_setstack. * Versions [libpthread] (GLIBC_2.2): Export pthread_attr_getstack and pthread_attr_setstack. * attr.c (pthread_attr_getstack, pthread_attr_setstack): New functions.
* Update.Ulrich Drepper2000-09-112-1/+5
| | | | | | 2000-09-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/tempname.c (__gen_tempname): Use __lxstat and __xstat.
* Update.Ulrich Drepper2000-09-113-14/+22
| | | | | | | | | | | | | 2000-09-10 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Correct %fp frame pointer offset for non-fast path. 2000-09-10 Ulrich Drepper <drepper@redhat.com> * locale/programs/3level.h (*_init): Initialize level1, level2, and level3 as well. (*_add): Remove a few unnecessary conditionals.
* Update.Ulrich Drepper2000-09-102-5/+18
| | | | | | | 2000-09-05 Wolfram Gloger <wg@malloc.de> * malloc/thread-m.h [_LIBC]: Even if not linking with libpthread, ensure usability of mutex as an `in use' flag.
* Update.Ulrich Drepper2000-09-104-38/+31
| | | | | | | | | | | | 2000-09-10 Ulrich Drepper <drepper@redhat.com> * shlib-versions: Simplify libm entries. Correct a few Hurd entries. * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the ugly GMON_WEAK_START hack. Patch by Philip Blundell <philb@gnu.org>. * sysdeps/i386/i486/bits/string.h: Pretty printing.
* Update.Ulrich Drepper2000-09-091-0/+6
| | | | | | | | 2000-09-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC, and PPC_ICBI asm for broken compilers. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
* Add volatile to PPC_DCBST, PPC_SYNC, and PPC_ICBI asm for broken compilers.Ulrich Drepper2000-09-091-3/+3
|
* Update.Andreas Jaeger2000-09-092-1/+3
| | | | * manual/message.texi (Advanced gettext functions): Fix typo.
* Update.Andreas Jaeger2000-09-091-0/+5
| | | | | | | 2000-09-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <string.h> for strncpy prototype.
* Include <string.h> for strncpy prototype.Andreas Jaeger2000-09-091-0/+1
|
* Regenerated from source filesUlrich Drepper2000-09-091-36/+40
|
* Update.Ulrich Drepper2000-09-093-6/+13
| | | | | | | * sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler warnings. * sysdeps/ia64/memccpy.S: Likewise. Patches by Jim Wilson <wilson@redhat.com>.
* Update.Ulrich Drepper2000-09-098-25/+61
| | | | | | | | | | | | | | | | | | | | | | | | 2000-09-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname before trying to read /proc. Patch by Matt Wilson <msw@redhat.com>. * include/sys/utsname.h: Declare __uname. * sysdeps/generic/uname.c: Make uname a weak alias of __uname. * sysdeps/mach/hurd/uname.c: Likewise. * sysdeps/unix/syscalls.list: Likewise. * iconv/gconv_dl.c (do_release_shlib): Rewrite condition for unloading a bit. 2000-09-08 Ulrich Drepper <drepper@redhat.com> * posix/getopt.c (_getopt_internal): When long_only is set always recognize conflicts just like before. 2000-09-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/ia64/Makefile (sysdep-rtld-routines): New variable.
* Update.Ulrich Drepper2000-09-092-15156/+45345
| | | | * charmaps/GB18030: Update once more.
* (sysdep-rtld-routines): New variable.Ulrich Drepper2000-09-081-0/+1
|
* * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature. Greg McGary2000-09-084-2/+19
| | | | | | | | | | * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'. * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro. 2000-09-08 Greg McGary <greg@mcgary.org> * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature. * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'. * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro.
* Update.Andreas Jaeger2000-09-081-0/+10
| | | | | | | | | | | | 2000-09-08 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/arm/lockf64.c: New file. * sysdeps/unix/sysv/linux/arm/fcntl.c: New file. * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8. (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
* * sysdeps/unix/sysv/linux/arm/lockf64.c: New file.Andreas Jaeger2000-09-083-8/+15
| | | | | | | | * sysdeps/unix/sysv/linux/arm/fcntl.c: New file. * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8. (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
* Update.Ulrich Drepper2000-09-084-1/+17193
| | | | | | | 2000-09-08 Ulrich Drepper <drepper@redhat.com> * charmaps/JOHAB: New file. * SUPPORTED: Add ko_KR.JOHAB.
* Update.Ulrich Drepper2000-09-084-3305/+10
| | | | * iconvdata/tst-tables.sh: Enable EUC-KR test.
* Update.Ulrich Drepper2000-09-082-0/+11
| | | | | * elf/dl-load.c (lose): Decrement _nl_loaded. (_dl_map_object_from_fd): Don't try to dlopen executables.
* Update.Ulrich Drepper2000-09-084-8/+26
| | | | | | | * iconvdata/tst-tables.sh: Actually return with an error if something goes wrong. * iconvdata/tst-table.sh: Return with an error if any of the cmp fails. * iconvdata/big5hkscs.c (BODY of FROM_LOOP): Reject 0xff as input.
* Update.Ulrich Drepper2000-09-083-1/+46
| | | | * iconvdata/tst-tables.sh: Add BIG5HKSCS.
* Update.Ulrich Drepper2000-09-073-2/+7
| | | | | | * iconvdata/tst-table-to.c (main): Correct cast in iconv call. * iconvdata/tst-table-from.c: Include <string.h>. (try): Correct cast in iconv call.
* Update.Ulrich Drepper2000-09-073-2/+11
| | | | | | | | * elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines) too. * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable. (sysdep_routines): Remove dl-start. Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
* Update.Ulrich Drepper2000-09-074-2/+11
| | | | | | | | | 2000-09-07 Ulrich Drepper <drepper@redhat.com> * assert/__assert.c: Undefine NDEBUG before include <assert.h>. * sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning. * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
* Update.Ulrich Drepper2000-09-072-0/+71
| | | | | | 2000-09-06 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/ia64/bits/time.h: New file.
* Update.Ulrich Drepper2000-09-072-3/+7
| | | | | | * sysdeps/unix/sysv/linux/gethostid.c: Find hostid file in /etc. * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup.
* Update.Ulrich Drepper2000-09-072-0/+4
| | | | | * scripts/config.sub: Strip out -unknown for Linux targets. Patch by Scott Bambrough <scottb@netwinder.org>.
* Update.Ulrich Drepper2000-09-072-1/+12
| | | | | | | 2000-09-07 Ulrich Drepper <drepper@redhat.com> * posix/tst-dir.c (main): Correct one bug (missing NULL test) and add one more test.
* Regenerated from source filesUlrich Drepper2000-09-071-251/+196
|