Message-Id: <199711191708.MAA00781@delorie.com> From: Oberhumer Markus Subject: 971114: misc notes To: djgpp-workers AT delorie DOT com (djgpp-workers), dj AT delorie DOT com (DJ Delorie) Date: Wed, 19 Nov 1997 18:01:22 +0100 (MET) Return-Read-To: markus DOT oberhumer AT jk DOT uni-linz DOT ac DOT at Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk Subject: 971114: misc notes - long time ago, when the MiNT kernel was adding UNIX support to TOS (on the Atari ST) they introduced /dev/a/ as a synonym for a:\ - this really worked fine. IMHO it is much better than those //A/ or \\A\ suggestions. - mktime() still doesn't handle daylight saving gaps. See gnu/filutil3.16/lib/mktime.c what GNU thinks about this problem. - disable/enable still call the DPMI functions, which are more broken than the cli/sti emulation - sopen should be made a function (beacuse of variable arguments) and documented - _fsopen is not implemented - the _system_* flags are both in and - for compatibility with Microsoft C and Watcom C I suggest adding