aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-10libgloss: hardcode AC_CONFIG_AUX_DIR pathMike Frysinger106-1543/+260
2022-01-10Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrapYaakov Selkowitz1-0/+2
2022-01-10Fix documented argv and envp params for posix_spawnKeith Thompson1-2/+2
2022-01-07libnosys: update autoheader usageMike Frysinger4-59/+49
2022-01-07libgloss: wince: add ACLOCAL_AMFLAGS settingsMike Frysinger2-0/+2
2022-01-07newlib: use .texi with libc & libm manualsMike Frysinger9-25/+25
2022-01-06newlib: README: libgloss no longer uses '--cygnus' automake optionJon Turney1-3/+0
2022-01-05newlib: fix silent build in a few subdirsMike Frysinger8-16/+16
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger274-454/+454
2022-01-05update OpenBSD string functionsGuilherme Janczak4-208/+144
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston114-12232/+12880
2021-12-31newlib: require automake-1.11.6Mike Frysinger1-2/+2
2021-12-30Cygwin: Update CI configuration for python version changeJon Turney2-4/+4
2021-12-29libgloss: wince: update to automake-1.15Mike Frysinger4-267/+685
2021-12-29newlib: Regenerate autotools filesJon Turney147-834/+674
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney143-288/+9
2021-12-29newlib: Regenerate autotools filesJon Turney260-3742/+4285
2021-12-29newlib: Make effects of 'cygnus' explicitJon Turney3-2/+4
2021-12-26Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown2-2/+14
2021-12-20cygwin: Add cocom and patch to build prerequisites in FAQJon Turney1-5/+5
2021-12-17Cygwin: Conditionally build documentationJon Turney4-8/+39
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano2-1/+5
2021-12-14Cygwin: pty: Fix conditions for input transfer again.Takashi Yano1-28/+39
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano2-16/+16
2021-12-13README: configure.in -> configure.acJon Turney1-10/+10
2021-12-13Cygwin: Use AS_HELP_STRING for --enable-debuggingJon Turney1-1/+1
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano3-1/+40
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.github/topic/pipetopic/pipeTakashi Yano1-0/+3
2021-12-12Cygwin: Document that the pipe_byte option is now set by defaultKen Brown3-2/+12
2021-12-12Cygwin: fhandler_pipe::raw_read: minor code cleanupKen Brown1-11/+1
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano2-46/+28
2021-12-12Cygwin: console: Fix console mode of non-cygwin apps in background.Takashi Yano1-2/+5
2021-12-12Cygwin: pty: Fix console mode of non-cygwin apps in background.Takashi Yano1-2/+1
2021-12-12Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.Takashi Yano1-3/+6
2021-12-12Cygwin: pty: Add missing input transfer when switch_to_pcon_in state.Takashi Yano2-17/+75
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano2-2/+3
2021-12-11Cygwin: path: Fix path conversion of virtual drive.Takashi Yano1-21/+35
2021-12-09newlib: Regenerate all autotools filesJon Turney373-6822/+21772
2021-12-09newlib: Enable automake silent rulesJon Turney2-0/+4
2021-12-08Cygwin: Update configure.ac to use AC_CONFIG_HEADERSJon Turney1-1/+1
2021-12-08Cygwin: path: Convert UNC path prefix back to drive letter.Takashi Yano2-1/+41
2021-12-07Cygwin: clipboard: Fix a bug in read().Takashi Yano2-1/+7
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano16-166/+2034
2021-12-03frexpl: Support smaller long double of LDBL_MANT_DIG == 53.Takashi Yano1-12/+42
2021-12-03Revert "ctype: use less short names in public header"Corinna Vinschen24-69/+56
2021-12-03Cygwin: Fix typo in new-features.xmlTakashi Yano1-1/+1
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen3-9/+7
2021-12-02Cygwin: console: Fix OSC sequence handling.Takashi Yano1-7/+24
2021-11-30Modifying patch from: marian.buschsieweke@ovgu.deJeff Johnston2-11/+24
2021-11-30Cygwin: get/setrlimit: move RLIMIT_AS handling into static functionsCorinna Vinschen1-73/+84