aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
2013-11-262013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill13-70/+84
2013-11-182013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill14-50/+50
2013-11-13 * newlib/libc/stdlib/getopt.c (getopt_internal): Add missing braces.Corinna Vinschen1-12/+16
2013-11-13 * newlib/libc/include/getopt.h (struct option): name field should beCorinna Vinschen1-14/+22
2013-11-12 * libc/libc/stdlib/getopt.c (getopt_internal): Fix NULL pointer access.Corinna Vinschen1-0/+4
2013-10-30 Implement malloc_stats for nano.Corinna Vinschen1-34/+80
2013-09-132013-09-13 Joey Ye <joey.ye@arm.com>Jeff Johnston1-2/+2
2013-08-19 * libc/stdlib/__atexit.c (__register_exitproc): NULL-ifyCorinna Vinschen1-0/+2
2013-07-022013-07-02 Joey Ye <joey.ye@arm.com>Jeff Johnston3-3/+53
2013-06-10 * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.Corinna Vinschen5-83/+98
2013-05-29 * configure.in (--enable-newlib-nano-malloc): New option.Corinna Vinschen3-70/+703
2013-05-082013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2-1/+10
2013-05-072013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2-6/+8
2013-05-072013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2-4/+5
2013-04-292013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston9-42/+58
2013-04-24 * libc/stdlib/strtod.c: Manual update to latest algorithm from NetBSD.Corinna Vinschen1-38/+117
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-9/+37
2012-12-19 * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.Corinna Vinschen1-10/+8
2012-10-16 * libc/stdlib/getopt.c (getopt_internal): Align handling of colon toCorinna Vinschen1-5/+27
2012-08-10 * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen1-1/+2
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2-1/+3
2012-08-07 * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen1-1/+1
2012-01-032012-01-03 Viachaslau Kulakouski <Viachaslau.Kulakouski@oracle.com>Jeff Johnston1-1/+1
2011-12-192011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+2
2011-05-16 * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceedCorinna Vinschen1-8/+10
2010-12-162010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2010-12-072010-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-14/+22
2010-10-272010-10-27 Maurice Baijens <maurice.baijens@ellips.nl>Jeff Johnston4-8/+8
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
2010-06-042010-06-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston1-0/+36
2010-05-312010-05-31 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston1-2/+10
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2010-05-02 * libc/stdlib/wctob.c (wctob): Reorganize and fix WEOF check. RenameCorinna Vinschen1-10/+8
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie1-0/+1
2010-04-062010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2-6/+6
2010-04-06 * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen1-3/+6
2010-03-05 * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen2-2/+0
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen1-0/+2
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston1-2/+1
2010-02-242010-02-24 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2010-02-06 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.Corinna Vinschen1-2/+48
2010-02-04* libc/stdlib/__atexit.c (__atexit_lock): Define a global lock for atexitChristopher Faylor2-5/+17
2010-01-292010-01-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+8
2010-01-19 * libc/stdlib/wcstombs_r.c (_wcstombs_r): Handle invalid charactersCorinna Vinschen1-3/+8
2010-01-17 * libc/locale/locale.c (lc_ctype_charset): Disable defaulting toCorinna Vinschen2-0/+2
2010-01-10 * libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion ofCorinna Vinschen2-0/+12
2009-12-172009-12-17 Jerker Back <jerker.back@gmail.com>Jeff Johnston2-2/+2
2009-12-032009-12-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston3-3/+3
2009-11-23 Use NetBSD fix for CVE-2009-0689 security vulnerability.Corinna Vinschen1-1/+5