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-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-08-02Cygwin: console: Modify ConEmu cygwin connector hook.Takashi Yano
2022-07-29Cygwin: console: Avoid accessing NULL pointer via cygheap->ctty.Takashi Yano
2022-07-28Cygwin: console: Add workaround for ConEmu cygwin connector.Takashi Yano
2022-07-28Cygwin: console: Add missing input_mutex guard.Takashi Yano
2022-07-09Cygwin: console: Fix an issue which causes when realloc() fails.Takashi Yano
2022-07-05Cygwin: console: Fix issue of pasting very long text input again.Takashi Yano
2022-07-03Cygwin: console: Fix new bugs in cons_master_thread().Takashi Yano
2022-07-02Cygwin: console: Allow pasting very long text input.Takashi Yano
2022-06-19Cygwin: console: Handle setting very long window title correctly.Takashi Yano
2022-06-14Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag.Takashi Yano
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