aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2016-02-18sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen1-34/+34
2016-02-17Also fix libm/machine generated files.Jeff Johnston2-19/+12139
2016-02-17Fix libm regenerated files again.Jeff Johnston2-134/+2920
2016-02-17Fix regeneration of libm autotool files.Jeff Johnston2-7/+9337
2016-02-17Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez14-33640/+175
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-28Deprecate newlib and winsup ChangeLog filesCorinna Vinschen2-27735/+27736
2016-01-04Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston4-3223/+4941
2015-12-21Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston105-6166/+4598
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston2-0/+12
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston8-23/+108
2015-12-17ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov24-69/+126
2015-12-17Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen2-2/+4
2015-12-14Add _REENT_INIT_PTR_ZEROED()Sebastian Huber2-6/+14
2015-12-14FreeBSD compatibility for <sys/select.h>Sebastian Huber6-15/+70
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin2-1/+14
2015-12-09Check for 64 FP instructions availability in libm before using themThomas Preud'homme7-6/+16
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen5-15/+39
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen3-1/+10
2015-12-07Add definitions for NBBY to arm and rtems targetsNick Withers3-0/+9
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen4-46/+101
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2-0/+9
2015-11-24 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2-2/+6
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft4-3/+40
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft4-13/+63
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen2-1/+13
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen12-18/+1364
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen4-21/+26
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen2-2/+4
2015-11-19Fix typo in rpmatch doc referenceYaakov Selkowitz2-1/+5
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen2-2317/+2408
2015-11-19Fix rpmatch build problemCorinna Vinschen2-0/+5
2015-11-19Simplify the markup for sprintf and swprintf documentationJon Turney3-64/+76
2015-11-19Improve markup of sscanf and swscanf documentationJon Turney3-114/+242
2015-11-17Add rpmatch(3)Yaakov Selkowitz6-2/+113
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft4-15/+58
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft6-29/+78
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft4-3/+10