about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* [BZ #5774]Ulrich Drepper2008-03-083-1/+57
* * stdlib/Makefile (aux): Add tens_in_limb.Ulrich Drepper2008-03-083-19/+34
* * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): AvoidUlrich Drepper2008-01-092-2/+84
* * stdlib/tst-setcontext.c: Catch the case where the links getsUlrich Drepper2007-12-031-0/+18
* * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper2007-11-134-20/+43
* 2007-10-04 Jakub JelinekUlrich Drepper2007-10-053-72/+295
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-12/+53
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. Jakub Jelinek2007-08-161-3/+1
* * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def.Ulrich Drepper2007-08-141-1/+9
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-0/+22
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-075-4/+15
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper2007-08-033-4/+94
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-031-118/+0
* * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2007-08-011-1/+1
* [BZ #4792]Ulrich Drepper2007-07-191-1/+4
* [BZ #4368]Ulrich Drepper2007-04-171-6/+5
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-173-22/+24
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper2007-02-251-2/+2
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictionsUlrich Drepper2007-02-221-9/+10
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Optimize use of TOLOWER.Ulrich Drepper2007-02-211-14/+20
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-114-21/+14
* .Jakub Jelinek2007-07-314-14/+21
* Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ...Ulrich Drepper2007-01-114-5/+74
* [BZ #3855]Ulrich Drepper2007-01-112-17/+46
* * posix/execvp.c: Include alloca.h.Ulrich Drepper2007-01-031-1/+2
* * stdlib/Makefile (tests): Add tst-makecontext.Ulrich Drepper2006-12-192-1/+59
* [BZ #3747]Ulrich Drepper2006-12-194-17/+130
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousandUlrich Drepper2006-12-115-2/+101
* [BZ #3664]Ulrich Drepper2006-12-102-10/+10
* [BZ #3673]Ulrich Drepper2006-12-103-8/+66
* [BZ #3674]Ulrich Drepper2006-12-101-1/+1
* * stdlib/atexit.c (atexit): Don't mark as hidden when used toUlrich Drepper2006-10-311-0/+2
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-282-11/+2
* [BZ #3426] cvs/fedora-glibc-20061027T1902Ulrich Drepper2006-10-271-2/+1
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-2/+2
* [BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2006-09-121-1/+1
* [BZ #3018]Ulrich Drepper2006-08-211-1/+1
* * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,Ulrich Drepper2006-08-081-10/+17
* * stdlib/test-canon.c (do_test): Close fd before unlinking file soUlrich Drepper2006-08-011-2/+6
* * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.Ulrich Drepper2006-07-263-4/+21
* * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition whenUlrich Drepper2006-07-261-10/+14
* * include/rpc/pmap_prot.h: Mark all functions as hidden.Ulrich Drepper2006-05-151-3/+2
* * stdlib/fmtmsg.c (keywords): Change type of len element toUlrich Drepper2006-05-151-2/+2
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-2/+2
* [BZ #2420]Ulrich Drepper2006-04-261-21/+20
* [BZ #2414]Roland McGrath2006-03-031-3/+3
* * Makefile (subdir-target-args): New variable.Roland McGrath2006-02-282-37/+1
* * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r):Roland McGrath2006-02-031-1/+3
* * time/time.h [__need_timespec et al]: Include <bits/types.h> here too.Roland McGrath2006-01-211-1/+1