
On Sep 25, 2005, at 11:19 AM, Jonathan Turkanis wrote:
Douglas Gregor wrote:
On Sep 24, 2005, at 6:27 PM, Jonathan Turkanis wrote:
Douglas Gregor wrote:
That's what it seems to be. For example, the file boost/detail/utf8_codecvt_facet.hpp has unix line-endings in the tar.gz archive, but DOS line-endings in the zip archive. I guess this happened for some iostreams files, too. The .tar.gz archive is a few k smaller than the .zip archive.
Okay, that part is intentional. We always provide Unix line endings for tarballs and DOS line endings for ZIP files, so I guess you will have to provide two patches... but you can probably just convert the line endings from one to create the second.
A quick sampling of the tar.gz archive seems to show that most files have DOS line endings, but that a few have UNIX line-endings.
That's... unnerving. I'll look into it. Doug