summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Support __func__ in assert, as required by C99.Eric Blake2007-06-273-24/+57
* 2007-06-20 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-202-1/+19
* 2007-06-20 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-202-4/+18
* 2007-06-20 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-203-2/+8
* 2007-06-15 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-153-35/+34
* 2007-06-13 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-134-43/+72
* 2007-06-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-06-133-44/+63
* 2007-06-13 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-137-350/+412
* * libc/include/sys/unistd.h: Declare confstr for Cygwin.Corinna Vinschen2007-06-112-0/+49
* * libc/sys/mmixware/access.c (access): Do not try to use a magicHans-Peter Nilsson2007-06-104-14/+21
* 2007-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-06-086-5/+126
* 2007-06-06 Christian Groessler <chris@groessler.org>Jeff Johnston2007-06-063-6/+19
* Fix entry to refer to function instead of variable.Jeff Johnston2007-06-051-2/+2
* 2007-06-05 Christian Groessler <chris@groessler.org>Jeff Johnston2007-06-052-1/+7
* Implement funopen, fopencookie.Eric Blake2007-06-0425-143/+781
* Avoid more compiler warnings.Eric Blake2007-05-297-3/+16
* * libc/argz/argz_add_sep.c (argz_add_sep): Handle empty stringCorinna Vinschen2007-05-296-23/+49
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake2007-05-272-1/+7
* * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.Eric Blake2007-05-252-2/+6
* * ltmain.sh: Update from GCC.Steve Ellcey2007-05-24228-8233/+107526
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake2007-05-243-50/+144
* 2007-05-23 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-05-2345-195/+114
* * libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake2007-05-233-43/+116
* * libc/argz/argz_create_sep.c (argz_create_sep): Initialize *argz_lenCorinna Vinschen2007-05-233-0/+19
* * libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake2007-05-183-3/+11
* 2007-05-17 Cary R. <cygcary <at> yahoo.com>Jeff Johnston2007-05-173-52/+6
* 2007-05-17 Yaakov Selkowitz <yselkowitz <at> users.sourceforge.net>Jeff Johnston2007-05-178-56/+374
* * stdio/tmpfile.c: Include <sys/stat.h>.Eric Blake2007-05-173-0/+7
* Close security hole in tmpfile.Eric Blake2007-05-163-7/+43
* * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)Eric Blake2007-05-163-49/+74
* * libc/stdlib/wctomb_r.c (_wctomb_r): Avoid gcc warnings on cygwin.Eric Blake2007-05-163-2/+15
* Reduce stack size of *printf.Eric Blake2007-05-142-103/+93
* Minimize printf/scanf size on platforms that don't need C99.Eric Blake2007-05-118-63/+187
* * libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake2007-05-112-84/+148
* Allow zero size with non-null buf in *asnprintf.Eric Blake2007-05-095-0/+15
* * libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake2007-05-082-1/+5
* Add support for asnprintf, and improve *printf documentation.Eric Blake2007-05-0426-690/+1268
* * libc/machine/m68k/Makefile.am (lib_a_SOURCES): Add memcpy.SKazu Hirata2007-05-035-5/+28
* * libc/stdio64/local64.h: Delete, move contents to...Eric Blake2007-05-0112-45/+70
* 2007-05-01 Cary R. <cygcary <at> yahoo.com>Jeff Johnston2007-05-0113-15/+38
* 2007-04-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-04-273-16/+10
* 2007-04-27 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston2007-04-275-3/+213
* 2007-04-26 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-04-2613-11/+390
* 2007-04-25 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-04-255-30/+53
* 2007-04-25 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-04-252-0/+191
* 2007-04-25 Eric Blake <ebb9@byu.net>Jeff Johnston2007-04-252-28/+14
* 2007-04-25 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-04-252-1/+6
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinityEric Blake2007-04-242-2/+14
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when notEric Blake2007-04-242-14/+22
* * libc/include/limits.h (NL_ARGMAX): Define a default value.Eric Blake2007-04-243-2/+22