# # ChangeLog for / # # Generated by Trac 1.6 # Nov 24, 2024, 11:45:33 AM Wed, 14 Jan 2004 01:01:36 GMT Gary Byers [282] * trunk/ccl/level-1/l1-error-signal.lisp (modified) * trunk/ccl/level-1/l1-error-system.lisp (modified) PARSE-ERROR isn't a STREAM-ERROR. Tail-call ERROR from SIGNAL- ... Wed, 14 Jan 2004 00:58:45 GMT Gary Byers [281] * trunk/ccl/level-1/l1-numbers.lisp (modified) Can't have a function called CL:RANDOM-STATE, so change its name and ... Wed, 14 Jan 2004 00:58:02 GMT Gary Byers [280] * trunk/ccl/level-1/l1-readloop.lisp (modified) SYMBOL-MACROLET in the cheap evaluator: process declarations along ... Wed, 14 Jan 2004 00:56:51 GMT Gary Byers [279] * trunk/ccl/level-1/l1-typesys.lisp (modified) Incorporate lots of changes (most of the type system, in fact) from ... Wed, 14 Jan 2004 00:55:02 GMT Gary Byers [278] * trunk/ccl/level-1/l1-utils.lisp (modified) Fix ASSOC and friends, broken just a few days ago. Signal PROGRAM- ... Wed, 14 Jan 2004 00:54:00 GMT Gary Byers [277] * trunk/ccl/level-1/sysutils.lisp (modified) TYPE-OF's a little closer to being right (checks for PROPERly-named ... Wed, 14 Jan 2004 00:53:09 GMT Gary Byers [276] * trunk/ccl/lib/defstruct.lisp (modified) STRUCTURE isn't a type specifier; STRUCTURE-OBJECT is. Use the right ... Wed, 14 Jan 2004 00:52:26 GMT Gary Byers [275] * trunk/ccl/lib/lists.lisp (modified) Use ENDP to detect bad alists in COPY-ALIST. Move ALT-LIST-LENGTH ... Wed, 14 Jan 2004 00:50:52 GMT Gary Byers [274] * trunk/ccl/lib/macros.lisp (modified) DEFCLASS: allow NIL as slot :type, expand into (new) ... Wed, 14 Jan 2004 00:48:27 GMT Gary Byers [273] * trunk/ccl/lib/numbers.lisp (modified) LCM-2, SIGNUM fixes. Wed, 14 Jan 2004 00:47:48 GMT Gary Byers [272] * trunk/ccl/lib/pprint.lisp (modified) (SATISFIES (OUTPUT-STREAM-P)). (The thing that's catching these ... Wed, 14 Jan 2004 00:46:11 GMT Gary Byers [271] * trunk/ccl/lib/read.lisp (modified) Add an IN-PACKAGE. PARSE-INTEGER signals PARSE-ERRORs. Wed, 14 Jan 2004 00:45:14 GMT Gary Byers [270] * trunk/ccl/lib/time.lisp (modified) The type system is/was choking on unknown types; it choked on (NUMBER ... Wed, 14 Jan 2004 00:43:58 GMT Gary Byers [269] * trunk/ccl/library/lispequ.lisp (modified) New CTYPEs for negation, intersection. Wed, 14 Jan 2004 00:43:22 GMT Gary Byers [268] * trunk/ccl/lisp-kernel/spentry.s (modified) Restore SPbuiltin_assq (ignore NILs in the alist.) (ash x y) returns ... Mon, 12 Jan 2004 15:20:11 GMT beer [267] * trunk/ccl/examples/objc-clos.lisp (modified) Partial support for MAKE-INSTANCE on ObjC classes Mon, 12 Jan 2004 07:31:27 GMT Gary Byers [266] * trunk/ccl/level-1/l1-dcode.lisp (modified) Too-few args to generic-function -> PROGRAM-ERROR, not just ERROR. Mon, 12 Jan 2004 07:30:46 GMT Gary Byers [265] * trunk/ccl/lib/lists.lisp (modified) BUTLAST, NBUTLAST handle dotted lists again. Mon, 12 Jan 2004 07:29:47 GMT Gary Byers [264] * trunk/ccl/lib/level-2.lisp (modified) Handle the case where &WHOLE is a structured lambda-list in ... Mon, 12 Jan 2004 01:54:59 GMT Gary Byers [263] * trunk/ccl/lisp-kernel/spentry.s (modified) Start to replace some old (old-binding scheme) entries with &restv ... Mon, 12 Jan 2004 01:53:33 GMT Gary Byers [262] * trunk/ccl/lisp-kernel/spjump.s (modified) Start to replace some old (old-binding scheme) entries with &restv ... Mon, 12 Jan 2004 01:53:00 GMT Gary Byers [261] * trunk/ccl/lib/arrays-fry.lisp (modified) ARRAY-IN-BOUNDS-P allows bignum subscripts (which are never in ... Mon, 12 Jan 2004 01:52:02 GMT Gary Byers [260] * trunk/ccl/level-1/l1-utils.lisp (modified) ASSEQL was misparenthesized. Mon, 12 Jan 2004 01:51:35 GMT Gary Byers [259] * trunk/ccl/compiler/PPC/PPC64/ppc64-vinsns.lisp (modified) rename some macros: ppc->ppc64. Mon, 12 Jan 2004 01:50:22 GMT Gary Byers [258] * trunk/ccl/compiler/nx0.lisp (modified) NX-TAG-INFO compares tagbody tags with EQL. Sun, 11 Jan 2004 06:24:47 GMT Gary Byers [257] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) (SETF FIND-CLASS) checks more carefully for "protected classes". Sun, 11 Jan 2004 06:14:29 GMT Gary Byers [256] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) Vinsn renames; slight change to remove backend support for ... Sun, 11 Jan 2004 06:13:22 GMT Gary Byers [255] * trunk/ccl/compiler/PPC/ppc-vinsns.lisp (modified) Change some vinsn names, eliminate some unused vinsns. This'll be ... Sun, 11 Jan 2004 06:08:37 GMT Gary Byers [254] * trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (modified) Fix nil-value constant. Sun, 11 Jan 2004 06:08:03 GMT Gary Byers [253] * trunk/ccl/compiler/PPC/PPC64/ppc64-vinsns.lisp (added) New file; not close to correct yet. Sun, 11 Jan 2004 06:07:24 GMT Gary Byers [252] * trunk/ccl/level-1/l1-lisp-threads.lisp (modified) Make *DEFAULT-TEMP-STACK-SIZE* too big. Sun, 11 Jan 2004 06:06:50 GMT Gary Byers [251] * trunk/ccl/lib/numbers.lisp (modified) Fix LCM/LCM-2 error checking. Sun, 11 Jan 2004 06:06:18 GMT Gary Byers [250] * trunk/ccl/lisp-kernel/spentry.s (modified) _SPbuiltin_length handles the LIST-LENGTH case inline. Fri, 09 Jan 2004 22:09:57 GMT Gary Byers [249] * trunk/ccl/xdump/xfasload.lisp (modified) Back out of the attempt to make LIST-LENGTH a builtin. Fri, 09 Jan 2004 21:36:05 GMT Gary Byers [248] * trunk/ccl/lib/lists.lisp (modified) Another typo in BUTLAST. Fri, 09 Jan 2004 21:29:23 GMT Gary Byers [247] * trunk/ccl/level-1/l1-utils.lisp (modified) Typo in ASSEQL. Fri, 09 Jan 2004 21:27:46 GMT Gary Byers [246] * trunk/ccl/xdump/xfasload.lisp (modified) LIST-LENGTH will soon be builtin. Fri, 09 Jan 2004 21:27:27 GMT Gary Byers [245] * trunk/ccl/lib/lists.lisp (modified) [N]BUTLAST fixes. Fri, 09 Jan 2004 21:26:59 GMT Gary Byers [244] * trunk/ccl/level-1/l1-error-system.lisp (modified) BAD-SLOT-TYPE, IMPROPER-LIST conditions. Fri, 09 Jan 2004 21:25:42 GMT Gary Byers [243] * trunk/ccl/level-1/l1-error-signal.lisp (modified) Handle IMPROPER-LIST Fri, 09 Jan 2004 21:25:20 GMT Gary Byers [242] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) * trunk/ccl/level-1/l1-clos.lisp (modified) BAD-SLOT-TYPE errors. Fri, 09 Jan 2004 21:24:20 GMT Gary Byers [241] * trunk/ccl/level-0/l0-misc.lisp (modified) LENGTH changes. Thu, 08 Jan 2004 00:30:28 GMT Gary Byers [240] * trunk/ccl/examples/cocoa-window.lisp (modified) * trunk/ccl/examples/cocoa.lisp (modified) A little bit of conditionalization. Thu, 08 Jan 2004 00:29:58 GMT Gary Byers [239] * trunk/ccl/level-1/sysutils.lisp (modified) TYPEP returns 1 value. Thu, 08 Jan 2004 00:29:37 GMT Gary Byers [238] * trunk/ccl/level-0/l0-bignum.lisp (modified) Detect when destructive right shifts yield a fixnum more accurately ... Wed, 07 Jan 2004 23:40:50 GMT Gary Byers [237] * trunk/ccl/level-0/l0-misc.lisp (modified) ASSQ is builtin, so just EVAL-REDEF it. Wed, 07 Jan 2004 23:39:42 GMT Gary Byers [236] * trunk/ccl/level-1/l1-utils.lisp (modified) ASSOC variants don't allow NIL in an alist. ASSEQL typechecks ... Wed, 07 Jan 2004 23:38:16 GMT Gary Byers [235] * trunk/ccl/lib/level-2.lisp (modified) Do an EVAL-REDEF for ASSQ. Wed, 07 Jan 2004 23:37:57 GMT Gary Byers [234] * trunk/ccl/lisp-kernel/spentry.s (modified) Fix (at least the function case) of :ALLOW-OTHER-KEYS NIL. Wed, 07 Jan 2004 15:42:22 GMT beer [233] * trunk/ccl/examples/objc-clos.lisp (modified) Added support for foreign slot definitions Wed, 07 Jan 2004 03:20:00 GMT Gary Byers [232] * trunk/ccl/level-0/PPC/ppc-clos.lisp (modified) Assume that elaboration will call #'%SLOT-ID-REF-MISSING, ... Tue, 06 Jan 2004 05:21:57 GMT Gary Byers [231] * trunk/ccl/examples/objc-clos.lisp (modified) Print class addresses when generating slots, in the commented-out ... Tue, 06 Jan 2004 05:19:43 GMT Gary Byers [230] * trunk/ccl/examples/objc-runtime.lisp (modified) Derive the names of superclasses when recursively mapping classes; ... Tue, 06 Jan 2004 03:05:12 GMT (none) [229] * tags/snapshot_040106 (copied) * tags/snapshot_040106/ccl/compiler (copied) * tags/snapshot_040106/ccl/compiler/dll-node.lisp (copied) * tags/snapshot_040106/ccl/compiler/lambda-list.lisp (copied) * tags/snapshot_040106/ccl/compiler/nx-base-app.lisp (copied) * tags/snapshot_040106/ccl/compiler/nx-basic.lisp (copied) * tags/snapshot_040106/ccl/compiler/nxenv.lisp (copied) * tags/snapshot_040106/ccl/compiler/reg.lisp (copied) * tags/snapshot_040106/ccl/compiler/risc-lap.lisp (copied) * tags/snapshot_040106/ccl/darwin-headers (copied) * branches/initial/ccl/examples/apple-objc.lisp (deleted) * tags/snapshot_040106/ccl/examples/bridge.lisp (copied) * tags/snapshot_040106/ccl/examples/cocoa-application.lisp (copied) * tags/snapshot_040106/ccl/examples/cocoa-listener.lisp (copied) * tags/snapshot_040106/ccl/examples/cocoa-window.lisp (copied) * tags/snapshot_040106/ccl/examples/cocoa.lisp (copied) * tags/snapshot_040106/ccl/examples/compile-hemlock.lisp (copied) * tags/snapshot_040106/ccl/examples/fake-cfbundle-path.lisp (copied) * branches/initial/ccl/examples/gnu-objc.lisp (deleted) * tags/snapshot_040106/ccl/examples/name-translation.lisp (copied) * tags/snapshot_040106/ccl/examples/objc-clos.lisp (copied) * tags/snapshot_040106/ccl/examples/objc-readtable.lisp (copied) * tags/snapshot_040106/ccl/examples/objc-runtime.lisp (copied) * tags/snapshot_040106/ccl/examples/objc-support.lisp (copied) * tags/snapshot_040106/ccl/examples/process-objc-modules.lisp (copied) * tags/snapshot_040106/ccl/headers (copied) * tags/snapshot_040106/ccl/hemlock/src/bit-display.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/bit-screen.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/cursor.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/decls.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/display.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/files.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/htext1.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/htext3.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/line.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/linimage.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/macros.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/morecoms.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/rompsite.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/syntax.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/window.lisp (copied) * tags/snapshot_040106/ccl/hemlock/src/winimage.lisp (copied) * tags/snapshot_040106/ccl/level-0 (copied) * tags/snapshot_040106/ccl/level-0/.cvsignore (copied) * tags/snapshot_040106/ccl/level-0/PPC/.cvsignore (copied) * tags/snapshot_040106/ccl/level-0/l0-clos.lisp (copied) * tags/snapshot_040106/ccl/level-0/l0-complex.lisp (copied) * tags/snapshot_040106/ccl/level-0/l0-dcode.lisp (copied) * tags/snapshot_040106/ccl/level-0/l0-debug.lisp (copied) * tags/snapshot_040106/ccl/level-1 (copied) * tags/snapshot_040106/ccl/level-1/l1-boot-lds.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-callbacks.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-cl-package.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-error-signal.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-error-system.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-files.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-format.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-init.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-reader.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-readloop-lds.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-sort.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-symhash.lisp (copied) * tags/snapshot_040106/ccl/level-1/l1-sysio.lisp (copied) * tags/snapshot_040106/ccl/level-1/level-1.lisp (copied) * tags/snapshot_040106/ccl/level-1/solaris-files.lisp (copied) * tags/snapshot_040106/ccl/lib/arrays-fry.lisp (copied) * tags/snapshot_040106/ccl/lib/backtrace-lds.lisp (copied) * tags/snapshot_040106/ccl/lib/backtrace.lisp (copied) * tags/snapshot_040106/ccl/lib/ccl-export-syms.lisp (copied) * tags/snapshot_040106/ccl/lib/compile-ccl.lisp (copied) * tags/snapshot_040106/ccl/lib/db-io.lisp (copied) * tags/snapshot_040106/ccl/lib/defstruct-lds.lisp (copied) * tags/snapshot_040106/ccl/lib/defstruct-macros.lisp (copied) * tags/snapshot_040106/ccl/lib/defstruct.lisp (copied) * tags/snapshot_040106/ccl/lib/describe.lisp (copied) * tags/snapshot_040106/ccl/lib/dumplisp.lisp (copied) * tags/snapshot_040106/ccl/lib/eval.lisp (copied) * tags/snapshot_040106/ccl/lib/foreign-types.lisp (copied) * tags/snapshot_040106/ccl/lib/macros.lisp (copied) * tags/snapshot_040106/ccl/lib/nfcomp.lisp (copied) * tags/snapshot_040106/ccl/lib/number-case-macro.lisp (copied) * tags/snapshot_040106/ccl/lib/number-macros.lisp (copied) * tags/snapshot_040106/ccl/lib/numbers.lisp (copied) * tags/snapshot_040106/ccl/lib/pathnames.lisp (copied) * tags/snapshot_040106/ccl/lib/ppc-metering.lisp (copied) * tags/snapshot_040106/ccl/lib/ppcenv.lisp (copied) * tags/snapshot_040106/ccl/lib/prepare-mcl-environment.lisp (copied) * branches/initial/ccl/lib/proxy-events.lisp (deleted) * tags/snapshot_040106/ccl/lib/read.lisp (copied) * tags/snapshot_040106/ccl/lib/systems.lisp (copied) * tags/snapshot_040106/ccl/lib/xref.lisp (copied) * tags/snapshot_040106/ccl/library/lispequ.lisp (copied) * tags/snapshot_040106/ccl/library/macptr-termination.lisp (copied) * tags/snapshot_040106/ccl/library/splay-tree.lisp (copied) * tags/snapshot_040106/ccl/lisp-kernel/Threads.h (copied) * tags/snapshot_040106/ccl/lisp-kernel/constants.h (copied) * tags/snapshot_040106/ccl/lisp-kernel/constants.s (copied) * tags/snapshot_040106/ccl/lisp-kernel/errors.s (copied) * tags/snapshot_040106/ccl/lisp-kernel/gc.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/gc.h (copied) * tags/snapshot_040106/ccl/lisp-kernel/lisp-debug.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/lisp-exceptions.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/lisp-exceptions.h (copied) * tags/snapshot_040106/ccl/lisp-kernel/lisp_globals.h (copied) * tags/snapshot_040106/ccl/lisp-kernel/lispdcmd.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/macros.s (copied) * tags/snapshot_040106/ccl/lisp-kernel/plbt.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/pmcl-kernel.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/ppc_print.c (copied) * tags/snapshot_040106/ccl/lisp-kernel/spentry.s (copied) * tags/snapshot_040106/ccl/lisp-kernel/spjump.s (copied) * tags/snapshot_040106/ccl/lisp-kernel/static-linux (copied) * tags/snapshot_040106/ccl/lisp-kernel/thread_manager.c (copied) * tags/snapshot_040106/ccl/xdump (copied) * tags/snapshot_040106/ccl/xdump/.cvsignore (copied) * tags/snapshot_040106/ccl/xdump/xsparcfasload.lisp (copied) * tags/snapshot_040106/ccl/xdump/xsym.lisp (copied) This commit was manufactured by cvs2svn to create tag 'snapshot_040106'. Tue, 06 Jan 2004 03:05:12 GMT Gary Byers [228] * trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp (modified) Say "4" instead of "(ash 1 ppc::word-shift)", since this is platform- ... Tue, 06 Jan 2004 03:04:17 GMT Gary Byers [227] * trunk/ccl/examples/objc-support.lisp (modified) Use "TARGET" package, not "ARCH". Tue, 06 Jan 2004 02:33:18 GMT Gary Byers [226] * trunk/ccl/lisp-kernel/static-linux (added) * trunk/ccl/lisp-kernel/static-linux/.cvsignore (added) * trunk/ccl/lisp-kernel/static-linux/Makefile (added) * trunk/ccl/lisp-kernel/static-linux/staticlib.c (added) Preliminary support for statically-linked kernel. Tue, 06 Jan 2004 02:30:48 GMT Gary Byers [225] * trunk/ccl/xdump/heap-image.lisp (modified) FIXNUMSHIFT in TARGET package. Tue, 06 Jan 2004 02:30:21 GMT Gary Byers [224] * trunk/ccl/lib/read.lisp (modified) SUBTAG-INSTANCE in TARGET package. Tue, 06 Jan 2004 02:29:54 GMT Gary Byers [223] * trunk/ccl/level-1/l1-lisp-threads.lisp (modified) Intern accessors in "TARGET" package. Tue, 06 Jan 2004 02:29:28 GMT Gary Byers [222] * trunk/ccl/compiler/PPC/ppc-disassemble.lisp (modified) EXTRACT-DEFAULT function's in PPC package now. Tue, 06 Jan 2004 02:12:02 GMT Gary Byers [221] * trunk/ccl/xdump/xppcfasload.lisp (modified) Error codes in ARCH package. Tue, 06 Jan 2004 02:11:28 GMT Gary Byers [220] * trunk/ccl/xdump/xfasload.lisp (modified) Nilreg-relative-symbols are PPC common. Tue, 06 Jan 2004 02:11:00 GMT Gary Byers [219] * trunk/ccl/lisp-kernel/pmcl-kernel.c (modified) Set lisp_global(STATICALLY_LINKED) if STATIC is defined. Tue, 06 Jan 2004 02:10:18 GMT Gary Byers [218] * trunk/ccl/lisp-kernel/plbt.c (modified) Don't assume that dladdr exists if STATIC is defined. Tue, 06 Jan 2004 02:09:41 GMT Gary Byers [217] * trunk/ccl/lisp-kernel/constants.s (modified) * trunk/ccl/lisp-kernel/lisp_globals.h (modified) STATICALLY_LINKED global. Tue, 06 Jan 2004 02:09:08 GMT Gary Byers [216] * trunk/ccl/lib/ppcenv.lisp (modified) PPC regs are in PPC package. Tue, 06 Jan 2004 02:08:38 GMT Gary Byers [215] * trunk/ccl/lib/backtrace-lds.lisp (modified) Opcode/operand stuff's in ARCH package. Tue, 06 Jan 2004 02:08:08 GMT Gary Byers [214] * trunk/ccl/level-1/version.lisp (modified) 040106, for a while. Tue, 06 Jan 2004 02:07:49 GMT Gary Byers [213] * trunk/ccl/level-1/ppc-error-signal.lisp (modified) * trunk/ccl/level-1/ppc-trap-support.lisp (modified) Error codes are in ARCH package. Tue, 06 Jan 2004 02:07:21 GMT Gary Byers [212] * trunk/ccl/level-1/l1-lisp-threads.lisp (modified) TCR flags are in ARCH. (Strange, but true.) Tue, 06 Jan 2004 02:06:51 GMT Gary Byers [211] * trunk/ccl/level-1/l1-io.lisp (modified) All PPCs have an FPSCR with the same bits in it ... Tue, 06 Jan 2004 02:06:14 GMT Gary Byers [210] * trunk/ccl/level-1/l1-clos.lisp (modified) Fix (bad) typo in %SHARED-INITIALIZE. Tue, 06 Jan 2004 02:05:33 GMT Gary Byers [209] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) Some changes to initarg checking/caching; may still not be correct. Tue, 06 Jan 2004 02:04:41 GMT Gary Byers [208] * trunk/ccl/level-0/PPC/ppc-float.lisp (modified) * trunk/ccl/level-0/PPC/ppc-numbers.lisp (modified) * trunk/ccl/level-0/PPC/ppc-symbol.lisp (modified) Internal-package dependency changes. Tue, 06 Jan 2004 02:03:54 GMT Gary Byers [207] * trunk/ccl/level-0/PPC/ppc-def.lisp (modified) Errors in ARCH package. Tue, 06 Jan 2004 02:03:34 GMT Gary Byers [206] * trunk/ccl/level-0/l0-cfm-support.lisp (modified) Some support for static linking under Linux, and changes to the ... Tue, 06 Jan 2004 02:02:26 GMT Gary Byers [205] * trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (modified) Should be close to having PPC64 stuff (tags, object layout) here. Tue, 06 Jan 2004 02:02:10 GMT Gary Byers [204] * trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp (modified) Should be close to having PPC32 stuff (tags, object layout) here. ... Tue, 06 Jan 2004 02:01:03 GMT Gary Byers [203] * trunk/ccl/compiler/PPC/ppc-disassemble.lisp (modified) * trunk/ccl/compiler/PPC/ppc-lap.lisp (modified) * trunk/ccl/compiler/PPC/ppc-lapmacros.lisp (modified) * trunk/ccl/compiler/PPC/ppc-vinsns.lisp (modified) * trunk/ccl/compiler/PPC/ppc2.lisp (modified) Mostly PPC (not PPC32 or PPC64) specific, nominally. (Undoubtedly ... Tue, 06 Jan 2004 01:59:54 GMT Gary Byers [202] * trunk/ccl/compiler/PPC/ppc-backend.lisp (modified) Mostly PPC (not PPC32 or PPC64) specific, nominally. Tue, 06 Jan 2004 01:59:32 GMT Gary Byers [201] * trunk/ccl/compiler/PPC/ppc-asm.lisp (modified) Mostly PPC (not PPC32 or PPC64) specific, nominally. Opcode/operand ... Tue, 06 Jan 2004 01:58:49 GMT Gary Byers [200] * trunk/ccl/compiler/PPC/ppc-arch.lisp (modified) Most stuff that's truly PPC-specific should be here (in the PPC ... Tue, 06 Jan 2004 01:56:18 GMT Gary Byers [199] * trunk/ccl/compiler/PPC/ppc-arch.lisp (modified) Most stuff that's truly PPC-specific should be here (in the PPC ... Tue, 06 Jan 2004 01:54:43 GMT Gary Byers [198] * trunk/ccl/compiler/vreg.lisp (modified) Storage classes (s64/u64 need to be added, at least) are in the ARCH ... Tue, 06 Jan 2004 01:53:54 GMT Gary Byers [197] * trunk/ccl/compiler/vinsn.lisp (modified) (generic) opcode/operand stuff is in the ARCH package. Tue, 06 Jan 2004 01:53:05 GMT Gary Byers [196] * trunk/ccl/compiler/nx0.lisp (modified) Builtin-functions list is in the ARCH package. Tue, 06 Jan 2004 01:52:30 GMT Gary Byers [195] * trunk/ccl/compiler/arch.lisp (modified) Back in the ARCH package, but there's a lot less stuff here. Sat, 03 Jan 2004 23:36:40 GMT Gary Byers [194] * trunk/ccl/level-0/l0-bignum.lisp (modified) Try again, using WITH-NEGATED-BIGNUM-BUFFERS. Sat, 03 Jan 2004 23:23:26 GMT Gary Byers [193] * trunk/ccl/level-0/l0-bignum.lisp (modified) %BIGNUM-BIGNUM-GCD wasn't zeroing out the buffers it (re-)uses, so ... Sat, 03 Jan 2004 19:52:08 GMT Gary Byers [192] * trunk/ccl/compiler/PPC/ppc-asm.lisp (modified) Slight change to requirements. Sat, 03 Jan 2004 19:51:54 GMT Gary Byers [191] * trunk/ccl/compiler/PPC/ppc-arch.lisp (added) New file. Sat, 03 Jan 2004 19:51:11 GMT Gary Byers [190] * trunk/ccl/compiler/PPC/PPC64 (added) * trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (added) New (empty, in fact) file. Sat, 03 Jan 2004 19:50:33 GMT Gary Byers [189] * trunk/ccl/compiler/arch.lisp (modified) Try to be less ppc32-specific. Sat, 03 Jan 2004 19:49:34 GMT Gary Byers [188] * trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp (modified) Try to be more ppc32-specific. Sat, 03 Jan 2004 19:49:04 GMT Gary Byers [187] * trunk/ccl/examples/bridge.lisp (modified) (Mostly) work with gnu-objc; may have broken apple-objc ... Sat, 03 Jan 2004 19:48:31 GMT Gary Byers [186] * trunk/ccl/examples/name-translation.lisp (modified) special-case GS under GNUstep. Sat, 03 Jan 2004 19:48:01 GMT Gary Byers [185] * trunk/ccl/examples/objc-clos.lisp (modified) * trunk/ccl/examples/objc-runtime.lisp (modified) More gnu-objc conditionalization. Take user-specified class-name ... Sat, 03 Jan 2004 19:45:59 GMT Gary Byers [184] * trunk/ccl/examples/objc-support.lisp (modified) More gnu-objc conditionalization. Sat, 03 Jan 2004 19:43:32 GMT Gary Byers [183] * trunk/ccl/level-0/nfasload.lisp (modified) Generalize the notion of packages whose symbols are always exported.