- Jul 17, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
src/lisp/x86-assem.S: o Remove the (now) unused alloc_to_<reg> functions. src/compiler/x86/macros.lisp: o Simplify the not-inline-allocation to use the same routines as inline allocation.
-
- Jul 13, 2012
-
-
Raymond Toy authored
-
- Jul 12, 2012
-
-
Raymond Toy authored
src/bootfiles/20c/boot-2012-07-1-x86-cross.lisp: o X86 cross-compile script src/compiler/x86/macros.lisp: o New inline-allocation to call our new overflow routine. src/lisp/x86-assem.S: o New alloc_overflow routine. src/tools/cross-scripts/cross-x86-x86.lisp: o Export all symbols in VM that are external symbols in OLD-VM with the corresponding symbol name.
-
- Jul 05, 2012
-
-
Raymond Toy authored
- Jun 30, 2012
-
-
Raymond Toy authored
-
- Jun 15, 2012
-
-
Raymond Toy authored
point operations should occur in allocation or GC now, except when printing stats.
-
Raymond Toy authored
-
- Jun 12, 2012
-
- Jun 02, 2012
-
-
Raymond Toy authored
-
- Jun 01, 2012
-
-
Raymond Toy authored
object.
-
Raymond Toy authored
-
- May 30, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- May 28, 2012
-
-
Raymond Toy authored
Douglas Crosher.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
src/compiler/main.lisp: o Remove special treatment of EXPORT (and others) in the compiler. I think we only need to treat IN-PACKAGE and DEFPACKAGE specially. src/contrib/defsyste/defsystem.lisp: o Add FIND-SYSTEM to the defpackage export list for MAKE. src/tools/hemcom.lisp: o Add defpackage for hemlock-internals since export no longer has the compile-time effect.
-
- 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
{{{:EXTERNAL-FORMAT}}}. Lists are needed to specify a composing external format like {{{:DOS}}} or {{{:MAC}}}.
-
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 10, 2012
-
-
Raymond Toy authored
feature. * src/compiler/x86/arith.lisp * Add vop for logcount that uses popcnt instruction. * src/compiler/x86/insts.lisp * Define popcnt instruction (but only for :sse3) * src/general-info/release-20d.txt: * Update.
-
- May 06, 2012
-
-
Raymond Toy authored
-
- May 01, 2012
-
-
Raymond Toy authored
-
Raymond Toy authored
- Apr 25, 2012
-
-
Raymond Toy authored
code.
-
Raymond Toy authored
-
Raymond Toy authored
it returns.
-
Raymond Toy authored
* src/pcl/simple-streams/external-formats/iso8859-2.lisp: * Fix typo. * src/general-info/release-20d.txt: * Update.
-
Raymond Toy authored
-
- Apr 21, 2012
-
-
Raymond Toy authored
trac.common-lisp.net/cmucl.
-
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
-