# # ChangeLog for / # # Generated by Trac 1.6 # Nov 24, 2024, 6:06:09 AM Sun, 23 May 2010 01:43:28 GMT Gary Byers [13720] * branches/arm/lisp-kernel/arm_print.c (added) Also compiles; also may or not work. Sun, 23 May 2010 01:42:42 GMT Gary Byers [13719] * branches/arm/lisp-kernel/area.h (modified) CS_OVERFLOW_FORCE_LIMIT for ARM. Sun, 23 May 2010 01:42:08 GMT Gary Byers [13718] * branches/arm/lisp-kernel/albt.c (added) Compiles; might even work. Sun, 23 May 2010 01:41:51 GMT Gary Byers [13717] * branches/arm/lisp-kernel/arm-constants.h (modified) * branches/arm/lisp-kernel/constants.h (modified) * branches/arm/lisp-kernel/ppc-constants32.h (modified) * branches/arm/lisp-kernel/ppc-constants64.h (modified) * branches/arm/lisp-kernel/x86-constants32.h (modified) * branches/arm/lisp-kernel/x86-constants64.h (modified) Try to move platform-independent definitions to constants.h, to ... Sun, 23 May 2010 01:34:56 GMT Gary Byers [13716] * branches/arm/lisp-kernel/arm-exceptions.c (added) * branches/arm/lisp-kernel/arm-exceptions.h (added) * branches/arm/lisp-kernel/arm-gc.c (added) * branches/arm/lisp-kernel/arm-subprims.s (added) Just placeholders, copied from PPC versions. Sat, 22 May 2010 07:17:19 GMT Gary Byers [13715] * branches/arm/compiler/ARM/arm-arch.lisp (modified) * branches/arm/compiler/ARM/arm-asm.lisp (modified) * branches/arm/compiler/ARM/arm-backend.lisp (modified) * branches/arm/compiler/ARM/arm-lap.lisp (modified) And we need to continue to tweak those mechanisms. Sat, 22 May 2010 07:16:52 GMT Gary Byers [13714] * branches/arm/compiler/ARM/arm2.lisp (added) And of course we need to actually generate those vinsns. Sat, 22 May 2010 07:16:18 GMT Gary Byers [13713] * branches/arm/compiler/ARM/arm-vinsns.lisp (added) A lot of this is nominally converted (from the PPC32 version); still ... Sat, 22 May 2010 07:14:44 GMT Gary Byers [13712] * branches/arm/level-0/ARM/arm-io.lisp (added) Done! Thu, 20 May 2010 04:13:01 GMT R. Matthew Emerson [13711] * release/1.5/source/cocoa-ide (modified) * release/1.5/source/cocoa-ide/hemlock/src/charprops.lisp (modified) merge r13710 from trunk Thu, 20 May 2010 04:07:16 GMT R. Matthew Emerson [13710] * trunk/source/cocoa-ide/hemlock/src/charprops.lisp (modified) copy-line-charprops: when the specified interval is 0 (that is, when ... Wed, 19 May 2010 14:12:24 GMT ron [13709] * trunk/source/contrib/garret/combination-hook.lisp (added) * trunk/source/contrib/garret/test (deleted) Add combination-hook.lisp Tue, 18 May 2010 13:36:24 GMT Gary Byers [13708] * branches/arm/lib/systems.lisp (modified) Add arm-disassemble. Tue, 18 May 2010 13:36:01 GMT Gary Byers [13707] * branches/arm/compiler/ARM/arm-arch.lisp (modified) * branches/arm/compiler/ARM/arm-asm.lisp (modified) * branches/arm/compiler/ARM/arm-disassemble.lisp (added) * branches/arm/compiler/ARM/arm-lap.lisp (modified) * branches/arm/compiler/ARM/arm-lapmacros.lisp (modified) Lots of changes and additions. Seems to work, as far as it goes: ... Tue, 18 May 2010 13:33:06 GMT Gary Byers [13706] * branches/arm/level-0/ARM/arm-def.lisp (added) * branches/arm/level-0/ARM/arm-misc.lisp (modified) * branches/arm/level-0/ARM/arm-utils.lisp (added) Pick at low-hanging fruit, try to assemble some of it. Sun, 16 May 2010 01:51:57 GMT Gary Byers [13705] * branches/arm/compiler/ARM/arm-arch.lisp (modified) * branches/arm/compiler/ARM/arm-asm.lisp (modified) * branches/arm/compiler/ARM/arm-backend.lisp (modified) * branches/arm/compiler/ARM/arm-lap.lisp (modified) * branches/arm/compiler/ARM/arm-lapmacros.lisp (modified) Keep inching forward, trying to work out assembler/LAP stuff, mostly. Sun, 16 May 2010 01:41:36 GMT Gary Byers [13704] * branches/arm/level-1/version.lisp (modified) Try to make it easier to recognize this branch. Sun, 16 May 2010 01:40:13 GMT Gary Byers [13703] * branches/arm/lib/systems.lisp (modified) Add some stuff. Will need to add more. Sun, 16 May 2010 01:39:53 GMT Gary Byers [13702] * branches/arm/lib/armenv.lisp (added) New file. Sun, 16 May 2010 01:39:15 GMT Gary Byers [13701] * branches/arm/arm-headers (added) * branches/arm/arm-headers/libc (added) * branches/arm/arm-headers/libc/C (added) * branches/arm/arm-headers/libc/C/populate.sh (added) * branches/arm/arm-headers/libc/constants.cdb (added) * branches/arm/arm-headers/libc/functions.cdb (added) * branches/arm/arm-headers/libc/objc-classes.cdb (added) * branches/arm/arm-headers/libc/objc-methods.cdb (added) * branches/arm/arm-headers/libc/records.cdb (added) * branches/arm/arm-headers/libc/types.cdb (added) * branches/arm/arm-headers/libc/vars.cdb (added) Will need these. (Maybe not yet, but ...). .ffi files were ... Sat, 15 May 2010 01:28:55 GMT gz [13700] * trunk/source/objc-bridge/objc-runtime.lisp (modified) As an interim measure, add compile-time parameter *objc-error-return- ... Fri, 14 May 2010 04:49:03 GMT Gary Byers [13699] * branches/arm/compiler/ARM/arm-arch.lisp (modified) * branches/arm/compiler/ARM/arm-asm.lisp (added) * branches/arm/compiler/ARM/arm-backend.lisp (added) * branches/arm/compiler/ARM/arm-lap.lisp (added) * branches/arm/compiler/ARM/arm-lapmacros.lisp (added) * branches/arm/level-0/ARM (added) * branches/arm/level-0/ARM/arm-clos.lisp (added) * branches/arm/level-0/ARM/arm-misc.lisp (added) It's early, still. Fri, 14 May 2010 04:48:04 GMT Gary Byers [13698] * branches/arm/lisp-kernel/arm-uuo.s (modified) Change code in a few unary UUOs. Fri, 14 May 2010 04:47:17 GMT Gary Byers [13697] * branches/arm/compiler/backend.lisp (modified) Add a constant. Thu, 13 May 2010 22:06:28 GMT gz [13696] * trunk/source/lib/defstruct-lds.lisp (modified) in defstruct constructors, wrap-with-type-check => wrap-with-type- ... Tue, 11 May 2010 09:34:34 GMT Gary Byers [13695] * branches/arm/compiler/ARM (added) * branches/arm/compiler/ARM/arm-arch.lisp (added) Have to start somewhere. Tue, 11 May 2010 09:33:29 GMT Gary Byers [13694] * branches/arm/lisp-kernel/arm-spentry.s (modified) A little more low-hanging fruit. Tue, 11 May 2010 09:25:33 GMT Gary Byers [13693] * branches/arm/cocoa-ide (deleted) * branches/arm/objc-bridge (deleted) don't need yet on this branch Tue, 11 May 2010 09:24:43 GMT Gary Byers [13692] * branches/arm/contrib (deleted) * branches/arm/doc (deleted) * branches/arm/examples (deleted) don't need on this branch Sat, 08 May 2010 21:00:15 GMT Gary Byers [13691] * trunk/source/doc/ccl-documentation.html (modified) updated Sat, 08 May 2010 20:21:58 GMT R. Matthew Emerson [13690] * trunk/source/doc/src/install.xml (modified) Instead of providing detailed instructions about installing Slime in ... Sat, 08 May 2010 18:41:00 GMT R. Matthew Emerson [13689] * trunk/source/tools/asdf-install/installer.lisp (modified) Tweak for asdf 2 compatibility. Sat, 08 May 2010 02:38:29 GMT Gary Byers [13688] * trunk/source/library/serial-streams.lisp (added) New file; don't even know yet if it compiles on platforms other than ... Fri, 07 May 2010 05:54:15 GMT Gary Byers [13687] * branches/arm/lisp-kernel/ARM-notes.txt (modified) * branches/arm/lisp-kernel/arm-asmutils.s (modified) * branches/arm/lisp-kernel/arm-constants.s (modified) * branches/arm/lisp-kernel/arm-macros.s (modified) * branches/arm/lisp-kernel/arm-spentry.s (modified) * branches/arm/lisp-kernel/arm-uuo.s (modified) More stuff! Fri, 07 May 2010 00:19:00 GMT R. Matthew Emerson [13686] * trunk/source/tools/asdf.lisp (modified) Update to 1.719. Delete top-level (declaim (optimize ...)) form. Thu, 06 May 2010 19:56:41 GMT gz [13685] * branches/qres/ccl/level-0/nfasload.lisp (modified) * branches/qres/ccl/lib/nfcomp.lisp (modified) * branches/qres/ccl/library/cover.lisp (modified) Store checksum with code coverage info, signal error if try to color ... Thu, 06 May 2010 19:13:28 GMT Gary Palter [13684] * trunk/win32-headers/cocoa/constants.cdb (modified) * trunk/win32-headers/cocoa/functions.cdb (modified) * trunk/win32-headers/cocoa/objc-classes.cdb (modified) * trunk/win32-headers/cocoa/objc-methods.cdb (modified) * trunk/win32-headers/cocoa/records.cdb (modified) * trunk/win32-headers/cocoa/types.cdb (modified) * trunk/win32-headers/cocoa/vars.cdb (modified) Update Cocotron FFI files to r42a74a950168 Thu, 06 May 2010 19:08:13 GMT Gary Palter [13683] * trunk/aux/cocotron/win32/cocotron/AppKit.1.0.dll (modified) * trunk/aux/cocotron/win32/cocotron/Foundation.1.0.dll (modified) * trunk/aux/cocotron/win32/cocotron/cocotron-r42a74a950168.patch (added) * trunk/aux/cocotron/win32/cocotron/cocotron-r755c37df535a.patch (deleted) Update to r42a74a950168 of Cocotron Thu, 06 May 2010 02:39:36 GMT R. Matthew Emerson [13682] * trunk/source/level-1/l1-files.lisp (modified) Back out r12260 (use ASDF to provide modules). ASDF now does this ... Thu, 06 May 2010 02:36:10 GMT R. Matthew Emerson [13681] * trunk/source/tools/asdf.lisp (modified) Beta test version of asdf from upstream. ... Sun, 02 May 2010 03:24:09 GMT Gary Byers [13680] * branches/arm/lisp-kernel/arm-constants.s (modified) * branches/arm/lisp-kernel/arm-macros.s (modified) * branches/arm/lisp-kernel/arm-spentry.s (modified) More. Wed, 28 Apr 2010 10:31:40 GMT Gary Byers [13679] * branches/arm/lisp-kernel/arm-constants.s (modified) * branches/arm/lisp-kernel/arm-macros.s (modified) * branches/arm/lisp-kernel/arm-spentry.s (modified) * branches/arm/lisp-kernel/arm-uuo.s (modified) * branches/arm/lisp-kernel/ppc-macros.s (modified) Inch forward. Tue, 27 Apr 2010 13:11:39 GMT gz [13678] * trunk/source (modified) * trunk/source/lib/describe.lisp (modified) merge back r13667 from the 1.5 branch Tue, 27 Apr 2010 13:09:52 GMT gz [13677] * release/1.5/source (modified) * release/1.5/source/library/core-files.lisp (modified) r13676 from trunk (tweaks to match documentation) Tue, 27 Apr 2010 12:15:24 GMT gz [13676] * trunk/source/library/core-files.lisp (modified) Tweaks to match documentation Tue, 27 Apr 2010 12:09:29 GMT gz [13675] * trunk/source/compiler/nx-basic.lisp (modified) * trunk/source/level-1/l1-pathnames.lisp (modified) * trunk/source/level-1/l1-readloop-lds.lisp (modified) * trunk/source/level-1/linux-files.lisp (modified) * trunk/source/lib/backtrace.lisp (modified) * trunk/source/lib/macros.lisp (modified) * trunk/source/lib/nfcomp.lisp (modified) * trunk/source/lib/source-files.lisp (modified) Rename feature ccl-0711 to ccl-qres Mon, 26 Apr 2010 14:45:07 GMT Paul Krueger [13674] * trunk/source/contrib/krueger/InterfaceProjects/Documentation/Revision 2.0 Notes.rtf (modified) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/Revision 2.1 Notes.rtf (added) Rev 2.1 release notes added Mon, 26 Apr 2010 14:30:53 GMT Paul Krueger [13673] * trunk/source/contrib/krueger/InterfaceProjects/BindingTest (added) * trunk/source/contrib/krueger/InterfaceProjects/BindingTest/binding.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1/lc-test1.nib/designable.nib (modified) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1/lc-test1.nib/keyedobjects.nib (modified) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller22.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller23.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.pdf (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 13.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 15.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 2.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 4.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 6.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic 9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/1__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic 10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic 14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic 5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic 9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/2__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/3__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/4__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/5__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 11.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 12.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 13.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 15.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 16.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 2.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 20.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 21.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 22.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 4.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 6.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 7.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 8.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic 9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/TXT.rtf (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.1.rtfd/loan10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.pdf (modified) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/1__#$!@%!#__Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/1__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/2__#$!@%!#__Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/2__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/TXT.rtf (modified) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/paul.mode1v3 (modified) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/paul.pbxuser (modified) * trunk/source/contrib/krueger/InterfaceProjects/Loan Calc/loan.nib/designable.nib (modified) * trunk/source/contrib/krueger/InterfaceProjects/Loan Calc/loan.nib/keyedobjects.nib (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/lisp-controller.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/ns-binding-utils.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/ns-object-utils.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/ns-string-utils.lisp (modified) Rev 2.1 UserInterfaceTutorial Mon, 26 Apr 2010 06:08:20 GMT Gary Byers [13672] * branches/arm/lisp-kernel/arm-spentry.s (modified) Get some stuff (maybe around 10%) to assemble; that which does looks ... Mon, 26 Apr 2010 06:06:19 GMT Gary Byers [13671] * branches/arm/lisp-kernel/arm-constants.h (modified) * branches/arm/lisp-kernel/arm-constants.s (modified) * branches/arm/lisp-kernel/arm-macros.s (modified) Changes, tweaks, additions ... Mon, 26 Apr 2010 06:05:58 GMT Gary Byers [13670] * branches/arm/lisp-kernel/m4macros.m4 (modified) Copyright. (This was never Digitool code.) Mon, 26 Apr 2010 04:34:55 GMT Gary Byers [13669] * branches/arm/lisp-kernel/m4macros.m4 (modified) Have to say '%function' vice '@function', since '@' is ... Mon, 26 Apr 2010 04:33:36 GMT Gary Byers [13668] * branches/arm/lisp-kernel/arm-asmutils.s (added) Start this. If we really want to support pre-ARMv6, will need to ... Mon, 26 Apr 2010 03:20:32 GMT Shannon Spires [13667] * release/1.5/source/lib/describe.lisp (modified) Fixed very nasty bug where doing (inspect #'any-function-name) in ... Fri, 23 Apr 2010 21:05:14 GMT Gary Byers [13666] * branches/arm/lisp-kernel/arm-uuo.s (added) Looks plausible so far. Fri, 23 Apr 2010 21:04:29 GMT Gary Byers [13665] * branches/arm/lisp-kernel/linuxarm/armlinux.x (added) Force arm-spentry.o to be loaded at a fixed, low address. Fri, 23 Apr 2010 21:01:33 GMT Gary Byers [13664] * branches/arm/lisp-kernel/arm-constants.s (modified) * branches/arm/lisp-kernel/arm-macros.s (modified) * branches/arm/lisp-kernel/arm-spentry.s (added) * branches/arm/lisp-kernel/lisp.s (modified) * branches/arm/lisp-kernel/platform-linuxarm.h (modified) The low-level system keeps changing. Fri, 23 Apr 2010 20:52:30 GMT Gary Byers [13663] * branches/arm/lisp-kernel/ARM-notes.txt (added) New. May help answer "what on earth was I thinking?" questions someday. Thu, 22 Apr 2010 19:37:00 GMT Shannon Spires [13662] * trunk/source/contrib/foy/context-menu-cm/context-menu.lisp (modified) Fix missing format arg. Thu, 22 Apr 2010 16:58:04 GMT R. Matthew Emerson [13661] * release/1.5/source (modified) * release/1.5/source/level-0/l0-init.lisp (modified) Merge r13660 (put :ccl-1.5 on *features*) from trunk. Thu, 22 Apr 2010 16:53:00 GMT R. Matthew Emerson [13660] * trunk/source/level-0/l0-init.lisp (modified) Put :ccl-1.5 on *features* Thu, 22 Apr 2010 04:34:02 GMT R. Matthew Emerson [13659] * trunk/source/lib/ppc-init-ccl.lisp (deleted) Remove mouldy old file ppc-init-ccl.lisp. Thu, 22 Apr 2010 04:11:13 GMT R. Matthew Emerson [13658] * trunk/source/lib/misc.lisp (modified) Print trailing newline in report-heap-utilization. Thu, 22 Apr 2010 04:05:11 GMT R. Matthew Emerson [13657] * trunk/source/lib/misc.lisp (modified) Print a final trailing newline in report-heap-utilization. Thu, 22 Apr 2010 00:50:17 GMT R. Matthew Emerson [13656] * trunk/source/level-1/version.lisp (modified) Bump minor version. Wed, 21 Apr 2010 21:41:29 GMT R. Matthew Emerson [13655] * release/1.5/linuxppc/ccl/ppccl.image (modified) * release/1.5/linuxppc/ccl/ppccl64.image (modified) linuxppc 1.5 release binaries Wed, 21 Apr 2010 21:40:11 GMT R. Matthew Emerson [13654] * release/1.5/linuxx86/ccl/lx86cl.image (modified) * release/1.5/linuxx86/ccl/lx86cl64.image (modified) linuxx86 1.5 release binaries Wed, 21 Apr 2010 21:38:35 GMT R. Matthew Emerson [13653] * release/1.5/darwinppc/ccl/dppccl (modified) * release/1.5/darwinppc/ccl/dppccl.image (modified) * release/1.5/darwinppc/ccl/dppccl64 (modified) * release/1.5/darwinppc/ccl/dppccl64.image (modified) darwinppc 1.5 release binaries Wed, 21 Apr 2010 21:34:49 GMT R. Matthew Emerson [13652] * release/1.5/darwinx86/ccl/dx86cl (modified) * release/1.5/darwinx86/ccl/dx86cl.image (modified) * release/1.5/darwinx86/ccl/dx86cl64 (modified) * release/1.5/darwinx86/ccl/dx86cl64.image (modified) * release/1.5/freebsdx86/ccl/fx86cl.image (modified) * release/1.5/freebsdx86/ccl/fx86cl64.image (modified) * release/1.5/solarisx86/ccl/sx86cl.image (modified) * release/1.5/solarisx86/ccl/sx86cl64.image (modified) * release/1.5/windows/ccl/wx86cl.image (modified) * release/1.5/windows/ccl/wx86cl64.image (modified) 1.5 release biniares for x86 and x86-64 platforms other than Linux. Wed, 21 Apr 2010 20:01:24 GMT R. Matthew Emerson [13651] * release/1.5/source/level-1/version.lisp (modified) Remove rc1 from version string. Wed, 21 Apr 2010 16:46:31 GMT R. Matthew Emerson [13650] * release/1.5/source (modified) * release/1.5/source/level-1/l1-streams.lisp (modified) Merge r13648 (vector streams fixes) Wed, 21 Apr 2010 08:51:12 GMT Gary Byers [13649] * trunk/source/lisp-kernel/platform-linuxppc.h (modified) * trunk/source/lisp-kernel/platform-linuxppc64.h (modified) Remove some identical macro definitions (introduced in a recent change.) Tue, 20 Apr 2010 22:31:58 GMT Gary Byers [13648] * trunk/source/level-1/l1-streams.lisp (modified) From Shannon Spires: fix arg order in %COPY-IVECTOR-TO-IVECTOR calls ... Mon, 19 Apr 2010 19:47:31 GMT R. Matthew Emerson [13647] * trunk/source/level-1/l1-clos-boot.lisp (modified) * trunk/source/level-1/l1-io.lisp (modified) * trunk/source/level-1/l1-utils.lisp (modified) Delete KERNEL-FUNCTION-P (it returns NIL always) and update its ... Mon, 19 Apr 2010 16:52:15 GMT R. Matthew Emerson [13646] * release/1.5/source (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Controller Test 1 (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Controller Test 2 (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Controller Test 3 (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller1.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller10.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller11.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller12.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller13.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller14.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller15.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller16.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller17.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller18.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller19.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller1a.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller2.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller3.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller4.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller5.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller6.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller7.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller8.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller9.tiff (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial.pdf (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial.rtfd (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.pdf (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.pdf (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/Revision 1.0 Notes.pdf (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/Revision 1.0 Notes.rtf (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Documentation/Revision 2.0 Notes.rtf (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Calc/loan-calc.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Document/loan-doc.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Document/loan-document.lisp (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Document/loan-pr-view.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Document/loan-print-view.lisp (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Document/loan-win-cntrl.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Loan Document/loan-window-controller.lisp (deleted) * release/1.5/source/contrib/krueger/InterfaceProjects/Menu/menu-utils.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/PackageView/package-view.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/PackageView/packageview.nib/designable.nib (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/PackageView/packageview.nib/keyedobjects.nib (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Simple Sum/simplesum.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Speech/speech-controller.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/assoc-array.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/decimal.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/lisp-controller.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/lisp-doc-controller.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/list-utils.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/ns-object-utils.lisp (copied) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/ns-string-utils.lisp (modified) * release/1.5/source/contrib/krueger/InterfaceProjects/Utilities/nslog-utils.lisp (modified) * release/1.5/source/level-1/l1-processes.lisp (modified) Merge r13631, r13636 from trunk. (Paul Krueger's updated ... Mon, 19 Apr 2010 11:36:19 GMT Gary Byers [13645] * branches/arm/lisp-kernel/arm-constants.h (modified) * branches/arm/lisp-kernel/arm-constants.s (added) * branches/arm/lisp-kernel/arm-macros.s (modified) * branches/arm/lisp-kernel/linuxarm (added) * branches/arm/lisp-kernel/linuxarm/Makefile (added) Some new files (just started to define things based on ppc32 ... Mon, 19 Apr 2010 08:18:30 GMT Gary Byers [13644] * branches/arm/lisp-kernel/os-darwin.h (added) * branches/arm/lisp-kernel/os-freebsd.h (added) * branches/arm/lisp-kernel/os-linux.h (added) * branches/arm/lisp-kernel/os-solaris.h (added) * branches/arm/lisp-kernel/os-windows.h (added) New files from trunk. Mon, 19 Apr 2010 08:18:00 GMT Gary Byers [13643] * branches/arm/lisp-kernel/Threads.h (modified) * branches/arm/lisp-kernel/darwinppc/Makefile (modified) * branches/arm/lisp-kernel/darwinppc64/Makefile (modified) * branches/arm/lisp-kernel/darwinx8632/Makefile (modified) * branches/arm/lisp-kernel/darwinx8664/Makefile (modified) * branches/arm/lisp-kernel/linuxppc/Makefile (modified) * branches/arm/lisp-kernel/linuxppc64/Makefile (modified) * branches/arm/lisp-kernel/linuxx8632/Makefile (modified) * branches/arm/lisp-kernel/linuxx8664/Makefile (modified) * branches/arm/lisp-kernel/platform-darwinppc.h (modified) * branches/arm/lisp-kernel/platform-darwinppc64.h (modified) * branches/arm/lisp-kernel/platform-darwinx8632.h (modified) * branches/arm/lisp-kernel/platform-darwinx8664.h (modified) * branches/arm/lisp-kernel/platform-freebsdx8632.h (modified) * branches/arm/lisp-kernel/platform-freebsdx8664.h (modified) * branches/arm/lisp-kernel/platform-linuxppc.h (modified) * branches/arm/lisp-kernel/platform-linuxppc64.h (modified) * branches/arm/lisp-kernel/platform-linuxx8632.h (modified) * branches/arm/lisp-kernel/platform-linuxx8664.h (modified) * branches/arm/lisp-kernel/platform-solarisx64.h (modified) * branches/arm/lisp-kernel/platform-solarisx86.h (modified) * branches/arm/lisp-kernel/platform-win32.h (modified) * branches/arm/lisp-kernel/platform-win64.h (modified) * branches/arm/lisp-kernel/ppc-exceptions.h (modified) * branches/arm/lisp-kernel/solarisx64/Makefile (modified) * branches/arm/lisp-kernel/solarisx86/Makefile (modified) * branches/arm/lisp-kernel/win32/Makefile (modified) * branches/arm/lisp-kernel/win64/Makefile (modified) * branches/arm/lisp-kernel/x86-exceptions.h (modified) Changed files from trunk. Sun, 18 Apr 2010 11:21:14 GMT Gary Byers [13642] * trunk/source/lisp-kernel/platform-win32.h (modified) * trunk/source/lisp-kernel/win32/Makefile (modified) Fix win32 typos. Sun, 18 Apr 2010 11:13:55 GMT Gary Byers [13641] * trunk/source/lisp-kernel/platform-win64.h (modified) use win64 constants/macros in platform-win64 Sun, 18 Apr 2010 11:07:48 GMT Gary Byers [13640] * trunk/source/lisp-kernel/platform-freebsdx8632.h (modified) fix fpu.h location Sun, 18 Apr 2010 11:03:35 GMT Gary Byers [13639] * trunk/source/lisp-kernel/linuxx8632/Makefile (modified) fix PLATFORM_H Sun, 18 Apr 2010 10:58:15 GMT Gary Byers [13638] * trunk/source/lisp-kernel/Threads.h (modified) * trunk/source/lisp-kernel/darwinppc/Makefile (modified) * trunk/source/lisp-kernel/darwinppc64/Makefile (modified) * trunk/source/lisp-kernel/darwinx8632/Makefile (modified) * trunk/source/lisp-kernel/darwinx8664/Makefile (modified) * trunk/source/lisp-kernel/linuxppc/Makefile (modified) * trunk/source/lisp-kernel/linuxppc64/Makefile (modified) * trunk/source/lisp-kernel/linuxx8632/Makefile (modified) * trunk/source/lisp-kernel/linuxx8664/Makefile (modified) * trunk/source/lisp-kernel/os-darwin.h (added) * trunk/source/lisp-kernel/os-freebsd.h (added) * trunk/source/lisp-kernel/os-linux.h (added) * trunk/source/lisp-kernel/os-solaris.h (added) * trunk/source/lisp-kernel/os-windows.h (added) * trunk/source/lisp-kernel/platform-darwinppc.h (modified) * trunk/source/lisp-kernel/platform-darwinppc64.h (modified) * trunk/source/lisp-kernel/platform-darwinx8632.h (modified) * trunk/source/lisp-kernel/platform-darwinx8664.h (modified) * trunk/source/lisp-kernel/platform-freebsdx8632.h (modified) * trunk/source/lisp-kernel/platform-freebsdx8664.h (modified) * trunk/source/lisp-kernel/platform-linuxppc.h (modified) * trunk/source/lisp-kernel/platform-linuxppc64.h (modified) * trunk/source/lisp-kernel/platform-linuxx8632.h (modified) * trunk/source/lisp-kernel/platform-linuxx8664.h (modified) * trunk/source/lisp-kernel/platform-solarisx64.h (modified) * trunk/source/lisp-kernel/platform-solarisx86.h (modified) * trunk/source/lisp-kernel/platform-win32.h (modified) * trunk/source/lisp-kernel/platform-win64.h (modified) * trunk/source/lisp-kernel/solarisx64/Makefile (modified) * trunk/source/lisp-kernel/solarisx86/Makefile (modified) * trunk/source/lisp-kernel/win32/Makefile (modified) * trunk/source/lisp-kernel/win64/Makefile (modified) * trunk/source/lisp-kernel/x86-exceptions.h (modified) Move more PPC exception stuff, x86 exception stuff to platform ... Sun, 18 Apr 2010 09:24:51 GMT Gary Byers [13637] * trunk/source/lisp-kernel/platform-darwinppc.h (modified) * trunk/source/lisp-kernel/platform-darwinppc64.h (modified) * trunk/source/lisp-kernel/platform-linuxppc.h (modified) * trunk/source/lisp-kernel/platform-linuxppc64.h (modified) * trunk/source/lisp-kernel/ppc-exceptions.h (modified) Move some PPC exception stuff to platform header. Sun, 18 Apr 2010 03:47:10 GMT R. Matthew Emerson [13636] * trunk/source/level-1/l1-processes.lisp (modified) Flush ccl::*stderr* on quit. Patch from Stas Boukarev. (see ticket:652) Sun, 18 Apr 2010 03:17:04 GMT R. Matthew Emerson [13635] * trunk/source/level-1/l1-utils.lisp (modified) Remove out-of-date comment. Sun, 18 Apr 2010 03:08:05 GMT R. Matthew Emerson [13634] * trunk/source/level-1/l1-utils.lisp (modified) Delete docstrings for CXXR, CXXXR functions. Sun, 18 Apr 2010 03:06:11 GMT R. Matthew Emerson [13633] * trunk/source/lib/lists.lisp (modified) Remove docstrings from CXXXXR functions. Move definition of CADDDR ... Fri, 16 Apr 2010 20:11:20 GMT Gary Byers [13632] * branches/arm/lisp-kernel/arm-macros.s (added) Work-in-progress. (Just barely in progress.) Fri, 16 Apr 2010 04:03:42 GMT Paul Krueger [13631] * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1 (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1/controller-test1.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1/lc-test1.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1/lc-test1.nib/designable.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 1/lc-test1.nib/keyedobjects.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 2 (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 2/controller-test2.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 2/lc-test2.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 2/lc-test2.nib/designable.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 2/lc-test2.nib/keyedobjects.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 3 (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 3/controller-test3.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 3/lc-test3.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 3/lc-test3.nib/designable.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Controller Test 3/lc-test3.nib/keyedobjects.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller11.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller12.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller13.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller15.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller16.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller17.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller18.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller19.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller1a.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller2.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller4.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller6.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller7.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller8.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/DocFigures/Controller9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial.pdf (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial.rtfd (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.pdf (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/1__#$!@%!#__Pasted Graphic 13.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/1__#$!@%!#__Pasted Graphic 14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/1__#$!@%!#__Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/1__#$!@%!#__Pasted Graphic 5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/1__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/2__#$!@%!#__Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 13.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 15.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 16.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 2.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 20.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 21.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 22.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 4.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 6.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 7.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic 9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/TXT.rtf (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/InterfaceBuilderWithCCLTutorial2.0.rtfd/loan10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.pdf (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/1__#$!@%!#__Pasted Graphic 10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/1__#$!@%!#__Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/1__#$!@%!#__Pasted Graphic 4.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/1__#$!@%!#__Pasted Graphic 9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 1.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 10.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 11.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 12.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 14.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 15.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 2.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 3.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 4.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 5.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 6.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 7.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 8.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic 9.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/Pasted Graphic.tiff (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/LispController Reference.rtfd/TXT.rtf (added) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/Revision 1.0 Notes.pdf (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/Revision 1.0 Notes.rtf (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Documentation/Revision 2.0 Notes.rtf (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/English.lproj (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/English.lproj/InfoPlist.strings (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/English.lproj/LispControllerInspector.xib (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/English.lproj/LispControllerPluginLibrary.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/English.lproj/LispControllerPluginLibrary.nib/designable.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/English.lproj/LispControllerPluginLibrary.nib/keyedobjects.nib (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/Info.plist (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispArray.icns (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispController.classdescription (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispController.h (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispController.m (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerInspector.h (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerInspector.m (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin-Info.plist (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.h (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.m (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/TemplateIcon.icns (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/default.pbxuser (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/paul.mode1v3 (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/paul.pbxuser (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin.xcodeproj/project.pbxproj (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispControllerPlugin_Prefix.pch (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispIntegration.m (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/LispList.icns (added) * trunk/source/contrib/krueger/InterfaceProjects/Lisp IB Plugins/LispControllerPlugin/version.plist (added) * trunk/source/contrib/krueger/InterfaceProjects/Loan Calc/loan-calc.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Loan Document/loan-doc.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Loan Document/loan-document.lisp (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Loan Document/loan-pr-view.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Loan Document/loan-print-view.lisp (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Loan Document/loan-win-cntrl.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Loan Document/loan-window-controller.lisp (deleted) * trunk/source/contrib/krueger/InterfaceProjects/Menu/menu-utils.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/PackageView/package-view.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/PackageView/packageview.nib/designable.nib (modified) * trunk/source/contrib/krueger/InterfaceProjects/PackageView/packageview.nib/keyedobjects.nib (modified) * trunk/source/contrib/krueger/InterfaceProjects/Simple Sum/simplesum.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Speech/speech-controller.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/assoc-array.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/decimal.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/lisp-controller.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/lisp-doc-controller.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/list-utils.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/ns-object-utils.lisp (added) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/ns-string-utils.lisp (modified) * trunk/source/contrib/krueger/InterfaceProjects/Utilities/nslog-utils.lisp (modified) Version 2 of InterfaceProjects Thu, 15 Apr 2010 07:40:19 GMT Gary Byers [13630] * branches/arm/lisp-kernel/arm-constants.h (added) * branches/arm/lisp-kernel/platform-linuxarm.h (added) Have to start somewhere. Note: no NVRs, only 2 imm regs, 4 temps, 3 ... Thu, 15 Apr 2010 05:29:21 GMT Gary Byers [13629] * branches/arm/lisp-kernel/constants.h (added) * branches/arm/lisp-kernel/lisp.h (modified) * branches/arm/lisp-kernel/platform-darwinppc.h (modified) * branches/arm/lisp-kernel/platform-darwinppc64.h (modified) * branches/arm/lisp-kernel/platform-darwinx8632.h (modified) * branches/arm/lisp-kernel/platform-darwinx8664.h (modified) * branches/arm/lisp-kernel/platform-freebsdx8632.h (modified) * branches/arm/lisp-kernel/platform-freebsdx8664.h (modified) * branches/arm/lisp-kernel/platform-linuxppc.h (modified) * branches/arm/lisp-kernel/platform-linuxppc64.h (modified) * branches/arm/lisp-kernel/platform-linuxx8632.h (modified) * branches/arm/lisp-kernel/platform-linuxx8664.h (modified) * branches/arm/lisp-kernel/platform-solarisx64.h (modified) * branches/arm/lisp-kernel/platform-solarisx86.h (modified) * branches/arm/lisp-kernel/platform-win32.h (modified) * branches/arm/lisp-kernel/platform-win64.h (modified) * branches/arm/lisp-kernel/pmcl-kernel.c (modified) * branches/arm/lisp-kernel/ppc-constants.h (modified) * branches/arm/lisp-kernel/ppc-constants32.h (modified) * branches/arm/lisp-kernel/ppc-constants64.h (modified) * branches/arm/lisp-kernel/x86-constants.h (modified) * branches/arm/lisp-kernel/x86-constants32.h (modified) * branches/arm/lisp-kernel/x86-constants64.h (modified) Propagate kernel changes from trunk to this branch. Thu, 15 Apr 2010 04:41:23 GMT Gary Byers [13628] * trunk/source/lisp-kernel/darwinx8632/Makefile (modified) * trunk/source/lisp-kernel/darwinx8664/Makefile (modified) Not critical (yet), but add constants.h to CHEADERS. Thu, 15 Apr 2010 04:40:30 GMT Gary Byers [13627] * trunk/source/lisp-kernel/lisp.h (modified) * trunk/source/lisp-kernel/platform-darwinppc.h (modified) * trunk/source/lisp-kernel/platform-darwinppc64.h (modified) * trunk/source/lisp-kernel/platform-darwinx8632.h (modified) * trunk/source/lisp-kernel/platform-darwinx8664.h (modified) * trunk/source/lisp-kernel/platform-freebsdx8632.h (modified) * trunk/source/lisp-kernel/platform-freebsdx8664.h (modified) * trunk/source/lisp-kernel/platform-linuxppc.h (modified) * trunk/source/lisp-kernel/platform-linuxppc64.h (modified) * trunk/source/lisp-kernel/platform-linuxx8632.h (modified) * trunk/source/lisp-kernel/platform-linuxx8664.h (modified) * trunk/source/lisp-kernel/platform-solarisx64.h (modified) * trunk/source/lisp-kernel/platform-solarisx86.h (modified) * trunk/source/lisp-kernel/platform-win32.h (modified) * trunk/source/lisp-kernel/platform-win64.h (modified) * trunk/source/lisp-kernel/pmcl-kernel.c (modified) * trunk/source/lisp-kernel/ppc-constants.h (modified) * trunk/source/lisp-kernel/ppc-constants32.h (modified) * trunk/source/lisp-kernel/ppc-constants64.h (modified) * trunk/source/lisp-kernel/x86-constants.h (modified) * trunk/source/lisp-kernel/x86-constants32.h (modified) * trunk/source/lisp-kernel/x86-constants64.h (modified) Include lisptypes.h and word-size/arch-specific constants file in ... Thu, 15 Apr 2010 04:25:12 GMT Gary Byers [13626] * trunk/source/lisp-kernel/constants.h (added) New file. (Actually, an old one.) Will be included by arch-specific ... Thu, 15 Apr 2010 00:06:00 GMT R. Matthew Emerson [13625] * trunk/source/lisp-kernel/linuxx8632/Makefile (modified) * trunk/source/lisp-kernel/linuxx8664/Makefile (modified) Put $(PLATFORM_H) in CHEADERS. Wed, 14 Apr 2010 23:47:03 GMT R. Matthew Emerson [13624] * trunk/source/lisp-kernel/linuxx8632/Makefile (modified) * trunk/source/lisp-kernel/linuxx8664/Makefile (modified) Define, -include PLATFORM_H. Tue, 13 Apr 2010 07:09:16 GMT Gary Byers [13623] * branches/arm (copied) move along, nothing to see here, yet again Tue, 13 Apr 2010 07:08:54 GMT Gary Byers [13622] * branches/arm (deleted) bad idea Tue, 13 Apr 2010 06:57:55 GMT Gary Byers [13621] * branches/arm/source (copied) move along, nothing to see here