index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
bits
/
uClibc_stdio.h
Age
Commit message (
Expand
)
Author
2004-05-07
Fix a couple of issues in configurations I hadn't tested.
Manuel Novoa III
2004-04-14
Fix typo.
Manuel Novoa III
2004-02-11
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-11-06
Add a utility macro.
Manuel Novoa III
2003-11-05
Remove erroneous trailing semicolon.
Manuel Novoa III
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2002-11-22
Ok... here's the summary:
Manuel Novoa III
2002-11-03
Implement locale-specific grouping in printf for base 10 integer conversions
Manuel Novoa III
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-08-12
Revert commit by davidm to printf.c that initialized conv_num
Manuel Novoa III
2002-07-07
Attempt to clean up the strerror_r situation.
Manuel Novoa III
2002-07-03
Enable WCHAR support for C/POSIX stub locales.
Manuel Novoa III
2002-06-18
Fix perror() and printf("%m") to not call strerror(), as required by the
Manuel Novoa III
2002-03-12
Fix another O_LARGEFILE bug. Also, I forget to make floating point optional
Manuel Novoa III
2002-03-12
Oops.. had left thread support forced on.
Manuel Novoa III
2002-03-12
Fixup redefinition of NL_ARGMAX
Eric Andersen
2002-03-12
Swap in the new stdio code.
Manuel Novoa III