aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2010-09-222010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston5-30/+34
2010-09-14Fix typo in my most recent ChangeLog entry. Regenerated file isKevin Buettner1-1/+1
2010-09-09 * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Provide anKevin Buettner3-9/+12
2010-08-25 * libc/posix/opendir.c (opendir): Fix potential memory leak.Corinna Vinschen2-0/+5
2010-08-11* libc/include/sys/dir.h: New BSD-compatibility header.Yaakov Selkowitz2-0/+14
2010-08-09 * libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.Corinna Vinschen2-1/+5
2010-08-06 * libc/include/sys/stat.h: Move all POSIX-defined symbolic constantsCorinna Vinschen2-2/+7
2010-08-032010-08-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston5-7/+53
2010-07-30Add moxie-rtems support.Anthony Green2-1/+5
2010-07-232010-07-23 Naveen.H.S <naveenh1@kpitcummins.com>Jeff Johnston4-39/+72
2010-07-20 * libm/common/fdlibm.h (SAFE_LEFT_SHIFT): New macro definition.Dave Korn4-7/+62
2010-07-19Add mkostemp and mkostemps.Eric Blake3-27/+112
2010-07-13 * libc/include/signal.h (sighandler_t): Only define if _POSIX_SOURCECorinna Vinschen2-0/+7
2010-07-06 * libc/posix/rewinddir.c (rewinddir): Remove incorrect cast to off_t.Corinna Vinschen4-2/+13
2010-07-01Fix email addressCorinna Vinschen1-1/+1
2010-07-01 * libc/include/signal.h (sighandler_t): Add typedef.Corinna Vinschen2-0/+5
2010-07-012010-06-29 Antony King <antony.king@sr.com>Corinna Vinschen3-0/+48
2010-06-182010-06-18 Pavel Pisa <ppisa4lists@pikron.com>Jeff Johnston3-6/+10
2010-06-09 * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to beKazu Hirata2-5/+12
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+13
2010-06-082010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-2/+54
2010-06-042010-06-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston6-21/+91
2010-05-312010-05-31 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston2-2/+15
2010-05-18* libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor2-1/+6
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+6
2010-05-112010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+8
2010-05-112010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston5-24/+300
2010-05-06* libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,DJ Delorie3-40/+52
2010-05-03 * libc/locale/lctype.c: Include <string.h> and "setlocale.h".Corinna Vinschen3-9/+22
2010-05-02 * libc/stdlib/wctob.c (wctob): Reorganize and fix WEOF check. RenameCorinna Vinschen2-10/+15
2010-04-30 * libc/include/langinfo.h: Fix #endif positioning.Corinna Vinschen2-1/+6
2010-04-28 Extend locale support to maintain wide char values of native stringsCorinna Vinschen19-163/+944
2010-04-22* libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie30-11/+142
2010-04-062010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston3-6/+13
2010-04-06 * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen2-3/+11
2010-04-012010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston3-20/+113
2010-03-27 * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen3-9/+32
2010-03-17 * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have anCorinna Vinschen2-3/+14
2010-03-092010-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-25/+38
2010-03-082010-03-08 Craig Howland <howland@LGSInnovations.com>Jeff Johnston3-12/+29
2010-03-05 * libm/math/ef_sqrt.c: Delete unused variable sign.Corinna Vinschen7-13/+22
2010-03-022010-03-02 Craig Howland <howland@LGSInnovations.com>Jeff Johnston3-0/+22
2010-03-02 * libc/xdr/README: Correct grammatical errors.Corinna Vinschen6-21/+49
2010-03-02 * libc/xdr/Makefile.in: Regenerate.Corinna Vinschen2-11/+27
2010-03-02 Add eXtensible Data Record (XDR) supportCorinna Vinschen46-14/+4995
2010-02-26 * libm/common/s_ilogb.c: Fix typo in comments that causes docCorinna Vinschen2-3/+8
2010-02-26 * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen4-103/+644
2010-02-25 * libc/locale/locale.c (loadlocale): Fix typo in comment.Corinna Vinschen2-2/+6
2010-02-25 * libc/locale/locale.c: Throughout, extensively comment on theCorinna Vinschen3-8/+42
2010-02-242010-02-24 Charles Wilson <...>Jeff Johnston225-7547/+9688