summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve markup of sscanf and swscanf documentationJon Turney2015-11-193-114/+242
* Add rpmatch(3)Yaakov Selkowitz2015-11-176-2/+113
* [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft2015-11-134-15/+58
* [ARM] Adding strlen.SMarcus Shawcroft2015-11-136-29/+78
* [ARM] Rename strlen to strlen-stub.cMarcus Shawcroft2015-11-134-3/+10
* [ARM] Reorganize strlen selection.Marcus Shawcroft2015-11-136-190/+25
* [ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2015-11-132-26/+20
* Add support for ARC to newlibAnton Kolesov2015-11-1241-6/+10054
* Remove obsolete ARC systemAnton Kolesov2015-11-1216-6618/+20
* Fix multilib libgloss selection.Marcus Shawcroft2015-11-122-1/+6
* makedoc: Don't interpret license text as a commandJon Turney2015-11-122-8/+16
* doc: Fix some inconsistent QUICKREF linesJon Turney2015-11-126-5/+18
* makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney2015-11-122-4/+9
* AArch64: Tune memcpyWilco Dijkstra2015-11-122-24/+37
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-128-0/+18
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-067-124/+117
* Reorganize memcpy selection.Marcus Shawcroft2015-11-067-296/+92
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-062-2/+7
* [ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft2015-11-036-14/+106
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-0276-5445/+4150
* Consistently use an em-dash in math functions.Jeff Johnston2015-11-0222-21/+59
* Add missing semicolons to prototypes.Jeff Johnston2015-11-029-38/+38
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-022-2/+48
* Add missing ChangeLog entry for ce8159d5Corinna Vinschen2015-11-021-0/+4
* Include <sched.h> in <pthread.h>Sebastian Huber2015-10-301-1/+1