index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace bogus resize-window-to-clear-screen logic.
cygnal-2.8.99.97
cygnal-2.9.0-branch
Kaz Kylheku
2017-11-17
2
-56
/
+23
*
Revert "Fix console clear screen if buffer is full"
Kaz Kylheku
2017-11-17
1
-22
/
+13
*
Use Windows values in passwd and HOME env var.
Kaz Kylheku
2017-11-17
4
-18
/
+25
*
Remove env var translation; PATH semicolon separated.
Kaz Kylheku
2017-11-17
2
-99
/
+9
*
Console: integrate end-of-line hack with cursor positioning.
Kaz Kylheku
2017-11-17
1
-8
/
+23
*
Symlink creation defaults to Windows shortcuts.
Kaz Kylheku
2017-11-17
1
-1
/
+1
*
Respond to CYGNAL environment variable, not CYGWIN.
Kaz Kylheku
2017-11-17
1
-8
/
+8
*
Implement sh -> cmd.exe translation hack.
Kaz Kylheku
2017-11-16
1
-0
/
+15
*
Implement drive-relative paths and per-drive working dir.
Kaz Kylheku
2017-11-16
1
-2
/
+42
*
Remove conversion of native paths to POSIX mount points.
Kaz Kylheku
2017-11-16
1
-74
/
+1
*
First steps toward native path handling.
Kaz Kylheku
2017-11-16
4
-32
/
+76
*
Small fixes in get_cmd_exe_path.
Kaz Kylheku
2017-11-16
1
-11
/
+13
*
More secure way of obtaining command interpreter.
Kaz Kylheku
2017-11-16
3
-4
/
+30
*
Use COMSPEC env var, not hard-coded CMD.EXE path.
Kaz Kylheku
2017-11-16
3
-19
/
+25
*
Fix previous VT100 fix.
Kaz Kylheku
2017-11-16
1
-11
/
+11
*
Fix spawned process window not foregrounding.
Kaz Kylheku
2017-11-16
2
-1
/
+8
*
Console: provide VT100-like end-of-line print behavior.
Kaz Kylheku
2017-11-16
2
-0
/
+23
*
Report as CYGNAL in uname syscall.
Kaz Kylheku
2017-11-16
1
-1
/
+1
*
Cygnal apps use cmd.exe, not /bin/sh.
Kaz Kylheku
2017-11-16
3
-47
/
+13
*
When spawning, don't try to make invisible window.
Kaz Kylheku
2017-11-16
1
-2
/
+0
*
Use wShowWindow when calling CreateProcess.
Kaz Kylheku
2017-11-16
1
-1
/
+2
*
cygwin: Document crypt_r
Yaakov Selkowitz
2017-09-02
1
-0
/
+1
*
Remove some dangerous advice from the FAQ
Achim Gratz
2017-09-02
1
-4
/
+8
*
cygwin: add strptime %F fix to release notes
Corinna Vinschen
2017-08-29
1
-0
/
+3
*
winsup/cygwin/libc/strptime.cc(__strptime) fix %F width
Brian Inglis
2017-08-29
1
-2
/
+4
*
cygwin: document %s support in strptime
Corinna Vinschen
2017-08-29
2
-0
/
+6
*
cygwin: export strnstr
Corinna Vinschen
2017-08-25
4
-3
/
+5
*
winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptime
Brian Inglis
2017-08-25
1
-0
/
+20
*
cygwin: only expose /dev/con{in,out,sole} when started from a Windows console
Corinna Vinschen
2017-08-23
1
-1
/
+1
*
Document renameat2
Ken Brown
2017-08-19
3
-0
/
+10
*
cygwin: Implement renameat2
Ken Brown
2017-08-19
4
-7
/
+51
*
headers: avoid bareword attributes
Eric Blake
2017-08-17
4
-5
/
+5
*
cygwin: pthread timed locks: actually timeout on timeout
Corinna Vinschen
2017-08-03
1
-4
/
+26
*
cygwin: pthread_rwlock_rdlock: don't set errno, just return error code
Corinna Vinschen
2017-08-03
1
-1
/
+1
*
cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock
Corinna Vinschen
2017-08-03
7
-11
/
+84
*
cygwin: Bump DLL version to 2.9.0
Corinna Vinschen
2017-08-03
4
-4
/
+20
*
cygwin: Implement pthread_mutex_timedlock
Corinna Vinschen
2017-08-03
5
-4
/
+35
*
cygwin: simplify pthread timedwait handling
Corinna Vinschen
2017-08-03
2
-66
/
+60
*
cygwin/signal.h: Remove SI_QUEUE unimplemented comment
Corinna Vinschen
2017-08-03
1
-2
/
+1
*
Revert "cygwin/signal.h: Remove SI_QUEUE unimplemented comment"
Corinna Vinschen
2017-08-03
2
-17
/
+11
*
cygwin/signal.h: Remove SI_QUEUE unimplemented comment
Corinna Vinschen
2017-08-03
2
-11
/
+17
*
cygwin: add explicit_bzero, elf.h changes to release
Yaakov Selkowitz
2017-08-02
1
-0
/
+4
*
Add elf.h to newlib
Yaakov Selkowitz
2017-08-02
7
-1890
/
+0
*
cygwin: Export explicit_bzero
Yaakov Selkowitz
2017-08-02
3
-1
/
+4
*
cygwin: generate Alt-Numpad characters independent of NumLock state
Corinna Vinschen
2017-08-01
1
-1
/
+7
*
cygwin: add console issues to release notes
Corinna Vinschen
2017-07-31
1
-0
/
+6
*
cygwin: select: use UNICODE console functions
Corinna Vinschen
2017-07-31
1
-2
/
+2
*
cygwin: console: Use memset to clear an array
Corinna Vinschen
2017-07-31
1
-3
/
+2
*
cygwin: clear screen using wide char function
Corinna Vinschen
2017-07-31
1
-1
/
+1
*
cygwin: add release notes for reparse point patches
Corinna Vinschen
2017-07-24
1
-0
/
+5
[next]