summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen2012-10-161-0/+8
* * libc/posix/wordfree.c (wordfree): The wrong words are freedCorinna Vinschen2012-10-091-0/+9
* * libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resourceCorinna Vinschen2012-10-091-0/+5
* * libc/posix/wordexp.c (wordexp): Handle expanded words longerCorinna Vinschen2012-10-091-0/+5
* * libc/posix/wordexp.c (wordexp): Don't leak file streams.Corinna Vinschen2012-10-091-0/+4
* * libc/machine/rl78/setjmp.S: Convert from CPP macros to GASDJ Delorie2012-10-031-0/+5
* * libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be anDJ Delorie2012-10-021-0/+6
* 2012-10-01 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-10-011-0/+5
* 2012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston2012-09-261-0/+57
* 2012-09-26 Michael Hope <michael.hope@linaro.org>Jeff Johnston2012-09-261-0/+4
* bi-endian support for moxie.Anthony Green2012-09-131-0/+5
* * libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems whichChristopher Faylor2012-08-231-0/+5
* * libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags toChristopher Faylor2012-08-211-0/+6
* * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen2012-08-101-0/+8
* Fix dateCorinna Vinschen2012-08-101-1/+1
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen2012-08-101-0/+5
* * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen2012-08-081-2/+8
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-0/+75
* * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen2012-08-071-0/+5
* * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner2012-07-301-0/+5
* readdir: drop bogus codeEric Blake2012-07-201-0/+5
* 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-181-0/+5
* 2012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-171-0/+4
* 2012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-161-0/+4
* 2012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-131-0/+5
* Fix copy-paste errorCorinna Vinschen2012-07-131-3/+0
* * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,Corinna Vinschen2012-07-091-0/+8
* Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen2012-07-061-0/+9
* * doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.Corinna Vinschen2012-06-281-0/+5
* * libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor2012-06-261-0/+6
* * libc/stdio/findfp.c (__sinit): Avoid infinite recursion onCorinna Vinschen2012-06-051-0/+5
* Fix typo.Corinna Vinschen2012-05-311-1/+1
* * libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthreadCorinna Vinschen2012-05-311-0/+5
* * libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather thanCorinna Vinschen2012-05-301-0/+5
* * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen2012-05-301-0/+16
* * libc/machine/cr16/asm.h: Added some missing instructionsCorinna Vinschen2012-05-211-0/+5
* * libc/include/string.h (memrchr): Declare.Corinna Vinschen2012-05-101-0/+8
* * libc/sys/rtems/machine/_types.h: Add Microblaze.Corinna Vinschen2012-05-101-0/+4
* * libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),Corinna Vinschen2012-05-091-0/+6
* * testsuite/newlib.string/strcmp-1.c (LONG_TEST): New macro.Corinna Vinschen2012-05-031-0/+6
* * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default valueCorinna Vinschen2012-03-291-0/+5
* * libc/stdio/findfp.c (__sinit): Set __sdidinit last.Corinna Vinschen2012-03-261-0/+4
* 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-03-091-0/+11
* 2012-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-03-021-0/+5
* * configure.host: Accept "arm*" host spec instead of just "arm".Corinna Vinschen2012-02-231-0/+4
* 2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>Jeff Johnston2012-02-211-1/+13
* * configure.host: Fix typo: xdir_dir -> xdr_dir.Christopher Faylor2012-02-151-0/+4
* * libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.Eric Blake2012-02-091-0/+4
* * libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide aCorinna Vinschen2012-02-091-0/+5
* * libc/machine/arm/strcmp.S: New File.Corinna Vinschen2012-02-091-0/+8