summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* * libc/machine/arm/Makefile.am (lib_a_SOURCES): Add memchr-stub.c,Nick Clifton2011-10-188-3/+399
* * libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.Corinna Vinschen2011-10-113-13/+40
* 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-102-0/+67
* 2011-10-04 Greta Yorsh <Greta.Yorsh@arm.com>Jeff Johnston2011-10-042-0/+164
* * libc/machine/arm/memcpy.S: Fix unaligned access copying.Nick Clifton2011-10-042-4/+14
* * libc/machine/arm/memcpy.S: New file. Contains a hand codedNick Clifton2011-09-295-3/+481
* 2011-09-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-09-082-2/+11
* * libc/time/mktm_r.c (_mktm_r): Fix previous fix.Corinna Vinschen2011-08-262-2/+5
* * libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.Corinna Vinschen2011-08-242-1/+5
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-233-2/+7
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-239-12/+21
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-234-0/+14
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-232-0/+11
* 2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-227-4/+19
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-202-95/+72
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-197-0/+21
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-195-0/+11
* * libc/include/process.h: Remove exec family function declarations.Corinna Vinschen2011-08-193-10/+12
* * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen2011-08-192-6/+13
* 2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2011-08-012-34/+44
* * ChangeLog: Fix my name's spelling.Ralf Corsepius2011-07-261-8/+8
* 2011-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-07-262-1/+6
* 2011-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-07-252-3/+8
* * libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep):Yaakov Selkowitz2011-07-203-1/+24
* * libc/include/sys/unistd.h (_CS_XBS5_WIDTH_RESTRICTED_ENVS): Define.Yaakov Selkowitz2011-07-202-1/+7
* * libc/locale/lmessages.c (_C_messages_locale):Corinna Vinschen2011-07-192-3/+8
* * libc/reent/sbrkr.c: Define _sbrk_r independently of the definitionCorinna Vinschen2011-07-192-3/+6
* 2011-07-15 Yufeng Zhang <yufeng.zhang@arm.com>Jeff Johnston2011-07-154-9/+85
* * libc/stdio/fscanf.c (fscanf): Call _vfscanf_r instead of __svfscanf_rCorinna Vinschen2011-07-155-8/+21
* * libm/complex/cacos.c: Use temporaries and correct sequencingCorinna Vinschen2011-07-132-2/+17
* * libc/time/mktime.c (mktime): Lock global timezone info whileCorinna Vinschen2011-06-272-0/+9
* * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with callCorinna Vinschen2011-06-144-5/+15
* libgloss:Joseph Myers2011-06-144-85/+13
* * libc/time/tzset_r.c (tzset_r): Correct behavior for changing fromCorinna Vinschen2011-06-142-1/+11
* printf: set errno for read-only streamEric Blake2011-06-145-15/+26
* 2011-06-09 Yaakov Selkowitz <yselkowitz@...>Jeff Johnston2011-06-102-0/+19
* * v8500/sbrk.c (_sbrk): Tidy code.Nick Clifton2011-05-272-19/+17
* fix changelog typoEric Blake2011-05-251-1/+1
* * libc/string/strerror.c (_strerror_r): Report "Success" for 0.Eric Blake2011-05-252-0/+10
* strerror: allow user hook to comply with POSIX rulesEric Blake2011-05-258-27/+73
* * libc/include/stdio_ext.h: New header.Yaakov Selkowitz2011-05-193-0/+50
* * Makefile.am (install-data-local): Fix condition and rm call.Corinna Vinschen2011-05-193-4/+9
* * libc/include/time.h (CLOCK_PROCESS_CPUTIME_ID): Rename fromYaakov Selkowitz2011-05-163-4/+12
* * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceedCorinna Vinschen2011-05-162-8/+15
* * libc/include/sys/features.h (_POSIX_THREAD_ATTR_STACKADDR): DefineCorinna Vinschen2011-05-152-1/+6
* * libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year,Corinna Vinschen2011-05-122-0/+87
* * libc/time/strptime.c (first_day): Actually return the wdayCorinna Vinschen2011-05-122-2/+7
* * libc/locale/lmessages.c (_C_messages_locale): Add missing comma.Corinna Vinschen2011-05-102-1/+5