aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2007-05-29Avoid more compiler warnings.Eric Blake7-3/+16
2007-05-29 * libc/argz/argz_add_sep.c (argz_add_sep): Handle empty stringCorinna Vinschen6-23/+49
2007-05-27* libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake2-1/+7
2007-05-25 * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.Eric Blake2-2/+6
2007-05-24 * ltmain.sh: Update from GCC.Steve Ellcey228-8233/+107526
2007-05-24* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake3-50/+144
2007-05-232007-05-23 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston45-195/+114
2007-05-23* libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake3-43/+116
2007-05-23 * libc/argz/argz_create_sep.c (argz_create_sep): Initialize *argz_lenCorinna Vinschen3-0/+19
2007-05-18* libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake3-3/+11
2007-05-172007-05-17 Cary R. <cygcary <at> yahoo.com>Jeff Johnston3-52/+6
2007-05-172007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>Jeff Johnston8-56/+374
2007-05-17* stdio/tmpfile.c: Include <sys/stat.h>.Eric Blake3-0/+7
2007-05-16Close security hole in tmpfile.Eric Blake3-7/+43
2007-05-16 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake3-49/+74
2007-05-16* libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake3-2/+15
2007-05-14Reduce stack size of *printf.Eric Blake2-103/+93
2007-05-11Minimize printf/scanf size on platforms that don't need C99.Eric Blake8-63/+187
2007-05-11* libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake2-84/+148
2007-05-09Allow zero size with non-null buf in *asnprintf.Eric Blake5-0/+15
2007-05-08* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake2-1/+5
2007-05-04 Add support for asnprintf, and improve *printf documentation.Eric Blake26-690/+1268
2007-05-03 * libc/machine/m68k/Makefile.am (lib_a_SOURCES): Add memcpy.SKazu Hirata5-5/+28
2007-05-01 * libc/stdio64/local64.h: Delete, move contents to...Eric Blake12-45/+70
2007-05-012007-05-01 Cary R. <cygcary <at> yahoo.com>Jeff Johnston13-15/+38
2007-04-272007-04-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-16/+10
2007-04-272007-04-27 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston5-3/+213
2007-04-262007-04-26 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston13-11/+390
2007-04-252007-04-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-30/+53
2007-04-252007-04-25 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2-0/+191
2007-04-252007-04-25 Eric Blake <ebb9@byu.net>Jeff Johnston2-28/+14
2007-04-252007-04-25 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2-1/+6
2007-04-24 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinityEric Blake2-2/+14
2007-04-24 * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when notEric Blake2-14/+22
2007-04-24 * libc/include/limits.h (NL_ARGMAX): Define a default value.Eric Blake3-2/+22
2007-04-232007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>Jeff Johnston63-198/+511
2007-04-232007-04-23 Brian Dessent <brian@dessent.net>Jeff Johnston1-1/+1
2007-04-232007-04-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-5/+58
2007-04-172007-04-17 Brian Dessent <brian@dessent.net>Jeff Johnston3-4/+63
2007-04-13 * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e.Eric Blake2-1219/+1230
2007-04-10 * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when usingEric Blake2-1/+6
2007-04-10 * libc/include/stdio.h: Add gcc format attributes to printf andEric Blake2-349/+426
2007-04-092007-04-09 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston2-8/+10
2007-04-05 * testsuite/lib/flags.exp (newlib_include_flags): DropKazu Hirata2-5/+4
2007-04-05 * libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexitKazu Hirata2-0/+17
2007-04-042007-04-04 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston50-68/+105
2007-04-042007-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+6
2007-04-042007-04-04 Eric Blake <ebb9@byu.net>Jeff Johnston20-406/+354
2007-03-302007-03-30 Dave Korn <dave.korn@artimi.com>Dave Korn2-2/+41
2007-03-29 Reflect changes made to generic vfprintf.c:Nick Clifton2-8/+32