aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft6-190/+25
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2-26/+20
2015-11-12Add support for ARC to newlibAnton Kolesov41-6/+10054
2015-11-12Remove obsolete ARC systemAnton Kolesov16-6618/+20
2015-11-12Fix multilib libgloss selection.Marcus Shawcroft2-1/+6
2015-11-12makedoc: Don't interpret license text as a commandJon Turney2-8/+16
2015-11-12doc: Fix some inconsistent QUICKREF linesJon Turney6-5/+18
2015-11-12makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney2-4/+9
2015-11-12AArch64: Tune memcpyWilco Dijkstra2-24/+37
2015-11-12Avoid .eh_frame in ARM newlib.Joseph Myers8-0/+18
2015-11-06Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft7-124/+117
2015-11-06Reorganize memcpy selection.Marcus Shawcroft7-296/+92
2015-11-06Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2-2/+7
2015-11-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft6-14/+106
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston76-5445/+4150
2015-11-02Consistently use an em-dash in math functions.Jeff Johnston22-21/+59
2015-11-02Add missing semicolons to prototypes.Jeff Johnston9-38/+38
2015-11-02 Improve performance of MIPS memcpy.Steve Ellcey2-2/+48
2015-11-02Add missing ChangeLog entry for ce8159d5Corinna Vinschen1-0/+4
2015-10-30Include <sched.h> in <pthread.h>Sebastian Huber1-1/+1
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis2-25/+104
2015-10-19Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2-1/+15
2015-10-19C11 aligned_alloc() implementationSebastian Huber4-18/+70
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2-0/+6
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber5-17/+124
2015-10-13Import <threads.h> from latest FreeBSD.Jeff Johnston3-0/+152
2015-10-13Synchronize with FreeBSD.Jeff Johnston2-24/+145
2015-10-13Add FreeBSD style changes to sys/cdefs.hJeff Johnston2-32/+37
2015-10-08Define setjmp buffer length for IA64.Nick Clifton2-0/+8