about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2000-11-085-94/+76
| | | | * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Skip FPU fields.
* Update.Ulrich Drepper2000-11-074-3/+55
| | | | | | | | 2000-11-07 Kazumoto Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/bits/setjmp.h: Move to... * sysdeps/sh/sh4/bits/setjmp.h: ...here. * sysdeps/sh/sh3/bits/setjmp.h: New file.
* Update.Ulrich Drepper2000-11-075-3379/+3404
| | | | | | | | | | | | | | | | | 2000-11-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/big5.c: Regenerated after BIG5 charmap change. Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>. * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Fix typo in comparison with new cache magic bytes. Patch by Denis Zaitsev <zzz@cd-club.ru>. 2000-11-03 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Update from translit_neutral. * locale/C-translit.h: Regenerated. * intl/tst-translit.c: Update.
* * charmaps/BIG5: Add mapping for <U20AC> back.Ulrich Drepper2000-11-077-206/+347
| | | | Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
* Update.Ulrich Drepper2000-11-074-28/+50
| | | | | | | | | 2000-11-03 Bruno Haible <haible@clisp.cons.org> * locales/translit_neutral: Add more entries. Mostly from Markus Kuhn. * locales/translit_compat: Add a few ligatures. * locales/translit_combining: Add a few plain ASCII alternatives. * locales/translit_fraction: Likewise. Surround with spaces.
* Add more entries.Ulrich Drepper2000-11-071-1/+141
|
* Regenerated.Andreas Jaeger2000-11-061-22/+4
|
* Fixed toc.Andreas Jaeger2000-11-061-4/+4
|
* * sysdeps/mach/hurd/Dist: Remove clk_tck.c.Mark Kettenis2000-11-042-1/+2
| | | | * sysdeps/mach/hurd/Dist: Remove clk_tck.c.
* * sysdeps/mach/hurd/Versions [libc] (GLIBC_2.1.1): Remove __libc_clk_tck. * ↵Mark Kettenis2000-11-047-20/+41
| | | | | | | | | | | | | | | | | | sysdeps/mach/hurd/Makefile [$(subdir)==posix] (sysdep_routines): Remove clk_tck. * sysdeps/mach/hurd/clk_tck.c: Removed. * sysdeps/mach/hurd/getclktck.c: New file. * sysdeps/mach/hurd/setitimer.c (quantize_timeval): Use __getclktck instead of __libc_clk_tck. * sysdeps/mach/hurd/bits/time.h: Use __sysconf for CLK_TCK instead of __libc_clk_tck. * sysdeps/mach/hurd/i386/bits/time.h: Likewise. 2000-11-04 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/Versions [libc] (GLIBC_2.1.1): Remove __libc_clk_tck. * sysdeps/mach/hurd/Makefile [$(subdir)==posix] (sysdep_routines): Remove clk_tck. * sysdeps/mach/hurd/clk_tck.c: Removed. * sysdeps/mach/hurd/getclktck.c: New file. * sysdeps/mach/hurd/setitimer.c (quantize_timeval): Use __getclktck instead of __libc_clk_tck. * sysdeps/mach/hurd/bits/time.h: Use __sysconf for CLK_TCK instead of __libc_clk_tck. * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
* Update.Ulrich Drepper2000-11-045-0/+24
| | | | | | 2000-11-03 Ulrich Drepper <drepper@redhat.com> * posix/Versions: Export __sysconf.
* Update. glibc-2.1.97 cvs/glibc-2_1_97Ulrich Drepper2000-11-034-3/+7
| | | | | | * iconvdata/Makefile (distribute): Add viscii.c. * elf/Makefile (distribute): Add tst-pathopt.sh.
* Update.Ulrich Drepper2000-11-032-1/+3
| | | | * version.h (VERSION): Bump to 2.1.97.
* Update.Ulrich Drepper2000-11-032-22/+29
| | | | | | | * sysdeps/i386/i486/bits/string.h (strcmp): Cast arguments to __strcmp_cc, __strcmp_cg, and __strcmp_gc to unsigned char *. (__strcmp_cc, __strcmp_cg, __strcmp_gc): Remove casts of values here. Reported by Denis Zaitsev <zzz@cd-club.ru>.
* Update.Ulrich Drepper2000-11-024-7/+24
| | | | | | | | | | | | | | | | | | 2000-11-02 Ulrich Drepper <drepper@redhat.com> * iconvdata/utf-16.c (PREPARE_LOOP): Correct typo preventing BOM from being written. * manual/socket.texi (Local Namespace Concepts): Don't mention what permissions are necessary to connect to a socket. Reported by Peter Eisentraut <peter_e@gmx.net>. * sysdeps/generic/backtracesyms.c (__backtrace_symbols): Fix computation of total for 64-bit machines. Patch by Byron Stanoszek <gandalf@winds.org>. * manual/arith.texi (Rounding): Correct description of fesetround return value. Patch by Conrado Badenas <Conrado.Badenas@uv.es>.
* (Rounding): Correct description of fesetround return value.Ulrich Drepper2000-11-021-2/+2
|
* Update.Andreas Jaeger2000-11-021-0/+6
| | | | | | | | 2000-10-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/mips/dl-machine.h (elf_machine_rel): Add the symbol's value plus the run-time displacement to the relocation for non-GOT symbols. Set the relocation to the GOT entry for GOT symbols.
* (elf_machine_rel): Add the symbol's value plus the run-time displacement to ↵Andreas Jaeger2000-11-021-4/+35
| | | | the relocation for non-GOT symbols. Set the relocation to the GOT entry for GOT symbols.
* Update.Ulrich Drepper2000-11-022-79/+8
| | | | | | | | | | | 2000-11-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/s390/bits/time.h: Removed. of unary ~ to size_t. skip the entire translit section, not only one line. Remove dead test for tok_translit_end. Enqueue include statements into a list. * intl/Makefile: Add rules to build, run and, distribute tst-gettext2.
* Update.Ulrich Drepper2000-11-0223-112/+784
| | | | | | | | | | | | | | | | | | | | | | | | | | | * iconvdata/TESTS: Add entries for IBM856, IBM930, IBM933, IBM935, IBM937, IBM939, and IBM1046. * iconvdata/testdata/IBM1046: New file. * iconvdata/testdata/IBM930..UTF8: New file. * iconvdata/testdata/IBM1046..UTF8: New file. * iconvdata/testdata/IBM933: New file. * iconvdata/testdata/IBM935: New file. * iconvdata/testdata/IBM937: New file. * iconvdata/testdata/IBM856..UTF8: New file. * iconvdata/testdata/IBM939: New file. * iconvdata/testdata/IBM933..UTF8: New file. * iconvdata/testdata/IBM935..UTF8: New file. * iconvdata/testdata/IBM930: New file. * iconvdata/testdata/IBM856: New file. * iconvdata/testdata/IBM937..UTF8: New file. * iconvdata/testdata/IBM939..UTF8: New file. Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>. 2000-11-01 Martin Buchholz <martin@xemacs.org> * manual/memory.texi (Hooks for Malloc): Fix `caller' arg docs to agree with implementation. 2000-11-01 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-11-016-5/+17
| | | | | | | | | * sysdeps/unix/sysv/linux/bits/time.h (CLK_TCK): Cast sysconf result to __clock_t. * 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-11-011-1/+1
| | | | of unary ~ to size_t.Update.
* Update.Ulrich Drepper2000-11-013-3/+8
| | | | | | | * sysdeps/unix/sysv/linux/bits/socket.h (CMSG_ALIGN): Cast result of unary ~ to size_t. * stdlib/strtod.c: Make gcc shut up about SWAP use.
* Update.Ulrich Drepper2000-11-012-15/+28
| | | | | * sysdeps/i386/fpu/bits/mathinline.h: Add support for builtin unordered compare functions to gcc 2.97 and up.
* Update.Ulrich Drepper2000-11-012-2/+6
| | | | | * string/bits/string2.h: Disable strstr optimizations for newer gcc versions. Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
* Update.Ulrich Drepper2000-11-015-111/+140
| | | | | | 2000-11-01 Ulrich Drepper <drepper@redhat.com> * configure.in (with_cvs): Test for pserver access.
* Update.Ulrich Drepper2000-11-013-6/+9
| | | | | | * sunrpc/clnt_tcp.c (clnt_call): Don't use timeout in tests with zero, use ct->ct_wait. * sunrpc/clnt_unix.c (clnt_call): Likewise.
* Update.Ulrich Drepper2000-11-0119-15/+164
| | | | | | | | | | | | | | | | | | | | | * elf/Versions [ld] (GLIBC_2.2): Export _dl_clktck and _dl_pagesize. * elf/dl-load.c: Define _dl_clktck. * elf/elf.h: Define AT_CLKTCK. * include/time.h: Declare __getclktck. * misc/Makefile (routines): Add getclktck. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_CLKTCK. (_dl_show_auxv): Show AT_CLKTCK value. * sysdeps/generic/getclktck.c: New file. * sysdeps/unix/sysv/linux/getclktck.c: New file. * sysdeps/unix/sysv/linux/alpha/getclktck.c: New file. * sysdeps/unix/sysv/linux/ia64/getclktck.c: New file. * sysdeps/posix/sysconf.c: Use __getclktck to handle _SC_CLK_TCK. * sysdeps/unix/sysv/linux/getpagesize.c: New file. * sysdeps/unix/sysv/linux/bits/time.h: Use __sysconf to for CLK_TCK. * 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-11-012-0/+22
| | | | | | | | | 2000-10-31 Ulrich Drepper <drepper@redhat.com> * sunrpc/clnt_gen.c (clnt_create): Don't set timeout with clnt_control for any protocol. This would make it impossible for the user to provide one in clnt_call(). Reported by Hitoshi Guutara Maruyama <maruyama@sh.rim.or.jp>.
* Update.Ulrich Drepper2000-11-015-2/+101
| | | | | | | | | | | | | | 2000-10-31 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/fpu/s_isinfl.S: New file, - assembly based implementation based on suggestion by Richard Henderson. * sysdeps/ia64/fpu/s_isinfl.c: Removed. 2000-10-30 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/fpu/s_isnanl.S: New file - assembly based implementation based on suggestion by Richard Henderson. * sysdeps/ia64/fpu/s_isnanl.c: Removed.
* Update.Ulrich Drepper2000-10-313-26/+14
| | | | | | | | * locale/programs/locale.c (print_item): Fix one more problem with string lists. Patch by Chen Xiangyang <chenxy@opencjk.org>. * locale/categories.def: Add number of arguments to ctype-map-names and ctype-class-names entries. Mark era as stringlist.
* Update.Ulrich Drepper2000-10-311-0/+14
| | | | | | | | | | | | | | | | | * iconvdata/ibm1046.c: New file. * iconvdata/ibm1046.h: New file. * iconvdata/ibm856.c: New file. * iconvdata/ibm856.h: New file. * iconvdata/ibm930.c: New file. * iconvdata/ibm930.h: New file. * iconvdata/ibm933.c: New file. * iconvdata/ibm933.h: New file. * iconvdata/ibm935.c: New file. * iconvdata/ibm935.h: New file. * iconvdata/ibm937.c: New file. * iconvdata/ibm937.h: New file. * iconvdata/ibm939.c: New file. * iconvdata/ibm939.h: New file.
* Update.Ulrich Drepper2000-10-3117-0/+46214
| | | | | | | | | | | | | 2000-10-31 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add IBM856, IBM930, IBM933, IBM935, IBM937, IBM939, and IBM1046. (distribute): Add ibm856.c, ibm930.c, ibm933.c, ibm935.c, ibm937.c, ibm939.c, ibm1046.c, ibm856.h, ibm930.h, ibm933.h, ibm935.h, ibm937.h, ibm939.h, and ibm1046.h. * iconvdata/gconv-modules: Add entries for IBM856, IBM930, IBM933, IBM935, IBM937, IBM939, and IBM1046. Patches by Masahide Washizawa <washi@yamato.ibm.co.jp>.
* Update.Ulrich Drepper2000-10-315-65/+95
| | | | | | | | | | | | | * locale/localeinfo.h (enum value_type): Add wstring, wstringarray, and wstringlist. * locale/categories.def: Mark wide char strings as wstring or stringarray. * locale/programs/locale.c (show_info): Handle wstring, wstringarray, and wstringlist. Print keywords only if there is real output. Reported by Chen Xiangyang <chenxy@opencjk.org>. * sysdeps/sparc/fpu/bits/mathinline.h: Add __THROW where necessary. Patch by Ben Collins <bcollins@debian.org>.
* Update.Ulrich Drepper2000-10-315-4/+194
| | | | | | | | | | | * stdio-common/Makefile (tests): Add tst-fmemopen. * stdio-common/tst-fmemopen.c: New file. Test case by Ben Collins <bcollins@debian.org>. * libio/iofopncook.c (_IO_cookie_seek): Correct test for error. * libio/fmemopen.c (fmemopen_read): Return 0 at end of buffer. (fmemopen_write): Set errno at end of buffer.
* Update.Ulrich Drepper2000-10-3145-3621/+24573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * posix/runtests.c (main): Don't use exit() to avoid warning with broken compilers. * string/bug-strncat1.c: Undefine __USE_STRING_INLINES before defining it again to avoid warning. * string/bug-strpbrk1.c: Likewise. * string/bug-strspn1.c: Likewise. 2000-10-29 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Include more rules from translit_neutral. Remove a few German and Danish specific rules. * locale/gen-translit.pl: Avoid an error when printing a string containing a '%' character. * locale/C-translit.h: Regenerated. * intl/translit.po: Choose different translations. * intl/tst-translit.c: Update. 2000-10-29 Bruno Haible <haible@clisp.cons.org> * locale/programs/ld-ctype.c (translit_include_t): New type. (locale_ctype_t): Remove translit_copy_locale, translit_copy_repertoire fields, add translit_include field. (ctype_read): After seeing "translit_start" in ignore_content mode, skip the entire translit section, not only one line. Remove dead test for tok_translit_end. Enqueue include statements into a list. Signal error if tok_eof seen before tok_translit_end. (translit_flatten): New function. (allocate_arrays): Call translit_flatten. 2000-10-30 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-10-3112-28/+224
| | | | | | | | | | | | | | | | | | | | | | | | | * locale/findlocale.c (free_mem): We can remove NODELETE marked data, just not the C locale data. * intl/tst-gettext.c: Use setlocale() in addition to setting envvar. * intl/tst-gettext.sh: Copy locale data if necessary. * intl/Makefile (generated-dirs): Add localedir. * intl/dcigettext.c (guess_category_value): For libc always use the setlocale() method. * intl/Makefile: Add rules to build, run and, distribute tst-gettext2. * intl/tst-gettext2.c: New file. * intl/tst-gettext2.sh: New file. * intl/tstlang1.po: New file. * intl/tstlang2.po: New file. Patch by Andreas Jaeger <aj@suse.de>. 2000-10-26 GOTO Masanori <gotom@debian.or.jp> * intl/locale.alias: Add ja_JP.ujis alias. 2000-10-30 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-10-302-1/+5
| | | | | | | 2000-10-30 Ulrich Drepper <drepper@redhat.com> * locale/findlocale.c (_nl_find_locale): Don't store normalized name in *NAME.
* Update.Ulrich Drepper2000-10-301-0/+3
| | | | | * attr.c (__pthread_attr_setguardsize): Don't round guardsize here. Reported by Bruce <bruce@puremagic.com>.
* (__pthread_attr_setguardsize): Don't round guardsize here.Ulrich Drepper2000-10-301-5/+0
|
* Update.Andreas Jaeger2000-10-301-0/+6
| | | | | | | | 2000-10-29 Ben Collins <bcollins@debian.org> * sysdeps/generic/lockf64.c: In the case of F_TEST, set l_type to F_RDLCK explicitly. * sysdeps/unix/sysv/linux/i386/lockf64.c: Likewise.
* In the case of F_TEST, set l_type to F_RDLCK explicitly.Andreas Jaeger2000-10-302-1/+6
|
* Update.Ulrich Drepper2000-10-308-3670/+3519
| | | | | | | | | | 2000-10-29 Ulrich Drepper <drepper@redhat.com> * iconvdata/big5.c: Update. Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>. * iconvdata/Makefile (distribute): Add BIG5.irreversible. * iconvdata/BIG5.irreversible: New file.
* Update.Ulrich Drepper2000-10-305-2073/+25
| | | | | | | | | | | 2000-10-29 Greg Louis <glouis@dynamicro.on.ca> * posix/regex.h (__restrict_arr): Move definition out of #ifndef block. Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but doesn't define __restrict_arr. * manual/search.texi: Correct description if VISIT values. Patch by Ben Collins <bcollins@debian.org>.
* Update.Ulrich Drepper2000-10-308-9/+101
| | | | | | | | | | | | | | | | | | | | | | | | * string/bits/string2.h (strspn): Evaluate first argument if second is "". (strpbrk): Likewise. * sysdeps/i386/i486/bits/string.h: Likewise. * string/Makefile (tests): Add bug-strspn1 and bug-strpbrk1. * string/bug-strspn1.c: New file. * string/bug-strpbrk1.c: New file. Test cases by Joseph S. Myers <jsm28@cam.ac.uk>. * string/bits/string2.h (strncat): Terminate string correctly. * sysdeps/i386/i486/bits/string.h (strncat): Likewise. * string/Makefile (tests): Add bug-strncat1. * string/bug-strncat1.c: New file. Test case by Joseph S. Myers <jsm28@cam.ac.uk>. 2000-10-27 Ben Collins <bcollins@debian.org> * sysdeps/generic/lockf.c (lockf): Set l_type to F_RDLCK before calling for F_GETLK. 2000-10-29 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-10-302-2/+9
| | | | | * elf/dl-load.c (open_path): Don't exit loop early if we didn't use a directory at all.
* Update.Ulrich Drepper2000-10-305-3/+97
| | | | | | | * elf/Makefile: Add rules to build and run tst-pathopt. * elf/tst-pathopt.c: New file. * elf/tst-pathopt.sh: New file. * elf/pathoptobj.c: New file.
* Update.Ulrich Drepper2000-10-292-0/+5
| | | | | | 2000-10-29 Ulrich Drepper <drepper@redhat.com> * elf/elf.h (SHN_XINDEX): Define.
* Update.Ulrich Drepper2000-10-293-1/+96
| | | | | | * io/Makefile (tests): Add test-stat2. (test-stat2-ARS): New variable. * io/test-stat2.c: New file.
* Update.Ulrich Drepper2000-10-283-6/+8
| | | | * Makeconfig (ETAGS): Remove -T flag.