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