summaryrefslogtreecommitdiff
path: root/lib/stdio.in.h
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* renameat: Ensure declaration in <stdio.h> on NetBSD.Bruno Haible2017-08-151-2/+2
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* Avoid redefinition errors on MSVC.Bruno Haible2016-12-171-0/+20
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* stdio: Don't redefine gets when using C++Jonathan Perkin2015-06-051-2/+1
* stdio: fix use of PRIdMAX on modern mingwEric Blake2015-01-051-1/+6
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* stdio: OS X port of putc_unlocked + extern inlinePaul Eggert2013-09-191-0/+9
* stdio: use __REDIRECT for fwrite, fwrite_unlockedPaul Eggert2013-05-151-6/+13
* stdio: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-4/+7
* fwrite: silence __wur only for older glibc versionsPaul Eggert2013-01-031-3/+5
* fwrite: silence __wur without using inlineEric Blake2013-01-031-18/+5
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* stdio: better 'inline'Paul Eggert2012-11-291-1/+7
* Large File Support for native Windows platforms.Bruno Haible2012-04-211-1/+2
* stdio: don't assume gets any moreEric Blake2012-03-291-18/+7
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* pclose: Fix typo.Bruno Haible2012-01-311-1/+1
* Talk about "native Windows API", not "Win32".Bruno Haible2012-01-041-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* New module 'fdopen'.Bruno Haible2011-09-211-0/+20
* New module 'pclose'.Bruno Haible2011-09-181-0/+14
* popen: Support for MSVC.Bruno Haible2011-09-171-0/+4
* fseeko: Provide a non-inline replacement of fseek().Bruno Haible2011-06-131-19/+0
* ftello: Provide a non-inline replacement of ftell().Bruno Haible2011-06-131-19/+0
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-5/+5
* Support non-blocking pipe I/O in read() on native Windows.Bruno Haible2011-04-151-5/+192
* Support non-blocking pipe I/O in write() on native Windows.Bruno Haible2011-04-131-10/+10
* stdio: Avoid GCC >= 4.4 warnings when using %lld and similar on mingw.Bruno Haible2011-03-311-1/+45
* stdio: don't require ignore_value around fwritePaul Eggert2011-03-201-0/+17
* Don't interfere with a program's definition of __attribute__.Bruno Haible2011-02-131-28/+30
* Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-02-071-10/+16
* doc: off_t is not available in eglibc 2.11.2 stdio.h.Simon Josefsson2011-01-311-1/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* printf-posix: Fix link error when a non-GCC compiler is used.Bruno Haible2010-12-261-0/+3
* stdio: Fix problem with popen() declaration on OSF/1 5.1.Bruno Haible2010-12-201-2/+12
* ftello: Add missing declaration on OSF/1 5.1.Bruno Haible2010-12-191-1/+1
* fseeko: Add missing declaration on OSF/1 5.1.Bruno Haible2010-12-191-1/+1
* stdio: Work around compilation error due to renameat() on Solaris 10.Bruno Haible2010-10-271-0/+7
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-031-1/+2
* stdio.in.h: fix compilation failure when using HP-UX 11's C compilerRichard Lloyd2010-06-201-1/+1
* Fix collision between gnulib's and libintl's printf replacements.Bruno Haible2010-05-161-4/+18
* stdio: Fix some C++ test errors on Solaris 8 with GCC.Bruno Haible2010-04-041-5/+18
* tmpfile: Fix C++ test error on mingw.Bruno Haible2010-04-041-0/+19
* stdio: Make C++ tests work on mingw.Bruno Haible2010-04-031-0/+2
* ftello: Fix C++ test error on mingw.Bruno Haible2010-04-031-10/+18
* fseeko: Fix C++ test error on mingw.Bruno Haible2010-04-031-12/+21