aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-26Cygwin: console: Add workaround for broken IL/DL in xterm mode.Takashi Yano3-2/+166
2020-02-26Cygwin: ps: fix compiler warning in ttynamCorinna Vinschen1-9/+10
2020-02-26Cygwin: cygserver: drop useless packed attributeCorinna Vinschen1-9/+3
2020-02-26Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.oCorinna Vinschen1-0/+2
2020-02-26Cygwin: posix timers: fix uninitialized variableCorinna Vinschen1-1/+1
2020-02-26cpuinfo:power management: add proc_feedback, acc_powerBrian Inglis1-2/+2
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill23-23/+161
2020-02-24Cygwin: console: Fix segfault on shared_console_info access.Takashi Yano2-12/+15
2020-02-24fhandler_proc/cpuinfo: support fast short REP MOVSBBrian Inglis1-0/+1
2020-02-21Cygwin: add release message for NUL character bugsCorinna Vinschen1-0/+7
2020-02-21Cygwin: don't move cursor on NUL char at allCorinna Vinschen1-2/+3
2020-02-20Cygwin: fhandler_console.cc: fix minor style issuesCorinna Vinschen1-3/+3
2020-02-20Cygwin: console: ignore NUL byte on write in xterm emulation mode as wellCorinna Vinschen1-1/+3
2020-02-20newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill1-0/+8
2020-02-19Bump DLL version to 3.1.5Corinna Vinschen1-1/+1
2020-02-18Cygwin: console: Add guard for set/unset xterm compatible mode.cygwin-3_1_4-releaseTakashi Yano4-58/+103
2020-02-18Cygwin: console: Fix ioctl() FIONREAD.Takashi Yano1-4/+33
2020-02-18Cygwin: add @cjksingle to release docsCorinna Vinschen2-0/+12
2020-02-18Cygwin: describe new locale modifier @cjksingle for user guideThomas Wolff1-0/+11
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2-4/+17
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen7-29/+37
2020-02-18Cygwin: move 3.1.3 to 3.1.4 release documentCorinna Vinschen2-33/+34
2020-02-17Cygwin: console: Fix code for restoring console mode.Takashi Yano1-1/+1
2020-02-17Cygwin: Bump DLL version to 3.1.4Corinna Vinschen1-1/+1
2020-02-17Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-releaseTakashi Yano3-67/+89
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie1-1/+1
2020-02-11Cygwin: pty: Add error handling in setup_pseudoconsole().Takashi Yano1-68/+111
2020-02-11Only pass the minimum number of syscall argumentsGeorg Sauthoff18-29/+48
2020-02-10Cygwin: pty: Prevent potential errno overwriting.Takashi Yano1-0/+3
2020-02-10Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano2-2/+16
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano5-91/+329