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

v7/src/runtime/runtime.pkg

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