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
path:
root
/
newlib
/
libc
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
newlib: regenerate libc/stdlib/Makefile.am
Corinna Vinschen
2017-08-11
1
-9
/
+36
*
Importing wcstoumax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
2
-0
/
+158
*
Importing wcstoimax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
2
-0
/
+159
*
Importing strtoumax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
2
-0
/
+152
*
Importing strtoimax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
2
-0
/
+170
*
newlib: regenerate stdlib/Makefile.in
Corinna Vinschen
2017-07-28
1
-33
/
+62
*
Importing imaxdiv inttypes method from FreeBSD.
Aditya Upadhyay
2017-07-28
2
-0
/
+49
*
Importing imaxabs inttypes method from FreeBSD.
Aditya Upadhyay
2017-07-28
2
-0
/
+37
*
Add BSD-specific reallocarray()
Sebastian Huber
2017-04-04
3
-17
/
+66
*
Use enum __packed in favour of -fshort-enums
Sebastian Huber
2017-04-03
3
-7
/
+3
*
Only define static locks in multithreaded mode
Thomas Preud'homme
2017-02-13
4
-0
/
+18
*
Unify names of all lock objects
Freddie Chopin
2017-02-06
6
-23
/
+23
*
Prefix consistenly target-independent locks with __
Thomas Preudhomme
2017-01-25
1
-3
/
+3
*
Expand comments on padding used by nano_malloc
Joe Seymour
2017-01-13
1
-14
/
+37
*
Fix incorrect cast in nano malloc
Joe Seymour
2017-01-09
1
-2
/
+2
*
Remove extraneous float casts in wcstod.c.
Corinna Vinschen
2016-12-16
1
-2
/
+2
*
Remove extraneous float casts in strtod.c.
Jeff Johnston
2016-12-16
1
-2
/
+2
*
2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
cygwin-2_6_1-release
Jeff Johnston
2016-12-15
2
-8
/
+29
*
Actually return value from __cp_index
Corinna Vinschen
2016-10-22
1
-1
/
+1
*
Drop redundant checks for NULL input string in wctomb helper funcs
Corinna Vinschen
2016-10-22
1
-6
/
+0
*
Fix pdf build failure wrt documentation of is*_l functions
Thomas Preudhomme
2016-08-17
1
-2
/
+2
*
Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c
Corinna Vinschen
2016-08-16
1
-0
/
+1
*
Don't use locale_t in internal header
Corinna Vinschen
2016-08-16
1
-1
/
+1
*
Implement strto[dflu]_l/wcsto[dflu]_l
Corinna Vinschen
2016-08-15
21
-807
/
+964
*
Consolidate wctomb/mbtowc calls for POSIX-1.2008
Corinna Vinschen
2016-08-15
15
-145
/
+762
*
Regenerate newlib Makefiles
Jon Turney
2016-07-04
1
-3
/
+16
*
Re-enable malloc_lock for newlib-nano
Andre Vieira (lists)
2016-06-16
1
-3
/
+2
*
Use __machine_*_t_defined for internal types
Sebastian Huber
2016-04-15
1
-1
/
+1
*
Add Intel MCU target
Igor Venevtsev
2016-04-04
1
-1
/
+2
*
Add simple versions of random() and srandom()
Joel Sherrill
2016-03-28
4
-14
/
+110
*
strtold: Fix Infinity value.
Corinna Vinschen
2016-03-26
1
-1
/
+2
*
Move arc4random Cygwin only code to Cygwin
Sebastian Huber
2016-03-21
1
-15
/
+0
*
Allow machine-dependent arc4 locking
Corinna Vinschen
2016-03-20
1
-18
/
+5
*
Cleanup macros in chacha_private.h to be target-type independent
Howland, Craig D
2016-03-18
1
-5
/
+2
*
Only export arc4random_stir and arc4random_addrandom on Cygwin
Corinna Vinschen
2016-03-18
1
-8
/
+5
*
Arc4random locking: Check for threaded application on Cygwin
Corinna Vinschen
2016-03-18
1
-0
/
+19
*
Add arc4random_stir and arc4random_addrandom for OpenBSD compatibility
Corinna Vinschen
2016-03-18
1
-0
/
+18
*
Add arc4random() etc. from OpenBSD 5.8
Sebastian Huber
2016-03-18
6
-7
/
+582
*
Feature test macros overhaul: stdlib.h
Yaakov Selkowitz
2016-03-17
1
-0
/
+2
*
Fix compile with GCC 5 -Werror
Yaakov Selkowitz
2016-02-12
2
-0
/
+3
*
Newlib build is broken if configured with nano-malloc and non-reentrant syste...
Игорь Веневцев
2016-02-08
1
-4
/
+6
*
Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.
Jeff Johnston
2015-12-21
1
-0
/
+7
*
Add static instance of _on_exit_args for _REENT_SMALL platforms.
Jeff Johnston
2015-12-21
7
-22
/
+96
*
Add missing lock releases in __register_exitproc().
Freddie Chopin
2015-12-14
1
-1
/
+9
*
Only build _strtodg_r on targets supporting a distinct long double type
Corinna Vinschen
2015-11-26
1
-0
/
+4
*
libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.
Steve Ellcey
2015-11-24
1
-2
/
+2
*
Handle multibyte decimapl point in strtold.
Corinna Vinschen
2015-11-21
1
-1
/
+8
*
Import correctly working strtold from David M. Gay.
Corinna Vinschen
2015-11-20
8
-13
/
+1334
*
Make match function globally available to stdlib functions.
Corinna Vinschen
2015-11-20
3
-21
/
+20
*
Drop unused declaration from wcstold.c
Corinna Vinschen
2015-11-20
1
-2
/
+0
[next]