newlib/winsup/mingw/include
Danny Smith 81223d017f 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>
Danny Smith  <dannysmith@users.sourceforge.net>

	* 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  <dannysmith@users.sourceforge.net>

	* include/stdio.h (__mingw_fseeko64): Add prototype.
	* mingwex/mingw-fseek.c (__mingw_fseeko64): Add definition.
	(__mingw_fwrite): Handle huge files.
2004-06-30 04:51:18 +00:00
..
sys 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
_mingw.h * include/_mingw.h: Revert to primary release 3 and increment minor 2004-04-19 16:58:40 +00:00
assert.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
complex.h Add ISO C99 complex support for doubles. 2003-10-21 09:43:22 +00:00
conio.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
ctype.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
dir.h Merge MinGW CVS differences 2001-12-05 15:01:06 +00:00
direct.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
dirent.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
dos.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
errno.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
excpt.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
fcntl.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
fenv.h * include/_mingw.h (_CRTIMP): Define for __GNUC__ if 2003-02-10 21:13:34 +00:00
float.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
getopt.h * mingwex/getopt.c: New file, copied from cygwin srcs. 2003-03-03 01:19:42 +00:00
inttypes.h * include/inttypes.h: Include _mingw.h. 2003-09-24 01:06:09 +00:00
io.h 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
limits.h 2004-04-24 Luke Dunstan <infidel@users.sourceforge.net> 2004-06-01 14:09:20 +00:00
locale.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
malloc.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
math.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
mbctype.h * include/_mingw.h (_CRTIMP): Define for __GNUC__ if 2003-02-10 21:13:34 +00:00
mbstring.h * include/_mingw.h (_CRTIMP): Define for __GNUC__ if 2003-02-10 21:13:34 +00:00
mem.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
memory.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
process.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
search.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
setjmp.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
share.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
signal.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
stdarg.h * include/_mingw.h: Increment version to 2.0. 2002-06-13 10:20:48 +00:00
stddef.h * include/_mingw.h: Increment version to 2.0. 2002-06-13 10:20:48 +00:00
stdint.h * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bit 2004-01-17 07:41:54 +00:00
stdio.h 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
stdlib.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
string.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
strings.h * include/strings.h: New file. 2001-12-05 13:55:19 +00:00
tchar.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
time.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
unistd.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
utime.h * include/utime.h: New file, forwarding to sys/utime.h. 2003-03-16 22:23:58 +00:00
values.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
varargs.h * include/_mingw.h: Increment version to 2.0. 2002-06-13 10:20:48 +00:00
wchar.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
wctype.h * include/_mingw.h (__CRT_INLINE): Define. 2003-09-24 00:41:01 +00:00