# # ChangeLog for / # # Generated by Trac 1.6 # Nov 24, 2024, 1:34:15 AM Fri, 02 Mar 2007 12:02:37 GMT Gary Byers [5970] * trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp (modified) things that do calls need :call attribute. Thu, 01 Mar 2007 11:20:03 GMT Gary Byers [5969] * trunk/ccl/ChangeLog (modified) *** empty log message *** Thu, 01 Mar 2007 11:04:58 GMT Gary Byers [5968] * trunk/ccl/lisp-kernel/x86-spentry64.s (modified) binding primitives: set value after new binding frame Wed, 28 Feb 2007 14:20:04 GMT Gary Byers [5967] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 28 Feb 2007 14:04:25 GMT Gary Byers [5966] * trunk/ccl/level-0/X86/x86-numbers.lisp (modified) In %fixnum-truncate, use -8(sp) rather than %rbp; trust ... Wed, 28 Feb 2007 14:03:03 GMT Gary Byers [5965] * trunk/ccl/lisp-kernel/x86-exceptions.c (modified) Try to preserve -8(sp) across callback_for_interrupt(). Wed, 28 Feb 2007 12:20:04 GMT Gary Byers [5964] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 28 Feb 2007 12:18:29 GMT Gary Byers [5963] * trunk/ccl/lisp-kernel/x86-gc.c (modified) check_node: ignore tiny things (shift counts) that may wind up on the ... Wed, 28 Feb 2007 12:16:41 GMT Gary Byers [5962] * trunk/ccl/lisp-kernel/x86-exceptions.c (modified) In pc_luser_xp: if allocating and before the alloc trap and ... Fri, 23 Feb 2007 17:20:04 GMT Gary Byers [5961] * trunk/ccl/ChangeLog (modified) *** empty log message *** Fri, 23 Feb 2007 17:13:23 GMT Gary Byers [5960] * trunk/ccl/lib/foreign-types.lisp (modified) Changes to GUESS-ALIGNMENT. Again, this only makes sense for cases ... Fri, 23 Feb 2007 17:06:11 GMT Gary Byers [5959] * trunk/ccl/lib/db-io.lisp (modified) Some extra fields in objc-message-info/objc-method-info structures. ... Fri, 23 Feb 2007 16:30:11 GMT Gary Byers [5958] * trunk/ccl/compiler/X86/x862.lisp (modified) Nonsense in x862-set-bit. Thu, 22 Feb 2007 10:20:09 GMT Gary Byers [5957] * trunk/ccl/ChangeLog (modified) *** empty log message *** Thu, 22 Feb 2007 09:33:33 GMT Gary Byers [5956] * trunk/ccl/level-0/l0-misc.lisp (modified) Tweak ROOM output a little. Thu, 22 Feb 2007 09:28:40 GMT Gary Byers [5955] * trunk/ccl/lisp-kernel/x86-gc.c (modified) Fix up the verbose GC herald a bit (get heap size right ...). Thu, 22 Feb 2007 09:27:58 GMT Gary Byers [5954] * trunk/ccl/lisp-kernel/linuxx8664/Makefile (modified) Tell GNU ld to use the traditional (sysv) style of hash maps, if it ... Wed, 21 Feb 2007 13:20:02 GMT Gary Byers [5953] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 21 Feb 2007 13:01:50 GMT Gary Byers [5952] * trunk/ccl/lisp-kernel/ppc-gc.c (modified) * trunk/ccl/lisp-kernel/x86-gc.c (modified) Handle the case where nothing has been consed since last GC. (There ... Wed, 21 Feb 2007 12:58:51 GMT Gary Byers [5951] * trunk/ccl/lisp-kernel/ppc-exceptions.c (modified) * trunk/ccl/lisp-kernel/x86-exceptions.c (modified) If full GC is deferred, ensure that a full GC happens after ... Wed, 21 Feb 2007 12:57:50 GMT Gary Byers [5950] * trunk/ccl/compiler/X86/x86-disassemble.lisp (modified) Continue disassembly after uuo-gc-trap. Mon, 19 Feb 2007 12:20:04 GMT Gary Byers [5949] * trunk/ccl/ChangeLog (modified) *** empty log message *** Mon, 19 Feb 2007 11:50:41 GMT Gary Byers [5948] * trunk/ccl/lib/foreign-types.lisp (modified) Use keywords more consistently. (Note: there seems to be a bug ... Mon, 19 Feb 2007 11:48:43 GMT Gary Byers [5947] * trunk/ccl/level-0/X86/x86-clos.lisp (modified) UNSET-FIN-TRAMPOLINE: don't tail-call error. Mon, 19 Feb 2007 11:42:06 GMT Gary Byers [5946] * trunk/ccl/level-0/PPC/ppc-clos.lisp (modified) UNSET-FIN-TRAMPOLINE: don't tail-call the error function. Mon, 19 Feb 2007 11:40:56 GMT Gary Byers [5945] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) MAYBE-UPDATE-OBSOLETE-INSTANCE: handle funcallable objects that ... Mon, 19 Feb 2007 11:40:00 GMT Gary Byers [5944] * trunk/ccl/level-1/l1-clos.lisp (modified) Move GENERIC-FUNCTION-NAME to FUNCALLABLE-STANDARD-OBJECT. ... Mon, 19 Feb 2007 11:36:07 GMT Gary Byers [5943] * trunk/ccl/lib/describe.lisp (modified) STANDARD-OBJECT-LINE-N: handle funcallable-stanard-objects better. Mon, 19 Feb 2007 11:34:25 GMT Gary Byers [5942] * trunk/ccl/lib/ccl-export-syms.lisp (modified) Export FUNCALLABLE-STANDARD-OBJECT from CCL, OPENMCL-MOP. Mon, 19 Feb 2007 09:20:03 GMT Gary Byers [5941] * trunk/ccl/ChangeLog (modified) *** empty log message *** Mon, 19 Feb 2007 09:09:23 GMT Gary Byers [5940] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) FUNCALLABLE-STANDARD-OBJECT is a FUNCALLABLE-STANDARD-CLASS. Mon, 19 Feb 2007 09:07:55 GMT Gary Byers [5939] * trunk/ccl/examples/bridge.lisp (modified) MAKE-OPTIMIZED-SEND: missing "msg" arg in error message. Thu, 15 Feb 2007 10:20:06 GMT Gary Byers [5938] * trunk/ccl/ChangeLog (modified) *** empty log message *** Thu, 15 Feb 2007 09:46:43 GMT Gary Byers [5937] * trunk/ccl/examples/objc-support.lisp (modified) Call REGISTER-OBJC-INIT-MESSAGES after MAP-OBJC-CLASSES in ... Thu, 15 Feb 2007 09:45:30 GMT Gary Byers [5936] * trunk/ccl/examples/bridge.lisp (modified) UPDATE-OBJC-METHOD-INFO: don't process init methods yet. Wed, 14 Feb 2007 10:20:05 GMT Gary Byers [5935] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 14 Feb 2007 09:39:18 GMT Gary Byers [5934] * trunk/ccl/release-notes.txt (modified) Fix a typo. Wed, 14 Feb 2007 09:35:41 GMT Gary Byers [5933] * trunk/ccl/release-notes.txt (modified) Update for 070214 snapshots. Wed, 14 Feb 2007 07:20:04 GMT Gary Byers [5932] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 14 Feb 2007 06:36:22 GMT Gary Byers [5931] * trunk/ccl/level-1/version.lisp (modified) Bump. Wed, 14 Feb 2007 06:36:08 GMT Gary Byers [5930] * trunk/ccl/lisp-kernel/image.h (modified) * trunk/ccl/xdump/heap-image.lisp (modified) Update image-abi-version. Wed, 14 Feb 2007 06:29:45 GMT Gary Byers [5929] * trunk/ccl/xdump/faslenv.lisp (modified) Finish bumping fasl version. Wed, 14 Feb 2007 06:20:04 GMT Gary Byers [5928] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 14 Feb 2007 06:15:09 GMT Gary Byers [5927] * trunk/ccl/lib/nfcomp.lisp (modified) Bump current fasl version. Wed, 14 Feb 2007 06:02:17 GMT Gary Byers [5926] * trunk/ccl/x86-headers64/gl/C/populate.sh (modified) rm -rf ./usr Wed, 14 Feb 2007 05:45:23 GMT Gary Byers [5925] * trunk/ccl/xdump/faslenv.lisp (modified) Start bumping fasl-version. Wed, 14 Feb 2007 05:42:03 GMT Gary Byers [5924] * trunk/ccl/freebsd-headers64/gmp/C/populate.sh (modified) * trunk/ccl/freebsd-headers64/gnome2/C/populate.sh (modified) * trunk/ccl/freebsd-headers64/gtk2/C/populate.sh (modified) * trunk/ccl/freebsd-headers64/libc/C/populate.sh (modified) rm -rf ./usr Wed, 14 Feb 2007 04:20:05 GMT Gary Byers [5923] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 14 Feb 2007 04:16:02 GMT Gary Byers [5922] * trunk/ccl/freebsd-headers64/gl/C/populate.sh (modified) Avoid processing some files that contain incompatible definitions of ... Wed, 14 Feb 2007 02:20:04 GMT Gary Byers [5921] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 14 Feb 2007 01:42:59 GMT Gary Byers [5920] * trunk/ccl/lib/misc.lisp (modified) Change the way that TIME is reported by default: mention the number ... Wed, 14 Feb 2007 01:41:52 GMT Gary Byers [5919] * trunk/ccl/level-1/linux-files.lisp (modified) Don't do whatever el-bizarro Mach thing once seemed to be necessary ... Wed, 14 Feb 2007 01:35:06 GMT Gary Byers [5918] * trunk/ccl/lib/ffi-linuxppc64.lisp (modified) It's %%get-unsigned-longlong, and the offset arg is required. Wed, 14 Feb 2007 01:20:04 GMT Gary Byers [5917] * trunk/ccl/ChangeLog (modified) *** empty log message *** Wed, 14 Feb 2007 01:12:05 GMT Gary Byers [5916] * trunk/ccl/level-0/X86/x86-misc.lisp (modified) Add rdtsc (returns 60 bit non-negative fixnum) and rdtsc64 (returns ... Wed, 14 Feb 2007 01:10:59 GMT Gary Byers [5915] * trunk/ccl/lib/time.lisp (modified) Simpler GET-INTERNAL-RUN-TIME (tries harder not to cons.) Wed, 14 Feb 2007 01:10:24 GMT Gary Byers [5914] * trunk/ccl/examples/rubix/rubix.lisp (modified) A little bit of cgfloat stuff; there are more/other float-size issues ... Wed, 14 Feb 2007 01:09:50 GMT Gary Byers [5913] * trunk/ccl/examples/objc-support.lisp (modified) Fixup the x86-64 error-return callback trampiline code (was missing a ... Wed, 14 Feb 2007 01:08:41 GMT Gary Byers [5912] * trunk/ccl/examples/objc-runtime.lisp (modified) Set the mxcsr/fpctrl fields of jmp-buf to safe/sane values. Wed, 14 Feb 2007 01:07:49 GMT Gary Byers [5911] * trunk/ccl/examples/cocoa-window.lisp (modified) Don't change-class *cocoa-event-process* until we start to run the ... Wed, 14 Feb 2007 00:35:24 GMT Gary Byers [5910] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) poweropen-foreign-args: on ppc64, a DOUBLE-FLOAT aliases just one gpr. Wed, 14 Feb 2007 00:34:30 GMT Gary Byers [5909] * trunk/ccl/darwin-headers64/libc/C/populate.sh (modified) Select the SDK directory. Wed, 14 Feb 2007 00:34:04 GMT Gary Byers [5908] * trunk/ccl/library/pty.lisp (modified) return-value pointers in OPEN-PTY-PAIR are just 32-bit ints, not "long". Wed, 14 Feb 2007 00:33:19 GMT Gary Byers [5907] * trunk/ccl/lib/ffi-darwinppc64.lisp (modified) Callback arguments: update offset/delta for each scalar, not each ... Wed, 14 Feb 2007 00:31:59 GMT Gary Byers [5906] * trunk/ccl/lib/ffi-darwinppc32.lisp (modified) Fix typo (^get-signed-long). Tue, 13 Feb 2007 00:20:04 GMT Gary Byers [5905] * trunk/ccl/ChangeLog (modified) *** empty log message *** Mon, 12 Feb 2007 23:23:46 GMT Gary Byers [5904] * trunk/ccl/darwin-x86-headers64/libc/C/populate.sh (modified) Select an SDK. Mon, 12 Feb 2007 04:20:04 GMT Gary Byers [5903] * trunk/ccl/ChangeLog (modified) *** empty log message *** Mon, 12 Feb 2007 03:22:37 GMT Gary Byers [5902] * trunk/ccl/examples/bridge.lisp (modified) method-typestring needs to be conditionalized. How has this been ... Mon, 12 Feb 2007 03:22:10 GMT Gary Byers [5901] * trunk/ccl/examples/cocoa-editor.lisp (modified) remove some debugging code. Mon, 12 Feb 2007 03:21:51 GMT Gary Byers [5900] * trunk/ccl/examples/objc-runtime.lisp (modified) %mlist-containing is #-apple-objc-2.0. Mon, 12 Feb 2007 03:21:13 GMT Gary Byers [5899] * trunk/ccl/examples/objc-support.lisp (modified) Lose a quote mark, fix another typo. Sun, 11 Feb 2007 13:20:03 GMT Gary Byers [5898] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 11 Feb 2007 12:35:00 GMT Gary Byers [5897] * trunk/ccl/level-1/version.lisp (modified) Bump. Sun, 11 Feb 2007 12:28:21 GMT Gary Byers [5896] * trunk/ccl/darwin-headers/addressbook/C/populate.sh (modified) * trunk/ccl/darwin-headers/carbon/C/populate.sh (modified) * trunk/ccl/darwin-headers/cocoa/C/populate.sh (modified) * trunk/ccl/darwin-headers/gl/C/populate.sh (modified) * trunk/ccl/darwin-headers/libc/C/populate.sh (modified) * trunk/ccl/darwin-headers/quicktime/C/populate.sh (modified) * trunk/ccl/darwin-headers/webkit/C/populate.sh (modified) Make the SDK prefix an optional argument; default to the Tiger SDK. Sun, 11 Feb 2007 12:26:52 GMT Gary Byers [5895] * trunk/ccl/lib/ffi-darwinppc32.lisp (modified) Ignore errors; it's an error to ignore an errror. Sun, 11 Feb 2007 12:26:29 GMT Gary Byers [5894] * trunk/ccl/level-1/ppc-trap-support.lisp (modified) Conditionalize for gratuitous Leopard renaming. Suffer. Sun, 11 Feb 2007 12:25:59 GMT Gary Byers [5893] * trunk/ccl/level-1/l1-boot-lds.lisp (modified) MAKE-MCL-LISTENER-PROCESS will preset an existing process (so that ... Sun, 11 Feb 2007 12:24:58 GMT Gary Byers [5892] * trunk/ccl/level-1/l1-application.lisp (modified) LISP-DEVELOPMENT-SYSTEM tries to make the initial-listener object ... Sun, 11 Feb 2007 07:20:03 GMT Gary Byers [5891] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 11 Feb 2007 07:01:15 GMT Gary Byers [5890] * trunk/ccl/examples/objc-support.lisp (modified) Deftype for CF-FLOAT. Handle callback-error-returns on x86-64. Sun, 11 Feb 2007 07:00:08 GMT Gary Byers [5889] * trunk/ccl/examples/objc-runtime.lisp (modified) Pointer comparisons in splay trees use %ptr<, to hide word-size ... Sun, 11 Feb 2007 06:54:43 GMT Gary Byers [5888] * trunk/ccl/examples/bridge.lisp (modified) Make structure return-type explicit in objc-message-send calls in ... Sun, 11 Feb 2007 06:20:04 GMT Gary Byers [5887] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 11 Feb 2007 05:34:57 GMT Gary Byers [5886] * trunk/ccl/examples/cocoa-window.lisp (modified) Some indentation changes and slight reorganization of the code; ... Sun, 11 Feb 2007 05:30:37 GMT Gary Byers [5885] * trunk/ccl/examples/cocoa-editor.lisp (modified) * trunk/ccl/examples/cocoa-prefs.lisp (modified) * trunk/ccl/examples/cocoa-typeout.lisp (modified) Need to ensure that floats are CG-FLOATs when appropriate; other ... Sun, 11 Feb 2007 05:29:07 GMT Gary Byers [5884] * trunk/ccl/examples/tiny.lisp (modified) * trunk/ccl/examples/webkit.lisp (modified) Need to ensure that floats are CG-FLOATs when appropriate. Sun, 11 Feb 2007 05:28:23 GMT Gary Byers [5883] * trunk/ccl/hemlock/bin/openmcl (modified) * trunk/ccl/hemlock/bin/openmcl/.cvsignore (modified) Ignore fasls for all platforms. Sun, 11 Feb 2007 05:28:07 GMT Gary Byers [5882] * trunk/ccl/level-0/X86/x86-misc.lisp (modified) VALUES uses :ARGLIST pseudo-op. Sun, 11 Feb 2007 05:27:49 GMT Gary Byers [5881] * trunk/ccl/lib/ffi-darwinppc32.lisp (modified) * trunk/ccl/lib/ffi-darwinppc64.lisp (modified) * trunk/ccl/lib/ffi-linuxppc32.lisp (modified) * trunk/ccl/lib/ffi-linuxppc64.lisp (modified) EXPAND-FF-CALL: ignore-errors when trying to parse the last arglist ... Sun, 11 Feb 2007 05:26:47 GMT Gary Byers [5880] * trunk/ccl/lib/foreign-types.lisp (modified) Pretty much commited to the new FF-CALL expansion ... Sun, 11 Feb 2007 05:26:15 GMT Gary Byers [5879] * trunk/ccl/lisp-kernel/x86-spentry64.s (modified) Preserve %rax when doing ff-call; use %rdx and %r11 to hold target ... Sun, 11 Feb 2007 05:23:00 GMT Gary Byers [5878] * trunk/ccl/library/pty.lisp (modified) Unicode stuff when accessing control char array; conditionalize for ... Sun, 11 Feb 2007 05:22:01 GMT Gary Byers [5877] * trunk/ccl/level-1/l1-callbacks.lisp (modified) Fix a comment (defcallback isn't ppc-specific; the comment dated from ... Sun, 11 Feb 2007 05:21:08 GMT Gary Byers [5876] * trunk/ccl/compiler/X86/X8664/x8664-backend.lisp (modified) Fix some typos; do struct return 32 bits at a time, to avoid consing ... Sun, 11 Feb 2007 05:20:05 GMT Gary Byers [5875] * trunk/ccl/ChangeLog (modified) *** empty log message *** Sun, 11 Feb 2007 05:15:19 GMT Gary Byers [5874] * trunk/ccl/compiler/X86/x86-lap.lisp (modified) Support :arglist directive. Sun, 11 Feb 2007 05:15:01 GMT Gary Byers [5873] * trunk/ccl/compiler/X86/x862.lisp (modified) alloc-c-frame vinsn takes "extra" word count, not total byte count. ... Sun, 11 Feb 2007 05:11:59 GMT Gary Byers [5872] * trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp (modified) There doesn't need to be a "zero-extend-s8" vinsn, but there does ... Sat, 10 Feb 2007 13:20:04 GMT Gary Byers [5871] * trunk/ccl/ChangeLog (modified) *** empty log message ***