Commit Graph

6603 Commits

Author SHA1 Message Date
Andreas Jaeger 227c0e2246 Update.
2001-02-10  Andreas Jaeger  <aj@suse.de>

	* manual/string.texi (Search Functions): Fix typo.
2001-02-10 17:07:48 +00:00
Andreas Jaeger 6be569a4a6 (Search Functions): Fix typo. 2001-02-10 17:07:35 +00:00
Ulrich Drepper 87b56f36cc Update.
* 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>
2001-02-10 16:37:51 +00:00
Ulrich Drepper 51410f1453 Update.
* sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (_HAVE_SA_LEN): Define.

2001-02-10  Mark Kettenis  <kettenis@gnu.org>
2001-02-10 15:43:47 +00:00
Ulrich Drepper 4b0e570a52 (_HAVE_SA_LEN): Define. 2001-02-10 15:39:15 +00:00
Andreas Jaeger 7e5fc672a2 Improve MIPS entry and regenerated FAQ. 2001-02-10 13:14:58 +00:00
Mark Kettenis 2fcc6286bc * sysdeps/mach/gettimeofday.c: Include <stddef.h>.
2001-02-10  Mark Kettenis  <kettenis@gnu.org>

	* sysdeps/mach/gettimeofday.c: Include <stddef.h>.
2001-02-10 12:43:11 +00:00
Andreas Jaeger 3a70594637 Update.
2001-02-10  Andreas Jaeger  <aj@suse.de>

	* wctype/wcfuncs.c (func): Add prototype declarations to avoid
	warning.
2001-02-10 11:34:47 +00:00
Andreas Jaeger 630aaf07fa (func): Add prototype declarations to avoid warning. 2001-02-10 11:34:33 +00:00
Ulrich Drepper 464d97ecc5 Update. 2001-02-10 07:33:38 +00:00
Ulrich Drepper 1068784c36 update.
* posix/bug-regex2.c: New file.
2001-02-10 06:20:25 +00:00
Ulrich Drepper 770d454df3 Update.
* 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>
2001-02-10 06:19:01 +00:00
Ulrich Drepper e8ef6f282b Update.
* iconv/Makefile (distribute): Add iconv_charmap.c and
	dummy-repertoire.c.
	* elf/Makefile (distribute): Add firstobj.c.
	* Makefile (distribute): Add include/pthread.h.
2001-02-09 19:52:10 +00:00
Ulrich Drepper 47599985fd (distribute): Add iconv_charmap.c and dummy-repertoire.c. 2001-02-09 19:49:41 +00:00
Andreas Jaeger ad8bdd9216 Regenerate. 2001-02-09 19:49:23 +00:00
Ulrich Drepper 421f0c9dce (distribute): Add firstobj.c. 2001-02-09 19:48:34 +00:00
Ulrich Drepper 4ec29cb0b2 Update.
* version.h (VERSION): Bump to 2.2.2.
2001-02-09 19:03:35 +00:00
Ulrich Drepper 9c0206c91f (VERSION): Bump to 2.2.2. 2001-02-09 19:02:58 +00:00
Andreas Jaeger ec76d7284c * locales/en_IN: Add newline at end of file.
* 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.
2001-02-09 18:56:06 +00:00
Ulrich Drepper 1468be215b Update.
* configure.in: Require makeinfo version 4.
2001-02-09 18:35:24 +00:00
Ulrich Drepper 257bdad021 Update.
2001-02-09  Ulrich Drepper  <drepper@redhat.com>

	* libio/tst_wscanf.c (main): Add cast to avoid warning.
	* libio/tst_swscanf.c (main): Likewise..
2001-02-09 17:57:28 +00:00
Ulrich Drepper 7c5bb945c2 Update.
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.
2001-02-09 17:13:50 +00:00
Ulrich Drepper f126ef6731 Update.
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.
2001-02-09 17:02:23 +00:00
Ulrich Drepper 90feeaa2eb Update.
* Makerules (build-shlib): Work around different order of
	processing of -B option in different gcc versions.
2001-02-09 06:46:20 +00:00
Ulrich Drepper 441f7d1eb2 Update.
* posix/regex.c: Fix alignment problem.
	Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.

	Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.
2001-02-09 05:37:25 +00:00
Ulrich Drepper 6b58cbc02d Update.
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
2001-02-09 05:33:59 +00:00
Ulrich Drepper f8b23b32ad (Opening Streams): Move __freadable, __fwritable, __freading, and __fwriting documentation here. 2001-02-08 16:22:51 +00:00
Andreas Jaeger f6af7428db Update.
2001-02-08  Andreas Jaeger  <aj@suse.de>

	* manual/stdio.texi (Closing Streams): Fix typos.
2001-02-08 09:28:59 +00:00
Andreas Jaeger b317de5464 Add working locales. 2001-02-08 09:07:48 +00:00
Ulrich Drepper 7b4161bb50 Document thread-related stream functions and contents of <stdio_ext.h>. 2001-02-08 08:23:46 +00:00
Andreas Jaeger af1d26ca92 Partly revert last patch. 2001-02-08 07:47:25 +00:00
Andreas Jaeger dfcb962a8e Add some entries for new locales.
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.
2001-02-08 07:31:56 +00:00
Ulrich Drepper d97dfe5fac Update.
* 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>.
2001-02-07 20:56:11 +00:00
Ulrich Drepper 917e27b827 Update.
* 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>.
2001-02-07 19:07:39 +00:00
Ulrich Drepper 054d2bf7cc Update.
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.
2001-02-07 18:46:03 +00:00
Ulrich Drepper 0d3fee4089 Only add l suffixes if __NO_LONG_DOUBLE_MATH is not defined. 2001-02-07 18:20:15 +00:00
Andreas Jaeger 5d96a5f689 Locale files from IBM. 2001-02-07 13:33:14 +00:00
Andreas Jaeger 867aee062b Update.
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-07 12:32:21 +00:00
Andreas Jaeger b86684340d Fix typo. 2001-02-07 12:32:06 +00:00
Ulrich Drepper 5bfcc4d182 Update.
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-07 08:31:01 +00:00
Ulrich Drepper 55ae3aa64f 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. 2001-02-07 08:28:15 +00:00
Andreas Jaeger 18e532f18e Update.
2001-02-07  Andreas Jaeger  <aj@suse.de>

	* posix/bug-regex1.c: Include <wchar.h> for fwide.
2001-02-07 07:26:01 +00:00
Andreas Jaeger 0e37b504cb Include <wchar.h> for fwide. 2001-02-07 07:25:37 +00:00
Ulrich Drepper d7fce7e0a0 Update.
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-07 01:30:53 +00:00
Ulrich Drepper 672fd41bbc Update.
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 01:28:35 +00:00
Ulrich Drepper 5c0111e9aa (tests): Add bug-regex1. 2001-02-07 01:23:36 +00:00
Andreas Jaeger cba7a8888e Update.
2001-02-06  Andreas Jaeger  <aj@suse.de>

	* time/time.h (CLK_TCK): Check for !__STRICT_ANSI.
2001-02-06 19:26:48 +00:00
Andreas Jaeger fdec54a7f8 (CLK_TCK): Check for !__STRICT_ANSI. 2001-02-06 19:25:27 +00:00
Ulrich Drepper fdc6c28a80 Update.
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-06 18:56:47 +00:00
Ulrich Drepper 75387c9a18 Extend LC_IDENTIFICATION entries a bit. 2001-02-06 18:35:07 +00:00