summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,Corinna Vinschen2011-05-121-0/+81
* * libc/time/strptime.c (first_day): Actually return the wdayCorinna Vinschen2011-05-121-2/+2
* * libc/locale/lmessages.c (_C_messages_locale): Add missing comma.Corinna Vinschen2011-05-101-1/+1
* * libc/include/signal.h (psignal): Declare.Yaakov Selkowitz2011-05-049-50/+88
* * libc/locale/lmessages.h (__messages_load_locale): Declare. RemoveCorinna Vinschen2011-05-042-13/+14
* Cygwin-specific patch from Andy Koppe:Corinna Vinschen2011-05-041-7/+6
* * libc/include/sys/features.h [__CYGWIN__] (_POSIX_SPIN_LOCKS): Define.Yaakov Selkowitz2011-05-022-2/+2
* * libc/include/sys/signal.h (_sig_func_ptr): Define with int parameterCorinna Vinschen2011-04-191-1/+2
* strchrnul: avoid segvEric Blake2011-04-151-3/+1
* Check in strchrnul.c file missing in previous checkinCorinna Vinschen2011-03-281-0/+49
* * libc/include/string.h (strchrnul): Declare.Corinna Vinschen2011-03-283-2/+12
* * libc/machine/frv/setjmp.S: Fix typo in .size directive.Nick Clifton2011-03-231-1/+1
* * libc/sys/sysnecv850/trap.S (___trap0): Fix errno handling.Kevin Buettner2011-03-217-11/+36
* * libc/include/string.h: Include sys/cdefs.h.Corinna Vinschen2011-03-031-0/+1
* * libc/include/sys/cdefs.h (__CONCAT1): Define.Corinna Vinschen2011-03-032-1/+22
* * libc/stdio/fmemopen.c (fmemopen): Fix EINVAL condition. Avoid SEGVCorinna Vinschen2011-02-221-2/+2
* strerror_r: provide POSIX implementationEric Blake2011-02-106-13/+104
* * libc/stdio/fclose.c: Only use sfp lock to guard non-atomicCorinna Vinschen2011-01-2818-132/+75
* * libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.Corinna Vinschen2011-01-272-0/+9
* * libc/include/sys/types.h (ulong): Add typedef.Corinna Vinschen2011-01-151-0/+1
* * libc/include/linux/sys/signal.h (sig_t): Move from here...Corinna Vinschen2011-01-122-1/+1
* * libc/machine/mips/strlen.c (strlen): Add delay slot for R3000.Corinna Vinschen2011-01-101-0/+3
* * libc/include/string.h: Make strsignal() available unconditionally.Corinna Vinschen2011-01-101-1/+1
* 2011-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2011-01-071-2/+2
* 2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2011-01-051-0/+2
* 2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2011-01-051-2/+2
* 2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2011-01-052-0/+2
* 2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2011-01-052-4/+2
* 2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2011-01-052-36/+3
* cygwin:Christopher Faylor2010-12-261-0/+2
* 2010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-12-16259-108814/+78871
* * include/sys/types.h: Add #if defined(__rtems__) aroundCorinna Vinschen2010-12-082-2/+13
* * libc/include/strings.h: Don't include locale.h.Corinna Vinschen2010-12-081-1/+0
* strings.h: avoid namespace pollutionEric Blake2010-12-081-1/+1
* 2010-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-12-071-14/+22
* 2010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2010-12-071-0/+36
* * libc/include/math.h: Missing from previous checkin.Corinna Vinschen2010-12-031-5/+5
* 2010-12-02 Jayant Sonar jayant.sonar@kpitcummins.comJeff Johnston2010-12-0215-2/+7122
* * libc/locale/locale.c (loadlocale): Recognise the "cjknarrow"Corinna Vinschen2010-11-191-11/+20
* * libc/locale/locale.c (loadlocale): Fix width of CJK ambigousCorinna Vinschen2010-11-181-18/+19
* * libc/machine/i386/setjmp.S (longjmp): Per POSIX, return 1 if secondCorinna Vinschen2010-11-161-0/+4
* * libc/include/sys/types.h: Add _mode_t for __rtems__.Corinna Vinschen2010-11-162-1/+28
* 2010-10-27 Maurice Baijens <maurice.baijens@ellips.nl>Jeff Johnston2010-10-274-8/+8
* 2010-10-14 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-10-141-2/+0
* 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>Jeff Johnston2010-10-0910-2/+6537
* * libc/include/sys/unistd.h: Declare getsid, setegid, seteuid for RTEMS.Corinna Vinschen2010-10-081-2/+2
* * libc/include/complex.h: New complex header.Corinna Vinschen2010-10-081-0/+124
* * lib/str-two-way.h (two_way_long_needle): Avoid bug with longCorinna Vinschen2010-10-061-2/+2
* 2010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-09-224-30/+26
* * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Provide anKevin Buettner2010-09-092-9/+6