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: pty: Fix ESC[?3h and ESC[?3l handling again.
Takashi Yano
2019-12-19
1
-1
/
+1
*
Don't display trailing '.' in _dcvt
Keith Packard
2019-12-18
1
-3
/
+12
*
Fix gcvt to always show 'ndigits' of precision
Keith Packard
2019-12-18
1
-11
/
+7
*
Fix fcvt to only show 'ndigit' past decimal
Keith Packard
2019-12-18
1
-8
/
+1
*
Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.
Takashi Yano
2019-12-18
1
-2
/
+5
*
doc: Untabify python scripts used for making man pages
Jon Turney
2019-12-18
2
-219
/
+219
*
Cygwin: Bump DLL version to 3.1.2
Corinna Vinschen
2019-12-18
1
-1
/
+1
*
Cygwin: add 3.1.1 release text belatedly
Corinna Vinschen
2019-12-18
1
-0
/
+5
*
Cygwin: autoload: Add missing GetProcessGroupAffinity/GetThreadGroupAffinity
cygwin-3_1_1-release
Corinna Vinschen
2019-12-17
1
-0
/
+2
*
Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)
Keith Packard
2019-12-17
1
-0
/
+4
*
Return EINVAL for illegal base in strtol
Keith Packard
2019-12-17
1
-2
/
+7
*
Cygwin: Bump DLL version to 3.1.1
Corinna Vinschen
2019-12-16
1
-1
/
+1
*
Cygwin: add strtold fix to release message
cygwin-3_1_0-release
Corinna Vinschen
2019-12-16
1
-0
/
+3
*
strtold: set errno to ERANGE on underflow per POSIX
Bruno Haible
2019-12-16
1
-0
/
+21
*
Cygwin: ilogbl: Make sure to return FP_ILGB0 on zero input
Corinna Vinschen
2019-12-16
2
-0
/
+13
*
MSP430: Support new msp430-elfbare target
Jozef Lawrynowicz
2019-12-16
2
-2
/
+2
*
Implement the unlink system call for the moxie simulator.
Anthony Green
2019-12-14
1
-2
/
+2
*
Fix setjmp/longjmp for the moxie port.
Anthony Green
2019-12-13
2
-25
/
+48
*
Cygwin: document the last bugfix
Ken Brown
2019-12-10
1
-0
/
+4
*
Cygwin: symlink_info::check: avoid assertion failure
Ken Brown
2019-12-09
1
-1
/
+2
*
libm: switch sf_log1p from double error routines to float
Keith Packard
2019-12-02
2
-4
/
+2
*
Cygwin: /proc/[PID]/stat to pull process priority correctly
Anton Lavrentiev via cygwin-patches
2019-12-02
1
-2
/
+3
*
newlib/libc/include/sys/features.h: update __STDC_ISO_10646__
Brian Inglis
2019-11-26
1
-3
/
+7
*
Cygwin: pty: Convert CamelCase names to snake_case names.
Takashi Yano
2019-11-18
8
-60
/
+60
*
newlib: fix fseek optimization with SEEK_CUR
Bastien Bouclet
2019-11-18
2
-50
/
+12
*
Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.
Takashi Yano
2019-11-15
1
-0
/
+22
*
Cygwin: console: Revise the code checking if the console is legacy.
Takashi Yano
2019-11-13
1
-14
/
+15
*
Cygwin: pty: Use redraw screen instead of clear screen.
Takashi Yano
2019-11-13
3
-16
/
+18
*
regtool: allow /proc/registry{,32,64}/ registry path prefix
Brian Inglis
2019-11-13
2
-5
/
+19
*
Stash reent marker in upper bits of s1 on AMD GCN
Kwok Cheung Yeung
2019-11-08
1
-10
/
+10
*
Cygwin: Doc change to note stackdump limit patch
Mark Geisert
2019-11-08
1
-0
/
+3
*
Cygwin: Raise dumpstack frame limit to 32
Mark Geisert
2019-11-08
1
-2
/
+4
*
Cygwin: console, pty: Prevent error in legacy console mode.
Takashi Yano
2019-11-08
4
-17
/
+46
*
Cygwin: pty: Change how to determine if running as service or not.
Takashi Yano
2019-11-06
1
-14
/
+3
*
Cygwin: document console helper patch
Corinna Vinschen
2019-11-05
1
-0
/
+4
*
Cygwin: fix quoting when starting invisible console process
Corinna Vinschen
2019-11-05
1
-5
/
+7
*
Cygwin: devices: drop MAX_CONSOLES and fix FH_CONS_MAX
Corinna Vinschen
2019-11-04
1
-2
/
+1
*
Move timeval macros to <sys/time.h>
Sebastian Huber
2019-11-04
2
-32
/
+31
*
Synchronize <sys/time.h> with FreeBSD
Sebastian Huber
2019-11-04
1
-0
/
+27
*
Synchronize <sys/_timespec.h> with FreeBSD
Sebastian Huber
2019-11-04
1
-2
/
+4
*
Fix sbttons for values > 2s
imp
2019-11-04
1
-2
/
+9
*
Cygwin: fix process parent/child relationship after execve
Corinna Vinschen
2019-11-02
4
-23
/
+25
*
Fix libgloss being built for disabled multilibs
Jozef Lawrynowicz
2019-11-02
2
-0
/
+2
*
Cygwin: getpriority() consistent with process priority
Anton Lavrentiev via cygwin-patches
2019-10-31
1
-1
/
+6
*
Add PRU license to COPYING.NEWLIB and COPYING.LIBGLOSS
Jeff Johnston
2019-10-31
2
-0
/
+54
*
PRU: Align libmath to PRU ABI
Dimitar Dimitrov
2019-10-31
18
-2
/
+6719
*
Fix some generated files
Jeff Johnston
2019-10-31
4
-16
/
+16
*
Initial PRU port for libgloss and newlib
Dimitar Dimitrov
2019-10-31
32
-3
/
+11658
*
MSP430: Add missing build rule for unlink() to libgloss Makefile
Jozef Lawrynowicz
2019-10-25
1
-0
/
+1
*
Cygwin: Provide more COM devices
Achim Gratz
2019-10-23
2
-613
/
+1727
[prev]
[next]