summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 2010-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>Jeff Johnston2010-11-042-1/+7
* 2010-10-27 Maurice Baijens <maurice.baijens@ellips.nl>Jeff Johnston2010-10-275-8/+16
* 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it>Jeff Johnston2010-10-1829-5/+928
* 2010-10-14 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-10-142-2/+5
* 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>Jeff Johnston2010-10-0912-2/+6560
* * libc/include/sys/unistd.h: Declare getsid, setegid, seteuid for RTEMS.Corinna Vinschen2010-10-082-2/+6
* * libm/common/sf_llrint.c, libm/common/sf_round.c: Add explicit castsCorinna Vinschen2010-10-083-2/+7
* * libm/complex/complex.tex: Add empty stub.Corinna Vinschen2010-10-082-0/+5
* * libm/math/w_cabs.c: Delete.Corinna Vinschen2010-10-085-60/+16
* * libc/include/complex.h: New complex header.Corinna Vinschen2010-10-0857-10/+3529
* * lib/str-two-way.h (two_way_long_needle): Avoid bug with longCorinna Vinschen2010-10-062-2/+8
* 2010-09-21 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-09-225-30/+34
* Fix typo in my most recent ChangeLog entry. Regenerated file isKevin Buettner2010-09-141-1/+1
* * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Provide anKevin Buettner2010-09-093-9/+12
* * libc/posix/opendir.c (opendir): Fix potential memory leak.Corinna Vinschen2010-08-252-0/+5
* * libc/include/sys/dir.h: New BSD-compatibility header.Yaakov Selkowitz2010-08-112-0/+14
* * libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.Corinna Vinschen2010-08-092-1/+5
* * libc/include/sys/stat.h: Move all POSIX-defined symbolic constantsCorinna Vinschen2010-08-062-2/+7
* 2010-08-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-08-035-7/+53
* Add moxie-rtems support.Anthony Green2010-07-302-1/+5
* 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com>Jeff Johnston2010-07-234-39/+72
* * libm/common/fdlibm.h (SAFE_LEFT_SHIFT): New macro definition.Dave Korn2010-07-204-7/+62
* Add mkostemp and mkostemps.Eric Blake2010-07-193-27/+112
* * libc/include/signal.h (sighandler_t): Only define if _POSIX_SOURCECorinna Vinschen2010-07-132-0/+7
* * libc/posix/rewinddir.c (rewinddir): Remove incorrect cast to off_t.Corinna Vinschen2010-07-064-2/+13
* Fix email addressCorinna Vinschen2010-07-011-1/+1
* * libc/include/signal.h (sighandler_t): Add typedef.Corinna Vinschen2010-07-012-0/+5
* 2010-06-29 Antony King <antony.king@sr.com>Corinna Vinschen2010-07-013-0/+48
* 2010-06-18 Pavel Pisa <ppisa4lists@pikron.com>Jeff Johnston2010-06-183-6/+10
* * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to beKazu Hirata2010-06-092-5/+12
* 2010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-06-082-1/+13
* 2010-06-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-06-085-2/+54
* 2010-06-04 Mark Mitchell <mark@codesourcery.com>Jeff Johnston2010-06-046-21/+91
* 2010-05-31 Kazu Hirata <kazu@codesourcery.com>Jeff Johnston2010-05-312-2/+15
* * libc/string/strsignal.c (strsignal): Avoid duplicate case statement whereChristopher Faylor2010-05-182-1/+6
* 2010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-05-112-1/+6
* 2010-05-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-05-112-0/+8
* 2010-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2010-05-115-24/+300
* * libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,DJ Delorie2010-05-063-40/+52
* * libc/locale/lctype.c: Include <string.h> and "setlocale.h".Corinna Vinschen2010-05-033-9/+22
* * libc/stdlib/wctob.c (wctob): Reorganize and fix WEOF check. RenameCorinna Vinschen2010-05-022-10/+15
* * libc/include/langinfo.h: Fix #endif positioning.Corinna Vinschen2010-04-302-1/+6
* Extend locale support to maintain wide char values of native stringsCorinna Vinschen2010-04-2819-163/+944
* * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF.DJ Delorie2010-04-2230-11/+142
* 2010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston2010-04-063-6/+13
* * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrectCorinna Vinschen2010-04-062-3/+11
* 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston2010-04-013-20/+113
* * libc/locale/locale.c (loadlocale): Optimize "EUC" charset check.Corinna Vinschen2010-03-273-9/+32
* * libc/include/sys/features.h: Allow for _XOPEN_SOURCE to have anCorinna Vinschen2010-03-172-3/+14
* 2010-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2010-03-092-25/+38