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
...
*
fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flags
Brian Inglis
2020-09-17
1
-0
/
+8
*
Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().
Takashi Yano
2020-09-11
1
-48
/
+38
*
Cygwin: ldd: Also look for not found DLLs when exit status is non-zero
Jon Turney
2020-09-11
1
-0
/
+2
*
Cygwin: pty: Prevent garbled output for existing non-cygwin apps.
Takashi Yano via Cygwin-patches
2020-09-11
1
-1
/
+5
*
Cygwin: pty: setup new pty on opening the master, not in constructor
Corinna Vinschen
2020-09-09
2
-5
/
+5
*
Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
Takashi Yano via Cygwin-patches
2020-09-09
1
-1
/
+15
*
Cygwin: pty: Revise convert_mb_str() function.
Takashi Yano via Cygwin-patches
2020-09-09
1
-47
/
+88
*
Cygwin: document last bug fix
Ken Brown
2020-09-08
1
-0
/
+3
*
Cygwin: path_conv::check: handle error from fhandler_process::exists
Ken Brown
2020-09-08
1
-0
/
+9
*
Cygwin: format_process_fd: add directory check
Ken Brown
2020-09-08
1
-0
/
+15
*
Cygwin: pty: move codepage evaluation to nlsfuncs.cc
Corinna Vinschen
2020-09-08
2
-182
/
+57
*
Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flags
Corinna Vinschen
2020-09-07
9
-16
/
+16
*
libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]
Keith Packard via Newlib
2020-09-04
13
-118
/
+56
*
libm/riscv: Use common fma code when necessary
Keith Packard via Newlib
2020-09-04
2
-0
/
+4
*
libm/riscv: Fix machine-specific sqrt build process
Keith Packard via Newlib
2020-09-04
4
-20
/
+16
*
MSP430: Fix calculation of string length in sbrk.c
Jozef Lawrynowicz
2020-09-04
1
-1
/
+1
*
Cygwin: create install dir for libs
David McFarland via Cygwin-patches
2020-09-04
1
-1
/
+1
*
loadlocale: don't casecmp digits
Corinna Vinschen
2020-09-04
1
-1
/
+1
*
MSP430: Fix message in sbrk.c printing binary character
Jozef Lawrynowicz
2020-09-03
1
-2
/
+2
*
Fix warnings when building for msp430-elf
Jozef Lawrynowicz
2020-09-03
7
-16
/
+27
*
libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c
Keith Packard via Newlib
2020-09-02
4
-14
/
+14
*
Cygwin: libpthread: Export C11 thread symbols from libpthread.a as well
Corinna Vinschen
2020-09-01
1
-1
/
+2
*
Cygwin: mtx_init: drop glibc workaround
Corinna Vinschen
2020-09-01
1
-7
/
+0
*
Cygwin: pty: Fix a bug in the code removing set window title sequence.
Takashi Yano via Cygwin-patches
2020-08-31
1
-8
/
+5
*
Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.
Takashi Yano via Cygwin-patches
2020-08-31
5
-30
/
+229
*
Cygwin: Remove waitloop argument from try_to_debug()
Jon Turney
2020-08-30
2
-7
/
+9
*
Cygwin: sigproc.cc: add comment
Ken Brown
2020-08-30
1
-1
/
+5
*
Cygwin: Add modfl fix to release notes
Corinna Vinschen
2020-08-30
1
-0
/
+3
*
Cygwin: crt: Add "volatile" to all inline assembly snippets under math
Martin Storsjö
2020-08-30
11
-15
/
+21
*
Cygwin: math/modfl.c: Fix segment faults in modfl().
Liu Hao
2020-08-30
1
-2
/
+2
*
Cygwin: Add Cygwin 3.2 release info
Corinna Vinschen
2020-08-30
3
-0
/
+74
*
Cygwin: Add C11 threads API
Corinna Vinschen
2020-08-30
8
-37
/
+627
*
Cygwin: make pthread_yield available for internal usage
Corinna Vinschen
2020-08-30
2
-1
/
+2
*
Cygwin: pthread_yield: Add BSD visibility
Corinna Vinschen
2020-08-30
1
-0
/
+2
*
Cygwin: pthreads: iterate over key destructors per POSIX
Corinna Vinschen
2020-08-30
3
-7
/
+24
*
Cygwin: Remove .drone.yml
Jon Turney
2020-08-28
1
-58
/
+0
*
Cygwin: Add github action to cross-build on Fedora
Jon Turney
2020-08-28
1
-0
/
+45
*
Cygwin: Add .appveyor.yml
Jon Turney
2020-08-28
1
-0
/
+69
*
Cygwin: sigproc: Fix a thinko in array size
Corinna Vinschen
2020-08-28
1
-3
/
+3
*
Cygwin: sigproc: Eliminate redundant copying of chld_procs
Corinna Vinschen
2020-08-28
1
-1
/
+3
*
Cygwin: sigproc: fix minor formatting issue
Corinna Vinschen
2020-08-28
1
-1
/
+1
*
Cygwin: select: Fix a bug on closing pi->bye event.
Takashi Yano via Cygwin-patches
2020-08-28
1
-3
/
+3
*
Cygwin: sigproc: Allow more child processes per process
Corinna Vinschen
2020-08-28
2
-54
/
+93
*
Cygwin: drop PROC_DETACHED_CHILD flag
Corinna Vinschen
2020-08-28
5
-18
/
+11
*
Cygwin: sigproc: drop __stdcall
Corinna Vinschen
2020-08-28
2
-14
/
+14
*
Cygwin: sigproc: return int from remove_proc
Corinna Vinschen
2020-08-28
1
-3
/
+3
*
Cygwin: fix up proc_subproc flags and matching pinfo methods
Corinna Vinschen
2020-08-28
5
-14
/
+15
*
Cygwin: fhandler_fifo::delete_client_handler: improve efficiency
Ken Brown
2020-08-27
1
-3
/
+3
*
winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
Brian Inglis
2020-08-27
1
-5
/
+35
*
Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().
Takashi Yano via Cygwin-patches
2020-08-27
1
-42
/
+47
[prev]
[next]