summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen2015-05-022-0/+10
* Improve check for int32_t being long or intCorinna Vinschen2015-04-295-32/+53
* Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2015-04-233-12/+34
* For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton2015-04-2313-0/+249
* Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2015-04-232-71/+75
* Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber2015-04-236-46/+87
* Make stack_t typedef generally availableJon TURNEY2015-04-232-9/+14
* Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2015-04-232-1/+6
* Avoid excessive locking and calling tzset in time functions.Corinna Vinschen2015-04-234-5/+25
* Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen2015-04-234-23/+35
* Move tzset calls to time functions.Craig Howland2015-04-235-7/+13
* strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2015-04-232-3/+8
* string: add GNU basename(3)Yaakov Selkowitz2015-04-236-2/+61
* Import <sys/tree.h> from FreeBSDSebastian Huber2015-04-232-0/+805
* * newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.Joel Sherrill2015-04-232-6/+4
* Change from configure time to compile time probe for intptr_t definition.Joel Sherrill2015-04-235-110/+36
* Add ChangeLog entry for last patch to libc/include/sys/time.h.Steve Ellcey2015-04-231-0/+5
* Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey2015-04-231-18/+18
* Fix newlib texinfo source so 'info libc' and 'info libm' workJon TURNEY2015-03-163-6/+13
* Drop including cygwin/sys_time.h on Cygwin.Corinna Vinschen2015-03-132-4/+4