aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2007-05-29Avoid more compiler warnings.Eric Blake6-3/+6
2007-05-29 * libc/argz/argz_add_sep.c (argz_add_sep): Handle empty stringCorinna Vinschen5-23/+38
2007-05-27* libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake1-1/+2
2007-05-25 * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.Eric Blake1-1/+1
2007-05-24 * ltmain.sh: Update from GCC.Steve Ellcey194-5014/+71762
2007-05-24* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake2-50/+135
2007-05-232007-05-23 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston44-195/+64
2007-05-23* libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake2-43/+109
2007-05-23 * libc/argz/argz_create_sep.c (argz_create_sep): Initialize *argz_lenCorinna Vinschen2-0/+12
2007-05-18* libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake2-2/+4
2007-05-172007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>Jeff Johnston1-0/+16
2007-05-17* stdio/tmpfile.c: Include <sys/stat.h>.Eric Blake2-0/+2
2007-05-16Close security hole in tmpfile.Eric Blake2-7/+38
2007-05-16 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake2-49/+68
2007-05-16* libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake2-2/+10
2007-05-14Reduce stack size of *printf.Eric Blake1-103/+84
2007-05-11Minimize printf/scanf size on platforms that don't need C99.Eric Blake2-55/+115
2007-05-11* libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake1-84/+143
2007-05-09Allow zero size with non-null buf in *asnprintf.Eric Blake4-0/+6
2007-05-08* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake1-1/+1
2007-05-04 Add support for asnprintf, and improve *printf documentation.Eric Blake25-690/+1230
2007-05-03 * libc/machine/m68k/Makefile.am (lib_a_SOURCES): Add memcpy.SKazu Hirata4-5/+20
2007-05-01 * libc/stdio64/local64.h: Delete, move contents to...Eric Blake11-44/+54
2007-04-272007-04-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-16/+3
2007-04-272007-04-27 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston4-3/+206
2007-04-262007-04-26 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston3-7/+42
2007-04-252007-04-25 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston1-0/+185
2007-04-252007-04-25 Eric Blake <ebb9@byu.net>Jeff Johnston1-28/+9
2007-04-24 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinityEric Blake1-2/+11
2007-04-24 * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when notEric Blake1-14/+19
2007-04-24 * libc/include/limits.h (NL_ARGMAX): Define a default value.Eric Blake2-2/+10
2007-04-232007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>Jeff Johnston49-141/+267
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 Johnston3-5/+51
2007-04-172007-04-17 Brian Dessent <brian@dessent.net>Jeff Johnston2-4/+58
2007-04-13 * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e.Eric Blake1-12/+17
2007-04-10 * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when usingEric Blake1-1/+1
2007-04-10 * libc/include/stdio.h: Add gcc format attributes to printf andEric Blake1-72/+144
2007-04-092007-04-09 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston1-8/+3
2007-04-05 * libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexitKazu Hirata1-0/+12
2007-04-042007-04-04 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston49-68/+52
2007-04-042007-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+2
2007-04-042007-04-04 Eric Blake <ebb9@byu.net>Jeff Johnston19-406/+325
2007-03-302007-03-30 Dave Korn <dave.korn@artimi.com>Dave Korn1-2/+33
2007-03-29 Reflect changes made to generic vfprintf.c:Nick Clifton1-8/+12
2007-03-162007-03-16 Charles Wilson <cygwin@...>Jeff Johnston1-2/+5
2007-03-162007-03-16 Eric Blake <ebb9@byu.net>Jeff Johnston2-7/+7
2007-03-152007-03-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-3/+27
2007-03-152007-03-15 Eric Blake <ebb9@byu.net>Jeff Johnston16-55/+124
2007-03-122007-03-12 Eric Blake <ebb9@byu.net>Jeff Johnston5-33/+54