projects/xcvb/binascii.git
2011-06-17  Francois-Rene... Make a loop form conformant. master
2010-10-03  Nathan Froydadd type declarations in encode/decode fresh vector...
2010-10-03  Nathan Froydmodify DEFINE-FORMAT to autogenerate format-descriptor...
2010-10-03  Nathan Froydmodify DEFINE-FORMAT to autogenerate encode/decode...
2010-10-03  Nathan Froydmodify DEFINE-FORMAT to take keyword arguments
2010-10-01  Nathan Froydadd docstrings for ENCODE and DECODE convenience functions
2010-10-01  Nathan Froydadd docstrings for ENCODE and DECODE
2010-09-30  Nathan Froydtidy package definition a bit
2010-09-30  Nathan Froydmake DEFINE-FORMAT also define convenience functions
2010-09-30  Nathan Froyduse DEFINE-FORMAT macro everywhere
2010-09-30  Nathan Froydadd DEFINE-FORMAT macro
2010-09-30  Nathan Froydpermit formats to be specified with BINASCII symbols
2010-09-30  Nathan Froydadd basic README file
2010-09-30  Nathan Froydadd basic documentation
2010-09-30  Nathan Froydrespect fill-pointers in SBCL and CMUCL
2010-04-15  Nathan Froydadd simple-array support for CCL
2010-04-15  Nathan FroydMerge commit 'github/master'
2010-04-15  Nathan Froydfix SIMPLE-STRING deftype for non-SBCL implementations
2010-03-18  Francois-Rene... Add tests corresponding to TIGER-TREE-HASH test vectors...
2010-02-28  Nathan Froydfix base32 decoding
2010-02-28  Nathan Froydfix dependencies for tests system
2010-02-16  Nathan Froydadd and export MAKE-{ENCODER,DECODER} functions
2010-02-16  Nathan FroydMerge branch 'stateful-encoders'
2010-02-15  Nathan Froydfix formats that explicitly test for particular characters
2010-02-15  Nathan Froydadd tests for distinct element types
2010-02-14  Nathan Froydreturn a shorter vector from ENCODE-TO-FRESH-VECTOR...
2010-02-14  Nathan Froydfix issues in ascii85 encoding and decoding
2010-02-14  Nathan Froydadd ascii85 to testing regimen
2010-02-14  Nathan Froydoptimize base32 and base64 encodings by properly declar...
2010-02-14  Nathan Froydexport format names from the BINASCII package
2010-02-14  Nathan Froydmove FINISHED-INPUT-P to common superclass
2010-02-14  Nathan Froydreturn next i/o index from encoder functions
2010-02-13  Nathan Froydadd (:PREDICATE NIL) for all defined structures
2010-02-13  Nathan Froydnote progress in TODO
2010-02-13  Nathan Froydfix ENCODE-TO-FRESH-VECTOR unreachable code
2010-02-13  Nathan Froydactivate new decoding functionality
2010-02-13  Nathan Froydadd ascii85 decoding infrastructure
2010-02-13  Nathan Froydadd base85 decoding infrastructure
2010-02-13  Nathan Froydfix BASE32-ENCODER indentation
2010-02-13  Nathan Froydadd base64 decoding infrastructure
2010-02-13  Nathan Froydadd base32 decoding infrastructure
2010-02-13  Nathan Froydadd base16 decoding infrastructure
2010-01-30  Nathan Froyduse new ENCODE function in tests
2010-01-30  Nathan Froydexport new ENCODE function
2010-01-30  Nathan Froydfix base85 encoder
2010-01-30  Nathan Froydflip to the new encoding scheme
2010-01-30  Nathan Froydfix ENCODING-TOOLS for ascii85
2010-01-30  Nathan Froydmake BASE64-ENCODE-STATE :INCLUDE ENCODE-STATE
2010-01-30  Nathan Froydfix call to ASCII85-ENCODE-STATE-PENDING
2010-01-30  Nathan Froydfix BASE-CAR typo in ascii85
2010-01-30  Nathan Froydfix up decoding interface to match encoding interface
2010-01-30  Nathan Froydensure that ENCODE-TO-FRESH-VECTOR receives an ENCODE...
2010-01-30  Nathan Froydadd format.lisp to flesh out encoding/decoding bits
2010-01-30  Nathan Froydclean up experimental commented-out code in octets...
2010-01-30  Nathan Froydadd :CONC-NAME to FORMAT-DESCRIPTOR
2010-01-30  Nathan Froydchange LET to LET* to fix compilation errors
2010-01-25  Nathan Froydfix bogus uses of LOAD-TIME-VALUE
2010-01-25  Nathan Froydfix state constructors to pass format descriptors
2010-01-25  Nathan Froydfix format descriptors to be constructed lazily
2010-01-25  Nathan Froydfix typos and indentation in ascii85
2010-01-25  Nathan Froydrename OCTETS->OCTETS methods appropriately
2010-01-25  Nathan Froydconvert base32 over to the new format descriptor scheme
2010-01-25  Nathan Froydadd certainly-needed FINISHED-INPUT-P field to DECODE...
2010-01-25  Nathan Froyd{ENCODE,DECODE}-STATE shouldn't have constructors
2010-01-25  Nathan Froydfix variable typos in several files
2010-01-25  Nathan Froydfix format descriptor confusion
2010-01-25  Nathan Froydfix typo in ascii85.lisp
2010-01-24  Nathan Froydfirst cut at revamped DECODE-OCTETS
2010-01-24  Nathan Froydadd a descriptor slot to {ENCODE,DECODE}-STATE
2010-01-24  Nathan Froydadd ASCII85 format descriptor and encode state
2010-01-24  Nathan Froydfix wrong state transition for base85
2010-01-24  Nathan Froydfix typo in base85.lisp
2010-01-24  Nathan Froydmissed a trailing * for base16 format descriptor
2010-01-24  Nathan Froydmove base85 functions into new FORMAT-DESCRIPTOR structure
2010-01-24  Nathan Froydmove base16 functions into new FORMAT-DESCRIPTOR structure
2010-01-24  Nathan Froydmove base64 functions into new FORMAT-DESCRIPTOR structure
2010-01-24  Nathan Froydone more ADDING-PADDING-P elimination
2010-01-24  Nathan FroydFINISHED-INPUT-P supersedes ADDING-PADDING-P fields
2010-01-24  Nathan Froydadd LINE-BREAK and FINISHED-INPUT-P fields to ENCODE...
2010-01-24  Nathan Froydmove encoding/decoding functions into a FORMAT-DESCRIPT...
2010-01-24  Nathan Froydadd async encode functions for base85
2010-01-24  Nathan Froydadd BASE85-ENCODE-STATE
2010-01-24  Nathan Froydrename ENCODED-LENGTH-BASE85
2010-01-24  Nathan Froydadd async encode functions for base16
2010-01-24  Nathan Froydadd BASE16-ENCODE-STATE
2010-01-24  Nathan Froydrename ENCODED-LENGTH-BASE16
2010-01-15  Nathan Froydconvert base32 encoder to new async interface
2010-01-15  Nathan Froydmove the OPTIMIZE SPEED declaration to its proper place
2010-01-14  Nathan Froydfirst crack at async encoding interface for base64
2010-01-14  Nathan Froydadd commented-out async encoding interface
2010-01-14  Nathan Froydremember that there's other Lisps besides CMUCL and...
2010-01-14  Nathan Froydadd sneaky SIMPLE-STRING deftype
2010-01-14  Nathan Froydadd TODOs for converting to async encode/decode
2010-01-14  Nathan Froydclarify when we can easy line-break encoded output
2010-01-13  Nathan Froydadd SIMPLE-OCTET-VECTOR type
2010-01-13  Nathan Froydmove ENCODE-STATE and DECODE-STATE to types.lisp
2010-01-13  Nathan Froydadd new types.lisp file
2010-01-13  Nathan Froydadd ARRAY-DATA-AND-OFFSETS
2010-01-13  Nathan Froydadd new ENCODE-STATE and DECODE-STATE
2009-11-14  Nathan Froydfew obvious additions to the TODO file
next