Source-Changes archive

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

CVS commit: [nathanw_sa] basesrc/lib/libc/stdio



Module Name:    basesrc
Committed By:   nathanw
Date:           Thu May  2 17:07:41 UTC 2002

Modified Files:
        basesrc/lib/libc/stdio [nathanw_sa]: asprintf.c snprintf.c sprintf.c
            sscanf.c vasprintf.c vsprintf.c vsscanf.c

Log Message:
Call the _unlocked versions of vfprintf() and __svfscanf(); there's no point
in locking and unlocking a FILE object that only exists in the local scope.
This also has the nice side effect of making sprintf() usable for debugging
threaded code.


To generate a diff of this commit:
cvs rdiff -r1.7.6.3 -r1.7.6.4 basesrc/lib/libc/stdio/asprintf.c
cvs rdiff -r1.14.2.2 -r1.14.2.3 basesrc/lib/libc/stdio/snprintf.c
cvs rdiff -r1.9.6.2 -r1.9.6.3 basesrc/lib/libc/stdio/sprintf.c
cvs rdiff -r1.11.10.4 -r1.11.10.5 basesrc/lib/libc/stdio/sscanf.c
cvs rdiff -r1.7.6.2 -r1.7.6.3 basesrc/lib/libc/stdio/vasprintf.c
cvs rdiff -r1.10.6.2 -r1.10.6.3 basesrc/lib/libc/stdio/vsprintf.c
cvs rdiff -r1.10.10.4 -r1.10.10.5 basesrc/lib/libc/stdio/vsscanf.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