summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston2015-12-211-0/+7
* Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston2015-12-217-22/+96
* Add missing lock releases in __register_exitproc().Freddie Chopin2015-12-141-1/+9
* Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2015-11-261-0/+4
* libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2015-11-241-2/+2
* Handle multibyte decimapl point in strtold.Corinna Vinschen2015-11-211-1/+8
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-208-13/+1334
* Make match function globally available to stdlib functions.Corinna Vinschen2015-11-203-21/+20
* Drop unused declaration from wcstold.cCorinna Vinschen2015-11-201-2/+0
* Fix typo in rpmatch doc referenceYaakov Selkowitz2015-11-191-1/+1
* ldtoa.c: Reindent to GNU styleCorinna Vinschen2015-11-191-2317/+2403
* Fix rpmatch build problemCorinna Vinschen2015-11-191-0/+1
* Add rpmatch(3)Yaakov Selkowitz2015-11-174-2/+103
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-022-25/+21
* C11 aligned_alloc() implementationSebastian Huber2015-10-193-18/+64
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-193-17/+106
* Regenerate Makefile.inJon TURNEY2015-06-291-1/+0
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-241-0/+8
* Don't chew files which contain no documentation markupJon TURNEY2015-06-241-1/+0
* Fix typo-ed function names in efgcvt.c documentationJon TURNEY2015-06-232-3/+3
* Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2015-06-231-1/+1
* Fix some mangled makedoc markupJon TURNEY2015-06-232-5/+5
* Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-231-1/+1
* Move tzset calls to time functions.Craig Howland2015-04-231-7/+0
* * libc/stdlib/wcstold.c (wcstold): Add implementation for whenNick Clifton2015-01-291-4/+72
* 2014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2014-12-181-22/+21
* * libc/stdlib/nano-mallocr.c (ALIGN_TO): Do not assume thatDJ Delorie2014-12-161-1/+1
* * libc/include/stdlib.h (__itoa): Declare prototype.Corinna Vinschen2014-12-164-22/+186
* * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen2014-11-121-1/+1
* 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>Jeff Johnston2014-03-212-2/+59
* * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE isCorinna Vinschen2014-03-071-2/+8
* 2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill2013-11-2613-70/+84
* 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill2013-11-1814-50/+50
* * newlib/libc/stdlib/getopt.c (getopt_internal): Add missing braces.Corinna Vinschen2013-11-131-12/+16
* * newlib/libc/include/getopt.h (struct option): name field should beCorinna Vinschen2013-11-131-14/+22
* * libc/libc/stdlib/getopt.c (getopt_internal): Fix NULL pointer access.Corinna Vinschen2013-11-121-0/+4
* Implement malloc_stats for nano.Corinna Vinschen2013-10-301-34/+80
* 2013-09-13 Joey Ye <joey.ye@arm.com>Jeff Johnston2013-09-131-2/+2
* * libc/stdlib/__atexit.c (__register_exitproc): NULL-ifyCorinna Vinschen2013-08-191-0/+2
* 2013-07-02 Joey Ye <joey.ye@arm.com>Jeff Johnston2013-07-023-3/+53
* * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.Corinna Vinschen2013-06-105-83/+98
* * configure.in (--enable-newlib-nano-malloc): New option.Corinna Vinschen2013-05-293-70/+703
* 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-05-082-1/+10
* 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-05-072-6/+8
* 2013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-05-072-4/+5
* 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2013-04-299-42/+58
* * libc/stdlib/strtod.c: Manual update to latest algorithm from NetBSD.Corinna Vinschen2013-04-241-38/+117
* 2012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-201-9/+37
* * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.Corinna Vinschen2012-12-191-10/+8
* * libc/stdlib/getopt.c (getopt_internal): Align handling of colon toCorinna Vinschen2012-10-161-5/+27