aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
2018-01-17ansification: remove _DEFUNYaakov Selkowitz90-350/+179
2018-01-17ansification: remove _VOIDYaakov Selkowitz5-7/+7
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz7-8/+8
2018-01-17ansification: remove _PTRYaakov Selkowitz12-22/+22
2018-01-17ansification: remove _PARAMSYaakov Selkowitz5-6/+6
2018-01-17ansification: remove _CONSTYaakov Selkowitz26-129/+129
2018-01-17ansification: remove _ANDYaakov Selkowitz67-309/+309
2017-12-07makedoc: make errors visibleJon Turney1-3/+3
2017-12-01stdlib: remove TRAD_SYNOPSISYaakov Selkowitz50-607/+51
2017-11-14newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt1-1/+1
2017-08-11newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen1-9/+36
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay2-0/+158
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay2-0/+159
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay2-0/+152
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay2-0/+170
2017-07-28newlib: regenerate stdlib/Makefile.inCorinna Vinschen1-33/+62
2017-07-28Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay2-0/+49
2017-07-28Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay2-0/+37
2017-04-04Add BSD-specific reallocarray()Sebastian Huber3-17/+66
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber3-7/+3
2017-02-13Only define static locks in multithreaded modeThomas Preud'homme4-0/+18
2017-02-06Unify names of all lock objectsFreddie Chopin6-23/+23
2017-01-25Prefix consistenly target-independent locks with __Thomas Preudhomme1-3/+3
2017-01-13Expand comments on padding used by nano_mallocJoe Seymour1-14/+37
2017-01-09Fix incorrect cast in nano mallocJoe Seymour1-2/+2
2016-12-16Remove extraneous float casts in wcstod.c.Corinna Vinschen1-2/+2
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston1-2/+2
2016-12-152016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston2-8/+29
2016-10-22Actually return value from __cp_indexCorinna Vinschen1-1/+1
2016-10-22Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen1-6/+0
2016-08-17Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme1-2/+2
2016-08-16Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen1-0/+1
2016-08-16Don't use locale_t in internal headerCorinna Vinschen1-1/+1
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen21-807/+964
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen15-145/+762
2016-07-04Regenerate newlib MakefilesJon Turney1-3/+16
2016-06-16Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)1-3/+2
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber1-1/+1
2016-04-04Add Intel MCU targetIgor Venevtsev1-1/+2
2016-03-28Add simple versions of random() and srandom()Joel Sherrill4-14/+110
2016-03-26strtold: Fix Infinity value.Corinna Vinschen1-1/+2
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber1-15/+0
2016-03-20Allow machine-dependent arc4 lockingCorinna Vinschen1-18/+5
2016-03-18Cleanup macros in chacha_private.h to be target-type independentHowland, Craig D1-5/+2
2016-03-18Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen1-8/+5
2016-03-18Arc4random locking: Check for threaded application on CygwinCorinna Vinschen1-0/+19
2016-03-18Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen1-0/+18
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber6-7/+582
2016-03-17Feature test macros overhaul: stdlib.hYaakov Selkowitz1-0/+2
2016-02-12Fix compile with GCC 5 -WerrorYaakov Selkowitz2-0/+3