platform/upstream/glibc.git
23 years agoUpdate.
Ulrich Drepper [Thu, 15 Feb 2001 03:39:03 +0000 (03:39 +0000)]
Update.

2001-02-14  Wolfram Gloger  <wg@malloc.de>

* malloc/malloc.c (new_heap): When allocating large chunk aligned
to HEAP_MAX_SIZE, prefer one with lower address, to avoid `holes'
between the heaps.

23 years agoUpdate.
Ulrich Drepper [Thu, 15 Feb 2001 03:23:39 +0000 (03:23 +0000)]
Update.

* math/libm-test.inc (j0_test): Check whether sincos is available.
(j1_test): Likewise.
(jn_test): Likewise.
(y0_test): Likewise.
(y1_test): Likewise.
(yn_test): Likewise.

* posix/tst-gnuglob.c: Make a few entries DT_UNKNOWN and teach
fake filesystem routines to handle this.

23 years agoUpdate.
Ulrich Drepper [Wed, 14 Feb 2001 22:55:40 +0000 (22:55 +0000)]
Update.

* time/sys/time.h: Make settimeofday and adjtime available if
_BSD_SOURCE.

* time/sys/time.h: Make timer* macros available for BSD.

23 years agoUpdate.
Ulrich Drepper [Wed, 14 Feb 2001 22:35:52 +0000 (22:35 +0000)]
Update.

* iconvdata/gb18030.c: Update for Dec 2000 re-release of GB18030.
Patch by Yong Li <rigel863@yahoo.com>.

23 years agoUpdate.
Ulrich Drepper [Wed, 14 Feb 2001 19:01:03 +0000 (19:01 +0000)]
Update.

2001-02-14  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/glob.c (CONVERT_DIRENT_DIRENT64): Fix copying of
name.

* posix/Makefile (tests): Add tst-gnuglob.
* posix/tst-gnuglob.c: New file.

23 years agoUpdate.
Ulrich Drepper [Wed, 14 Feb 2001 05:31:12 +0000 (05:31 +0000)]
Update.

2001-02-13  H.J. Lu  <hjl@gnu.org>

* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __ftruncate64.

23 years agoUpdate.
Ulrich Drepper [Wed, 14 Feb 2001 01:37:36 +0000 (01:37 +0000)]
Update.

* locale/programs/ld-paper.c (paper_output): Pretty printing.

* sysdeps/generic/glob.c: Likewise.  Convert results of gl_readdir
* sysdeps/generic/utmp_file.c: Use LFS functions and types.

23 years agoUpdate.
Ulrich Drepper [Tue, 13 Feb 2001 23:38:34 +0000 (23:38 +0000)]
Update.

* iconvdata/gbbig5.c: New file.
Contributed by Yong Li <rigel863@yahoo.com>.

23 years agoUpdate.
Ulrich Drepper [Tue, 13 Feb 2001 23:36:45 +0000 (23:36 +0000)]
Update.

* iconvdata/Makefile (modules): Add GBBIG5.
(distribute): Add gbbig5.c.
* iconvdata/gbbig5.c: New file.
* iconvdata/gconv-modules: Add entries for GBBIG5 module.

2001-02-13  Philip Blundell  <pb@futuretv.com>

* manual/crypt.texi: Remove outdated references to crypt add-on.

* manual/creature.texi: Improve wording slightly.

2001-02-13  Ulrich Drepper  <drepper@redhat.com>

23 years agoUpdate.
Ulrich Drepper [Tue, 13 Feb 2001 22:17:17 +0000 (22:17 +0000)]
Update.

* io/ftw.c: Always use readdir64.
* io/ftw64.c: Likewise.
* sysdeps/unix/sysv/linux/ttyname.c: Likewise.
* sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
* sysdeps/generic/glob.c: Likewise.  Convert results if gl_readdir
callback to dirent.  Still allow compiling outside glibc.
* sysdeps/gnu/glob64.c: Define COMPILE_GLOB64.
* sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.

* malloc/mtrace.c: Use fopen64.
* posix/spawni.c: Use __open64.
* sysdeps/unix/opendir.c: Likewise.
* sysdeps/unix/sysv/linux/gethostid.c: Likewise.

* sysdeps/generic/ftruncate64.c: Define __ftruncate64 and make old
name a weak alias.
* sysdeps/unix/sysv/aix/ftruncate64.c: Likewise.
* sysdeps/unix/sysv/linux/ftruncate64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.

* resolv/res_data.c: Add cast to avoid warning.

* include/unistd.h: Declare __ftruncate64.

* sysdeps/generic/utmp_file.c: Use LFS functions and type.

23 years agoUpdate.
Ulrich Drepper [Tue, 13 Feb 2001 18:31:40 +0000 (18:31 +0000)]
Update.

2001-02-13  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use __lseek64
instead of __lseek.

* sysdeps/dbl-64/e_j1.c: Likewise.
* sysdeps/dbl-64/e_jn.c: Likewise.
* sysdeps/flt-32/e_j1f.c: Likewise.

23 years ago(__GETDENTS): Use __lseek64 instead of __lseek.
Ulrich Drepper [Tue, 13 Feb 2001 18:29:22 +0000 (18:29 +0000)]
(__GETDENTS): Use __lseek64 instead of __lseek.

23 years agoUpdate.
Andreas Jaeger [Tue, 13 Feb 2001 10:56:13 +0000 (10:56 +0000)]
Update.

2001-02-13  Andreas Jaeger  <aj@suse.de>

* login/getutent_r.c: Include <stdlib.h> for NULL.
* login/getutid_r.c: Likewise.

23 years agoInclude <stdlib.h> for NULL.
Andreas Jaeger [Tue, 13 Feb 2001 10:53:46 +0000 (10:53 +0000)]
Include <stdlib.h> for NULL.

23 years agoLittle optimization, use sincos.
Ulrich Drepper [Tue, 13 Feb 2001 01:23:48 +0000 (01:23 +0000)]
Little optimization, use sincos.

23 years agoUpdate.
Ulrich Drepper [Tue, 13 Feb 2001 01:15:12 +0000 (01:15 +0000)]
Update.

2001-02-12  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/dbl-64/e_j0.c: Little optimization, use sincos.
* sysdeps/flt-32/e_j0f.c: Likewise.
* sysdeps/ldbl-96/e_j0l.c: Likewise.

23 years agoUpdate.
Ulrich Drepper [Mon, 12 Feb 2001 20:21:47 +0000 (20:21 +0000)]
Update.

2000-12-02  H.J. Lu  <hjl@gnu.org>

* resolv/res_libc.c (res_init): Don't make it default.

23 years agoUpdate.
Ulrich Drepper [Mon, 12 Feb 2001 20:16:07 +0000 (20:16 +0000)]
Update.

2001-02-12  Ulrich Drepper  <drepper@redhat.com>

* manual/debug.texi: Improved the wording.
Patch by Philip Blundell <pb@futuretv.com>.

23 years agoImproved the wording.
Ulrich Drepper [Mon, 12 Feb 2001 20:15:14 +0000 (20:15 +0000)]
Improved the wording.

23 years agoWhitespace cleanup.
Andreas Jaeger [Mon, 12 Feb 2001 14:24:51 +0000 (14:24 +0000)]
Whitespace cleanup.

23 years agoUpdate.
Andreas Jaeger [Mon, 12 Feb 2001 14:23:41 +0000 (14:23 +0000)]
Update.

2001-02-12  Andreas Jaeger  <aj@suse.de>

* posix/Makefile (tests): Don't run bug-regex2 when
cross-compiling.

* libio/Makefile (tests): Don't run test-freopen when
cross-compiling.

* manual/stdio.texi (Streams and I18N): Fix typos.

23 years ago(Streams and I18N): Fix typos.
Andreas Jaeger [Mon, 12 Feb 2001 14:07:30 +0000 (14:07 +0000)]
(Streams and I18N): Fix typos.

23 years agoUpdate.
Ulrich Drepper [Mon, 12 Feb 2001 09:30:32 +0000 (09:30 +0000)]
Update.

* sysdeps/i386/fpu/libm-test-ulps: Adjust for errors in y0l.

* math/libm-test.inc (j0_test): Make expected results long double
constants.
(y0_test): Likewise.

23 years agoUpdate.
Ulrich Drepper [Mon, 12 Feb 2001 09:15:54 +0000 (09:15 +0000)]
Update.

2001-02-12  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/ieee754/ldbl-96/e_j0l.c: New file.
Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>.

2001-02-11  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/generic/strtoll.c (__strtoq_internal): Ressurect alias
which was exported from libc.
* sysdeps/generic/strtoull.c (__strtouq_internal): Likewise.

23 years agoDocument wide character stream functions.
Ulrich Drepper [Mon, 12 Feb 2001 08:22:23 +0000 (08:22 +0000)]
Document wide character stream functions.

23 years agoUpdate.
Andreas Jaeger [Mon, 12 Feb 2001 07:26:13 +0000 (07:26 +0000)]
Update.

2001-02-12  Andreas Jaeger  <aj@suse.de>

* manual/arith.texi (Parsing of Integers): Fix some wordings.

23 years ago(Parsing of Integers): Fix some wordings.
Andreas Jaeger [Mon, 12 Feb 2001 07:26:02 +0000 (07:26 +0000)]
(Parsing of Integers): Fix some wordings.

23 years ago(Getopt Long Options): Document getopt_long_only.
Ulrich Drepper [Sun, 11 Feb 2001 19:54:38 +0000 (19:54 +0000)]
(Getopt Long Options): Document getopt_long_only.

23 years agoFix typo.
Andreas Jaeger [Sun, 11 Feb 2001 19:53:15 +0000 (19:53 +0000)]
Fix typo.

23 years ago(Working Directory): Make getwd as deprecated in the header.
Ulrich Drepper [Sun, 11 Feb 2001 19:41:01 +0000 (19:41 +0000)]
(Working Directory): Make getwd as deprecated in the header.

23 years agoUpdate.
Ulrich Drepper [Sun, 11 Feb 2001 19:15:00 +0000 (19:15 +0000)]
Update.

* sysdeps/generic/getsysstat.c: Change return value of get_phys_pages
and get_avphys_page to long int.
* sysdeps/unix/sysv/linux/getsysstat.c: Likewise.
* include/sys/sysinfo.h: Likewise.
* sysdeps/generic/sys/sysinfo.h: Likewise.
* sysdeps/unix/sysv/linux/sys/sysinfo.h: Likewise.

23 years agoUpdate.
Ulrich Drepper [Sun, 11 Feb 2001 16:35:18 +0000 (16:35 +0000)]
Update.

2001-02-11  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Fail if we
cannot return as many values as the user asked for.

23 years ago(getloadavg): Fail if we cannot return as many values as the user asked for.
Ulrich Drepper [Sun, 11 Feb 2001 16:34:21 +0000 (16:34 +0000)]
(getloadavg): Fail if we cannot return as many values as the user asked for.

23 years agoUse run_program_prefix.
Andreas Jaeger [Sun, 11 Feb 2001 12:07:07 +0000 (12:07 +0000)]
Use run_program_prefix.

23 years agoUpdate.
Andreas Jaeger [Sun, 11 Feb 2001 12:06:22 +0000 (12:06 +0000)]
Update.

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.

23 years ago(Currency Symbol): Add INT_ constants and CODESET:
Ulrich Drepper [Sun, 11 Feb 2001 09:54:25 +0000 (09:54 +0000)]
(Currency Symbol): Add INT_ constants and CODESET:

23 years agoDocument wide character string functions.
Ulrich Drepper [Sun, 11 Feb 2001 01:50:24 +0000 (01:50 +0000)]
Document wide character string functions.

23 years ago* stdlib/Makefile (tests): Don't run tst-fmtmsg when
Andreas Jaeger [Sat, 10 Feb 2001 23:07:18 +0000 (23:07 +0000)]
* stdlib/Makefile (tests): Don't run tst-fmtmsg when

cross-compiling.
($(objpfx)tst-fmtmsg.out): Pass run-program-prefix.

23 years agoUpdate.
Andreas Jaeger [Sat, 10 Feb 2001 23:06:59 +0000 (23:06 +0000)]
Update.

* 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.

23 years agoUpdate.
Andreas Jaeger [Sat, 10 Feb 2001 22:51:28 +0000 (22:51 +0000)]
Update.

* posix/Makefile: Fix typo, it's build-static-nss.

23 years agoMakefile (extra-objs): New.
Andreas Jaeger [Sat, 10 Feb 2001 22:44:39 +0000 (22:44 +0000)]
Makefile (extra-objs): New.

2001-02-10  Andreas Jaeger  <aj@suse.de>

* Makefile (extra-objs): New.

23 years agoUpdate.
Andreas Jaeger [Sat, 10 Feb 2001 22:44:23 +0000 (22:44 +0000)]
Update.

2001-02-10  Andreas Jaeger  <aj@suse.de>

* iconv/Makefile (extra-objs): New.

23 years ago* sysdeps/unix/stime.c: Include <time.h>.
Mark Kettenis [Sat, 10 Feb 2001 19:33:44 +0000 (19:33 +0000)]
* sysdeps/unix/stime.c: Include <time.h>.

* sysdeps/unix/stime.c: Include <time.h>.

23 years ago(Basic Scheduling Functions): Fix typo.
Ulrich Drepper [Sat, 10 Feb 2001 18:40:03 +0000 (18:40 +0000)]
(Basic Scheduling Functions): Fix typo.

23 years ago* sysdeps/mach/hurd/setitimer.c: Include <time.h>.
Mark Kettenis [Sat, 10 Feb 2001 17:10:18 +0000 (17:10 +0000)]
* sysdeps/mach/hurd/setitimer.c: Include <time.h>.

2001-02-10  Mark Kettenis  <kettenis@gnu.org>

* sysdeps/mach/hurd/setitimer.c: Include <time.h>.

23 years agoUpdate.
Andreas Jaeger [Sat, 10 Feb 2001 17:07:48 +0000 (17:07 +0000)]
Update.

2001-02-10  Andreas Jaeger  <aj@suse.de>

* manual/string.texi (Search Functions): Fix typo.

23 years ago(Search Functions): Fix typo.
Andreas Jaeger [Sat, 10 Feb 2001 17:07:35 +0000 (17:07 +0000)]
(Search Functions): Fix typo.

23 years agoUpdate.
Ulrich Drepper [Sat, 10 Feb 2001 16:37:51 +0000 (16:37 +0000)]
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>

23 years agoUpdate.
Ulrich Drepper [Sat, 10 Feb 2001 15:43:47 +0000 (15:43 +0000)]
Update.

* sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (_HAVE_SA_LEN): Define.

2001-02-10  Mark Kettenis  <kettenis@gnu.org>

23 years ago(_HAVE_SA_LEN): Define.
Ulrich Drepper [Sat, 10 Feb 2001 15:39:15 +0000 (15:39 +0000)]
(_HAVE_SA_LEN): Define.

23 years agoImprove MIPS entry and regenerated FAQ.
Andreas Jaeger [Sat, 10 Feb 2001 13:14:58 +0000 (13:14 +0000)]
Improve MIPS entry and regenerated FAQ.

23 years ago* sysdeps/mach/gettimeofday.c: Include <stddef.h>.
Mark Kettenis [Sat, 10 Feb 2001 12:43:11 +0000 (12:43 +0000)]
* sysdeps/mach/gettimeofday.c: Include <stddef.h>.

2001-02-10  Mark Kettenis  <kettenis@gnu.org>

* sysdeps/mach/gettimeofday.c: Include <stddef.h>.

23 years agoUpdate.
Andreas Jaeger [Sat, 10 Feb 2001 11:34:47 +0000 (11:34 +0000)]
Update.

2001-02-10  Andreas Jaeger  <aj@suse.de>

* wctype/wcfuncs.c (func): Add prototype declarations to avoid
warning.

23 years ago(func): Add prototype declarations to avoid warning.
Andreas Jaeger [Sat, 10 Feb 2001 11:34:33 +0000 (11:34 +0000)]
(func): Add prototype declarations to avoid warning.

23 years agoUpdate.
Ulrich Drepper [Sat, 10 Feb 2001 07:33:38 +0000 (07:33 +0000)]
Update.

23 years agoupdate.
Ulrich Drepper [Sat, 10 Feb 2001 06:20:25 +0000 (06:20 +0000)]
update.

* posix/bug-regex2.c: New file.

23 years agoUpdate.
Ulrich Drepper [Sat, 10 Feb 2001 06:19:01 +0000 (06:19 +0000)]
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>

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 19:52:10 +0000 (19:52 +0000)]
Update.

* iconv/Makefile (distribute): Add iconv_charmap.c and
dummy-repertoire.c.
* elf/Makefile (distribute): Add firstobj.c.
* Makefile (distribute): Add include/pthread.h.

23 years ago(distribute): Add iconv_charmap.c and dummy-repertoire.c.
Ulrich Drepper [Fri, 9 Feb 2001 19:49:41 +0000 (19:49 +0000)]
(distribute): Add iconv_charmap.c and dummy-repertoire.c.

23 years agoRegenerate.
Andreas Jaeger [Fri, 9 Feb 2001 19:49:23 +0000 (19:49 +0000)]
Regenerate.

23 years ago(distribute): Add firstobj.c.
Ulrich Drepper [Fri, 9 Feb 2001 19:48:34 +0000 (19:48 +0000)]
(distribute): Add firstobj.c.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 19:03:35 +0000 (19:03 +0000)]
Update.

* version.h (VERSION): Bump to 2.2.2.

23 years ago(VERSION): Bump to 2.2.2.
Ulrich Drepper [Fri, 9 Feb 2001 19:02:58 +0000 (19:02 +0000)]
(VERSION): Bump to 2.2.2.

23 years ago* locales/en_IN: Add newline at end of file.
Andreas Jaeger [Fri, 9 Feb 2001 18:56:06 +0000 (18:56 +0000)]
* 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.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 18:35:24 +0000 (18:35 +0000)]
Update.

* configure.in: Require makeinfo version 4.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 17:57:28 +0000 (17:57 +0000)]
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..

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 17:13:50 +0000 (17:13 +0000)]
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.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 17:02:23 +0000 (17:02 +0000)]
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.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 06:46:20 +0000 (06:46 +0000)]
Update.

* Makerules (build-shlib): Work around different order of
processing of -B option in different gcc versions.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 05:37:25 +0000 (05:37 +0000)]
Update.

* posix/regex.c: Fix alignment problem.
Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.

Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.

23 years agoUpdate.
Ulrich Drepper [Fri, 9 Feb 2001 05:33:59 +0000 (05:33 +0000)]
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

23 years ago(Opening Streams): Move __freadable, __fwritable, __freading, and __fwriting document...
Ulrich Drepper [Thu, 8 Feb 2001 16:22:51 +0000 (16:22 +0000)]
(Opening Streams): Move __freadable, __fwritable, __freading, and __fwriting documentation here.

23 years agoUpdate.
Andreas Jaeger [Thu, 8 Feb 2001 09:28:59 +0000 (09:28 +0000)]
Update.

2001-02-08  Andreas Jaeger  <aj@suse.de>

* manual/stdio.texi (Closing Streams): Fix typos.

23 years agoAdd working locales.
Andreas Jaeger [Thu, 8 Feb 2001 09:07:48 +0000 (09:07 +0000)]
Add working locales.

23 years agoDocument thread-related stream functions and contents of <stdio_ext.h>.
Ulrich Drepper [Thu, 8 Feb 2001 08:23:46 +0000 (08:23 +0000)]
Document thread-related stream functions and contents of <stdio_ext.h>.

23 years agoPartly revert last patch.
Andreas Jaeger [Thu, 8 Feb 2001 07:47:25 +0000 (07:47 +0000)]
Partly revert last patch.

23 years agoAdd some entries for new locales.
Andreas Jaeger [Thu, 8 Feb 2001 07:31:56 +0000 (07:31 +0000)]
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.

23 years agoUpdate.
Ulrich Drepper [Wed, 7 Feb 2001 20:56:11 +0000 (20:56 +0000)]
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>.

23 years agoUpdate.
Ulrich Drepper [Wed, 7 Feb 2001 19:07:39 +0000 (19:07 +0000)]
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>.

23 years agoUpdate.
Ulrich Drepper [Wed, 7 Feb 2001 18:46:03 +0000 (18:46 +0000)]
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.

23 years agoOnly add l suffixes if __NO_LONG_DOUBLE_MATH is not defined.
Ulrich Drepper [Wed, 7 Feb 2001 18:20:15 +0000 (18:20 +0000)]
Only add l suffixes if __NO_LONG_DOUBLE_MATH is not defined.

23 years agoLocale files from IBM.
Andreas Jaeger [Wed, 7 Feb 2001 13:33:14 +0000 (13:33 +0000)]
Locale files from IBM.

23 years agoUpdate.
Andreas Jaeger [Wed, 7 Feb 2001 12:32:21 +0000 (12:32 +0000)]
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>.

23 years agoFix typo.
Andreas Jaeger [Wed, 7 Feb 2001 12:32:06 +0000 (12:32 +0000)]
Fix typo.

23 years agoUpdate.
Ulrich Drepper [Wed, 7 Feb 2001 08:31:01 +0000 (08:31 +0000)]
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>.

23 years agoNever stop prematurely reading digits before the decimal point is found. Compute...
Ulrich Drepper [Wed, 7 Feb 2001 08:28:15 +0000 (08:28 +0000)]
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.

23 years agoUpdate.
Andreas Jaeger [Wed, 7 Feb 2001 07:26:01 +0000 (07:26 +0000)]
Update.

2001-02-07  Andreas Jaeger  <aj@suse.de>

* posix/bug-regex1.c: Include <wchar.h> for fwide.

23 years agoInclude <wchar.h> for fwide.
Andreas Jaeger [Wed, 7 Feb 2001 07:25:37 +0000 (07:25 +0000)]
Include <wchar.h> for fwide.

23 years agoUpdate.
Ulrich Drepper [Wed, 7 Feb 2001 01:30:53 +0000 (01:30 +0000)]
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.

23 years agoUpdate.
Ulrich Drepper [Wed, 7 Feb 2001 01:28:35 +0000 (01:28 +0000)]
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.

23 years ago(tests): Add bug-regex1.
Ulrich Drepper [Wed, 7 Feb 2001 01:23:36 +0000 (01:23 +0000)]
(tests): Add bug-regex1.

23 years agoUpdate.
Andreas Jaeger [Tue, 6 Feb 2001 19:26:48 +0000 (19:26 +0000)]
Update.

2001-02-06  Andreas Jaeger  <aj@suse.de>

* time/time.h (CLK_TCK): Check for !__STRICT_ANSI.

23 years ago(CLK_TCK): Check for !__STRICT_ANSI.
Andreas Jaeger [Tue, 6 Feb 2001 19:25:27 +0000 (19:25 +0000)]
(CLK_TCK): Check for !__STRICT_ANSI.

23 years agoUpdate.
Ulrich Drepper [Tue, 6 Feb 2001 18:56:47 +0000 (18:56 +0000)]
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.

23 years agoExtend LC_IDENTIFICATION entries a bit.
Ulrich Drepper [Tue, 6 Feb 2001 18:35:07 +0000 (18:35 +0000)]
Extend LC_IDENTIFICATION entries a bit.

23 years agoUpdate.
Andreas Jaeger [Tue, 6 Feb 2001 18:27:57 +0000 (18:27 +0000)]
Update.

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.

23 years ago* sysdeps/pthread/pthread.h: Move __pthread_initialize from here
Andreas Jaeger [Tue, 6 Feb 2001 18:25:35 +0000 (18:25 +0000)]
* sysdeps/pthread/pthread.h: Move __pthread_initialize from here

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.

23 years ago* sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernel
Andreas Schwab [Tue, 6 Feb 2001 17:31:04 +0000 (17:31 +0000)]
* sysdeps/unix/sysv/linux/ia64/ioperm.c: Don't include kernel

headers.

* timezone/Makefile: Don't assume that $(inst_zonedir) is a subdir
of $(inst_datadir).

23 years agoDon't assume that $(inst_zonedir) is a subdir of $(inst_datadir).
Andreas Schwab [Tue, 6 Feb 2001 17:29:06 +0000 (17:29 +0000)]
Don't assume that $(inst_zonedir) is a subdir of $(inst_datadir).

23 years agoUpdate.
Ulrich Drepper [Tue, 6 Feb 2001 17:22:06 +0000 (17:22 +0000)]
Update.

2001-02-06  Ulrich Drepper  <drepper@redhat.com>

* iconvdata/Makefile: Add dependency for bug-iconv2.out.