]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
20 years ago * posix/getconf.c (main): Skip over initial underscore in cvs/fedora-glibc-2_3_3-90
Jakub Jelinek [Fri, 10 Dec 2004 08:57:56 +0000 (08:57 +0000)] 
* posix/getconf.c (main): Skip over initial underscore in
$libexecdir/getconf/default symlink target.

20 years agoUpdated to fedora-glibc-20041210T0634
Jakub Jelinek [Fri, 10 Dec 2004 06:50:32 +0000 (06:50 +0000)] 
Updated to fedora-glibc-20041210T0634

20 years agoadd __NR_waitid defines for alpha and ia64
Jakub Jelinek [Wed, 8 Dec 2004 21:07:44 +0000 (21:07 +0000)] 
add __NR_waitid defines for alpha and ia64

20 years ago * elf/ldd.bash.in: For -u, set bind_now=yes. cvs/fedora-glibc-2_3_3-89
Jakub Jelinek [Wed, 8 Dec 2004 10:57:20 +0000 (10:57 +0000)] 
* elf/ldd.bash.in: For -u, set bind_now=yes.
If eval $add_env '"$file"' exits with exitcode 5, retry with
eval $add_env \${RTLD} '"$file"'.
Remove | cat usage, it breaks exit code propagation.
* elf/rtld.c (process_envvars): If __libc_enable_secure and
mode != normal, exit with exitcode 5.

20 years agoUpdated to fedora-glibc-20041208T1024
Jakub Jelinek [Wed, 8 Dec 2004 10:52:16 +0000 (10:52 +0000)] 
Updated to fedora-glibc-20041208T1024

20 years ago2.3.3-88 cvs/fedora-glibc-2_3_3-88
Jakub Jelinek [Tue, 7 Dec 2004 16:20:56 +0000 (16:20 +0000)] 
2.3.3-88

20 years ago * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
Jakub Jelinek [Tue, 7 Dec 2004 14:20:59 +0000 (14:20 +0000)] 
* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
NPTL where the PID is stored at userlevel and needs to be reset when
CLONE_THREAD is not used.
nptl/
* sysdeps/ia64/tcb-offsets.sym (TID): Add.
* sysdeps/unix/sysv/linux/ia64/clone2.S: New file.

* Makefile (tests): Add tst-getpid2.c.
* tst-getpid1.c (TEST_CLONE_FLAGS): Define.
(do_test): Use it.  Use __clone2 instead of clone on ia64.
* tst-getpid2.c: New test.

20 years agoUpdated to fedora-glibc-20041207T1331
Jakub Jelinek [Tue, 7 Dec 2004 14:01:11 +0000 (14:01 +0000)] 
Updated to fedora-glibc-20041207T1331

20 years ago2.3.3-87 cvs/fedora-glibc-2_3_3-87
Jakub Jelinek [Fri, 3 Dec 2004 11:32:58 +0000 (11:32 +0000)] 
2.3.3-87

20 years ago * posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
Jakub Jelinek [Fri, 3 Dec 2004 11:20:54 +0000 (11:20 +0000)] 
* posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
conditionals instead of defined _POSIX_CPUTIME.
(main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
option is available.
* posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
conditionals instead of defined _POSIX_CPUTIME.
(do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
option is available.
* sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp.
_POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding
_SC_ argument.
nptl/
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
_POSIX_THREAD_CPUTIME): Define to 0.
* sysdeps/pthread/timer_create.c (timer_create): Remove unused code
handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
* sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
(init_module): Remove their initialization.
(thread_cleanup): Remove their cleanup assertions.
* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
linuxthreads/
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
_POSIX_THREAD_CPUTIME): Define to 0.
* sysdeps/pthread/timer_create.c (timer_create): Remove unused code
handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
* sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
(init_module): Remove their initialization.
(thread_cleanup): Remove their cleanup assertions.
* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.

20 years ago * libio/Makefile (tests): Add bug-ungetc4.
Jakub Jelinek [Fri, 3 Dec 2004 11:14:41 +0000 (11:14 +0000)] 
* libio/Makefile (tests): Add bug-ungetc4.
* libio/bug-ungetc4.c: New test.

20 years agoUpdated to fedora-glibc-20041203T0935
Jakub Jelinek [Fri, 3 Dec 2004 10:17:07 +0000 (10:17 +0000)] 
Updated to fedora-glibc-20041203T0935

20 years ago2.3.3-86 cvs/fedora-glibc-2_3_3-86
Jakub Jelinek [Tue, 30 Nov 2004 07:01:14 +0000 (07:01 +0000)] 
2.3.3-86

20 years agoUpdated to fedora-glibc-20041130T0624
Jakub Jelinek [Tue, 30 Nov 2004 06:33:11 +0000 (06:33 +0000)] 
Updated to fedora-glibc-20041130T0624

20 years agoUpdated to fedora-glibc-20041126T1318 cvs/fedora-glibc-2_3_3-85
Jakub Jelinek [Fri, 26 Nov 2004 13:48:49 +0000 (13:48 +0000)] 
Updated to fedora-glibc-20041126T1318

20 years agoUpdated to fedora-glibc-20041124T0741 cvs/fedora-glibc-2_3_3-84
Jakub Jelinek [Wed, 24 Nov 2004 08:05:15 +0000 (08:05 +0000)] 
Updated to fedora-glibc-20041124T0741

20 years ago2.3.3-83 cvs/fedora-glibc-2_3_3-83
Jakub Jelinek [Sun, 21 Nov 2004 11:42:23 +0000 (11:42 +0000)] 
2.3.3-83

20 years ago2004-11-20 Jakub Jelinek <jakub@redhat.com>
Jakub Jelinek [Sun, 21 Nov 2004 11:42:09 +0000 (11:42 +0000)] 
2004-11-20  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/ieee754/k_standard.c: Document code 50.
(__kernel_standard) <case 50>: Avoid raising div-by-zero
exception again.

2004-11-19  H.J. Lu  <hongjiu.lu@intel.com>

[BZ #552]
* math/libm-test.inc (tgamma_test): Update tgamma (0) and
tgamma (-0).

* sysdeps/generic/w_tgamma.c (__tgamma): Properly handle
|x| == 0.
* sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise.
* sysdeps/generic/w_tgammal.c (__tgammal): Likewise.
* sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
* sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.

* sysdeps/ieee754/k_standard.c (__kernel_standard): Handle
tgamma (0) and tgamma (-0).

20 years agoUpdated to fedora-glibc-20041121T1116
Jakub Jelinek [Sun, 21 Nov 2004 11:37:07 +0000 (11:37 +0000)] 
Updated to fedora-glibc-20041121T1116

20 years ago * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE. cvs/fedora-glibc-2_3_3-82
Jakub Jelinek [Sat, 20 Nov 2004 09:58:35 +0000 (09:58 +0000)] 
* pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.
* pthread_cancel.c (pthread_create): Likewise.

20 years agoUpdated to fedora-glibc-20041120T0949
Jakub Jelinek [Sat, 20 Nov 2004 09:56:34 +0000 (09:56 +0000)] 
Updated to fedora-glibc-20041120T0949

20 years ago2.3.3-81 cvs/fedora-glibc-2_3_3-81
Jakub Jelinek [Fri, 19 Nov 2004 06:39:35 +0000 (06:39 +0000)] 
2.3.3-81

20 years agochunksize(x) => x->size
Jakub Jelinek [Fri, 19 Nov 2004 06:38:37 +0000 (06:38 +0000)] 
chunksize(x) => x->size

20 years ago2.3.3-80 cvs/fedora-glibc-2_3_3-80
Jakub Jelinek [Fri, 19 Nov 2004 00:25:07 +0000 (00:25 +0000)] 
2.3.3-80

20 years agoAnother version of the free checks.
Jakub Jelinek [Fri, 19 Nov 2004 00:20:40 +0000 (00:20 +0000)] 
Another version of the free checks.

20 years agoUpdated to fedora-glibc-20041119T0003
Jakub Jelinek [Fri, 19 Nov 2004 00:18:13 +0000 (00:18 +0000)] 
Updated to fedora-glibc-20041119T0003

20 years ago2.3.3-79 cvs/fedora-glibc-2_3_3-79
Jakub Jelinek [Tue, 16 Nov 2004 09:37:16 +0000 (09:37 +0000)] 
2.3.3-79

20 years agoUpdated to fedora-glibc-20041116T0856
Jakub Jelinek [Tue, 16 Nov 2004 09:11:27 +0000 (09:11 +0000)] 
Updated to fedora-glibc-20041116T0856

20 years agoMINSIZE => 2 * SIZE_SZ
Jakub Jelinek [Tue, 16 Nov 2004 08:55:38 +0000 (08:55 +0000)] 
MINSIZE => 2 * SIZE_SZ

20 years agoRestore change unintentionally killed during merge.
Jakub Jelinek [Mon, 15 Nov 2004 13:15:02 +0000 (13:15 +0000)] 
Restore change unintentionally killed during merge.

20 years ago2.3.3-78 cvs/fedora-glibc-2_3_3-78
Jakub Jelinek [Mon, 15 Nov 2004 09:55:50 +0000 (09:55 +0000)] 
2.3.3-78

20 years ago * malloc/malloc.c (_int_free): Further free () protection checks.
Jakub Jelinek [Mon, 15 Nov 2004 09:49:06 +0000 (09:49 +0000)] 
* malloc/malloc.c (_int_free): Further free () protection checks.

20 years agoUpdated to fedora-glibc-20041115T0915
Jakub Jelinek [Mon, 15 Nov 2004 09:47:23 +0000 (09:47 +0000)] 
Updated to fedora-glibc-20041115T0915

20 years ago * sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h. cvs/fedora-glibc-2_3_3-77
Jakub Jelinek [Fri, 12 Nov 2004 21:17:32 +0000 (21:17 +0000)] 
* sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h.
* sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.

20 years ago * debug/chk_fail.c: Include errno.h and string.h.
Jakub Jelinek [Fri, 12 Nov 2004 16:57:17 +0000 (16:57 +0000)] 
* debug/chk_fail.c: Include errno.h and string.h.
(__chk_fail): Write a short message to stderr.
* debug/tst-chk1.c: Include fcntl.h.
(do_test): Redirect stderr to /dev/null.
* debug/test-strcpy_chk.c: Include fcntl.h.
(test_main): Redirect stderr to /dev/null.
(do_one_test, do_random_tests): Use printf instead of
error.

20 years agoUpdated to fedora-glibc-20041112T1640
Jakub Jelinek [Fri, 12 Nov 2004 16:56:15 +0000 (16:56 +0000)] 
Updated to fedora-glibc-20041112T1640

20 years ago2.3.3-76 cvs/fedora-glibc-2_3_3-76
Jakub Jelinek [Wed, 10 Nov 2004 09:38:27 +0000 (09:38 +0000)] 
2.3.3-76

20 years agoUpdated to fedora-glibc-20041110T0839
Jakub Jelinek [Wed, 10 Nov 2004 09:02:52 +0000 (09:02 +0000)] 
Updated to fedora-glibc-20041110T0839

20 years agoInclude errno.h. cvs/fedora-glibc-2_3_3-75
Jakub Jelinek [Tue, 2 Nov 2004 17:07:42 +0000 (17:07 +0000)] 
Include errno.h.

20 years ago2.3.3-75
Jakub Jelinek [Tue, 2 Nov 2004 13:36:24 +0000 (13:36 +0000)] 
2.3.3-75

20 years ago * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red Hat
Jakub Jelinek [Tue, 2 Nov 2004 13:30:19 +0000 (13:30 +0000)] 
* include/features.h (__USE_FORTIFY_LEVEL): Also set for Red Hat
GCC 3.4.x-RH >= 3.4.2-8.
* libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For
GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of
__{,v}{,f}printf_chk.
* debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not
being able to recognize subobjects.

20 years ago * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]
Jakub Jelinek [Tue, 2 Nov 2004 13:20:52 +0000 (13:20 +0000)] 
* sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32]
(elf_fpxregset_t): New type.
(struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type
to unsigned short int.
* sysdeps/unix/sysv/linux/x86_64/sys/user.h
(struct user_fpregs_struct): Fix comment.
* sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If
__FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double.
* sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h.
(float_t, double_t): If -m32 and not -mfpmath=sse, typedef to
long double.
* sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h.
(fenv_t): Remove __mxcsr field for -m32.

20 years agoUpdated to fedora-glibc-20041102T1153
Jakub Jelinek [Tue, 2 Nov 2004 12:26:42 +0000 (12:26 +0000)] 
Updated to fedora-glibc-20041102T1153

20 years ago2.3.3-74 cvs/fedora-glibc-2_3_3-74
Jakub Jelinek [Wed, 27 Oct 2004 21:39:59 +0000 (21:39 +0000)] 
2.3.3-74

20 years ago2.3.3-74
Jakub Jelinek [Wed, 27 Oct 2004 21:29:04 +0000 (21:29 +0000)] 
2.3.3-74

20 years agoBack out errlist changes for now too. cvs/fedora-glibc-2_3_3-73
Jakub Jelinek [Thu, 21 Oct 2004 11:46:43 +0000 (11:46 +0000)] 
Back out errlist changes for now too.

20 years agoTemporarily remove setaltroot and key*
Jakub Jelinek [Thu, 21 Oct 2004 10:53:52 +0000 (10:53 +0000)] 
Temporarily remove setaltroot and key*

20 years agoUpdated to fedora-glibc-20041021T0701 cvs/fedora-glibc-2_3_3-72
Jakub Jelinek [Thu, 21 Oct 2004 07:16:46 +0000 (07:16 +0000)] 
Updated to fedora-glibc-20041021T0701

20 years ago(update): Fix botch of *-sync-* vars to be updated.
Roland McGrath [Thu, 21 Oct 2004 07:03:01 +0000 (07:03 +0000)] 
(update): Fix botch of *-sync-* vars to be updated.

20 years ago2.3.3-71 cvs/fedora-glibc-2_3_3-71
Jakub Jelinek [Wed, 20 Oct 2004 13:02:29 +0000 (13:02 +0000)] 
2.3.3-71

20 years agoUpdate.
Jakub Jelinek [Wed, 20 Oct 2004 11:28:44 +0000 (11:28 +0000)] 
Update.

20 years agoUpdated to fedora-glibc-20041020T1016
Jakub Jelinek [Wed, 20 Oct 2004 11:04:51 +0000 (11:04 +0000)] 
Updated to fedora-glibc-20041020T1016

20 years agoUpdated to fedora-glibc-20041018T0940
Jakub Jelinek [Wed, 20 Oct 2004 10:47:20 +0000 (10:47 +0000)] 
Updated to fedora-glibc-20041018T0940

20 years agoUpdated to fedora-glibc-20041018T0940 cvs/fedora-glibc-2_3_3-70
Jakub Jelinek [Mon, 18 Oct 2004 23:30:23 +0000 (23:30 +0000)] 
Updated to fedora-glibc-20041018T0940

20 years agoFirst steps toward 2.3.3-70
Jakub Jelinek [Mon, 18 Oct 2004 22:58:11 +0000 (22:58 +0000)] 
First steps toward 2.3.3-70

20 years ago * include/features.h (__USE_FORTIFY_LEVEL): Enable even with
Jakub Jelinek [Mon, 18 Oct 2004 22:56:48 +0000 (22:56 +0000)] 
* include/features.h (__USE_FORTIFY_LEVEL): Enable even with
Red Hat gcc4 4.0.0 and above.

20 years ago * malloc/arena.c (ptmalloc_init): Don't use brk if dlopened cvs/fedora-glibc-2_3_3-69
Jakub Jelinek [Mon, 18 Oct 2004 11:56:08 +0000 (11:56 +0000)] 
* malloc/arena.c (ptmalloc_init): Don't use brk if dlopened
from statically linked program and avoid calling _dl_addr in that
case.

20 years agoFix a typo, add force-tag
Jakub Jelinek [Mon, 18 Oct 2004 10:26:29 +0000 (10:26 +0000)] 
Fix a typo, add force-tag

20 years ago * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking
Jakub Jelinek [Mon, 18 Oct 2004 10:00:48 +0000 (10:00 +0000)] 
* sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking
destlen only every 4 bytes.

20 years agoUpdated to fedora-glibc-20041018T0940
Jakub Jelinek [Mon, 18 Oct 2004 09:58:59 +0000 (09:58 +0000)] 
Updated to fedora-glibc-20041018T0940

20 years agoAdd to fedora-branch as well.
Jakub Jelinek [Fri, 15 Oct 2004 16:40:49 +0000 (16:40 +0000)] 
Add to fedora-branch as well.

20 years agoAdd dist-import, dist-build targets.
Roland McGrath [Fri, 15 Oct 2004 01:52:07 +0000 (01:52 +0000)] 
Add dist-import, dist-build targets.

20 years ago2.3.3-68 cvs/fedora-glibc-2_3_3-68
Jakub Jelinek [Thu, 14 Oct 2004 12:33:58 +0000 (12:33 +0000)] 
2.3.3-68

20 years ago2.3.3-68
Jakub Jelinek [Thu, 14 Oct 2004 09:57:42 +0000 (09:57 +0000)] 
2.3.3-68

20 years agoUpdated to fedora-glibc-20041014T0548
Jakub Jelinek [Thu, 14 Oct 2004 05:57:55 +0000 (05:57 +0000)] 
Updated to fedora-glibc-20041014T0548

20 years agoUpdated to fedora-glibc-20041012T1128 cvs/fedora-glibc-2_3_3-67
Jakub Jelinek [Tue, 12 Oct 2004 12:00:26 +0000 (12:00 +0000)] 
Updated to fedora-glibc-20041012T1128

20 years ago2.3.3-66 cvs/fedora-glibc-2_3_3-66
Jakub Jelinek [Wed, 6 Oct 2004 09:29:02 +0000 (09:29 +0000)] 
2.3.3-66

20 years ago * sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h instead
Jakub Jelinek [Wed, 6 Oct 2004 09:25:03 +0000 (09:25 +0000)] 
* sysdeps/unix/sysv/linux/jmp-unwind.c: Include pthreadP.h instead
of pthread-functions.h and pthreaddef.h.
* sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.

20 years ago * sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h.
Jakub Jelinek [Wed, 6 Oct 2004 09:22:13 +0000 (09:22 +0000)] 
* sysdeps/s390/jmpbuf-unwind.h: Include bits/wordsize.h.
(JMPBUF_CFA_UNWINDS_ADJ): Subtract 96 resp. 160 bytes from
CFA.

20 years agoUpdated to fedora-glibc-20041006T0900
Jakub Jelinek [Wed, 6 Oct 2004 09:09:35 +0000 (09:09 +0000)] 
Updated to fedora-glibc-20041006T0900

20 years agoReplace use of perl with sed -ie in the spec file, set TIMEOUTFACTOR.
Jakub Jelinek [Wed, 6 Oct 2004 06:48:06 +0000 (06:48 +0000)] 
Replace use of perl with sed -ie in the spec file, set TIMEOUTFACTOR.

20 years ago2.3.3-65 cvs/fedora-glibc-2_3_3-65
Jakub Jelinek [Tue, 5 Oct 2004 15:43:27 +0000 (15:43 +0000)] 
2.3.3-65

20 years agoFix atomic.h warnings on i386 in nscd.
Jakub Jelinek [Tue, 5 Oct 2004 12:09:44 +0000 (12:09 +0000)] 
Fix atomic.h warnings on i386 in nscd.
Fix last grouplist patch.

20 years agoFix s390{,x} build. grouplist fixes from Ulrich.
Jakub Jelinek [Tue, 5 Oct 2004 11:23:19 +0000 (11:23 +0000)] 
Fix s390{,x} build.  grouplist fixes from Ulrich.

20 years agoUpdated to fedora-glibc-20041005T0745
Jakub Jelinek [Tue, 5 Oct 2004 08:25:34 +0000 (08:25 +0000)] 
Updated to fedora-glibc-20041005T0745

20 years agoUpdated to fedora-glibc-20041004T0747 cvs/fedora-glibc-2_3_3-64
Jakub Jelinek [Mon, 4 Oct 2004 08:56:18 +0000 (08:56 +0000)] 
Updated to fedora-glibc-20041004T0747

20 years agoUpdated to fedora-glibc-20041001T2134 cvs/fedora-glibc-2_3_3-63
Jakub Jelinek [Fri, 1 Oct 2004 21:37:29 +0000 (21:37 +0000)] 
Updated to fedora-glibc-20041001T2134

20 years agoUpdated to fedora-glibc-20041001T1134 cvs/fedora-glibc-2_3_3-62
Jakub Jelinek [Fri, 1 Oct 2004 11:43:19 +0000 (11:43 +0000)] 
Updated to fedora-glibc-20041001T1134

20 years agoUpdated to fedora-glibc-20040930T0838 cvs/fedora-glibc-2_3_3-61
Jakub Jelinek [Thu, 30 Sep 2004 09:05:55 +0000 (09:05 +0000)] 
Updated to fedora-glibc-20040930T0838

20 years ago * time/tzfile.c (tzfile_mtime): New variable. cvs/fedora-glibc-2_3_3-60
Jakub Jelinek [Wed, 29 Sep 2004 10:00:28 +0000 (10:00 +0000)] 
* time/tzfile.c (tzfile_mtime): New variable.
(__tzfile_read): Reread the file if mtime is different.

20 years ago * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.
Jakub Jelinek [Wed, 29 Sep 2004 09:01:05 +0000 (09:01 +0000)] 
* sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.
* sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise.
* sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise.

20 years agoUpdated to fedora-glibc-20040929T0821
Jakub Jelinek [Wed, 29 Sep 2004 08:48:32 +0000 (08:48 +0000)] 
Updated to fedora-glibc-20040929T0821

20 years agoUpdated to fedora-glibc-20040927T0611 cvs/fedora-glibc-2_3_3-59
Jakub Jelinek [Mon, 27 Sep 2004 06:18:18 +0000 (06:18 +0000)] 
Updated to fedora-glibc-20040927T0611

20 years ago2.3.3-58 cvs/fedora-glibc-2_3_3-58
Jakub Jelinek [Sun, 26 Sep 2004 08:45:22 +0000 (08:45 +0000)] 
2.3.3-58

20 years agoUpdated to fedora-glibc-20040926T0823
Jakub Jelinek [Sun, 26 Sep 2004 08:39:30 +0000 (08:39 +0000)] 
Updated to fedora-glibc-20040926T0823

20 years ago2.3.3-57 cvs/fedora-glibc-2_3_3-57
Jakub Jelinek [Sun, 26 Sep 2004 04:48:48 +0000 (04:48 +0000)] 
2.3.3-57

20 years agolinuxthreads fix from Roland.
Jakub Jelinek [Sat, 25 Sep 2004 11:28:41 +0000 (11:28 +0000)] 
linuxthreads fix from Roland.

20 years agoPrepare for 2.3.3-57
Jakub Jelinek [Sat, 25 Sep 2004 08:04:28 +0000 (08:04 +0000)] 
Prepare for 2.3.3-57

20 years agoUpdated to fedora-glibc-20040925T0738
Jakub Jelinek [Sat, 25 Sep 2004 07:55:46 +0000 (07:55 +0000)] 
Updated to fedora-glibc-20040925T0738

20 years agoRemove "make -C sed check"
Roland McGrath [Thu, 23 Sep 2004 09:51:26 +0000 (09:51 +0000)] 
Remove "make -C sed check"

20 years agoRemove glibc-execstack-disable.patch patch, use glibc-nptl-check.patch
Jakub Jelinek [Thu, 23 Sep 2004 05:56:12 +0000 (05:56 +0000)] 
Remove glibc-execstack-disable.patch patch, use glibc-nptl-check.patch
even on current fedora (GCC 3.4.*).

20 years ago2.3.3-56 for scratch test build cvs/fedora-glibc-2_3_3-56
Roland McGrath [Thu, 23 Sep 2004 02:04:57 +0000 (02:04 +0000)] 
2.3.3-56 for scratch test build

20 years agoUpdated to fedora-glibc-20040923T0148
Roland McGrath [Thu, 23 Sep 2004 02:00:27 +0000 (02:00 +0000)] 
Updated to fedora-glibc-20040923T0148

20 years agoTweak archive deps.
Roland McGrath [Thu, 23 Sep 2004 01:47:57 +0000 (01:47 +0000)] 
Tweak archive deps.

20 years agoAdd default target. cvs/fedora-glibc-2_3_3-55
Roland McGrath [Thu, 23 Sep 2004 01:28:43 +0000 (01:28 +0000)] 
Add default target.

20 years agoChanges and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to fedora...
Roland McGrath [Thu, 23 Sep 2004 01:17:12 +0000 (01:17 +0000)] 
Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to fedora-branch

20 years agoYet more update tweaks.
Roland McGrath [Thu, 23 Sep 2004 01:03:59 +0000 (01:03 +0000)] 
Yet more update tweaks.

20 years ago(tar-name): Fix botch in last change.
Roland McGrath [Thu, 23 Sep 2004 01:00:04 +0000 (01:00 +0000)] 
(tar-name): Fix botch in last change.

20 years agoMore update tweaks.
Roland McGrath [Thu, 23 Sep 2004 00:59:04 +0000 (00:59 +0000)] 
More update tweaks.

20 years agoSome tweaks for update
Roland McGrath [Wed, 22 Sep 2004 22:41:09 +0000 (22:41 +0000)] 
Some tweaks for update