
25 Sep
2005
25 Sep
'05
2:29 p.m.
On Sep 24, 2005, at 6:27 PM, Jonathan Turkanis wrote:
Douglas Gregor wrote:
That's odd, since they should all be the same. Was it a problem with line endings, perhaps?
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. Doug