summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdrive: fix misuse of isalpha.cygnal-release-3.2.0cygnal-3-1-98-branchKaz Kylheku2024-01-021-1/+1
* Fix broken handling of drive relative paths.Kaz Kylheku2024-01-021-7/+11
* Replace bogus resize-window-to-clear-screen logic.Kaz Kylheku2021-07-262-56/+23
* Revert "Fix console clear screen if buffer is full"Kaz Kylheku2021-07-261-23/+14
* Use Windows values in passwd and HOME env var.Kaz Kylheku2021-07-264-18/+25
* Remove env var translation; PATH semicolon separated.Kaz Kylheku2021-07-262-99/+9
* Arrange for text mode on stdin, stdout and stderr.Kaz Kylheku2021-07-261-0/+20
* Console: integrate end-of-line hack with cursor positioning.Kaz Kylheku2021-07-261-8/+23
* Symlink creation defaults to Windows shortcuts.Kaz Kylheku2021-07-261-1/+1
* Respond to CYGNAL environment variable, not CYGWIN.Kaz Kylheku2021-07-261-8/+8
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2021-07-261-0/+15
* Default stdio streams to text mode.Kaz Kylheku2021-07-261-0/+4
* Implement drive-relative paths and per-drive working dir.Kaz Kylheku2021-07-261-1/+40
* Remove conversion of native paths to POSIX mount points.Kaz Kylheku2021-07-261-74/+1
* First steps toward native path handling.Kaz Kylheku2021-07-264-31/+73
* Small fixes in get_cmd_exe_path.Kaz Kylheku2021-07-261-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2021-07-263-4/+30
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2021-07-263-19/+25
* Fix previous VT100 fix.Kaz Kylheku2021-07-261-11/+11
* Fix spawned process window not foregrounding.Kaz Kylheku2021-07-262-1/+7
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2021-07-262-0/+24
* Report as CYGNAL in uname syscall.Kaz Kylheku2021-07-261-2/+2
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2021-07-263-47/+13
* When spawning, don't try to make invisible window.Kaz Kylheku2021-07-261-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2021-07-261-1/+2
* Cygwin: add "app execution aliases" treatment to release notescygwin-3_2_0-releaseCorinna Vinschen2021-03-232-0/+10
* Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin2021-03-231-0/+40
* Cygwin: Allow executing Windows Store's "app execution aliases"Johannes Schindelin2021-03-231-0/+7
* Cygwin: pty: Rename input/output named pipes.Takashi Yano via Cygwin-patches2021-03-231-6/+6
* Cygwin: pty: Transfer input only if the stdin is a pty.Takashi Yano via Cygwin-patches2021-03-092-4/+15
* Cygwin: update release notes for 3.2.0, part 5Corinna Vinschen2021-03-091-0/+3
* Cygwin: update release notes for 3.2.0, part 4Corinna Vinschen2021-03-092-2/+4
* Cygwin: pty: Transfer input for native app only if the stdin is pcon.Takashi Yano via Cygwin-patches2021-03-081-8/+10
* Cygwin: update release notes for 3.2.0Ken Brown2021-03-082-0/+40
* Cygwin: pty: Attach to stub process when non-cygwin app inherits pcon.Takashi Yano via Cygwin-patches2021-03-081-1/+1
* Cygwin: update release notes for 3.2.0, part 2Corinna Vinschen2021-03-082-0/+23
* Cygwin: update release notes for 3.2.0Corinna Vinschen2021-03-081-0/+7
* Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.Takashi Yano via Cygwin-patches2021-03-082-4/+4
* Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches2021-03-085-1/+31
* Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen2021-03-082-10/+0
* Regenerate lib/posix/Makefile.inJeff Johnston2021-03-051-3/+16
* Cygwin: console: Fix restoring console mode failure.Takashi Yano via Cygwin-patches2021-03-052-4/+11
* Cygwin: pty: Fix a race issue in startup of pseudo console.Takashi Yano via Cygwin-patches2021-03-051-4/+12
* Cygwin: simplify linkat with AT_EMPTY_PATHKen Brown2021-02-251-8/+16
* Cygwin: fix linkat(2) on sockets that are not socket filesKen Brown2021-02-252-4/+12
* Cygwin: fix facl on sockets that are not socket filesKen Brown2021-02-252-4/+10
* Cygwin: fix fchown on sockets that are not socket filesKen Brown2021-02-252-4/+10
* Cygwin: fix fchmod on sockets that are not socket filesKen Brown2021-02-252-4/+10
* Cygwin: fix fstatvfs on sockets that are not socket filesKen Brown2021-02-252-4/+15
* Cygwin: fix fstat on sockets that are not socket filesKen Brown2021-02-252-10/+10