summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 2012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-132-2/+8
* 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-092-1/+16
* Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen2012-07-064-5/+14
* * doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.Corinna Vinschen2012-06-283-2/+7
* * libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor2012-06-262-1/+10
* * libc/stdio/findfp.c (__sinit): Avoid infinite recursion onCorinna Vinschen2012-06-052-0/+10
* Fix typo.Corinna Vinschen2012-05-311-1/+1
* * libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthreadCorinna Vinschen2012-05-312-1/+6
* * libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather thanCorinna Vinschen2012-05-302-3/+12
* * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen2012-05-3046-161/+301
* * libc/machine/cr16/asm.h: Added some missing instructionsCorinna Vinschen2012-05-212-307/+171
* * libc/include/string.h (memrchr): Declare.Corinna Vinschen2012-05-105-2/+155
* * libc/sys/rtems/machine/_types.h: Add Microblaze.Corinna Vinschen2012-05-102-1/+5
* * libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),Corinna Vinschen2012-05-092-1/+14
* * testsuite/newlib.string/strcmp-1.c (LONG_TEST): New macro.Corinna Vinschen2012-05-032-1/+34
* * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default valueCorinna Vinschen2012-03-292-0/+9
* * libc/stdio/findfp.c (__sinit): Set __sdidinit last.Corinna Vinschen2012-03-262-1/+6
* 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-03-098-7/+18
* 2012-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-03-022-1/+6
* * configure.host: Accept "arm*" host spec instead of just "arm".Corinna Vinschen2012-02-232-4/+8
* 2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>Jeff Johnston2012-02-2121-5/+12771
* * configure.host: Fix typo: xdir_dir -> xdr_dir.Christopher Faylor2012-02-152-1/+5
* * libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.Eric Blake2012-02-092-10/+17
* * libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide aCorinna Vinschen2012-02-092-0/+7
* Add missing file from previous checkinCorinna Vinschen2012-02-091-0/+222
* * libc/machine/arm/strcmp.S: New File.Corinna Vinschen2012-02-095-453/+793
* * libc/include/inttypes.h: Redefine pointer type macros.Corinna Vinschen2012-02-072-8/+12
* * libc/stdio/sprintf.c: Document 'm' conversion specifier.Yaakov Selkowitz2012-01-135-3/+43
* * libc/include/tgmath.h: New header.Yaakov Selkowitz2012-01-122-0/+189
* * libc/include/sys/unistd.h [__CYGWIN__] (get_current_dir_name):Yaakov Selkowitz2012-01-092-0/+8
* * libc/include/complex.h: Fix "/*" within comment warning.Yaakov Selkowitz2012-01-092-1/+5
* * libc/include/process.h: Remove Cygwin-only header.Corinna Vinschen2012-01-092-37/+4
* 2012-01-03 Viachaslau Kulakouski <Viachaslau.Kulakouski@oracle.com>Jeff Johnston2012-01-032-3/+7
* * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free inCorinna Vinschen2011-12-202-1/+8
* 2011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-12-19287-17482/+21674
* 2011-12-13 Richard Earnshaw <rearnsha@arm.com>Jeff Johnston2011-12-132-8/+44
* * libc/time/strftime.c (get_era_info): Fix off-by-one error in monthCorinna Vinschen2011-12-122-3/+8
* * libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.Corinna Vinschen2011-12-063-2/+7
* [libgloss]DJ Delorie2011-11-2913-2/+6362
* * libc/iconv/ccs/Makefile.am: Add missing backslash.Corinna Vinschen2011-11-083-8/+24
* * 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