about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated: autoconf configure.inUlrich Drepper2000-12-0110-130/+164
|
* Update.Ulrich Drepper2000-12-014-117/+126
| | | | | | 2000-12-01 Ulrich Drepper <drepper@redhat.com> * configure.in: Correct test for pserver CVS access.
* Update.Ulrich Drepper2000-12-012-4/+4
| | | | | | 2000-11-28 H.J. Lu <hjl@gnu.org> * libio/libio.h: Remove extra "#if ... #endif".
* Update.Ulrich Drepper2000-12-015-7/+48
| | | | | | | | | | | | | | | 2000-11-29 H.J. Lu <hjl@gnu.org> * stdio-common/vfscanf.c (ORIENT): Swap the COMPILE_WSCANF case. 2000-11-30 Jakub Jelinek <jakub@redhat.com> * locale/setlocale.c (setname): Free for all categories, not just LC_ALL. (setlocale): Store a copy of string passed by user, not the string itself. * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused variable.
* Test case for handling string passed to setlocale.Ulrich Drepper2000-12-011-0/+25
|
* * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinitRoland McGrath2000-11-301-0/+6
| | | | | rather than _hurd_fd_subinit, so it happens after it's safe to use libc facilities like malloc.
* 2000-11-30 Roland McGrath <roland@frob.com>Roland McGrath2000-11-301-2/+5
| | | | | | * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit rather than _hurd_fd_subinit, so it happens after it's safe to use libc facilities like malloc.
* Revert accidential checkin.Andreas Jaeger2000-11-301-1/+1
|
* Update.Andreas Jaeger2000-11-304-3/+10
| | | | | | | | 2000-11-28 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/getdents.c: Add _syscall_getdents64 declaration, adjust declaration of __syscall_getdents to match kernel.
* Update.Andreas Jaeger2000-11-302-1/+6
| | | | | | 2000-11-29 H.J. Lu <hjl@gnu.org> * sysdeps/generic/readelflib.c (check_ptr): Undefine it first.
* Update.Andreas Jaeger2000-11-291-0/+5
| | | | | | | 2000-11-29 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/hppa/brk.c (__brk): Remove unused variable.
* Remove unused variable.Andreas Jaeger2000-11-291-2/+2
|
* Update.Ulrich Drepper2000-11-2910-5/+28
| | | | | | | | | | | | | * dlfcn/defaultmod1.c: Add prototypes to avoid warnings. * dlfcn/defaultmod2.c: Likewise. * dlfcn/dlopen.c: Likewise. * dlfcn/dlopenold.c: Likewise. * dlfcn/failtestmod.c: Likewise. * dlfcn/glreflib1.c: Likewise. * dlfcn/glreflib2.c: Likewise. * dlfcn/eval.c: Likewise. Add attributes. * ctype/ctype-extn.c: Define isblank and not __isblank.
* Update.Ulrich Drepper2000-11-283-16/+23
| | | | | | | 2000-11-28 Ulrich Drepper <drepper@redhat.com> * time/strftime.c: Add const where necessary to avoid warnings. * time/strptime.c (strptime_internal): Add casts to avoid warnings.
* Update.Ulrich Drepper2000-11-283-4/+17
| | | | | | | 2000-11-22 Paul Eggert <eggert@twinsun.com> * time/strftime.c (my_strftime): Do not invoke mbrlen with a size of (size_t) -1; it's not portable.
* Update.Ulrich Drepper2000-11-283-14/+36
| | | | | | | | 2000-11-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/libm-test-ulps: Adjust some values for the crappy i486 FPU. Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
* Update.Ulrich Drepper2000-11-284-1/+15
| | | | | | | | | | | | 2000-11-14 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/_mcount.S: Call __mcount instead of __mcount_internal. * sysdeps/ia64/Makefile: Compile _mcount.S in subdir gmon as _mcount is required by profiled binaries. * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: Moved to... * sysdeps/ia64/machine-gmon.h: ...here.
* 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.