summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Zach Beane [Fri, 12 Jun 2009 18:08:49 +0000]
Updates for version 2.0.7
Zach Beane [Fri, 12 Jun 2009 18:07:45 +0000]
- Expand type of LENGTH
Zach Beane [Thu, 12 Mar 2009 14:45:05 +0000]
Prep for 2.0.6 release
Zach Beane [Thu, 12 Mar 2009 14:41:54 +0000]
- Expand integer sizes in type declarations for the guts of adler32-update
Zach Beane [Mon, 10 Nov 2008 16:46:46 +0000]
- Bump versions for release
Zach Beane [Mon, 10 Nov 2008 16:42:43 +0000]
- adler32 also depends on types
Zach Beane [Wed, 9 Jul 2008 19:26:48 +0000]
Fix a few ASD dependency problems
Zach Beane [Wed, 9 Jul 2008 19:22:41 +0000]
Merge branch 'master' of unnamed.xach.com:~/git/salza2
Zach Beane [Mon, 7 Jul 2008 19:48:08 +0000]
Note "crc32" dependence on "types"
Zach Beane [Thu, 19 Jun 2008 19:41:55 +0000]
Fix CMF+FLG glitch; CINFO should be 7, not 0.
Zach Beane [Thu, 19 Jun 2008 19:41:36 +0000]
Fix CMF+FLG glitch; CINFO should be 7, not 0.
Zach Beane [Tue, 17 Jun 2008 21:43:59 +0000]
Fix end-of-buffer error on merge-octet.
Zach Beane [Wed, 2 Jan 2008 19:49:36 +0000]
Note 2.0.1 release in system and documentation.
Zach Beane [Wed, 2 Jan 2008 19:43:42 +0000]
When changing the bitstream callback, reinitialize all the closures
that must capture the callback.
Zach Beane [Tue, 1 Jan 2008 16:33:50 +0000]
Note the release date of January 1.
Zach Beane [Tue, 1 Jan 2008 16:33:31 +0000]
A few documentation cleanups.
Zach Beane [Tue, 1 Jan 2008 03:24:08 +0000]
Fix a few references in the docs.
Zach Beane [Mon, 31 Dec 2007 17:56:07 +0000]
Remove dtrace.
Zach Beane [Mon, 31 Dec 2007 14:23:57 +0000]
- Remove dtrace
Zach Beane [Mon, 31 Dec 2007 13:40:14 +0000]
Fixups and clarifications.
Zach Beane [Mon, 31 Dec 2007 13:15:15 +0000]
Add TOC.
Zach Beane [Sun, 30 Dec 2007 15:07:03 +0000]
Accept initargs in COMPRESS-DATA.
Zach Beane [Sat, 29 Dec 2007 22:01:36 +0000]
Export MAKE-STREAM-OUTPUT-CALLBACK.
Zach Beane [Sat, 29 Dec 2007 22:01:06 +0000]
Remove one-offs for compressing octet vectors with the supported compressors, extend and export COMPRESS-DATA instead.
Zach Beane [Sat, 29 Dec 2007 21:54:18 +0000]
- Remove superfluous SALZA2::
Zach Beane [Sat, 29 Dec 2007 21:51:45 +0000]
Add reset.lisp
Zach Beane [Sat, 29 Dec 2007 21:28:19 +0000]
Add and use MAKE-STREAM-OUTPUT-CALLBACK.
Zach Beane [Sat, 29 Dec 2007 21:07:28 +0000]
Remove (well, greatly increase) input limits for checksum updates.
Zach Beane [Sat, 29 Dec 2007 17:17:19 +0000]
Update WITH-COMPRESSOR to accept arbitrary initargs.
Zach Beane [Sat, 29 Dec 2007 16:50:11 +0000]
More documentation cleanups.
Zach Beane [Fri, 28 Dec 2007 20:45:30 +0000]
Major documentation updates
Zach Beane [Fri, 28 Dec 2007 15:40:16 +0000]
Hide the bitstream details internally and externally.
Zach Beane [Thu, 27 Dec 2007 20:55:04 +0000]
+HASHES-SIZE+ is 8191, not 8209
Zach Beane [Thu, 27 Dec 2007 20:54:29 +0000]
Add RESET generic function and implementation methods.
Zach Beane [Thu, 27 Dec 2007 20:04:58 +0000]
Add "specials" as a requirement for "compressor"
Zach Beane [Mon, 24 Dec 2007 13:48:49 +0000]
Temp stuff
Zach Beane [Mon, 24 Dec 2007 13:48:33 +0000]
Add license.
Zach Beane [Sun, 23 Dec 2007 21:56:21 +0000]
Move WITH-COMPRESSOR into compressor.lisp
Zachary Beane [Sun, 23 Dec 2007 21:30:07 +0000]
Added documentation start.
Zachary Beane [Sun, 23 Dec 2007 20:25:21 +0000]
Remove unneeded compressor-level byte writer.
Zachary Beane [Sun, 23 Dec 2007 02:21:16 +0000]
Add version number to ASD file.
Zach Beane [Fri, 21 Dec 2007 21:15:49 +0000]
Move *crc32-table* into crc32.lisp from specials.lisp
Zach Beane [Fri, 21 Dec 2007 21:06:21 +0000]
Update documentation for gzip constants and use octet-vector to
construct the gzip signature vector.
Zach Beane [Fri, 21 Dec 2007 19:13:42 +0000]
output.lisp is obsolete, removed.
Zach Beane [Fri, 21 Dec 2007 19:14:20 +0000]
Add license comment header to all files.
Zach Beane [Fri, 21 Dec 2007 18:44:51 +0000]
Initial import.