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
*
Bump up newlib version to 4.1.0
newlib-4.1.0
Jeff Johnston
2020-12-18
115
-1134
/
+1140
*
fixes to make compilation succeeds
Paul Zimmermann
2020-12-18
2
-1
/
+2
*
Update gamma functions from code in picolibc
Jeff Johnston
2020-12-17
4
-28
/
+47
*
fhandler_proc.cc(format_proc_cpuinfo): report Intel SGX bits
Brian Inglis
2020-12-17
1
-0
/
+2
*
RISC-V: Add semihosting support
Craig Blackmore
2020-12-16
22
-1
/
+697
*
Add declarations for __ieee754_tgamma functions to fdlibm.h
Jeff Johnston
2020-12-16
1
-0
/
+2
*
Cygwin: pty: Revise the workaround for rlwrap.
Takashi Yano via Cygwin-patches
2020-12-16
1
-2
/
+2
*
Cygwin: pty: Check response for CSI6n more strictly.
Takashi Yano via Cygwin-patches
2020-12-16
1
-2
/
+6
*
Cygwin: Make sure newer apps get uname_x even when loading uname dynamically
Corinna Vinschen
2020-12-15
2
-0
/
+10
*
arm: Fix memchr() for Armv8-R
Sebastian Huber
2020-12-14
1
-0
/
+4
*
Cygwin: pty: Add a workaround for rlwrap.
Takashi Yano via Cygwin-patches
2020-12-14
1
-0
/
+5
*
Cygwin: pty: Revise the code for timeout in term_has_pcon_cap().
Takashi Yano via Cygwin-patches
2020-12-14
1
-3
/
+3
*
Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled.
Takashi Yano via Cygwin-patches
2020-12-14
2
-3
/
+1
*
Fix error in powf for x close to 1 and large y
Fabian Schriever
2020-12-11
1
-1
/
+1
*
Bump newlib release to 4.0.0
Jeff Johnston
2020-12-11
115
-1136
/
+1151
*
cygwin: use CREATE_DEFAULT_ERROR_MODE in spawn
Jeremy Drake via Cygwin-patches
2020-12-10
1
-0
/
+7
*
Cygwin: dtable::dup_worker: update comment and debug output
Ken Brown
2020-12-07
1
-4
/
+1
*
Cygwin: Allow to set SO_PEERCRED zero (v2)
Mark Geisert
2020-12-07
1
-3
/
+7
*
Cygwin: Launch cygmagic with bash, not sh
Mark Geisert
2020-12-07
1
-2
/
+2
*
Fix trace output for getdomainname()
Anton Lavrentiev via Cygwin-patches
2020-12-07
1
-1
/
+1
*
winsup/doc/Makefile.in: create man5 dir and install proc.5
Brian Inglis
2020-12-04
1
-0
/
+4
*
specialnames.xml: add proc(5) Cygwin man page
Brian Inglis
2020-12-04
1
-0
/
+2094
*
Cygwin: Fix remaining warnings building path testsuite
Corinna Vinschen
2020-12-02
4
-11
/
+11
*
Cygwin: Fix building of utils testsuite
Jon Turney
2020-12-02
2
-1
/
+5
*
Cygwin: add flag to indicate reparse points unknown to WinAPI
Corinna Vinschen
2020-12-02
2
-4
/
+16
*
Cygwin: path.h: add comments to briefly explain path_types
Corinna Vinschen
2020-12-02
1
-5
/
+5
*
Cygwin: testsuite: libltp: fix warnings showing up with -Wall
Corinna Vinschen
2020-12-02
4
-12
/
+19
*
Cygwin: /proc/sys FS: don't export NFS and DFS as block devices
Corinna Vinschen
2020-12-01
1
-4
/
+1
*
Cygwin: Fix access to block devices below /proc/sys.
Christian Franke
2020-11-30
1
-10
/
+19
*
Cygwin: Have cygmagic not create output if an error occurs
Jon Turney
2020-11-25
1
-3
/
+14
*
Cygwin: Use standard CXXFLAGS when compiling localtime_wrapper.c
Jon Turney
2020-11-25
1
-1
/
+1
*
Cygwin: Drop libgmon.a build dependency on gcrt0.o
Jon Turney
2020-11-25
1
-1
/
+1
*
Cygwin: pty: Fix minor style issue.
Takashi Yano via Cygwin-patches
2020-11-23
1
-1
/
+1
*
Cygwin: pty: Discard "OSC Ps; ? BEL/ST" in pseudo console output.
Takashi Yano via Cygwin-patches
2020-11-23
1
-0
/
+30
*
Cygwin: pty: Fix a bug in the code removing "CSI > Pm m".
Takashi Yano via Cygwin-patches
2020-11-23
1
-0
/
+1
*
Cygwin: Remove surplus autoconf auxiliary files
Jon Turney
2020-11-20
4
-3855
/
+0
*
Cygwin: Remove recursive configure
Jon Turney
2020-11-20
28
-24227
/
+1389
*
Cygwin: fhandler_fifo::cleanup_handlers: improve efficiency
Ken Brown
2020-11-19
1
-9
/
+4
*
Cygwin: Testsuite Makefile cleanup
Jon Turney
2020-11-18
1
-13
/
+2
*
Cygwin: Fix 'make check' in utils
Jon Turney
2020-11-18
3
-10
/
+12
*
Cygwin: Drop duplicate C++ flags used to build utils
Jon Turney
2020-11-18
1
-1
/
+1
*
Cygwin: Use grep in text mode to look for version strings
Jon Turney
2020-11-18
1
-1
/
+1
*
RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...
Kito Cheng
2020-11-18
10
-3
/
+503
*
RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]
Kito Cheng
2020-11-18
6
-3
/
+237
*
RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...
Kito Cheng
2020-11-18
2
-3
/
+33
*
malloc/nano-malloc: correctly check for out-of-bounds allocation reqs
Corinna Vinschen
2020-11-17
3
-2
/
+31
*
Fix return type of __locale_ctype_ptr_l()
Sebastian Huber
2020-11-16
1
-1
/
+1
*
Cygwin: testsuite: fix insecure usage of printf in libltp
Corinna Vinschen
2020-11-16
1
-1
/
+1
*
libc/include/newlib.h: Fix C++ compilation issue
Joel Sherrill
2020-11-16
1
-2
/
+2
*
Cygwin: path_conv::eq_worker: add NULL pointer checks
Ken Brown
2020-11-16
1
-2
/
+4
[next]