summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano2019-09-154-397/+107
* Cygwin: pty: Fix bad file descriptor error in some environment.Takashi Yano2019-09-151-2/+0
* Cygwin: fix CPU_SET macro visibilityMark Geisert2019-09-141-0/+3
* Cygwin: console: Fix read() in non-canonical mode.Takashi Yano2019-09-141-291/+315
* Cygwin: pty: Switch input and output pipes individually.Takashi Yano2019-09-148-101/+173
* Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.Takashi Yano2019-09-141-0/+1
* Cygwin: pty: Fix screen alternation while pseudo console switching.Takashi Yano2019-09-141-8/+14
* Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.Takashi Yano2019-09-144-42/+50
* libc/include/devctl.h: Add SOCKCLOSE per FACE Technical Standard, Edition 3.0Joel Sherrill2019-09-101-5/+24
* Cygwin: pty: Make SetConsoleCursorPosition() to be hooked.Takashi Yano2019-09-061-0/+9
* Cygwin: pty: Make sure to show system error messagesTakashi Yano2019-09-051-6/+49
* Cygwin: pty: Fix potential state mismatch regarding pseudo console.Takashi Yano2019-09-051-2/+7
* Cygwin: pty: Fix select() with pseudo console support.Takashi Yano2019-09-054-15/+207
* Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano2019-09-053-5/+16
* Cygwin: pty: Add a workaround for ^C handling.Takashi Yano2019-09-042-1/+6
* Cygwin: pty: Limit API hook to the program linked with the APIs.Takashi Yano2019-09-044-71/+66
* Cygwin: pty: Fix state management for pseudo console support.Takashi Yano2019-09-046-254/+289
* Cygwin: pty: Move function hook_api() into hookapi.cc.Takashi Yano2019-09-043-44/+35
* Cygwin: pty: Speed up a little hooked Win32 API for pseudo console.Takashi Yano2019-09-041-1/+3
* Cygwin: pty: Code cleanupTakashi Yano2019-09-041-28/+0
* Adjust nios2 and m68k semihosting for sys/stat.h changes.Sandra Loosemore2019-09-044-12/+12
* Cygwin: sys/wait.h: Add _wait prototype to avoid compiler warningCorinna Vinschen2019-09-031-0/+4
* fe_dfl_env.c: Fix typo in commentJoel Sherrill2019-09-031-1/+1
* riscv/include/fenv.h: Use shared fenv.h.Joel Sherrill2019-09-031-42/+0
* Cygwin: add W10 pseudo console support to release notesCorinna Vinschen2019-08-292-6/+18
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-2912-55/+2016
* Cygwin: get_posix_access: avoid negative subscriptKen Brown2019-08-261-4/+4
* Fix regression in visium caused by sys/stat.h changeJeff Law2019-08-202-6/+6
* Cygwin: math: Properly propagate input NANs in a few functionsMartin Storsjö2019-08-206-8/+20
* Cygwin: math: Fix cosh(-INFINITY) to return +INFINITYMartin Storsjö2019-08-201-1/+1
* Cygwin: math: Fix the return value for tgammal for zero and negative integersMartin Storsjö2019-08-201-2/+5
* Revert previous change to sys/stat.h and fix cris libglossJeff Johnston2019-08-192-15/+12
* Fix regression in cris-elf caused by sys/stat.h changeJeff Johnston2019-08-191-2/+11
* Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen2019-08-188-111/+40
* Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen2019-08-172-17/+3
* stat.h: use POSIX-required timefields throughoutCorinna Vinschen2019-08-161-16/+6
* fenv: Include documentation in generated .info fileJoel Sherrill2019-08-155-2/+49
* Cygwin: ldd: Try harder to get dll namesMark Geisert2019-08-152-2/+44
* Cygwin: console: Fix the condition to interrupt select() by SIGWINCHTakashi Yano2019-08-151-1/+3
* Cygwin: console: Fix workaround for horizontal tab positionTakashi Yano2019-08-151-18/+29
* memmem.c and strstr.c: do not require -std=c99Giacomo Tesio2019-08-142-5/+10
* fenv: Update makedocbook for eae68bfcJon Turney2019-08-131-1/+3
* fenv: Fix typo-ed variable name in documentationJon Turney2019-08-131-1/+1
* fenv: Fix mangled makedoc markupJon Turney2019-08-134-8/+8
* fenv: fe_dfl_env.c doesn't contain any documentationJon Turney2019-08-132-2/+2
* Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen2019-08-132-3/+17
* sched.h: Declare affinity functions only on targets supporting themCorinna Vinschen2019-08-121-0/+6
* Cygwin: ps: fix a compiler warningCorinna Vinschen2019-08-121-2/+2
* Cygwin: console: Fix cursor position restore after screen alternation.Takashi Yano2019-08-121-0/+3
* Cygwin: console: Add workaround for windows xterm compatible mode bug.Takashi Yano2019-08-121-0/+19