summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-072-2/+8
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-032-7/+15
* 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-312-1/+6
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-302-191/+188
* Move header filesSebastian Huber2015-07-299-5/+23
* newlib/ChangeLog: Left out of previous commit.Joel Sherrill2015-07-291-0/+4
* Add <sys/lock.h>Sebastian Huber2015-07-291-0/+235
* Remove workaround for texinfo bug with underscores in filenames from mothball...newlib-snapshot-20150723Jon TURNEY2015-07-241-116/+28
* 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-212-2/+16
* [AArch64] Reverting recent optimized memset().Marcus Shawcroft2015-07-152-184/+196
* [AArch64] Optimized memset.Wilco Dijkstra2015-07-132-191/+189
* Fix ChangeLog entry for previous two commits.Marcus Shawcroft2015-07-131-2/+2
* [AArch64] Optimized memcpy.Wilco Dijkstra2015-07-132-134/+166
* [AArch64] Optimized memmove.Wilco Dijkstra2015-07-132-282/+113
* Fix typo in README.Jeff Johnston2015-07-101-1/+1
* Rework handling of basename variantsYaakov Selkowitz2015-07-063-4/+14
* Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2015-07-063-2/+10
* Prevent use of uninitialized file lockSebastian Huber2015-07-023-4/+16
* Regenerate Makefile.inJon TURNEY2015-06-297-5/+14
* Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY2015-06-2410-4/+34
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-246-2/+33
* Don't chew files which contain no documentation markupJon TURNEY2015-06-243-3/+6
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-244-3/+10
* Fix typo-ed function names in efgcvt.c documentationJon TURNEY2015-06-233-3/+9
* Fix an inconsistent use of '.' in FUNCTIONJon TURNEY2015-06-232-1/+6
* Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2015-06-234-5/+11
* Correct a non-ANSI prototype in SYNOPSISJon TURNEY2015-06-232-1/+5
* Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY2015-06-233-2/+8
* Fix some mangled makedoc markupJon TURNEY2015-06-233-5/+10
* Fix makedoc markup used in texinfo sourceJon TURNEY2015-06-233-2/+7
* sys/signal.h requires sys/cdefs.hCorinna Vinschen2015-06-222-0/+5
* ChangeLog entries for Cygwin's alternate signal stack implementationCorinna Vinschen2015-06-201-0/+11
* 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-152-71/+40
* Update the assembler code to support old ARM architectures.Hale Wang2015-06-017-183/+189
* aarch64: fabs and sqrt implementation with inline asmSzabolcs Nagy2015-06-017-7/+190
* Correct argz_replace behaviour when memory is exhausted.David Stacey2015-06-012-2/+10
* Fix comment in sys/wait.hCorinna Vinschen2015-05-282-1/+5
* Fix potential memory leak in argz_replaceDavid Stacey2015-05-272-1/+8
* Avoid unneeded truncation to "int"newlib-snapshot-20150526DJ Delorie2015-05-272-1/+6
* Update signbit functions to work on targets where integers are only 16-bits.Nick Clifton2015-05-272-4/+9