summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
2001-06-13Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.Manuel Novoa III
2001-06-13Fix printf handling of %p to prepend "0x" since output is in hex.Manuel Novoa III
2001-06-07Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh...Manuel Novoa III
2001-05-31Cleanup some stupid warningsEric Andersen
2001-05-21Add comment about scanf pushback behavior and glibc difference.Manuel Novoa III
2001-05-17Add in tempnam()Eric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-07Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape....Manuel Novoa III
2001-05-07A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com).Manuel Novoa III
2001-04-25Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen
2001-04-18Update temp file handling and use a single function to do allEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-23Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>.Manuel Novoa III
2001-03-19Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III
2001-03-18Test for Config features using features.h.Manuel Novoa III
2001-03-17Fix fdopen mode-compatibility test and errno setting.Manuel Novoa III
2001-03-15Fix bug with %c... takes care of bug reported with busybox ps.Manuel Novoa III
2001-03-13New version of scanf, with floating point support.Manuel Novoa III
2001-03-13Delete a stray character that hopped into the file...Manuel Novoa III
2001-03-12Hack long long support into scanf. For now, will fail for unsigned long longsManuel Novoa III
2001-03-07Fix a bad assertion test.Manuel Novoa III
2001-03-03Fix a couple of bugs: check mode is legal; open file and check success beforeManuel Novoa III
2001-03-01Stupid buglet fix. Don't trash FILE bufstart if buffer allocation fails.Manuel Novoa III
2001-02-28Fix a buglet regarding floating point output for ?nprintf functions.Manuel Novoa III
2001-02-27stdio mostly rewritten... passes lots of tests now.Manuel Novoa III
2001-02-19Fix a couple of bugs in _fopen and fclose, plus change a few internals.Manuel Novoa III
2001-02-19Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III
2001-02-15Add vdprintf function. Note: will be rewritten to check if file descriptor h...Manuel Novoa III
2001-02-15Fix stdin/stdout/stderr for now.Manuel Novoa III
2001-02-09Remove now irrelevant comment.Eric Andersen
2001-02-09Silence warnings -- add func declaration.Eric Andersen
2001-02-09Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen
2001-01-30Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III
2001-01-28Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) andManuel Novoa III
2001-01-27Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III
2001-01-24Fixed stderr initialization bug (mine).Manuel Novoa III
2001-01-17Fix static buffer used initialization for FIXED_BUFFERS > 2.Manuel Novoa III
2001-01-12Cannot portably pass a short via va_args, since it will beEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-12-12A few cleanups. Fix fflush so it remembers to init stdio.Eric Andersen
2000-11-30Several updates from W. GreathouseEric Andersen
2000-11-17Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-26Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-12Makefile updateEric Andersen