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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: console: Revise the code to fix tab position.
Takashi Yano
2020-03-02
1
-12
/
+3
*
Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queue
Corinna Vinschen
2020-03-02
2
-8
/
+4
*
Fix error in powf for (-1.0, NaN) input
Fabian Schriever
2020-03-02
1
-1
/
+1
*
arm: Finish moving newlib to unified syntax for Thumb1
Richard Earnshaw
2020-03-02
2
-7
/
+19
*
Cygwin: console: Adjust the detailed behaviour of ESC sequences.
Takashi Yano
2020-02-28
2
-7
/
+45
*
Cygwin: AF_UNIX: rework fixup_after_exec
Corinna Vinschen
2020-02-28
4
-10
/
+16
*
Cygwin: 32 bit: remove old code to 16 bit align stack
Corinna Vinschen
2020-02-28
2
-21
/
+6
*
Cygwin: AF_UNIX: use Nt functions within Nt functions
Corinna Vinschen
2020-02-28
1
-3
/
+3
*
Cygwin: AF_UNIX: fix creating shared mem region in dup
Corinna Vinschen
2020-02-28
1
-6
/
+6
*
Cygwin: Update dumper for bfd API changes
Jon Turney
2020-02-27
2
-8
/
+26
*
Cygwin: console: Add emulation of CSI3J on Win10 1809.
Takashi Yano
2020-02-26
1
-2
/
+17
*
Cygwin: console: Add support for REP escape sequence to xterm mode.
Takashi Yano
2020-02-26
3
-0
/
+45
*
Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.
Takashi Yano
2020-02-26
1
-21
/
+22
*
Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
2020-02-26
3
-2
/
+166
*
Cygwin: ps: fix compiler warning in ttynam
Corinna Vinschen
2020-02-26
1
-9
/
+10
*
Cygwin: cygserver: drop useless packed attribute
Corinna Vinschen
2020-02-26
1
-9
/
+3
*
Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when building exec.o
Corinna Vinschen
2020-02-26
1
-0
/
+2
*
Cygwin: posix timers: fix uninitialized variable
Corinna Vinschen
2020-02-26
1
-1
/
+1
*
cpuinfo:power management: add proc_feedback, acc_power
Brian Inglis
2020-02-26
1
-2
/
+2
*
x86_64/i386 fenv: Replace symlink with include fenv_stub.c
Joel Sherrill
2020-02-25
23
-23
/
+161
*
Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
2020-02-24
2
-12
/
+15
*
fhandler_proc/cpuinfo: support fast short REP MOVSB
Brian Inglis
2020-02-24
1
-0
/
+1
*
Cygwin: add release message for NUL character bugs
Corinna Vinschen
2020-02-21
1
-0
/
+7
*
Cygwin: don't move cursor on NUL char at all
Corinna Vinschen
2020-02-21
1
-2
/
+3
*
Cygwin: fhandler_console.cc: fix minor style issues
Corinna Vinschen
2020-02-20
1
-3
/
+3
*
Cygwin: console: ignore NUL byte on write in xterm emulation mode as well
Corinna Vinschen
2020-02-20
1
-1
/
+3
*
newlib/libc/include/devctl.h: Add extern "C" wrapper
Joel Sherrill
2020-02-20
1
-0
/
+8
*
Bump DLL version to 3.1.5
Corinna Vinschen
2020-02-19
1
-1
/
+1
*
Cygwin: console: Add guard for set/unset xterm compatible mode.
cygwin-3_1_4-release
Takashi Yano
2020-02-18
4
-58
/
+103
*
Cygwin: console: Fix ioctl() FIONREAD.
Takashi Yano
2020-02-18
1
-4
/
+33
*
Cygwin: add @cjksingle to release docs
Corinna Vinschen
2020-02-18
2
-0
/
+12
*
Cygwin: describe new locale modifier @cjksingle for user guide
Thomas Wolff
2020-02-18
1
-0
/
+11
*
Locale modifier "@cjksingle" to enforce single-width CJK width.
Thomas Wolff
2020-02-18
2
-4
/
+17
*
Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISC
Corinna Vinschen
2020-02-18
7
-29
/
+37
*
Cygwin: move 3.1.3 to 3.1.4 release document
Corinna Vinschen
2020-02-18
2
-33
/
+34
*
Cygwin: console: Fix code for restoring console mode.
Takashi Yano
2020-02-17
1
-1
/
+1
*
Cygwin: Bump DLL version to 3.1.4
Corinna Vinschen
2020-02-17
1
-1
/
+1
*
Cygwin: console: Change timing of set/unset xterm compatible mode.
cygwin-3_1_3-release
Takashi Yano
2020-02-17
3
-67
/
+89
*
pow: fix pow(-1.0, NaN)
Nicolas Brunie
2020-02-14
1
-1
/
+1
*
Cygwin: pty: Add error handling in setup_pseudoconsole().
Takashi Yano
2020-02-11
1
-68
/
+111
*
Only pass the minimum number of syscall arguments
Georg Sauthoff
2020-02-11
18
-29
/
+48
*
Cygwin: pty: Prevent potential errno overwriting.
Takashi Yano
2020-02-10
1
-0
/
+3
*
Cygwin: pty: Fix state mismatch caused in mintty.
Takashi Yano
2020-02-10
2
-2
/
+16
*
Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano
2020-02-10
5
-91
/
+329
*
Cygwin: pty: Add missing member initialization for struct pipe_reply.
Takashi Yano
2020-02-10
1
-1
/
+1
*
Cygwin: pty: Remove debug codes and organize related codes.
Takashi Yano
2020-02-10
2
-81
/
+23
*
Cygwin: pty: Avoid screen distortion on slave read.
Takashi Yano
2020-02-10
2
-22
/
+32
*
Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.
Takashi Yano
2020-02-10
2
-8
/
+11
*
Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Takashi Yano
2020-02-06
2
-6
/
+6
*
Typo in license for newlib/libc/stdio/flags.c
Keith Packard
2020-02-06
1
-1
/
+1
[next]