This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
RE: Cygwin: Interoperability Is Important (was Cygwin: Open or Closed System, etc)
- To: "Fred T. Hamster" <fred at gruntose dot com>,<cygwin at cygwin dot com>
- Subject: RE: Cygwin: Interoperability Is Important (was Cygwin: Open or Closed System, etc)
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Wed, 27 Jun 2001 14:31:09 +1000
> -----Original Message-----
> From: Fred T. Hamster [mailto:fred@gruntose.com]
> Sent: Wednesday, June 27, 2001 2:35 PM
> To: cygwin@cygwin.com
> Subject: Cygwin: Interoperability Is Important (was Cygwin: Open or
> Closed System, etc)
>
>
> ooh, very spicy. i suppose i deserve it (full posting
> attached below).
> however i am also interested in improving the cygwin project and
> making things better for the world.
> i think you might have missed that part of the conversation
> (referenced in your posting) had drifted away from zip in specific to
> cygwin path handling in general. i believe that the examples
> i provided
> for 'ls' demonstrate that this issue is not limited to the zip port.
> and as far as what i can see from reading the manual (user guide),
> handling ms dos pathnames is a design goal for cygwin.
I'm not agreeing or disagreeing about the design goal. I simply want to
make a very small but important point... "cygwin" that is the
cygwin1.dll has full support for ms dos or more accurately win32
pathnames. Call fstat(), or fopen() or ... and give it a ms dos
pathname. If there is a real file with that msdos pathname the call will
behave as you would expect it to.
Finito. Done. No problems. Possibly minor tweaks needed for performance
or bugfixing.
<snip>
> current directory on drive a. i can't claim that with certainty now,
> considering your mention of NTFS streams. i've not encountered that
> usage you're describing yet. is that accessible in command prompts?
$ echo "c" > "foo"
$ echo "a" > "foo:1"
$ echo "b" > "foo:2"
now cat foo - it will still be "c". cat foo:1 and get "a".
Snip.
Rob
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/