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
2024-01-23newlib: docs: add "Function " to every function nodeMike Frysinger
2022-10-29strftime/wcsftime: use STRLEN, not strlenCorinna Vinschen
2022-10-25strftime.c(__strftime): add %q, %v, tests; tweak %Z docBrian Inglis
2022-10-24strptime.c(strptime_l): add %q GNU quarterBrian Inglis
2022-08-31Fix some Coverity Scan errors.Jeff Johnston
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce
2022-05-27Modify tzset_r.c to handle errorsJeff Johnston
2022-04-08Add angle TZ angle bracket support to tzset_rJeff Johnston
2022-03-17newlib: libc: merge build up a directoryMike Frysinger
2022-02-25newlib: libc: move configure into top-levelMike Frysinger
2022-02-19newlib: libc: delete crt0.o duplicationMike Frysinger
2022-02-19newlib: posix: use local includes for local headersMike Frysinger
2022-02-16newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger
2022-02-16newlib: phoenix: merge configure up to top-levelMike Frysinger
2022-02-10newlib: drop support for $oextMike Frysinger
2022-02-10newlib: drop support for $aextMike Frysinger
2022-02-10newlib: drop libtool supportMike Frysinger
2022-02-09newlib: switch to AM_PROG_ARMike Frysinger
2022-02-09newlib: switch to standard AC_PROG_CCMike Frysinger
2022-02-05newlib: drop shared documentation rulesMike Frysinger
2022-02-05newlib: move man page generation into top-level buildMike Frysinger
2022-02-05newlib: libc: move manual into top-level buildMike Frysinger
2022-02-05newlib: libc: include all chapters all the time in the manualMike Frysinger
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger
2022-01-26newlib: libc: merge sys/ trampoline up a levelMike Frysinger
2022-01-26newlib: libc: merge machine/ trampoline up a levelMike Frysinger
2022-01-22newlib: punt unused LIBC_EXTRA_LIB settingsMike Frysinger
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