about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-11-2816-1/+703
| | | | | | | | | | | | | | | | | | | | | | 2000-11-28 Masahide Washizawa <washi@jp.ibm.com> * iconvdata/Makefile (modules): Add IBM922, IBM1124, and IBM1129. (distribute): Add ibm922.c, ibm1124.c, ibm1129.c, ibm922.h, ibm1124.h, and ibm1129.h. * iconvdata/gconv-modules: Add entries for IBM922, IBM1124, and IBM1129. * iconvdata/ibm922.c: New file. * iconvdata/ibm922.h: New file. * iconvdata/ibm1124.c: New file. * iconvdata/ibm1124.h: New file. * iconvdata/ibm1129.c: New file. * iconvdata/ibm1129.h: New file. * iconvdata/testdata/IBM922: New file. * iconvdata/testdata/IBM922..UTF8: New file. * iconvdata/testdata/IBM1124: New file. * iconvdata/testdata/IBM1124..UTF8: New file. * iconvdata/testdata/IBM1129: New file. * iconvdata/testdata/IBM1129..UTF8: New file.
* Update.Ulrich Drepper2000-11-286-3/+97
| | | | | | | | | | | | | 2000-11-28 Ulrich Drepper <drepper@redhat.com> * catgets/gencat.c (normalize_line): Take extra parameter with escape character. Change callers. (open_conversion): Determine mapping of 0x5c as wchar_t value. * catgets/Makefile: Add rules to build and run test-gencat. * catgets/sample.SJIS: New file. * catgets/test-gencat.c: New file. * catgets/test-gencat.sh: New file. Report and test case by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
* (normalize_line): Take extra parameter with escape character. Change ↵Ulrich Drepper2000-11-281-13/+52
| | | | callers. (open_conversion): Determine mapping of 0x5c as wchar_t value.
* Update.Andreas Jaeger2000-11-281-0/+5
| | | | | | | 2000-11-28 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/socket.h: Synch with generic Linux version.
* Synch with generic Linux version.Andreas Jaeger2000-11-281-3/+3
|
* Update.Ulrich Drepper2000-11-281-0/+4
| | | | | | 2000-11-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/socket.h: Fix last patch.
* Fix last patch.Ulrich Drepper2000-11-281-1/+1
|
* Update.Andreas Jaeger2000-11-281-0/+7
| | | | | | | | | 2000-11-28 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Use __flexarr. * sysdeps/unix/sysv/linux/mips/bits/socket.h (struct cmsghdr): Likewise.
* (struct cmsghdr): Use __flexarr.Andreas Jaeger2000-11-282-6/+2
|
* Update.Ulrich Drepper2000-11-288-9/+31
| | | | | | | | | | | | | * misc/getusershell.c: Make strings in okshells array const. * misc/regexp.c: Add const to cast to avoid warnings. * sysdeps/unix/sysv/linux/llseek.c: Add prototype for __llseek. * sysdeps/unix/sysv/linux/i386/setresuid.c: Add prototype for __setresuid. * sysdeps/unix/sysv/linux/i386/setresgid.c: Add prototype for setresgid. * misc/error.c: Add prototypes for __error and __error_at_line. * misc/mntent_r.c (__getmntent_r): Add break at end of switch statement to avoid warning.
* Update.Ulrich Drepper2000-11-2816-13/+40
| | | | | | | | | | | | | | | | | | | | * test-skeleton.c: Mark timeout_handler with noreturn. * iconv/skeleton.c (get16u): Add const to cast. (get32u): Likewise. * iconvdata/gb18030.c: Likewise. * iconvdata/iso-2022-cn-ext.c: Likewise. * iconvdata/ansi_x3.110.c: Add cast to avoid warning. * iconvdata/big5.c: Likewise. * iconvdata/big5hkscs.c: Likewise. * iconvdata/iso_6937.c: Likewise. * iconvdata/iso_6937-2.c: Likewise. * iconvdata/t.61.c: Likewise. * iconvdata/iso646.c: Add prototypes for gconv_init and gconv_env. * iconvdata/unicode.c: Likewise. * iconvdata/utf-16.c: Likewise. * iconvdata/cns11643.h (ucs4_to_cns11643): Define needed as size_t. * iconv/gconv_trans.c (__gconv_translit_find): Avoid one warning with little code shuffling.
* Update.Ulrich Drepper2000-11-272-1/+4
| | | | | * sysdeps/powerpc/Makefile (CFLAGS-initfini.s): Add -O1 to avoid the problems introduced when the user selects -O3.
* Update.Ulrich Drepper2000-11-276-2/+41
| | | | | | | | | | | | | | 2000-11-27 Ulrich Drepper <drepper@redhat.com> * iconv/gconv.h (__gconv_info): Define __data element using __flexarr. * misc/sys/cdefs.h: Define __flexarr. Proposed by Joseph S. Myers <jsm28@cam.ac.uk>. * iconvdata/iso-2022-jp.c: Add prototypes to avoid warnings. * iconv/skeleton.c: Likewise. * iconvdata/iso8859-1.c (BODY to 8859-1): Add const to cast. * iconv/loop.c (get16): Add const to cast. (get32): Likewise.
* (get16): Add const to cast. (get32): Likewise.Ulrich Drepper2000-11-271-2/+2
|
* Update.Andreas Jaeger2000-11-273-2/+8
| | | | | | | | 2000-11-27 Andreas Jaeger <aj@suse.de> * login/programs/pt_chown.c (do_pt_chown): Mark function as static to avoid warning. * login/programs/utmpdump.c (print_entry): Likewise.
* Update.Andreas Jaeger2000-11-273-14/+22
| | | | | | | | | 2000-11-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and in a single asm as they may be used to access other stored registers. * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
* Update.Andreas Jaeger2000-11-271-0/+5
| | | | | | | 2000-11-27 Andreas Jaeger <aj@suse.de> * rt/tst-aio.c: Mark test functions as static to avoid warnings. * rt/tst-aio64.c: Likewise.
* Mark test functions as static to avoid warnings.Andreas Jaeger2000-11-272-4/+4
|
* Update.Ulrich Drepper2000-11-274-38/+274
| | | | | | | | | | | 2000-11-27 Ulrich Drepper <drepper@redhat.com> * catgets/Makefile (test1.cat): Set LC_ALL, LOCPATH, and GCONV_PATH for gencat run. (libc.cat): Likewise. * catgets/gencat.c: Implement handling of message catalogs encoded with stateful character sets. Based on a patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
* Update.Ulrich Drepper2000-11-262-1/+4
| | | | * sysdeps/unix/opendir.c (__opendir): Add cast to avoid warning.
* Update.Ulrich Drepper2000-11-2615-48/+191
| | | | | | | | | | | | | | | | | | | | | | | | | 2000-11-26 Ulrich Drepper <drepper@redhat.com> * inet/getnameinfo.c: Adjust casts to avoid warnings. * inet/rcmd.c: Likewise. * inet/ruserpass.c: Likewise. * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_MULTICAST, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL, IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL, IN6_IS_ADDR_MC_NODELOCAL, IN6_IS_ADDR_MC_LINKLOCAL, IN6_IS_ADDR_MC_SITELOCAL, IN6_IS_ADDR_MC_ORGLOCAL, IN6_IS_ADDR_MC_GLOBAL): Preserve const in cast. * include/aliases.h: Add prototypes for internal __getalias* functions. * include/netdb.h: Add prototypes for __old_gethostent_r, __old_gethostbyaddr_r, __old_gethostbyname_r, __old_gethostbyname2_r, __old_getnetent_r, __old_getnetbyaddr_r, __old_getnetbyname_r, __old_getservent_r, __old_getservbyname_r, __old_getservbyport_r, __old_getprotoent_r, __old_getprotobyname_r, __old_getprotobynumber_r. * include/rpc/netdb.h: Add prototypes for __old_getrpcbyname_r, __old_getrpcbynumber_r, __old_getrpcent_r. * include/rpc/netdb.h: Add __getrpcbyname_r, __getrpcbynumber_r, __getrpcent_r prototypes.
* Update.Ulrich Drepper2000-11-262-1/+11
| | | | | | | | | | | | * string/strcoll.c: Add casts to avoid warnings. * string/strnlen.c: Likewise. * string/strxfrm.c: Likewise. * sysdeps/generic/_strerror.c: Likewise. * sysdeps/generic/memrchr.c: Likewise. * sysdeps/generic/strcasestr.c: Likewise. * sysdeps/generic/strstr.c: Likewise. * locale/weight.h (findidx): Add const to cast to avoid warning.
* Update.Ulrich Drepper2000-11-2611-2/+23
| | | | | | | | | | | | | * elf/loadfail.c: Little cosmetic changes to avoid warnings. * elf/loadtest.c: Likewise. * elf/multiload.c: Likewise. * elf/next.c: Likewise. * elf/nodelete.c: Likewise. * elf/noload.c: Likewise. * elf/order.c: Likewise. * elf/origtest.c: Likewise. * elf/preloadtest.c: Likewise. * elf/restest1.c: Likewise.
* Update.Ulrich Drepper2000-11-262-1/+4
| | | | | * sysdeps/i386/i486/bits/string.h (__strncat_g) [i686]: Fourth parameter of asm must be in %ecx.
* Update.Ulrich Drepper2000-11-262-39/+42
| | | | * string/tester.c: Mark test functions as static to avoid warnings.
* Update.Ulrich Drepper2000-11-252-1/+6
| | | | | | | 2000-11-25 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_conf.c (read_conf_file): Make mod_counter static to preserve value over different gconv-modules files.
* Update.Ulrich Drepper2000-11-258-121/+137
| | | | | | | | | | | | | | * locale/findlocale.c: Add casts to avoid warnings. * locale/localeinfo.h (LIMAGIC): Add cast to avoid warnings. * misc/efgcvt_r.c (fcvt_r): Use ssize_t instead of int and add cast to avoid warnings. * misc/tsearch.c (const_node): New type. (trecurse): Correct casts to avoid warnings. (__twalk): Likewise. * stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and LONG_BIT. * debug/backtrace-tst.c (compare): Add casts to avoid warnings.
* Update.Ulrich Drepper2000-11-244-12/+31
| | | | | | | | | | | | | | * test-skeleton.c: Mark local functions as static to avoid warnings. 2000-11-23 H.J. Lu <hjl@gnu.org> * rt/tst-aio6.c (do_test): Use pipe instead of STDIN_FILENO to support the background job. Fix a typo. 2000-11-24 Ulrich Drepper <drepper@redhat.com> has same names but lower cost.
* Update.Ulrich Drepper2000-11-242-1/+22
| | | | | | | | | | | | | 2000-11-24 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_conf.c (insert_module): Replace old entry if new one hsa same names but lower cost. 2000-11-23 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/dl-machine.h: Ifdef out handling for relocs which never occur during bootstrap. * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
* Update.Ulrich Drepper2000-11-234-12/+18
| | | | | | | | 2000-11-23 Ulrich Drepper <drepper@redhat.com> * tst-digits.c (main): Add casts to avoid warnings. * collate-test.c (xstrcoll): Make l1 and l2 const. * xfrm-test.c (xstrcmp): Make l1 and l2 const.
* Ifdef out handling for relocs which never occur during bootstrap.Ulrich Drepper2000-11-232-4/+14
|
* Update.Andreas Jaeger2000-11-233-11/+4
| | | | | | * nss/nss_files/files-hosts.c: Remove getipnodebyname. * nss/Versions: Remove _nss_files_getipnodebyname_r.
* Update.Andreas Jaeger2000-11-231-0/+4
| | | | | | 2000-11-23 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/Versions: Fix typo in last patch.
* Fix typo in last patch.Andreas Jaeger2000-11-231-1/+1
|
* Update.Ulrich Drepper2000-11-235-6/+18
| | | | | | | | | | | | | | | 2000-11-18 Martin Buchholz <martin@xemacs.org> * csu/gmon-start.c (__gmon_start__): Avoid over-clever trick `if (called++) return;' 2000-11-21 Alan Modra <alan@linuxcare.com.au> * sysdeps/generic/bsd-_setjmp.c (setjmp): Rename to _setjmp. * csu/abi-note.S: Correct comment for operating system number. * sysdeps/s390/bits/string.h (strncat): Add missing quotation marks.
* Update.Ulrich Drepper2000-11-234-0/+15
| | | | | | | | | | | * Versions.def: Add GLIBC_2.2.1 for glibc. 2000-11-22 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/syscalls.list: Add pivot_root. * sysdeps/unix/sysv/linux/Versions: Add pivot_root at GLIBC_2.2.1. 2000-11-22 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-11-233-5/+31
| | | | | | | | | | | 2000-11-22 Ulrich Drepper <drepper@redhat.com> * rt/aio_suspend.c (aio_suspend): Convert timeout value to absolute time for pthread_cond_timedwait call. Reported by Lawrence Chen <lchen@opentext.com> [libc/1930]. * rt/Makefile (tests): Add tst-aio6. * rt/tst-aio6.c: New file.
* Test for timeout with aio_suspend.Ulrich Drepper2000-11-231-0/+89
|
* Update.Andreas Jaeger2000-11-232-1/+5
| | | | | | 2000-11-23 Andreas Jaeger <aj@suse.de> * sysdeps/s390/bits/string.h (strncat): Fix one more typo.
* Update.Andreas Jaeger2000-11-222-43/+50
| | | | | | | 2000-11-22 Andreas Jaeger <aj@suse.de> * sysdeps/s390/bits/string.h (strncat): Add missing quotation marks.
* Update.Andreas Jaeger2000-11-221-0/+4
| | | | | | 2000-11-21 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/bits/string.h: Make strncat always add a \0.
* * sysdeps/alpha/setjmp.S: Remove __setjmp entry point.Andreas Schwab2000-11-211-0/+16
| | | | | | | | | | | | | | | * sysdeps/arm/setjmp.S: Likewise. * sysdeps/arm/fpu/setjmp.S: Likewise. * sysdeps/i386/setjmp.S: Likewise. * sysdeps/i386/elf/setjmp.S: Likewise. * sysdeps/s390/setjmp.S: Likewise. * sysdeps/s390/elf/setjmp.S: Likewise. * sysdeps/sh/sh3/setjmp.S: Likewise. * sysdeps/sh/sh4/setjmp.S: Likewise. * sysdeps/sparc/sparc32/setjmp.S: Likewise. * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise. * sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
* * sysdeps/alpha/setjmp.S: Remove __setjmp entry point. * ↵Andreas Schwab2000-11-2113-125/+17
| | | | sysdeps/arm/setjmp.S: Likewise. * sysdeps/arm/fpu/setjmp.S: Likewise. * sysdeps/i386/setjmp.S: Likewise. * sysdeps/i386/elf/setjmp.S: Likewise. * sysdeps/s390/setjmp.S: Likewise. * sysdeps/s390/elf/setjmp.S: Likewise. * sysdeps/sh/sh3/setjmp.S: Likewise. * sysdeps/sh/sh4/setjmp.S: Likewise. * sysdeps/sparc/sparc32/setjmp.S: Likewise. * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise. * sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
* Update.Andreas Jaeger2000-11-212-5/+3
| | | | NORETURN, fix parameter list.
* Update.Andreas Jaeger2000-11-212-1/+3
| | | | | * sysdeps/generic/__longjmp.c (__longjmp): Remove obsolete NORETURN.
* Update.Andreas Jaeger2000-11-211-0/+5
| | | | | | | 2000-11-21 Andreas Jaeger <aj@suse.de> * string/bug-strncat1.c (main): Fix typo. Patch by Bernhard Kaindl <bernhard.kaindl@suse.de>.
* (main): Fix typo.Andreas Jaeger2000-11-211-1/+1
|
* Update.Ulrich Drepper2000-11-207-377/+142
| | | | | | | | | 2000-11-20 Ulrich Drepper <drepper@redhat.com> * configure.in: Add --enable-all-warnings. * config.make.in (all-warnings): New variable. * Makeconfig (+gccwarn): Define with many more warnings if all-warnings is yes.
* Update.Ulrich Drepper2000-11-2017-34/+72
| | | | | | | | | | | | | | | | | | | | | | | | 2000-11-20 Jakub Jelinek <jakub@redhat.com> * iconvdata/bug-iconv2.c (main): Use %zd in format string. * io/test-lfs.c (do_test): Cast statbuf.st_size to long long. * malloc/tst-valloc.c (main): Cast valloc return value to long. * malloc/tst-obstack.c (verbose_malloc): Use %zd in format string. * math/test-fpucw.c (main): Use %lx in format string, cast control words to long. * stdio-common/tst-fmemopen.c (main): Use %td in format strings. * stdlib/tst-strtol.c (tests): Avoid (bogus?) decimal constant is so large that it is unsigned warning. * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ssize_t): Changing it to long on sparc64. 2000-11-20 Andreas Jaeger <aj@suse.de> * nscd/nscd.h (termination_handler): Add noreturn attribute. (receiv_print_stats): Likewise. * elf/ldconfig.c (path_hwcap): Cast -1 for proper comparison.
* Update.Ulrich Drepper2000-11-202-1/+3
| | | | * malloc/thread-m.h: gcc doesn't tolerate zero-sized types anymore.