home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v9 / text0015.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  996 b 

  1. From: seismo!hadron!jsdy@sally.utexas.edu (Joseph S. D. Yao)
  2. Date: 10 Jan 87 02:20:18 GMT
  3. Reply-To: jsdy@hadron.UUCP (Joseph S. D. Yao)
  4. Organization: Hadron, Inc., Fairfax, VA
  5.  
  6. In article <6783@ut-sally.UUCP> hoptoad!gnu@lll-crg.arpa (John Gilmore) writes:
  7. >I suggest that "cpio" be excluded.  Maybe they'll stop distributing
  8. >System V on byte-order-dependent cpio tapes if it becomes non-standard.
  9. >Volume-Number: Volume 9, Number 7
  10.  
  11. As I understand it, cpio as it currently stands is ASCII (not binary),
  12. in a perfectly understandable format (reasonable byte-by-byte order)
  13. on magnetic tape or byte-oriented file.  The problem is with magtape
  14. interfaces that assume, e.g., little-endian order on a big-endian
  15. machine; and transform
  16.     byte0
  17.     byte1
  18.     byte2
  19.     byte3
  20. to
  21.     byte1 | byte0 | byte3 | byte2
  22. instead of
  23.     byte0 | byte1 | byte2 | byte3
  24. (the classic NUXI problem).
  25. -- 
  26.  
  27.     Joe Yao        hadron!jsdy@seismo.{CSS.GOV,ARPA,UUCP}
  28.             jsdy@hadron.COM (not yet domainised)
  29.  
  30. Volume-Number: Volume 9, Number 16
  31.  
  32.