You should check %rebzip.r on rebol.org too, the crc-32 function used in is an updated version of the one in %gzip.r (the crc is computed with integer! instead of binary!)
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=rebzip.r You can strip all code following the 'crc-32 function, it isn't relevant to the computation. Note: computing the crc32 is quite slow for big files. REBOL is missing fast bitwise operations (right/left shifting). --Vincent D�couvrez nos promotions exclusives "destination de la Tunisie, du Maroc, des Bal�ares et la R�p. Dominicaine sur Yahoo! Voyages : http://fr.travel.yahoo.com/promotions/mar14.html -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
