CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-06-30 04:51:18

Modified files:
        winsup/mingw   : ChangeLog 
        winsup/mingw/include: stdio.h io.h 
        winsup/mingw/include/sys: types.h 
        winsup/mingw/mingwex: Makefile.in mingw-fseek.c 
Added files:
        winsup/mingw/mingwex: fopen64.c fseeko64.c ftello64.c lseek64.c 

Log message:
        2004-06-30  Kees Zeelenberg  <[EMAIL PROTECTED]>
        Danny Smith  <[EMAIL PROTECTED]>
        
        * include/stdio.h (fopen64): Add inline function.
        (fseeko64): Add prototype.
        (ftello64): Add inline function.
        * include/io.h (lseek64): Add inline function.
        * include/sys/types (off64_t): Add typedef.
        (fpos64_t): Add typedef.
        * mingwex/fopen64.c: New file.
        * mingwex/fseeko64.c: New file.
        * mingwex/ftello64.c: New file.
        * mingwex/lseek64.c: New file.
        * mingwex/Makefile.in (STDIO_DISTFILES): Add fopen64.c,
        fseeko.64.c, ftello64.c, lseek64.c.
        (STDIO_OBJS): Add fopen64.o, fseeko.64.o, ftello64.o, lseek64.o.
        
        2004-06-30  Danny Smith  <[EMAIL PROTECTED]>
        
        * include/stdio.h (__mingw_fseeko64): Add prototype.
        * mingwex/mingw-fseek.c (__mingw_fseeko64): Add definition.
        (__mingw_fwrite): Handle huge files.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&r1=1.195&r2=1.196
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdio.h.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/io.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/sys/types.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/fopen64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/fseeko64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/ftello64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/lseek64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/Makefile.in.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/mingw-fseek.c.diff?cvsroot=src&r1=1.3&r2=1.4

Reply via email to