Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   tnozaki
Date:           Fri Sep 24 09:21:53 UTC 2010

Modified Files:
        src/include: stdio.h
        src/lib/libc: shlib_version
        src/lib/libc/stdio: Makefile.inc
Added Files:
        src/lib/libc/stdio: fmemopen.c
        src/tests/lib/libc/stdio: Makefile t_fmemopen.c

Log Message:
add fmemopen(3) derrived from POSIX:2008.
libc minor bump.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/include/stdio.h
cvs rdiff -u -r1.218 -r1.219 src/lib/libc/shlib_version
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/stdio/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/stdio/fmemopen.c
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdio/Makefile \
    src/tests/lib/libc/stdio/t_fmemopen.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