summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* * libc/sys/rtems/sys/queue.h: Delete file.Corinna Vinschen2013-04-164-571/+320
* 2013-04-12 Will Newton <will.newton@linaro.org>Jeff Johnston2013-04-123-402/+611
* * acconfig.h (_WCHAR_ORIENT): UndefCorinna Vinschen2013-04-1211-133/+284
* Revert to original patchCorinna Vinschen2013-04-111-4/+4
* * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): AlsoCorinna Vinschen2013-04-112-4/+10
* 2013-04-10 Bin Cheng <bin.cheng@arm.com>Jeff Johnston2013-04-109-2/+70
* * libc/stdio/vfieeefp.h (ldieee): Fix typo.Matthew Gretton-Dann2013-04-082-1/+5
* * libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magicCorinna Vinschen2013-04-022-2/+8
* * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen2013-03-2711-10/+353
* 2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2013-03-265-12/+26
* * newlib/libc/stdio/findfp.c (glue_with_file): New.Corinna Vinschen2013-03-152-9/+18
* * libc/include/machine/setjmp.h (sigjmp_buf): Fix definition ofCorinna Vinschen2013-02-282-1/+7
* * libc/include/malloc.h (struct mallinfo): Convert type of all membersCorinna Vinschen2013-02-262-10/+15
* * libc/include/sys/_types.h (_ssize_t): Define as signed equivalent ofCorinna Vinschen2013-02-212-0/+15
* * libc/machine/mips/memcpy.S: Fix USE_PREFETCH check.Corinna Vinschen2013-02-192-2/+9
* * crt0.S: Add recognition of the e3v5 architecture variant.Nick Clifton2013-02-012-2/+7
* 2013-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2013-01-222-1/+13
* 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-172-12/+25
* 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-172-11/+34
* * libc/sys/sysnecv850/crt0.S (_start): Enable FPU for theNick Clifton2013-01-152-0/+17
* * libc/include/string.h: Fix preprocessor expressions usingCorinna Vinschen2013-01-122-2/+7
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Add code to correctly handleCorinna Vinschen2013-01-112-9/+37
* 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-105-5/+226
* 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-105-2/+227
* 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-105-2/+192
* 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-105-2/+386
* 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-105-9/+297
* 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2013-01-108-4/+764
* 2013-01-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-01-082-0/+8
* 2013-01-07 Steve Ellcey <sellcey@mips.com>Jeff Johnston2013-01-072-2/+6
* 2012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-20306-6231/+11551
* * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.Corinna Vinschen2012-12-192-10/+12
* 2012-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-182-3/+4
* 2012-12-18 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2012-12-182-4/+35
* * libc/stdio/puts.c (_puts_r): Fix typo in previous patch. Add localCorinna Vinschen2012-12-182-5/+11
* 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-12-172-2/+13
* 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>Jeff Johnston2012-12-142-0/+42
* 2012-12-11 Steve Ellcey <sellcey@mips.com>Jeff Johnston2012-12-116-212/+792
* 2012-12-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston2012-12-061-6/+17
* 2012-12-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston2012-12-0422-2/+7042
* * libc/machine/arm/strcmp.S (compute_return_value): Fix return value.Corinna Vinschen2012-11-303-1/+52
* * libc/include/sys/reent.h (__sFILE): Change type of _offsetCorinna Vinschen2012-11-296-332/+502
* * libc/include/inttypes.h: Add and use __INTTYPES_EXP().Corinna Vinschen2012-11-262-2/+16
* * libm/machine/aarch64/configure.in: Change comment to say libmCorinna Vinschen2012-11-232-1/+6
* 2012-11-12 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-11-123-9/+441
* * libc/include/sys/time.h: Avoid guarding other than timeval declaration withChristopher Faylor2012-11-122-20/+25
* * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen2012-11-018-27/+22
* Minor optimization and bug fix for moxie.Anthony Green2012-10-272-1/+5
* * libc/include/sys/signal.h (sigset_t): Don't define when buildingCorinna Vinschen2012-10-262-0/+8
* 2012-10-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-10-246-22/+53