This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The tag, unicode-utf16-string-support has been created at f0a8c5c41f0f4a4644ca78eeec4aaec6ecc79d76 (commit)
- Log ----------------------------------------------------------------- commit f0a8c5c41f0f4a4644ca78eeec4aaec6ecc79d76 Author: rtoy <rtoy> Date: Tue May 20 14:33:06 2008 +0000
Add support for dumping 16-bit characters. (Of course we still only have 8 bits for each character.)
code/load.lisp: o Read 16 bits from a fasl to create a character. The data is stored little-endian.
code/dump.lisp: o Dump a 16-bit character to a fasl in little-endian order.
compiler/generic/new-genesis.lisp: o Read 16-bit character in little-endian order.
bootfiles/19e/boot-2008-05-cross-unicode-common.lisp: o Update dump-character and fop-short-character with the new definitions from load.lisp and dump.lisp. -----------------------------------------------------------------------
hooks/post-receive