From: jshopREMOVE AT voicenet DOT com (John) Newsgroups: comp.os.msdos.djgpp Subject: Bug in RHIDE:Invalid times on files Message-ID: <35cfad29.492683@netnews.voicenet.com> Lines: 19 Date: Tue, 11 Aug 1998 02:53:13 GMT NNTP-Posting-Host: 207.103.116.148 NNTP-Posting-Date: Mon, 10 Aug 1998 22:53:13 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I use "new" to open a new file. Type "random words" in the window. Wait a few seconds... Save as...newname.c The creation date will be the time that I saved it. The modified time will be the time that I finished writing "random words". Earlier than the creation date ! The accessed date will be between the years 2005 and 2115. It seems that it sets the modified time by the modified time in RHIDE, rather than the time it was modified *on the disk*. I never had this problem (I think) when I was using gcc 2.7.2. When I reinstalled everything,including RHIDE, with gcc 2.8.1 it started. I may have downloaded a different RHIDE than I had been using, but I think not. The version is 1.4 , 9-30-97 Anyone else have this problem?