index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
printf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
1
-1
/
+1
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-3
/
+6
*
Implement all needed hidden *printf and correct vasprintf, thx blindvt
Peter S. Mazinger
2005-12-09
1
-2
/
+3
*
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2004-02-11
1
-3255
/
+4
*
Quick fix to make sure vfprintf always checks stream orientation when
Manuel Novoa III
2003-09-23
1
-0
/
+19
*
Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc is
Manuel Novoa III
2003-09-06
1
-16
/
+80
*
Fix precision bug for %g conversion specifier when using %f style.
Manuel Novoa III
2003-09-01
1
-3
/
+4
*
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2003-08-01
1
-327
/
+824
*
The big thing is locale dependent collation support.
Manuel Novoa III
2002-12-20
1
-4
/
+15
*
Fix an ifdef mismatch.
Manuel Novoa III
2002-11-27
1
-2
/
+2
*
Ok... here's the summary:
Manuel Novoa III
2002-11-22
1
-377
/
+757
*
Add printf wchar support for %lc (%C) and %ls (%S).
Manuel Novoa III
2002-11-04
1
-14
/
+99
*
It was easy enough to respect locale-specific decimal point for printf
Manuel Novoa III
2002-11-03
1
-2
/
+15
*
Implement locale-specific grouping in printf for base 10 integer conversions
Manuel Novoa III
2002-11-03
1
-5
/
+19
*
Fix a silly typo for Manuel
Eric Andersen
2002-10-29
1
-1
/
+1
*
Fix a problem in vasprintf (reported by vodz a while back) when built
Manuel Novoa III
2002-10-29
1
-14
/
+35
*
Fix two problems with printf that showed up in the python 2.2.1 tests;
Manuel Novoa III
2002-08-17
1
-1
/
+10
*
__fsetlocking() and FILE field user_locking were completely broken. :-(
Manuel Novoa III
2002-08-13
1
-0
/
+4
*
Revert commit by davidm to printf.c that initialized conv_num
Manuel Novoa III
2002-08-12
1
-4
/
+4
*
Fix a number of compile time warnings so that uClibc will build with -Werror ...
David McCullough
2002-08-09
1
-1
/
+1
*
Attempt to clean up the strerror_r situation.
Manuel Novoa III
2002-07-07
1
-1
/
+1
*
Enable WCHAR support for C/POSIX stub locales.
Manuel Novoa III
2002-07-03
1
-19
/
+53
*
Fix perror() and printf("%m") to not call strerror(), as required by the
Manuel Novoa III
2002-06-18
1
-1
/
+1
*
Revert Erik's patch to vasprintf and fix the real issue.
Manuel Novoa III
2002-06-11
1
-1
/
+0
*
This patch from Rik Faith <faith@alephnull.com> fixes a potentially
Eric Andersen
2002-06-11
1
-0
/
+1
*
Several bugfixes for problems that showed up on alpha
Eric Andersen
2002-05-12
1
-1
/
+1
*
Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha
Manuel Novoa III
2002-05-11
1
-10
/
+32
*
Fix an arg promotion handling bug in _do_one_spec for %c reported
Manuel Novoa III
2002-04-02
1
-2
/
+9
*
Forget to initialize thread locks for fake files. Thanks Erik.
Manuel Novoa III
2002-04-01
1
-0
/
+12
*
Add in a knob to disable %m support
Eric Andersen
2002-03-22
1
-0
/
+12
*
Apply Miles Bader's missing __va_copy() fix.
Manuel Novoa III
2002-03-13
1
-0
/
+11
*
Fix another O_LARGEFILE bug. Also, I forget to make floating point optional
Manuel Novoa III
2002-03-12
1
-9
/
+32
*
Deal with cvs "feature"... or is that cvs _user_...
Manuel Novoa III
2002-03-12
1
-0
/
+2033
*
Swap in the new stdio code.
Manuel Novoa III
2002-03-12
1
-713
/
+0
*
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
*
A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com).
Manuel Novoa III
2001-05-07
1
-23
/
+31
*
Since Erik apparently wants def/undef vs def 1/0...
Manuel Novoa III
2001-03-19
1
-26
/
+26
*
Test for Config features using features.h.
Manuel Novoa III
2001-03-18
1
-27
/
+27
*
Delete a stray character that hopped into the file...
Manuel Novoa III
2001-03-13
1
-1
/
+1
*
Fix a buglet regarding floating point output for ?nprintf functions.
Manuel Novoa III
2001-02-28
1
-1
/
+2
*
stdio mostly rewritten... passes lots of tests now.
Manuel Novoa III
2001-02-27
1
-29
/
+28
*
Lots of stdio cleanups. Several bug fixes, addition of a number of functions
Manuel Novoa III
2001-02-19
1
-13
/
+28
*
Add vdprintf function. Note: will be rewritten to check if file descriptor h...
Manuel Novoa III
2001-02-15
1
-0
/
+11
*
Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!
Manuel Novoa III
2001-01-30
1
-5
/
+33
*
Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) and
Manuel Novoa III
2001-01-28
1
-54
/
+62
*
Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked
Manuel Novoa III
2001-01-27
1
-30
/
+70
*
Cannot portably pass a short via va_args, since it will be
Eric Andersen
2001-01-12
1
-2
/
+2
*
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2001-01-11
1
-36
/
+30
*
A number of updates from Manuel Novoa III. Things look good...
Eric Andersen
2000-12-20
1
-220
/
+398
[next]