aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2013-05-23 * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording.Corinna Vinschen10-14/+29
2013-05-22 * libc/include/sys/cdefs.h (_Static_assert): Accommodate gcc >= 4.6.Corinna Vinschen2-1/+7
2013-05-16 * libc/reent/reent.c (_wrapup_reent): Remove.Corinna Vinschen2-33/+4
2013-05-13Missed MAINTAINERS entry from previous commit.DJ Delorie1-0/+1
2013-05-13[newlib]DJ Delorie14-1/+6312
2013-05-102013-05-10 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston3-4/+9
2013-05-082013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston6-8/+56
2013-05-072013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston4-15/+42
2013-05-072013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston3-4/+10
2013-05-062013-05-06 Sandra Loosemore <sandra@codesourcery.com>Jeff Johnston12-2/+6369
2013-04-292013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston37-117/+229
2013-04-292013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2-47/+5
2013-04-292013-04-29 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston3-6/+12
2013-04-252013-04-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill3-0/+19
2013-04-24 * libc/stdlib/strtod.c: Manual update to latest algorithm from NetBSD.Corinna Vinschen2-38/+122
2013-04-23 Port newlib to x86_64-pc-cygwin.Corinna Vinschen6-19/+55
2013-04-22 * libc/include/sys/cdefs.h: Align with latest FreeBSD file header.Corinna Vinschen3-48/+538
2013-04-19 * newlib/libc/search/hash.c: Revert patch from 2012-08-08.Corinna Vinschen2-3/+7
2013-04-16 * libc/sys/rtems/sys/queue.h: Delete file.Corinna Vinschen4-571/+320
2013-04-122013-04-12 Will Newton <will.newton@linaro.org>Jeff Johnston3-402/+611
2013-04-12 * acconfig.h (_WCHAR_ORIENT): UndefCorinna Vinschen11-133/+284
2013-04-11Revert to original patchCorinna Vinschen1-4/+4
2013-04-11 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): AlsoCorinna Vinschen2-4/+10
2013-04-102013-04-10 Bin Cheng <bin.cheng@arm.com>Jeff Johnston9-2/+70
2013-04-08 * libc/stdio/vfieeefp.h (ldieee): Fix typo.Matthew Gretton-Dann2-1/+5
2013-04-02 * libc/posix/scandir.c (DIRSIZ): Use offsetof instead of magicCorinna Vinschen2-2/+8
2013-03-27 * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen11-10/+353
2013-03-262013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill5-12/+26
2013-03-15 * newlib/libc/stdio/findfp.c (glue_with_file): New.Corinna Vinschen2-9/+18
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