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:   dsl
Date:           Sat Oct 24 15:20:15 UTC 2009

Modified Files:
        src/lib/libc/stdio: asprintf.c fgets.c fgetwc.c fread.c fvwrite.c
            getdelim.c setbuffer.c stdio.c tempnam.c ungetc.c vasprintf.c
            vfwprintf.c vsnprintf_ss.c

Log Message:
Remove a load of pointless casts - one that even lint doesn't bleat about.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/asprintf.c
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/fgets.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/stdio/fgetwc.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdio/fread.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/fvwrite.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdio/getdelim.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdio/setbuffer.c \
    src/lib/libc/stdio/vasprintf.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/stdio.c \
    src/lib/libc/stdio/ungetc.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/tempnam.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/vfwprintf.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/vsnprintf_ss.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