From 48a27980be4152b88225d9e5696c4e0a6df1defd Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 15 Aug 2004 11:28:09 +0000 Subject: [PATCH] * mingwex/fopen64.c: Move. * mingwex/fseeko64.c: Move. * mingwex/ftello64.c: Move. * mingwex/lseek64.c: Move. * mingwex/stdio/fopen64.c: To here. * mingwex/stdio/fseeko64.c: To here. * mingwex/stdio/ftello64.c: To here. * mingwex/stdio/lseek64.c: To here. White space cleanup in ChangeLog --- winsup/mingw/ChangeLog | 29 ++++++++++++++------- winsup/mingw/mingwex/{ => stdio}/fopen64.c | 0 winsup/mingw/mingwex/{ => stdio}/fseeko64.c | 0 winsup/mingw/mingwex/{ => stdio}/ftello64.c | 0 winsup/mingw/mingwex/{ => stdio}/lseek64.c | 0 5 files changed, 20 insertions(+), 9 deletions(-) rename winsup/mingw/mingwex/{ => stdio}/fopen64.c (100%) mode change 100644 => 100755 rename winsup/mingw/mingwex/{ => stdio}/fseeko64.c (100%) mode change 100644 => 100755 rename winsup/mingw/mingwex/{ => stdio}/ftello64.c (100%) mode change 100644 => 100755 rename winsup/mingw/mingwex/{ => stdio}/lseek64.c (100%) mode change 100644 => 100755 diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 638bdc8da..92575d5c6 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,14 @@ +2004-08-15 Danny Smith + + * mingwex/fopen64.c: Move. + * mingwex/fseeko64.c: Move. + * mingwex/ftello64.c: Move. + * mingwex/lseek64.c: Move. + * mingwex/stdio/fopen64.c: To here. + * mingwex/stdio/fseeko64.c: To here. + * mingwex/stdio/ftello64.c: To here. + * mingwex/stdio/lseek64.c: To here. + 2004-08-15 Danny Smith * profile/gmon.c [__MINGW32__]: Include string.h for @@ -21,7 +32,7 @@ * include/string.h (memchr, memcmp, strchr, strcmp, strcspn) (strlen, strncmp, strpbrk, strrchr, strspn, strstr): Add pure - attribute. + attribute. 2004-07-30 Danny Smith @@ -183,7 +194,7 @@ (__mingw_fwrite): Handle huge files. 2004-06-30 Kees Zeelenberg - Danny Smith + Danny Smith * include/stdio.h (fopen64): Add inline function. (fseeko64): Add prototype. @@ -191,10 +202,10 @@ * 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/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. @@ -1018,8 +1029,8 @@ 2002-10-30 Guido Serassio - * include/stdio.h (_getmaxstdio): Add prototype. - (_setmaxstdio): Likewise. + * include/stdio.h (_getmaxstdio): Add prototype. + (_setmaxstdio): Likewise. 2002-10-19 Kang Li @@ -1372,7 +1383,7 @@ * include/excpt.h (): Include windef.h not windows.h. * include/fcntl.h (_O_SHORT_LIVED): Add define. (_chmod): Add prototype. - (_creat): Correct prototype. + (_creat): Correct prototype. (SH_DENY*): Rename defines to _SH_DENY*. (SH_DENY*): Add Non-ANSI names for _SH_DENY*. include/stdio.h (_IOMYBUF, _IOEOF, _IOERR, _IOSTRG, diff --git a/winsup/mingw/mingwex/fopen64.c b/winsup/mingw/mingwex/stdio/fopen64.c old mode 100644 new mode 100755 similarity index 100% rename from winsup/mingw/mingwex/fopen64.c rename to winsup/mingw/mingwex/stdio/fopen64.c diff --git a/winsup/mingw/mingwex/fseeko64.c b/winsup/mingw/mingwex/stdio/fseeko64.c old mode 100644 new mode 100755 similarity index 100% rename from winsup/mingw/mingwex/fseeko64.c rename to winsup/mingw/mingwex/stdio/fseeko64.c diff --git a/winsup/mingw/mingwex/ftello64.c b/winsup/mingw/mingwex/stdio/ftello64.c old mode 100644 new mode 100755 similarity index 100% rename from winsup/mingw/mingwex/ftello64.c rename to winsup/mingw/mingwex/stdio/ftello64.c diff --git a/winsup/mingw/mingwex/lseek64.c b/winsup/mingw/mingwex/stdio/lseek64.c old mode 100644 new mode 100755 similarity index 100% rename from winsup/mingw/mingwex/lseek64.c rename to winsup/mingw/mingwex/stdio/lseek64.c -- 2.43.5