cygwin-apps  

Re: New versions of bzip2 and patch?

DJ Delorie
Mon, 20 Nov 2000 16:11:24 -0800


> So what is the use of automode? Wouldn't it break everything it touches
> if the user works on textmounts?

Text mounts still work with binary files.  In auto mode, the files are
converted from dos on input *if needed*, but written in unix mode.
This way, an automode program can properly read any text file, and
produces files that can be properly read in either mode.