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 newlib release to 4.0.0
newlib-4.0.0
Jeff Johnston
2020-11-17
115
-1136
/
+1151
*
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
*
Cygwin: Fix testsuite tmpdir creation with non-default cygdrive prefix
Jon Turney
2020-11-12
2
-5
/
+7
*
Cygwin: fhandler_fifo: reduce size
Ken Brown
2020-11-09
2
-9
/
+14
*
Cygwin: Ensure temporary directory used by tests exists
Jon Turney
2020-11-08
3
-4
/
+15
*
Cygwin: Set PATH for tests to pick up cygwin0.dll
Jon Turney
2020-11-08
1
-0
/
+2
*
Cygwin: Check exit code of a test, rather than stdout
Jon Turney
2020-11-08
1
-7
/
+13
*
Cygwin: Use absolute path to libltp includes
Jon Turney
2020-11-08
1
-1
/
+1
*
Cygiwn: Detect and use MinGW compilers for testsuite wrappers
Jon Turney
2020-11-08
4
-4
/
+255
*
Cygwin: Define target_builddir autoconf and Makefile variables
Jon Turney
2020-11-08
3
-0
/
+10
*
Cygwin: Move adding libltp to VPATH after Makefile.common
Jon Turney
2020-11-08
1
-2
/
+2
*
Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir setting' warning
Jon Turney
2020-11-08
1
-0
/
+1
*
Cygwin: Add rule to testsuite Makefile to regenerate it when needed
Jon Turney
2020-11-08
1
-0
/
+3
*
Cygwin: Always configure in testsuite subdirectory
Jon Turney
2020-11-08
3
-18
/
+4
*
Cygwin: Add testsuite directory to autogen.sh
Jon Turney
2020-11-08
3
-832
/
+5
*
Cygwin: FIFO: update_my_handlers: fix handle leak
Ken Brown
2020-11-06
1
-0
/
+1
*
Fix 32-bit integer overflow when calculating TZ rules
Ivan Grokhotov
2020-11-04
1
-1
/
+1
*
Cygwin: Drop passing '-c' compiler flag into gentls_offsets
Jon Turney
2020-11-02
1
-1
/
+1
*
Cygwin: Remove rules for building libcygwin_s.a
Jon Turney
2020-11-02
2
-76
/
+0
*
Cygwin: Remove Makefile contents conditional on PREPROCESS, which is never de...
Jon Turney
2020-11-02
1
-7
/
+0
*
Cygwin: Drop autoconf variable all_host
Jon Turney
2020-11-02
5
-54
/
+2
*
Cygwin: Remove autoconf variable DLL_NAME
Jon Turney
2020-11-02
3
-9
/
+2
*
Cygwin: Drop AC_SUBST(build_exeext)
Jon Turney
2020-11-02
1
-2
/
+0
*
Cygwin: Remove intro2man.stamp on clean
Jon Turney
2020-11-02
1
-2
/
+3
*
Revert "Cygwin: gendef generates sigfe.s and cygwin.def"
Jon Turney
2020-10-30
1
-2
/
+5
*
RISC-V: Fix wrong including file in s_isinf.c
Kito Cheng
2020-10-29
1
-1
/
+1
*
RISC-V: NaN should return 0 for finite[f]
Kito Cheng
2020-10-29
2
-2
/
+2
*
Cygwin: Restore setting CC and CXX Makefile variables
Jon Turney
2020-10-28
3
-0
/
+10
*
libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMS
Joel Sherrill
2020-10-28
1
-0
/
+3
*
Cygwin: fix return value of sqrtl on negative infinity
Ken Brown
2020-10-27
2
-2
/
+8
*
Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.
Takashi Yano via Cygwin-patches
2020-10-27
3
-2
/
+8
*
RISC-V: Implment finite and fpclassify
Kito Cheng
2020-10-27
9
-3
/
+421
*
RISC-V: Add fabs[f], fmax[f] and fmin[f].
Kito Cheng
2020-10-27
8
-3
/
+345
*
Define RB_SET_PARENT to do all assignments
dougm
2020-10-26
1
-30
/
+28
*
In concluding RB_REMOVE_COLOR, in the case when
dougm
2020-10-26
1
-15
/
+11
*
Linuxkpi uses the rb-tree structures
dougm
2020-10-26
1
-148
/
+137
*
Fixup r361997 by balancing parens. Duh.
dougm
2020-10-26
1
-1
/
+1
*
Restore an RB_COLOR macro, for the benefit of
dougm
2020-10-26
1
-0
/
+6
*
To reduce the size of an rb_node, drop the color
dougm
2020-10-26
1
-138
/
+143
*
Remove from RB_REMOVE_COLOR some null checks
dougm
2020-10-26
1
-26
/
+20
*
RB_REMOVE invokes RB_REMOVE_COLOR either when
dougm
2020-10-26
1
-72
/
+65
*
For the case when RB_REMOVE requires a nontrivial
dougm
2020-10-26
1
-28
/
+24
*
Correct the use of RB_AUGMENT in the RB_TREE
dougm
2020-10-26
1
-50
/
+38
*
Add RB_REINSERT(3), a low overhead alternative to
trasz
2020-10-26
1
-2
/
+24
*
amd64: prevent KCSan false positives on LAPIC mapping
jah
2020-10-26
1
-0
/
+2
*
sys: clean up empty lines in .c and .h files
mjg
2020-10-26
1
-1
/
+0
[next]