summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace bogus resize-window-to-clear-screen logic.cygnal-2.8.99.97cygnal-2.9.0-branchKaz Kylheku2017-11-172-56/+23
* Revert "Fix console clear screen if buffer is full"Kaz Kylheku2017-11-171-22/+13
* Use Windows values in passwd and HOME env var.Kaz Kylheku2017-11-174-18/+25
* Remove env var translation; PATH semicolon separated.Kaz Kylheku2017-11-172-99/+9
* Arrange for text mode on stdin, stdout and stderr.Kaz Kylheku2017-11-171-0/+20
* Console: integrate end-of-line hack with cursor positioning.Kaz Kylheku2017-11-171-8/+23
* Symlink creation defaults to Windows shortcuts.Kaz Kylheku2017-11-171-1/+1
* Respond to CYGNAL environment variable, not CYGWIN.Kaz Kylheku2017-11-171-8/+8
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2017-11-161-0/+15
* Default stdio streams to text mode.Kaz Kylheku2017-11-161-2/+2
* Implement drive-relative paths and per-drive working dir.Kaz Kylheku2017-11-161-2/+42
* Remove conversion of native paths to POSIX mount points.Kaz Kylheku2017-11-161-74/+1
* First steps toward native path handling.Kaz Kylheku2017-11-164-32/+76
* Small fixes in get_cmd_exe_path.Kaz Kylheku2017-11-161-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2017-11-163-4/+30
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2017-11-163-19/+25
* Fix previous VT100 fix.Kaz Kylheku2017-11-161-11/+11
* Fix spawned process window not foregrounding.Kaz Kylheku2017-11-162-1/+8
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2017-11-162-0/+23
* Report as CYGNAL in uname syscall.Kaz Kylheku2017-11-161-1/+1
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2017-11-163-47/+13
* When spawning, don't try to make invisible window.Kaz Kylheku2017-11-161-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2017-11-161-1/+2
* stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen2017-09-041-1/+1
* cygwin: Document crypt_rYaakov Selkowitz2017-09-021-0/+1
* Remove some dangerous advice from the FAQAchim Gratz2017-09-021-4/+8
* include: fix ffs, fls guardsYaakov Selkowitz2017-08-301-2/+4
* newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen2017-08-302-2/+2
* newlib: strnstr: drop traditional synopisisCorinna Vinschen2017-08-301-7/+0
* Add man page entry for strnstr.c.Sichen Zhao2017-08-302-0/+43
* Modify strnstr.c.Sichen Zhao2017-08-301-55/+10
* cygwin: add strptime %F fix to release notesCorinna Vinschen2017-08-291-0/+3
* winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis2017-08-291-2/+4
* cygwin: document %s support in strptimeCorinna Vinschen2017-08-292-0/+6
* Fix compile error due to new strnstr()Sebastian Huber2017-08-281-43/+0
* cygwin: export strnstrCorinna Vinschen2017-08-254-3/+5
* newlib: rebuild string/Makefile.inCorinna Vinschen2017-08-251-27/+49
* Port strnstr.c to newlib.Sichen Zhao2017-08-252-0/+4
* Import strnstr.c from FreeBSD.Sichen Zhao2017-08-251-0/+65
* Revert "headers: avoid bareword attributes" for clangEric Blake2017-08-251-14/+16
* RTEMS: Use __uint64_t for _CLOCK_T_Sebastian Huber2017-08-251-0/+3
* Make _CLOCK_T_ system configurableSebastian Huber2017-08-251-0/+3
* newlib/libc/time/strptime.c(strptime_l) add %F %s support for strptimeBrian Inglis2017-08-251-2/+32
* winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis2017-08-251-0/+20
* move ILP32 sanity check on heap base code under ARM_RDI_MONITORAlexander Fedotov-B556132017-08-241-4/+5
* cygwin: only expose /dev/con{in,out,sole} when started from a Windows consoleCorinna Vinschen2017-08-231-1/+1
* Add myself to RISC-V Port MaintainerKito Cheng2017-08-211-0/+1
* Change license to FreeBSD License for RISC-VKito Cheng2017-08-2116-16/+16
* Document renameat2Ken Brown2017-08-193-0/+10
* cygwin: Implement renameat2Ken Brown2017-08-195-7/+54