0.8.18.21:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 9 Jan 2005 00:11:14 +0000 (00:11 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 9 Jan 2005 00:11:14 +0000 (00:11 +0000)
commit257680b92edd0f8a698325790c082303a1493c7b
tree6728f530bb8cac4f2f2ce220e80e9abf909597da
parentfae139755a81c0431e7f12f2af9b5f3abc1326dc
0.8.18.21:
Merge Robert J. Macomber's octets3.lisp (sbcl-devel 2005-01-06)
patch.
... use WITH-ARRAY-DATA for bounds checking and simple-array
extraction;
... implement ASCII external format (and MALFORMED-ASCII
condition);
... don't need CODE-RANGE type, we can use CHAR-CODE;
... make it compile in #!-SB-UNICODE;
... one or two other frobs.  I don't think this is in its final
form even now, but it's good enough, and...
Implement SB-MD5:MD5SUM-STRING, calling STRING-TO-OCTETS
... adjust md5-tests.lisp to use it;
... tests now pass.  Hooray.
NEWS
build-order.lisp-expr
contrib/sb-md5/md5-tests.lisp
contrib/sb-md5/md5.lisp
contrib/sb-md5/sb-md5.texinfo
package-data-list.lisp-expr
src/code/octets.lisp [new file with mode: 0644]
src/code/target-c-call.lisp
version.lisp-expr