Age | Commit message (Expand) | Author | Files | Lines |
2006-08-01 | * stdlib/test-canon.c (do_test): Close fd before unlinking file so | Ulrich Drepper | 1 | -2/+6 |
2006-07-26 | * stdlib/cxa_atexit.c (__new_exitfn_called): New variable. | Ulrich Drepper | 3 | -4/+21 |
2006-07-26 | * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when | Ulrich Drepper | 1 | -10/+14 |
2006-05-15 | * include/rpc/pmap_prot.h: Mark all functions as hidden. | Ulrich Drepper | 1 | -3/+2 |
2006-05-15 | * stdlib/fmtmsg.c (keywords): Change type of len element to | Ulrich Drepper | 1 | -2/+2 |
2006-05-10 | * posix/wordexp.c (w_addword): Free word if realloc fails and it | Ulrich Drepper | 1 | -2/+2 |
2006-04-26 | [BZ #2420] | Ulrich Drepper | 1 | -21/+20 |
2006-03-03 | [BZ #2414] | Roland McGrath | 1 | -3/+3 |
2006-02-28 | * Makefile (subdir-target-args): New variable. | Roland McGrath | 2 | -37/+1 |
2006-02-03 | * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): | Roland McGrath | 1 | -1/+3 |
2006-01-21 | * time/time.h [__need_timespec et al]: Include <bits/types.h> here too. | Roland McGrath | 1 | -1/+1 |
2006-01-17 | * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules to install | Roland McGrath | 1 | -1/+3 |
2006-01-14 | * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. | Roland McGrath | 2 | -43/+11 |
2006-01-14 | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 10 | -49/+205 |
2005-12-25 | * stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so | Ulrich Drepper | 1 | -1/+1 |
2005-12-22 | * sysdeps/unix/sysv/linux/i386/ucontext_i.h: File removed. | Roland McGrath | 2 | -37/+1 |
2005-12-21 | * locale/xlocale.c (_nl_C_locobj): Mark as const. | Ulrich Drepper | 1 | -4/+4 |
2005-12-18 | * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in | Ulrich Drepper | 4 | -8/+44 |
2005-12-14 | Moved to csu/errno-loc.c. | Ulrich Drepper | 40 | -0/+2986 |
2005-12-14 | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 9 | -2/+896 |
2005-12-06 | * stdlib/longlong.h: Update from GCC. | Roland McGrath | 1 | -65/+87 |
2005-11-06 | * configure.in: Remove gnu_ld definition and everything using it. | Ulrich Drepper | 1 | -10/+1 |
2005-10-14 | [BZ #1468] | Ulrich Drepper | 2 | -1/+37 |
2005-09-28 | [BZ #1230] | Ulrich Drepper | 4 | -6/+57 |
2005-09-28 | (__new_exitfn): Rewrite to preserve order in which the functions were registe... | Ulrich Drepper | 1 | -22/+39 |
2005-09-17 | Use __END_NAMESPACE_STD instead of __END_NAMESPACE_C99 in one place. | Ulrich Drepper | 1 | -1/+1 |
2005-08-22 | * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by | Ulrich Drepper | 1 | -2/+3 |
2005-08-08 | * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, | Ulrich Drepper | 1 | -7/+7 |
2005-07-25 | * debug/mbstowcs_chk.c: New file. | Ulrich Drepper | 1 | -0/+39 |
2005-07-22 | 2005-07-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -1/+1 |
2005-07-20 | * include/stdio.h (__fxprintf): Remove wfmt argument. | Ulrich Drepper | 1 | -1/+0 |
2005-07-20 | * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs, | Ulrich Drepper | 1 | -36/+16 |
2005-07-18 | Fix typo. | Ulrich Drepper | 1 | -2/+2 |
2005-07-16 | * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT | Ulrich Drepper | 1 | -8/+8 |
2005-07-15 | * include/stdlib.h: Remove malloc attribute from __posix_memalign. | Andreas Jaeger | 1 | -1/+1 |
2005-07-13 | * stdlib/bits/stdlib.h: New file. | Ulrich Drepper | 3 | -1/+82 |
2005-04-27 | * stdlib/test-canon.c: Make doesExist a directory and add more tests | Ulrich Drepper | 2 | -6/+19 |
2005-04-12 | (__initstate_r): Don't use non-existing state. | Ulrich Drepper | 1 | -18/+15 |
2005-02-10 | [BZ #710] | Roland McGrath | 3 | -4/+72 |
2005-01-27 | Update. | Ulrich Drepper | 1 | -0/+1 |
2005-01-26 | Update. | Ulrich Drepper | 2 | -20/+25 |
2005-01-23 | (CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer opt... | Ulrich Drepper | 1 | -1/+2 |
2005-01-20 | Update. | Ulrich Drepper | 1 | -1/+1 |
2005-01-14 | Update. | Ulrich Drepper | 2 | -4/+7 |
2005-01-07 | Update. | Ulrich Drepper | 1 | -1/+1 |
2005-01-06 | Update. | Ulrich Drepper | 1 | -66/+72 |
2005-01-04 | Update. | Ulrich Drepper | 3 | -5/+53 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 88 | -5211/+424 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 88 | -424/+5211 |
2004-12-17 | Enlarge st1 and st2 arrays. | Ulrich Drepper | 1 | -11/+11 |