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-10-22Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'cygwin-3_3-branchTakashi Yano
2022-09-09Cygwin: bump DLL version to 3.3.7Corinna Vinschen
2022-08-12newlocale: fix crash when trying to write to __C_localecygwin-3_3_6-releaseCorinna Vinschen
2022-08-10Cygwin: fix return value of symlink_info::checkKen Brown
2022-08-05Cygwin: pty: Fix a small bug in is_console_app().Takashi Yano
2022-08-03Cygwin: path: Make some symlinks to /cygdrive/* work.Takashi Yano
2022-08-02Cygwin: console: Modify ConEmu cygwin connector hook.Takashi Yano
2022-07-31Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin console app.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: clipboard: Add workaround for setting clipboard failure.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-27Cygwin: poll: Fix a bug on inquiring same fd with different events.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-05-30Cygwin: document last bug fixKen Brown
2022-05-28Cygwin: cygheap: Fix the issue of cygwin1.dll in the root directory.Takashi Yano
2022-05-25Cygwin: fix mknod (64-bit only)Ken Brown
2022-05-19Cygwin: make sure exec'ed process exists early in process listCorinna Vinschen
2022-05-16Cygwin: add 3.3.6 release notesTakashi Yano
2022-05-16Cygwin: belatedly, bump DLL version to 3.3.6Corinna Vinschen
2022-05-15Cygwin: pty: Fix script command crash on console in Win7.Takashi Yano
2022-05-09Cygwin: pty: Avoid script command crash in console.cygwin-3_3_5-releaseTakashi Yano
2022-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano
2022-05-08Cygwin: pty: Add missing attach_mutex guard.Takashi Yano
2022-05-08Cygwin: pty: Avoid deadlock when pcon is started on console.Takashi Yano
2022-05-08Cygwin: pty: Change the condition to send Ctrl-C event.Takashi Yano
2022-05-08Cygwin: pty: Fix timing of creating invisible console.Takashi Yano
2022-05-08Cygwin: pty: Fix acquiring attach_mutex timing.Takashi Yano
2022-05-05Cygwin: sigproc: Avoid segfault caused by signal just after fork().Takashi Yano
2022-05-05Cygwin: always add sigmask to child infoCorinna Vinschen
2022-04-28Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFYJon Turney
2022-04-28Cygwin: Fix build with w32api 10.0.0Jon Turney
2022-04-27Cygwin: Fix "0x0x" in gmondump and ssp man pagesMark Geisert
2022-04-18Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.Takashi Yano
2022-04-18Cygwin: pty: Fix deadlock caused by Ctrl-C in setup_pseudoconsole().Takashi Yano
2022-04-11Cygwin: pty: Do not set internal handles in HPCON inheritable.Takashi Yano
2022-04-09Cygwin: pty: Close pseudo console only if the process is the owner.Takashi Yano
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.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-17Cygwin: document recent gmondump formatting fixMark Geisert
2022-03-16Cygwin: Fix gmondump formatting goofsMark Geisert