aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2013-04-02 * libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magicCorinna Vinschen1-2/+3
2013-03-27 * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen6-10/+293
2013-03-262013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill4-12/+17
2013-03-15 * newlib/libc/stdio/findfp.c (glue_with_file): New.Corinna Vinschen1-9/+13
2013-02-28 * libc/include/machine/setjmp.h (sigjmp_buf): Fix definition ofCorinna Vinschen1-1/+2
2013-02-26 * libc/include/malloc.h (struct mallinfo): Convert type of all membersCorinna Vinschen1-10/+10
2013-02-21 * libc/include/sys/_types.h (_ssize_t): Define as signed equivalent ofCorinna Vinschen1-0/+9
2013-02-19 * libc/machine/mips/memcpy.S: Fix USE_PREFETCH check.Corinna Vinschen1-2/+5
2013-02-01 * crt0.S: Add recognition of the e3v5 architecture variant.Nick Clifton1-2/+2
2013-01-222013-01-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+8
2013-01-172013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft1-12/+19
2013-01-172013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft1-11/+28
2013-01-15 * libc/sys/sysnecv850/crt0.S (_start): Enable FPU for theNick Clifton1-0/+12
2013-01-12 * libc/include/string.h: Fix preprocessor expressions usingCorinna Vinschen1-2/+2
2013-01-11 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Add code to correctly handleCorinna Vinschen1-8/+30
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-5/+218
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-2/+219
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-2/+184
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-2/+378
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-9/+276
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft8-4/+764
2013-01-072013-01-07 Steve Ellcey <sellcey@mips.com>Jeff Johnston1-2/+2
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston271-4453/+9383
2012-12-19 * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.Corinna Vinschen1-10/+8
2012-12-182012-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+0
2012-12-182012-12-18 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-4/+30
2012-12-18 * libc/stdio/puts.c (_puts_r): Fix typo in previous patch. Add localCorinna Vinschen1-5/+6
2012-12-172012-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+8
2012-12-142012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>Jeff Johnston1-0/+37
2012-12-112012-12-11 Steve Ellcey <sellcey@mips.com>Jeff Johnston5-212/+784
2012-11-30 * libc/machine/arm/strcmp.S (compute_return_value): Fix return value.Corinna Vinschen1-1/+11
2012-11-29 * libc/include/sys/reent.h (__sFILE): Change type of _offsetCorinna Vinschen5-332/+491
2012-11-26 * libc/include/inttypes.h: Add and use __INTTYPES_EXP().Corinna Vinschen1-2/+12
2012-11-122012-11-12 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-9/+435
2012-11-12* libc/include/sys/time.h: Avoid guarding other than timeval declaration withChristopher Faylor1-20/+19
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen7-27/+12
2012-10-27Minor optimization and bug fix for moxie.Anthony Green1-1/+1
2012-10-26 * libc/include/sys/signal.h (sigset_t): Don't define when buildingCorinna Vinschen1-0/+3
2012-10-22 * libc/include/string.h (strdup, strndup): Declare if notCorinna Vinschen1-0/+9
2012-10-22 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):PrototypeCorinna Vinschen1-0/+12
2012-10-21 * libc/sys/mmixware/sbrk.c (_sbrk): Drop unused extern declarationHans-Peter Nilsson1-2/+18
2012-10-16 * libc/stdlib/getopt.c (getopt_internal): Align handling of colon toCorinna Vinschen1-5/+27
2012-10-16 * libc/stdio/vfprintf.c (__sbprintf): Fix comment.Corinna Vinschen1-1/+1
2012-10-16 * libc/include/assert.h (static_assert): Define.Corinna Vinschen1-0/+4
2012-10-16 * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen9-19/+33
2012-10-09 * libc/posix/wordfree.c (wordfree): The wrong words are freedCorinna Vinschen3-32/+64
2012-10-09 * libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resourceCorinna Vinschen1-27/+67
2012-10-09 * libc/posix/wordexp.c (wordexp): Handle expanded words longerCorinna Vinschen1-7/+20
2012-10-09 * libc/posix/wordexp.c (wordexp): Don't leak file streams.Corinna Vinschen1-2/+2
2012-10-03* libc/machine/rl78/setjmp.S: Convert from CPP macros to GASDJ Delorie1-34/+49