summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-01Updated to fedora-glibc-20041001T1134cvs/fedora-glibc-2_3_3-62Jakub Jelinek
2004-09-30Updated to fedora-glibc-20040930T0838cvs/fedora-glibc-2_3_3-61Jakub Jelinek
2004-09-29 * time/tzfile.c (tzfile_mtime): New variable.cvs/fedora-glibc-2_3_3-60Jakub Jelinek
(__tzfile_read): Reread the file if mtime is different.
2004-09-29 * sysdeps/i386/fpu/s_fdim.S (__fdim): Handle +inf/+inf.Jakub Jelinek
* sysdeps/i386/fpu/s_fdimf.S (__fdimf): Likewise. * sysdeps/i386/fpu/s_fdiml.S (__fdiml): Likewise.
2004-09-29Updated to fedora-glibc-20040929T0821Jakub Jelinek
2004-09-27Updated to fedora-glibc-20040927T0611cvs/fedora-glibc-2_3_3-59Jakub Jelinek
2004-09-262.3.3-58cvs/fedora-glibc-2_3_3-58Jakub Jelinek
2004-09-26Updated to fedora-glibc-20040926T0823Jakub Jelinek
2004-09-262.3.3-57cvs/fedora-glibc-2_3_3-57Jakub Jelinek
2004-09-25linuxthreads fix from Roland.Jakub Jelinek
2004-09-25Prepare for 2.3.3-57Jakub Jelinek
2004-09-25Updated to fedora-glibc-20040925T0738Jakub Jelinek
2004-09-23Remove "make -C sed check"Roland McGrath
2004-09-23Remove glibc-execstack-disable.patch patch, use glibc-nptl-check.patchJakub Jelinek
even on current fedora (GCC 3.4.*).
2004-09-232.3.3-56 for scratch test buildcvs/fedora-glibc-2_3_3-56Roland McGrath
2004-09-23Updated to fedora-glibc-20040923T0148Roland McGrath
2004-09-23Tweak archive deps.Roland McGrath
2004-09-23Add default target.cvs/fedora-glibc-2_3_3-55Roland McGrath
2004-09-23Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to ↵Roland McGrath
fedora-branch
2004-09-23Yet more update tweaks.Roland McGrath
2004-09-23(tar-name): Fix botch in last change.Roland McGrath
2004-09-23More update tweaks.Roland McGrath
2004-09-22Some tweaks for updateRoland McGrath
2004-09-22Another typo.Roland McGrath
2004-09-22(update): typo fixRoland McGrath
2004-09-22Tweak expected source directory names.Roland McGrath
2004-09-22Don't include the glibc snapshot date in the patch file name.Roland McGrath
2004-09-22(Patch0): We do include the glibc snapshot date in the patch file name.Roland McGrath
2004-09-22(Source0): We don't include the glibc release number in the snapshotRoland McGrath
tarball file name for HEAD.
2004-09-22redhat -> fedoraRoland McGrath
2004-09-22(outside-patch): redhat -> fedoraRoland McGrath
($(tar-name)-$(snapshot-name).tar.bz2): Change deps so we don't force it.
2004-09-22Fix typo.Roland McGrath
2004-09-22(spec-nvr): only get the first oneRoland McGrath
2004-09-22(glibc.spec): Another typo fix.Roland McGrath
2004-09-22Migrate spec file and files it needs from old internal repository's redhat/ ↵Roland McGrath
subdir to fedora-branch's fedora/ subdir.
2004-09-22(glibc.spec): Typo fix.Roland McGrath
2004-09-22Patches migrated from cvs.devel.redhat.com:/cvs/devel/glibcRoland McGrath
2004-09-22Untested first draft of makefile magic to maintain the branch.Roland McGrath
2004-09-22Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to ↵Roland McGrath
fedora-branch
2004-09-22Update.cvs/fedora-baseUlrich Drepper
2004-09-20 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL): Renamed to ... (DO_INLINE_SYSCALL_NCS): This. (DO_INLINE_SYSCALL): New. (INLINE_SYSCALL): Updated. (INTERNAL_SYSCALL_NCS): Updated.
2004-09-22Update.Ulrich Drepper
* elf/sprof.c (load_shobj): Add support for reading symbol table from debuginfo file.
2004-09-22(load_shobj): Add support for reading symbol table from debuginfo file.Ulrich Drepper
2004-09-22* Versions: Add comment about linuxthreads' frozen ABI.Roland McGrath
2004-09-222004-09-21 Roland McGrath <roland@redhat.com>Roland McGrath
* Versions: Add comment about linuxthreads' frozen ABI.
2004-09-21Update.Ulrich Drepper
2004-09-21 Ulrich Drepper <drepper@redhat.com> * elf/ldd.bash.in: Fix syntax errors.
2004-09-21Update.Ulrich Drepper
* sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable): Remove some duplication.
2004-09-20Update.Ulrich Drepper
2004-09-20 Ulrich Drepper <drepper@redhat.com> * nscd/nscd.c (options): Mark S option as hidden. (parse_opt): When S option is used, print warning message. * nscd/grpcache.c (adgrptbyX): Don't handle secure mode. * nscd/hstcache.c (addhstbyX): Don't handle secure mode. * nscd/aicache.c (addhstaiX): Don't handle secure mode. * nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
2004-09-20Update.Ulrich Drepper
* configure.in: If selinux has not explictly been requested, don't comment on it missing.
2004-09-20If selinux has not explictly been requested, don't comment on it missing.Ulrich Drepper
2004-09-20[BZ #391]Roland McGrath
2004-09-20 Roland McGrath <roland@frob.com> * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN in initializer #if defined. 2004-09-18 Paul Eggert <eggert@cs.ucla.edu> [BZ #391] * stdlib/getsubopt.c: Merge fixes from gnulib. (__strchrnul) [!_LIBC]: Define and include "strchrnul.c". (getsubopt): Use prototypes, not K&R style. Fix bug: memcmp(A,B,N) was being invoked on a memory block B whose size might be smaller than N. Use strncmp to avoid the bug.