aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2014-12-16 * libc/machine/aarch64/strcpy.S: Improve handling of short strings.Richard Earnshaw2-135/+211
2014-12-16 * libc/include/stdlib.h (__itoa): Declare prototype.Corinna Vinschen6-22/+203
2014-12-152014-12-15 Jonathan Roelofs <jonathan@codesourcery.com>Jeff Johnston9-4/+288
2014-12-15* libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz8-8/+151
2014-12-15 * newlib/libc/include/machine/setjmp.h: Add FPU support.Corinna Vinschen3-5/+95
2014-12-15 * configure.host: Add libm nds32 machine directory.Corinna Vinschen11-4/+7547
2014-12-15 * libc/include/stdlib.h: Include sys/cdefs.h to avoid undefinedCorinna Vinschen2-0/+6
2014-12-122014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston4-3/+28
2014-12-122014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston2-13/+6
2014-12-11 * libc/include/stdio.h: Fix type signature of __sfeof and __sferrorCorinna Vinschen2-2/+8
2014-12-11* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.Yaakov Selkowitz6-2/+153
2014-12-10 * libc/include/stdio_ext.h: Remove excess "inline".Corinna Vinschen2-7/+11
2014-12-10 * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobberedRichard Earnshaw2-1/+6
2014-12-08 * libc/machine/aarch64/strrchr.S: New file.Richard Earnshaw5-2/+237
2014-12-08 * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for datesCorinna Vinschen2-36/+77
2014-12-05* libc/include/stdlib.h (__bsd_qsort_r): Declare.Yaakov Selkowitz7-43/+218
2014-12-04 * libc/include/sys/signal.h [__SPU__] (kill): Declare.Corinna Vinschen2-2/+10
2014-12-032014-12-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-11/+45
2014-11-28 * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64Corinna Vinschen3-6/+50
2014-11-26 * libc/machine/arm/strcmp-armv6m.S: New file.Corinna Vinschen5-50/+170
2014-11-25 * libc/include/sys/_default_fcntl.h: Move all Cygwin-specific openCorinna Vinschen2-16/+18
2014-11-242014-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+7
2014-11-21 PR target/63901Nick Clifton2-0/+6
2014-11-20 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use LONGINT when void* isCorinna Vinschen2-1/+8
2014-11-20 * libc/sys/rtems/sys/syslimits.h (NGROUPS_MAX): Adjust value soCorinna Vinschen2-1/+6
2014-11-12 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen3-5/+11
2014-11-10 * libc/machine/aarch64/strcpy.S: New file.Richard Earnshaw5-3/+281
2014-11-062014-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston5-670/+738
2014-11-06 * libc/stdio/nano-vfprintf_i.c (_printf_i): Use Newlib approach toCorinna Vinschen3-9/+32
2014-10-302014-10-29 Jon Turney <jon.turney@dronecode.org.uk>Jon TURNEY2-1/+5
2014-10-29Remove accidentally added Change Log entryCorinna Vinschen1-5/+0
2014-10-29 * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen2-4/+11
2014-10-27 * libc/include/sys/unistd.h (sethostname): Declare ifCorinna Vinschen2-0/+8
2014-10-20 * libc/time/gmtime_r.c (gmtime_r): Remove dead code.Corinna Vinschen2-5/+4
2014-10-16 * libc/unix/getcwd.c (getcwd): Close directory also in case of an error.Corinna Vinschen2-1/+8
2014-10-10 * libc/include/_ansi.h: _LONG_LONG_TYPE definition removed.Corinna Vinschen4-27/+51
2014-10-092014-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston4-34/+55
2014-10-09 * libc/string/memccpy.c (memccpy): Fix warning about signed-unsignedCorinna Vinschen9-9/+31
2014-10-082014-10-08 Steve Ellcey <sellcey@mips.com>Steve Ellcey5-79/+277
2014-10-08 * libc/include/string.h (ffsl): Declare as GNU function.Corinna Vinschen2-0/+10
2014-09-172014-09-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+11
2014-09-162014-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-1/+7
2014-09-152014-09-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-5/+9
2014-09-122014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+5
2014-09-122014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-0/+96
2014-09-112014-09-11 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston7-294/+246
2014-09-082014-09-08 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston3-7/+12
2014-09-052014-09-05 Hale Wang <hale.wang@arm.com>Jeff Johnston11-123/+564
2014-09-05 * libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configurationCorinna Vinschen2-4/+14
2014-09-05 * libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test.Corinna Vinschen2-5/+6