summaryrefslogtreecommitdiff
path: root/libc/stdio/_fpmaxtostr.c
AgeCommit message (Expand)Author
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2014-12-15stdio: Fix printing 0.0Bernhard Reutner-Fischer
2012-06-15_fpmaxtostr.c: align comments, no code changePeter S. Mazinger
2012-06-15_fpmaxtostr.c: move common to _fpmaxtostr.hPeter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-09Implement hidden *scanfPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-05Change comment size_t _fpmaxtostr to ssize_tPeter S. Mazinger
2005-07-30Sigh... I wasn't checking for output errors. NIST/PCTS caught it.Manuel Novoa III
2005-03-17Revert last commit. If I had wanted to include that patch, I would have doneManuel Novoa III
2005-03-16http://bugs.uclibc.org/view.php?id=165Mike Frysinger
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III