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-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce
2022-07-13Add _REENT_SIG_FUNC(ptr)Matt Joyce
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
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-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-09-15newlib: sig2str: use __restrictMike Frysinger
2021-08-02libc: Fix compilation for new sig2str/str2sig implementationChristoph Muellner
2021-08-02libc: Added implementation for sig2str/str2sig.Matt Joyce
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano
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-01signal: remove TRAD_SYNOPSISYaakov Selkowitz
2016-07-04Regenerate newlib MakefilesJon Turney
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-06-23Fix makedoc markup used in texinfo sourceJon TURNEY
2012-12-212012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2011-12-202011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2011-05-04* libc/include/signal.h (psignal): Declare.Yaakov Selkowitz