aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton13-0/+249
2015-04-23Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2-71/+75
2015-04-23Add <sys/_stdint.h> for FreeBSD compatibilitySebastian Huber6-46/+87
2015-04-23Make stack_t typedef generally availableJon TURNEY2-9/+14
2015-04-23Fix UTF-16 surrogate handling in wctomb and friends.Corinna Vinschen2-1/+6
2015-04-23Avoid excessive locking and calling tzset in time functions.Corinna Vinschen4-5/+25
2015-04-23Add _tzset_unlocked and _tzset_unlocked_rCorinna Vinschen4-23/+35
2015-04-23Move tzset calls to time functions.Craig Howland5-7/+13
2015-04-23strftime: use tzname if TM_ZONE is NULLYaakov Selkowitz2-3/+8
2015-04-23string: add GNU basename(3)Yaakov Selkowitz6-2/+61
2015-04-23Import <sys/tree.h> from FreeBSDSebastian Huber2-0/+805
2015-04-23* newlib.hin: Remove _UINTPTR_EQ_ULONG and _UINTPTR_EQ_ULONGLONG.Joel Sherrill2-6/+4
2015-04-23Change from configure time to compile time probe for intptr_t definition.Joel Sherrill5-110/+36
2015-04-23 Add ChangeLog entry for last patch to libc/include/sys/time.h.Steve Ellcey1-0/+5
2015-04-23 Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.Steve Ellcey1-18/+18
2015-03-16Fix newlib texinfo source so 'info libc' and 'info libm' workJon TURNEY3-6/+13
2015-03-13Drop including cygwin/sys_time.h on Cygwin.Corinna Vinschen2-4/+4
2015-03-13Merge parts of <sys/time.h> from FreeBSDSebastian Huber5-65/+539
2015-03-12Import libc/sys/rtems/include/semaphore.h from FreeBSD.Sebastian Huber2-0/+60
2015-03-11Add and use latest <sys/timespec.h> from FreeBSDSebastian Huber9-16/+130
2015-03-11Fix a build problem running the newlib testsuite on targets that only have 32...Nick Clifton2-1/+7
2015-03-05 * libc/include/stdio.h (FILE): Protect typedef from redefinition.Corinna Vinschen3-0/+11
2015-03-032015-02-25 Gedare Bloom <gedare@rtems.org>Joel Sherrill2-4/+6
2015-03-03 * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.Steve Ellcey2-0/+62
2015-03-03 * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey2-14/+169
2015-02-262015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2-108/+113
2015-02-25* libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has anJon TURNEY2-6/+13
2015-02-17 * libc/machine/arm/aeabi_memclr.c: New file to supportCorinna Vinschen9-5/+555
2015-02-17 * libc/machine/arm/aeabi_memmove.c: New file to supportCorinna Vinschen8-3/+351
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton23-50/+523
2015-02-04 * libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement forCorinna Vinschen2-3/+5
2015-01-29 * libc/stdlib/wcstold.c (wcstold): Add implementation for whenNick Clifton2-4/+77
2015-01-28 * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.Corinna Vinschen2-0/+5
2015-01-23 Complete action from 2001-12-18:Corinna Vinschen18-697/+5
2015-01-22* libc/sys/sparc64/sys/time.h: #include <sys/types.h> for time_t.Yaakov Selkowitz2-0/+6
2015-01-22 * libc/sys/or1k/mlock.c: Fix dependency on libgloss.Corinna Vinschen2-2/+8
2015-01-21 * COPYING.LIBGLOSS: Add Controls and Data Services copyright.Eric Botcazou18-7/+8025
2015-01-20 * libc/sys/configure.in: Add OpenRISC.Corinna Vinschen1-0/+5
2015-01-20Fix typo in entry headerCorinna Vinschen3-3/+7
2015-01-20Fix datesCorinna Vinschen1-2/+2
2015-01-20 * libc/machine/aarch64/strlen.S (strlen): Improve performance.Corinna Vinschen2-69/+175
2015-01-20 * configure.host: Add extra system for OpenRISC baremetal.Corinna Vinschen2-2/+11
2015-01-142015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-0/+7
2015-01-142015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-6/+11
2015-01-14 * configure.host: Add extra system for OpenRISC baremetalCorinna Vinschen10-0/+6749
2015-01-12 * testsuite/newlib.wctype/tiswctype.c (main): Use wide character typeCorinna Vinschen2-12/+17
2015-01-08 * libc/time/strftime.c (__strftime): Utilize __TM_GMTOFF and __TM_ZONECorinna Vinschen2-6/+40
2015-01-08 * testsuite/newlib.wctype/twctrans.c (main): Use towlower and towupper.Corinna Vinschen2-4/+8
2015-01-06 * libc/machine/aarch64/strcpy.S (strcpy): Further performanceRichard Earnshaw6-125/+259
2015-01-052014-12-26 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston2-20/+6