Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-08-09 | Add in changes from philipc@lineo: | David McCullough | |
Fix three bugs and bring into line with glibc: 1. The first character read using getc() was being ignored if it was EOF. Normally this is okay because the next getc() returns EOF as well, but for sscanf, this was causing us to skip the null terminator and start scanning whatever happened to be next in memory. 2. %s, %c, and %[ formats now return -1 if EOF is reached before any characters are read, instead of 0. This was causing an infinite loop in diald. 3. Default to base 10 for %i fields if not prefix modifier present. | |||
2001-05-21 | Add comment about scanf pushback behavior and glibc difference. | Manuel Novoa III | |
2001-03-23 | Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>. | Manuel Novoa III | |
2001-03-19 | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III | |
2001-03-18 | Test for Config features using features.h. | Manuel Novoa III | |
2001-03-15 | Fix bug with %c... takes care of bug reported with busybox ps. | Manuel Novoa III | |
2001-03-13 | New version of scanf, with floating point support. | Manuel Novoa III | |
2001-03-12 | Hack long long support into scanf. For now, will fail for unsigned long longs | Manuel Novoa III | |
that are greater that long long max, but works well enough to support interface in busybox. Just a temporary measure until scanf.c is rewritten. | |||
2001-02-27 | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | |
printf now supports long double, plus some bug fixes. | |||
2000-11-17 | Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>, | Eric Andersen | |
and a bit of extra cleanup in the test makefiles. | |||
2000-11-15 | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | |
rework include/stdio.h, and fix up the resultant damage. | |||
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-07-06 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |