aboutsummaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
2014-10-09Add back symbols to fix Greed for Glory franchise.lollipop-devChristopher Ferris
2014-09-24Re-expose more stdio implementation details for LP32.Elliott Hughes
2014-09-11Expose __swsetup for LP32 binary compatibility.Elliott Hughes
2014-07-14Fix visibility for a bunch more symbols.Elliott Hughes
2014-05-27Expose __srefill for LP64 until we can fix the NDK.Elliott Hughes
2014-05-27Restore __srefill for LP32.Elliott Hughes
2014-05-25Restore __srget and __swbuf for LP32.Elliott Hughes
2014-05-22Hide various stdio implementation details.Elliott Hughes
2014-05-16Fix the newly-introduced warning and turn on -Werror.Elliott Hughes
2014-05-15Register _cleanup function with atexitDmitriy Ivanov
2014-05-06Merge "Add include guard to fileext.h"idea133-weekly-releaseCalin Juravle
2014-05-05Merge "Disable %n in printf and vfwprintf."Elliott Hughes
2014-05-05Disable %n in printf and vfwprintf.Elliott Hughes
2014-05-02Switch to current upstream OpenBSD fwrite.c.Elliott Hughes
2014-05-02Add include guard to fileext.hCalin Juravle
2014-04-29Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes
2014-04-18Switch to upstream OpenBSD fread/fvwrite.Elliott Hughes
2014-04-17Upgrade to current vfprintf.Elliott Hughes
2014-04-16Switch to gdtoa.Elliott Hughes
2014-04-14Reimplement isinf/isnan/fpclassify.Elliott Hughes
2014-04-11Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix.Elliott Hughes
2014-04-02Fix the printf issue for 64 bits. The following case:Alexander Ivchenko
2014-03-21Remove ALIGNBYTES and ALIGN from <sys/param.h>Calin Juravle
2014-03-13Clean up <stdio.h> macros.Elliott Hughes
2014-03-12Upgrade to current upstream scanf implementation.Elliott Hughes
2014-03-11More stdio cleanup.Elliott Hughes
2014-02-24More OpenBSD cleanup (primarily string).Elliott Hughes
2014-02-21Clean up our OpenBSD usage.Elliott Hughes
2013-10-09Fix x86_64 build, clean up intermediate libraries.Elliott Hughes
2013-10-01Remove _FORTIFY_SOURCE in implementation files.Stephen Hines
2013-09-23Fix %hhd formats in the printf family.Elliott Hughes
2013-07-19Upgrade mktemp.c to the current upstream version.Elliott Hughes
2013-06-12Switch to current upstream stdio makebuf.c and setvbuf.c.Elliott Hughes
2013-06-12Clean up abort.Elliott Hughes
2013-04-11Start moving to current FreeBSD stdio.Elliott Hughes
2012-11-29Define DEFFILEMODE and friendsHakan Kvist
2012-10-01Move non-upstream code into the libc/bionic directory.Elliott Hughes
2012-09-26Fix tmpfile(3).Elliott Hughes
2012-08-24Merge "Add missing va_end() to prevent stack corruptions"Ian Rogers
2012-07-25vfprintf: fix spelling.Nick Kralevich
2012-07-13Add missing va_end() to prevent stack corruptionsYaroslav Miroshnychenko
2012-07-09FORTIFY_SOURCE: add fgets support.Nick Kralevich
2012-06-13FORTIFY_SOURCE: add sprintf / vsprintf supportNick Kralevich
2012-06-11FORTIFY_SOURCE: add snprintf, vsnprintfNick Kralevich
2011-11-15libc: speed-up flockfile()/funlockfile()David 'Digit' Turner
2011-08-03am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h"David Turner
2011-07-02typo in libc/stdio/wcio.hNathan Forbes
2011-05-17am c5c84c86: Merge "vfscanf: Add support for L type modifier for long long"David Turner
2011-05-05vfscanf: Add support for L type modifier for long longChris Fries
2011-02-14Fix the handle locking in stdioKenny Root