summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* More strto{,u}l{,l} tests.Ulrich Drepper2009-08-282-0/+663
* SH: fix clobber list in stdlib/longlong.hSUGIOKA Toshinobu2009-08-101-3/+4
* Preserve message printed before abort.Ulrich Drepper2009-06-152-1/+7
* Non-code changes to stdlib.h.Ulrich Drepper2009-05-161-13/+13
* Unify __WAIT_INT definition in stdlib.h and sys/wait.h.Ulrich Drepper2009-05-161-3/+3
* remove subsumed .gitignore entries and filesJim Meyering2009-05-161-8/+0
* remove mpn-copy.mk from .gitignore filesJim Meyering2009-05-161-1/+1
* remove COPYING* from .gitignore filesJim Meyering2009-05-161-1/+1
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2009-04-261-8/+5
* * stdlib/strtod_l.c (round_and_return): We have to set errno toUlrich Drepper2009-04-252-4/+5
* [BZ #9920] cvs/fedora-glibc-20090424T0747Ulrich Drepper2009-04-241-2/+2
* * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.Ulrich Drepper2009-04-181-9/+16
* * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcsUlrich Drepper2009-03-105-6/+6
* * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, andUlrich Drepper2009-03-0811-29/+208
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-2/+2
* * ctype/ctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-1/+1
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-2/+2
* * stdlib/Makefile (tests): Add tst-unsetenv1.Ulrich Drepper2008-12-022-1/+13
* * stdlib/setenv.c (unsetenv): Don't search environment if it doesUlrich Drepper2008-12-021-14/+15
* * stdlib/divmod_1.c: Use correct type for dummy variable.Ulrich Drepper2008-10-172-2/+2
* 2008-10-01 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2008-10-161-25/+132
* [BZ #6654]Ulrich Drepper2008-06-261-2/+2
* * stdlib/tst-setcontext.c: Set back_in_main before exit ifUlrich Drepper2008-06-251-1/+4
* * stdlib/tst-setcontext.c: Include unistd.h.Jakub Jelinek2008-04-301-1/+2
* * stdlib/tst-makecontext.c (othervar): New variable. Jakub Jelinek2008-04-101-1/+2
* * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.Ulrich Drepper2008-04-101-1/+3
* [BZ #5436]Ulrich Drepper2008-04-091-3/+3
* * stdlib/mbtowc.c (__no_r_state): Remove. Jakub Jelinek2008-04-072-10/+11
* [BZ #5995]Ulrich Drepper2008-03-291-1/+1
* [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