From: Chris Hanson Date: Thu, 22 Jun 2000 03:48:20 +0000 (+0000) Subject: First cut at BinHex support. This just does the decoding, without X-Git-Tag: 20090517-FFI~3463 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=639a1ad453193c52c71e7a80e105966cb1130d29;p=mit-scheme.git First cut at BinHex support. This just does the decoding, without understanding the structure of the data stream. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index e08db7219..65b4edc0e 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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