| Commit message (Expand) | Author | Age | Files | Lines |
* | stdio: simplify by moving files to printf-posix, sigpipe | Paul Eggert | 2011-02-28 | 1 | -1/+0 |
* | stdio: simplify by moving gl_STDIN_LARGE_OFFSET to fseeko, ftello | Paul Eggert | 2011-02-28 | 1 | -21/+1 |
* | assume <ctype.h>, ..., <time.h> exist | Paul Eggert | 2011-01-19 | 1 | -1/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | ftello: Add missing declaration on OSF/1 5.1. | Bruno Haible | 2010-12-19 | 1 | -0/+1 |
* | fseeko: Add missing declaration on OSF/1 5.1. | Bruno Haible | 2010-12-19 | 1 | -1/+2 |
* | Fix collision between gnulib's and libintl's printf replacements. | Bruno Haible | 2010-05-16 | 1 | -1/+2 |
* | tmpfile: Fix C++ test error on mingw. | Bruno Haible | 2010-04-04 | 1 | -2/+4 |
* | ftello: Fix C++ test error on mingw. | Bruno Haible | 2010-04-03 | 1 | -1/+2 |
* | fseeko: Fix C++ test error on mingw. | Bruno Haible | 2010-04-03 | 1 | -1/+2 |
* | Distinguish two kinds of module indicators. | Bruno Haible | 2010-03-28 | 1 | -1/+1 |
* | Factorize common .m4 code. | Bruno Haible | 2010-03-27 | 1 | -2/+2 |
* | Tests of module 'stdio' in C++ mode. | Bruno Haible | 2010-03-08 | 1 | -1/+3 |
* | Work around getdelim() bug on FreeBSD 8.0. | Bruno Haible | 2010-01-31 | 1 | -1/+2 |
* | warn-on-use: use instead of link-warning | Eric Blake | 2010-01-20 | 1 | -2/+3 |
* | stdio: warn on suspicious uses | Eric Blake | 2010-01-11 | 1 | -1/+8 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | stdio: remove unused variables | Eric Blake | 2009-12-29 | 1 | -3/+1 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -2/+2 |
* | renameat: fix Solaris bugs | Eric Blake | 2009-10-02 | 1 | -1/+2 |
* | renameat: new module | Eric Blake | 2009-10-02 | 1 | -1/+3 |
* | remove: new module, for mingw and Solaris 9 bugs | Eric Blake | 2009-09-19 | 1 | -1/+3 |
* | rename: modernize replacement | Eric Blake | 2009-09-07 | 1 | -0/+2 |
* | stdio: sort witness names | Eric Blake | 2009-09-07 | 1 | -52/+52 |
* | popen: fix cygwin 1.5 bug when stdin closed | Eric Blake | 2009-08-19 | 1 | -1/+3 |
* | fpurge: migrate into <stdio.h> | Eric Blake | 2009-06-25 | 1 | -1/+4 |
* | New modules 'dprintf', 'dprintf-posix'. | Bruno Haible | 2009-01-18 | 1 | -0/+3 |
* | New modules 'vdprintf', 'vdprintf-posix'. | Bruno Haible | 2009-01-18 | 1 | -2/+5 |
* | New module 'fclose'. | Bruno Haible | 2008-10-11 | 1 | -1/+3 |
* | Support SIGPIPE in stdio functions for writing. | Bruno Haible | 2008-09-26 | 1 | -1/+35 |
* | New module 'perror'. | Bruno Haible | 2008-09-14 | 1 | -0/+2 |
* | Reorder list of macros, for consistency. | Bruno Haible | 2008-09-14 | 1 | -47/+47 |
* | Add obstack-printf and obstack-printf-posix modules. | Eric Blake | 2008-06-13 | 1 | -1/+5 |
* | Fix underquoting of AC_LANG_PROGRAM arguments. | Bruno Haible | 2008-04-15 | 1 | -5/+5 |
* | Make cygwin fseeko check more reliable. | Eric Blake | 2007-12-04 | 1 | -8/+5 |
* | Fix fseeko detection for cygwin 1.5.25. | Eric Blake | 2007-12-01 | 1 | -7/+9 |
* | New modules 'fopen' and 'freopen'. | Bruno Haible | 2007-10-07 | 1 | -1/+5 |
* | Move getline and getdelim into stdio.h, per POSIX 200x. | Eric Blake | 2007-08-22 | 1 | -0/+5 |
* | * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST | Paul Eggert | 2007-06-21 | 1 | -4/+2 |
* | New module 'ftell'. | Bruno Haible | 2007-05-28 | 1 | -0/+2 |
* | New module 'fseek'. | Bruno Haible | 2007-05-28 | 1 | -1/+3 |
* | Fix fseeko/ftello on cygwin 1.5.24. | Eric Blake | 2007-05-24 | 1 | -1/+24 |
* | New module 'ftello'. | Bruno Haible | 2007-04-25 | 1 | -0/+2 |
* | New module 'fseeko'. | Bruno Haible | 2007-04-25 | 1 | -1/+3 |
* | * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush. | Eric Blake | 2007-04-10 | 1 | -0/+2 |
* | Move vasprintf prototypes to stdio. | Simon Josefsson | 2007-03-27 | 1 | -1/+4 |
* | New module 'printf-posix'. | Bruno Haible | 2007-03-10 | 1 | -0/+2 |
* | New module 'vprintf-posix'. | Bruno Haible | 2007-03-09 | 1 | -0/+2 |
* | New module 'fprintf-posix'. | Bruno Haible | 2007-03-09 | 1 | -0/+2 |
* | New module 'vfprintf-posix'. | Bruno Haible | 2007-03-09 | 1 | -0/+2 |