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: fix memory corruption/SEGV if certain socket functions fail
Corinna Vinschen
2018-10-29
5
-14
/
+8
*
Cygwin: Fix cygheap corruption caused by cloned atomic buffer
David McFarland
2018-10-29
2
-0
/
+5
*
Fix posix_memalign() attributes
Sebastian Huber
2018-10-22
1
-2
/
+2
*
RTEMS: Use function and data sections
Sebastian Huber
2018-10-22
1
-0
/
+1
*
newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...
Joel Sherrill
2018-10-18
1
-0
/
+3
*
Improve performance of strstr
Wilco Dijkstra
2018-10-18
1
-96
/
+127
*
newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"
Christophe Lyon
2018-10-11
1
-2
/
+2
*
Add generic implementation of fdopendir()
Sebastian Huber
2018-10-11
1
-8
/
+21
*
Add generic implementation of dirfd()
Sebastian Huber
2018-10-11
3
-12
/
+56
*
RTEMS: Add struct dirent::d_type member
Sebastian Huber
2018-10-11
1
-27
/
+98
*
Move common <sys/dirent.h> content to <dirent.h>
Sebastian Huber
2018-10-11
9
-107
/
+75
*
Open a directory with the usual flags
Sebastian Huber
2018-10-11
1
-9
/
+4
*
Make some standard open() flags visible
Sebastian Huber
2018-10-11
1
-21
/
+27
*
newlib: Build internal strtold code only if HAVE_LONG_DOUBLE defined
Corinna Vinschen
2018-10-10
2
-8
/
+9
*
newlib: strtold: use __builtin_nanl to avoid libm dependency
Corinna Vinschen
2018-10-10
1
-1
/
+1
*
Implement nanl in newlib only
Corinna Vinschen
2018-10-10
3
-6
/
+6
*
Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifo
Corinna Vinschen
2018-10-10
3
-0
/
+22
*
newlib: Drop incorrect const qualifier from __loadlocale parameter
Corinna Vinschen
2018-10-10
2
-3
/
+3
*
Add attributes to malloc-like functions
Sebastian Huber
2018-10-10
4
-6
/
+7
*
[Aarch64] Syscalls: fix prototypes
Christophe Lyon
2018-10-08
1
-18
/
+19
*
[ARM] Make _kill() a noreturn function.
Christophe Lyon
2018-10-08
3
-9
/
+14
*
Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.
Christophe Lyon
2018-10-05
1
-0
/
+3
*
[Aarch64] Fix warning in _sbrk
Christophe Lyon
2018-10-05
1
-1
/
+1
*
[ARM] Cast string pointers to int to avoid compiler warnings.
Christophe Lyon
2018-10-05
1
-4
/
+4
*
Update Arm copyright notices in new math files
Wilco Dijkstra
2018-09-28
26
-47
/
+79
*
Update Arm entry in COPYING.NEWLIB.
Jeff Johnston
2018-09-25
1
-2
/
+2
*
Fix the documentation comment of checkint
Szabolcs Nagy
2018-09-18
2
-2
/
+4
*
Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2
Hans-Peter Nilsson
2018-09-13
1
-0
/
+6
*
Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1
Hans-Peter Nilsson
2018-09-13
2
-5
/
+21
*
Cygwin: console: make sure EnumFontFamiliesExW loop isn't infinite
Corinna Vinschen
2018-09-07
1
-2
/
+8
*
Cygwin: console: store replacement char directly
Corinna Vinschen
2018-09-07
1
-4
/
+3
*
Cygwin: console: don't hang in check_font with raster fonts
Corinna Vinschen
2018-09-07
1
-2
/
+2
*
search: Fix Berkeley DB hash code for 16-bit targets.
Jon Beniston
2018-09-06
3
-20
/
+32
*
Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]
Keith Packard
2018-09-06
3
-0
/
+19
*
stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_point
Keith Packard
2018-09-06
5
-13
/
+14
*
Include sys/syslimits.h in limits.h
Keith Packard
2018-09-06
1
-0
/
+1
*
xdr_private.h needs sys/types.h for u_char
Keith Packard
2018-09-06
1
-0
/
+1
*
Document the log table generation method
Szabolcs Nagy
2018-09-06
3
-0
/
+74
*
stdlib/arc4random.c: Fix reseed count for 16-bit targets.
Jon Beniston
2018-09-06
1
-1
/
+1
*
Cygwin: console: device context is process private
Corinna Vinschen
2018-09-06
1
-1
/
+1
*
Cygwin: console: improve replacement char algorithm
Corinna Vinschen
2018-09-05
2
-3
/
+99
*
Cygwin: console: use UNICODE API throughout
Corinna Vinschen
2018-09-05
1
-6
/
+6
*
Cygwin: Bump DLL version to 2.11.2
Corinna Vinschen
2018-09-05
1
-1
/
+1
*
Improve strstr performance of short needles
Wilco Dijkstra
2018-09-05
1
-10
/
+65
*
math_config.h: Fix signed overflow warning for 16-bit targets
cygwin-2_11_1-release
Jon Beniston
2018-09-03
1
-1
/
+1
*
e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...
Jon Beniston
2018-09-03
1
-0
/
+5
*
Avoid ARM SWI Seek when querying file position
Andy Koppe
2018-09-03
1
-2
/
+9
*
Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input chars
Corinna Vinschen
2018-09-01
1
-4
/
+3
*
Cygwin: fix Win32 path ".." backtracking
Corinna Vinschen
2018-09-01
2
-5
/
+29
*
Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...
newlib-snapshot-20180831
Jon Beniston
2018-08-31
102
-228
/
+1436
[next]