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
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
2016-08-17Fix pdf build failure wrt documentation of is*_l functionsThomas Preudhomme
2016-08-16Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen
2016-08-16Don't use locale_t in internal headerCorinna Vinschen
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-07-04Regenerate newlib MakefilesJon Turney
2016-06-16Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber
2016-04-04Add Intel MCU targetIgor Venevtsev
2016-03-29Add simple versions of random() and srandom()Joel Sherrill
2016-03-26strtold: Fix Infinity value.Corinna Vinschen
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber
2016-03-20Allow machine-dependent arc4 lockingCorinna Vinschen
2016-03-18Cleanup macros in chacha_private.h to be target-type independentHowland, Craig D
2016-03-18Only export arc4random_stir and arc4random_addrandom on CygwinCorinna Vinschen
2016-03-18Arc4random locking: Check for threaded application on CygwinCorinna Vinschen
2016-03-18Add arc4random_stir and arc4random_addrandom for OpenBSD compatibilityCorinna Vinschen
2016-03-18Add arc4random() etc. from OpenBSD 5.8Sebastian Huber
2016-03-18Feature test macros overhaul: stdlib.hYaakov Selkowitz
2016-02-12Fix compile with GCC 5 -WerrorYaakov Selkowitz
2016-02-08Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen
2015-11-25 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen
2015-11-20Fix typo in rpmatch doc referenceYaakov Selkowitz
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen
2015-11-19Fix rpmatch build problemCorinna Vinschen
2015-11-17Add rpmatch(3)Yaakov Selkowitz
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-10-19C11 aligned_alloc() implementationSebastian Huber
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber
2015-06-29Regenerate Makefile.inJon TURNEY
2015-06-24Use makedoc output files which are generated but aren't includedJon TURNEY
2015-06-24Don't chew files which contain no documentation markupJon TURNEY
2015-06-23Fix typo-ed function names in efgcvt.c documentationJon TURNEY
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY
2015-06-23Fix some mangled makedoc markupJon TURNEY
2015-04-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen
2015-04-23Move tzset calls to time functions.Craig Howland