Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard
2018-09-06stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard
2018-08-16Fix strtof ("-nan") returns positive NaNMasamichi Hosoda
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda
2018-08-16Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda
2018-08-13Added Restriction on base valueAditya Upadhyay
2018-08-08newlib: don't check malloc/free pointerCorinna Vinschen
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler
2018-05-29Fix issue with malloc_extend_topJeff Johnston
2018-04-13Add nvptx port.Jeff Johnston
2018-04-09strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen
2018-02-16Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff
2018-01-19Fix syntax error in exit.cOrlando Arias
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01stdlib: remove TRAD_SYNOPSISYaakov Selkowitz
2017-11-14newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt
2017-08-11newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay
2017-07-28newlib: regenerate stdlib/Makefile.inCorinna Vinschen
2017-07-28Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay
2017-07-28Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay
2017-04-04Add BSD-specific reallocarray()Sebastian Huber
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber
2017-02-14Only define static locks in multithreaded modeThomas Preud'homme
2017-02-07Unify names of all lock objectsFreddie Chopin
2017-01-25Prefix consistenly target-independent locks with __Thomas Preudhomme
2017-01-13Expand comments on padding used by nano_mallocJoe Seymour
2017-01-09Fix incorrect cast in nano mallocJoe Seymour
2016-12-16Remove extraneous float casts in wcstod.c.Corinna Vinschen
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston
2016-12-152016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston
2016-10-22Actually return value from __cp_indexCorinna Vinschen
2016-10-22Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen