about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 2.3.4-13 - fix bits/socket2.h macro typos cvs/fedora-glibc-2_3_4-13Roland McGrath2005-03-061-1/+4
|
* Typo fixes.Roland McGrath2005-03-061-4/+4
|
* 2.3.4-12 cvs/fedora-glibc-2_3_4-12Jakub Jelinek2005-03-051-3/+11
|
* * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead ofJakub Jelinek2005-03-052-1/+4
| | | | $(inst_slibdir) in AS_NEEDED directive.
* * include/bits/unistd.h: New file.Jakub Jelinek2005-03-053-0/+5
| | | | * include/bits/socket2.h: New file.
* * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): DefineJakub Jelinek2005-03-056-7/+17
| | | | | | | 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.
* . cvs/fedora-glibc-2_3_4-11Jakub Jelinek2005-03-033-5562/+52
|
* 2.3.4-11Jakub Jelinek2005-03-0316-82/+80
|
* Updated to fedora-glibc-20050303T1335Jakub Jelinek2005-03-0313-48/+154
|
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-03193-3188/+18682
|
* Use -kk to suppress patches for $Id$ differences between branches.Roland McGrath2005-02-181-1/+2
|
* (bhc-url): quote # cvs/fedora-glibc-2_3_4-2_5_fc3Roland McGrath2005-02-181-1/+1
|
* Use -mtune=pentium4 for i686.Jakub Jelinek2005-02-161-0/+3
|
* Default COLLECTION now dist-fc4 for fedora-branch.Roland McGrath2005-02-161-1/+1
|
* fix tarball names when on branchRoland McGrath2005-02-161-8/+10
|
* Don't fail on non-bi-arch arches. cvs/fedora-glibc-2_3_4-10Jakub Jelinek2005-02-121-1/+1
|
* 2.3.4-10Jakub Jelinek2005-02-121-2/+4
|
* * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flagJakub Jelinek2005-02-122-4/+12
| | | | before relocating ld.so again.
* 2.3.4-9 cvs/fedora-glibc-2_3_4-9Jakub Jelinek2005-02-111-0/+1
|
* * debug/chk_fail.c (__chk_fail): Add a while (1) loop aroundJakub Jelinek2005-02-112-2/+7
| | | | __libc_message to kill GCC warning about noreturn function returning.
* * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated evenJakub Jelinek2005-02-112-1/+4
| | | | for already prelinked ld.so.
* * scripts/soversions.awk: Only record first WORDSIZE{32,64}Jakub Jelinek2005-02-112-1/+6
| | | | matching line.
* Updated to fedora-glibc-20050211T1037Jakub Jelinek2005-02-119-21/+84
|
* Tweak grepping for devel.filelist/headers.filelist.Roland McGrath2005-02-111-8/+7
| | | | Make sure gnu/stubs-{32,64}.h goes into devel instead of headers.
* 2.3.4-8 cvs/fedora-glibc-2_3_4-8Jakub Jelinek2005-02-111-1/+9
|
* * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.Jakub Jelinek2005-02-115-104/+168
| | | | | | | | | | | * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add __USE_MISC and __USE_XOPEN guards to match linux/bits/termios.h. (CMSPAR): Define. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add __USE_MISC and __USE_XOPEN guards to match linux/bits/termios.h. (CMSPAR): Define. * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC and __USE_XOPEN guards to match linux/bits/termios.h.
* Updated to fedora-glibc-20050211T0853Jakub Jelinek2005-02-1118-136/+307
|
* Use glibcname macroRoland McGrath2005-02-111-3/+3
|
* (dist-import): Put md5sums in timestamp file.Roland McGrath2005-02-101-1/+2
|
* Updated to fedora-glibc-20050208T2213 cvs/fedora-glibc-2_3_4-7Jakub Jelinek2005-02-086-12/+18
|
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-08219-3479/+8747
|
* Updated to fedora-glibc-20050106T2203 cvs/fedora-glibc-2_3_4-5Jakub Jelinek2005-01-069-149/+238
|
* Switch to 2.3.4 for now. cvs/fedora-glibc-2_3_4-4Jakub Jelinek2005-01-061-1/+1
|
* 2.3.4-4Jakub Jelinek2005-01-061-1/+16
|
* 2004-12-22 Steven Munroe <sjmunroe@us.ibm.com>Jakub Jelinek2005-01-0622-267/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * math/libm-test.inc (rint_test_tonearest): New test. (rint_test_towardzero): New test. (rint_test_downward): New test. (rint_test_upward): New test. * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case. * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case. * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword alignment. Fix -0.0 case. * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword alignment. Fix -0.0 case. * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. Use float const. * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword alignment. Fix -0.0 case. * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword alignment. Fix -0.0 case. Remove redundant const values. Use float const.
* Updated to fedora-glibc-20050106T1443Jakub Jelinek2005-01-06259-43014/+99430
|
* 2.3.4-3 cvs/fedora-glibc-2_3_4-3Jakub Jelinek2004-12-211-3/+6
|
* (glibc.spec): Drop Makefile dep.Roland McGrath2004-12-201-1/+1
|
* emit glibcname in glibc.specRoland McGrath2004-12-201-1/+2
|
* Fix tag name in on-branch case.Roland McGrath2004-12-201-3/+4
|
* 2.3.4-2 cvs/fedora-glibc-2_3_4-2 cvs/fedora-2_3-baseJakub Jelinek2004-12-202-3/+14
|
* 2.3.4-1 cvs/fedora-glibc-2_3_4-1Jakub Jelinek2004-12-192-4/+23
|
* Updated to fedora-glibc-20041219T2331Jakub Jelinek2004-12-1914-441/+266
|
* Updated to fedora-glibc-20041218T2312 cvs/fedora-glibc-2_3_3-99Jakub Jelinek2004-12-183-7/+10
|
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: Removed. cvs/fedora-glibc-2_3_3-98Jakub Jelinek2004-12-182-89/+5
|
* Updated to fedora-glibc-20041218T1131Jakub Jelinek2004-12-1810-612/+779
|
* add .%%{_target_cpu} to glibc_post_upgrade, only run telinit uJakub Jelinek2004-12-182-11/+68
| | | | | | if /sbin/init is the same ELF class and machine as glibc_post_upgrade.%%{_target_cpu} and similarly with condrestarting sshd (#143046)
* Updated to fedora-glibc-20041217T0906 cvs/fedora-glibc-2_3_3-97Jakub Jelinek2004-12-1726-63/+371
|
* 2.3.3-96 cvs/fedora-glibc-2_3_3-96Jakub Jelinek2004-12-151-1/+1
|
* 2.3.3-96Jakub Jelinek2004-12-151-1/+7
|