summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen2016-02-265-7/+5
* newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems*Joel Sherrill2016-02-251-0/+2
* Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston2016-02-254-4/+11
* libm/complex: add clog10, clog10fYaakov Selkowitz2016-02-226-24/+105
* pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill2016-02-222-8/+24
* sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen2016-02-181-34/+34
* Also fix libm/machine generated files.Jeff Johnston2016-02-172-19/+12139
* Fix libm regenerated files again.Jeff Johnston2016-02-172-134/+2920
* Fix regeneration of libm autotool files.Jeff Johnston2016-02-172-7/+9337
* Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez2016-02-1714-33640/+175
* POSIX barrier implementation, take 3Václav Haisman2016-02-132-4/+4
* Remove broken ieeefp.h macrosYaakov Selkowitz2016-02-121-11/+6
* Fix compile with GCC 5 -WerrorYaakov Selkowitz2016-02-124-1/+5
* printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen2016-02-081-7/+9
* stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney2016-02-081-4/+10
* Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев2016-02-081-4/+6
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev2016-02-081-0/+1
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev2016-02-081-3/+3
* Change if_nameindex() to use unsigned int i variable.Jeff Johnston2016-02-041-1/+2
* include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen2016-01-291-5/+0
* Fix memcpy bug that reads past end of buffer.Steve Ellcey2016-01-281-1/+1
* grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz2016-01-281-7/+5
* Make macro checks ARMv8-M baseline proofThomas Preud'homme2016-01-287-30/+35
* Deprecate newlib and winsup ChangeLog filesCorinna Vinschen2016-01-282-27735/+27736
* Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston2016-01-044-3223/+4941
* Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston2015-12-21105-6166/+4598
* Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston2015-12-212-0/+12
* Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston2015-12-218-23/+108
* ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov2015-12-1724-69/+126
* Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen2015-12-172-2/+4
* Add _REENT_INIT_PTR_ZEROED()Sebastian Huber2015-12-142-6/+14
* FreeBSD compatibility for <sys/select.h>Sebastian Huber2015-12-146-15/+70
* Add missing lock releases in __register_exitproc().Freddie Chopin2015-12-142-1/+14
* Check for 64 FP instructions availability in libm before using themThomas Preud'homme2015-12-097-6/+16
* Add missing checks for __SNLK flagCorinna Vinschen2015-12-085-15/+39
* Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen2015-12-083-1/+10
* Add definitions for NBBY to arm and rtems targetsNick Withers2015-12-073-0/+9
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-074-46/+101
* Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2015-11-262-0/+9
* libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2015-11-242-2/+6
* [ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft2015-11-234-3/+40
* [ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft2015-11-234-13/+63
* Handle multibyte decimapl point in strtold.Corinna Vinschen2015-11-212-1/+13
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-2012-18/+1364
* Make match function globally available to stdlib functions.Corinna Vinschen2015-11-204-21/+26
* Drop unused declaration from wcstold.cCorinna Vinschen2015-11-202-2/+4
* Fix typo in rpmatch doc referenceYaakov Selkowitz2015-11-192-1/+5
* ldtoa.c: Reindent to GNU styleCorinna Vinschen2015-11-192-2317/+2408
* Fix rpmatch build problemCorinna Vinschen2015-11-192-0/+5
* Simplify the markup for sprintf and swprintf documentationJon Turney2015-11-193-64/+76