Age | Commit message (Expand) | Author | Files | Lines |
2012-12-14 | 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com> | Jeff Johnston | 1 | -0/+37 |
2012-12-11 | 2012-12-11 Steve Ellcey <sellcey@mips.com> | Jeff Johnston | 5 | -212/+784 |
2012-11-30 | * libc/machine/arm/strcmp.S (compute_return_value): Fix return value. | Corinna Vinschen | 1 | -1/+11 |
2012-11-29 | * libc/include/sys/reent.h (__sFILE): Change type of _offset | Corinna Vinschen | 5 | -332/+491 |
2012-11-26 | * libc/include/inttypes.h: Add and use __INTTYPES_EXP(). | Corinna Vinschen | 1 | -2/+12 |
2012-11-12 | 2012-11-12 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2 | -9/+435 |
2012-11-12 | * libc/include/sys/time.h: Avoid guarding other than timeval declaration with | Christopher Faylor | 1 | -20/+19 |
2012-11-01 | * libc/include/locale.h (NULL): Fetch definition via stddef.h. | Corinna Vinschen | 7 | -27/+12 |
2012-10-27 | Minor optimization and bug fix for moxie. | Anthony Green | 1 | -1/+1 |
2012-10-26 | * libc/include/sys/signal.h (sigset_t): Don't define when building | Corinna Vinschen | 1 | -0/+3 |
2012-10-22 | * libc/include/string.h (strdup, strndup): Declare if not | Corinna Vinschen | 1 | -0/+9 |
2012-10-22 | * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype | Corinna Vinschen | 1 | -0/+12 |
2012-10-21 | * libc/sys/mmixware/sbrk.c (_sbrk): Drop unused extern declaration | Hans-Peter Nilsson | 1 | -2/+18 |
2012-10-16 | * libc/stdlib/getopt.c (getopt_internal): Align handling of colon to | Corinna Vinschen | 1 | -5/+27 |
2012-10-16 | * libc/stdio/vfprintf.c (__sbprintf): Fix comment. | Corinna Vinschen | 1 | -1/+1 |
2012-10-16 | * libc/include/assert.h (static_assert): Define. | Corinna Vinschen | 1 | -0/+4 |
2012-10-16 | * libc/include/sys/features.h (__GNUC_PREREQ): Define. Use | Corinna Vinschen | 9 | -19/+33 |
2012-10-09 | * libc/posix/wordfree.c (wordfree): The wrong words are freed | Corinna Vinschen | 3 | -32/+64 |
2012-10-09 | * libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resource | Corinna Vinschen | 1 | -27/+67 |
2012-10-09 | * libc/posix/wordexp.c (wordexp): Handle expanded words longer | Corinna Vinschen | 1 | -7/+20 |
2012-10-09 | * libc/posix/wordexp.c (wordexp): Don't leak file streams. | Corinna Vinschen | 1 | -2/+2 |
2012-10-03 | * libc/machine/rl78/setjmp.S: Convert from CPP macros to GAS | DJ Delorie | 1 | -34/+49 |
2012-10-02 | * libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be an | DJ Delorie | 1 | -2/+2 |
2012-09-26 | 2012-09-26 Ian Bolton <ian.bolton@arm.com> | Jeff Johnston | 12 | -3/+6279 |
2012-09-13 | bi-endian support for moxie. | Anthony Green | 1 | -0/+4 |
2012-08-23 | * libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems which | Christopher Faylor | 1 | -0/+2 |
2012-08-21 | * libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags to | Christopher Faylor | 1 | -16/+27 |
2012-08-10 | * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning. | Corinna Vinschen | 4 | -5/+6 |
2012-08-10 | * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state to | Corinna Vinschen | 1 | -2/+2 |
2012-08-08 | * libc/posix/engine.c(dissect): Guard diagnostic pragma for right | Corinna Vinschen | 2 | -0/+6 |
2012-08-08 | Throughout, run newlib with -Wall -Werror option and fix bugs and | Corinna Vinschen | 33 | -60/+102 |
2012-08-07 | * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compiler | Corinna Vinschen | 1 | -1/+1 |
2012-07-30 | * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specific | Kevin Buettner | 1 | -1/+1 |
2012-07-20 | readdir: drop bogus code | Eric Blake | 1 | -6/+0 |
2012-07-18 | 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org> | Ralf Corsepius | 1 | -3/+3 |
2012-07-17 | 2012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org> | Ralf Corsepius | 1 | -1/+2 |
2012-07-16 | 2012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org> | Ralf Corsepius | 1 | -0/+3 |
2012-07-13 | 2012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org> | Ralf Corsepius | 1 | -2/+3 |
2012-07-09 | * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not, | Corinna Vinschen | 1 | -1/+8 |
2012-07-06 | Allow building of Cygwin using Mingw64 SDK headers: | Corinna Vinschen | 3 | -5/+5 |
2012-06-26 | * libc/include/sys/types.h: Don't use the same preprocessor guard for time_t, | Christopher Faylor | 1 | -1/+4 |
2012-06-05 | * libc/stdio/findfp.c (__sinit): Avoid infinite recursion on | Corinna Vinschen | 1 | -0/+5 |
2012-05-31 | * libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthread | Corinna Vinschen | 1 | -1/+1 |
2012-05-30 | * libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather than | Corinna Vinschen | 1 | -3/+7 |
2012-05-30 | * libc/stdio/local.h (_newlib_flockfile_start): New macro to | Corinna Vinschen | 45 | -161/+285 |
2012-05-21 | * libc/machine/cr16/asm.h: Added some missing instructions | Corinna Vinschen | 1 | -307/+166 |
2012-05-10 | * libc/include/string.h (memrchr): Declare. | Corinna Vinschen | 4 | -2/+147 |
2012-05-10 | * libc/sys/rtems/machine/_types.h: Add Microblaze. | Corinna Vinschen | 1 | -1/+1 |
2012-05-09 | * libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(), | Corinna Vinschen | 1 | -1/+8 |
2012-03-29 | * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default value | Corinna Vinschen | 1 | -0/+4 |