First cut at BinHex support. This just does the decoding, without
authorChris Hanson <org/chris-hanson/cph>
Thu, 22 Jun 2000 03:48:20 +0000 (03:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 22 Jun 2000 03:48:20 +0000 (03:48 +0000)
understanding the structure of the data stream.

v7/src/runtime/runtime.pkg

index e08db7219542c155e9de1cf5f46aa609b2a2b288..65b4edc0eff17c3d3e4be819c6e9f0a31558a47c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.351 2000/06/22 03:48:03 cph Exp $
+$Id: runtime.pkg,v 14.352 2000/06/22 03:48:20 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -3643,10 +3643,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
          decode-quoted-printable:update
          encode-base64:finalize
          encode-base64:initialize
+         encode-base64:update
          encode-binhex40:finalize
          encode-binhex40:initialize
          encode-binhex40:update
-         encode-binhex40:update
          encode-quoted-printable:finalize
          encode-quoted-printable:initialize
          encode-quoted-printable:update))
\ No newline at end of file