summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.gdb_7_4-2011-12-13-branchpointcvs2svn2011-12-082839-1023930/+0
* * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.Corinna Vinschen2011-12-062-2/+2
* [libgloss]DJ Delorie2011-11-2910-2/+6348
* * libc/iconv/ccs/Makefile.am: Add missing backslash.Corinna Vinschen2011-11-082-8/+19
* * libc/machine/arm/Makefile.am (lib_a_SOURCES): Add memchr-stub.c,Nick Clifton2011-10-187-3/+382
* * libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.Corinna Vinschen2011-10-112-13/+34
* oops - fix typo in previous delta.Nick Clifton2011-10-111-11/+390
* oops - omitted from previous delta.Nick Clifton2011-10-111-248/+31
* * libc/sys/arm/crt0.S: Synchronise with libgloss version.Nick Clifton2011-10-101-0/+62
* * libc/machine/arm/memcpy.S: Fix unaligned access copying.Nick Clifton2011-10-041-4/+10
* * libc/machine/arm/memcpy.S: New file. Contains a hand codedNick Clifton2011-09-294-3/+472
* * libc/time/mktm_r.c (_mktm_r): Fix previous fix.Corinna Vinschen2011-08-261-2/+1
* * libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.Corinna Vinschen2011-08-241-1/+1
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-232-2/+2
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-238-12/+14
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-233-0/+7
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-231-0/+6
* 2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-226-4/+6
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-201-95/+64
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-196-0/+12
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-194-0/+4
* * libc/include/process.h: Remove exec family function declarations.Corinna Vinschen2011-08-192-10/+6
* * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen2011-08-191-6/+7
* 2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2011-08-011-34/+38
* 2011-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-07-261-1/+1
* 2011-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-07-251-3/+3
* * libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep):Yaakov Selkowitz2011-07-202-1/+17
* * libc/include/sys/unistd.h (_CS_XBS5_WIDTH_RESTRICTED_ENVS): Define.Yaakov Selkowitz2011-07-201-1/+2
* * libc/locale/lmessages.c (_C_messages_locale):Corinna Vinschen2011-07-191-3/+3
* * libc/reent/sbrkr.c: Define _sbrk_r independently of the definitionCorinna Vinschen2011-07-191-3/+1
* 2011-07-15 Yufeng Zhang <yufeng.zhang@arm.com>Jeff Johnston2011-07-151-9/+30
* * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_rCorinna Vinschen2011-07-154-8/+8
* * libc/time/mktime.c (mktime): Lock global timezone info whileCorinna Vinschen2011-06-271-0/+4
* * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with callCorinna Vinschen2011-06-143-5/+8
* libgloss:Joseph Myers2011-06-142-14/+6
* * libc/time/tzset_r.c (tzset_r): Correct behavior for changing fromCorinna Vinschen2011-06-141-1/+5
* printf: set errno for read-only streamEric Blake2011-06-144-15/+19
* 2011-06-09 Yaakov Selkowitz <yselkowitz@...>Jeff Johnston2011-06-101-0/+14
* * v8500/sbrk.c (_sbrk): Tidy code.Nick Clifton2011-05-271-19/+12
* * libc/string/strerror.c (_strerror_r): Report "Success" for 0.Eric Blake2011-05-251-0/+6
* strerror: allow user hook to comply with POSIX rulesEric Blake2011-05-257-27/+62
* * libc/include/stdio_ext.h: New header.Yaakov Selkowitz2011-05-192-0/+45
* * libc/include/time.h (CLOCK_PROCESS_CPUTIME_ID): Rename fromYaakov Selkowitz2011-05-162-4/+4
* * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceedCorinna Vinschen2011-05-161-8/+10
* * libc/include/sys/features.h (_POSIX_THREAD_ATTR_STACKADDR): DefineCorinna Vinschen2011-05-151-1/+1
* * 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