This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: (patch) reg_key copy construction bug


On Thu, 29 Apr 1999, Geoffrey Noer wrote:

> Oops, probably my fault then.  :-)  Thanks for the patch...

Part of any major rewrite. I really like the new mount code. Clean 
and without awkward special cases.

BTW, I noticed that one of most annoying mount features is now fixed:
  
  $ cd //c
  $ cygpath -w foo
  foo
  $ cd //d
  $ cygpath foo
  d:/foo

Now it returns "foo" regardless of what drive you're on, so I'm quite 
happy! Now I can finally fix Tcl to do the right thing.

Regards,
Mumit