- Dec 26, 2012
-
-
Raymond Toy authored
bootfiles/20d/boot-2012-12-1.lisp:: Add :alien-callback to *features* bin/build.sh:: Change bootstrap directory to 20d. code/lispinit.lisp:: * Register :alien-callback feature if enabled. * Heap overflow checking depends on gencgc, so register that only if both are enabled. tools/comcom.lisp:: Compile c-callback only if :alien-callback is a feature. tools/worldcom.lisp: Compile alien-callback onlf if :alien-callback is a feature.
-
- Dec 24, 2012
-
-
Raymond Toy authored
prints.
-
- Dec 23, 2012
-
-
Raymond Toy authored
compiler/ppc/c-callback.lisp:: compiler/sparc/c-callback.lisp:: compiler/x86/c-callback.lisp:: New file containing the callback code from c-call.lisp. compiler/ppc/c-call.lisp:: compiler/sparc/c-call.lisp:: compiler/x86/c-call.lisp:: Removed the callback code. code/alien-callback.lisp:: New file containing the alien callback code. code/alieneval.lisp:: Removed the alien callback code. tools/comcom.lisp:: Compile c-callback.lisp tools/worldcom.lisp: Compile alien-callback.lisp.
-
Raymond Toy authored
-
Raymond Toy authored
code/bit-bash.lisp:: Add {{{BYTE-BASH-COPY}}} for copying bytes code/exports.lisp:: Add {{{BYTE-BASH-COPY}}} compiler/generic/vm-fndb.lisp:: Add {{{BYTE-BASH-COPY}}} compiler/generic/vm-tran.lisp:: Call {{{BYTE-BASH-COPY}}} in the deftransform for {{{REPLACE}}}.
-
- Dec 19, 2012
-
-
Raymond Toy authored
Patch from Helmut Eller, cmucl-imp 2012-12-16.
-
- Nov 20, 2012
-
-
Raymond Toy authored
to read a file will cause it to be compiled, which isn't quite what we wanted.
- Nov 18, 2012
-
-
Raymond Toy authored
but the old version could. This unfixes Trac #52.
-
- 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
-