# # ChangeLog for / # # Generated by Trac 1.6 # Nov 24, 2024, 2:38:08 AM Thu, 25 Jan 2007 06:41:24 GMT Gary Byers [5790] * trunk/ccl/lib/ffi-linuxppc32.lisp (modified) First cut at callback-bindings thing; may not even compile. Wed, 24 Jan 2007 10:20:09 GMT Gary Byers [5789] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 24 Jan 2007 09:39:08 GMT Gary Byers [5788] * trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp (modified) * trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp (modified) * trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) Stubs for new FTD functions. Wed, 24 Jan 2007 09:28:46 GMT Gary Byers [5787] * trunk/ccl/lib/foreign-types.lisp (modified) A few more fields (for callbacks) in ftd defstruct. Tue, 23 Jan 2007 23:20:03 GMT Gary Byers [5786] * trunk/ccl/ChangeLog (modified) *** empty log message *** Tue, 23 Jan 2007 22:28:17 GMT Gary Byers [5785] * trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp (modified) * trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp (modified) Get FPRs from where subprim saved them. Return FPRs in the same ... Tue, 23 Jan 2007 22:26:22 GMT Gary Byers [5784] * trunk/ccl/lisp-kernel/ppc-spentry.s (modified) poweropen-callback, callbackX; save fp args here. Return all (arg) ... Tue, 23 Jan 2007 22:21:35 GMT Gary Byers [5783] * trunk/ccl/lisp-kernel/ppc-constants32.s (modified) * trunk/ccl/lisp-kernel/ppc-constants64.s (modified) Add room in c_reg_save for saved fp args (f1-f13). Tue, 23 Jan 2007 22:20:04 GMT Gary Byers [5782] * trunk/ccl/ChangeLog (modified) *** empty log message *** Tue, 23 Jan 2007 22:14:05 GMT Gary Byers [5781] * trunk/ccl/lib/foreign-types.lisp (modified) FF-CALL implemented in terms of the new ftd hook. Tue, 23 Jan 2007 14:20:03 GMT Gary Byers [5780] * trunk/ccl/ChangeLog (modified) *** empty log message *** Tue, 23 Jan 2007 14:19:25 GMT Gary Byers [5779] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) ppc32, ppc64 also had trouble with (CLASS-OF non-simple-string). Tue, 23 Jan 2007 14:02:24 GMT Gary Byers [5778] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) x8664 class-of: typo in non-simple array case, needed new string ... Tue, 23 Jan 2007 14:01:31 GMT Gary Byers [5777] * trunk/ccl/lib/ffi-darwinx8664.lisp (modified) * trunk/ccl/lib/ffi-freebsdx8664.lisp (modified) * trunk/ccl/lib/ffi-linuxx8664.lisp (modified) Define ffi stuff in terms of common things in ... Tue, 23 Jan 2007 13:59:23 GMT Gary Byers [5776] * trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) Define (common) x8664 ffi stuff here. Sun, 21 Jan 2007 16:20:02 GMT Gary Byers [5775] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 15:32:55 GMT Gary Byers [5774] * trunk/ccl/compiler/X86/x862.lisp (modified) Name vinsn ff-call-return-registers (not "-returning-"). Typecheck ... Sun, 21 Jan 2007 15:32:17 GMT Gary Byers [5773] * trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp (modified) ff-call-return-registers. Sun, 21 Jan 2007 15:31:58 GMT Gary Byers [5772] * trunk/ccl/compiler/X86/X8664/x8664-arch.lisp (modified) WITH-FFCALL-RESULTS: zero the stack-block. Sun, 21 Jan 2007 15:31:22 GMT Gary Byers [5771] * trunk/ccl/lisp-kernel/x86-spentry64.s (modified) Don't use save3 in .SPffcall_return_registers (save3 = r11); use ... Sun, 21 Jan 2007 14:20:02 GMT Gary Byers [5770] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 13:46:27 GMT Gary Byers [5769] * trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (modified) WITH-FFCALL-RESULTS needs space for 13 float registers, not 31. Sun, 21 Jan 2007 13:45:59 GMT Gary Byers [5768] * trunk/ccl/compiler/X86/X8664/x8664-arch.lisp (modified) WITH-FFCALL-RESULTS for x86-64. Sun, 21 Jan 2007 13:38:20 GMT Gary Byers [5767] * trunk/ccl/compiler/X86/x862.lisp (modified) ff-call: handle n-word struct-by-value, register return without typos. Sun, 21 Jan 2007 13:20:03 GMT Gary Byers [5766] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 13:15:23 GMT Gary Byers [5765] * trunk/ccl/compiler/X86/x862.lisp (modified) ff-call: handle n-word struct-by-value, register return. Sun, 21 Jan 2007 13:14:16 GMT Gary Byers [5764] * trunk/ccl/compiler/nx1.lisp (modified) Don't assume that passing a structure by value in N words is Darwin- ... Sun, 21 Jan 2007 13:12:04 GMT Gary Byers [5763] * trunk/ccl/compiler/X86/X8664/x8664-arch.lisp (modified) .SPffcall-return-registers replaces .SPunused-4. Sun, 21 Jan 2007 13:10:27 GMT Gary Byers [5762] * trunk/ccl/lisp-kernel/x86-spentry64.s (modified) * trunk/ccl/lisp-kernel/x86-spjump64.s (modified) .SPffcall_return_registers (just returns %rax/rdx, %xmm0/%xmm1). ... Sun, 21 Jan 2007 07:20:02 GMT Gary Byers [5761] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 07:05:54 GMT Gary Byers [5760] * trunk/ccl/lib/ffi-linuxppc32.lisp (modified) * trunk/ccl/lib/ffi-linuxppc64.lisp (modified) Use argument/result coercion functions in os::expand-ff-call. Sun, 21 Jan 2007 06:53:46 GMT Gary Byers [5759] * trunk/ccl/lib/ffi-darwinppc32.lisp (modified) * trunk/ccl/lib/ffi-darwinppc64.lisp (modified) Coerce arg, results when expanding an ff-call. Sun, 21 Jan 2007 06:52:47 GMT Gary Byers [5758] * trunk/ccl/lib/foreign-types.lisp (modified) Default (no-op) functions for coercing foreign args, results. Sun, 21 Jan 2007 06:20:03 GMT Gary Byers [5757] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 05:31:12 GMT Gary Byers [5756] * trunk/ccl/lib/ffi-linuxppc64.lisp (modified) 4 down. Whether 2 or 3 to go depends on your perspective (and on how ... Sun, 21 Jan 2007 05:20:02 GMT Gary Byers [5755] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 04:55:20 GMT Gary Byers [5754] * trunk/ccl/lib/ffi-linuxppc32.lisp (modified) Pretty simple. 3 down, 4 to go. Sun, 21 Jan 2007 03:20:03 GMT Gary Byers [5753] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 02:34:24 GMT Gary Byers [5752] * trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) Package prefixes. D'oh! Sun, 21 Jan 2007 02:25:32 GMT Gary Byers [5751] * trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) Add references to the right os::ff-call-expander. Sun, 21 Jan 2007 02:24:53 GMT Gary Byers [5750] * trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (modified) Remove some wip code. Sun, 21 Jan 2007 02:24:19 GMT Gary Byers [5749] * trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp (modified) * trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp (modified) Use os::expand-ff-call, for each value of OS. Sun, 21 Jan 2007 02:23:11 GMT Gary Byers [5748] * trunk/ccl/level-1/l1-sockets.lisp (modified) Saw an opportunity to use PAREF; probably several more. Sun, 21 Jan 2007 02:22:15 GMT Gary Byers [5747] * trunk/ccl/lib/ffi-darwinppc64.lisp (modified) Two down, 5 to go. Sun, 21 Jan 2007 02:21:48 GMT Gary Byers [5746] * trunk/ccl/lib/ffi-darwinppc32.lisp (modified) Looks mostly right; might need to be extended to handle coercions at ... Sun, 21 Jan 2007 02:20:04 GMT Gary Byers [5745] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 21 Jan 2007 02:18:27 GMT Gary Byers [5744] * trunk/ccl/lib/db-io.lisp (modified) Encode, decode union types in arglists. Sun, 21 Jan 2007 02:17:40 GMT Gary Byers [5743] * trunk/ccl/lib/foreign-types.lisp (modified) ftd's :ff-call-expand-function is os::expand-ff-call. Canonicalize ... Sun, 21 Jan 2007 02:16:05 GMT Gary Byers [5742] * trunk/ccl/library/parse-ffi.lisp (modified) Remove the debugging FORMAT call. Fri, 19 Jan 2007 06:20:03 GMT Gary Byers [5741] * trunk/ccl/ChangeLog (modified) *** empty log message *** Fri, 19 Jan 2007 06:15:36 GMT Gary Byers [5740] * trunk/ccl/level-1/l1-boot-2.lisp (modified) Load with the new ffi-backend fasls. Fri, 19 Jan 2007 06:15:21 GMT Gary Byers [5739] * trunk/ccl/lib/compile-ccl.lisp (modified) Deal with the new ffi-backend sources. Fri, 19 Jan 2007 06:15:05 GMT Gary Byers [5738] * trunk/ccl/lib/systems.lisp (modified) Add the new ffi-backend sources. Fri, 19 Jan 2007 06:14:47 GMT Gary Byers [5737] * trunk/ccl/lib/ffi-darwinppc32.lisp (added) * trunk/ccl/lib/ffi-darwinppc64.lisp (added) * trunk/ccl/lib/ffi-darwinx8664.lisp (added) * trunk/ccl/lib/ffi-freebsdx8664.lisp (added) * trunk/ccl/lib/ffi-linuxppc32.lisp (added) * trunk/ccl/lib/ffi-linuxppc64.lisp (added) * trunk/ccl/lib/ffi-linuxx8664.lisp (added) New (so far, empty) files. Thu, 18 Jan 2007 12:20:02 GMT Gary Byers [5736] * trunk/ccl/ChangeLog (modified) *** empty log message *** Thu, 18 Jan 2007 11:35:07 GMT Gary Byers [5735] * trunk/ccl/level-1/version.lisp (modified) Bump. Thu, 18 Jan 2007 11:20:02 GMT Gary Byers [5734] * trunk/ccl/ChangeLog (modified) *** empty log message *** Thu, 18 Jan 2007 11:17:16 GMT Gary Byers [5733] * trunk/ccl/examples/bridge.lisp (modified) Some word-size conditionalization. Will need more work to handle ... Thu, 18 Jan 2007 11:15:24 GMT Gary Byers [5732] * trunk/ccl/examples/cocoa-backtrace.lisp (modified) * trunk/ccl/examples/cocoa-editor.lisp (modified) Use CGFloat, type casts, etc. Likwise for :nteger, :nteger. Thu, 18 Jan 2007 11:13:53 GMT Gary Byers [5731] * trunk/ccl/examples/cocoa-listener.lisp (modified) * trunk/ccl/examples/cocoa-prefs.lisp (modified) Use CGFloat, type casts, etc. Thu, 18 Jan 2007 11:12:58 GMT Gary Byers [5730] * trunk/ccl/examples/cocoa-window.lisp (modified) Use CGFloat, type casts, etc. Avoid deprecated NSFont stuff. Thu, 18 Jan 2007 11:11:20 GMT Gary Byers [5729] * trunk/ccl/examples/objc-clos.lisp (modified) Handle ivars, class creation/initialization differently for ObjC 2.0. Thu, 18 Jan 2007 11:10:33 GMT Gary Byers [5728] * trunk/ccl/examples/objc-runtime.lisp (modified) More ObjC 2.0, ppc64 changes. Thu, 18 Jan 2007 11:09:51 GMT Gary Byers [5727] * trunk/ccl/examples/objc-support.lisp (modified) Note which protocols are actually used when walking classes. (There ... Thu, 18 Jan 2007 11:07:09 GMT Gary Byers [5726] * trunk/ccl/examples/opengl-ffi.lisp (modified) Conditionalize for darwin (not necessarily darwinppc). Thu, 18 Jan 2007 11:06:49 GMT Gary Byers [5725] * trunk/ccl/examples/addressbook.lisp (modified) Conditionalize for darwin (not necessarily darwinppc). May want to ... Thu, 18 Jan 2007 11:05:51 GMT Gary Byers [5724] * trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (modified) WITH-FFCALL-RESULTS. Start to sketch out structure return code ... Thu, 18 Jan 2007 11:04:04 GMT Gary Byers [5723] * trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp (modified) New ftd stuff; new attributes for structure args/results. Thu, 18 Jan 2007 11:03:21 GMT Gary Byers [5722] * trunk/ccl/compiler/PPC/PPC64/ppc64-vinsns.lisp (modified) ffcall-returning registers. (Will need this for other platforms, too.) Thu, 18 Jan 2007 11:01:33 GMT Gary Byers [5721] * trunk/ccl/lib/macros.lisp (modified) Arch-specific macro interface for WITH-FFCALL-RESULTS. Thu, 18 Jan 2007 11:00:49 GMT Gary Byers [5720] * trunk/ccl/lib/db-io.lisp (modified) Handle the case of an encoded structure type as a return value. Thu, 18 Jan 2007 11:00:15 GMT Gary Byers [5719] * trunk/ccl/lisp-kernel/ppc-spentry.s (modified) * trunk/ccl/lisp-kernel/ppc-spjump.s (modified) .SPpoweropen_ffcall_return_registers. Thu, 18 Jan 2007 10:59:42 GMT Gary Byers [5718] * trunk/ccl/library/parse-ffi.lisp (modified) At least optionally, make structure return explicit (expecting it to ... Thu, 18 Jan 2007 10:58:12 GMT Gary Byers [5717] * trunk/ccl/lib/foreign-types.lisp (modified) ff-call-expand-function in ftd. Don't try to type-expand :registers ... Thu, 18 Jan 2007 10:55:42 GMT Gary Byers [5716] * trunk/ccl/level-0/PPC/ppc-misc.lisp (modified) Get the contents of the register that may hold OS thread context. Thu, 18 Jan 2007 10:54:38 GMT Gary Byers [5715] * trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp (modified) ff-call-expander function in ftd. Thu, 18 Jan 2007 10:53:03 GMT Gary Byers [5714] * trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp (modified) WITH-FFCALL-RESULTS arch macro. Thu, 18 Jan 2007 10:52:25 GMT Gary Byers [5713] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) Poweropen ff-calls might need to return all possible result regs. ... Thu, 18 Jan 2007 10:51:09 GMT Gary Byers [5712] * trunk/ccl/compiler/PPC/ppc-arch.lisp (modified) Replace unused subprim with .SPpoweropen-ff-call-return-registers. Thu, 18 Jan 2007 10:50:29 GMT Gary Byers [5711] * trunk/ccl/compiler/nx1.lisp (modified) Support :registers in %ff-call; when supported, backend will ... Tue, 16 Jan 2007 09:20:06 GMT (none) [5710] * tags/tag_070117 (copied) * trunk/CVSROOT (deleted) * tags/tag_070117/ccl/LGPL (copied) * tags/tag_070117/ccl/LICENSE (copied) * tags/tag_070117/ccl/OpenMCL.app (copied) * tags/tag_070117/ccl/OpenMCL.app/Contents/Info.plist (copied) * tags/tag_070117/ccl/OpenMCL.app/Contents/MacOS (copied) * tags/tag_070117/ccl/OpenMCL.app/Contents/Resources/English.lproj/.cvsignore (copied) * tags/tag_070117/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib (copied) * branches/initial/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu~.nib (deleted) * tags/tag_070117/ccl/OpenMCL.app/Contents/Resources/English.lproj/backtrace.nib (copied) * branches/initial/ccl/OpenMCL.app/Contents/Resources/English.lproj/lispeditor~.nib (deleted) * tags/tag_070117/ccl/doc/HTML (copied) * tags/tag_070117/ccl/examples/CocoaBridgeDoc.txt (copied) * tags/tag_070117/ccl/examples/README-OPENMCL-EXAMPLES (copied) * tags/tag_070117/ccl/examples/cocoa-textfind.lisp (copied) * tags/tag_070117/ccl/examples/gtk-clock.lisp (copied) * tags/tag_070117/ccl/examples/gtk-minesweeper.lisp (copied) * tags/tag_070117/ccl/examples/gtk-step.lisp (copied) * tags/tag_070117/ccl/examples/jni.lisp (copied) * tags/tag_070117/ccl/hemlock (copied) * tags/tag_070117/ccl/hemlock/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/bin (copied) * tags/tag_070117/ccl/hemlock/doc/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/doc/cim/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/doc/misc/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/doc/scribe-converter/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/doc/user/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/maint/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/resources/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/src/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/src/bindings.lisp (copied) * tags/tag_070117/ccl/hemlock/src/bit-display.lisp (copied) * tags/tag_070117/ccl/hemlock/src/bit-screen.lisp (copied) * tags/tag_070117/ccl/hemlock/src/buffer.lisp (copied) * tags/tag_070117/ccl/hemlock/src/cocoa-hemlock.lisp (copied) * tags/tag_070117/ccl/hemlock/src/command.lisp (copied) * tags/tag_070117/ccl/hemlock/src/cursor.lisp (copied) * tags/tag_070117/ccl/hemlock/src/decls.lisp (copied) * tags/tag_070117/ccl/hemlock/src/display.lisp (copied) * tags/tag_070117/ccl/hemlock/src/echo.lisp (copied) * tags/tag_070117/ccl/hemlock/src/edit-defs.lisp (copied) * tags/tag_070117/ccl/hemlock/src/elisp/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/src/filecoms.lisp (copied) * tags/tag_070117/ccl/hemlock/src/files.lisp (copied) * tags/tag_070117/ccl/hemlock/src/fill.lisp (copied) * tags/tag_070117/ccl/hemlock/src/font.lisp (copied) * tags/tag_070117/ccl/hemlock/src/htext1.lisp (copied) * tags/tag_070117/ccl/hemlock/src/htext2.lisp (copied) * tags/tag_070117/ccl/hemlock/src/htext3.lisp (copied) * tags/tag_070117/ccl/hemlock/src/htext4.lisp (copied) * tags/tag_070117/ccl/hemlock/src/interp.lisp (copied) * tags/tag_070117/ccl/hemlock/src/kbdmac.lisp (copied) * tags/tag_070117/ccl/hemlock/src/key-event.lisp (copied) * tags/tag_070117/ccl/hemlock/src/keysym-defs.lisp (copied) * tags/tag_070117/ccl/hemlock/src/killcoms.lisp (copied) * tags/tag_070117/ccl/hemlock/src/line.lisp (copied) * tags/tag_070117/ccl/hemlock/src/linimage.lisp (copied) * tags/tag_070117/ccl/hemlock/src/lispbuf.lisp (copied) * tags/tag_070117/ccl/hemlock/src/lispmode.lisp (copied) * tags/tag_070117/ccl/hemlock/src/listener.lisp (copied) * tags/tag_070117/ccl/hemlock/src/macros.lisp (copied) * tags/tag_070117/ccl/hemlock/src/main.lisp (copied) * tags/tag_070117/ccl/hemlock/src/modeline.lisp (copied) * tags/tag_070117/ccl/hemlock/src/morecoms.lisp (copied) * tags/tag_070117/ccl/hemlock/src/package.lisp (copied) * tags/tag_070117/ccl/hemlock/src/pop-up-stream.lisp (copied) * tags/tag_070117/ccl/hemlock/src/ring.lisp (copied) * tags/tag_070117/ccl/hemlock/src/rompsite.lisp (copied) * tags/tag_070117/ccl/hemlock/src/searchcoms.lisp (copied) * tags/tag_070117/ccl/hemlock/src/spell/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/src/streams.lisp (copied) * tags/tag_070117/ccl/hemlock/src/struct.lisp (copied) * tags/tag_070117/ccl/hemlock/src/syntax.lisp (copied) * tags/tag_070117/ccl/hemlock/src/tty/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/src/window.lisp (copied) * tags/tag_070117/ccl/hemlock/src/winimage.lisp (copied) * tags/tag_070117/ccl/hemlock/src/wire/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/unused/.cvsignore (copied) * tags/tag_070117/ccl/hemlock/website/.cvsignore (copied) * tags/tag_070117/ccl/library/openmcl-gtk-support.lisp (copied) * tags/tag_070117/ccl/library/pascal-strings.lisp (copied) * tags/tag_070117/ccl/lisp-kernel/lispdcmd.h (copied) * tags/tag_070117/ccl/lisp-kernel/plprint.c (copied) * tags/tag_070117/ccl/scripts/openmcl (copied) This commit was manufactured by cvs2svn to create tag 'tag_070117'. Tue, 16 Jan 2007 09:20:06 GMT Gary Byers [5709] * trunk/ccl/ChangeLog (modified) *** empty log message *** Tue, 16 Jan 2007 09:01:32 GMT Gary Byers [5708] * trunk/ccl/level-1/l1-streams.lisp (modified) Make sure that STREAM-READ-IVECTOR and STREAM-WRITE-IVECTOR are ... Tue, 16 Jan 2007 08:39:50 GMT Gary Byers [5707] * trunk/ccl/level-1/l1-sockets.lisp (modified) Ensure that the :FORMAT argument defaults to :BIVALENT Tue, 16 Jan 2007 08:37:20 GMT Gary Byers [5706] * trunk/ccl/level-0/l0-init.lisp (modified) Put :OPENMCL-UNICODE-STRINGS on *FEATURES*. Fri, 12 Jan 2007 07:20:02 GMT Gary Byers [5705] * trunk/ccl/ChangeLog (modified) *** empty log message *** Fri, 12 Jan 2007 06:58:30 GMT Gary Byers [5704] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) Transform (/ (* constant1 exp) constant2) into (* (/ constant1 ... Fri, 12 Jan 2007 06:56:06 GMT Gary Byers [5703] * trunk/ccl/lib/macros.lisp (modified) Simple PAREF: (paref pointer foreign-pointer-or-array-type index) ... Fri, 12 Jan 2007 06:54:59 GMT Gary Byers [5702] * trunk/ccl/lib/foreign-types.lisp (modified) %FOREIGN-ARRAY-ACCESS-FORM. Wed, 10 Jan 2007 23:20:03 GMT Gary Byers [5701] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 10 Jan 2007 22:50:37 GMT Gary Byers [5700] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) ppc2-vref1: lose extra arg to double->heap vinsn. Tue, 09 Jan 2007 19:20:03 GMT Gary Byers [5699] * trunk/ccl/ChangeLog (modified) *** empty log message *** Tue, 09 Jan 2007 18:33:44 GMT Gary Byers [5698] * trunk/ccl/lisp-kernel/x86-spentry64.s (modified) When running an unwind-protect cleanup and multiple values are being ... Tue, 09 Jan 2007 05:20:04 GMT Gary Byers [5697] * trunk/ccl/ChangeLog (modified) *** empty log message *** Tue, 09 Jan 2007 05:12:13 GMT Gary Byers [5696] * trunk/ccl/examples/objc-clos.lisp (modified) * trunk/ccl/examples/objc-runtime.lisp (modified) * trunk/ccl/examples/objc-support.lisp (modified) Revive some of the old GNUstep support; add partial ObjC 2.0 support ... Tue, 09 Jan 2007 05:11:21 GMT Gary Byers [5695] * trunk/ccl/examples/cocoa.lisp (modified) Conditionalize for darwin-target, not darwinppc-target. Tue, 09 Jan 2007 05:10:46 GMT Gary Byers [5694] * trunk/ccl/examples/cocoa-listener.lisp (modified) Disable background layout in the listener; the whole two-thread ... Tue, 09 Jan 2007 05:09:27 GMT Gary Byers [5693] * trunk/ccl/examples/cocoa-editor.lisp (modified) Document-begin-editing, document-end-editing: both seem to have been ... Sat, 06 Jan 2007 00:20:04 GMT Gary Byers [5692] * trunk/ccl/ChangeLog (modified) *** empty log message *** Fri, 05 Jan 2007 23:22:58 GMT Gary Byers [5691] * trunk/ccl/level-0/l0-numbers.lisp (modified) Fix another typo ...