- Nov 02, 2022
-
-
Raymond Toy authored
-
- Nov 01, 2014
-
-
Raymond Toy authored
* src/pcl/simple-streams/external-formats/aliases: * Remove the :utf alias. * src/general-info/release-21a.txt: * Update.
-
- Apr 19, 2012
-
-
Raymond Toy authored
Douglas Crosher. * src/pcl/simple-streams/external-formats/aliases * Add additional aliases. * src/general-info/release-20d.txt: * Update
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
- Apr 28, 2010
-
-
rtoy authored
-
- Sep 29, 2009
-
-
rtoy authored
-
- Aug 17, 2009
-
-
rtoy authored
formats.
-
- Jun 11, 2009
-
-
rtoy authored
unicode-utf16-extfmt-2009-06-11.
-
- Jun 19, 2008
-
-
rtoy authored
bootfiles/19e/boot-2008-06-1.lisp: o Use this bootfile to compile the change in external-format structure. Just needed to get rid of a restart when compiling pcl. code/exports.lisp: o Renames ENCODE-STRING to STRING-ENCODE. Similarly for DECODE-STRING. code/extfmts.lisp: pcl/simple-streams/impl.lisp: pcl/simple-streams/strategy.lisp: pcl/simple-streams/external-formats/iso8859-1.lisp: pcl/simple-streams/external-formats/utf-8.lisp: pcl/simple-streams/external-formats/void.lisp: o Updated for new external format. I think the main change is not having to do a funcall for each character. pcl/simple-streams/external-formats/aliases o New file describing different names for external formats. pcl/simple-streams/external-formats/crlf.lisp: o New file for composing external format for CR/LF pcl/simple-streams/external-formats/utf-16-be.lisp: pcl/simple-streams/external-formats/utf-16-le.lisp: o New files supporting UTF-16 BE and LE formats. tools/make-main-dist.sh: o Copy over the new files and the aliases file too.
-