aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"github/topic/serial_iotopic/serial_ioCorinna Vinschen1-26/+12
2020-03-25fhandler_serial: fix commentsCorinna Vinschen1-3/+3
2020-03-25Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queueCorinna Vinschen1-12/+26
2020-03-23Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen4-81/+56
2020-03-23Cygwin: serial: select: call ClearCommError prior to calling WaitCommEventCorinna Vinschen1-8/+18
2020-03-23Cygwin: serial: select: fix WaitCommEvent requestCorinna Vinschen1-4/+12
2020-03-23Cygwin: serial: tcsetattr: set timeouts unconditionallyCorinna Vinschen1-41/+38
2020-03-22Cygwin: serial: avoid overrun of vtimeCorinna Vinschen1-4/+4
2020-03-22Cygwin: serial: select: fix previous revamp patchÅke Rehnman2-4/+9
2020-03-22Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen4-198/+84
2020-03-22Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen2-94/+117
2020-03-22Cygwin: serial: select: simplify peek_serialCorinna Vinschen1-24/+19
2020-03-21Cygwin: Use a separate Start Menu folder for WoW64 installsJon Turney2-7/+10
2020-03-19Fix hypotf missing mask in hi+lo decompositionFabian Schriever1-2/+2
2020-03-19Fix modf/f for NaN inputFabian Schriever2-0/+2
2020-03-18Fix for k_tan.c specific inputsFabian Schriever1-8/+21
2020-03-16Cygwin: serial: wait for CancelIo completionCorinna Vinschen1-1/+1
2020-03-13RTEMS: Include missing header and fix stubSebastian Huber1-1/+2
2020-03-13Cygwin: pty: Add FreeConsole to destructor of pty slave.Takashi Yano via Cygwin-patches1-2/+9
2020-03-12Cygwin: serial: try fix o_nonblockCorinna Vinschen1-0/+10
2020-03-11Cygwin: belatedly add Hans-Bernhard to CONTRIBUTORS fileCorinna Vinschen1-0/+1
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen99-117/+117
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen22-26/+26
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen47-137/+137
2020-03-11Cygwin: fix formatting: replace TAB char with \t in string constantCorinna Vinschen1-1/+1
2020-03-11Fix truncf for sNaN inputFabian Schriever1-1/+1
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill1-1/+1
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever2-8/+2
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever2-2/+2
2020-03-09Cygwin: console: Fix behaviour of "ESC 8" after reset.Takashi Yano1-0/+7
2020-03-09Do not bother passing optional argument to WriteConsoleA.Hans-Bernhard Broeker1-28/+23
2020-03-09Collect handling of wpixput and wpbuf into a helper class.Hans-Bernhard Broeker1-65/+76
2020-03-03Fix error in float trig. function range reductionFabian Schriever1-1/+1
2020-03-02Cygwin: console: convert wpbuf_put to inline functionCorinna Vinschen1-4/+7
2020-03-02Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano2-13/+41
2020-03-02Cygwin: console: Prevent buffer overrun.Takashi Yano1-10/+8
2020-03-02Cygwin: console: Fix setting/unsetting xterm mode for input.Takashi Yano1-2/+3
2020-03-02Cygwin: console: Revise the code to fix tab position.Takashi Yano1-12/+3
2020-03-02Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queueCorinna Vinschen2-8/+4
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever1-1/+1
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw2-7/+19
2020-02-28Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano2-7/+45
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen4-10/+16
2020-02-28Cygwin: 32 bit: remove old code to 16 bit align stackCorinna Vinschen2-21/+6
2020-02-28Cygwin: AF_UNIX: use Nt functions within Nt functionsCorinna Vinschen1-3/+3
2020-02-28Cygwin: AF_UNIX: fix creating shared mem region in dupCorinna Vinschen1-6/+6
2020-02-27Cygwin: Update dumper for bfd API changesJon Turney2-8/+26
2020-02-26Cygwin: console: Add emulation of CSI3J on Win10 1809.Takashi Yano1-2/+17
2020-02-26Cygwin: console: Add support for REP escape sequence to xterm mode.Takashi Yano3-0/+45
2020-02-26Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.Takashi Yano1-21/+22