summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen2017-08-111-9/+36
* Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-022-0/+158
* Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-022-0/+159
* Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-022-0/+152
* Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-022-0/+170
* newlib: regenerate stdlib/Makefile.inCorinna Vinschen2017-07-281-33/+62
* Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay2017-07-282-0/+49
* Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay2017-07-282-0/+37
* Add BSD-specific reallocarray()Sebastian Huber2017-04-043-17/+66
* Use enum __packed in favour of -fshort-enumsSebastian Huber2017-04-033-7/+3
* Only define static locks in multithreaded modeThomas Preud'homme2017-02-134-0/+18
* Unify names of all lock objectsFreddie Chopin2017-02-066-23/+23
* Prefix consistenly target-independent locks with __Thomas Preudhomme2017-01-251-3/+3
* Expand comments on padding used by nano_mallocJoe Seymour2017-01-131-14/+37
* Fix incorrect cast in nano mallocJoe Seymour2017-01-091-2/+2
* Remove extraneous float casts in wcstod.c.Corinna Vinschen2016-12-161-2/+2
* Remove extraneous float casts in strtod.c.Jeff Johnston2016-12-161-2/+2
* 2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston2016-12-152-8/+29
* Actually return value from __cp_indexCorinna Vinschen2016-10-221-1/+1
* Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen2016-10-221-6/+0
* Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme2016-08-171-2/+2
* Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen2016-08-161-0/+1
* Don't use locale_t in internal headerCorinna Vinschen2016-08-161-1/+1
* Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2016-08-1521-807/+964
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-1515-145/+762
* Regenerate newlib MakefilesJon Turney2016-07-041-3/+16
* 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