Commit Graph

  • e91ea41ef1 Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background. Takashi Yano 2021-12-12 21:20:47 +0900
  • acc44e09d1 Cygwin: pty: Add missing input transfer when switch_to_pcon_in state. Takashi Yano 2021-12-11 22:08:25 +0900
  • 72175bbd28 Cygwin: clipboard: Make intent of the code clearer. Takashi Yano 2021-12-08 20:59:05 +0900
  • 5aa2be8ac2 Cygwin: path: Fix path conversion of virtual drive. Takashi Yano 2021-12-09 17:15:23 +0900
  • 639cb7ec1a
    newlib: Regenerate all autotools files Jon Turney 2021-12-08 16:15:33 +0000
  • 2b6f088ac3
    newlib: Enable automake silent rules Jon Turney 2021-07-23 14:57:24 +0100
  • 366e43a30c
    Cygwin: Update configure.ac to use AC_CONFIG_HEADERS Jon Turney 2021-12-07 13:20:27 +0000
  • 30089b3fbd Cygwin: path: Convert UNC path prefix back to drive letter. Takashi Yano 2021-12-08 20:15:45 +0900
  • 69ed8ca20c Cygwin: clipboard: Fix a bug in read(). Takashi Yano 2021-12-07 22:25:34 +0900
  • a4705d387f ldtoa: Import gdtoa from OpenBSD. Takashi Yano 2021-12-01 06:11:32 +0900
  • 34876c05a5 frexpl: Support smaller long double of LDBL_MANT_DIG == 53. Takashi Yano 2021-12-02 18:51:21 +0900
  • dbc7d28ba9 Revert "ctype: use less short names in public header" Corinna Vinschen 2021-12-02 11:21:14 +0100
  • 8dd641f236 Cygwin: Fix typo in new-features.xml Takashi Yano 2021-12-03 12:15:17 +0900
  • fb1fe93203 Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIR Corinna Vinschen 2021-12-02 14:13:43 +0100
  • e1026837dd Cygwin: console: Fix OSC sequence handling. Takashi Yano 2021-12-02 12:35:47 +0900
  • 8fa73a9f84 Modifying patch from: marian.buschsieweke@ovgu.de Jeff Johnston 2021-11-29 17:33:52 -0500
  • 3edea7cd55 Cygwin: get/setrlimit: move RLIMIT_AS handling into static functions Corinna Vinschen 2021-11-30 12:54:03 +0100
  • 670beaed02 Cygwin: setrlimit: Add a permission check Corinna Vinschen 2021-11-30 12:48:34 +0100
  • d64cd470ae Cygwin: get_rlimit_stack: add a comment Corinna Vinschen 2021-11-30 11:40:24 +0100
  • 48f6c59332 stdio: Fix issue of printing "%La" format with large exp part. Takashi Yano 2021-11-29 21:56:46 +0900
  • 3502a6ff2e Cygwin: add 3.4 release messages Corinna Vinschen 2021-11-26 17:06:00 +0100
  • 1c7384f9d1 Cygwin: get/setrlimit: implement RLIMIT_AS Corinna Vinschen 2021-11-26 17:01:28 +0100
  • f885632f4f ldtoa: Fix insufficient valid output digits for "%f" format. Takashi Yano 2021-11-26 06:47:27 +0900
  • 4f47e64b11 Cygwin: fhandler_fifo::raw_read: handle STATUS_PENDING Ken Brown 2021-11-23 11:40:56 -0500
  • 6d34b62cb8 Cygwin: fhandler_pipe::raw_read: fix handle leak Ken Brown 2021-11-23 10:13:43 -0500
  • e84b43ea93 Cygwin: Fix release note 3.3.3. Takashi Yano 2021-11-23 01:08:49 +0900
  • a496c9cdf8 Cygwin: sigproc: Fix potential race issue regarding exit_state. Takashi Yano 2021-11-20 03:24:18 +0900
  • 68faeef4be ldtoa: don't restrict outbuf size to ndigits Corinna Vinschen 2021-11-22 13:57:16 +0100
  • 1fda4aebd6 Cygwin: add release message for raise fix Corinna Vinschen 2021-11-22 12:37:01 +0100
  • afb7c557d2 Cygwin: raise: align return value and error checking to Linux Corinna Vinschen 2021-11-22 12:35:39 +0100
  • 24bffff63e Cygwin: raise: fix check for multithreaded process Corinna Vinschen 2021-11-22 12:33:47 +0100
  • d54d8f173d Cygwin: pthread_kill: check for invalid signal number Corinna Vinschen 2021-11-22 12:19:02 +0100
  • f03222f242 Cygwin: fhandler_netdrive: improve debug output Corinna Vinschen 2021-11-19 12:19:31 +0100
  • a92d69d743 Cygwin: sigproc: Do not send signal to myself if exiting. Takashi Yano 2021-11-20 02:32:12 +0900
  • c8b779aff4 Cygwin: console: Fix interference issue regarding master thread. Takashi Yano 2021-11-18 12:28:53 +0900
  • 8c1bbf2f2c Cygwin: pipe: Suppress unnecessary set_pipe_non_blocking() call. Takashi Yano 2021-11-17 12:39:04 +0900
  • b959a54321 Cygwin: Correct the release notes 3.3.3. Takashi Yano 2021-11-17 12:39:38 +0900
  • 5badb8aa0a Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode. Takashi Yano 2021-11-17 08:13:17 +0900
  • 41de4b6fd7 Cygwin: fix up cached DOS file attributes after file creation Corinna Vinschen 2021-11-16 19:44:21 +0100
  • 9980177def Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation" Corinna Vinschen 2021-11-16 18:36:27 +0100
  • bff995a780
    Cygwin: Drop 'make check' from AppVeyor Jon Turney 2021-11-16 16:48:10 +0000
  • 287cb02f69
    Cygwin: Extend GitHub workflow to also build on Windows Jon Turney 2021-04-29 20:16:48 +0100
  • ad68ec27c3
    Fix 'make man' after 67208d9e Jon Turney 2021-11-16 12:41:30 +0000
  • 782aac590a Cygwin: console: Handle Unicode surrogate pairs. Johannes Schindelin 2021-11-16 11:26:10 +0100
  • 076c856739 cleanup Unicode data files after generating updated tables Thomas Wolff 2021-11-15 00:00:00 +0100
  • 3cef6dfb5e update to Unicode 14.0 Thomas Wolff 2021-11-11 00:00:00 +0100
  • 67208d9ef8 newlib: merge doc into top-level Makefile Mike Frysinger 2021-11-10 21:04:31 -0500
  • 6226bad0ea change _COMPILING_NEWLIB to _LIBC Mike Frysinger 2021-11-08 22:22:27 -0500
  • 2b28977149 Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation Corinna Vinschen 2021-11-15 20:31:51 +0100
  • 98d10e5fd2 Cygwin: dllfixdbg: create .gnu_debuglink section in the right spot Corinna Vinschen 2021-11-15 13:32:03 +0100
  • df5de02e0e newlib: ignore _FORTIFY_SOURCE when building newlib Mike Frysinger 2021-11-08 21:42:12 -0500
  • 372093689c define _COMPILING_NEWLIB for all targets when compiling Mike Frysinger 2021-11-08 19:23:33 -0500
  • 3ba1bd0d9d ctype: use less short names in public header Mike Frysinger 2021-11-08 19:28:16 -0500
  • 88c9008bb2 Cygwin: add 3.3.3 release notes Corinna Vinschen 2021-11-11 11:01:23 +0100
  • 7e7d471644 Cygwin: introduce isabspath_strict macro Corinna Vinschen 2021-11-10 21:17:30 +0100
  • eaf0725486 Cygwin: drop unused isabspath_u and iswabspath macros Corinna Vinschen 2021-11-10 21:08:11 +0100
  • 576ace1f2f Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero. Takashi Yano 2021-11-11 12:30:24 +0900
  • 24491c1251 winsup: delete old _LIBC logic Mike Frysinger 2021-11-09 19:25:22 -0500
  • f013c741c1 etc: switch to automake Mike Frysinger 2021-09-09 16:43:28 -0400
  • 8e1bc22456 etc: rename configure.in to configure.ac Mike Frysinger 2021-09-09 16:40:36 -0400
  • 784020ca76 texi2pod.pl: add no-op --no-split option support [PR28144] Sergei Trofimovich 2021-07-26 22:51:18 +0100
  • c0d69d6967 Update year range in copyright notice of binutils files Alan Modra 2021-01-01 09:28:58 +1030
  • e08eb1d7cb Add libctf to update-copyright.py Alan Modra 2021-01-01 09:23:40 +1030
  • 957f0a864a texi2pod.pl: import support for @t{...} from gcc Simon Marchi 2020-01-15 12:58:08 -0500
  • bc70b16620 Update year range in copyright notice of binutils files Alan Modra 2019-01-01 21:01:27 +1030
  • 6701ccbf72 Bump to autoconf 2.69 and automake 1.15.1 Simon Marchi 2018-06-19 16:54:48 -0400
  • d3afeac439 Update year range in copyright notice of binutils files Alan Modra 2018-01-03 15:47:27 +1030
  • 4e54fa77a0 Update the address of the FSF in the copyright notice of files which were using the old address. Nick Clifton 2017-12-14 12:48:55 +0000
  • ae34198848 update-copyright.py for binutils Alan Modra 2017-01-04 23:49:58 +1030
  • babc07f7ef Fix compile time warning messages building with gcc v6.1.1 Nick Clifton 2016-06-13 10:49:26 +0100
  • c6f0a46d71 Cygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx. Takashi Yano 2021-11-10 12:24:53 +0900
  • 328e1b1a3d newlib: mips: delete glibc-specific logic Mike Frysinger 2021-11-08 22:18:43 -0500
  • 365199090c Cygwin: pipe: Avoid false EOF while reading output of C# programs. Takashi Yano 2021-11-07 12:47:18 +0900
  • 873da400e0 libgloss: regenerate aclocal.m4 & configure w/newer versions Mike Frysinger 2021-09-15 00:22:54 -0400
  • 59e83de0b1 libgloss/newlib: update configure.ac in Makefile.in files Mike Frysinger 2021-09-13 22:53:54 -0400
  • 55dd0676ce Cygwin: fix permission problem when writing DAC info on Samba shares Corinna Vinschen 2021-11-04 21:48:45 +0100
  • e37bfc8ba1 Cygwin: Add a new 3.4.0 rel notes file Corinna Vinschen 2021-11-04 11:59:25 +0100
  • c41fd516e0 Cygwin: add release note for rounding issue Corinna Vinschen 2021-11-04 11:54:22 +0100
  • 4d90e53359 ldtoa: fix dropping too many digits from output Corinna Vinschen 2021-11-04 11:30:44 +0100
  • d4e42ceb96 Cygwin: console: Prevent the exec'ed bash from exiting by Ctrl-C. Takashi Yano 2021-11-03 15:14:42 +0900
  • eb628ca8ea Cygwin: add release note Corinna Vinschen 2021-11-02 15:10:58 +0100
  • 2221bebd71 Cygwin: console: Fix yet another bug on input when signalled. Takashi Yano 2021-11-02 17:09:40 +0900
  • 561767fc59 Cygwin: console: Fix a bug on input when signalled. Takashi Yano 2021-11-02 12:40:10 +0900
  • 045ce20177 Cygwin: remove unused lsaauth authentication function Corinna Vinschen 2021-10-29 21:03:07 +0200
  • a4efb2a669 Cygwin: remove support for Vista entirely Corinna Vinschen 2021-10-29 18:18:24 +0200
  • 080eae709f Cygwin: drop support for systems not supporting the CONSOLE LOGON SID Corinna Vinschen 2021-10-29 18:17:00 +0200
  • b794f2c603 Cygwin: drop support for systems not supporting RFC 4646 locales Corinna Vinschen 2021-10-29 18:15:22 +0200
  • 687c4bad28 Cygwin: drop support for systems not supporting processor groups Corinna Vinschen 2021-10-29 18:11:27 +0200
  • 4bc8f1adb4 Cygwin: drop support for simple invisible console code Corinna Vinschen 2021-10-29 18:08:32 +0200
  • e8bfe36281 Cygwin: drop support for systems not supporting QueryUnbiasedInterruptTime Corinna Vinschen 2021-10-29 18:01:33 +0200
  • e36811afb4 Cygwin: drop Vista WOW64 specific child process handle bug Corinna Vinschen 2021-10-29 14:52:58 +0200
  • 7a3df8bb6f Cygwin: bump DLL major version Corinna Vinschen 2021-10-28 22:29:42 +0200
  • 3860338968 Cygwin: bump DLL minor version Corinna Vinschen 2021-10-28 13:41:19 +0200
  • 26894de91d Unconditionally declare strsignal Christian Biesinger via Newlib 2021-10-27 12:41:22 -0400
  • 92e488d5b8 libgloss/riscv: Fix hard coded reference to configure.in after rename Lewis Revill 2021-10-27 14:24:06 +0100
  • 44a79a6eca Cygwin: convert malloc lock to SRWLOCK Corinna Vinschen 2021-10-26 17:53:08 +0200
  • 23b1400f83 Cygwin: Make native clipboard layout same for 32- and 64-bit Mark Geisert 2021-10-25 02:25:40 -0700
  • 65d6818661 Cygwin: document sig2str and str2sig in version.h Ken Brown 2021-10-22 13:56:05 -0400
  • cb21b9cc57 Cygwin: drop outdated -O3 optimization for malloc and sync Corinna Vinschen 2021-10-22 12:47:09 +0200
  • 548f124698 Cygwin: update cygcheck OS information Corinna Vinschen 2021-10-21 18:33:35 +0200