summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-201-1/+16
* * stdio-common/Makefile (aux): Add fxprintf.Ulrich Drepper2005-07-191-0/+37
* * configure.in: Check for -fstack-protector gcc option.Ulrich Drepper2005-07-191-0/+8
* [BZ #869, BZ #1113]Roland McGrath2005-07-191-0/+7
* * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.Ulrich Drepper2005-07-181-0/+4
* * nscd/grpcache.c (cache_addgr): Use correct maximum for group IDUlrich Drepper2005-07-181-1/+19
* [BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]Roland McGrath2005-07-181-0/+12
* [BZ #549, BZ #653, BZ #1079, BZ #1080, BZ #1081, BZ #1082, BZ #1083, BZ #1085...Roland McGrath2005-07-181-1/+27
* * manual/Makefile (libc/index.html): Depend on dir-add.texi.Roland McGrath2005-07-181-1/+1
* 2005-07-13 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-07-181-0/+4
* * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-161-1/+2
* * wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-151-0/+5
* Update.Andreas Jaeger2005-07-151-0/+12
* * wcsmbs/bits/wchar2.h: New file.Ulrich Drepper2005-07-151-0/+35
* * nscd/nscd_helper.c: Add a few __builtin_expect.Ulrich Drepper2005-07-141-0/+2
* * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.Ulrich Drepper2005-07-141-0/+1
* * nscd/nscd_helper.c (wait_on_socket): New function.Ulrich Drepper2005-07-131-0/+9
* * include/libc-symbols.h: Define macros for librt hidden symbols.Ulrich Drepper2005-07-131-0/+5
* * stdlib/bits/stdlib.h: New file.Ulrich Drepper2005-07-131-0/+18
* * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.Ulrich Drepper2005-07-121-0/+4
* * sysdeps/s390/s390-64/bcopy.S (__bcopy): UseUlrich Drepper2005-07-121-0/+5
* 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper2005-07-101-2/+2
* 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper2005-07-101-0/+5
* * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. RemoveUlrich Drepper2005-07-081-0/+4
* * include/fenv.h: Add libm_hidden_proto for fesetround andUlrich Drepper2005-07-081-0/+24
* * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin andUlrich Drepper2005-07-081-0/+5
* * resolv/res_send.c (send_dg): Recognize referral results and cvs/fedora-glibc-20050708T0811Ulrich Drepper2005-07-081-1/+7
* * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.Roland McGrath2005-07-081-0/+2
* 2005-07-08 Carlos O'Donell <carlos@systemhalted.org>Roland McGrath2005-07-081-0/+9
* * sysdeps/generic/s_ctan.c (__ctan): Likewise.Ulrich Drepper2005-07-071-0/+3
* * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.Ulrich Drepper2005-07-071-0/+6
* [BZ #974]Ulrich Drepper2005-07-071-0/+25
* * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.Ulrich Drepper2005-07-071-0/+4
* * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.Ulrich Drepper2005-07-071-0/+7
* * elf/dl-error.c (_dl_signal_error): When testing for executableUlrich Drepper2005-07-071-0/+3
* * elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper2005-07-071-0/+21
* * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSSUlrich Drepper2005-07-061-0/+9
* * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX notUlrich Drepper2005-07-051-0/+4
* * csu/elf-init.c (__libc_csu_fini): Pretty printing.Ulrich Drepper2005-07-051-0/+4
* * NEWS: Note LinuxThreads removal.Roland McGrath2005-07-031-0/+1
* * manual/install.texi (Installation): Don't mention linuxthreads.Roland McGrath2005-07-031-0/+14
* [BZ #1037]Roland McGrath2005-07-021-0/+6
* [BZ #1016] cvs/fedora-glibc-20050627T0850Ulrich Drepper2005-06-261-0/+5
* * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTRUlrich Drepper2005-06-261-0/+10
* * Versions.def (ld): Add GLIBC_2.4.Ulrich Drepper2005-06-261-0/+31
* * resource/Makefile (tests): Add tst-getrlimit.Ulrich Drepper2005-06-211-0/+3
* * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.Ulrich Drepper2005-06-211-0/+6
* * nscd/nscd.init: Get more in line with lsb3. cvs/fedora-glibc-20050620T1530 cvs/fedora-glibc-20050620T1522Ulrich Drepper2005-06-201-0/+6
* * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types forUlrich Drepper2005-06-201-0/+4
* * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,Ulrich Drepper2005-06-201-0/+15