| Commit message (Expand) | Author | Age | Files | Lines |
* | 2007-10-04 Jakub Jelinek | Ulrich Drepper | 2007-10-05 | 3 | -72/+295 |
* | * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define | Ulrich Drepper | 2007-09-26 | 1 | -12/+53 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. | Jakub Jelinek | 2007-08-16 | 1 | -3/+1 |
* | * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def. | Ulrich Drepper | 2007-08-14 | 1 | -1/+9 |
* | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp | Ulrich Drepper | 2007-08-11 | 1 | -0/+22 |
* | * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939 | Roland McGrath | 2007-08-07 | 5 | -4/+15 |
* | * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0. | Ulrich Drepper | 2007-08-03 | 3 | -4/+94 |
* | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper | 2007-08-03 | 1 | -118/+0 |
* | * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t | Ulrich Drepper | 2007-08-01 | 1 | -1/+1 |
* | [BZ #4792] | Ulrich Drepper | 2007-07-19 | 1 | -1/+4 |
* | [BZ #4368] | Ulrich Drepper | 2007-04-17 | 1 | -6/+5 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 3 | -22/+24 |
* | * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr in | Ulrich Drepper | 2007-02-25 | 1 | -2/+2 |
* | * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions | Ulrich Drepper | 2007-02-22 | 1 | -9/+10 |
* | * stdlib/strtod_l.c (____STRTOF_INTERNAL): Optimize use of TOLOWER. | Ulrich Drepper | 2007-02-21 | 1 | -14/+20 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 4 | -21/+14 |
* | . | Jakub Jelinek | 2007-07-31 | 4 | -14/+21 |
* | Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ... | Ulrich Drepper | 2007-01-11 | 4 | -5/+74 |
* | [BZ #3855] | Ulrich Drepper | 2007-01-11 | 2 | -17/+46 |
* | * posix/execvp.c: Include alloca.h. | Ulrich Drepper | 2007-01-03 | 1 | -1/+2 |
* | * stdlib/Makefile (tests): Add tst-makecontext. | Ulrich Drepper | 2006-12-19 | 2 | -1/+59 |
* | [BZ #3747] | Ulrich Drepper | 2006-12-19 | 4 | -17/+130 |
* | * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand | Ulrich Drepper | 2006-12-11 | 5 | -2/+101 |
* | [BZ #3664] | Ulrich Drepper | 2006-12-10 | 2 | -10/+10 |
* | [BZ #3673] | Ulrich Drepper | 2006-12-10 | 3 | -8/+66 |
* | [BZ #3674] | Ulrich Drepper | 2006-12-10 | 1 | -1/+1 |
* | * stdlib/atexit.c (atexit): Don't mark as hidden when used to | Ulrich Drepper | 2006-10-31 | 1 | -0/+2 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 2 | -11/+2 |
* | [BZ #3426] cvs/fedora-glibc-20061027T1902 | Ulrich Drepper | 2006-10-27 | 1 | -2/+1 |
* | * include/atomic.c: Define catomic_* operations. | Ulrich Drepper | 2006-10-11 | 1 | -2/+2 |
* | [BZ #2526, BZ #3138, BZ #3143] | Ulrich Drepper | 2006-09-12 | 1 | -1/+1 |
* | [BZ #3018] | Ulrich Drepper | 2006-08-21 | 1 | -1/+1 |
* | * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab, | Ulrich Drepper | 2006-08-08 | 1 | -10/+17 |
* | * stdlib/test-canon.c (do_test): Close fd before unlinking file so | Ulrich Drepper | 2006-08-01 | 1 | -2/+6 |
* | * stdlib/cxa_atexit.c (__new_exitfn_called): New variable. | Ulrich Drepper | 2006-07-26 | 3 | -4/+21 |
* | * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when | Ulrich Drepper | 2006-07-26 | 1 | -10/+14 |
* | * include/rpc/pmap_prot.h: Mark all functions as hidden. | Ulrich Drepper | 2006-05-15 | 1 | -3/+2 |
* | * stdlib/fmtmsg.c (keywords): Change type of len element to | Ulrich Drepper | 2006-05-15 | 1 | -2/+2 |
* | * posix/wordexp.c (w_addword): Free word if realloc fails and it | Ulrich Drepper | 2006-05-10 | 1 | -2/+2 |
* | [BZ #2420] | Ulrich Drepper | 2006-04-26 | 1 | -21/+20 |
* | [BZ #2414] | Roland McGrath | 2006-03-03 | 1 | -3/+3 |
* | * Makefile (subdir-target-args): New variable. | Roland McGrath | 2006-02-28 | 2 | -37/+1 |
* | * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r): | Roland McGrath | 2006-02-03 | 1 | -1/+3 |
* | * time/time.h [__need_timespec et al]: Include <bits/types.h> here too. | Roland McGrath | 2006-01-21 | 1 | -1/+1 |
* | * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules to install | Roland McGrath | 2006-01-17 | 1 | -1/+3 |
* | * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. | Roland McGrath | 2006-01-14 | 2 | -43/+11 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 10 | -49/+205 |
* | * stdlib/Makefile ($(objpfx)isomac.out): Move -I.. to the end so | Ulrich Drepper | 2005-12-25 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/i386/ucontext_i.h: File removed. | Roland McGrath | 2005-12-22 | 2 | -37/+1 |