aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-204/+0
2012-08-10 * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen1-0/+5
2012-08-08 * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen1-2/+8
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-0/+75
2012-08-07 * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen1-0/+5
2012-07-30 * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner1-0/+5
2012-07-20readdir: drop bogus codeEric Blake1-0/+5
2012-07-182012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
2012-07-172012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
2012-07-162012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
2012-07-132012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
2012-07-13 Fix copy-paste errorCorinna Vinschen1-3/+0
2012-07-09 * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,Corinna Vinschen1-0/+8
2012-07-06 Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen1-0/+9
2012-06-28 * doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.Corinna Vinschen1-0/+5
2012-06-26* libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor1-0/+6
2012-06-05 * libc/stdio/findfp.c (__sinit): Avoid infinite recursion onCorinna Vinschen1-0/+5
2012-05-31Fix typo.Corinna Vinschen1-1/+1
2012-05-31 * libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthreadCorinna Vinschen1-0/+5
2012-05-30 * libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather thanCorinna Vinschen1-0/+5
2012-05-30 * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen1-0/+16
2012-05-21 * libc/machine/cr16/asm.h: Added some missing instructionsCorinna Vinschen1-0/+5
2012-05-10 * libc/include/string.h (memrchr): Declare.Corinna Vinschen1-0/+8
2012-05-10 * libc/sys/rtems/machine/_types.h: Add Microblaze.Corinna Vinschen1-0/+4
2012-05-09 * libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),Corinna Vinschen1-0/+6
2012-05-03 * testsuite/newlib.string/strcmp-1.c (LONG_TEST): New macro.Corinna Vinschen1-0/+6
2012-03-29 * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default valueCorinna Vinschen1-0/+5
2012-03-26 * libc/stdio/findfp.c (__sinit): Set __sdidinit last.Corinna Vinschen1-0/+4
2012-03-092012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+11
2012-03-022012-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+5
2012-02-23 * configure.host: Accept "arm*" host spec instead of just "arm".Corinna Vinschen1-0/+4
2012-02-212012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>Jeff Johnston1-1/+13
2012-02-15* configure.host: Fix typo: xdir_dir -> xdr_dir.Christopher Faylor1-0/+4
2012-02-09* libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.Eric Blake1-0/+4
2012-02-09 * libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide aCorinna Vinschen1-0/+5
2012-02-09 * libc/machine/arm/strcmp.S: New File.Corinna Vinschen1-0/+8
2012-02-07 * libc/include/inttypes.h: Redefine pointer type macros.Corinna Vinschen1-0/+4
2012-01-13 * libc/stdio/sprintf.c: Document 'm' conversion specifier.Yaakov Selkowitz1-0/+8
2012-01-12 * libc/include/tgmath.h: New header.Yaakov Selkowitz1-0/+4
2012-01-09 * libc/include/sys/unistd.h [__CYGWIN__] (get_current_dir_name):Yaakov Selkowitz1-0/+5
2012-01-09 * libc/include/complex.h: Fix "/*" within comment warning.Yaakov Selkowitz1-0/+4
2012-01-09 * libc/include/process.h: Remove Cygwin-only header.Corinna Vinschen1-0/+4
2012-01-032012-01-03 Viachaslau Kulakouski <Viachaslau.Kulakouski@oracle.com>Jeff Johnston1-2/+6
2011-12-20 * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free inCorinna Vinschen1-0/+5
2011-12-192011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+18
2011-12-132011-12-13 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston1-0/+8
2011-12-12 * libc/time/strftime.c (get_era_info): Fix off-by-one error in monthCorinna Vinschen1-0/+5
2011-12-06 * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.Corinna Vinschen1-0/+5
2011-11-29[libgloss]DJ Delorie1-0/+9
2011-11-08 * libc/iconv/ccs/Makefile.am: Add missing backslash.Corinna Vinschen1-0/+5