Skip to content
Snippets Groups Projects
Commit 8b55e3d2 authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

r7061: initial property settings

parent 6cb8a73a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002
;;;;
;;;; $Id: base64.asd,v 1.23 2003/08/25 16:27:23 kevin Exp $
;;;; $Id$
;;;; *************************************************************************
(in-package #:cl-user)
......
......@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002
;;;;
;;;; $Id: decode.lisp,v 1.6 2003/06/12 14:05:11 kevin Exp $
;;;; $Id$
;;;;
;;;; This file implements the Base64 transfer encoding algorithm as
;;;; defined in RFC 1521 by Borensten & Freed, September 1993.
......
......@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002
;;;;
;;;; $Id: encode.lisp,v 1.7 2003/06/12 14:05:11 kevin Exp $
;;;; $Id$
;;;;
;;;; This file implements the Base64 transfer encoding algorithm as
;;;; defined in RFC 1521 by Borensten & Freed, September 1993.
......@@ -26,7 +26,7 @@
;;;; - Renamed functions now that supporting integer conversions
;;;; - URI-compatible encoding using :uri key
;;;;
;;;; $Id: encode.lisp,v 1.7 2003/06/12 14:05:11 kevin Exp $
;;;; $Id$
(in-package #:cl-base64)
......
......@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002
;;;;
;;;; $Id: package.lisp,v 1.5 2003/06/12 14:05:11 kevin Exp $
;;;; $Id$
;;;;
;;;; *************************************************************************
......
......@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Jan 2003
;;;;
;;;; $Id: tests.lisp,v 1.2 2003/08/25 16:27:23 kevin Exp $
;;;; $Id$
;;;; *************************************************************************
(in-package #:cl-user)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment