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-22newlib: stop checking --enable-multilib in subdirsMike Frysinger
2022-01-22newlib: move to ../config/multi.m4 for multilib logicMike Frysinger
2022-01-21newlib: punt unused template fileMike Frysinger
2022-01-21newlib: switch to autoconf long double macroMike Frysinger
2022-01-20newlib: switch newlib.h to autoheaderMike Frysinger
2022-01-20newlib: iconv: autogenerate iconv define listMike Frysinger
2022-01-20newlib: add missing _NANO_MALLOC to newlib.hinMike Frysinger
2022-01-20newlib: move version defines out of the config headersMike Frysinger
2022-01-20newlib: sort newlib.h outputMike Frysinger
2022-01-20newlib: clean up autoheader templatesMike Frysinger
2022-01-20newlib: merge acconfig.h changes into newlib.hinMike Frysinger
2022-01-20newlib: internalize HAVE_INITFINI_ARRAYMike Frysinger
2022-01-20newlib: libm: switch to autoconf long double macroMike Frysinger
2022-01-19Cygwin: silence xsltproc when writing manpagesJon Turney
2022-01-19Cygwin: silence xsltproc when writing chunked htmlJon Turney
2022-01-19Cygwin: silence dblatex when building PDFsJon Turney
2022-01-19Cygwin: silence most custom build rulesJon Turney
2022-01-19Cygwin: resolver: cygwin_query() skip response header on internal errorAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: Fix configure help for --{en,dis}able-doc optionJon Turney
2022-01-19Cygwin: add resolver fixes to release messageCorinna Vinschen
2022-01-19Cygwin: resolver: A few fixes for cygwin_query(), part 2Anton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Targets in SRV DNS responses may not be compressedAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Fix to match response ID with request IDAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: A few fixes for cygwin_query()Anton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Process options forward (not backwards)Anton Lavrentiev via Cygwin-patches
2022-01-19newlib: iconv: sort ccsbi.c contentsMike Frysinger
2022-01-19newlib: iconv: sync mkdeps.pl with aliasesbi.c changesMike Frysinger
2022-01-19newlib: drop autoconf-2.59 workaroundMike Frysinger
2022-01-19newlib: enable automake subdir-objects in all dirsMike Frysinger
2022-01-19newlib: avoid duplicate awk checksMike Frysinger
2022-01-19newlib: merge old AC_LIBTOOL_WIN32_DLL macro into LT_INITMike Frysinger
2022-01-19newlib: update libtool macro nameMike Frysinger
2022-01-19newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger
2022-01-18Cygwin: fhandler_base: Fix double free caused when open() fails.Takashi Yano
2022-01-18Cygwin: add release text for last two patchesCorinna Vinschen
2022-01-18Cygwin: path_conv: do not get confused by a directory with `.lnk` suffixJohannes Schindelin
2022-01-18Cygwin: resolver: Added processing of AAAA recordsAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: A little more consistency in debug messagesAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Format spec consistency for Windows errorsAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Debug to output both IP and port # in native b.o.Anton Lavrentiev via Cygwin-patches
2022-01-17Use matching format for NTSTATUSAnton Lavrentiev via Cygwin-patches
2022-01-17Fix format specifier for wide-char stringAnton Lavrentiev via Cygwin-patches
2022-01-17libgloss: clean up redundant shared lib warningsMike Frysinger
2022-01-17Merge autoconf / automake update changes from GCC.Joseph Myers
2022-01-15newlib: update to automake-1.15Mike Frysinger
2022-01-14require autoconf-2.69 exactlyMike Frysinger
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano
2022-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano