Module Name: src Committed By: joerg Date: Fri Apr 19 23:32:17 UTC 2013
Modified Files: src/include: stdio.h wchar.h src/lib/libc/include: namespace.h src/lib/libc/stdio: fscanf.c fwscanf.c local.h scanf.c sscanf.c swscanf.c vfscanf.c vfwscanf.c vscanf.c vsscanf.c vswscanf.c vwscanf.c wscanf.c Log Message: Add scanf_l and wscanf_l families. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/include/stdio.h cvs rdiff -u -r1.35 -r1.36 src/include/wchar.h cvs rdiff -u -r1.163 -r1.164 src/lib/libc/include/namespace.h cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/fscanf.c \ src/lib/libc/stdio/scanf.c cvs rdiff -u -r1.2 -r1.3 src/lib/libc/stdio/fwscanf.c \ src/lib/libc/stdio/swscanf.c src/lib/libc/stdio/vwscanf.c \ src/lib/libc/stdio/wscanf.c cvs rdiff -u -r1.35 -r1.36 src/lib/libc/stdio/local.h cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/sscanf.c cvs rdiff -u -r1.43 -r1.44 src/lib/libc/stdio/vfscanf.c cvs rdiff -u -r1.8 -r1.9 src/lib/libc/stdio/vfwscanf.c cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/vscanf.c cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/vsscanf.c cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdio/vswscanf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.