summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Big fricking merge from trunk."Steven J. Hill"2006-01-0738-76/+118
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-0/+4
* Merge from trunk."Steven J. Hill"2005-12-1036-77/+159
* Merge from trunk."Steven J. Hill"2005-12-085-2/+9
* More merging from trunk."Steven J. Hill"2005-12-0620-45/+45
* Merge from trunk."Steven J. Hill"2005-12-0246-310/+192
* Merge from trunk."Steven J. Hill"2005-11-206-7/+7
* Sync up with trunk."Steven J. Hill"2005-11-198-120/+54
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
* Copy from trunk."Steven J. Hill"2005-11-191-0/+16
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
* Copy from trunk."Steven J. Hill"2005-11-191-0/+16
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
* Massive merge from trunk."Steven J. Hill"2005-11-1817-67/+65
* Massive merge from trunk."Steven J. Hill"2005-11-171-12/+29
* Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ..."Steven J. Hill"2005-11-162-199/+0
* Copy from trunk."Steven J. Hill"2005-10-301-0/+143
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-041-0/+4
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-1/+1
* Big sync with trunk."Steven J. Hill"2005-09-2424-132/+126
* In reality, the futex support that was originally added was only for STDIO op..."Steven J. Hill"2005-08-098-17/+21
* Add function '__libc_fatal' for NPTL."Steven J. Hill"2005-07-311-0/+3
* Add function '__libc_fatal' for NPTL."Steven J. Hill"2005-07-311-0/+196
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-304-220/+282
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-227-0/+73
* Forgot to change name of builtin buffer during last rewrite.Manuel Novoa III2005-03-211-3/+2
* Revert last commit. If I had wanted to include that patch, I would have doneManuel Novoa III2005-03-171-3/+3
* http://bugs.uclibc.org/view.php?id=165Mike Frysinger2005-03-161-3/+3
* When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III2005-02-142-34/+2
* Define va_copy for pre-C99 compilers (code taken from vfprintf.c).Peter Kjellerstedt2005-02-091-0/+13
* merge parallel build supportMike Frysinger2005-01-251-7/+5
* Avoid compiler warnings.Peter Kjellerstedt2005-01-192-0/+8
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-0/+2
* Oops.. The custom stream funcs should only be compiled if wanted.Manuel Novoa III2004-02-131-2/+4
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-11100-7225/+8657
* Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III2004-01-021-10/+13
* Oops... temporarily support the old stdio code.Manuel Novoa III2004-01-021-0/+5
* Rewrite popen for SUSv3 compliance.Manuel Novoa III2004-01-021-47/+171
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-6/+6
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-141-1/+1
* Fix the return value for fputs when passed an empty string.Manuel Novoa III2003-11-191-1/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III2003-09-231-0/+19
* Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III2003-09-221-28/+66
* Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III2003-09-221-67/+66
* Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>Manuel Novoa III2003-09-131-3/+7
* Signifcantly speed out integer to string conversion for printf.Manuel Novoa III2003-09-081-49/+38
* Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc isManuel Novoa III2003-09-064-70/+358
* Always build _store_inttype since it is used by the new scanf.Manuel Novoa III2003-09-051-3/+3