aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-21newlib: stop checking --enable-multilib in subdirsMike Frysinger115-1534/+68
2022-01-21newlib: move to ../config/multi.m4 for multilib logicMike Frysinger5-44/+61
2022-01-21newlib: punt unused template fileMike Frysinger1-1/+0
2022-01-21newlib: switch to autoconf long double macroMike Frysinger5-101/+84
2022-01-19newlib: switch newlib.h to autoheaderMike Frysinger4-22/+100
2022-01-19newlib: iconv: autogenerate iconv define listMike Frysinger7-28/+1055
2022-01-19newlib: add missing _NANO_MALLOC to newlib.hinMike Frysinger1-0/+3
2022-01-19newlib: move version defines out of the config headersMike Frysinger4-19/+27
2022-01-19newlib: sort newlib.h outputMike Frysinger1-134/+132
2022-01-19newlib: clean up autoheader templatesMike Frysinger3-161/+127
2022-01-19newlib: merge acconfig.h changes into newlib.hinMike Frysinger3-194/+3
2022-01-19newlib: internalize HAVE_INITFINI_ARRAYMike Frysinger8-12/+12
2022-01-19newlib: libm: switch to autoconf long double macroMike Frysinger2-63/+62
2022-01-19Cygwin: silence xsltproc when writing manpagesJon Turney1-3/+5
2022-01-19Cygwin: silence xsltproc when writing chunked htmlJon Turney1-3/+5
2022-01-19Cygwin: silence dblatex when building PDFsJon Turney1-2/+5
2022-01-19Cygwin: silence most custom build rulesJon Turney2-38/+38
2022-01-19Cygwin: resolver: cygwin_query() skip response header on internal errorAnton Lavrentiev via Cygwin-patches1-1/+2
2022-01-19Cygwin: Fix configure help for --{en,dis}able-doc optionJon Turney1-1/+1
2022-01-19Cygwin: add resolver fixes to release messageCorinna Vinschen1-1/+1
2022-01-19Cygwin: resolver: A few fixes for cygwin_query(), part 2Anton Lavrentiev via Cygwin-patches1-4/+5
2022-01-19Cygwin: resolver: Targets in SRV DNS responses may not be compressedAnton Lavrentiev via Cygwin-patches1-0/+1
2022-01-19Cygwin: resolver: Fix to match response ID with request IDAnton Lavrentiev via Cygwin-patches2-2/+11
2022-01-19Cygwin: resolver: A few fixes for cygwin_query()Anton Lavrentiev via Cygwin-patches1-8/+13
2022-01-19Cygwin: resolver: Process options forward (not backwards)Anton Lavrentiev via Cygwin-patches1-4/+6
2022-01-18newlib: iconv: sort ccsbi.c contentsMike Frysinger2-94/+94
2022-01-18newlib: iconv: sync mkdeps.pl with aliasesbi.c changesMike Frysinger1-3/+3
2022-01-18newlib: drop autoconf-2.59 workaroundMike Frysinger1-127/+0
2022-01-18newlib: enable automake subdir-objects in all dirsMike Frysinger4-107/+141
2022-01-18newlib: avoid duplicate awk checksMike Frysinger119-361/+36
2022-01-18newlib: merge old AC_LIBTOOL_WIN32_DLL macro into LT_INITMike Frysinger32-5008/+4944
2022-01-18newlib: update libtool macro nameMike Frysinger16-26/+26
2022-01-18newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger181-2473/+320
2022-01-18Cygwin: fhandler_base: Fix double free caused when open() fails.Takashi Yano2-2/+5
2022-01-18Cygwin: add release text for last two patchesCorinna Vinschen1-0/+7
2022-01-18Cygwin: path_conv: do not get confused by a directory with `.lnk` suffixJohannes Schindelin1-0/+1
2022-01-18Cygwin: resolver: Added processing of AAAA recordsAnton Lavrentiev via Cygwin-patches1-8/+7
2022-01-18Cygwin: resolver: A little more consistency in debug messagesAnton Lavrentiev via Cygwin-patches1-7/+7
2022-01-18Cygwin: resolver: Format spec consistency for Windows errorsAnton Lavrentiev via Cygwin-patches1-4/+4
2022-01-18Cygwin: resolver: Debug to output both IP and port # in native b.o.Anton Lavrentiev via Cygwin-patches1-14/+22
2022-01-17Use matching format for NTSTATUSAnton Lavrentiev via Cygwin-patches1-2/+2
2022-01-17Fix format specifier for wide-char stringAnton Lavrentiev via Cygwin-patches1-1/+1
2022-01-17libgloss: clean up redundant shared lib warningsMike Frysinger79-313/+3
2022-01-17Merge autoconf / automake update changes from GCC.Joseph Myers3-9/+54
2022-01-14newlib: update to automake-1.15Mike Frysinger375-51688/+83297
2022-01-14require autoconf-2.69 exactlyMike Frysinger761-4054/+1858
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano1-4/+10
2022-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano2-3/+6
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano4-43/+23
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano3-1/+7