about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2000-12-042-0/+44
| | | | * sysdeps/i386/fpu/fpclassify.c: New file.
* Update.Ulrich Drepper2000-12-042-3/+19
| | | | | | | * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Handle the pseudo denormal representation of LDBL_MIN. * configure.in: Correct test for pserver CVS access.
* Update.Ulrich Drepper2000-12-049-12/+20
| | | | | | | | | | * iconvdata/SJIS.irreversible: Remove unnecessary entries. * iconvdata/EUC-JP.irreversible: Remove unnecessary entries. * iconvdata/sjis.c: Enable round-trip mapping of backslash and tilde. * iconvdata/jis0208.c: Likewise. * iconvdata/jis0212.c: Likewise. Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
* Update.Ulrich Drepper2000-12-032-7/+63
| | | | | * math/test-misc.c (main): More tests for frexp and some for fpclassify and isnormal.
* Update.Ulrich Drepper2000-12-032-2/+6
| | | | | | * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct test for subnormal. Reported by Fred J. Tydeman <tydeman@tybor.com>.
* Update.Ulrich Drepper2000-12-033-0/+63
| | | | | | | | 2000-12-03 Ulrich Drepper <drepper@redhat.com> * math/test-misc.c (main): Add tests for frexp. Reported by Fred J. Tydeman <tydeman@tybor.com>. * sysdeps/i386/fpu/s_frexpl.S: Don't overflow during the computation.
* Update.Ulrich Drepper2000-12-022-2/+7
| | | | | | | 2000-12-02 H.J. Lu <hjl@gnu.org> * locale/lc-time.c (_nl_init_era_entries): Pass L'\0' instead of '\0' to wcschr.
* Update.Ulrich Drepper2000-12-024-0/+7
| | | | | | * sysdeps/i386/fpu/s_frexp.S: Add missing fwait. * sysdeps/i386/fpu/s_frexpf.S: Likewise. * sysdeps/i386/fpu/s_frexpl.S: Likewise.
* Update.Ulrich Drepper2000-12-022-8/+13
| | | | | | | 2000-12-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/glob.c: Adjust types of several variables to avoid warnings.
* Update.Ulrich Drepper2000-12-021-1/+5
| | | | | | | | 2000-12-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/shm_open.c: Remove incorrect comment. * configure.in: Correct test for pserver CVS access.cc
* Remove incorrect comment.Ulrich Drepper2000-12-021-5/+1
|
* * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.Roland McGrath2000-12-011-0/+6
| | | | | (_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to allow multiple instances using the same function name in one file.
* 2000-11-30 Roland McGrath <roland@frob.com>Roland McGrath2000-12-011-5/+8
| | | | | | * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro. (_HURD_HANDLE_IOCTLS, _HURD_HANDLE_IOCTL): Redefine using it, so as to allow multiple instances using the same function name in one file.
* 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.