summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
* * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen2012-10-169-19/+33
* * libc/posix/wordfree.c (wordfree): The wrong words are freedCorinna Vinschen2012-10-093-32/+64
* * libc/posix/wordexp.c (wordexp): Return WRDE_NOSPACE on resourceCorinna Vinschen2012-10-091-27/+67
* * libc/posix/wordexp.c (wordexp): Handle expanded words longerCorinna Vinschen2012-10-091-7/+20
* * libc/posix/wordexp.c (wordexp): Don't leak file streams.Corinna Vinschen2012-10-091-2/+2
* * libc/machine/rl78/setjmp.S: Convert from CPP macros to GASDJ Delorie2012-10-031-34/+49
* * libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be anDJ Delorie2012-10-021-2/+2
* 2012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston2012-09-2612-3/+6279
* bi-endian support for moxie.Anthony Green2012-09-131-0/+4
* * libc/stdio/flags.c (__sflags): Guard against using O_BINARY on systems whichChristopher Faylor2012-08-231-0/+2
* * libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags toChristopher Faylor2012-08-211-16/+27
* * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning.Corinna Vinschen2012-08-104-5/+6
* * libc/stdio/vfwprintf.c (_VFWPRINTF_R): Fix guard around state toCorinna Vinschen2012-08-101-2/+2
* * libc/posix/engine.c(dissect): Guard diagnostic pragma for rightCorinna Vinschen2012-08-082-0/+6
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-0833-60/+102
* * libc/stdlib/mprec.h (Storeinc): Add parenthesis to avoid compilerCorinna Vinschen2012-08-071-1/+1
* * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner2012-07-301-1/+1
* readdir: drop bogus codeEric Blake2012-07-201-6/+0
* 2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-181-3/+3
* 2012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-171-1/+2
* 2012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-161-0/+3
* 2012-07-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2012-07-131-2/+3
* * libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,Corinna Vinschen2012-07-091-1/+8
* Allow building of Cygwin using Mingw64 SDK headers:Corinna Vinschen2012-07-063-5/+5
* * libc/include/sys/types.h: Don't use the same preprocessor guard for time_t,Christopher Faylor2012-06-261-1/+4
* * libc/stdio/findfp.c (__sinit): Avoid infinite recursion onCorinna Vinschen2012-06-051-0/+5
* * libc/stdio/local.h (_newlib_sfp_lock_exit): Fix typo in non-pthreadCorinna Vinschen2012-05-311-1/+1
* * libc/stdio/fgetws.c (_fgetws_r): Call _mbsnrtowcs_r rather thanCorinna Vinschen2012-05-301-3/+7
* * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen2012-05-3045-161/+285
* * libc/machine/cr16/asm.h: Added some missing instructionsCorinna Vinschen2012-05-211-307/+166
* * libc/include/string.h (memrchr): Declare.Corinna Vinschen2012-05-104-2/+147
* * libc/sys/rtems/machine/_types.h: Add Microblaze.Corinna Vinschen2012-05-101-1/+1
* * libc/sys/rtems/crt0.c: Add stubs for access(), ftruncate(),Corinna Vinschen2012-05-091-1/+8
* * libc/locale/locale.c (__mb_cur_max): On Cygwin, align default valueCorinna Vinschen2012-03-291-0/+4
* * libc/stdio/findfp.c (__sinit): Set __sdidinit last.Corinna Vinschen2012-03-261-1/+2
* 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-03-097-7/+7
* 2012-03-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2012-03-021-1/+1
* 2012-02-21 Jeremy Bennett <jeremy.bennett@embecosm.com>Jeff Johnston2012-02-2119-4/+12746
* * libc/include/_ansi.h (_ELIDABLE_INLINE): Fix C99 mode.Eric Blake2012-02-091-10/+13
* * libc/sys/rtems/sys/utime.h: Include <sys/types.h> to provide aCorinna Vinschen2012-02-091-0/+2
* * libc/machine/arm/strcmp.S: New File.Corinna Vinschen2012-02-094-453/+785
* * libc/include/inttypes.h: Redefine pointer type macros.Corinna Vinschen2012-02-071-8/+8
* * libc/stdio/sprintf.c: Document 'm' conversion specifier.Yaakov Selkowitz2012-01-134-3/+35
* * libc/include/tgmath.h: New header.Yaakov Selkowitz2012-01-121-0/+185
* * libc/include/sys/unistd.h [__CYGWIN__] (get_current_dir_name):Yaakov Selkowitz2012-01-091-0/+3
* * libc/include/complex.h: Fix "/*" within comment warning.Yaakov Selkowitz2012-01-091-1/+1
* * libc/include/process.h: Remove Cygwin-only header.Corinna Vinschen2012-01-091-37/+0
* 2012-01-03 Viachaslau Kulakouski <Viachaslau.Kulakouski@oracle.com>Jeff Johnston2012-01-031-1/+1
* * fvwrite.c (__sfvwrite_r): Set __SMBF flag to avoid double free inCorinna Vinschen2011-12-201-1/+3
* 2011-12-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-12-19259-15501/+19360