summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* newlib/libm/common: Fix modf/modff returning snanKeith Packard via Newlib2020-03-262-16/+4
* Fix spurious underflow exceptions for Bessel functions for double(from glibc ...Joseph S. Myers2020-03-264-9/+13
* Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"Corinna Vinschen2020-03-251-26/+12
* fhandler_serial: fix commentsCorinna Vinschen2020-03-251-3/+3
* Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queueCorinna Vinschen2020-03-251-12/+26
* Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen2020-03-234-81/+56
* Cygwin: serial: select: call ClearCommError prior to calling WaitCommEventCorinna Vinschen2020-03-231-8/+18
* Cygwin: serial: select: fix WaitCommEvent requestCorinna Vinschen2020-03-231-4/+12
* Cygwin: serial: tcsetattr: set timeouts unconditionallyCorinna Vinschen2020-03-231-41/+38
* Cygwin: serial: avoid overrun of vtimeCorinna Vinschen2020-03-221-4/+4
* Cygwin: serial: select: fix previous revamp patchÅke Rehnman2020-03-222-4/+9
* Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen2020-03-224-198/+84
* Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen2020-03-222-94/+117
* Cygwin: serial: select: simplify peek_serialCorinna Vinschen2020-03-221-24/+19
* Cygwin: Use a separate Start Menu folder for WoW64 installsJon Turney2020-03-212-7/+10
* Fix hypotf missing mask in hi+lo decompositionFabian Schriever2020-03-191-2/+2
* Fix modf/f for NaN inputFabian Schriever2020-03-192-0/+2
* Fix for k_tan.c specific inputsFabian Schriever2020-03-181-8/+21
* Cygwin: serial: wait for CancelIo completionCorinna Vinschen2020-03-161-1/+1
* RTEMS: Include missing header and fix stubSebastian Huber2020-03-131-1/+2
* Cygwin: pty: Add FreeConsole to destructor of pty slave.Takashi Yano via Cygwin-patches2020-03-131-2/+9
* Cygwin: serial: try fix o_nonblockCorinna Vinschen2020-03-121-0/+10
* Cygwin: belatedly add Hans-Bernhard to CONTRIBUTORS fileCorinna Vinschen2020-03-111-0/+1
* Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen2020-03-1199-117/+117
* Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen2020-03-1122-26/+26
* Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen2020-03-1147-137/+137
* Cygwin: fix formatting: replace TAB char with \t in string constantCorinna Vinschen2020-03-111-1/+1
* Fix truncf for sNaN inputFabian Schriever2020-03-111-1/+1
* i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill2020-03-101-1/+1
* Fix error in fdim/f for infinitiesFabian Schriever2020-03-102-8/+2
* Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever2020-03-092-2/+2
* Cygwin: console: Fix behaviour of "ESC 8" after reset.Takashi Yano2020-03-091-0/+7
* Do not bother passing optional argument to WriteConsoleA.Hans-Bernhard Broeker2020-03-091-28/+23
* Collect handling of wpixput and wpbuf into a helper class.Hans-Bernhard Broeker2020-03-091-65/+76
* Fix error in float trig. function range reductionFabian Schriever2020-03-031-1/+1
* Cygwin: console: convert wpbuf_put to inline functionCorinna Vinschen2020-03-021-4/+7
* Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".Takashi Yano2020-03-022-13/+41
* Cygwin: console: Prevent buffer overrun.Takashi Yano2020-03-021-10/+8
* Cygwin: console: Fix setting/unsetting xterm mode for input.Takashi Yano2020-03-021-2/+3
* Cygwin: console: Revise the code to fix tab position.Takashi Yano2020-03-021-12/+3
* Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queueCorinna Vinschen2020-03-022-8/+4
* Fix error in powf for (-1.0, NaN) inputFabian Schriever2020-03-021-1/+1
* arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw2020-03-022-7/+19
* Cygwin: console: Adjust the detailed behaviour of ESC sequences.Takashi Yano2020-02-282-7/+45
* Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen2020-02-284-10/+16
* Cygwin: 32 bit: remove old code to 16 bit align stackCorinna Vinschen2020-02-282-21/+6
* Cygwin: AF_UNIX: use Nt functions within Nt functionsCorinna Vinschen2020-02-281-3/+3
* Cygwin: AF_UNIX: fix creating shared mem region in dupCorinna Vinschen2020-02-281-6/+6
* Cygwin: Update dumper for bfd API changesJon Turney2020-02-272-8/+26
* Cygwin: console: Add emulation of CSI3J on Win10 1809.Takashi Yano2020-02-261-2/+17