aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2016-02-18sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen1-34/+34
2016-02-17Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez2-52/+33
2016-02-13POSIX barrier implementation, take 3Václav Haisman2-4/+4
2016-02-12Remove broken ieeefp.h macrosYaakov Selkowitz1-11/+6
2016-02-12Fix compile with GCC 5 -WerrorYaakov Selkowitz4-1/+5
2016-02-08printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen1-7/+9
2016-02-08stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney1-4/+10
2016-02-08Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев1-4/+6
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev1-0/+1
2016-02-08* newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev1-3/+3
2016-02-04Change if_nameindex() to use unsigned int i variable.Jeff Johnston1-1/+2
2016-01-29include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen1-5/+0
2016-01-28Fix memcpy bug that reads past end of buffer.Steve Ellcey1-1/+1
2016-01-28grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz1-7/+5
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme7-30/+35
2016-01-04Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston2-138/+2922
2015-12-21Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston92-4028/+1347
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston1-0/+7
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston7-22/+96
2015-12-17ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov23-69/+99
2015-12-17Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen1-2/+0
2015-12-14Add _REENT_INIT_PTR_ZEROED()Sebastian Huber1-6/+9
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber5-15/+58
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin1-1/+9
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen4-15/+30
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen2-1/+4
2015-12-07Add definitions for NBBY to arm and rtems targetsNick Withers2-0/+4
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen3-46/+94
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen1-0/+4
2015-11-24 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey1-2/+2
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft3-3/+35
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft3-13/+57
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen1-1/+8
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen11-18/+1339
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen3-21/+20
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen1-2/+0
2015-11-19Fix typo in rpmatch doc referenceYaakov Selkowitz1-1/+1
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen1-2317/+2403
2015-11-19Fix rpmatch build problemCorinna Vinschen1-0/+1
2015-11-19Simplify the markup for sprintf and swprintf documentationJon Turney2-64/+71
2015-11-19Improve markup of sscanf and swscanf documentationJon Turney2-114/+237
2015-11-17Add rpmatch(3)Yaakov Selkowitz5-2/+104
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft3-15/+52
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft5-29/+70
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft3-3/+3
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft5-190/+16
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft1-26/+16
2015-11-12Add support for ARC to newlibAnton Kolesov39-0/+10007
2015-11-12Remove obsolete ARC systemAnton Kolesov14-6615/+2
2015-11-12AArch64: Tune memcpyWilco Dijkstra1-24/+32