summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * libc/signal/signal.c (_raise_r): Don't attempt to initialize theDJ Delorie2007-10-311-4/+5
* 2007-10-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-10-231-13/+22
* Fix typo.Jeff Johnston2007-10-171-1/+1
* 2007-10-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-10-171-0/+84
* * libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]:Eric Blake2007-10-131-2/+4
* * libc/sys/linux/dl/do-lookup.h (FCT): Support symbols with the STT_COMMON type.Nick Clifton2007-10-091-3/+4
* 2007-09-21 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-09-211-0/+26
* 2007-09-21 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-09-213-0/+43
* 2007-09-21 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-09-211-0/+57
* 2007-09-18 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-09-183-23/+38
* 2007-09-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-09-184-40/+91
* Obey POSIX on printf("%.s", (char*)NULL).Eric Blake2007-09-171-2/+9
* 2007-09-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-09-071-0/+13
* 2007-09-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-09-071-0/+3
* 2007-09-07 Patrick Mansfield <patmans@us.ibm.com>Jeff Johnston2007-09-075-126/+190
* 2007-09-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-09-071-7/+6
* * libc/reent/getreent.c: Allow for case where __getreent isBrian Dessent2007-09-071-0/+4
* Fix typo in ChangeLog and math.h.Jeff Johnston2007-09-061-2/+2
* 2007-09-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2007-09-061-3/+7
* 2007-08-31 Antony King <antony.king@st.com>Jeff Johnston2007-08-313-13/+17
* 2007-08-28 Hans Kester <hans.kester@ellips.nl>Jeff Johnston2007-08-2813-37/+5822
* * libc/machine/cris/sys/errno.h (ECANCELED, ENOKEY, EKEYEXPIRED)Hans-Peter Nilsson2007-08-231-0/+11
* 2007-08-23 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>Jeff Johnston2007-08-2335-712/+1045
* 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