aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-03* libc/machine/rl78/setjmp.S: Convert from CPP macros to GASDJ Delorie2-34/+54
2012-10-02* libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be anDJ Delorie2-2/+8
2012-10-012012-10-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-5/+10
2012-09-262012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston47-8/+13683
2012-09-262012-09-26 Michael Hope <michael.hope@linaro.org>Jeff Johnston2-2/+6
2012-09-13bi-endian support for moxie.Anthony Green2-0/+9
2012-08-23* libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems whichChristopher Faylor2-0/+7
2012-08-21* libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags toChristopher Faylor2-16/+33
2012-08-10 * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen5-5/+14
2012-08-10Fix dateCorinna Vinschen1-1/+1
2012-08-10 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen2-2/+7
2012-08-08 * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen3-2/+14
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen43-74/+187
2012-08-07 * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen2-1/+6
2012-07-30 * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner2-1/+6
2012-07-20readdir: drop bogus codeEric Blake2-6/+5
2012-07-182012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-3/+8
2012-07-172012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
2012-07-162012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+7
2012-07-132012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+8
2012-07-13 Fix copy-paste errorCorinna Vinschen1-3/+0
2012-07-09 * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,Corinna Vinschen2-1/+16