summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cygwin: console: Add support for REP escape sequence to xterm mode.Takashi Yano2020-02-263-0/+45
* Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.Takashi Yano2020-02-261-21/+22
* Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano2020-02-263-2/+166
* Cygwin: ps: fix compiler warning in ttynamCorinna Vinschen2020-02-261-9/+10
* Cygwin: cygserver: drop useless packed attributeCorinna Vinschen2020-02-261-9/+3
* Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.oCorinna Vinschen2020-02-261-0/+2
* Cygwin: posix timers: fix uninitialized variableCorinna Vinschen2020-02-261-1/+1
* cpuinfo:power management: add proc_feedback, acc_powerBrian Inglis2020-02-261-2/+2
* x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill2020-02-2523-23/+161
* Cygwin: console: Fix segfault on shared_console_info access.Takashi Yano2020-02-242-12/+15
* fhandler_proc/cpuinfo: support fast short REP MOVSBBrian Inglis2020-02-241-0/+1
* Cygwin: add release message for NUL character bugsCorinna Vinschen2020-02-211-0/+7
* Cygwin: don't move cursor on NUL char at allCorinna Vinschen2020-02-211-2/+3
* Cygwin: fhandler_console.cc: fix minor style issuesCorinna Vinschen2020-02-201-3/+3
* Cygwin: console: ignore NUL byte on write in xterm emulation mode as wellCorinna Vinschen2020-02-201-1/+3
* newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill2020-02-201-0/+8
* Bump DLL version to 3.1.5Corinna Vinschen2020-02-191-1/+1
* Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano2020-02-184-58/+103
* Cygwin: console: Fix ioctl() FIONREAD.Takashi Yano2020-02-181-4/+33
* Cygwin: add @cjksingle to release docsCorinna Vinschen2020-02-182-0/+12
* Cygwin: describe new locale modifier @cjksingle for user guideThomas Wolff2020-02-181-0/+11
* Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2020-02-182-4/+17
* Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen2020-02-187-29/+37