about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* (getloadavg): Fail if we cannot return as many values as the user asked for.Ulrich Drepper2001-02-111-2/+5
|
* Use run_program_prefix.Andreas Jaeger2001-02-113-7/+8
|
* Update.Andreas Jaeger2001-02-111-0/+9
| | | | | | | | | | | 2001-02-11 Andreas Jaeger <aj@suse.de> * manual/resource.texi (Memory Resources): Fix typo. * libio/Makefile ($(objpfx)test-freopen.out): Pass run-program-prefix. * libio/test-freopen.sh: Use run_program_prefix.
* (Currency Symbol): Add INT_ constants and CODESET:Ulrich Drepper2001-02-119-112/+453
|
* Document wide character string functions.Ulrich Drepper2001-02-111-111/+794
|
* * stdlib/Makefile (tests): Don't run tst-fmtmsg when Andreas Jaeger2001-02-102-6/+10
| | | | | cross-compiling. ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix.
* Update.Andreas Jaeger2001-02-103-1/+12
| | | | | | | | | | | * stdlib/Makefile (tests): Don't run tst-fmtmsg when cross-compiling. ($(objpfx)tst-fmtmsg.out): Pass run-program-prefix. * stdlib/tst-fmtmsg.sh (test): Use run_program_prefix for static only builds. * elf/Makefile (tests): Only run tst-pathopt with shared libs.
* Update.Andreas Jaeger2001-02-101-0/+2
| | | | * posix/Makefile: Fix typo, it's build-static-nss.
* Makefile (extra-objs): New.Andreas Jaeger2001-02-103-0/+6
| | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * Makefile (extra-objs): New.
* Update.Andreas Jaeger2001-02-101-0/+4
| | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * iconv/Makefile (extra-objs): New.
* * sysdeps/unix/stime.c: Include <time.h>.Mark Kettenis2001-02-102-0/+3
| | | | * sysdeps/unix/stime.c: Include <time.h>.
* (Basic Scheduling Functions): Fix typo.Ulrich Drepper2001-02-101-1/+1
|
* * sysdeps/mach/hurd/setitimer.c: Include <time.h>.Mark Kettenis2001-02-102-1/+6
| | | | | | 2001-02-10 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/setitimer.c: Include <time.h>.
* Update.Andreas Jaeger2001-02-101-0/+4
| | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * manual/string.texi (Search Functions): Fix typo.
* (Search Functions): Fix typo.Andreas Jaeger2001-02-101-1/+1
|
* Update.Ulrich Drepper2001-02-105-23/+63
| | | | | | | | | | * sysdeps/unix/bsd/times.c: Reorder includes and add <time.h>. (timeval_to_clock_t): Add clk_tck argument and use that instead of CLK_TCK. (__times): Use __getclktck to get the number of clock ticks per second and use its return value instead of CLK_TCK. 2001-02-10 Mark Kettenis <kettenis@gnu.org>
* Update.Ulrich Drepper2001-02-101-0/+4
| | | | | | * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (_HAVE_SA_LEN): Define. 2001-02-10 Mark Kettenis <kettenis@gnu.org>
* (_HAVE_SA_LEN): Define.Ulrich Drepper2001-02-101-0/+2
|
* Improve MIPS entry and regenerated FAQ.Andreas Jaeger2001-02-102-2/+10
|
* * sysdeps/mach/gettimeofday.c: Include <stddef.h>.Mark Kettenis2001-02-102-1/+6
| | | | | | 2001-02-10 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/gettimeofday.c: Include <stddef.h>.
* Update.Andreas Jaeger2001-02-101-0/+5
| | | | | | | 2001-02-10 Andreas Jaeger <aj@suse.de> * wctype/wcfuncs.c (func): Add prototype declarations to avoid warning.
* (func): Add prototype declarations to avoid warning.Andreas Jaeger2001-02-101-7/+8
|
* Update.Ulrich Drepper2001-02-101-2/+22
|
* update.Ulrich Drepper2001-02-101-0/+1
| | | | * posix/bug-regex2.c: New file.
* Update.Ulrich Drepper2001-02-104-34/+102
| | | | | | | | | | | | | | * posix/Makefile: Add rules to build and run bug-regex2. 2001-02-10 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (convert_mbs_to_wcs): Change is_binary to char *. (regex_compile): Likewise. (FREE_VARIABLES): Don't free is_binary1 and is_binary2. (re_match_2_internal): Use just is_binary instead of two variables. Use REGEX_TALLOC to allocate it and FREE_VAR to free on failure. 2001-02-09 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2001-02-092-1/+6
| | | | | | | * iconv/Makefile (distribute): Add iconv_charmap.c and dummy-repertoire.c. * elf/Makefile (distribute): Add firstobj.c. * Makefile (distribute): Add include/pthread.h.
* (distribute): Add iconv_charmap.c and dummy-repertoire.c.Ulrich Drepper2001-02-091-1/+2
|
* Regenerate.Andreas Jaeger2001-02-091-25/+23
|
* (distribute): Add firstobj.c.Ulrich Drepper2001-02-092-2/+2
|
* Update.Ulrich Drepper2001-02-091-0/+2
| | | | * version.h (VERSION): Bump to 2.2.2.
* (VERSION): Bump to 2.2.2.Ulrich Drepper2001-02-091-1/+1
|
* * locales/en_IN: Add newline at end of file.Andreas Jaeger2001-02-093-1/+9
| | | | | | | | | * SUPPORTED: Add more entries. 2001-02-09 Andreas Jaeger <aj@suse.de> * locales/en_IN: Add newline at end of file. * SUPPORTED: Add more entries.
* 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
|