summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Use machine header file for endianness configuration.Andre Vieira2015-08-203-15/+41
* Use machine header file for param configuration.Andre Vieira2015-08-201-2/+10
* sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz2015-08-181-0/+6
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-071-2/+4
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-031-7/+9
* Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY2015-08-031-0/+8
* Fix typo in <sys/lock.h>Sebastian Huber2015-07-311-1/+1
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-301-191/+184
* Move header filesSebastian Huber2015-07-298-5/+4
* Add <sys/lock.h>Sebastian Huber2015-07-291-0/+235
* Remove a stray sentence fragment in iconv.texJon TURNEY2015-07-241-1/+0
* Fix a typo in iconv.texJon TURNEY2015-07-241-1/+1
* Fix SYNPOSIS prototypes for iconv functionsJon TURNEY2015-07-241-4/+4
* Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY2015-07-241-139/+54
* Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY2015-07-242-0/+3
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-211-2/+9
* [AArch64] Reverting recent optimized memset().Marcus Shawcroft2015-07-151-184/+191
* [AArch64] Optimized memset.Wilco Dijkstra2015-07-131-191/+184
* [AArch64] Optimized memcpy.Wilco Dijkstra2015-07-131-134/+161
* [AArch64] Optimized memmove.Wilco Dijkstra2015-07-131-282/+108
* Rework handling of basename variantsYaakov Selkowitz2015-07-062-4/+5
* Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2015-07-062-2/+4
* Prevent use of uninitialized file lockSebastian Huber2015-07-022-4/+10
* Regenerate Makefile.inJon TURNEY2015-06-296-5/+5
* Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY2015-06-249-4/+22
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-242-0/+16
* Don't chew files which contain no documentation markupJon TURNEY2015-06-242-3/+0
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-243-3/+3
* Fix typo-ed function names in efgcvt.c documentationJon TURNEY2015-06-232-3/+3
* Fix an inconsistent use of '.' in FUNCTIONJon TURNEY2015-06-231-1/+1
* Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2015-06-232-3/+3
* Correct a non-ANSI prototype in SYNOPSISJon TURNEY2015-06-231-1/+1
* Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY2015-06-232-2/+2
* Fix some mangled makedoc markupJon TURNEY2015-06-232-5/+5
* Fix makedoc markup used in texinfo sourceJon TURNEY2015-06-232-2/+2
* sys/signal.h requires sys/cdefs.hCorinna Vinschen2015-06-221-0/+1
* Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen2015-06-201-14/+14
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-191-6/+7
* gmtime_r: Use faster algorithm by Howard HinnantFreddie Chopin2015-06-151-71/+35
* Update the assembler code to support old ARM architectures.Hale Wang2015-06-016-183/+179
* Correct argz_replace behaviour when memory is exhausted.David Stacey2015-06-011-2/+5
* Fix comment in sys/wait.hCorinna Vinschen2015-05-281-1/+1
* Fix potential memory leak in argz_replaceDavid Stacey2015-05-271-1/+4
* Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen2015-05-021-0/+6
* Improve check for int32_t being long or intCorinna Vinschen2015-04-294-32/+41
* Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2015-04-232-12/+26
* For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton2015-04-2312-0/+235
* Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2015-04-231-71/+71
* Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber2015-04-235-46/+69
* Make stack_t typedef generally availableJon TURNEY2015-04-231-9/+9