aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2015-08-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2-1/+6
2015-08-27Fix for pri and scn formatsAndre Simoes Dias Vieira3-127/+273
2015-08-25Always declare "kill" in include/sys/signal.hJames Greenhalgh1-2/+2
2015-08-20Manuals failing to build on Ubuntu LTS 14.04cygwin-2_2_1-releaseJon TURNEY1-1/+1
2015-08-20Add MIN MAX macro to param header file.Andre Vieira1-0/+3
2015-08-20Use machine header file for endianness configuration.Andre Vieira3-15/+41
2015-08-20Use machine header file for param configuration.Andre Vieira1-2/+10
2015-08-18sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz1-0/+6
2015-08-07or1k: Fix critical handling in malloc locksJeff Johnston2-2/+8
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2-7/+15
2015-08-03Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY1-0/+8
2015-07-31Fix typo in <sys/lock.h>Sebastian Huber2-1/+6
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra2-191/+188
2015-07-29Move header filesSebastian Huber9-5/+23
2015-07-29newlib/ChangeLog: Left out of previous commit.Joel Sherrill1-0/+4
2015-07-29Add <sys/lock.h>Sebastian Huber1-0/+235
2015-07-24Remove workaround for texinfo bug with underscores in filenames from mothball...newlib-snapshot-20150723Jon TURNEY1-116/+28
2015-07-24Remove a stray sentence fragment in iconv.texJon TURNEY1-1/+0
2015-07-24Fix a typo in iconv.texJon TURNEY1-1/+1
2015-07-24Fix SYNPOSIS prototypes for iconv functionsJon TURNEY1-4/+4
2015-07-24Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY1-139/+54
2015-07-24Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY2-0/+3
2015-07-21Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2-2/+16
2015-07-15[AArch64] Reverting recent optimized memset().Marcus Shawcroft2-184/+196
2015-07-13[AArch64] Optimized memset.Wilco Dijkstra2-191/+189
2015-07-13Fix ChangeLog entry for previous two commits.Marcus Shawcroft1-2/+2
2015-07-13[AArch64] Optimized memcpy.Wilco Dijkstra2-134/+166
2015-07-13[AArch64] Optimized memmove.Wilco Dijkstra2-282/+113
2015-07-10Fix typo in README.Jeff Johnston1-1/+1
2015-07-06Rework handling of basename variantsYaakov Selkowitz3-4/+14
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen3-2/+10
2015-07-02Prevent use of uninitialized file lockSebastian Huber3-4/+16
2015-06-29Regenerate Makefile.inJon TURNEY7-5/+14
2015-06-24Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY10-4/+34
2015-06-24Use makedoc output files which are generated but aren't includedJon TURNEY6-2/+33
2015-06-24Don't chew files which contain no documentation markupJon TURNEY3-3/+6
2015-06-24Fix mismatched parentheses in documentation.Jon TURNEY4-3/+10
2015-06-23Fix typo-ed function names in efgcvt.c documentationJon TURNEY3-3/+9
2015-06-23Fix an inconsistent use of '.' in FUNCTIONJon TURNEY2-1/+6
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY4-5/+11
2015-06-23Correct a non-ANSI prototype in SYNOPSISJon TURNEY2-1/+5
2015-06-23Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY3-2/+8
2015-06-23Fix some mangled makedoc markupJon TURNEY3-5/+10
2015-06-23Fix makedoc markup used in texinfo sourceJon TURNEY3-2/+7
2015-06-22sys/signal.h requires sys/cdefs.hCorinna Vinschen2-0/+5
2015-06-20ChangeLog entries for Cygwin's alternate signal stack implementationCorinna Vinschen1-0/+11
2015-06-20Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen1-14/+14
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen1-6/+7
2015-06-15gmtime_r: Use faster algorithm by Howard HinnantFreddie Chopin2-71/+40
2015-06-01Update the assembler code to support old ARM architectures.Hale Wang7-183/+189