Posted to tcl by gps at Thu Feb 26 00:44:43 GMT 2009view raw

  1. I tried downloading v1 and the final patch for TIP 280. This is how they both behaved:
  2.  
  3. % file 280_85.patch_final.diff.gz
  4. 280_85.patch_final.diff.gz: gzip compressed data, max speed
  5. % gunzip 280_85.patch_final.diff.gz
  6. % file 280_85.patch_final.diff
  7. 280_85.patch_final.diff: gzip compressed data, from Unix, last modified: Tue Nov 28 14:19:35 2006, max compression
  8. % cat 280_85.patch_final.diff | gunzip -d > tmp
  9.  
  10. gzip: stdin: decompression OK, trailing garbage ignored
  11. % file tmp
  12. tmp: ASCII English text
  13.