aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2011-03-28Check in strchrnul.c file missing in previous checkinCorinna Vinschen1-0/+49
2011-03-28 * libc/include/string.h (strchrnul): Declare.Corinna Vinschen3-2/+12
2011-03-23 * libc/machine/frv/setjmp.S: Fix typo in .size directive.Nick Clifton1-1/+1
2011-03-21 * libc/sys/sysnecv850/trap.S (___trap0): Fix errno handling.Kevin Buettner7-11/+36
2011-03-03 * libc/include/string.h: Include sys/cdefs.h.Corinna Vinschen1-0/+1
2011-03-03 * libc/include/sys/cdefs.h (__CONCAT1): Define.Corinna Vinschen2-1/+22
2011-02-22 * libc/stdio/fmemopen.c (fmemopen): Fix EINVAL condition. Avoid SEGVCorinna Vinschen1-2/+2
2011-02-10strerror_r: provide POSIX implementationEric Blake6-13/+104
2011-01-28 * libc/stdio/fclose.c: Only use sfp lock to guard non-atomicCorinna Vinschen18-132/+75
2011-01-27 * libc/include/sys/features.h: Define __STDC_ISO_10646__ for Cygwin.Corinna Vinschen2-0/+9
2011-01-15 * libc/include/sys/types.h (ulong): Add typedef.Corinna Vinschen1-0/+1
2011-01-12 * libc/include/linux/sys/signal.h (sig_t): Move from here...Corinna Vinschen2-1/+1
2011-01-10 * libc/machine/mips/strlen.c (strlen): Add delay slot for R3000.Corinna Vinschen1-0/+3
2011-01-10 * libc/include/string.h: Make strsignal() available unconditionally.Corinna Vinschen1-1/+1
2011-01-072011-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston1-2/+2
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston1-0/+2
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston1-2/+2
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2-0/+2
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2-4/+2
2011-01-052011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2-36/+3
2010-12-26cygwin:Christopher Faylor1-0/+2
2010-12-162010-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston259-108814/+78871
2010-12-08 * include/sys/types.h: Add #if defined(__rtems__) aroundCorinna Vinschen2-2/+13
2010-12-08 * libc/include/strings.h: Don't include locale.h.Corinna Vinschen1-1/+0
2010-12-08strings.h: avoid namespace pollutionEric Blake1-1/+1
2010-12-072010-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-14/+22
2010-12-072010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston1-0/+36
2010-12-03 * libc/include/math.h: Missing from previous checkin.Corinna Vinschen1-5/+5
2010-12-022010-12-02 Jayant Sonar jayant.sonar@kpitcummins.comJeff Johnston15-2/+7122
2010-11-19 * libc/locale/locale.c (loadlocale): Recognise the "cjknarrow"Corinna Vinschen1-11/+20
2010-11-18 * libc/locale/locale.c (loadlocale): Fix width of CJK ambigousCorinna Vinschen1-18/+19
2010-11-16 * libc/machine/i386/setjmp.S (longjmp): Per POSIX, return 1 if secondCorinna Vinschen1-0/+4
2010-11-16 * libc/include/sys/types.h: Add _mode_t for __rtems__.Corinna Vinschen2-1/+28
2010-10-272010-10-27 Maurice Baijens <maurice.baijens@ellips.nl>Jeff Johnston4-8/+8
2010-10-142010-10-14 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-2/+0
2010-10-092010-10-08 Bernd Schmidt <bernds@codesourcery.com>Jeff Johnston10-2/+6537
2010-10-08 * libc/include/sys/unistd.h: Declare getsid, setegid, seteuid for RTEMS.Corinna Vinschen1-2/+2
2010-10-08 * libc/include/complex.h: New complex header.Corinna Vinschen1-0/+124
2010-10-06 * lib/str-two-way.h (two_way_long_needle): Avoid bug with longCorinna Vinschen1-2/+2
2010-09-222010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston4-30/+26
2010-09-09 * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Provide anKevin Buettner2-9/+6
2010-08-25 * libc/posix/opendir.c (opendir): Fix potential memory leak.Corinna Vinschen1-0/+1
2010-08-11* libc/include/sys/dir.h: New BSD-compatibility header.Yaakov Selkowitz1-0/+10
2010-08-09 * libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.Corinna Vinschen1-1/+1
2010-08-06 * libc/include/sys/stat.h: Move all POSIX-defined symbolic constantsCorinna Vinschen1-2/+2
2010-07-30Add moxie-rtems support.Anthony Green1-1/+1
2010-07-232010-07-23 Naveen.H.S <naveenh1@kpitcummins.com>Jeff Johnston2-20/+57
2010-07-19Add mkostemp and mkostemps.Eric Blake2-27/+103
2010-07-13 * libc/include/signal.h (sighandler_t): Only define if _POSIX_SOURCECorinna Vinschen1-0/+2
2010-07-06 * libc/posix/rewinddir.c (rewinddir): Remove incorrect cast to off_t.Corinna Vinschen3-2/+6