Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   yamt
Date:           Fri Dec  7 11:47:45 UTC 2001

Modified Files:
        basesrc/include: stdio.h wchar.h
        basesrc/lib/libc/stdio: Makefile.inc asprintf.c fclose.c fgets.c
            findfp.c fpurge.c fputs.c freopen.c local.h rget.c setvbuf.c
            snprintf.c sprintf.c sscanf.c stdio.3 ungetc.c vasprintf.c
            vfprintf.c vfscanf.c vsnprintf.c vsprintf.c vsscanf.c wbuf.c
Added Files:
        basesrc/lib/libc/stdio: fgetwc.c fputwc.c fwide.3 fwide.c getwc.3
            getwc.c getwchar.c putwc.3 putwc.c putwchar.c ungetwc.3 ungetwc.c

Log Message:
- make FILE structure extensible without breaking binary-compatibility.
- add fputwc, fgetwc, fwide and related functions.
- add hooks needed to maintain the orientation of file stream.


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/include/stdio.h
cvs rdiff -r1.10 -r1.11 basesrc/include/wchar.h
cvs rdiff -r1.20 -r1.21 basesrc/lib/libc/stdio/Makefile.inc
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdio/asprintf.c \
    basesrc/lib/libc/stdio/local.h basesrc/lib/libc/stdio/rget.c \
    basesrc/lib/libc/stdio/sprintf.c
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/stdio/fclose.c \
    basesrc/lib/libc/stdio/fgets.c basesrc/lib/libc/stdio/findfp.c
cvs rdiff -r0 -r1.1 basesrc/lib/libc/stdio/fgetwc.c \
    basesrc/lib/libc/stdio/fputwc.c basesrc/lib/libc/stdio/fwide.3 \
    basesrc/lib/libc/stdio/fwide.c basesrc/lib/libc/stdio/getwc.3 \
    basesrc/lib/libc/stdio/getwc.c basesrc/lib/libc/stdio/getwchar.c \
    basesrc/lib/libc/stdio/putwc.3 basesrc/lib/libc/stdio/putwc.c \
    basesrc/lib/libc/stdio/putwchar.c basesrc/lib/libc/stdio/ungetwc.3 \
    basesrc/lib/libc/stdio/ungetwc.c
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/stdio/fpurge.c \
    basesrc/lib/libc/stdio/fputs.c basesrc/lib/libc/stdio/vsprintf.c \
    basesrc/lib/libc/stdio/vsscanf.c basesrc/lib/libc/stdio/wbuf.c
cvs rdiff -r1.11 -r1.12 basesrc/lib/libc/stdio/freopen.c \
    basesrc/lib/libc/stdio/sscanf.c basesrc/lib/libc/stdio/stdio.3 \
    basesrc/lib/libc/stdio/ungetc.c
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/stdio/setvbuf.c \
    basesrc/lib/libc/stdio/snprintf.c
cvs rdiff -r1.7 -r1.8 basesrc/lib/libc/stdio/vasprintf.c
cvs rdiff -r1.41 -r1.42 basesrc/lib/libc/stdio/vfprintf.c
cvs rdiff -r1.29 -r1.30 basesrc/lib/libc/stdio/vfscanf.c
cvs rdiff -r1.15 -r1.16 basesrc/lib/libc/stdio/vsnprintf.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