cvs commit: src/lib/libc/stdio printf-pos.c printflocal.h
vfprintf.c vfwprintf.c
David Schultz
das at FreeBSD.org
Sun Jun 29 22:54:35 UTC 2008
das 2008-06-29 22:54:26 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio printf-pos.c printflocal.h vfprintf.c
vfwprintf.c
Log:
SVN rev 180106 on 2008-06-29 22:54:26Z by das
Correctly handle malloc() failure. While here, reduce the code size a
bit by removing some calls to the inline function addtype().
Revision Changes Path
1.3 +142 -95 src/lib/libc/stdio/printf-pos.c
1.2 +2 -2 src/lib/libc/stdio/printflocal.h
1.81 +9 -3 src/lib/libc/stdio/vfprintf.c
1.32 +9 -3 src/lib/libc/stdio/vfwprintf.c
More information about the cvs-src
mailing list