Age | Commit message (Expand) | Author | Files | Lines |
2018-01-17 | ansification: remove _EXFNPTR, _EXPARM | Yaakov Selkowitz | 1 | -1/+1 |
2018-01-17 | ansification: remove _DEFUN | Yaakov Selkowitz | 9 | -34/+17 |
2018-01-17 | ansification: remove _DEFUN_VOID | Yaakov Selkowitz | 1 | -1/+1 |
2018-01-17 | ansification: remove _CAST_VOID | Yaakov Selkowitz | 1 | -1/+1 |
2018-01-17 | ansification: remove _PTR | Yaakov Selkowitz | 3 | -3/+3 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 4 | -12/+12 |
2018-01-17 | ansification: remove _AND | Yaakov Selkowitz | 8 | -29/+29 |
2017-12-18 | newlib: ftello{64}: Handle appending stream without fflushing | Corinna Vinschen | 1 | -7/+13 |
2017-12-18 | newlib: ftello{64}: Fix type of returned value | Corinna Vinschen | 1 | -4/+4 |
2017-12-07 | makedoc: make errors visible | Jon Turney | 1 | -3/+3 |
2017-12-01 | stdio64: remove TRAD_SYNOPSIS | Yaakov Selkowitz | 7 | -81/+7 |
2016-07-04 | Regenerate newlib Makefiles | Jon Turney | 1 | -3/+16 |
2016-02-12 | Fix compile with GCC 5 -Werror | Yaakov Selkowitz | 1 | -0/+1 |
2015-12-08 | Add missing checks for __SNLK flag | Corinna Vinschen | 1 | -5/+10 |
2015-12-08 | Fix re-initialization of FILE flags and mbstate in freopen | Corinna Vinschen | 1 | -0/+3 |
2015-11-02 | Move duplicated documentation rules to Makefile.shared | Jeff Johnston | 2 | -20/+15 |
2015-11-02 | Add missing semicolons to prototypes. | Jeff Johnston | 1 | -4/+4 |
2015-06-29 | Regenerate Makefile.in | Jon TURNEY | 1 | -0/+1 |
2015-06-24 | Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623 | Jon TURNEY | 3 | -2/+7 |
2013-10-23 | * libc/include/stdio.h (funopen): Change prototype of | Corinna Vinschen | 1 | -2/+2 |
2013-04-10 | 2013-04-10 Bin Cheng <bin.cheng@arm.com> | Jeff Johnston | 1 | -0/+3 |
2013-03-26 | 2013-03-26 Sebastian Huber <sebastian.huber@embedded-brains.de> | Joel Sherrill | 1 | -2/+2 |
2012-12-20 | 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -9/+37 |
2012-05-30 | * libc/stdio/local.h (_newlib_flockfile_start): New macro to | Corinna Vinschen | 5 | -20/+35 |
2011-12-19 | 2011-12-19 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -0/+1 |
2011-01-28 | * libc/stdio/fclose.c: Only use sfp lock to guard non-atomic | Corinna Vinschen | 1 | -3/+1 |
2010-12-16 | 2010-12-16 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -0/+1 |
2010-04-22 | * libc/Makefile.am (SUBDEFS): Add LIBC_POSIX_DEF. | DJ Delorie | 1 | -0/+1 |
2010-03-02 | Add eXtensible Data Record (XDR) support | Corinna Vinschen | 1 | -0/+2 |
2010-02-24 | 2010-02-24 Charles Wilson <...> | Jeff Johnston | 1 | -2/+1 |
2009-12-17 | 2009-12-17 Jerker Back <jerker.back@gmail.com> | Jeff Johnston | 1 | -1/+1 |
2009-10-20 | 2009-10-20 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -91/+92 |
2008-11-24 | * libc/include/stdio.h (__SMOD): Remove definition of unused flag. | Corinna Vinschen | 1 | -4/+2 |
2008-09-29 | * configure: Regenerate for new libtool. | Steve Ellcey | 1 | -8/+20 |
2008-03-04 | Fix ftell bug after ungetc. | Eric Blake | 1 | -3/+6 |
2007-12-19 | 2007-12-19 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -8/+8 |
2007-07-31 | More POSIX stream corner cases. | Eric Blake | 1 | -9/+6 |
2007-07-13 | Fix fflush issues. | Eric Blake | 4 | -7/+24 |
2007-06-04 | Implement funopen, fopencookie. | Eric Blake | 4 | -52/+30 |
2007-05-24 | * ltmain.sh: Update from GCC. | Steve Ellcey | 1 | -5/+21 |
2007-05-17 | * stdio/tmpfile.c: Include <sys/stat.h>. | Eric Blake | 1 | -0/+1 |
2007-05-16 | Close security hole in tmpfile. | Eric Blake | 1 | -4/+19 |
2007-05-01 | * libc/stdio64/local64.h: Delete, move contents to... | Eric Blake | 6 | -32/+16 |
2007-04-23 | 2007-04-23 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de> | Jeff Johnston | 1 | -1/+2 |
2007-03-16 | 2007-03-16 Eric Blake <ebb9@byu.net> | Jeff Johnston | 2 | -7/+7 |
2007-01-31 | 2007-01-31 Kazunori Asayama <asayama@sm.sony.co.jp> | Jeff Johnston | 1 | -0/+4 |
2006-12-18 | 2006-12-18 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -3/+1 |
2006-09-26 | 2006-09-26 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 3 | -3/+3 |
2006-07-31 | 2006-07-31 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -0/+2 |
2006-06-14 | 2006-06-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -1/+1 |