summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-231-1/+1
* Avoid excessive locking and calling tzset in time functions.Corinna Vinschen2015-04-233-5/+17
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-04-233-23/+24
* Move tzset calls to time functions.Craig Howland2015-04-234-7/+5
* strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2015-04-231-3/+3
* string: add GNU basename(3)Yaakov Selkowitz2015-04-235-2/+53
* Import <sys/tree.h> from FreeBSDSebastian Huber2015-04-231-0/+801
* Change from configure time to compile time probe for intptr_t definition.Joel Sherrill2015-04-232-0/+27
* Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey2015-04-231-18/+18