# # ChangeLog for / # # Generated by Trac 1.6 # Nov 23, 2024, 5:53:46 AM Mon, 01 Oct 2012 10:30:32 GMT Gary Byers [15470] * trunk/source/lisp-kernel/arm-exceptions.c (modified) * trunk/source/lisp-kernel/arm-exceptions.h (modified) * trunk/source/lisp-kernel/lisp-exceptions.h (modified) * trunk/source/lisp-kernel/lisp.h (modified) * trunk/source/lisp-kernel/mach-o-image.c (modified) * trunk/source/lisp-kernel/memory.c (modified) * trunk/source/lisp-kernel/platform-darwinx8632.h (modified) * trunk/source/lisp-kernel/platform-darwinx8664.h (modified) * trunk/source/lisp-kernel/platform-linuxarm.h (modified) * trunk/source/lisp-kernel/pmcl-kernel.c (modified) * trunk/source/lisp-kernel/ppc-exceptions.c (modified) * trunk/source/lisp-kernel/ppc-exceptions.h (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) * trunk/source/lisp-kernel/x86-asmutils32.s (modified) * trunk/source/lisp-kernel/x86-asmutils64.s (modified) * trunk/source/lisp-kernel/x86-exceptions.c (modified) * trunk/source/lisp-kernel/x86-exceptions.h (modified) Try to minimize Mach dependencies on Darwin; in particular, use POSIX ... Tue, 25 Sep 2012 05:07:47 GMT Gary Byers [15469] * release/1.8/source/lisp-kernel/memory.c (modified) * release/1.8/source/lisp-kernel/platform-darwinx8664.h (modified) * release/1.8/source/lisp-kernel/pmcl-kernel.c (modified) * release/1.8/source/lisp-kernel/thread_manager.c (modified) * release/1.8/source/lisp-kernel/x86-exceptions.c (modified) * release/1.8/source/lisp-kernel/x86-exceptions.h (modified) Propagate r15468 and friends (work around more ... Mon, 24 Sep 2012 05:39:29 GMT Gary Byers [15468] * trunk/source/lisp-kernel/x86-exceptions.c (modified) fall back to hashing scheme on Leopard, because mach_port context ... Mon, 24 Sep 2012 02:03:23 GMT Gary Byers [15467] * trunk/source/lisp-kernel/x86-exceptions.c (modified) Try (again) to use mach_port_{get,set}_context instead of a hash ... Sat, 22 Sep 2012 14:53:13 GMT R. Matthew Emerson [15466] * trunk/source/level-1/l1-aprims.lisp (modified) Revert r15465. Fri, 21 Sep 2012 23:51:15 GMT Gary Byers [15465] * trunk/source/level-1/l1-aprims.lisp (modified) COPY-LIST: don't fight EGC so much if list is long Tue, 18 Sep 2012 12:12:42 GMT Gary Byers [15464] * trunk/source/lisp-kernel/x86-exceptions.c (modified) Back out of attempts to use mach_port_{set,get}_context: not exported ... Tue, 18 Sep 2012 11:07:50 GMT Gary Byers [15463] * trunk/source/lisp-kernel/memory.c (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) * trunk/source/lisp-kernel/x86-exceptions.c (modified) Suppress some compiler warnings. map_tcr_cluster(): check for ... Sat, 15 Sep 2012 06:51:05 GMT Gary Byers [15462] * trunk/source/lisp-kernel/memory.c (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) * trunk/source/lisp-kernel/x86-exceptions.c (modified) * trunk/source/lisp-kernel/x86-exceptions.h (modified) Darwin-specific: Give up on the idea of using ... Fri, 14 Sep 2012 06:09:54 GMT Gary Byers [15461] * trunk/source/lisp-kernel/memory.c (modified) * trunk/source/lisp-kernel/platform-darwinx8664.h (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) Drop the DARWIN64 definition; things that had been conditionalized ... Thu, 06 Sep 2012 17:37:32 GMT gz [15460] * trunk/source/compiler/X86/x862.lisp (modified) avoid the code coverage temp reg when compiling for coverage. Fixes ... Wed, 05 Sep 2012 09:48:56 GMT Gary Byers [15459] * trunk/source/level-0/l0-hash.lisp (modified) %%EQUALHASH processes final CDR. Fixes ticket:1011 in trunk. Tue, 04 Sep 2012 17:20:38 GMT Gary Byers [15458] * trunk/source/lisp-kernel/x86-spentry64.s (modified) 'arg_reg' not 'arg_z', near local_label(opt_supp) in .SPdestbind1. ... Tue, 04 Sep 2012 09:19:25 GMT Gary Byers [15457] * trunk/source/cocoa-ide/lib/event-process.lisp (modified) Decide whether to use the libdispatch-based mechanism or one based ... Sat, 01 Sep 2012 17:05:47 GMT Bill St. Clair [15456] * trunk/source/compiler/ARM/arm-vinsns.lisp (modified) ARM code for issue #1012. ARM compiler doesn't use the new VINSIN ... Sat, 01 Sep 2012 13:25:32 GMT Bill St. Clair [15455] * trunk/source/compiler/X86/X8632/x8632-vinsns.lisp (modified) * trunk/source/compiler/X86/X8664/x8664-vinsns.lisp (modified) Fix #1012 - add %unbox-s8 vinsin to both x8664-vinsins.lisp and ... Sat, 01 Sep 2012 07:45:51 GMT Gary Byers [15454] * trunk/source/level-0/X86/X8632/x8632-bignum.lisp (modified) In %MULTIPLY-AND-ADD: (thanks to uchida) don't try to keep node X in ... Fri, 31 Aug 2012 21:20:02 GMT Gary Byers [15453] * trunk/source/level-1/l1-lisp-threads.lisp (modified) %NANOSLEEP: work around a bug in some versions of #_nanosleep on ... Wed, 29 Aug 2012 18:35:13 GMT R. Matthew Emerson [15452] * trunk/source/lisp-kernel/pmcl-kernel.c (modified) Fix typo. Wed, 29 Aug 2012 12:20:20 GMT Gary Byers [15451] * trunk/source/lisp-kernel/pmcl-kernel.c (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) pmcl-kernel.c: In register_cstack_holding_area_lock(), if stack is ... Sun, 26 Aug 2012 12:39:41 GMT Gary Byers [15450] * trunk/source/examples/opengl-ffi.lisp (modified) Unscramble #_glutInit arguments. Fixes ticket:1009 in the trunk. ... Sat, 25 Aug 2012 03:35:41 GMT Gary Byers [15449] * release/1.8/source/lisp-kernel/memory.c (modified) * release/1.8/source/lisp-kernel/platform-darwinx8664.h (modified) * release/1.8/source/lisp-kernel/thread_manager.c (modified) Propagate r15437-r15439 to 1.8. Fri, 24 Aug 2012 21:26:11 GMT Shannon Spires [15448] * trunk/source/cocoa-ide/hemlock/src/lispmode.lisp (modified) Make show-callers-command a lot more useful by automatically ... Fri, 24 Aug 2012 17:33:35 GMT Gary Byers [15447] * release/1.8/source/lisp-kernel/x86-spentry32.s (modified) Register usage in x8632 version of .SPstore_node_conditional. (See ... Wed, 22 Aug 2012 23:56:29 GMT Gary Byers [15446] * trunk/source/level-1/sysutils.lisp (modified) When (SETF SPARSE-VECTOR-REF) has to extend the table, ensure that ... Wed, 22 Aug 2012 22:17:53 GMT Shannon Spires [15445] * trunk/source/cocoa-ide/hemlock/src/killcoms.lisp (modified) * trunk/source/cocoa-ide/hemlock/src/package.lisp (modified) New variable hemlock:*kill-ring-pushes-to-clipboard*. Set to true ... Tue, 21 Aug 2012 00:05:47 GMT Gary Byers [15444] * release/1.8/source/lisp-kernel/x86-spentry32.s (modified) Because of pc_luser_xp()'s expectations/constraints, don't modify ... Fri, 17 Aug 2012 22:22:32 GMT Gary Byers [15443] * trunk/source/level-1/sysutils.lisp (modified) Fencepost (er, sort of) in (SETF SPARSE-VECTOR-REF). Fixes ticket:1007. Fri, 17 Aug 2012 21:52:06 GMT Shannon Spires [15442] * trunk/source/level-1/l1-pathnames.lisp (modified) Make #'ccl-directory more robust when CCL_DEFAULT_DIRECTORY is the ... Fri, 17 Aug 2012 00:25:48 GMT Shannon Spires [15441] * release/1.8/source/level-1/l1-pathnames.lisp (modified) revert. Should have been in trunk. Fri, 17 Aug 2012 00:02:36 GMT Shannon Spires [15440] * release/1.8/source/level-1/l1-pathnames.lisp (modified) Make #'ccl-directory more robust when CCL_DEFAULT_DIRECTORY is the ... Tue, 14 Aug 2012 03:04:37 GMT Gary Byers [15439] * trunk/source/lisp-kernel/memory.c (modified) In the new code that allocates memory for TCRs on 64-bit Darwin, ... Mon, 13 Aug 2012 09:19:28 GMT Gary Byers [15438] * trunk/source/lisp-kernel/thread_manager.c (modified) allocate_tcr(): always do Mach port stuff on Darwin. Mon, 13 Aug 2012 08:49:25 GMT Gary Byers [15437] * trunk/source/lisp-kernel/memory.c (modified) * trunk/source/lisp-kernel/platform-darwinx8664.h (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) Stop trying to get by on our good looks and charm (or at least stop ... Sat, 11 Aug 2012 21:03:37 GMT Gary Byers [15436] * release/1.8/x86-headers/elf/C/populate.sh (modified) * release/1.8/x86-headers/gl/C/populate.sh (modified) * release/1.8/x86-headers/gnome2/C/populate.sh (modified) * release/1.8/x86-headers/gtk2/C/populate.sh (modified) * release/1.8/x86-headers/jni/C/populate.sh (modified) * release/1.8/x86-headers/libc/C/populate.sh (modified) Propagate r15434, r15435 from trunk to 1.8. Sat, 11 Aug 2012 20:58:41 GMT Gary Byers [15435] * trunk/x86-headers/jni/C/populate.sh (modified) Look for JVMINCLUDE in a couple of plausible places. Fri, 10 Aug 2012 04:53:57 GMT Gary Byers [15434] * trunk/x86-headers/elf/C/populate.sh (modified) * trunk/x86-headers/gl/C/populate.sh (modified) * trunk/x86-headers/gnome2/C/populate.sh (modified) * trunk/x86-headers/gtk2/C/populate.sh (modified) * trunk/x86-headers/jni/C/populate.sh (modified) * trunk/x86-headers/libc/C/populate.sh (modified) Try to account for Debian "multiarch" lossage. This seems to be able ... Tue, 07 Aug 2012 07:54:00 GMT Gary Byers [15433] * trunk/source/lisp-kernel/x86-spentry32.s (modified) in .SPstore_node_conditional, don't use %temp1 to address bitvectors. ... Mon, 06 Aug 2012 21:54:47 GMT Gary Byers [15432] * trunk/source/lisp-kernel/pmcl-kernel.c (modified) ppc64 remap_spjump(): fix call to xMakeDataExecutable. Sat, 04 Aug 2012 04:19:48 GMT Gary Byers [15431] * trunk/source/compiler/ARM/arm-backend.lisp (modified) * trunk/source/compiler/ARM/arm2.lisp (modified) * trunk/source/level-0/ARM/arm-def.lisp (modified) * trunk/source/lib/macros.lisp (modified) lib/macros.lisp: DEFCALLBACK-BODY expands into LET*, not LET. ... Fri, 03 Aug 2012 20:27:23 GMT Gary Byers [15430] * release/1.8/source/level-1/l1-clos-boot.lisp (modified) * release/1.8/source/level-1/l1-clos.lisp (modified) Propagate r15427, r15428 to 1.8 branch. Fixes ticket:976 in 1.8. Wed, 01 Aug 2012 06:40:31 GMT Gary Byers [15429] * trunk/source/lisp-kernel/gc.h (modified) * trunk/source/lisp-kernel/image.c (modified) * trunk/source/lisp-kernel/image.h (modified) * trunk/source/lisp-kernel/lisp.h (modified) * trunk/source/lisp-kernel/mach-o-image.c (modified) * trunk/source/lisp-kernel/pmcl-kernel.c (modified) * trunk/source/lisp-kernel/x86-constants32.s (modified) * trunk/source/lisp-kernel/x86-spentry32.s (modified) * trunk/source/lisp-kernel/x86-subprims32.s (modified) Minor tweaks to compile without warnings with some version of Apple's ... Mon, 30 Jul 2012 21:23:16 GMT Gary Byers [15428] * trunk/source/level-1/l1-clos-boot.lisp (modified) * trunk/source/level-1/l1-clos.lisp (modified) Reinstate the *OPTIMIZED-DEPENDENTS* stuff, which reverts some CLOS ... Mon, 30 Jul 2012 15:33:49 GMT Gary Byers [15427] * trunk/source/level-1/l1-clos-boot.lisp (modified) * trunk/source/level-1/l1-clos.lisp (modified) Disable CLOS optimizations before (re-)defining classes, generic ... Sun, 29 Jul 2012 00:37:07 GMT Gary Byers [15426] * trunk/source/cocoa-ide/cocoa-editor.lisp (modified) Add an IS-DUP slot to the HEMLOCK-FRAME window class; set it to true ... Fri, 27 Jul 2012 04:43:55 GMT Gary Byers [15425] * trunk/linuxarm/ccl/armcl (modified) * trunk/linuxarm/ccl/armcl.image (modified) * trunk/source/compiler/ARM/arm-arch.lisp (modified) * trunk/source/compiler/ARM/arm-asm.lisp (modified) * trunk/source/compiler/ARM/arm-lap.lisp (modified) * trunk/source/compiler/ARM/arm-lapmacros.lisp (modified) * trunk/source/compiler/ARM/arm-vinsns.lisp (modified) * trunk/source/compiler/ARM/arm2.lisp (modified) * trunk/source/level-0/ARM/arm-bignum.lisp (modified) * trunk/source/level-0/l0-cfm-support.lisp (modified) * trunk/source/level-1/arm-callback-support.lisp (modified) * trunk/source/lisp-kernel/arm-asmutils.s (modified) * trunk/source/lisp-kernel/arm-constants.h (modified) * trunk/source/lisp-kernel/arm-constants.s (modified) * trunk/source/lisp-kernel/arm-macros.s (modified) * trunk/source/lisp-kernel/arm-spentry.s (modified) * trunk/source/lisp-kernel/linuxarm/Makefile (modified) * trunk/source/lisp-kernel/lisp_globals.s (modified) * trunk/source/lisp-kernel/pmcl-kernel.c (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) armcl. armcl.image: new binaries compiler/ARM/arm-arch.lisp: add ... Thu, 26 Jul 2012 20:36:27 GMT Gary Byers [15424] * trunk/arm-headers/gtk2 (added) * trunk/arm-headers/gtk2/C (added) * trunk/arm-headers/gtk2/C/populate.sh (added) * trunk/arm-headers/gtk2/constants.cdb (added) * trunk/arm-headers/gtk2/functions.cdb (added) * trunk/arm-headers/gtk2/objc-classes.cdb (added) * trunk/arm-headers/gtk2/objc-methods.cdb (added) * trunk/arm-headers/gtk2/records.cdb (added) * trunk/arm-headers/gtk2/types.cdb (added) * trunk/arm-headers/gtk2/vars.cdb (added) GTK2 headers for ARM. Tue, 17 Jul 2012 17:30:46 GMT R. Matthew Emerson [15423] * trunk/source/tools/asdf.lisp (modified) ASDF 2.23 from upstream. Mon, 09 Jul 2012 21:40:27 GMT Gary Byers [15422] * trunk/source/compiler/ARM/arm-vinsns.lisp (modified) * trunk/source/compiler/ARM/arm2.lisp (modified) Load single-float constants from pc-relative memory, too. Don't do ... Sun, 08 Jul 2012 19:51:28 GMT Gary Byers [15421] * trunk/source/lib/format.lisp (modified) format-dollars ($ directive): print leading zeroes even if trailing ... Thu, 05 Jul 2012 12:53:50 GMT Gary Byers [15420] * trunk/source/compiler/nx0.lisp (modified) *nx-operator-result-types*: um, things that return SINGLE-FLOATs ... Thu, 05 Jul 2012 09:22:00 GMT Gary Byers [15419] * trunk/source/compiler/ARM/arm-arch.lisp (modified) * trunk/source/compiler/ARM/arm2.lisp (modified) arm-arch.lisp: get ARM::MAX-64-BIT-CONSTANT-INDEX right for the ... Sat, 30 Jun 2012 02:33:13 GMT R. Matthew Emerson [15418] * branches/1.8-appstore/source/cocoa-ide/Info.plist-proto (modified) Bump bundle version to 1.8.1 for the App Store's benefit. Sat, 30 Jun 2012 02:17:39 GMT R. Matthew Emerson [15417] * branches/1.8-appstore/source (modified) * branches/1.8-appstore/source/compiler/X86/x862.lisp (modified) * branches/1.8-appstore/source/compiler/nx1.lisp (modified) * branches/1.8-appstore/source/level-0/l0-cfm-support.lisp (modified) * branches/1.8-appstore/source/level-1/l1-lisp-threads.lisp (modified) Merge several bugfixes here to the appstore branch. In particular, ... Wed, 27 Jun 2012 01:42:41 GMT Gary Byers [15416] * trunk/source/level-1/l1-io.lisp (modified) Fix some cases of improper/insufficient escaping when printing ... Thu, 14 Jun 2012 20:18:08 GMT Gary Byers [15415] * trunk/solarisx86/ccl/sx86cl (modified) * trunk/solarisx86/ccl/sx86cl64 (modified) solaris kernels Wed, 13 Jun 2012 20:02:40 GMT R. Matthew Emerson [15414] * trunk/source/tools/asdf.lisp (modified) Update to ASDF 2.22. Wed, 13 Jun 2012 14:48:07 GMT Gary Byers [15413] * trunk/darwinx86/ccl/dx86cl (modified) * trunk/darwinx86/ccl/dx86cl64 (modified) newer Darwin kernels Mon, 11 Jun 2012 17:21:28 GMT Gary Byers [15412] * trunk/source/lib/compile-ccl.lisp (modified) (TEST-CCL :EXHAUSTIVE T) runs the test suite a all optimization settings. Mon, 11 Jun 2012 17:12:21 GMT Gary Byers [15411] * trunk/source/compiler/X86/X8632/x8632-vinsns.lisp (modified) * trunk/source/compiler/X86/X8664/x8664-vinsns.lisp (modified) * trunk/source/compiler/X86/x862.lisp (modified) The time/space tradeoffs between emitting a function return sequence ... Fri, 08 Jun 2012 04:00:25 GMT Gary Byers [15410] * trunk/source/doc/ccl-documentation.html (modified) updated Fri, 08 Jun 2012 03:28:12 GMT Gary Byers [15409] * trunk/source/doc/src/gc.xml (modified) There isn't much to say about CCL:GC, but say it anyway. Wed, 06 Jun 2012 11:04:18 GMT Gary Byers [15408] * release/1.8/source/level-1/l1-typesys.lisp (modified) Propagate r15405 to 1.8. Fixes ticket:980 in 1.8. Tue, 05 Jun 2012 22:37:59 GMT Gary Byers [15407] * trunk/source/level-0/l0-float.lisp (modified) SQRT: handle COMPLEX arguments whose imaginary part is zero. Fixes ... Tue, 05 Jun 2012 15:28:04 GMT R. Matthew Emerson [15406] * release/1.8/source (modified) * release/1.8/source/compiler/nx1.lisp (modified) Merge r15282 from trunk. Closes ticket:929. Fri, 01 Jun 2012 23:27:01 GMT Gary Byers [15405] * trunk/source/level-1/l1-typesys.lisp (modified) Code which updates the type cache can't allow interrupts. See ticket:980. Thu, 31 May 2012 20:15:45 GMT Gary Byers [15404] * trunk/source/lib/chars.lisp (modified) STRING-COMPARE case-folds non-standard-chars. (In case you were ... Thu, 31 May 2012 13:14:23 GMT Gary Byers [15403] * trunk/tests/ansi-tests/print-floats.lsp (modified) PRINT.*-FLOAT.4 has the same bug as PRINT.*-FLOAT.2 (when i = ... Thu, 31 May 2012 13:02:51 GMT Gary Byers [15402] * trunk/tests/ansi-tests/encode-universal-time.lsp (modified) ENCODE-UNIVERSAL-TIME.1: when trying to be careful about initializing ... Thu, 31 May 2012 08:46:01 GMT Gary Byers [15401] * trunk/source/lib/format.lisp (modified) FORMAT-FIXED-AUX: if FLONUM-TO-STRING-WIDTH isn't positive and we ... Thu, 31 May 2012 08:30:04 GMT Gary Byers [15400] * trunk/source/level-1/l1-clos-boot.lisp (modified) CLASS-CELL-TYPEP and STD-INSTANCE-CLASS-CELL-TYPEP are equivalent. ... Wed, 30 May 2012 13:19:30 GMT Gary Byers [15399] * trunk/tests/ansi-tests/print-floats.lsp (modified) PRINT.*-FLOAT.2: if the call to RANDOM returns 0, I is initialized ... Tue, 29 May 2012 19:01:58 GMT Gary Byers [15398] * trunk/source/level-1/linux-files.lisp (modified) Sequences of one or more backslashes that precede a double-quote ... Tue, 29 May 2012 09:07:06 GMT Gary Byers [15397] * trunk/source/level-1/linux-files.lisp (modified) Windows version of RUN-PROGRAM and related functions: RUN-PROGRAM ... Tue, 29 May 2012 08:35:41 GMT Gary Byers [15396] * trunk/source/lib/misc.lisp (modified) in LOCAL-SVN-REVISION: Some Cygwin versions of "svnversion" don't ... Mon, 28 May 2012 23:28:30 GMT Gary Byers [15395] * trunk/source/lisp-kernel/mach-o-image.c (modified) Update for new dual write barrier. Mon, 28 May 2012 17:53:03 GMT Gary Byers [15394] * trunk/source/compiler/optimizers.lisp (modified) Play whack-a-mole with OPTIMIZE-TYPEP (in the case where the type ... Sun, 27 May 2012 00:03:53 GMT Gary Byers [15393] * trunk/tests/ansi-tests/ccl.lsp (modified) CCL.42698: be explicit about safety (if other settings would keep ... Sat, 26 May 2012 15:11:27 GMT Gary Byers [15392] * trunk/tests/ansi-tests/types-and-class-2.lsp (modified) In DEFINE-TYPE-FOR-CLASS-ALIAS, undo the DEFTYPE after the test (so ... Sat, 26 May 2012 15:09:59 GMT Gary Byers [15391] * trunk/tests/ansi-tests/ccl.lsp (modified) Ensure that the defstruct for CCL.40055 is defined at (SAFETY 3). Fri, 25 May 2012 13:38:58 GMT Gary Byers [15390] * trunk/linuxppc/ccl/ppccl.image (modified) * trunk/linuxppc/ccl/ppccl64.image (modified) ppc images Fri, 25 May 2012 13:26:52 GMT Gary Byers [15389] * trunk/windows/ccl/wx86cl64.image (modified) win64 image Fri, 25 May 2012 12:57:39 GMT Gary Byers [15388] * trunk/linuxarm/ccl/armcl.image (modified) arm image Fri, 25 May 2012 12:45:26 GMT Gary Byers [15387] * trunk/windows/ccl/wx86cl.image (modified) win32 image Fri, 25 May 2012 12:42:26 GMT Gary Byers [15386] * trunk/freebsdx86/ccl/fx86cl.image (modified) freebsd 32-bit image Fri, 25 May 2012 12:40:27 GMT Gary Byers [15385] * trunk/freebsdx86/ccl/fx86cl64.image (modified) freebsd 64-bit image Fri, 25 May 2012 12:30:17 GMT Gary Byers [15384] * trunk/solarisx86/ccl/sx86cl.image (modified) * trunk/solarisx86/ccl/sx86cl64.image (modified) solaris trunk images Fri, 25 May 2012 12:11:43 GMT Gary Byers [15383] * trunk/darwinx86/ccl/dx86cl.image (modified) * trunk/darwinx86/ccl/dx86cl64.image (modified) darwin x86 images Fri, 25 May 2012 12:06:29 GMT Gary Byers [15382] * trunk/linuxx86/ccl/lx86cl.image (modified) * trunk/linuxx86/ccl/lx86cl64.image (modified) roughly current Linux images Fri, 25 May 2012 11:58:47 GMT Gary Byers [15381] * trunk/source/compiler/optimizers.lisp (modified) The tests (which decide whether to use STD-INSTANCE-CLASS-CELL-TYPEP ... Fri, 25 May 2012 11:52:43 GMT Gary Byers [15380] * trunk/source/compiler/X86/x862.lisp (modified) In various things that do vector reference/assignment, reject ... Fri, 25 May 2012 11:47:23 GMT Gary Byers [15379] * trunk/source/level-1/l1-files.lisp (modified) * trunk/source/level-1/l1-init.lisp (modified) * trunk/source/lib/ccl-export-syms.lisp (modified) * trunk/source/lib/nfcomp.lisp (modified) Define and export CCL:*LOAD-PRESERVE-OPTIMIZATION-SETTINGS*, which ... Thu, 24 May 2012 17:14:26 GMT Gary Byers [15378] * trunk/source/lib/macros.lisp (modified) (Thought I'd checked this in a few weeks ago.) If SETF is used on a ... Thu, 24 May 2012 16:51:31 GMT Gary Byers [15377] * trunk/source/level-0/l0-bignum64.lisp (modified) Braino in 64-bit BIGNUM-LOGTEST. One test case which failed (this ... Thu, 24 May 2012 00:43:00 GMT Gary Byers [15376] * trunk/source/lisp-kernel/ppc-spentry.s (modified) ppc-spentry.s: lisp_globals.saver13 vice saveR13 Thu, 24 May 2012 00:39:57 GMT Gary Byers [15375] * trunk/source/lisp-kernel/arm-constants.s (modified) Get lisp_globals_limit right on ARM. Wed, 23 May 2012 10:00:51 GMT Gary Byers [15374] * trunk/source/lisp-kernel/arm-gc.c (modified) * trunk/source/lisp-kernel/gc-common.c (modified) * trunk/source/lisp-kernel/ppc-gc.c (modified) * trunk/source/lisp-kernel/x86-gc.c (modified) Maintain a single version of mark_memoized_area(). In ... Tue, 22 May 2012 13:59:43 GMT Gary Byers [15373] * trunk/source/lisp-kernel/image.c (modified) * trunk/source/lisp-kernel/mach-o-image.c (modified) * trunk/source/lisp-kernel/memory.c (modified) * trunk/source/lisp-kernel/thread_manager.c (modified) * trunk/source/lisp-kernel/x86_print.c (modified) Suppress some warnings from llvm. Tue, 22 May 2012 13:26:54 GMT Gary Byers [15372] * trunk/source/lisp-kernel/lisp_globals.h (modified) * trunk/source/lisp-kernel/lisp_globals.s (modified) * trunk/source/lisp-kernel/x86-spentry64.s (modified) lisp_globals.*: Spell "catch" with fewer c characters in ... Mon, 21 May 2012 08:58:35 GMT Gary Byers [15371] * trunk/source/lisp-kernel/arm-constants.s (modified) * trunk/source/lisp-kernel/ppc-constants32.s (modified) * trunk/source/lisp-kernel/ppc-constants64.s (modified) * trunk/source/lisp-kernel/x86-constants32.s (modified) * trunk/source/lisp-kernel/x86-constants64.s (modified) Ensure that lisp_globals_limit is defined before lisp_globals.s is ...