]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
19 years ago * malloc.c (struct malloc_chunk): Fix comment typo.
Jakub Jelinek [Mon, 12 Sep 2005 09:39:03 +0000 (09:39 +0000)] 
* malloc.c (struct malloc_chunk): Fix comment typo.
(public_cALLOc): For mmapped chunks and perturb_byte != 0,
don't clear SIZE_SZ bytes more than should be cleared.

19 years agoUpdated to fedora-glibc-20050912T0656
Jakub Jelinek [Mon, 12 Sep 2005 07:10:59 +0000 (07:10 +0000)] 
Updated to fedora-glibc-20050912T0656

19 years ago2.3.90-11 cvs/fedora-glibc-2_3_90-11
Jakub Jelinek [Mon, 29 Aug 2005 19:35:33 +0000 (19:35 +0000)] 
2.3.90-11

19 years ago * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP,
Jakub Jelinek [Mon, 29 Aug 2005 19:34:43 +0000 (19:34 +0000)] 
* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (FUTEX_WAKE_OP,
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(lll_futex_wake_unlock): Define.
* sysdeps/unix/sysv/linux/alpha/lowlevellock.h (FUTEX_WAKE_OP,
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(lll_futex_wake_unlock): Define.
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (FUTEX_WAKE_OP,
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(lll_futex_wake_unlock): Define.
* sysdeps/unix/sysv/linux/s390/lowlevellock.h (FUTEX_WAKE_OP,
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(lll_futex_wake_unlock): Define.
* sysdeps/unix/sysv/linux/sparc/lowlevellock.h (FUTEX_WAKE_OP,
FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(lll_futex_wake_unlock): Define.
* sysdeps/pthread/pthread_cond_signal.c (__pthread_cond_signal): Use
lll_futex_wake_unlock.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
(FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(__pthread_cond_signal): Use FUTEX_WAKE_OP.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
(FUTEX_WAKE_OP, FUTEX_OP_CLEAR_WAKE_IF_GT_ONE): Define.
(__pthread_cond_signal): Use FUTEX_WAKE_OP.

19 years agoUpdated to fedora-glibc-20050829T1854
Jakub Jelinek [Mon, 29 Aug 2005 19:21:17 +0000 (19:21 +0000)] 
Updated to fedora-glibc-20050829T1854

19 years ago2.3.90-10 cvs/fedora-glibc-2_3_90-10
Jakub Jelinek [Wed, 24 Aug 2005 07:31:11 +0000 (07:31 +0000)] 
2.3.90-10

19 years agoUpdated to fedora-glibc-20050824T0705
Jakub Jelinek [Wed, 24 Aug 2005 07:23:32 +0000 (07:23 +0000)] 
Updated to fedora-glibc-20050824T0705

19 years ago2.3.90-9 cvs/fedora-glibc-2_3_90-9
Jakub Jelinek [Mon, 22 Aug 2005 07:51:54 +0000 (07:51 +0000)] 
2.3.90-9

19 years agoUpdated to fedora-glibc-20050822T0727
Jakub Jelinek [Mon, 22 Aug 2005 07:34:59 +0000 (07:34 +0000)] 
Updated to fedora-glibc-20050822T0727

20 years ago2.3.90-8 cvs/fedora-glibc-2_3_90-8
Jakub Jelinek [Mon, 8 Aug 2005 21:43:28 +0000 (21:43 +0000)] 
2.3.90-8

20 years agoUpdated to fedora-glibc-20050808T2126
Jakub Jelinek [Mon, 8 Aug 2005 21:34:25 +0000 (21:34 +0000)] 
Updated to fedora-glibc-20050808T2126

20 years ago * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
Jakub Jelinek [Mon, 8 Aug 2005 21:24:28 +0000 (21:24 +0000)] 
* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
Shift marked &errno down on big-endian instead of up.
* elf/tst-stackguard1.c (do_test): Fix a typo.
nptl/
* tst-stackguard1.c (do_test): Likewise.

20 years ago2.3.90-7 cvs/fedora-glibc-2_3_90-7
Jakub Jelinek [Fri, 29 Jul 2005 17:08:23 +0000 (17:08 +0000)] 
2.3.90-7

20 years ago * sysdeps/unix/sysv/dl-osinfo.h: Include errno.h, hp-timing.h,
Jakub Jelinek [Fri, 29 Jul 2005 16:56:26 +0000 (16:56 +0000)] 
* sysdeps/unix/sysv/dl-osinfo.h: Include errno.h, hp-timing.h,
endian.h.
(_dl_setup_stack_chk_guard): Even without
--enable-stackguard-randomization attempt to do some guard
randomization using hp-timing (if available) and kernel stack and
mmap randomization.
* elf/tst-stackguard1.c (do_test): Don't fail if the poor man's
randomization doesn't work well enough.
nptl/
* tst-stackguard1.c (do_test): Don't fail if the poor man's
randomization doesn't work well enough.

20 years agoUpdated to fedora-glibc-20050729T1531
Jakub Jelinek [Fri, 29 Jul 2005 15:59:52 +0000 (15:59 +0000)] 
Updated to fedora-glibc-20050729T1531

20 years ago2.3.90-6 cvs/fedora-glibc-2_3_90-6
Jakub Jelinek [Mon, 25 Jul 2005 06:41:13 +0000 (06:41 +0000)] 
2.3.90-6

20 years agoUpdated to fedora-glibc-20050725T0627
Jakub Jelinek [Mon, 25 Jul 2005 06:37:56 +0000 (06:37 +0000)] 
Updated to fedora-glibc-20050725T0627

20 years ago2.3.90-5 cvs/fedora-glibc-2_3_90-5
Jakub Jelinek [Fri, 22 Jul 2005 08:59:23 +0000 (08:59 +0000)] 
2.3.90-5

20 years ago * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
Jakub Jelinek [Fri, 22 Jul 2005 08:58:07 +0000 (08:58 +0000)] 
* wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
__gnuc_va_list rather than _G_va_list.

20 years agoMini merge from HEAD.
Jakub Jelinek [Fri, 22 Jul 2005 08:57:19 +0000 (08:57 +0000)] 
Mini merge from HEAD.

20 years ago2.3.90-4 cvs/fedora-glibc-2_3_90-4
Jakub Jelinek [Fri, 22 Jul 2005 06:05:43 +0000 (06:05 +0000)] 
2.3.90-4

20 years agoUpdated to fedora-glibc-20050722T0433
Roland McGrath [Fri, 22 Jul 2005 05:26:10 +0000 (05:26 +0000)] 
Updated to fedora-glibc-20050722T0433

20 years ago2.3.90-3 cvs/fedora-glibc-2_3_90-3
Jakub Jelinek [Thu, 21 Jul 2005 09:36:31 +0000 (09:36 +0000)] 
2.3.90-3

20 years ago * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
Jakub Jelinek [Thu, 21 Jul 2005 09:33:53 +0000 (09:33 +0000)] 
* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
* debug/tst-chk1.c (do_test): Add test for swprintf with format
being the last argument.

20 years agoUpdated to fedora-glibc-20050721T0814
Jakub Jelinek [Thu, 21 Jul 2005 08:25:57 +0000 (08:25 +0000)] 
Updated to fedora-glibc-20050721T0814

20 years ago2.3.90-2 cvs/fedora-glibc-2_3_90-2
Jakub Jelinek [Fri, 8 Jul 2005 12:23:38 +0000 (12:23 +0000)] 
2.3.90-2

20 years ago2.3.90-2
Jakub Jelinek [Fri, 8 Jul 2005 10:26:36 +0000 (10:26 +0000)] 
2.3.90-2

20 years ago2.3.90-2
Jakub Jelinek [Fri, 8 Jul 2005 09:37:26 +0000 (09:37 +0000)] 
2.3.90-2

20 years agoAlso remove.
Jakub Jelinek [Fri, 8 Jul 2005 09:12:25 +0000 (09:12 +0000)] 
Also remove.

20 years agoUpdated to fedora-glibc-20050708T0811
Jakub Jelinek [Fri, 8 Jul 2005 09:10:42 +0000 (09:10 +0000)] 
Updated to fedora-glibc-20050708T0811

20 years ago2.3.90-1 cvs/fedora-glibc-2_3_90-1
Jakub Jelinek [Mon, 27 Jun 2005 13:24:44 +0000 (13:24 +0000)] 
2.3.90-1

20 years agoUpdated to fedora-glibc-20050627T0850
Jakub Jelinek [Mon, 27 Jun 2005 09:15:54 +0000 (09:15 +0000)] 
Updated to fedora-glibc-20050627T0850

20 years ago2.3.5-11 cvs/fedora-glibc-2_3_5-11
Jakub Jelinek [Mon, 20 Jun 2005 16:26:29 +0000 (16:26 +0000)] 
2.3.5-11

20 years agoUpdated to fedora-glibc-20050620T1530
Jakub Jelinek [Mon, 20 Jun 2005 15:59:03 +0000 (15:59 +0000)] 
Updated to fedora-glibc-20050620T1530

20 years ago2.3.5-10 cvs/fedora-glibc-2_3_5-10
Jakub Jelinek [Mon, 30 May 2005 09:48:38 +0000 (09:48 +0000)] 
2.3.5-10

20 years ago * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
Jakub Jelinek [Mon, 30 May 2005 09:42:34 +0000 (09:42 +0000)] 
* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
GLRO(dl_osversion) has been already set to a value smaller than
_dl_discover_osversion (), don't overwrite it here.

20 years ago * man/Makefile (SOURCES): Remove all man pages but
Jakub Jelinek [Mon, 30 May 2005 09:15:07 +0000 (09:15 +0000)] 
* man/Makefile (SOURCES): Remove all man pages but
pthread_cleanup_push.man, pthread_kill_other_threads_np.man
and pthread_mutexattr_setkind_np.man.
* man/pthread_cleanup_push.man: Replace (3) with (3p) where man page
was not kept.
* man/pthread_kill_other_threads_np.man: Likewise.
* man/pthread_mutexattr_setkind_np.man: Likewise.

20 years ago2.3.5-9 cvs/fedora-glibc-2_3_5-9
Jakub Jelinek [Tue, 24 May 2005 16:34:46 +0000 (16:34 +0000)] 
2.3.5-9

20 years agoUpdated to fedora-glibc-20050524T1606
Jakub Jelinek [Tue, 24 May 2005 16:31:35 +0000 (16:31 +0000)] 
Updated to fedora-glibc-20050524T1606

20 years ago2.3.5-8 cvs/fedora-glibc-2_3_5-8
Jakub Jelinek [Mon, 23 May 2005 17:57:41 +0000 (17:57 +0000)] 
2.3.5-8

20 years ago2005-05-23 Ulrich Drepper <drepper@redhat.com>
Jakub Jelinek [Mon, 23 May 2005 17:53:19 +0000 (17:53 +0000)] 
2005-05-23  Ulrich Drepper  <drepper@redhat.com>

* sunrpc/pm_getport.c (__get_socket): New function.
(pmap_getport): Use it to open a non-reserved socket to the portmapper
for TCP.
* include/rpc/pmap_clnt.h (__get_socket): Declare.
* sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
non-reserved socket for the portmapper.
Based on a patch by Steve Dickson <steved@redhat.com>.

* sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
If we tried looking at the usual range without success extend the
range to even lower ports.

20 years agoFirst test, then commit...
Jakub Jelinek [Mon, 23 May 2005 17:36:13 +0000 (17:36 +0000)] 
First test, then commit...

20 years ago * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
Jakub Jelinek [Mon, 23 May 2005 17:00:31 +0000 (17:00 +0000)] 
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
[IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of
bl __librt_*_asynccancel@local.

* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
[IS_IN_librt] (CENABLE, CDISABLE): Use JUMPTARGET instead of
bl __librt_*_asynccancel@local.

20 years ago.
Jakub Jelinek [Mon, 23 May 2005 16:57:53 +0000 (16:57 +0000)] 
.

20 years ago2.3.5-8
Jakub Jelinek [Mon, 23 May 2005 14:40:57 +0000 (14:40 +0000)] 
2.3.5-8

20 years ago2005-05-22 Dmitry V. Levin <ldv@altlinux.org>
Jakub Jelinek [Mon, 23 May 2005 14:28:30 +0000 (14:28 +0000)] 
2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>

[BZ #961]
* io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
declarations.

20 years agoUpdated to fedora-glibc-20050523T1354
Jakub Jelinek [Mon, 23 May 2005 14:27:15 +0000 (14:27 +0000)] 
Updated to fedora-glibc-20050523T1354

20 years ago2.3.5-7 cvs/fedora-glibc-2_3_5-7
Jakub Jelinek [Fri, 20 May 2005 10:05:38 +0000 (10:05 +0000)] 
2.3.5-7

20 years ago * sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define to
Jakub Jelinek [Fri, 20 May 2005 09:55:25 +0000 (09:55 +0000)] 
* sysdeps/i386/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN): Define to
size/alignment of struct pthread rather than tcbhead_t.
* sysdeps/x86_64/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN):
Likewise.
* sysdeps/s390/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN):
Likewise.
* sysdeps/sparc/tls.h (TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN):
Likewise.

20 years ago [BZ #955]
Jakub Jelinek [Fri, 20 May 2005 09:53:27 +0000 (09:53 +0000)] 
[BZ #955]
* iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
<UFFFF> and above.

20 years agoUpdated to fedora-glibc-20050520T0919
Jakub Jelinek [Fri, 20 May 2005 09:40:04 +0000 (09:40 +0000)] 
Updated to fedora-glibc-20050520T0919

20 years ago2.3.5-6 cvs/fedora-glibc-2_3_5-6
Jakub Jelinek [Wed, 4 May 2005 18:34:10 +0000 (18:34 +0000)] 
2.3.5-6

20 years agoUpdated to fedora-glibc-20050504T1818
Jakub Jelinek [Wed, 4 May 2005 18:33:36 +0000 (18:33 +0000)] 
Updated to fedora-glibc-20050504T1818

20 years agoUpdated to fedora-glibc-20050504T0728
Jakub Jelinek [Wed, 4 May 2005 07:51:31 +0000 (07:51 +0000)] 
Updated to fedora-glibc-20050504T0728

20 years ago2.3.5-5 cvs/fedora-glibc-2_3_5-5
Jakub Jelinek [Tue, 3 May 2005 09:40:10 +0000 (09:40 +0000)] 
2.3.5-5

20 years ago * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
Jakub Jelinek [Tue, 3 May 2005 09:39:16 +0000 (09:39 +0000)] 
* sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
call ftruncate if offset is bigger than current size.  Make sure
the file is offset + len bytes long if that is more than current size.
Don't overwrite previous content of the file.
* sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
Likewise.

20 years agoUpdated to fedora-glibc-20050503T0852
Jakub Jelinek [Tue, 3 May 2005 09:28:32 +0000 (09:28 +0000)] 
Updated to fedora-glibc-20050503T0852

20 years ago2.3.5-4 cvs/fedora-glibc-2_3_5-4
Jakub Jelinek [Thu, 28 Apr 2005 09:20:01 +0000 (09:20 +0000)] 
2.3.5-4

20 years agoUpdated to fedora-glibc-20050428T0846
Jakub Jelinek [Thu, 28 Apr 2005 09:10:12 +0000 (09:10 +0000)] 
Updated to fedora-glibc-20050428T0846

20 years ago2.3.5-3 cvs/fedora-glibc-2_3_5-3
Jakub Jelinek [Wed, 27 Apr 2005 19:34:55 +0000 (19:34 +0000)] 
2.3.5-3

20 years agoUpdated to fedora-glibc-20050427T1912
Jakub Jelinek [Wed, 27 Apr 2005 19:25:35 +0000 (19:25 +0000)] 
Updated to fedora-glibc-20050427T1912

20 years ago2.3.5-2 cvs/fedora-glibc-2_3_5-2
Jakub Jelinek [Wed, 27 Apr 2005 11:59:11 +0000 (11:59 +0000)] 
2.3.5-2

20 years ago * elf/rtld.c (dl_main): Call _dl_init_linuxthreads_paths
Jakub Jelinek [Wed, 27 Apr 2005 11:40:21 +0000 (11:40 +0000)] 
* elf/rtld.c (dl_main): Call _dl_init_linuxthreads_paths
if GLRO(dl_osversion) <= 0x20413.
* elf/dl-load.c (_dl_init_paths): Allocate one extra pointer in
rtld_search_dirs.dirs.
(_dl_init_linuxthreads_paths): New function.

20 years agoUpdated to fedora-glibc-20050427T1043
Jakub Jelinek [Wed, 27 Apr 2005 11:31:41 +0000 (11:31 +0000)] 
Updated to fedora-glibc-20050427T1043

20 years agoAdd nosegneg build in glibc-xen subpackage on i686.
Roland McGrath [Wed, 27 Apr 2005 07:16:23 +0000 (07:16 +0000)] 
Add nosegneg build in glibc-xen subpackage on i686.

20 years agoUpdated to fedora-glibc-20050415T0909 cvs/fedora-glibc-2_3_5-1
Roland McGrath [Fri, 15 Apr 2005 09:33:04 +0000 (09:33 +0000)] 
Updated to fedora-glibc-20050415T0909

20 years agoRemove undefined targets from .PHONY.
Roland McGrath [Fri, 8 Apr 2005 17:18:39 +0000 (17:18 +0000)] 
Remove undefined targets from .PHONY.

20 years agoSynchronize makefile tweaks with 2.3 branch.
Roland McGrath [Fri, 8 Apr 2005 17:17:01 +0000 (17:17 +0000)] 
Synchronize makefile tweaks with 2.3 branch.

20 years agoUpdated to fedora-glibc-20050405T2114 cvs/fedora-glibc-2_3_4-21
Jakub Jelinek [Tue, 5 Apr 2005 21:39:50 +0000 (21:39 +0000)] 
Updated to fedora-glibc-20050405T2114

20 years ago2.3.4-21
Jakub Jelinek [Tue, 5 Apr 2005 21:36:50 +0000 (21:36 +0000)] 
2.3.4-21

20 years ago * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use
Jakub Jelinek [Tue, 5 Apr 2005 21:26:42 +0000 (21:26 +0000)] 
* sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use
__inline instead of inline.
* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.

20 years ago2.3.4-20 cvs/fedora-glibc-2_3_4-20
Jakub Jelinek [Tue, 5 Apr 2005 21:00:48 +0000 (21:00 +0000)] 
2.3.4-20

20 years ago2.3.4-19 cvs/fedora-glibc-2_3_4-19
Jakub Jelinek [Tue, 5 Apr 2005 17:51:01 +0000 (17:51 +0000)] 
2.3.4-19

20 years ago2.3.4-19
Jakub Jelinek [Fri, 1 Apr 2005 16:11:45 +0000 (16:11 +0000)] 
2.3.4-19

20 years agoUpdated to fedora-glibc-20050401T1444
Jakub Jelinek [Fri, 1 Apr 2005 15:13:31 +0000 (15:13 +0000)] 
Updated to fedora-glibc-20050401T1444

20 years ago2.3.4-18 cvs/fedora-glibc-2_3_4-18
Jakub Jelinek [Fri, 25 Mar 2005 12:00:14 +0000 (12:00 +0000)] 
2.3.4-18

20 years ago * sysdeps/wordsize-64/strtol_l.c: Don't add aliases if UNSIGNED.
Jakub Jelinek [Fri, 25 Mar 2005 11:59:01 +0000 (11:59 +0000)] 
* sysdeps/wordsize-64/strtol_l.c: Don't add aliases if UNSIGNED.
* sysdeps/wordsize-64/wcstol_l.c: Likewise.

20 years agoUpdated to fedora-glibc-20050324T0715 cvs/fedora-glibc-2_3_4-17
Jakub Jelinek [Thu, 24 Mar 2005 08:19:18 +0000 (08:19 +0000)] 
Updated to fedora-glibc-20050324T0715

20 years ago2.3.4-16 cvs/fedora-glibc-2_3_4-16
Jakub Jelinek [Sun, 20 Mar 2005 18:12:27 +0000 (18:12 +0000)] 
2.3.4-16

20 years agoUpdated to fedora-glibc-20050319T1907 cvs/fedora-glibc-2_3_4-15
Jakub Jelinek [Sat, 19 Mar 2005 21:04:10 +0000 (21:04 +0000)] 
Updated to fedora-glibc-20050319T1907

20 years ago2.3.4-15
Jakub Jelinek [Sat, 19 Mar 2005 20:42:51 +0000 (20:42 +0000)] 
2.3.4-15

20 years agoUpdated to fedora-glibc-20050319T1907
Jakub Jelinek [Sat, 19 Mar 2005 20:18:00 +0000 (20:18 +0000)] 
Updated to fedora-glibc-20050319T1907

20 years agoAdd %dir %{_prefix}/%{_lib}/gconv to glibc's file list.
Jakub Jelinek [Thu, 17 Mar 2005 12:46:40 +0000 (12:46 +0000)] 
Add %dir %{_prefix}/%{_lib}/gconv to glibc's file list.

20 years agotry that again cvs/fedora-glibc-2_3_4-14
Roland McGrath [Sun, 6 Mar 2005 23:35:47 +0000 (23:35 +0000)] 
try that again

20 years agoTypo in last change
Roland McGrath [Sun, 6 Mar 2005 23:34:29 +0000 (23:34 +0000)] 
Typo in last change

20 years ago2.3.4-13 - fix bits/socket2.h macro typos cvs/fedora-glibc-2_3_4-13
Roland McGrath [Sun, 6 Mar 2005 20:55:30 +0000 (20:55 +0000)] 
2.3.4-13 - fix bits/socket2.h macro typos

20 years agoTypo fixes.
Roland McGrath [Sun, 6 Mar 2005 20:54:57 +0000 (20:54 +0000)] 
Typo fixes.

20 years ago2.3.4-12 cvs/fedora-glibc-2_3_4-12
Jakub Jelinek [Sat, 5 Mar 2005 13:36:49 +0000 (13:36 +0000)] 
2.3.4-12

20 years ago * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
Jakub Jelinek [Sat, 5 Mar 2005 13:13:06 +0000 (13:13 +0000)] 
* Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
$(inst_slibdir) in AS_NEEDED directive.

20 years ago * include/bits/unistd.h: New file.
Jakub Jelinek [Sat, 5 Mar 2005 13:04:47 +0000 (13:04 +0000)] 
* include/bits/unistd.h: New file.
* include/bits/socket2.h: New file.

20 years ago * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
Jakub Jelinek [Sat, 5 Mar 2005 13:03:35 +0000 (13:03 +0000)] 
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
unconditionally to (defined RTLD_BOOTSTRAP).
* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
linuxthreads/
* sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Rework for GCC 4.

20 years ago. cvs/fedora-glibc-2_3_4-11
Jakub Jelinek [Thu, 3 Mar 2005 17:48:04 +0000 (17:48 +0000)] 
.

20 years ago2.3.4-11
Jakub Jelinek [Thu, 3 Mar 2005 16:52:27 +0000 (16:52 +0000)] 
2.3.4-11

20 years agoUpdated to fedora-glibc-20050303T1335
Jakub Jelinek [Thu, 3 Mar 2005 14:03:17 +0000 (14:03 +0000)] 
Updated to fedora-glibc-20050303T1335

20 years agoUpdated to fedora-glibc-20050302T1820
Jakub Jelinek [Thu, 3 Mar 2005 13:34:35 +0000 (13:34 +0000)] 
Updated to fedora-glibc-20050302T1820

20 years agoUse -kk to suppress patches for $Id$ differences between branches.
Roland McGrath [Fri, 18 Feb 2005 22:05:58 +0000 (22:05 +0000)] 
Use -kk to suppress patches for $Id$ differences between branches.

20 years ago(bhc-url): quote # cvs/fedora-glibc-2_3_4-2_5_fc3
Roland McGrath [Fri, 18 Feb 2005 02:07:01 +0000 (02:07 +0000)] 
(bhc-url): quote #

20 years agoUse -mtune=pentium4 for i686.
Jakub Jelinek [Wed, 16 Feb 2005 21:44:34 +0000 (21:44 +0000)] 
Use -mtune=pentium4 for i686.

20 years agoDefault COLLECTION now dist-fc4 for fedora-branch.
Roland McGrath [Wed, 16 Feb 2005 21:21:42 +0000 (21:21 +0000)] 
Default COLLECTION now dist-fc4 for fedora-branch.

20 years agofix tarball names when on branch
Roland McGrath [Wed, 16 Feb 2005 21:21:13 +0000 (21:21 +0000)] 
fix tarball names when on branch