summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use Windows values in passwd and HOME env var.cygnal-2.5.2Kaz Kylheku2017-03-184-18/+25
* Remove env var translation; PATH semicolon separated.Kaz Kylheku2017-01-082-99/+9
* Arrange for text mode on stdin, stdout and stderr.Kaz Kylheku2016-09-171-4/+6
* Replace bogus resize-window-to-clear-screen logic.cygnal-release-2.5.2Kaz Kylheku2016-07-272-31/+23
* Console: integrate end-of-line hack with cursor positioning.Kaz Kylheku2016-07-261-8/+23
* Symlink creation defaults to Windows shortcuts.cygnal-release-2.5.1.99Kaz Kylheku2016-07-161-1/+1
* Respond to CYGNAL environment variable, not CYGWIN.Kaz Kylheku2016-07-161-10/+10
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2016-07-131-0/+15
* Default stdio streams to text mode.Kaz Kylheku2016-07-121-2/+2
* Implement drive-relative paths and per-drive working dir.cygnal-release-2.5.1.98cygnal-release-2.4.98Kaz Kylheku2016-07-111-2/+42
* Remove conversion of native paths to POSIX mount points.Kaz Kylheku2016-07-101-74/+1
* First steps toward native path handling.Kaz Kylheku2016-07-084-32/+76
* Small fixes in get_cmd_exe_path.Kaz Kylheku2016-07-081-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2016-07-073-4/+30
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2016-07-073-19/+25
* Fix previous VT100 fix.Kaz Kylheku2016-07-021-11/+11
* Fix spawned process window not foregrounding.Kaz Kylheku2016-07-022-1/+8
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2016-07-012-0/+23
* Report as CYGNAL in uname syscall.Kaz Kylheku2016-07-011-1/+1
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2016-06-303-47/+13
* When spawning, don't try to make invisible window.Kaz Kylheku2016-06-301-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2016-06-301-1/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-23408-1053/+347
* Add release message for commit 2c83227Corinna Vinschen2016-06-211-0/+3
* Drop useless calls to path_conv.isgood_inodeCorinna Vinschen2016-06-211-6/+2
* Use correct file info (especially inode number) for newly created filesCorinna Vinschen2016-06-211-3/+9
* Use new path_conv_handle functions to access file infoCorinna Vinschen2016-06-212-15/+5
* Improve encapsulation of FS type behind path_conv coverCorinna Vinschen2016-06-211-3/+24
* sys/time.h: Change visibility of gettimeofday.Corinna Vinschen2016-06-201-1/+2
* Re-enable malloc_lock for newlib-nanoAndre Vieira (lists)2016-06-161-3/+2
* uinfo.cc: More comment fixes, remove unused testing code.Corinna Vinschen2016-06-151-12/+4
* uinfo.cc: Fix commentCorinna Vinschen2016-06-151-2/+2
* Declare crypt, encrypt, and setkey per PosixKen Brown2016-06-092-0/+9
* Fix typos in comments and debug output in select_stuff::waitCorinna Vinschen2016-06-081-3/+3
* Add release message for commit 7239bb7b3ded5ab961dc56dc346d8ab83660ba29Corinna Vinschen2016-06-061-0/+3
* Add release message for select(2) changesCorinna Vinschen2016-06-061-0/+2
* Improve timer handling in select.Corinna Vinschen2016-06-061-43/+50
* Fix condition in select which results in busy loop.Corinna Vinschen2016-06-061-1/+1
* Return at most one line of input in canonical modeTakashi Yano2016-06-061-6/+5
* Allow 'make distclean' to clean winsup/cygwinKen Brown2016-06-062-7/+9
* Only regenerate tlsoffsets{64}.h if cygtls.h can be compiledCorinna Vinschen2016-06-061-1/+1
* cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz2016-06-031-0/+1
* sched.cc: Use PROCESS_QUERY_INFORMATION for nowCorinna Vinschen2016-06-031-2/+1
* Revert "Cygwin hangs up if several keys are typed during outputting a lot of ...Corinna Vinschen2016-06-011-1/+1
* dlopen: Add dot to filename if no slash is presentCorinna Vinschen2016-06-011-1/+1
* Cygwin: Add release messages for previous two commitsCorinna Vinschen2016-05-311-0/+6
* realpath: Handle Win32 and NT long path prefixesCorinna Vinschen2016-05-311-4/+6
* math.h: Replace usage of INT_MAX with __INT_MAX__Corinna Vinschen2016-05-311-2/+2
* Add comment in the v850's crt0.S file noting that separate LMA and VMA addres...newlib-snapshot-20160527Nick Clifton2016-05-261-0/+9
* arc: Have nops in _exit_halt only for ARCompactAnton Kolesov2016-05-251-6/+9