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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix compile with GCC 5 -Werror
Yaakov Selkowitz
2016-02-12
4
-1
/
+5
*
printf(3): Handle multibyte decimal point in field size computation
Corinna Vinschen
2016-02-08
1
-7
/
+9
*
stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functions
Jon Turney
2016-02-08
1
-4
/
+10
*
Newlib build is broken if configured with nano-malloc and non-reentrant syste...
Игорь Веневцев
2016-02-08
1
-4
/
+6
*
* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesing
Igor Venevtsev
2016-02-08
1
-0
/
+1
*
* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...
Igor Venevtsev
2016-02-08
1
-3
/
+3
*
Change if_nameindex() to use unsigned int i variable.
Jeff Johnston
2016-02-04
1
-1
/
+2
*
include/grp.h: Remove prototypes of non-standard functions
Corinna Vinschen
2016-01-29
1
-5
/
+0
*
Fix memcpy bug that reads past end of buffer.
Steve Ellcey
2016-01-28
1
-1
/
+1
*
grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guards
Yaakov Selkowitz
2016-01-28
1
-7
/
+5
*
Make macro checks ARMv8-M baseline proof
Thomas Preud'homme
2016-01-28
7
-30
/
+35
*
Fix up errors in regenerated files for 2.3.0 release.
newlib-snapshot-20160104
Jeff Johnston
2016-01-04
2
-138
/
+2922
*
Regenerate files for newlib 2.3.0.
newlib-2_3_0
Jeff Johnston
2015-12-21
92
-4028
/
+1347
*
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
*
ARC: Use new definitions for optional ARC CPU features
Anton Kolesov
2015-12-17
23
-69
/
+99
*
Remove inclusion of sys/select.h in sys/types.h for backward compat
Corinna Vinschen
2015-12-17
1
-2
/
+0
*
Add _REENT_INIT_PTR_ZEROED()
Sebastian Huber
2015-12-14
1
-6
/
+9
*
FreeBSD compatibility for <sys/select.h>
Sebastian Huber
2015-12-14
5
-15
/
+58
*
Add missing lock releases in __register_exitproc().
Freddie Chopin
2015-12-14
1
-1
/
+9
*
Add missing checks for __SNLK flag
Corinna Vinschen
2015-12-08
4
-15
/
+30
*
Fix re-initialization of FILE flags and mbstate in freopen
Corinna Vinschen
2015-12-08
2
-1
/
+4
*
Add definitions for NBBY to arm and rtems targets
Nick Withers
2015-12-07
2
-0
/
+4
*
Move fd_stuff from sys/types.h to sys/select.h
Corinna Vinschen
2015-12-07
3
-46
/
+94
*
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
*
[ARM] Adjust strcmp-armv7.S selection logic.
Marcus Shawcroft
2015-11-23
3
-3
/
+35
*
[ARM] Factor out the thumb2 -Os implementation.
Marcus Shawcroft
2015-11-23
3
-13
/
+57
*
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
11
-18
/
+1339
*
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
*
Fix typo in rpmatch doc reference
Yaakov Selkowitz
2015-11-19
1
-1
/
+1
*
ldtoa.c: Reindent to GNU style
Corinna Vinschen
2015-11-19
1
-2317
/
+2403
*
Fix rpmatch build problem
Corinna Vinschen
2015-11-19
1
-0
/
+1
*
Simplify the markup for sprintf and swprintf documentation
Jon Turney
2015-11-19
2
-64
/
+71
*
Improve markup of sscanf and swscanf documentation
Jon Turney
2015-11-19
2
-114
/
+237
*
Add rpmatch(3)
Yaakov Selkowitz
2015-11-17
5
-2
/
+104
*
[ARM] Factor out the thumb1 -Os implementation.
cygwin-2_3_1-release
cygwin-2_3_1-relase
Marcus Shawcroft
2015-11-13
3
-15
/
+52
*
[ARM] Adding strlen.S
Marcus Shawcroft
2015-11-13
5
-29
/
+70
*
[ARM] Rename strlen to strlen-stub.c
Marcus Shawcroft
2015-11-13
3
-3
/
+3
*
[ARM] Reorganize strlen selection.
Marcus Shawcroft
2015-11-13
5
-190
/
+16
*
[ARM] Refactor strlen.c #if nesting.
Marcus Shawcroft
2015-11-13
1
-26
/
+16
*
Add support for ARC to newlib
Anton Kolesov
2015-11-12
39
-0
/
+10007
*
Remove obsolete ARC system
Anton Kolesov
2015-11-12
14
-6615
/
+2
*
AArch64: Tune memcpy
Wilco Dijkstra
2015-11-12
1
-24
/
+32
*
Avoid .eh_frame in ARM newlib.
Joseph Myers
2015-11-12
7
-0
/
+7
*
Reorganize memchr selection.
cygwin-2_3_0-release
Marcus Shawcroft
2015-11-06
6
-124
/
+107
*
Reorganize memcpy selection.
Marcus Shawcroft
2015-11-06
6
-296
/
+81
*
Replace __attribute((__warning__())) by __attribute__((deprecated()))
Olivier Martin
2015-11-06
1
-2
/
+2
[prev]
[next]