summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 2007-08-03 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2007-08-031-0/+39
* 2007-08-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-08-033-17/+17
* Implement fmemopen and open_memstream.Eric Blake2007-08-027-10/+765
* More POSIX stream corner cases.Eric Blake2007-07-313-23/+22
* Fix 'make info'.Eric Blake2007-07-198-20/+26
* Fix fflush issues.Eric Blake2007-07-1316-67/+132
* Documentation updates.Eric Blake2007-07-134-49/+102
* 2007-07-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-07-111-45/+45
* * libc/include/wchar.h: Declare wcstol, wcstoll, wcstoul,Corinna Vinschen2007-07-0612-5/+1061
* 2007-07-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-07-067-11/+11
* 2007-07-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-07-062-0/+4
* * libc/include/wchar.h: Add prototype for wcsxfrm.Corinna Vinschen2007-07-045-7/+73
* * libc/include/string.h: Add prototypes for stpcpy and stpncpy.Corinna Vinschen2007-06-286-14/+248
* Support __func__ in assert, as required by C99.Eric Blake2007-06-272-21/+46
* 2007-06-20 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-201-1/+14
* 2007-06-20 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-201-4/+13
* 2007-06-20 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-202-2/+2
* 2007-06-15 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-152-35/+28
* 2007-06-13 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-133-43/+65
* 2007-06-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-06-132-44/+57
* 2007-06-13 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-06-136-350/+402
* * libc/include/sys/unistd.h: Declare confstr for Cygwin.Corinna Vinschen2007-06-111-0/+44
* * libc/sys/mmixware/access.c (access): Do not try to use a magicHans-Peter Nilsson2007-06-103-14/+11
* 2007-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-06-085-5/+118
* 2007-06-06 Christian Groessler <chris@groessler.org>Jeff Johnston2007-06-062-6/+10
* 2007-06-05 Christian Groessler <chris@groessler.org>Jeff Johnston2007-06-051-1/+2
* Implement funopen, fopencookie.Eric Blake2007-06-0424-143/+744
* Avoid more compiler warnings.Eric Blake2007-05-296-3/+6
* * libc/argz/argz_add_sep.c (argz_add_sep): Handle empty stringCorinna Vinschen2007-05-295-23/+38
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake2007-05-271-1/+2
* * libc/stdio/rewind.c (rewind): Fix regression of 2003-08-22.Eric Blake2007-05-251-1/+1
* * ltmain.sh: Update from GCC.Steve Ellcey2007-05-24194-5014/+71762
* * 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