Date: Mon, 31 Jul 2000 08:54:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: New function: lstat() In-Reply-To: <39848A83.33632D4B@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 30 Jul 2000, Laurynas Biveinis wrote: > This is probably the last part of my symlink patch which does > not require the symlink support itself. The patch is very big > because all the Eli's artwork of coding in stat() has been moved > to lstat(). It would be much better to rename the file instead. The resultant diffs are much easier to read and comment on ;-). > That thing alone has added 70 kbytes. Unfortunately, > CVS has no way for expressing file moving. Of course, it does: see the node "Moving files" in the CVS manual. In a nutshell: mv OLD NEW cvs remove OLD cvs add NEW cvs ci -m "Renamed OLD to NEW"