Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/stdio



Module Name:    src
Committed By:   christos
Date:           Sun Apr  1 19:23:55 UTC 2007

Modified Files:
        src/lib/libc/stdio: vfscanf.c

Log Message:
bring in FreeBSD's vfscanf() to gain multi-byte/collation support.
Unfortunately it is too difficult to make vfwscanf and this share
the same code like I did with printf, because for string parsing
the code is too different.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/lib/libc/stdio/vfscanf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index