# # ChangeLog for / # # Generated by Trac 1.6 # Nov 24, 2024, 12:29:22 AM Wed, 12 Dec 2007 04:08:25 GMT R. Matthew Emerson [7885] * trunk/ccl/level-1/l1-error-system.lisp (modified) Correct type specifier for 3d arrays in %TYPE-ERROR-TYPESPECS% Wed, 12 Dec 2007 01:13:16 GMT gz [7884] * trunk/ccl/cocoa-ide/hemlock/src/indent.lisp (modified) * trunk/ccl/cocoa-ide/hemlock/src/lispmode.lisp (modified) Make Indent With Tabs be a simple boolean variable, default false ... Tue, 11 Dec 2007 13:09:49 GMT gz [7883] * branches/event-ide/ccl/cocoa-ide/hemlock/src/edit-defs.lisp (modified) restore get-info-and-go-to-it Tue, 11 Dec 2007 04:49:37 GMT R. Matthew Emerson [7882] * branches/ia32/xdump/xx8632-fasload.lisp (modified) The x86 ports don't use a shared closure trampoline. Tue, 11 Dec 2007 04:46:08 GMT R. Matthew Emerson [7881] * branches/ia32/compiler/X86/x86-lap.lisp (modified) To avoid confusion, treat defx86lapfunction as an x86-64 thing, and ... Tue, 11 Dec 2007 04:43:20 GMT R. Matthew Emerson [7880] * branches/ia32/level-1/l1-numbers.lisp (modified) Use TARGET::WITH-STACK-SHORT-FLOATS Tue, 11 Dec 2007 04:42:43 GMT R. Matthew Emerson [7879] * branches/ia32/lib/numbers.lisp (modified) Use TARGET::WITH-STACK-SHORT-FLOATS Tue, 11 Dec 2007 04:41:03 GMT R. Matthew Emerson [7878] * branches/ia32/compiler/X86/X8632/x8632-arch.lisp (modified) WITH-SHORT-STACK-FLOATS macro Tue, 11 Dec 2007 04:40:19 GMT R. Matthew Emerson [7877] * branches/ia32/compiler/X86/X8632/x8632-vinsns.lisp (modified) A few more vinsns, including some single-float ones. Tue, 11 Dec 2007 04:39:32 GMT R. Matthew Emerson [7876] * branches/ia32/compiler/X86/x862.lisp (modified) A SINGLE-FLOAT is a boxed object on x8632. Still more places where ... Tue, 11 Dec 2007 01:10:50 GMT R. Matthew Emerson [7875] * branches/ia32/level-0/l0-numbers.lisp (modified) * branches/ia32/level-0/l0-utils.lisp (modified) x8632 changes Tue, 11 Dec 2007 01:05:57 GMT R. Matthew Emerson [7874] * branches/ia32/level-0/l0-pred.lisp (modified) Changes for x8632. (There are numerous #+(or ppc32-target ... Tue, 11 Dec 2007 00:33:44 GMT R. Matthew Emerson [7873] * branches/ia32/level-0/l0-symbol.lisp (modified) SYMBOL-NAME for x8632 Mon, 10 Dec 2007 21:42:57 GMT R. Matthew Emerson [7872] * branches/ia32/level-0/l0-float.lisp (modified) Correct typo in error message Mon, 10 Dec 2007 21:41:15 GMT R. Matthew Emerson [7871] * branches/ia32/lib/number-macros.lisp (modified) Assume WITH-STACK-SHORT-FLOATS will be provided in the TARGET package. Mon, 10 Dec 2007 20:34:24 GMT Gary Byers [7870] * branches/working-0711/ccl/lisp-kernel/x86-spentry64.s (modified) back out of last change Mon, 10 Dec 2007 19:26:21 GMT Gary Byers [7869] * branches/working-0711/ccl/lisp-kernel/x86-spentry64.s (modified) Try to handle the &key &allow-other-keys (no explicit keywords) case ... Mon, 10 Dec 2007 16:24:16 GMT Gary Byers [7868] * branches/working-0711/ccl/lisp-kernel/x86-exceptions.c (modified) Fix absolute pc if relative PC was adjusted in lisp handler in ... Mon, 10 Dec 2007 15:59:10 GMT Gary Byers [7867] * branches/working-0711/ccl/compiler/X86/X8664/x8664-vinsns.lisp (modified) Control transfer after anchored UUO not working right; revert ... Mon, 10 Dec 2007 12:54:48 GMT Gary Byers [7866] * branches/working-0711/ccl/level-0/l0-misc.lisp (modified) If we have to wait in %PROMOTE-RWLOCK, release the spinlock/futex ... Mon, 10 Dec 2007 12:53:43 GMT Gary Byers [7865] * branches/working-0711/ccl/level-0/l0-hash.lisp (modified) GETHASH locks hash-table for reading, promotes to write-access only ... Mon, 10 Dec 2007 12:10:40 GMT Gary Byers [7864] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) Don't just do MEMQ on a long list of classes in optimized reader ... Mon, 10 Dec 2007 08:36:28 GMT Gary Byers [7863] * branches/working-0711/ccl/lisp-kernel/image.c (modified) RELOCATABLE_FULLTAG_MASK has to include fulltag_symbol, ... Sun, 09 Dec 2007 16:41:10 GMT gz [7862] * branches/event-ide/ccl/cocoa-ide/cocoa-editor.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-grep.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-listener.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/echo.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/htext3.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/package.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/symbol-completion.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/views.lisp (modified) Get back blinking cursor in echo area reads; simplify paste support; ... Sun, 09 Dec 2007 13:58:36 GMT Gary Byers [7861] * branches/working-0711/ccl/lisp-kernel/x86-exceptions.c (modified) If the callback to handle a UUO claims that we should skip -1 bytes, ... Sun, 09 Dec 2007 13:55:22 GMT Gary Byers [7860] * branches/working-0711/ccl/compiler/X86/X8664/x8664-vinsns.lisp (modified) Use the new scheme so that most UUOs (at least those used to signal ... Sun, 09 Dec 2007 13:54:02 GMT Gary Byers [7859] * branches/working-0711/ccl/compiler/X86/x86-backend.lisp (modified) * branches/working-0711/ccl/compiler/X86/x862.lisp (modified) Support the use of 2 (x86-asm) frag-lists for vinsn expansion (one ... Sun, 09 Dec 2007 13:51:43 GMT Gary Byers [7858] * branches/working-0711/ccl/compiler/X86/x86-lap.lisp (modified) Always use NOPs to pad for alignment. (We might want to align loop ... Sun, 09 Dec 2007 13:49:44 GMT Gary Byers [7857] * branches/working-0711/ccl/lib/compile-ccl.lisp (modified) Start support for building with optional features (GF call counting, ... Sun, 09 Dec 2007 13:48:42 GMT Gary Byers [7856] * branches/working-0711/ccl/level-1/x86-error-signal.lisp (modified) * branches/working-0711/ccl/level-1/x86-trap-support.lisp (modified) If the byte following a UUO is 0, update the xcf's relative PC from ... Sun, 09 Dec 2007 13:41:25 GMT Gary Byers [7855] * branches/working-0711/ccl/level-1/sysutils.lisp (modified) Conditionalize gf call-count reporting. Sun, 09 Dec 2007 13:40:51 GMT Gary Byers [7854] * branches/working-0711/ccl/lib/macros.lisp (modified) Conditionalize lock accounting. Sun, 09 Dec 2007 13:40:18 GMT Gary Byers [7853] * branches/working-0711/ccl/level-1/l1-processes.lisp (modified) Conditionalize lock accounting. Sun, 09 Dec 2007 13:40:04 GMT Gary Byers [7852] * branches/working-0711/ccl/level-1/l1-aprims.lisp (modified) Conditionalize lock accounting. Sun, 09 Dec 2007 13:39:41 GMT Gary Byers [7851] * branches/working-0711/ccl/level-0/l0-misc.lisp (modified) Conditionalize lock accounting. Sun, 09 Dec 2007 13:38:40 GMT Gary Byers [7850] * branches/working-0711/ccl/level-0/X86/x86-clos.lisp (modified) Conditionalize gf call-counting. Use lock prefix if it's enabled. Sat, 08 Dec 2007 01:09:55 GMT Gary Byers [7849] * branches/working-0711/ccl/level-0/X86/x86-clos.lisp (modified) GF code-vector templates increment gf.hash by 1 every time they're ... Sat, 08 Dec 2007 01:08:20 GMT Gary Byers [7848] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) * branches/working-0711/ccl/level-1/l1-dcode.lisp (modified) %ALLOCATE-GF-INSTANCE (there are two versions, for bootstrapping): ... Sat, 08 Dec 2007 01:06:19 GMT Gary Byers [7847] * branches/working-0711/ccl/level-0/X86/x86-array.lisp (modified) In %INIT-MISC, the number of 64-bit words is (ash (+ 63 number-of- ... Fri, 07 Dec 2007 21:54:18 GMT gz [7846] * branches/event-ide/ccl/lib/nfcomp.lisp (modified) * branches/event-ide/ccl/objc-bridge/bridge.lisp (modified) Update from trunk to rev 7845 Fri, 07 Dec 2007 21:15:06 GMT gz [7845] * trunk/ccl/objc-bridge/bridge.lisp (modified) Print the 'defining new Objc message' note if either *compile-print* ... Fri, 07 Dec 2007 19:04:37 GMT gz [7844] * branches/event-ide/ccl/cocoa-ide/cocoa-editor.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-listener.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-utils.lisp (modified) * branches/event-ide/ccl/cocoa-ide/compile-hemlock.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/bindings.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/buffer.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/cocoa-hemlock.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/command.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/decls.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/doccoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/echo.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/echocoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/filecoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/fill.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/font.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/hemlock-ext.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/htext1.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/interp.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/isearchcoms.lisp (added) * branches/event-ide/ccl/cocoa-ide/hemlock/src/key-event.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/killcoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/lispdep.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/lispmode.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/listener.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/macros.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/main.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/modeline.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/morecoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/package.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/pop-up-stream.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/ring.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/rompsite.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/searchcoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/struct.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/symbol-completion.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/views.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/unused/cursor.lisp (moved) * branches/event-ide/ccl/cocoa-ide/hemlock/unused/linimage.lisp (moved) isearch, more cleanup, removing unused/supported stuff, redirect ... Fri, 07 Dec 2007 18:42:26 GMT Gary Byers [7843] * branches/working-0711/ccl/compiler/optimizers.lisp (modified) Uh, check that symbol is quoted in (APPLY #'MAKE-INSTANCE 'name ...) Fri, 07 Dec 2007 17:17:00 GMT Gary Byers [7842] * branches/working-0711/ccl/lib/compile-ccl.lisp (modified) Make REBUILD-CCL call (UPDATE-CCL) if :update arg is true. (Defaults ... Fri, 07 Dec 2007 17:16:17 GMT Gary Byers [7841] * branches/working-0711/ccl/compiler/optimizers.lisp (modified) Compiler-macro on (apply #'make-instace 'name ...) Fri, 07 Dec 2007 09:35:51 GMT Gary Byers [7840] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) Fix typo in %%1ST-ARG-EQL-METHOD-HACK-DCODE: get property on SYM (1st ... Fri, 07 Dec 2007 04:32:49 GMT Bill St. Clair [7839] * branches/working-0711/ccl/level-1/l1-dcode.lisp (modified) Optimize generic functions with lots of same-type EQL methods by ... Fri, 07 Dec 2007 03:37:28 GMT Gary Byers [7838] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) Sleazy hack to try to improve some cases of EQL method dispatch. Fri, 07 Dec 2007 03:34:55 GMT Gary Byers [7837] * branches/working-0711/ccl/level-1/l1-dcode.lisp (modified) Remove a confusing comment. 1 down, 1153 to go. Fri, 07 Dec 2007 03:34:11 GMT Gary Byers [7836] * branches/working-0711/ccl/lisp-kernel/x86-exceptions.h (modified) More win64 stuff. Move along, nothing to see here. Fri, 07 Dec 2007 03:31:10 GMT Gary Byers [7835] * branches/working-0711/ccl/lisp-kernel/lisp-exceptions.h (modified) More win64 stuff. Move along, nothing to see here. Thu, 06 Dec 2007 19:52:36 GMT Gary Byers [7834] * trunk/ccl/lib/nfcomp.lisp (modified) Change order of clauses in FASL-DUMP-DISPATCH, so that the IVECTOR ... Thu, 06 Dec 2007 19:31:36 GMT gz [7833] * branches/event-ide/ccl/cocoa-ide/cocoa-editor.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-listener.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-utils.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa-window.lisp (modified) * branches/event-ide/ccl/cocoa-ide/cocoa.lisp (modified) * branches/event-ide/ccl/cocoa-ide/compile-hemlock.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/bindings.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/buffer.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/cocoa-hemlock.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/command.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/completion.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/decls.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/doccoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/echo.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/echocoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/edit-defs.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/filecoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/files.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/hemlock-ext.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/htext1.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/htext2.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/htext3.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/htext4.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/interp.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/kbdmac.lisp (deleted) * branches/event-ide/ccl/cocoa-ide/hemlock/src/killcoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/listener.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/macros.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/main.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/modeline.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/morecoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/package.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/register.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/searchcoms.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/streams.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/struct.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/syntax.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/undo.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/vars.lisp (modified) * branches/event-ide/ccl/cocoa-ide/hemlock/src/views.lisp (added) * branches/event-ide/ccl/cocoa-ide/hemlock/unused/kbdmac.lisp (copied) checkpoint work in progress Thu, 06 Dec 2007 19:28:44 GMT R. Matthew Emerson [7832] * trunk/ccl/cocoa-ide/cocoa-utils.lisp (modified) Set table view data source to nil before autoreleasing window ... Thu, 06 Dec 2007 17:46:04 GMT Gary Byers [7831] * branches/working-0711/ccl/lisp-kernel/linuxx8664/Makefile (modified) Default to -DUSE_FUTEX. Thu, 06 Dec 2007 07:17:31 GMT R. Matthew Emerson [7830] * branches/ia32/compiler/X86/x86-lap.lisp (modified) *x86-backend* -> *target-backend* Thu, 06 Dec 2007 04:25:08 GMT R. Matthew Emerson [7829] * trunk/ccl/cocoa-ide/cocoa-listener.lisp (modified) Remove stray backquote. Thu, 06 Dec 2007 04:19:12 GMT Gary Byers [7828] * branches/working-0711/ccl/lisp-kernel/Threads.h (modified) * branches/working-0711/ccl/lisp-kernel/lisp-exceptions.h (modified) * branches/working-0711/ccl/lisp-kernel/lisptypes.h (modified) * branches/working-0711/ccl/lisp-kernel/m4macros.m4 (modified) * branches/working-0711/ccl/lisp-kernel/memprotect.h (modified) * branches/working-0711/ccl/lisp-kernel/x86-constants64.h (modified) A little bit of Windows conditionalization. Thu, 06 Dec 2007 04:18:16 GMT Gary Byers [7827] * branches/working-0711/ccl/lisp-kernel/win64 (added) * branches/working-0711/ccl/lisp-kernel/win64/Makefile (added) new; still a ways to go before it even compiles on win64 Thu, 06 Dec 2007 02:28:59 GMT gz [7826] * branches/event-ide (copied) Branch for event-driven ide/hemlock Wed, 05 Dec 2007 15:03:10 GMT Gary Byers [7825] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) ,form, not .form Wed, 05 Dec 2007 14:14:04 GMT Gary Byers [7824] * trunk/ccl/lisp-kernel/ppc-gc.c (modified) * trunk/ccl/lisp-kernel/x86-gc.c (modified) Use commas when printing bytes allocated/freed in GC messages; try to ... Wed, 05 Dec 2007 13:46:50 GMT Gary Byers [7823] * branches/working-0711/ccl/level-1/sysutils.lisp (modified) REQUIRE-TYPE deals with fuzzier cases. Wed, 05 Dec 2007 13:46:12 GMT Gary Byers [7822] * branches/working-0711/ccl/level-1/l1-dcode.lisp (modified) Move the definition of FIND-1ST-ARG-COMBINED-METHOD after the ... Wed, 05 Dec 2007 13:44:24 GMT Gary Byers [7821] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) Try to straighten out type-checking in optimized MAKE-INSTANCE; try ... Wed, 05 Dec 2007 04:19:22 GMT R. Matthew Emerson [7820] * branches/ia32/level-0/X86/X8664/x8664-array.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-clos.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-def.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-float.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-hash.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-io.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-misc.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-numbers.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-pred.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-symbol.lisp (moved) * branches/ia32/level-0/X86/X8664/x8664-utils.lisp (moved) These files are really all x8664 specific. Move them into the X8664 ... Tue, 04 Dec 2007 22:16:07 GMT R. Matthew Emerson [7819] * branches/ia32/compiler/X86/x862.lisp (modified) Use WITH-ADDITIONAL-IMM-REG in more places. Alter ? and $ macros to ... Tue, 04 Dec 2007 22:07:58 GMT R. Matthew Emerson [7818] * branches/ia32/lib/ffi-darwinx8632.lisp (modified) Incomplete, mostly worthless. Tue, 04 Dec 2007 22:06:53 GMT R. Matthew Emerson [7817] * branches/ia32/compiler/X86/X8632/x8632-vinsns.lisp (modified) Some more vinsns (including store-single, for the benefit of ... Tue, 04 Dec 2007 22:04:18 GMT R. Matthew Emerson [7816] * branches/ia32/compiler/X86/X8632/x8632-arch.lisp (modified) include callback subprim in the list Tue, 04 Dec 2007 22:03:17 GMT R. Matthew Emerson [7815] * branches/ia32/lib/misc.lisp (modified) x8632 disassemble function Tue, 04 Dec 2007 22:02:39 GMT R. Matthew Emerson [7814] * branches/ia32/lib/backtrace-lds.lisp (modified) Update saved register names/count for x8632. (There are none on x8632.) Tue, 04 Dec 2007 22:00:14 GMT R. Matthew Emerson [7813] * branches/ia32/lib/foreign-types.lisp (modified) Specify interface-db-directory for darwinx8632. Tue, 04 Dec 2007 21:57:48 GMT R. Matthew Emerson [7812] * branches/ia32/level-1/x86-trap-support.lisp (modified) ucontext stuff for Darwin/X8632 Tue, 04 Dec 2007 21:55:28 GMT R. Matthew Emerson [7811] * branches/ia32/level-1/l1-numbers.lisp (modified) * branches/ia32/lib/number-macros.lisp (modified) * branches/ia32/lib/numbers.lisp (modified) Darwin/PPC32 has had single-precision variants of sin/cos/etc. for a ... Mon, 03 Dec 2007 21:53:40 GMT Gary Byers [7810] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) Handle class slots in MAKE-INSTANTIATE-LAMBDA-FOR-CLASS-CELL. Mon, 03 Dec 2007 11:30:34 GMT Gary Byers [7809] * trunk/ccl/level-1/l1-streams.lisp (modified) Use WITHOUT-INTERRUPTS in FD-STREAM-FORCE-OUTPUT. Mon, 03 Dec 2007 11:30:04 GMT Gary Byers [7808] * trunk/ccl/level-1/l1-readloop-lds.lisp (modified) Use *LISTENER-PROMPT-FORMAT*.in PRINT-LISTENER-PROMPT. Mon, 03 Dec 2007 11:29:35 GMT Gary Byers [7807] * trunk/ccl/lib/ccl-export-syms.lisp (modified) Export *LISTENER-PROMPT-FORMAT*. Mon, 03 Dec 2007 11:28:46 GMT Gary Byers [7806] * trunk/ccl/lisp-kernel/x86-exceptions.c (modified) Complain if lisp stack pointer isn't in lisp stack when calling out ... Mon, 03 Dec 2007 11:14:42 GMT Gary Byers [7805] * trunk/ccl/level-1/l1-sysio.lisp (modified) Fix INFER-LINE-TERMINATION termination. Wasn't this checked in a few ... Sun, 02 Dec 2007 11:01:36 GMT Gary Byers [7804] * branches/working-0711/ccl/cocoa-ide/README (modified) * branches/working-0711/ccl/cocoa-ide/app-delegate.lisp (modified) * branches/working-0711/ccl/cocoa-ide/apropos-window.lisp (modified) * branches/working-0711/ccl/cocoa-ide/build-application.lisp (modified) * branches/working-0711/ccl/cocoa-ide/builder-utilities.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-application.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-backtrace.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-defaults.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-doc.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-editor.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-grep.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-inspector.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-listener.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-prefs.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-typeout.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-utils.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa-window.lisp (modified) * branches/working-0711/ccl/cocoa-ide/cocoa.lisp (modified) * branches/working-0711/ccl/cocoa-ide/compile-hemlock.lisp (modified) * branches/working-0711/ccl/cocoa-ide/defsystem.lisp (added) * branches/working-0711/ccl/cocoa-ide/fasls (added) * branches/working-0711/ccl/cocoa-ide/hemlock/src/archive (added) * branches/working-0711/ccl/cocoa-ide/hemlock/src/archive/elisp (added) * branches/working-0711/ccl/cocoa-ide/hemlock/src/archive/spell (added) * branches/working-0711/ccl/cocoa-ide/hemlock/src/archive/tty (added) * branches/working-0711/ccl/cocoa-ide/hemlock/src/archive/wire (added) * branches/working-0711/ccl/cocoa-ide/hemlock/src/listener.lisp (modified) * branches/working-0711/ccl/cocoa-ide/hemlock/src/macros.lisp (modified) * branches/working-0711/ccl/cocoa-ide/hemlock/src/srccom.lisp (deleted) * branches/working-0711/ccl/cocoa-ide/hemlock/src/symbol-completion.lisp (modified) * branches/working-0711/ccl/cocoa-ide/hemlock/unused/archive (copied) * branches/working-0711/ccl/cocoa-ide/ide-bundle.lisp (added) * branches/working-0711/ccl/cocoa-ide/ide-contents/Resources/English.lproj/apropos.nib/classes.nib (modified) * branches/working-0711/ccl/cocoa-ide/ide-contents/Resources/English.lproj/apropos.nib/info.nib (modified) * branches/working-0711/ccl/cocoa-ide/ide-contents/Resources/English.lproj/apropos.nib/keyedobjects.nib (modified) * branches/working-0711/ccl/cocoa-ide/ide-contents/Resources/English.lproj/preferences.nib/info.nib (modified) * branches/working-0711/ccl/cocoa-ide/ide-contents/Resources/English.lproj/preferences.nib/keyedobjects.nib (modified) * branches/working-0711/ccl/cocoa-ide/preferences.lisp (modified) * branches/working-0711/ccl/cocoa-ide/processes-window.lisp (modified) * branches/working-0711/ccl/cocoa-ide/start.lisp (added) sync with trunk Sun, 02 Dec 2007 10:45:42 GMT Gary Byers [7803] * branches/working-0711/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib/classes.nib (deleted) * branches/working-0711/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib/designable.nib (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib/info.nib (deleted) * branches/working-0711/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib/keyedobjects.nib (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/CurrencyConverter.xib (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/build_app.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ide.html (deleted) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ui.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ui_tiger.html (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/conclusion.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/create_lisp.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/making_project.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/writing_lisp.html (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/stylesheets/styles.css (modified) * branches/working-0711/ccl/examples/cocoa/currency-converter/currency-converter.lisp (modified) Sync with trunk Sun, 02 Dec 2007 10:26:17 GMT Gary Byers [7802] * branches/working-0711/ccl/examples/cocoa/easygui/easygui.asd (modified) * branches/working-0711/ccl/examples/cocoa/easygui/example (added) * branches/working-0711/ccl/examples/cocoa/easygui/example/currency-converter.lisp (moved) * branches/working-0711/ccl/examples/cocoa/easygui/example/tiny.lisp (moved) * branches/working-0711/ccl/examples/cocoa/easygui/example/view-hierarchy.lisp (added) * branches/working-0711/ccl/examples/cocoa/easygui/new-cocoa-bindings.lisp (modified) * branches/working-0711/ccl/examples/cocoa/easygui/package.lisp (modified) * branches/working-0711/ccl/examples/cocoa/easygui/views.lisp (modified) Import from trunk. Sun, 02 Dec 2007 10:24:39 GMT Gary Byers [7801] * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/finder-win1.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard1.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard2.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard3.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard4.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard5.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard6.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard7.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/ibwin-leopard8.jpg (added) * branches/working-0711/ccl/examples/cocoa/currency-converter/HOWTO_files/images/listener1.jpg (modified) Import from trunk. Sat, 01 Dec 2007 22:43:00 GMT mikel [7800] * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ui_tiger.html (modified) various corrections to HOWTO; added section on IB 2.x Sat, 01 Dec 2007 22:28:23 GMT mikel [7799] * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/build_app.html (modified) * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ui.html (modified) * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/building_ui_tiger.html (added) * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/conclusion.html (modified) * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/making_project.html (modified) * trunk/ccl/examples/cocoa/currency-converter/HOWTO_files/pages/writing_lisp.html (modified) various corrections to HOWTO; added section on IB 2.x Sat, 01 Dec 2007 06:34:27 GMT Gary Byers [7798] * branches/working-0711/ccl/x86-headers64/elf (modified) Set ignore property. Fri, 30 Nov 2007 23:57:50 GMT Gary Byers [7797] * branches/working-0711/ccl/lib/compile-ccl.lisp (modified) add UPDATE-CCL Fri, 30 Nov 2007 21:26:15 GMT Gary Byers [7796] * branches/working-0711/ccl/level-1/l1-files.lisp (modified) Try to fix ENOUGH-NAMESTRING. Fri, 30 Nov 2007 20:55:59 GMT Gary Byers [7795] * branches/working-0711/ccl/level-1/ppc-error-signal.lisp (modified) * branches/working-0711/ccl/level-1/x86-error-signal.lisp (modified) Use MAYBE-SETF-NAME when reporting undefined function names. Fri, 30 Nov 2007 20:54:58 GMT Gary Byers [7794] * branches/working-0711/ccl/level-1/l1-unicode.lisp (modified) Fix extra - in macintosh-memory-decode function name. Fri, 30 Nov 2007 20:50:34 GMT Gary Byers [7793] * branches/working-0711/ccl/x86-headers64/elf (added) * branches/working-0711/ccl/x86-headers64/elf/.cvsignore (added) * branches/working-0711/ccl/x86-headers64/elf/C (added) * branches/working-0711/ccl/x86-headers64/elf/C/.cvsignore (added) * branches/working-0711/ccl/x86-headers64/elf/C/populate.sh (added) new Fri, 30 Nov 2007 20:46:53 GMT Gary Byers [7792] * branches/working-0711/ccl/level-1/l1-aprims.lisp (modified) Track SETF function name inverses. Fri, 30 Nov 2007 20:46:28 GMT Gary Byers [7791] * branches/working-0711/ccl/compiler/nx0.lisp (modified) Don't set the "puntable" bit on constant-valued pointers that have ... Fri, 30 Nov 2007 19:39:49 GMT Gary Byers [7790] * branches/working-0711/ccl/compiler/X86/x862.lisp (modified) %natural-, %natural-c vinsn fixes. Fri, 30 Nov 2007 18:31:17 GMT Gary Byers [7789] * branches/working-0711/ccl/level-1/l1-clos.lisp (modified) Hook up the make-instance optimization stuff. Fri, 30 Nov 2007 18:30:31 GMT Gary Byers [7788] * branches/working-0711/ccl/level-1/l1-readloop-lds.lisp (modified) Port batch-quit stuff from working-0710 branch. Fri, 30 Nov 2007 03:02:36 GMT R. Matthew Emerson [7787] * branches/ia32/compiler/X86/x862.lisp (modified) * branches/ia32/lib/ffi-darwinx8632.lisp (modified) Minor stuff. Fri, 30 Nov 2007 00:01:56 GMT mikel [7786] * trunk/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib (added) * trunk/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib/designable.nib (added) * trunk/ccl/examples/cocoa/currency-converter/CurrencyConverter.nib/keyedobjects.nib (added) * trunk/ccl/examples/cocoa/currency-converter/currency-converter.lisp (modified) tested build-application with CurrencyConverter; added ...