summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake2007-05-242-50/+135
* 2007-05-23 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-05-2344-195/+64
* * libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake2007-05-232-43/+109
* * libc/argz/argz_create_sep.c (argz_create_sep): Initialize *argz_lenCorinna Vinschen2007-05-232-0/+12
* * libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake2007-05-182-2/+4
* 2007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>Jeff Johnston2007-05-171-0/+16
* * stdio/tmpfile.c: Include <sys/stat.h>.Eric Blake2007-05-172-0/+2
* Close security hole in tmpfile.Eric Blake2007-05-162-7/+38
* * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake2007-05-162-49/+68
* * libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake2007-05-162-2/+10
* Reduce stack size of *printf.Eric Blake2007-05-141-103/+84
* Minimize printf/scanf size on platforms that don't need C99.Eric Blake2007-05-112-55/+115
* * libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake2007-05-111-84/+143
* Allow zero size with non-null buf in *asnprintf.Eric Blake2007-05-094-0/+6
* * libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake2007-05-081-1/+1
* Add support for asnprintf, and improve *printf documentation.Eric Blake2007-05-0425-690/+1230
* * libc/machine/m68k/Makefile.am (lib_a_SOURCES): Add memcpy.SKazu Hirata2007-05-034-5/+20
* * libc/stdio64/local64.h: Delete, move contents to...Eric Blake2007-05-0111-44/+54
* 2007-04-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-04-272-16/+3
* 2007-04-27 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston2007-04-274-3/+206
* 2007-04-26 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-04-263-7/+42
* 2007-04-25 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-04-251-0/+185
* 2007-04-25 Eric Blake <ebb9@byu.net>Jeff Johnston2007-04-251-28/+9
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinityEric Blake2007-04-241-2/+11
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when notEric Blake2007-04-241-14/+19
* * libc/include/limits.h (NL_ARGMAX): Define a default value.Eric Blake2007-04-242-2/+10
* 2007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>Jeff Johnston2007-04-2349-141/+267
* 2007-04-23 Brian Dessent <brian@dessent.net>Jeff Johnston2007-04-231-1/+1
* 2007-04-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-04-233-5/+51
* 2007-04-17 Brian Dessent <brian@dessent.net>Jeff Johnston2007-04-172-4/+58
* * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e.Eric Blake2007-04-131-12/+17
* * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when usingEric Blake2007-04-101-1/+1
* * libc/include/stdio.h: Add gcc format attributes to printf andEric Blake2007-04-101-72/+144
* 2007-04-09 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston2007-04-091-8/+3
* * libc/stdlib/__call_atexit.c (__call_exitprocs): Handle atexitKazu Hirata2007-04-051-0/+12
* 2007-04-04 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-04-0449-68/+52
* 2007-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-04-041-0/+2
* 2007-04-04 Eric Blake <ebb9@byu.net>Jeff Johnston2007-04-0419-406/+325
* 2007-03-30 Dave Korn <dave.korn@artimi.com>Dave Korn2007-03-301-2/+33
* Reflect changes made to generic vfprintf.c:Nick Clifton2007-03-291-8/+12
* 2007-03-16 Charles Wilson <cygwin@...>Jeff Johnston2007-03-161-2/+5
* 2007-03-16 Eric Blake <ebb9@byu.net>Jeff Johnston2007-03-162-7/+7
* 2007-03-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-03-153-3/+27
* 2007-03-15 Eric Blake <ebb9@byu.net>Jeff Johnston2007-03-1516-55/+124
* 2007-03-12 Eric Blake <ebb9@byu.net>Jeff Johnston2007-03-125-33/+54
* 2007-02-21 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-02-214-56/+93
* 2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-02-2030-3/+189
* 2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-02-201-0/+1
* 2007-02-14 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-02-142-0/+208
* * libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING forCorinna Vinschen2007-02-141-1/+1