Date: Wed, 24 Aug 94 22:37:33 -0400 From: dj AT ctron DOT com (DJ Delorie) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: 1.12.maint1, second beta I've re-uploaded dj112m1.zip to omnigate.clarkson.edu:pub/msdos/djgpp. I've changed the format slightly - instead of including new libraries, I include new objects and a batch file for putting them in the libraries. Thus, this zip is about 150K smaller than the last zip even though it now includes libc.a changes (fseek). Actually, the only big difference between this and the last is that (1) fseek should work now (see tests/t18) and (2) some DPMI interrupt bugs were fixed in go32. Please see the docs/djgpp/new112m1.zip in the zip for specifics. As for timezones, all works properly if you use the minimal setting - no DST fields, like this: set TZ=est5 Note that you'll have to change this to correspond to DST as it happens, but at least everything will work OK. Again, please test this and let me know if the things that are supposed to be fixed really are, and if this looks good and there aren't any other major bugs, then this will become the real 1.12.maint1. Thanks, DJ