OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdio / printf.c
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-09 Peter S. MazingerImplement all needed hidden *printf and correct vasprin...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-09-23 Manuel Novoa III Quick fix to make sure vfprintf always checks stream...
2003-09-06 Manuel Novoa III Implement vsnprintf (old_vfprintf only) and vsnscanf...
2003-09-01 Manuel Novoa III Fix precision bug for %g conversion specifier when...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-12-20 Manuel Novoa III The big thing is locale dependent collation support.
2002-11-27 Manuel Novoa III Fix an ifdef mismatch.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-04 Manuel Novoa III Add printf wchar support for %lc (%C) and %ls (%S).
2002-11-03 Manuel Novoa III It was easy enough to respect locale-specific decimal...
2002-11-03 Manuel Novoa III Implement locale-specific grouping in printf for base...
2002-10-29 Eric AndersenFix a silly typo for Manuel
2002-10-29 Manuel Novoa III Fix a problem in vasprintf (reported by vodz a while...
2002-08-17 Manuel Novoa III Fix two problems with printf that showed up in the...
2002-08-13 Manuel Novoa III __fsetlocking() and FILE field user_locking were comple...
2002-08-12 Manuel Novoa III Revert commit by davidm to printf.c that initialized...
2002-08-09 David McCulloughFix a number of compile time warnings so that uClibc...
2002-07-07 Manuel Novoa III Attempt to clean up the strerror_r situation.
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-18 Manuel Novoa III Fix perror() and printf("%m") to not call strerror...
2002-06-11 Manuel Novoa III Revert Erik's patch to vasprintf and fix the real issue.
2002-06-11 Eric AndersenThis patch from Rik Faith <faith@alephnull.com> fixes...
2002-05-12 Eric AndersenSeveral bugfixes for problems that showed up on alpha
2002-05-11 Manuel Novoa III Adjust preprocessor logic to initialize QUAL_CHARS...
2002-04-02 Manuel Novoa III Fix an arg promotion handling bug in _do_one_spec for...
2002-04-01 Manuel Novoa III Forget to initialize thread locks for fake files. ...
2002-03-22 Eric AndersenAdd in a knob to disable %m support
2002-03-13 Manuel Novoa III Apply Miles Bader's missing __va_copy() fix.
2002-03-12 Manuel Novoa III Fix another O_LARGEFILE bug. Also, I forget to make...
2002-03-12 Manuel Novoa III Deal with cvs "feature"... or is that cvs _user_...
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2001-06-13 Manuel Novoa III Fix printf so that %p outputs "(nil)" for (void *)...
2001-06-13 Manuel Novoa III Fix printf handling of %p to prepend "0x" since output...
2001-05-07 Manuel Novoa III A couple of printf fixes from Johan Adolfsson (johan...
2001-03-19 Manuel Novoa III Since Erik apparently wants def/undef vs def 1/0...
2001-03-18 Manuel Novoa III Test for Config features using features.h.
2001-03-13 Manuel Novoa III Delete a stray character that hopped into the file...
2001-02-28 Manuel Novoa III Fix a buglet regarding floating point output for ?nprin...
2001-02-27 Manuel Novoa III stdio mostly rewritten... passes lots of tests now.
2001-02-19 Manuel Novoa III Lots of stdio cleanups. Several bug fixes, addition...
2001-02-15 Manuel Novoa III Add vdprintf function. Note: will be rewritten to...
2001-01-30 Manuel Novoa III Fix a couple of bugs in printf. Add floating pt output...
2001-01-28 Manuel Novoa III Really fixed 0-pad bug this time. ;-) Code-size reduc...
2001-01-27 Manuel Novoa III Fixed (hopefully) 0-pad bug in printf. Added asprintf...
2001-01-12 Eric AndersenCannot portably pass a short via va_args, since it...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-10-09 Eric AndersenBug ugly formatting update
2000-08-11 Eric AndersenAdd in snprintf and vsnprintf
2000-05-14 Erik AndersenInitial revision