Date: Sun, 30 Jun 1996 16:55:11 +0200 (IST) From: Eli Zaretskii To: Oberhumer Markus Cc: djgpp-workers AT delorie DOT com Subject: Re: rename() problem in Win95 ? In-Reply-To: <199606301311.PAA09407@c210.edvz.uni-linz.ac.at> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 30 Jun 1996, Oberhumer Markus wrote: > code fragment in msdos.c. As I don't have Windows 95 I can't > verify the claims herein, but maybe it proves useful as > a patch for rename(). I don't think we should patch `rename' to work around this bug, which is clearly Win95's fault. For starters, `rename' is already too bloated. A reasonable application (which doesn't call file-oriented Int 21h functions directly) won't see both short and long filenames at the same time, so no harm done here either. (I don't understand why does Vim need this patch.) Better yell at MS to get this right.