Mail Archives: cygwin/2005/02/07/01:21:21
The cygutils package has been updated to 1.2.6. This version removes
readlink.exe, which is now provided by the coreutils package. You may
need to reinstall coreutils after installing this update. Also, this
version makes some changes to the behavior of the conv program (and its
cognates d2u, u2d, dos2unix, and unix2dos). See below.
o Changes from version 1.2.5-1
- readlink.exe removed
- conv.exe (and cognates):
+ --safe <default> and --force <not default> options added
+ no longer assumes that input is already in destination format if
first encountered line ending happens to be in destinataion format.
Rather, all line endings are always converted to destination format
unless the file is binary (and --safe <default>).
+ binary files are detected by the presence of NULL bytes.
+ In --safe mode, if NULL bytes are detected in the input file,
output file is untouched. In --force mode, NULL bytes are treated
like any other character and are copied from input to output -- and
line endings ARE converted.
+ d2u turns both "\r\n" and "\r" into "\n"
+ u2d turns both "\n" and "\r" into "\r\n"
====
Charles Wilson
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page. This downloads setup.exe to your
system. Then, run setup and answer all of the questions.
If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin AT cygwin DOT com .
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:
cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com
If you need more information on unsubscribing, start reading here:
http://sources.redhat.com/lists.html#unsubscribe-simple
Please read *all* of the information on unsubscribing that is available
starting at this URL.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -