summaryrefslogtreecommitdiffstats
path: root/libc/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make tempnam/mktemp deprecated."Yabin Cui2015-02-261-3/+3
|\
| * Make tempnam/mktemp deprecated.Yabin Cui2015-02-251-3/+3
* | Merge "Make gets() deprecated."Yabin Cui2015-02-181-1/+1
|\ \ | |/
| * Make gets() deprecated.Yabin Cui2015-02-181-1/+1
| * Revert "Move use of __warnattr to __deprecated."Yabin Cui2015-02-171-5/+5
| * Move use of __warnattr to __deprecated.Yabin Cui2015-02-171-5/+5
* | Implement _FILE_OFFSET_BITS (mostly).Elliott Hughes2015-02-171-3/+12
|/
* Clean up SEEK_SET definitions.Elliott Hughes2015-02-021-10/+3
* Add non-macro stdin/stdout/stderr too.Elliott Hughes2014-11-141-4/+9
* Inline helpers need to be exported unmangled.Dan Albert2014-10-071-23/+10
* Fix some 32-bit-isms in <stdio.h>.Elliott Hughes2014-09-171-0/+12
* Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.Elliott Hughes2014-08-201-0/+5
* Add <stdio_ext.h> for elfutils.Elliott Hughes2014-08-201-0/+5
* Improve <sys/cdefs.h>.Elliott Hughes2014-08-181-1/+1
* Add an obvious comment to <stdio.h> for fixincludes.Elliott Hughes2014-08-061-0/+8
* Remove declarations for things that don't exist.Elliott Hughes2014-07-291-9/+0
* Hide declaration of gets(3) for C11 and later.Dan Albert2014-06-171-0/+2
* Revert "Hide declaration of gets(3) for C11 and later."Dan Albert2014-06-171-2/+0
* Hide declaration of gets(3) for C11 and later.Dan Albert2014-06-171-0/+2
* Merge "Remove declaration for putw(3)/getw(3)."Dan Albert2014-06-121-2/+0
|\
| * Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-2/+0
* | Remove declarations related to cuserid(3).Dan Albert2014-06-111-2/+0
|/
* Switch to POSIX dprintf/vdprintf.Elliott Hughes2014-05-221-15/+3
* FORTIFY_SOURCE: don't define s?printf macros if already definedNick Kralevich2014-03-181-4/+8
* Clean up <stdio.h> macros.Elliott Hughes2014-03-131-77/+0
* Allow GCC-built fortified code to run on a clang-built bionic.Elliott Hughes2013-12-191-6/+5
* Move bionic over to GCC's 'warning' attribute.Elliott Hughes2013-12-171-12/+12
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-221-1/+2
* Wrap sprintf()/snprintf() macros to prevent expansion errors.Stephen Hines2013-10-111-2/+4
* stdio.h: enable vs?printf clang FORTIFY_SOURCENick Kralevich2013-06-271-2/+0
* libc: enable FORTIFY_SOURCE snprintf under clangNick Kralevich2013-06-251-4/+8
* libc: enable sprintf FORTIFY_SOURCE under clangNick Kralevich2013-06-241-2/+11
* libc: add limited FORTIFY_SOURCE support for clangNick Kralevich2013-06-181-2/+2
* libc: Introduce __errordecl()Nick Kralevich2013-06-181-4/+2
* Add more __restricts, clean up __format__ attributes.Elliott Hughes2013-05-141-80/+69
* libc: upgrade some libc functions to _FORTIFY_SOURCE=2Nick Kralevich2013-04-301-6/+4
* libc: upgrade sprintf to _FORTIFY_SOURCE=2Nick Kralevich2013-04-291-1/+1
* Fix builds where _FORTIFY_SOURCE is off.Elliott Hughes2013-03-221-2/+2
* Unit tests for formatting code, fix %%.Elliott Hughes2013-01-281-2/+2
* Remove (near-)duplicate definitions of size_t and ssize_t.Elliott Hughes2012-11-291-20/+1
* Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes.Elliott Hughes2012-10-221-0/+4
* Always take GCC's definition of NULL.Elliott Hughes2012-10-011-7/+2
* Remove useless #defines and incorrect claims from header files.Elliott Hughes2012-10-011-10/+3
* Define ssize_t if necessary.Elliott Hughes2012-09-281-0/+5
* Add getdelim(3) and getline(3) to bionicIrina Tirdea2012-09-271-0/+3
* disable _FORTIFY_SOURCE under clangNick Kralevich2012-08-291-9/+0
* FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macroNick Kralevich2012-07-131-1/+1
* FORTIFY_SOURCE: add fgets support.Nick Kralevich2012-07-091-0/+39
* FORTIFY_SOURCE: add sprintf / vsprintf supportNick Kralevich2012-06-131-14/+57
* FORTIFY_SOURCE: add snprintf, vsnprintfNick Kralevich2012-06-111-0/+28