aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
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 Johnston1-2/+4
2015-08-03Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon1-7/+9
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 Huber1-1/+1
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra1-191/+184
2015-07-29Move header filesSebastian Huber8-5/+4
2015-07-29Add <sys/lock.h>Sebastian Huber1-0/+235
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 Vinschen1-2/+9
2015-07-15[AArch64] Reverting recent optimized memset().Marcus Shawcroft1-184/+191
2015-07-13[AArch64] Optimized memset.Wilco Dijkstra1-191/+184
2015-07-13[AArch64] Optimized memcpy.Wilco Dijkstra1-134/+161
2015-07-13[AArch64] Optimized memmove.Wilco Dijkstra1-282/+108
2015-07-06Rework handling of basename variantsYaakov Selkowitz2-4/+5
2015-07-06Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2-2/+4
2015-07-02Prevent use of uninitialized file lockSebastian Huber2-4/+10
2015-06-29Regenerate Makefile.inJon TURNEY6-5/+5
2015-06-24Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY9-4/+22
2015-06-24Use makedoc output files which are generated but aren't includedJon TURNEY2-0/+16
2015-06-24Don't chew files which contain no documentation markupJon TURNEY2-3/+0
2015-06-24Fix mismatched parentheses in documentation.Jon TURNEY3-3/+3
2015-06-23Fix typo-ed function names in efgcvt.c documentationJon TURNEY2-3/+3
2015-06-23Fix an inconsistent use of '.' in FUNCTIONJon TURNEY1-1/+1
2015-06-23Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2-3/+3
2015-06-23Correct a non-ANSI prototype in SYNOPSISJon TURNEY1-1/+1
2015-06-23Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY2-2/+2
2015-06-23Fix some mangled makedoc markupJon TURNEY2-5/+5
2015-06-23Fix makedoc markup used in texinfo sourceJon TURNEY2-2/+2
2015-06-22sys/signal.h requires sys/cdefs.hCorinna Vinschen1-0/+1
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 Chopin1-71/+35
2015-06-01Update the assembler code to support old ARM architectures.Hale Wang6-183/+179
2015-06-01Correct argz_replace behaviour when memory is exhausted.David Stacey1-2/+5
2015-05-28Fix comment in sys/wait.hgithub/cygwin-2.0cygwin-2.0Corinna Vinschen1-1/+1
2015-05-27Fix potential memory leak in argz_replaceDavid Stacey1-1/+4
2015-05-02Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen1-0/+6
2015-04-29Improve check for int32_t being long or intCorinna Vinschen4-32/+41
2015-04-23Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2-12/+26
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton12-0/+235
2015-04-23Add parens around MIN/MAX values in stdint.h.Corinna Vinschen1-71/+71
2015-04-23Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber5-46/+69