aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-01 * libc/include/signal.h (sighandler_t): Add typedef.Corinna Vinschen1-0/+1
2010-07-012010-06-29 Antony King <antony.king@sr.com>Corinna Vinschen2-0/+38
2010-06-182010-06-18 Pavel Pisa <ppisa4lists@pikron.com>Jeff Johnston2-6/+2
2010-06-09 * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to beKazu Hirata1-5/+6
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+9
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
2010-06-042010-06-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston5-21/+81
2010-05-312010-05-31 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston1-2/+10
2010-05-18* libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor1-1/+1
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+2
2010-05-112010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston4-24/+293
2010-05-06* libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,DJ Delorie2-40/+44
2010-05-03 * libc/locale/lctype.c: Include <string.h> and "setlocale.h".Corinna Vinschen2-9/+14
2010-05-02 * libc/stdlib/wctob.c (wctob): Reorganize and fix WEOF check. RenameCorinna Vinschen1-10/+8
2010-04-30 * libc/include/langinfo.h: Fix #endif positioning.Corinna Vinschen1-1/+2
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen18-163/+889
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie29-11/+103
2010-04-062010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2-6/+6
2010-04-06 * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen1-3/+6
2010-04-012010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2-20/+105
2010-03-27 * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen2-9/+24
2010-03-17 * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have anCorinna Vinschen1-3/+9
2010-03-092010-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-25/+32
2010-03-05 * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen5-11/+8
2010-03-022010-03-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2-0/+14
2010-03-02 * libc/xdr/README: Correct grammatical errors.Corinna Vinschen5-21/+39
2010-03-02 * libc/xdr/Makefile.in: Regenerate.Corinna Vinschen1-11/+23
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen42-14/+4934
2010-02-26 * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen3-103/+611
2010-02-25 * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen1-1/+1
2010-02-25 * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen2-8/+33
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston197-5322/+6749