Made the address class model simpler and more useful (hopefully).
[lisp-utils.git] / charcode.lisp
2010-03-30 Fredrik TolfInitial checkin of common-net.
2010-03-30 Fredrik TolfCHARCODE: Disable codec streams until I can find a...
2010-03-11 Fredrik TolfSignal an error when a named codec could not be found.
2010-03-11 Fredrik TolfAdded keyword synonyms for the current codecs.
2010-03-11 Fredrik TolfA few charcode bugfixes.
2010-03-10 Fredrik TolfAdded strict ASCII codec.
2010-03-10 Fredrik TolfIntroduced a default codec function.
2010-03-10 Fredrik TolfAdded a constructor function for codec-character-streams.
2010-03-10 Fredrik TolfInitial implementation of CHARCODE.