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:           Tue Mar 27 15:05:43 UTC 2012

Modified Files:
        src/lib/libc/stdio: Makefile.inc fflush.c findfp.c fmemopen.c freopen.c
            fseeko.c ftell.c ftello.c funopen.3 funopen.c fvwrite.c local.h
            refill.c sscanf.c stdio.c vfwprintf.c vsscanf.c vswscanf.c

Log Message:
- widen the internal read and write calls to match the syscalls
- add funopen2() which provides access to flush() and the wider calls.
- make use of the new flush call in fmemopen()


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/stdio/Makefile.inc
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdio/fflush.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdio/findfp.c
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/fmemopen.c \
    src/lib/libc/stdio/ftello.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/freopen.c \
    src/lib/libc/stdio/funopen.3 src/lib/libc/stdio/vsscanf.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/fseeko.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/ftell.c \
    src/lib/libc/stdio/sscanf.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/funopen.c
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/fvwrite.c
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdio/local.h
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/refill.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/stdio.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/stdio/vfwprintf.c
cvs rdiff -u -r1.8 -r1.9 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.




Home | Main Index | Thread Index | Old Index