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
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano
2021-04-27Cygwin: tty.h: devices.h is a local header, not a system headerCorinna Vinschen
2021-04-20Cygwin: pty: Fix race issue in inheritance of pseudo console.Takashi Yano
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches
2020-10-27Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-06-06Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches
2020-05-25Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches
2020-05-25Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano
2019-09-05Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2019-03-25Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano
2015-04-23Remove unused 32/64 bit tty codeCorinna Vinschen
2015-04-23Raise # of ptys to 128.Corinna Vinschen
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano
2015-03-05 * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor