]>
git.ipfire.org Git - thirdparty/glibc.git/log
Andreas Jaeger [Tue, 19 Mar 2002 09:46:43 +0000 (09:46 +0000)]
Update.
Ulrich Drepper [Mon, 18 Mar 2002 22:17:16 +0000 (22:17 +0000)]
(elf_machine_load_address): Fix if .dynamic comes before .got.
Andreas Jaeger [Mon, 18 Mar 2002 18:38:55 +0000 (18:38 +0000)]
Merge.
Andreas Jaeger [Mon, 18 Mar 2002 18:38:15 +0000 (18:38 +0000)]
Undo last patch.
Andreas Jaeger [Mon, 18 Mar 2002 18:35:22 +0000 (18:35 +0000)]
Merge from mainline:
* test-fmon.data: Adjust test data for Euro locales.
Andreas Jaeger [Mon, 18 Mar 2002 18:31:16 +0000 (18:31 +0000)]
Merge fix from mainline: Pass correct type.
Andreas Jaeger [Sun, 17 Mar 2002 12:07:17 +0000 (12:07 +0000)]
Update.
Andreas Jaeger [Sun, 17 Mar 2002 12:06:59 +0000 (12:06 +0000)]
* sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
* sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
* sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
bits.
* sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
(CAUSE_SHIFT): New.
Ulrich Drepper [Sun, 17 Mar 2002 03:03:52 +0000 (03:03 +0000)]
Update from translation team.
Ulrich Drepper [Sat, 16 Mar 2002 04:04:29 +0000 (04:04 +0000)]
Update.
Ulrich Drepper [Sat, 16 Mar 2002 04:02:03 +0000 (04:02 +0000)]
(_IO_new_fdopen): Call _IO_setb to deallocate buffers if _IO_file_attach failed.
Ulrich Drepper [Sat, 16 Mar 2002 04:01:02 +0000 (04:01 +0000)]
(_IO_file_open): Close file descriptor if _IO_SEEKOFF call failed.
Roland McGrath [Thu, 14 Mar 2002 23:36:33 +0000 (23:36 +0000)]
.
Roland McGrath [Thu, 14 Mar 2002 23:36:06 +0000 (23:36 +0000)]
2002-03-14 Roland McGrath <roland@frob.com>
* Makeconfig (%.v.i, %.v): New implicit rules.
(preprocess-versions): Variable removed.
($(common-objpfx)shlib-versions.v.i): New target giving just the
shlib-versions input files as dependencies.
($(common-objpfx)soversions.i): Depend on that instead of the input
files. Use it as input instead of using a pipeline.
(postclean-generated): Append soversions.i, shlib-versions.v, and
shlib-versions.v.i here.
* Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
the Versions.def input files as dependencies.
($(common-objpfx)Versions.v.i): Likewise for Versions files.
($(common-objpfx)Versions.all): Depend on that instead of the input
files. Use it as input instead of using a pipeline.
($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
(postclean-generated): Append those .v and .v.i files here.
Roland McGrath [Thu, 14 Mar 2002 23:36:03 +0000 (23:36 +0000)]
2002-03-14 Roland McGrath <roland@frob.com>
* Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
* Makeconfig (%.v.i, %.v): New implicit rules.
(preprocess-versions): Variable removed.
($(common-objpfx)shlib-versions.v.i): New target giving just the
shlib-versions input files as dependencies.
($(common-objpfx)soversions.i): Depend on that instead of the input
files. Use it as input instead of using a pipeline.
(postclean-generated): Append soversions.i, shlib-versions.v, and
shlib-versions.v.i here.
* Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
the Versions.def input files as dependencies.
($(common-objpfx)Versions.v.i): Likewise for Versions files.
($(common-objpfx)Versions.all): Depend on that instead of the input
files. Use it as input instead of using a pipeline.
($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
(postclean-generated): Append those .v and .v.i files here.
Ulrich Drepper [Thu, 14 Mar 2002 01:00:00 +0000 (01:00 +0000)]
Update.
Ulrich Drepper [Thu, 14 Mar 2002 00:58:35 +0000 (00:58 +0000)]
Adjust for last change in tst-printf.c.
Ulrich Drepper [Wed, 13 Mar 2002 23:18:07 +0000 (23:18 +0000)]
Update.
Ulrich Drepper [Wed, 13 Mar 2002 23:17:24 +0000 (23:17 +0000)]
(process_arg): Fix decimal format with 'h' flag and positional arg.
Ulrich Drepper [Wed, 13 Mar 2002 23:16:54 +0000 (23:16 +0000)]
(rfg3): New function to test positional arguments.
(main): Fix some warnings.
Ulrich Drepper [Tue, 12 Mar 2002 08:41:45 +0000 (08:41 +0000)]
Update.
Ulrich Drepper [Tue, 12 Mar 2002 08:41:15 +0000 (08:41 +0000)]
(tzbases): Move systemv from here...
(tzlinks): to here, since the entries in systemv were all changed
from Zone to Link lines in tz-2001a.
Ulrich Drepper [Tue, 12 Mar 2002 07:51:27 +0000 (07:51 +0000)]
Update.
Ulrich Drepper [Tue, 12 Mar 2002 07:50:22 +0000 (07:50 +0000)]
(compute_change): Don't return any value.
(tz_compute): Likewise. Don't handle southern hemisphere here.
(__tz_convert): But here.
tz_compute): Move __daylight, __tzname and __tzname_cur_max setting...
(tzset_internal): ...here.
Ulrich Drepper [Tue, 12 Mar 2002 07:23:00 +0000 (07:23 +0000)]
Fix various mistakes and add some more information.
Ulrich Drepper [Tue, 12 Mar 2002 00:37:56 +0000 (00:37 +0000)]
Update.
Ulrich Drepper [Tue, 12 Mar 2002 00:37:25 +0000 (00:37 +0000)]
(SPARC64_DYNAMIC_BEFORE_GOT): Add.
Ulrich Drepper [Tue, 12 Mar 2002 00:37:05 +0000 (00:37 +0000)]
Regenerated configure file for SPARC64.
Ulrich Drepper [Tue, 12 Mar 2002 00:36:29 +0000 (00:36 +0000)]
Configure fragment for SPARC64.
Ulrich Drepper [Mon, 11 Mar 2002 22:18:05 +0000 (22:18 +0000)]
Update.
Ulrich Drepper [Mon, 11 Mar 2002 21:56:57 +0000 (21:56 +0000)]
Update from translation team.
Ulrich Drepper [Mon, 11 Mar 2002 21:47:27 +0000 (21:47 +0000)]
Update.
Ulrich Drepper [Mon, 11 Mar 2002 21:30:02 +0000 (21:30 +0000)]
(__printf_fp): Correct check for %F format when determining type of format.
Roland McGrath [Mon, 11 Mar 2002 21:27:32 +0000 (21:27 +0000)]
.
Roland McGrath [Mon, 11 Mar 2002 21:27:12 +0000 (21:27 +0000)]
2002-03-11 Roland McGrath <roland@frob.com>
* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
2002-02-23 Roland McGrath <roland@frob.com>
* hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
declaration.
(__hurd_errno_location): Function removed.
Roland McGrath [Mon, 11 Mar 2002 21:27:01 +0000 (21:27 +0000)]
2002-03-11 Roland McGrath <roland@frob.com>
* Versions.def (libc): Add GLIBC_2.2.6.
* hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
* sysdeps/mach/hurd/errnos.awk: In generated macro, use
__errno_location instead of __hurd_errno_location, and don't inline it.
* sysdeps/mach/hurd/bits/errno.h: Regenerated.
* hurd/errno.c: New file.
* hurd/Makefile (routines): Add errno.
Roland McGrath [Mon, 11 Mar 2002 21:26:46 +0000 (21:26 +0000)]
2002-03-11 Roland McGrath <roland@frob.com>
* Versions.def (libc): Add GLIBC_2.2.6.
* hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
* sysdeps/mach/hurd/errnos.awk: In generated macro, use
__errno_location instead of __hurd_errno_location, and don't inline it.
* sysdeps/mach/hurd/bits/errno.h: Regenerated.
* hurd/errno.c: New file.
* hurd/Makefile (routines): Add errno.
2002-01-01 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
Ulrich Drepper [Mon, 11 Mar 2002 21:22:31 +0000 (21:22 +0000)]
(ftime): Don't return 1000 in millitm.
Roland McGrath [Sat, 9 Mar 2002 21:43:31 +0000 (21:43 +0000)]
.
Roland McGrath [Sat, 9 Mar 2002 21:43:06 +0000 (21:43 +0000)]
2002-03-09 Roland McGrath <roland@frob.com>
* hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
Reported by Jon Arney <jarney1@cox.net>.
Roland McGrath [Sat, 9 Mar 2002 21:43:03 +0000 (21:43 +0000)]
2002-02-06 Roland McGrath <roland@frob.com>
* sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
* sysdeps/generic/netinet/ip.h: ... here, replacing old file.
Andreas Jaeger [Wed, 6 Mar 2002 10:11:15 +0000 (10:11 +0000)]
Update.
Andreas Jaeger [Wed, 6 Mar 2002 10:11:02 +0000 (10:11 +0000)]
Merge from mainline.
Ulrich Drepper [Tue, 5 Mar 2002 19:54:55 +0000 (19:54 +0000)]
Update.
Andreas Jaeger [Mon, 4 Mar 2002 13:47:22 +0000 (13:47 +0000)]
.
Andreas Jaeger [Mon, 4 Mar 2002 13:47:00 +0000 (13:47 +0000)]
Merge from mainline.
Andreas Jaeger [Sat, 2 Mar 2002 13:16:07 +0000 (13:16 +0000)]
Update.
Andreas Jaeger [Sat, 2 Mar 2002 13:15:50 +0000 (13:15 +0000)]
Added initialization of GP (to _gp) if compiled non-PIC.
Ulrich Drepper [Sat, 2 Mar 2002 10:34:54 +0000 (10:34 +0000)]
Update.
Ulrich Drepper [Sat, 2 Mar 2002 10:33:58 +0000 (10:33 +0000)]
(_dl_important_hwcaps): Fix creation of .str elements in the returned
data structure.
Ulrich Drepper [Sat, 2 Mar 2002 00:51:00 +0000 (00:51 +0000)]
Update.
Ulrich Drepper [Sat, 2 Mar 2002 00:50:05 +0000 (00:50 +0000)]
Fix one more leftover from the GL thing.
Ulrich Drepper [Sat, 2 Mar 2002 00:46:57 +0000 (00:46 +0000)]
Nice implementation for Linux.
Andreas Jaeger [Fri, 1 Mar 2002 10:55:06 +0000 (10:55 +0000)]
Update.
Andreas Jaeger [Fri, 1 Mar 2002 10:54:48 +0000 (10:54 +0000)]
* elf/dl-load.c (_dl_map_object_from_fd): Remove GL that went in
via mainline.
Ulrich Drepper [Thu, 28 Feb 2002 22:23:12 +0000 (22:23 +0000)]
Update.
Ulrich Drepper [Thu, 28 Feb 2002 22:22:42 +0000 (22:22 +0000)]
(tst_strfmon_loc): Adjust test data for Euro locales.
Ulrich Drepper [Thu, 28 Feb 2002 20:14:17 +0000 (20:14 +0000)]
Update.
Ulrich Drepper [Thu, 28 Feb 2002 20:12:50 +0000 (20:12 +0000)]
(login): Always initialize ut_line field.
Ulrich Drepper [Thu, 28 Feb 2002 19:39:45 +0000 (19:39 +0000)]
Update.
Ulrich Drepper [Thu, 28 Feb 2002 19:39:19 +0000 (19:39 +0000)]
(sysdep_routines): Add divdi3 in csu dir.
(shared-only-routines): Likewise.
Ulrich Drepper [Thu, 28 Feb 2002 19:38:59 +0000 (19:38 +0000)]
__divdi3 function also found in libgcc.
Ulrich Drepper [Thu, 28 Feb 2002 09:30:29 +0000 (09:30 +0000)]
Update.
Ulrich Drepper [Thu, 28 Feb 2002 09:29:58 +0000 (09:29 +0000)]
Remove obsolete currencies for countries with Euro.
Ulrich Drepper [Thu, 28 Feb 2002 09:27:01 +0000 (09:27 +0000)]
Eliminate old national currencies of countries participating in Euro.
Spell out EUR as currency_name.
Ulrich Drepper [Thu, 28 Feb 2002 08:53:36 +0000 (08:53 +0000)]
Update.
Ulrich Drepper [Thu, 28 Feb 2002 08:52:31 +0000 (08:52 +0000)]
Breton language locale for France with Euro.
Ulrich Drepper [Thu, 28 Feb 2002 06:42:52 +0000 (06:42 +0000)]
Update.
Ulrich Drepper [Thu, 28 Feb 2002 06:41:11 +0000 (06:41 +0000)]
(_dl_map_object_from_fd): Always add SONAME to l_libname if profiling is
enabled.
Ulrich Drepper [Wed, 27 Feb 2002 18:10:07 +0000 (18:10 +0000)]
Update.
Ulrich Drepper [Wed, 27 Feb 2002 18:09:31 +0000 (18:09 +0000)]
(elf_machine_load_address, RTLD_START): Work around an Alpha gas bug.
Ulrich Drepper [Wed, 27 Feb 2002 18:06:50 +0000 (18:06 +0000)]
(__open_catalog): Fix typo in code which uses read to load the catalog.
Ulrich Drepper [Tue, 26 Feb 2002 18:16:56 +0000 (18:16 +0000)]
Update.
Ulrich Drepper [Tue, 26 Feb 2002 18:16:15 +0000 (18:16 +0000)]
(do_test): Adjust for now fixed wscanf implementation.
Ulrich Drepper [Tue, 26 Feb 2002 18:15:42 +0000 (18:15 +0000)]
(_IO_vfwscanf): Always use ungetc, never ungetwc. It's a macro.
Ulrich Drepper [Sat, 23 Feb 2002 19:36:52 +0000 (19:36 +0000)]
Update.
Ulrich Drepper [Sat, 23 Feb 2002 19:36:13 +0000 (19:36 +0000)]
(SUPPORTED-LOCALES): Add wa_BE and wa_BE@euro.
Ulrich Drepper [Sat, 23 Feb 2002 19:35:17 +0000 (19:35 +0000)]
Adjust a comment.
Ulrich Drepper [Sat, 23 Feb 2002 19:34:56 +0000 (19:34 +0000)]
Corrections of date and time formats.
Ulrich Drepper [Sat, 23 Feb 2002 19:34:36 +0000 (19:34 +0000)]
Walloon language locale for Belgium with euro.
Ulrich Drepper [Sat, 23 Feb 2002 19:33:43 +0000 (19:33 +0000)]
Walloon language locale for Belgium.
Ulrich Drepper [Sat, 23 Feb 2002 19:26:37 +0000 (19:26 +0000)]
Add language codes for Walloon.
Ulrich Drepper [Sat, 23 Feb 2002 19:04:03 +0000 (19:04 +0000)]
Update.
Ulrich Drepper [Sat, 23 Feb 2002 19:03:09 +0000 (19:03 +0000)]
Correct date information.
Ulrich Drepper [Tue, 19 Feb 2002 07:16:47 +0000 (07:16 +0000)]
Update.
Ulrich Drepper [Tue, 19 Feb 2002 07:15:58 +0000 (07:15 +0000)]
(sigwait): Check for old sighandler being SIG_ERR, not NULL.
Ulrich Drepper [Thu, 14 Feb 2002 09:13:02 +0000 (09:13 +0000)]
Update.
Ulrich Drepper [Thu, 14 Feb 2002 09:05:27 +0000 (09:05 +0000)]
(rtime): Change type of thetime to uint32_t.
Ulrich Drepper [Thu, 14 Feb 2002 00:58:00 +0000 (00:58 +0000)]
Update.
Ulrich Drepper [Thu, 14 Feb 2002 00:56:55 +0000 (00:56 +0000)]
Correct month entries for June and July.
Ulrich Drepper [Thu, 14 Feb 2002 00:54:43 +0000 (00:54 +0000)]
Update from translation team.
Ulrich Drepper [Thu, 14 Feb 2002 00:26:58 +0000 (00:26 +0000)]
(collate_finish): Bail out with a message if input is too confusion
instead of using assert.
(collate_read): Don't crash on unknown symbol.
Ulrich Drepper [Wed, 13 Feb 2002 22:55:28 +0000 (22:55 +0000)]
Honor TMPDIR.
Ulrich Drepper [Wed, 13 Feb 2002 22:54:50 +0000 (22:54 +0000)]
Update.
Ulrich Drepper [Wed, 13 Feb 2002 22:51:31 +0000 (22:51 +0000)]
Update int_curr_symbol.
Ulrich Drepper [Wed, 13 Feb 2002 22:45:35 +0000 (22:45 +0000)]
Update from latest official version.
Ulrich Drepper [Wed, 13 Feb 2002 22:19:25 +0000 (22:19 +0000)]
(BROKEN_LINGUAS): Works with current gettext.
Ulrich Drepper [Wed, 13 Feb 2002 22:19:03 +0000 (22:19 +0000)]
Update copyright.
Ulrich Drepper [Wed, 13 Feb 2002 22:13:37 +0000 (22:13 +0000)]
Fix typo.
Ulrich Drepper [Wed, 13 Feb 2002 08:47:24 +0000 (08:47 +0000)]
Update.