aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2013-02-28 * libc/include/machine/setjmp.h (sigjmp_buf): Fix definition ofCorinna Vinschen2-1/+7
2013-02-26 * libc/include/malloc.h (struct mallinfo): Convert type of all membersCorinna Vinschen2-10/+15
2013-02-21 * libc/include/sys/_types.h (_ssize_t): Define as signed equivalent ofCorinna Vinschen2-0/+15
2013-02-19 * libc/machine/mips/memcpy.S: Fix USE_PREFETCH check.Corinna Vinschen2-2/+9
2013-02-01 * crt0.S: Add recognition of the e3v5 architecture variant.Nick Clifton2-2/+7
2013-01-222013-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+13
2013-01-172013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2-12/+25
2013-01-172013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft2-11/+34
2013-01-15 * libc/sys/sysnecv850/crt0.S (_start): Enable FPU for theNick Clifton2-0/+17
2013-01-12 * libc/include/string.h: Fix preprocessor expressions usingCorinna Vinschen2-2/+7
2013-01-11 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Add code to correctly handleCorinna Vinschen2-9/+37
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft5-5/+226
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft5-2/+227
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft5-2/+192
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft5-2/+386
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft5-9/+297
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft8-4/+764
2013-01-082013-01-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+8
2013-01-072013-01-07 Steve Ellcey <sellcey@mips.com>Jeff Johnston2-2/+6
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston306-6231/+11551
2012-12-19 * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.Corinna Vinschen2-10/+12
2012-12-182012-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+4
2012-12-182012-12-18 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-4/+35
2012-12-18 * libc/stdio/puts.c (_puts_r): Fix typo in previous patch. Add localCorinna Vinschen2-5/+11
2012-12-172012-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+13
2012-12-142012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>Jeff Johnston2-0/+42
2012-12-112012-12-11 Steve Ellcey <sellcey@mips.com>Jeff Johnston6-212/+792
2012-12-062012-12-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston1-6/+17
2012-12-042012-12-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Jeff Johnston22-2/+7042
2012-11-30 * libc/machine/arm/strcmp.S (compute_return_value): Fix return value.Corinna Vinschen3-1/+52
2012-11-29 * libc/include/sys/reent.h (__sFILE): Change type of _offsetCorinna Vinschen6-332/+502
2012-11-26 * libc/include/inttypes.h: Add and use __INTTYPES_EXP().Corinna Vinschen2-2/+16
2012-11-23 * libm/machine/aarch64/configure.in: Change comment to say libmCorinna Vinschen2-1/+6
2012-11-122012-11-12 Steve Ellcey <sellcey@mips.com>Steve Ellcey3-9/+441
2012-11-12* libc/include/sys/time.h: Avoid guarding other than timeval declaration withChristopher Faylor2-20/+25
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen8-27/+22
2012-10-27Minor optimization and bug fix for moxie.Anthony Green2-1/+5
2012-10-26 * libc/include/sys/signal.h (sigset_t): Don't define when buildingCorinna Vinschen2-0/+8
2012-10-242012-10-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston6-22/+53
2012-10-22 * libc/include/string.h (strdup, strndup): Declare if notCorinna Vinschen2-0/+14
2012-10-22 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):PrototypeCorinna Vinschen2-0/+17
2012-10-21 * libc/sys/mmixware/sbrk.c (_sbrk): Drop unused extern declarationHans-Peter Nilsson2-2/+23
2012-10-16 * libc/stdlib/getopt.c (getopt_internal): Align handling of colon toCorinna Vinschen2-5/+33
2012-10-16 * libc/stdio/vfprintf.c (__sbprintf): Fix comment.Corinna Vinschen2-2/+6
2012-10-16 * libc/include/assert.h (static_assert): Define.Corinna Vinschen2-0/+8
2012-10-16 * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen10-19/+41
2012-10-09 * libc/posix/wordfree.c (wordfree): The wrong words are freedCorinna Vinschen4-32/+73
2012-10-09 * libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resourceCorinna Vinschen2-27/+72
2012-10-09 * libc/posix/wordexp.c (wordexp): Handle expanded words longerCorinna Vinschen2-7/+25
2012-10-09 * libc/posix/wordexp.c (wordexp): Don't leak file streams.Corinna Vinschen2-2/+6