summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)2016-06-161-3/+2
* Use __machine_*_t_defined for internal typesSebastian Huber2016-04-151-1/+1
* Add Intel MCU targetIgor Venevtsev2016-04-041-1/+2
* Add simple versions of random() and srandom()Joel Sherrill2016-03-284-14/+110
* strtold: Fix Infinity value.Corinna Vinschen2016-03-261-1/+2
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-211-15/+0
* Allow machine-dependent arc4 lockingCorinna Vinschen2016-03-201-18/+5
* Cleanup macros in chacha_private.h to be target-type independentHowland, Craig D2016-03-181-5/+2
* Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen2016-03-181-8/+5
* Arc4random locking: Check for threaded application on CygwinCorinna Vinschen2016-03-181-0/+19
* Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen2016-03-181-0/+18
* Add arc4random() etc. from OpenBSD 5.8Sebastian Huber2016-03-186-7/+582
* Feature test macros overhaul: stdlib.hYaakov Selkowitz2016-03-171-0/+2
* Fix compile with GCC 5 -WerrorYaakov Selkowitz2016-02-122-0/+3
* Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев2016-02-081-4/+6
* 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