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
2022-01-15newlib: update to automake-1.15Mike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-06newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Remove automake option 'cygnus'Jon Turney
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-10newlib: Regenerate all autotools filesJon Turney
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen
2020-11-04Fix 32-bit integer overflow when calculating TZ rulesIvan Grokhotov
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib
2018-08-09newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-08-08newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen
2018-05-29Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01time: remove TRAD_SYNOPSISYaakov Selkowitz
2017-09-07Remove harmful casts in gmtime_r()Sebastian Huber
2017-08-25newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis
2017-02-07Unify names of all lock objectsFreddie Chopin
2017-01-16Add missing headers to fix implicit function defnsPat Pannuto
2016-10-22get_alt_digits: Fix typo in allocationCorinna Vinschen
2016-08-23Implement GNU extension strptime_lCorinna Vinschen
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen
2016-08-16Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets onlyCorinna Vinschen
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen
2016-08-15Implement per-locale string functionsCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-07-04Regenerate newlib MakefilesJon Turney
2016-05-02Always assign return value to passed pointer in time function.Jeff Johnston
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03Consistently use an em-dash in math functions.Jeff Johnston
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY
2015-06-15gmtime_r: Use faster algorithm by Howard HinnantFreddie Chopin
2015-04-23Avoid excessive locking and calling tzset in time functions.Corinna Vinschen
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen
2015-04-23Move tzset calls to time functions.Craig Howland
2015-04-23strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz
2015-01-08 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONECorinna Vinschen
2014-12-08 * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for datesCorinna Vinschen
2014-11-12 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen
2014-10-20 * libc/time/gmtime_r.c (gmtime_r): Remove dead code.Corinna Vinschen