| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Deal with cvs "feature"... or is that cvs _user_... | Manuel Novoa III | 2002-03-12 | 2 | -0/+5204 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 8 | -1572/+199 |
* | Be consistant and use an unsigned char * throughout | Eric Andersen | 2002-02-26 | 1 | -2/+3 |
* | I shouldn't try to program when sleepy, since I totally botched | Eric Andersen | 2002-02-25 | 1 | -4/+4 |
* | When messing with fd NONBLOCK status, put things back the way we found | Eric Andersen | 2002-02-25 | 1 | -1/+4 |
* | IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with] | Eric Andersen | 2002-02-23 | 1 | -7/+1 |
* | Per discussion with Manuel, when we call __stdio_flush_buffers | Eric Andersen | 2002-02-23 | 1 | -1/+9 |
* | When vfork is not available and we have an MMU, then use fork() | Eric Andersen | 2002-02-21 | 1 | -0/+6 |
* | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen | 2002-02-18 | 1 | -2/+2 |
* | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | 2002-02-02 | 3 | -1/+71 |
* | Don't waste space warning about tempnam() | Eric Andersen | 2002-01-17 | 1 | -1/+0 |
* | Support tmpfile64 (just a weak for tmpfile) | Eric Andersen | 2002-01-06 | 1 | -1/+4 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 3 | -8/+9 |
* | Add missing ctermid. Also add putc and getc (in case they get | Eric Andersen | 2001-11-21 | 3 | -2/+58 |
* | This commit makes large file support actually work (when enabled in | Eric Andersen | 2001-10-17 | 2 | -17/+31 |
* | Fix nasty behavior difference from glibc -- also fixes getline() | Eric Andersen | 2001-09-30 | 1 | -3/+2 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 3 | -0/+3 |
* | Fix fseek behavior. | Manuel Novoa III | 2001-09-25 | 1 | -2/+3 |
* | Fix goofy formatting | Eric Andersen | 2001-08-28 | 2 | -4/+4 |
* | Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and | Eric Andersen | 2001-08-24 | 1 | -10/+10 |
* | Add the __fopen prototype, since I pulled it from stdio.h | Eric Andersen | 2001-08-24 | 1 | -0/+4 |
* | Add in changes from philipc@lineo: | David McCullough | 2001-08-09 | 1 | -12/+15 |
* | Oops... left in a debugging line. | Manuel Novoa III | 2001-07-28 | 1 | -1/+0 |
* | Back out the changes to _uClibc_fread and loop in fread() if incomplete, to | Manuel Novoa III | 2001-07-28 | 1 | -22/+21 |
* | Yes... the previous "fix" was broken too... the result of careless cutting | Manuel Novoa III | 2001-07-26 | 1 | -1/+1 |
* | Ok... the fix wasn't quite so straightforward. Hopefully this will do it. | Manuel Novoa III | 2001-07-25 | 1 | -0/+3 |
* | Fix fread bug reported by Vodz. The fix is straightforward, but I haven't | Manuel Novoa III | 2001-07-25 | 1 | -11/+13 |
* | Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior. | Manuel Novoa III | 2001-06-13 | 1 | -11/+20 |
* | Fix printf handling of %p to prepend "0x" since output is in hex. | Manuel Novoa III | 2001-06-13 | 1 | -0/+1 |
* | Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh... | Manuel Novoa III | 2001-06-07 | 1 | -0/+4 |
* | Cleanup some stupid warnings | Eric Andersen | 2001-05-31 | 1 | -0/+1 |
* | Add comment about scanf pushback behavior and glibc difference. | Manuel Novoa III | 2001-05-21 | 1 | -0/+11 |
* | Add in tempnam() | Eric Andersen | 2001-05-17 | 2 | -1/+49 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape.... | Manuel Novoa III | 2001-05-07 | 1 | -1/+2 |
* | A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com). | Manuel Novoa III | 2001-05-07 | 1 | -23/+31 |
* | Be really sneaky and use GNU ld special stuff so that whenever folks | Eric Andersen | 2001-04-25 | 1 | -0/+1 |
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 4 | -87/+116 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 4 | -12/+12 |
* | Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>. | Manuel Novoa III | 2001-03-23 | 1 | -0/+7 |
* | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III | 2001-03-19 | 2 | -34/+34 |
* | Test for Config features using features.h. | Manuel Novoa III | 2001-03-18 | 3 | -62/+46 |
* | Fix fdopen mode-compatibility test and errno setting. | Manuel Novoa III | 2001-03-17 | 1 | -1/+8 |
* | Fix bug with %c... takes care of bug reported with busybox ps. | Manuel Novoa III | 2001-03-15 | 1 | -3/+6 |
* | New version of scanf, with floating point support. | Manuel Novoa III | 2001-03-13 | 1 | -378/+545 |
* | Delete a stray character that hopped into the file... | Manuel Novoa III | 2001-03-13 | 1 | -1/+1 |
* | Hack long long support into scanf. For now, will fail for unsigned long longs | Manuel Novoa III | 2001-03-12 | 2 | -4/+24 |
* | Fix a bad assertion test. | Manuel Novoa III | 2001-03-07 | 1 | -1/+2 |
* | Fix a couple of bugs: check mode is legal; open file and check success before | Manuel Novoa III | 2001-03-03 | 1 | -25/+45 |
* | Stupid buglet fix. Don't trash FILE bufstart if buffer allocation fails. | Manuel Novoa III | 2001-03-01 | 1 | -11/+4 |