summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge parts of <sys/time.h> from FreeBSDSebastian Huber2015-03-135-65/+539
* Import libc/sys/rtems/include/semaphore.h from FreeBSD.Sebastian Huber2015-03-122-0/+60
* Add and use latest <sys/timespec.h> from FreeBSDSebastian Huber2015-03-119-16/+130
* Fix a build problem running the newlib testsuite on targets that only have 32...Nick Clifton2015-03-112-1/+7
* * libc/include/stdio.h (FILE): Protect typedef from redefinition.Corinna Vinschen2015-03-053-0/+11
* 2015-02-25 Gedare Bloom <gedare@rtems.org>Joel Sherrill2015-03-032-4/+6
* * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.Steve Ellcey2015-03-032-0/+62
* * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey2015-03-032-14/+169
* 2015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-262-108/+113
* * libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has anJon TURNEY2015-02-252-6/+13
* * libc/machine/arm/aeabi_memclr.c: New file to supportCorinna Vinschen2015-02-179-5/+555
* * libc/machine/arm/aeabi_memmove.c: New file to supportCorinna Vinschen2015-02-178-3/+351
* * libc/include/complex.h (cabsl): Add prototype.Nick Clifton2015-02-0623-50/+523
* * libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement forCorinna Vinschen2015-02-042-3/+5
* * libc/stdlib/wcstold.c (wcstold): Add implementation for whenNick Clifton2015-01-292-4/+77
* * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.Corinna Vinschen2015-01-282-0/+5
* Complete action from 2001-12-18:Corinna Vinschen2015-01-2318-697/+5