aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-07-30* misc/bits/syslog.h: New file.Ulrich Drepper1-1/+13
2005-07-28* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.cvs/fedora-glibc-20050729T1531Roland McGrath1-0/+4
2005-07-28* nis/nis_xdr.c: Help gcc to generate unnecessary wrapper functions.Ulrich Drepper1-0/+4
2005-07-28* stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintfUlrich Drepper1-0/+6
2005-07-28* nis/nis_file.c: Rewrite the two pairs of functions into wrappersUlrich Drepper1-0/+5
2005-07-28* nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.Ulrich Drepper1-0/+5
2005-07-26* misc/error.c (error_tail): Fix a comment typo.Roland McGrath1-0/+4
2005-07-26* po/zh_TW.po: Update from translation team.Ulrich Drepper1-0/+2
2005-07-25* debug/mbstowcs_chk.c: New file.Ulrich Drepper1-1/+11
2005-07-25* string/test-memset.c (test_main): Use negative byte value iscvs/fedora-glibc-20050725T0627Ulrich Drepper1-1/+3
2005-07-24Add a few casts to avoid warnings.Ulrich Drepper1-1/+1
2005-07-24* string/test-memset.c (do_one_test): Compare effect of call, notUlrich Drepper1-0/+7
2005-07-24* sysdeps/sh/memset.S (memset): Correct 2nd argument handling.Roland McGrath1-0/+4
2005-07-24typoRoland McGrath1-1/+1
2005-07-24[BZ #1125]Roland McGrath1-0/+1
2005-07-24[BZ #1125]Ulrich Drepper1-0/+11
2005-07-24* wcsmbs/Makefile: Add rules to build and run tst-wchar-h.Ulrich Drepper1-0/+2
2005-07-24* wcsmbs/bits/wchar2.h: Use __FILE not FILE.Ulrich Drepper1-1/+5
2005-07-22* stdio-common/fxprintf.c (__fxprintf): Declare functions more local.Ulrich Drepper1-0/+9
2005-07-22[BZ #869]Roland McGrath1-0/+5
2005-07-22* nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).Roland McGrath1-0/+2
2005-07-22* stdlib/Makefile (headers): Move bits/wchar.h to ...cvs/fedora-glibc-20050722T0433Roland McGrath1-0/+5
2005-07-21* wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Ulrich Drepper1-0/+12
2005-07-20* sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.cvs/fedora-glibc-20050721T0814Ulrich Drepper1-1/+7
2005-07-202005-07-20 Bob Wilson <bob.wilson@acm.org>Ulrich Drepper1-0/+5
2005-07-20* include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper1-0/+35
2005-07-20* wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper1-1/+16
2005-07-19* stdio-common/Makefile (aux): Add fxprintf.Ulrich Drepper1-0/+37
2005-07-19* configure.in: Check for -fstack-protector gcc option.Ulrich Drepper1-0/+8
2005-07-19[BZ #869, BZ #1113]Roland McGrath1-0/+7
2005-07-18* nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.Ulrich Drepper1-0/+4
2005-07-18* nscd/grpcache.c (cache_addgr): Use correct maximum for group IDUlrich Drepper1-1/+19
2005-07-18[BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]Roland McGrath1-0/+12
2005-07-18[BZ #549, BZ #653, BZ #1079, BZ #1080, BZ #1081, BZ #1082, BZ #1083, BZ #1085...Roland McGrath1-1/+27
2005-07-18 * manual/Makefile (libc/index.html): Depend on dir-add.texi.Roland McGrath1-1/+1
2005-07-182005-07-13 Thorsten Kukuk <kukuk@suse.de>Roland McGrath1-0/+4
2005-07-16* stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper1-1/+2
2005-07-15* wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper1-0/+5
2005-07-15Update.Andreas Jaeger1-0/+12
2005-07-15* wcsmbs/bits/wchar2.h: New file.Ulrich Drepper1-0/+35
2005-07-14* nscd/nscd_helper.c: Add a few __builtin_expect.Ulrich Drepper1-0/+2
2005-07-14* nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.Ulrich Drepper1-0/+1
2005-07-13* nscd/nscd_helper.c (wait_on_socket): New function.Ulrich Drepper1-0/+9
2005-07-13* include/libc-symbols.h: Define macros for librt hidden symbols.Ulrich Drepper1-0/+5
2005-07-13* stdlib/bits/stdlib.h: New file.Ulrich Drepper1-0/+18
2005-07-12* sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.Ulrich Drepper1-0/+4
2005-07-12* sysdeps/s390/s390-64/bcopy.S (__bcopy): UseUlrich Drepper1-0/+5
2005-07-102005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper1-2/+2
2005-07-102005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper1-0/+5
2005-07-08* sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret. RemoveUlrich Drepper1-0/+4