X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d5679ed0e5ef5719497d5cd1921de4c4c4581b75..36b6fecc4670f4d351cd662a6772a5a196108ceb:/base64.c diff --git a/base64.c b/base64.c index 0af744c..60bb040 100644 --- a/base64.c +++ b/base64.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: base64.c,v 1.6 2003/05/16 00:22:58 mdw Exp $ + * $Id: base64.c,v 1.7 2004/04/08 01:36:11 mdw Exp $ * * Base64 encoding and decoding. * @@ -27,29 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: base64.c,v $ - * Revision 1.6 2003/05/16 00:22:58 mdw - * Test base64 and hex encoding. - * - * Revision 1.5 2002/01/13 13:26:16 mdw - * Change names for internal tables. - * - * Revision 1.4 1999/10/15 21:08:46 mdw - * Change support for erroneous Base64 streams with length 1 mod 4. - * - * Revision 1.3 1999/05/21 22:14:30 mdw - * Take advantage of the new dynamic string macros. - * - * Revision 1.2 1999/05/18 21:45:27 mdw - * Allow Base64 encode and decode of arbitrary rubbish. - * - * Revision 1.1 1999/05/17 20:35:00 mdw - * Base64 encoding and decoding support. - * - */ - /*----- Header files ------------------------------------------------------*/ #include