summaryrefslogtreecommitdiffstats
path: root/libc/stdio/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a silly typo for ManuelEric Andersen2002-10-291-1/+1
* Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III2002-10-291-14/+35
* Fix two problems with printf that showed up in the python 2.2.1 tests;Manuel Novoa III2002-08-171-1/+10
* __fsetlocking() and FILE field user_locking were completely broken. :-(Manuel Novoa III2002-08-131-0/+4
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-4/+4
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-091-1/+1
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-071-1/+1
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-19/+53
* Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III2002-06-181-1/+1
* Revert Erik's patch to vasprintf and fix the real issue.Manuel Novoa III2002-06-111-1/+0
* This patch from Rik Faith <faith@alephnull.com> fixes a potentiallyEric Andersen2002-06-111-0/+1
* Several bugfixes for problems that showed up on alphaEric Andersen2002-05-121-1/+1
* Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alphaManuel Novoa III2002-05-111-10/+32
* Fix an arg promotion handling bug in _do_one_spec for %c reportedManuel Novoa III2002-04-021-2/+9
* Forget to initialize thread locks for fake files. Thanks Erik.Manuel Novoa III2002-04-011-0/+12
* Add in a knob to disable %m supportEric Andersen2002-03-221-0/+12
* Apply Miles Bader's missing __va_copy() fix.Manuel Novoa III2002-03-131-0/+11
* Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III2002-03-121-9/+32
* Deal with cvs "feature"... or is that cvs _user_...Manuel Novoa III2002-03-121-0/+2033
* Swap in the new stdio code.Manuel Novoa III2002-03-121-713/+0
* Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.Manuel Novoa III2001-06-131-11/+20
* Fix printf handling of %p to prepend "0x" since output is in hex.Manuel Novoa III2001-06-131-0/+1
* A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com).Manuel Novoa III2001-05-071-23/+31
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-191-26/+26
* Test for Config features using features.h.Manuel Novoa III2001-03-181-27/+27
* Delete a stray character that hopped into the file...Manuel Novoa III2001-03-131-1/+1
* Fix a buglet regarding floating point output for ?nprintf functions.Manuel Novoa III2001-02-281-1/+2
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-29/+28
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-191-13/+28
* Add vdprintf function. Note: will be rewritten to check if file descriptor h...Manuel Novoa III2001-02-151-0/+11
* Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III2001-01-301-5/+33
* Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) andManuel Novoa III2001-01-281-54/+62
* Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III2001-01-271-30/+70
* Cannot portably pass a short via va_args, since it will beEric Andersen2001-01-121-2/+2
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-36/+30
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-220/+398
* Bug ugly formatting updateEric Andersen2000-10-091-302/+308
* Add in snprintf and vsnprintfEric Andersen2000-08-111-75/+103
* Initial revision0_9_1Erik Andersen2000-05-141-0/+387