This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: upload: diffstat-1.40-1, tar-1.15.1-1


On Wed, 17 Aug 2005, Eric Blake wrote:

> [snip]
> Then you went through the sources, and for all files that manipulate
> human-readable files (such as file name lists, as opposed to actual
> tars), you added FOPEN_TEXT_READ, defined as "rt", to fopen calls,
> and O_TEXT to open calls.  All file manipulations that were on binary
> files you left alone.  This means that in some cases, your patch to
> 1.13.25 actually created text files (\r\n endings) on a binary mount
> point.

I'm not sure this is correct.  fopen(..., "rt") should create LF endings
on binary mounts and CRLF on text mounts...  IIUC, the open mode is a hint
to the underlying filesystem whether line ending translation should be
done -- the actual translation is done based on the mount type.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]