about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2001-02-093-2/+4
| | | | * configure.in: Require makeinfo version 4.
* Update.Ulrich Drepper2001-02-095-2/+16
| | | | | | | 2001-02-09 Ulrich Drepper <drepper@redhat.com> * libio/tst_wscanf.c (main): Add cast to avoid warning. * libio/tst_swscanf.c (main): Likewise..
* Update.Ulrich Drepper2001-02-098-13/+38
| | | | | | | | | | | | 2001-02-09 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/setenv.c (unsetenv): Remove const from len. * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, fdim): Don't define if __NO_MATH_INLINES. * sysdeps/i386/dl-machine.h (elf_machine_rel): Only declare refsym if not RTLD_BOOTSTRAP. * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
* Update.Ulrich Drepper2001-02-096-13/+29
| | | | | | | | | | | | | | 2001-02-09 Ulrich Drepper <drepper@redhat.com> * locale/programs/linereader.c (get_ident): Stop loop if EOF. Use lr_ungetc to push back last read character. * locale/programs/linereader.h (lr_ungetc): Don't push back is character is EOF. (lr_ignore_rest): Don't warn about garbage if it is really the end of the file. * manual/Makefile: Use ifnottext and not ifinfo to protect Top node definition.
* Update.Ulrich Drepper2001-02-092-1/+5
| | | | | * Makerules (build-shlib): Work around different order of processing of -B option in different gcc versions.
* Update.Ulrich Drepper2001-02-093-5/+23
| | | | | | | * posix/regex.c: Fix alignment problem. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>. Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.
* Update.Ulrich Drepper2001-02-095-4/+303
| | | | | | | | | | | | | | | | | | 2001-02-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/alpha/strrchr.S: Little optimization. Patch by Richard Henderson <rth@redhat.com>. * sysdeps/alpha/alphaev67/strrchr.S: New file. Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.. 2001-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Correct function name in the assembler end directive. pointer in FILE structure before calling _IO_init. correctly. For numbers ending in all zeros eat the zeros even before
* (Opening Streams): Move __freadable, __fwritable, __freading, and __fwriting ↵Ulrich Drepper2001-02-081-52/+52
| | | | documentation here.
* Update.Andreas Jaeger2001-02-082-9/+13
| | | | | | 2001-02-08 Andreas Jaeger <aj@suse.de> * manual/stdio.texi (Closing Streams): Fix typos.
* Add working locales.Andreas Jaeger2001-02-081-0/+4
|
* Document thread-related stream functions and contents of <stdio_ext.h>.Ulrich Drepper2001-02-082-0/+476
|
* Partly revert last patch.Andreas Jaeger2001-02-081-3/+0
|
* Add some entries for new locales.Andreas Jaeger2001-02-082-1/+24
| | | | | | | | | | | | | | | | | | | | 2001-02-08 Andreas Jaeger <aj@suse.de> * localedata/SUPPORTED: Add some entries for new locales. 2001-02-07 Andreas Jaeger <aj@suse.de> * locales/ar_IN: New. * locales/bn_IN: New. * locales/el_GR@euro: New. * locales/en_HK: New. * locales/en_IN: New. * locales/en_PH: New. * locales/en_SG: New. * locales/ms_MY: New. * locales/ta_IN: New. * locales/te_IN: New. * locales/zh_SG: New.
* Update.Ulrich Drepper2001-02-072-2/+6
| | | | | | * sysdeps/alpha/alphaev67/strncat.S: Align last write address. Patch by Richard Henderson <rth@redhat.com>. Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>.
* Update.Ulrich Drepper2001-02-073-0/+19
| | | | | | | | * stdlib/strfmon.c [USE_IN_LIBIO]: Define lock variable and store point in FILE structure before calling _IO_init. * stdlib/Makefile: Add -D_IO_MTSAFE_IO to CFLAGS for strfmon and strfmon_l if necessary. Reported by Jury Gerold <gjury@grips.com>.
* Update.Ulrich Drepper2001-02-074-26/+58
| | | | | | | | | | | | | | | | | 2001-02-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/gnu/netinet/tcp.h: Correct values of TCP_ macros. Patch by Pekka.Pietikainen@cern.ch. * posix/regex.c: Correct several problems with 64-bit architectures introduced in the MBS changes. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>. 2001-02-07 Jakub Jelinek <jakub@redhat.com> * math/tgmath.h: Only add l suffixes if __NO_LONG_DOUBLE_MATH is not defined. * sysdeps/alpha/fpu/bits/mathinline.h: Honour __NO_MATH_INLINES.
* Only add l suffixes if __NO_LONG_DOUBLE_MATH is not defined.Ulrich Drepper2001-02-071-10/+16
|
* Locale files from IBM.Andreas Jaeger2001-02-0711-0/+2233
|
* Update.Andreas Jaeger2001-02-071-0/+5
| | | | | | | 2001-02-07 Andreas Jaeger <aj@suse.de> * manual/install.texi (Tools for Compilation): Fix typo. Reported by Pavel Machek <pavel@bug.ucw.cz>.
* Fix typo.Andreas Jaeger2001-02-071-1/+1
|
* Update.Ulrich Drepper2001-02-073-1/+109
| | | | | | | | | | | | | | | | 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>.
* Never stop prematurely reading digits before the decimal point is found. ↵Ulrich Drepper2001-02-071-11/+19
| | | | 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.
* Update.Andreas Jaeger2001-02-071-0/+4
| | | | | | 2001-02-07 Andreas Jaeger <aj@suse.de> * posix/bug-regex1.c: Include <wchar.h> for fwide.
* Include <wchar.h> for fwide.Andreas Jaeger2001-02-071-0/+1
|
* Update.Ulrich Drepper2001-02-073-0/+170
| | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper2001-02-074-33/+122
| | | | | | | 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.
* (tests): Add bug-regex1.Ulrich Drepper2001-02-071-1/+2
|
* Update.Andreas Jaeger2001-02-061-0/+4
| | | | | | 2001-02-06 Andreas Jaeger <aj@suse.de> * time/time.h (CLK_TCK): Check for !__STRICT_ANSI.
* (CLK_TCK): Check for !__STRICT_ANSI.Andreas Jaeger2001-02-061-1/+1
|
* Update.Ulrich Drepper2001-02-063-144/+156
| | | | | | | 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.
* Extend LC_IDENTIFICATION entries a bit.Ulrich Drepper2001-02-062-6/+6
|
* Update.Andreas Jaeger2001-02-0614-17/+47
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* * sysdeps/pthread/pthread.h: Move __pthread_initialize from here Andreas Jaeger2001-02-063-4/+9
| | | | | | | | | | 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.
* * sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernelAndreas Schwab2001-02-062-3/+8
| | | | | | | headers. * timezone/Makefile: Don't assume that $(inst_zonedir) is a subdir of $(inst_datadir).
* Don't assume that $(inst_zonedir) is a subdir of $(inst_datadir).Andreas Schwab2001-02-061-3/+3
|
* Update.Ulrich Drepper2001-02-061-0/+4
| | | | | | 2001-02-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add dependency for bug-iconv2.out.
* Add dependency for bug-iconv2.out.Ulrich Drepper2001-02-061-0/+1
|
* Update.Andreas Jaeger2001-02-062-3/+16
| | | | | | | | | 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.
* Add prototype.Andreas Jaeger2001-02-061-0/+2
|
* Update.Ulrich Drepper2001-02-062-59/+190
| | | | | | | 2001-02-06 Ulrich Drepper <drepper@redhat.com> * locale/programs/locale.c: Implement --verbose option for -a which prints detailed information about the locales.
* Update.Ulrich Drepper2001-02-064-67/+137
| | | | | | | | 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>.
* Update.Ulrich Drepper2001-02-063-1/+495
| | | | | | | 2001-02-04 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Add transliterations for CJK units of measurement.
* Update.Ulrich Drepper2001-02-062-3/+6
| | | | | * elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf string. Include <inttypes.h> instead of <stdint.h>.
* Update.Ulrich Drepper2001-02-065-10/+100
| | | | | | | | | | | | | | * 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>
* Update.Ulrich Drepper2001-02-064-2/+126
| | | | | * elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf string. Include <inttypes.h> instead of <stdint.h>.
* Update.Ulrich Drepper2001-02-054-71/+121
| | | | | | | | | 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.
* Add check for bison.Ulrich Drepper2001-02-051-0/+2
|
* Update.Andreas Jaeger2001-02-052-0/+58
| | | | | | * io/test-lfs.c (do_test): Test lseek64 return value, call test_ftello. (test_ftello): New function to test ftello64 and fseeko64.
* Update.Andreas Jaeger2001-02-053-2/+5
| | | | | * signal/signal.h: Move __sigaction from here to... * include/signal.h: ...here.
* Update.Andreas Jaeger2001-02-053-3/+8
| | | | | | | 2001-02-05 Andreas Jaeger <aj@suse.de> * io/fcntl.h: Move __fcntl and __open to... * include/fcntl.h: ...here.