aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-07Only add l suffixes if __NO_LONG_DOUBLE_MATH is not defined.Ulrich Drepper
2001-02-07Locale files from IBM.Andreas Jaeger
2001-02-07Update.Andreas Jaeger
2001-02-07 Andreas Jaeger <aj@suse.de> * manual/install.texi (Tools for Compilation): Fix typo. Reported by Pavel Machek <pavel@bug.ucw.cz>.
2001-02-07Fix typo.Andreas Jaeger
2001-02-07Update.Ulrich Drepper
2001-02-07 Ulrich Drepper <drepper@redhat.com> * stdlib/strtod.c: Never stop prematurely reading digits before the decimal point is found. Compute exponent limit for negative exponents correctly. For numbers ending in all zeros eat the zeroes even before the decimal point if the exponent is negative [PR libc/2072]. * stdlib/Makefile (tests): Add bug-strtod. * stdlib/bug-strtod.c: New file. * posix/regex.c (regex_compile): Don't store pointer in wchar_t array. Store index. (compile_range): Handle index being passed, not pointer. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
2001-02-07Never stop prematurely reading digits before the decimal point is found. ↵Ulrich Drepper
Compute exponent limit for negative exponents correctly. For numbers ending in all zeros eat the zeroes even before the decimal point if the exponent is negative.
2001-02-07Update.Andreas Jaeger
2001-02-07 Andreas Jaeger <aj@suse.de> * posix/bug-regex1.c: Include <wchar.h> for fwide.
2001-02-07Include <wchar.h> for fwide.Andreas Jaeger
2001-02-07Update.Ulrich Drepper
2001-02-06 Ulrich Drepper <drepper@redhat.com> * posix/regex.c: Fix a cast in the code for bracket handling which caused 8-bit uncleanliness. Patch by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>. * posix/Makefile (tests): Add bug-regex1. * posix/bug-regex1.c: New file. Contributed by Jim Meyering <jim@meyering.net>. * posix/regex.c: Many cleanups for incorrect format strings.
2001-02-07Update.Ulrich Drepper
2001-02-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: First attempt to fix the broken code. Patch by Jes Sorensen.
2001-02-07(tests): Add bug-regex1.Ulrich Drepper
2001-02-06Update.Andreas Jaeger
2001-02-06 Andreas Jaeger <aj@suse.de> * time/time.h (CLK_TCK): Check for !__STRICT_ANSI.
2001-02-06(CLK_TCK): Check for !__STRICT_ANSI.Andreas Jaeger
2001-02-06Update.Ulrich Drepper
2001-02-06 Ulrich Drepper <drepper@redhat.com> * locale/programs/locale.c (write_locales): Use scandir to read directory so that the entries are sorted.
2001-02-06Extend LC_IDENTIFICATION entries a bit.Ulrich Drepper
2001-02-06Update.Andreas Jaeger
2001-02-06 Andreas Jaeger <aj@suse.de> * include/pthread.h: New file. * wctype/wctype.h: Move internal interfaces from here to... * include/wctype.h: ...here. * wcsmbs/wchar.h: Move __wcslen from here to... * include/wchar.h: ...here. * posix/sys/wait.h: Move __wait from here to... * include/sys/wait.h: ...here. * string/string.h: Move __ffs and __strerror_r from here to... * include/string.h: ...here. * stdlib/stdlib.h: Move __on_exit from here to... * include/stdlib.h: ...here. * libio/stdio.h: Move __vsnprintf from here to... * include/stdio.h: ...here.
2001-02-06* sysdeps/pthread/pthread.h: Move __pthread_initialize from here Andreas Jaeger
to... * internals.h: ...here. 2001-02-06 Andreas Jaeger <aj@suse.de> * sysdeps/pthread/pthread.h: Move __pthread_initialize from here to... * internals.h: ...here.
2001-02-06* sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernelAndreas Schwab
headers. * timezone/Makefile: Don't assume that $(inst_zonedir) is a subdir of $(inst_datadir).
2001-02-06Don't assume that $(inst_zonedir) is a subdir of $(inst_datadir).Andreas Schwab
2001-02-06Update.Ulrich Drepper
2001-02-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add dependency for bug-iconv2.out.
2001-02-06Add dependency for bug-iconv2.out.Ulrich Drepper
2001-02-06Update.Andreas Jaeger
2001-02-06 Andreas Jaeger <aj@suse.de> * elf/firstobj.c: Add prototype. * posix/regex.c (convert_mbs_to_wcs): Make static, add prototype (truncate_wchar): Likewise.
2001-02-06Add prototype.Andreas Jaeger
2001-02-06Update.Ulrich Drepper
2001-02-06 Ulrich Drepper <drepper@redhat.com> * locale/programs/locale.c: Implement --verbose option for -a which prints detailed information about the locales.
2001-02-06Update.Ulrich Drepper
2001-02-05 Ulrich Drepper <drepper@redhat.com> * sunrpc/xdr_rec.c (set_input_fragment): Change type of header variable to uint32_t. Reported by Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>.
2001-02-06Update.Ulrich Drepper
2001-02-04 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Add transliterations for CJK units of measurement.
2001-02-06Update.Ulrich Drepper
* elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf string. Include <inttypes.h> instead of <stdint.h>.
2001-02-06Update.Ulrich Drepper
* localedata/Makefile (tests): Add bug-iconv-trans. Define bug-iconv-trans-ENV. * localedata/bug-iconv-trans.c: New file. 2001-02-04 Bruno Haible <haible@clisp.cons.org> * iconv/gconv_trans.c (__gconv_transliterate): Use a temporary output pointer, to avoid accumulating output from incomplete (unsuccessful) transliteration attempts. 2001-02-05 Ulrich Drepper <drepper@redhat.com>
2001-02-06Update.Ulrich Drepper
* elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf string. Include <inttypes.h> instead of <stdint.h>.
2001-02-05Update.Ulrich Drepper
2001-02-05 Ulrich Drepper <drepper@redhat.com> * configure.in: Add check for bison. * config.make.in: Define BISON variable. * intl/Makefile: Use BISON instead of YACC when generating plural.c. Rename YFLAGS to BISONFLAGS.
2001-02-05Add check for bison.Ulrich Drepper
2001-02-05Update.Andreas Jaeger
* io/test-lfs.c (do_test): Test lseek64 return value, call test_ftello. (test_ftello): New function to test ftello64 and fseeko64.
2001-02-05Update.Andreas Jaeger
* signal/signal.h: Move __sigaction from here to... * include/signal.h: ...here.
2001-02-05Update.Andreas Jaeger
2001-02-05 Andreas Jaeger <aj@suse.de> * io/fcntl.h: Move __fcntl and __open to... * include/fcntl.h: ...here.
2001-02-05Fixed entry.Andreas Jaeger
annexc.
2001-02-05Update.Ulrich Drepper
2001-02-04 Philip Blundell <philb@gnu.org> * configure.in: Distinguish ARM from Thumb. 2001-02-04 Philip Blundell <philb@gnu.org> * sysdeps/arm/dl-machine.h (elf_machine_rel): Correct handling of PC24 relocs with negative value.
2001-02-05Update.Ulrich Drepper
2001-02-04 Ulrich Drepper <drepper@redhat.com> * iconv/Makefile (iconv_prog-modules): Define. Add vpath to find files in locale/programs. Add CFLAGS definition to allow compiling localedef files. * iconv/dummy-repertoire.c: New file. * iconv/iconv_charmap.c: New file. * iconv/iconv_prog.h: New file. * iconv/iconv_prog.c: Make verbose and omit_invalid global. (main): If parameter for -f and -t contain slashes try first to resolve the strings as filenames of charmap files. Use them for conversion in this case. * iconvdata/run-iconv-test.sh: If charmaps exist also run tests with iconv getting charmap names as parameters. * locale/programs/linereader.c (lr_token): Take extra parameters verbose and pass it to get_string. (get_string): Take extra parameters verbose. * locale/programs/charmap.c (parse_charmap): Take extra parameters verbose and be_quiet. Change all callers of lr_token and parse_charmap. * locale/programs/charmap.h: Likewise. * locale/programs/ld-address.c: Likewise. * locale/programs/ld-collate.c: Likewise. * locale/programs/ld-ctype.c: Likewise. * locale/programs/ld-identification.c: Likewise. * locale/programs/ld-measurement.c: Likewise. * locale/programs/ld-messages.c: Likewise. * locale/programs/ld-monetary.c: Likewise. * locale/programs/ld-name.c: Likewise. * locale/programs/ld-numeric.c: Likewise. * locale/programs/ld-paper.c: Likewise. * locale/programs/ld-telephone.c: Likewise. * locale/programs/ld-time.c: Likewise. * locale/programs/linereader.c: Likewise. * locale/programs/linereader.h: Likewise. * locale/programs/localedef.c: Likewise. * locale/programs/locfile.c: Likewise. * locale/programs/locfile.h: Likewise. * locale/programs/repertoire.c: Likewise.
2001-02-04Update.Ulrich Drepper
* iconv/iconv_prog.c (main): If output file name is "-" write to stdout. (main): If -f or -t argument is missing use charset of the current locale.
2001-02-04Update.Ulrich Drepper
2001-02-03 Ulrich Drepper <drepper@redhat.com> * iconv/iconv_prog.c (main): If -f or -t argument is missing use charset of the current locale.
2001-02-04(main): If -f or -t argument is missing use charset of the current locale.Ulrich Drepper
2001-02-03Update copyright.Andreas Jaeger
2001-02-03Update.Andreas Jaeger
* sysdeps/i386/elf/start.S (_start): Align stack to 16-byte boundary for SSE/SSE-2 alignment.
2001-02-03Update.Andreas Jaeger
2001-02-03 Andreas Jaeger <aj@suse.de> * posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to isomac.
2001-02-03* posix/Makefile ($(objpfx)annexc.out): Also pass sysincludes to Andreas Jaeger
isomac.
2001-02-03Update.Ulrich Drepper
Remove comma at end of enum.
2001-02-03Update.Ulrich Drepper
* sysdeps/unix/sysv/linux/arm/sys/ucontext.h: File was using crlf.
2001-02-03Update.Ulrich Drepper
* elf/dl-init.c: Add a few __builtin_expect.
2001-02-03Update.Ulrich Drepper
2001-02-03 Ulrich Drepper <drepper@redhat.com> * hesiod/hesiod.c: Remove unnecessary code. Remove all uses of strcat. * hesiod/hesiod.c (hesiod_resolve): Also search HS records if
2001-02-03Update.Ulrich Drepper
* hesiod/hesiod.c (hesiod_resolve): Also search HS records is errno is ECONNREFUSED. * posix/Makefile: Define MBS_SUPPORT for regex.c.
2001-02-02Update.Ulrich Drepper
* posix/regex.c: Implement multibyte character handling. Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.