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-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano
2022-03-19Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.Takashi Yano
2022-03-19Cygwin: console: Ignore dwControlKeyState in event comparison.Takashi Yano
2022-03-18Cygwin: console: Add attach_mutex guard that was not added.Takashi Yano
2022-03-18Cygwin: console: Fix typeahead key swapping which still occurs.Takashi Yano
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano
2022-03-02Cygwin: console: Fix a bug from comparison between int and DWORD.Takashi Yano
2022-03-02Cygwin: console: Prevent special keys processing from drop.Takashi Yano
2022-03-02Cygwin: console: Stop to create struct instance which is not needed.Takashi Yano
2022-02-28Cygwin: console: Improve the code to avoid typeahead key swapping.Takashi Yano
2022-02-26Cygwin: console: Prevent the order of typeahead input from swapped.Takashi Yano
2022-02-26Cygwin: console: Fix issues of apps which open pty.Takashi Yano
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.Takashi Yano
2022-02-23Cygwin: pty, console: Add a workaround for GDB SIGINT handling.Takashi Yano
2022-02-23Cygwin: console: Redesign handling of special keys.Takashi Yano
2022-02-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano
2022-02-20Cygwin: console: Call fix_tab_position() only if having broken tabs.Takashi Yano
2022-02-20Cygwin: console: Rearrange set_(in|out)put_mode() calls.Takashi Yano
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano
2022-02-13Cygwin: console: Fix console mode for non-cygwin inferior of GDB.Takashi Yano
2022-02-13Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps.Takashi Yano
2022-02-11Cygwin: console: Maintain ENABLE_(INSERT|QUICK_EDIT)_MODE flags.Mitchell Hentges
2022-02-05Cygwin: console: Remove unnecessary (redundant) code.Takashi Yano
2022-02-03Cygwin: console: Fix IL/DL escape sequence on the last line.Takashi Yano
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano
2021-12-02Cygwin: console: Fix OSC sequence handling.Takashi Yano
2021-11-18Cygwin: console: Fix interference issue regarding master thread.Takashi Yano
2021-11-16Cygwin: console: Handle Unicode surrogate pairs.Johannes Schindelin
2021-11-02Cygwin: console: Fix a bug on input when signalled.Takashi Yano
2021-10-29Cygwin: drop support for simple invisible console codeCorinna Vinschen
2021-10-10Cygwin: pty: Fix handle leak regarding attach_mutex.Takashi Yano
2021-09-18Cygwin: allow open_setup to failKen Brown
2021-07-06Cygwin: console: Fix garbled input for non-ASCII chars.Takashi Yano
2021-07-06Revert "Cygwin: console: Fix garbled input for non-ASCII chars."Corinna Vinschen
2021-07-06Cygwin: console: Fix garbled input for non-ASCII chars.Takashi Yano
2021-05-08Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen
2021-04-20Cygwin: console: Fix race issue regarding cons_master_thread().Takashi Yano
2021-04-19Cygwin: console: Fix a bug in the code to fix tab position.Takashi Yano
2021-03-08Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches
2021-02-22Cygwin: console: Prevent NULL pointer access in close().Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Add support for FLUSHO and Ctrl-O.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: console: Fix SIGWINCH handling in Win7.Takashi Yano via Cygwin-patches
2021-02-17Cygwin: console: Introduce new thread which handles input signal.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-01Cygwin: console: Align the behaviour against signal with pty.Takashi Yano via Cygwin-patches
2021-02-01Cygwin: console: Make read() thread-safe.Takashi Yano via Cygwin-patches