- Jul 17, 2012
-
-
Raymond Toy authored
-
- May 30, 2012
-
-
Raymond Toy authored
-
- May 26, 2012
-
-
Raymond Toy authored
o Clean up reader conditionals in MAKE-FD-STREAM. o Add dummy %SET-FD-STREAM-EXTERNAL-FORMAT for non-unicode.
-
Raymond Toy authored
compiling.
-
Raymond Toy authored
Patch from Douglas.
-
Raymond Toy authored
-
Raymond Toy authored
format from the file contents ala emacs.
-
- May 25, 2012
-
-
Raymond Toy authored
prevents the exception from being resignaled immediately. src/code/float-trap.lisp: o Clear current and accrued exception bits that match any new enabled exceptions specified by :traps. src/general-info/release-20d.txt: o Update.
-
- May 06, 2012
-
-
Raymond Toy authored
-
- Apr 25, 2012
-
-
Raymond Toy authored
it returns.
-
- Apr 21, 2012
-
-
Raymond Toy authored
composing external formats. The state BOM marker also needs to indicate how long the BOM is. * src/code/stream.lisp * Handle the BOM marker correctly for composed format. * Handle the new values for the state BOM marker. * src/pcl/simple-streams/external-formats/utf-16.lisp * Change BOM state marker to +2 and -2 instead of 1 and 2 to indicate the length of the BOM. * src/pcl/simple-streams/external-formats/utf-32.lisp * Change BOM state marker to +4 and -4 instead of 1 and 2 to indicate the length of the BOM.
-
- Apr 20, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- Apr 19, 2012
-
-
Raymond Toy authored
is a bit of a hack. * src/code/stream.lisp: * Check the state to see if a BOM was read. This critically depends on knowing the format of the state variable for utf16 and utf32 formats, but the stream code shouldn't have to know the state internals. * src/general-info/release-20d.txt * Update.
-
- Mar 27, 2012
-
-
Raymond Toy authored
be loaded to get the other contribs.
-
- Mar 03, 2012
-
-
Raymond Toy authored
signaling an error.
-
- Feb 05, 2012
-
-
Raymond Toy authored
src/code/unidata.lisp:: Update Unicode version. src/tools/build-unidata.lisp:: Update Unicode version and update for change of format of NameAliases.txt. src/i18n/unidata.bin:: Updated with new data. src/general-info/release-20d.txt:: Updated. src/i18n/BidiMirroring.txt:: Updated to Unicode 6.1.0. src/i18n/CaseFolding.txt:: Updated to Unicode 6.1.0. src/i18n/CompositionExclusions.txt:: Updated to Unicode 6.1.0. src/i18n/DerivedNormalizationProps.txt:: Updated to Unicode 6.1.0. src/i18n/NameAliases.txt:: Updated to Unicode 6.1.0. src/i18n/NormalizationCorrections.txt:; src/i18n/SpecialCasing.txt:: Updated to Unicode 6.1.0. src/i18n/UnicodeData.txt:: Updated to Unicode 6.1.0. src/i18n/WordBreakProperty.txt:: Updated to Unicode 6.1.0. src/i18n/tests/NormalizationTest.txt:: Updated to Unicode 6.1.0. src/i18n/tests/WordBreakTest.txt:: Updated to Unicode 6.1.0.
-
- Feb 04, 2012
-
-
Raymond Toy authored
{{{:UNICODE-WORD-BREAK}}} keyword parameter that enables the Unicode word-breaking algorithm to determine word boundaries.
-
- Feb 01, 2012
-
-
Raymond Toy authored
list.
-
Raymond Toy authored
Thanks to Paul Foley for rewriting {{{UNICODE-COMPLETE-NAME}}} to make it work.
-
- Jan 29, 2012
-
-
Raymond Toy authored
* Use cmucl-sparc-vm instead of cmucl-sparc-svr4
-
Raymond Toy authored
* Use cmucl-sparc-vm instead of cmucl-sparc-svr4 * Use cmucl-ppc-vm instead of cmucl-ppc. * code/ppc-vm.lisp should be in the cmucl-ppc textdomain instead of cmucl.
-
- Jan 27, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
builds, though.
-
- Jan 12, 2012
-
-
Raymond Toy authored
code/extfmts.lisp: * Move the utf-8 implementation to this file * Update %find-external-format to return quickly for :utf-8. code/fd-stream-comp.lisp: * Precompile utf-8 functions. pcl/simple-streams/external-formats/utf-8.lisp: * Add note that this is only used for reference now because it's in the core.
-
- Jan 06, 2012
-
-
Raymond Toy authored
not running on solaris/x86.
-
Raymond Toy authored
-
- Dec 08, 2011
-
-
Raymond Toy authored
Check if "" (and "/") is in the list of directories and signal an error so that we use the #P(...) syntax to print out the pathname readably. Update the pot and po files accordingly.
-
Raymond Toy authored
Catch the case of " " and signal an error so that we can print such pathnames using the #P(...) syntax. Also catch the case where the directory includes an explicit directory separator, "/", which would not be printed readably either. Update the pot file too.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-