newlib/winsup/mingw/mingwex
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
..
complex Add ISO C99 complex support for doubles. 2003-10-21 09:43:22 +00:00
math * mingwex/math/lround.c: Rewrite. 2004-04-22 04:38:24 +00:00
stdio 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net> 2003-03-02 07:00:48 +00:00
_Exit.c
atoll.c
configure Uh hum, just not my day 2003-05-06 16:04:25 +00:00
configure.in Uh hum, just not my day 2003-05-06 16:04:25 +00:00
dirent.c * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
feclearexcept.c
fegetenv.c
fegetexceptflag.c
fegetround.c
feholdexcept.c
feraiseexcept.c
fesetenv.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
fesetexceptflag.c
fesetround.c
fetestexcept.c
feupdateenv.c
fopen64.c 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
fseeko64.c 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
ftello64.c 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
fwide.c
getopt.c * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as per 2004-02-05 03:17:46 +00:00
imaxabs.c
imaxdiv.c
ldtoa.c
lltoa.c
lltow.c
lseek64.c 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
Makefile.in 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
mbsinit.c
mingw-fseek.c 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net> 2004-06-30 04:51:18 +00:00
sitest.c
strtof.c
strtoimax.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
strtold.c * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting error 2004-02-05 03:12:15 +00:00
strtoumax.c
testwmem.c
ulltoa.c
ulltow.c
wcstof.c
wcstoimax.c Get rid of some warnings 2003-03-17 01:03:43 +00:00
wcstold.c
wcstoumax.c
wdirent.c
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmemset.c
wtoll.c Get rid of some warnings 2003-03-17 01:03:43 +00:00