aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Inline helpers need to be exported unmangled.Dan Albert2014-10-071-22/+10
* Improve <sys/cdefs.h>.Elliott Hughes2014-10-071-1/+1
* Fix some 32-bit-isms in <stdio.h>.Elliott Hughes2014-08-201-0/+12
* 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
* Allow C++ to call fdprintfGlenn Kasten2012-02-091-0/+2
* Fix the handle locking in stdioKenny Root2011-02-141-14/+20
* libc: tag missing functions in system headers.David 'Digit' Turner2010-10-091-0/+2
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-221-1/+1
* Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershellColin Cross2010-01-151-0/+11
* Added a comment.Andy McFadden2009-11-251-0/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+437
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-437/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-7/+1
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+433