# # ChangeLog for / # # Generated by Trac 1.6 # Nov 23, 2024, 9:10:08 PM Fri, 01 Jun 2007 00:43:37 GMT Gary Byers [6638] * trunk/ccl/level-1/l1-files.lisp (modified) Do ~-expansion in more places. Hopefully caught most places. Fri, 01 Jun 2007 00:42:26 GMT Gary Byers [6637] * trunk/ccl/level-1/l1-reader.lisp (modified) %TOKEN-PACKAGE generates a READER-ERROR if it can't find the package, ... Fri, 01 Jun 2007 00:40:03 GMT Gary Byers [6636] * trunk/ccl/lib/read.lisp (modified) READER-ERORS use STREAM-ERROR-CONTEXT when reporting themselves. Fri, 01 Jun 2007 00:39:26 GMT Gary Byers [6635] * trunk/ccl/level-1/l1-error-system.lisp (modified) Define and use STREAM-ERROR-CONTEXT. Fri, 01 Jun 2007 00:09:33 GMT Gary Byers [6634] * trunk/ccl/level-1/linux-files.lisp (modified) Define UID-FROM-NAME, TILDE-EXPAND. Use TILDE-EXPAND in %REALPATH, ... Fri, 01 Jun 2007 00:06:19 GMT Gary Byers [6633] * trunk/ccl/level-1/l1-streams.lisp (modified) Try to provide some context - "surrounding characters" - for ... Wed, 30 May 2007 05:20:52 GMT Gary Byers [6632] * branches/ide-1.0/ccl/lib/backtrace.lisp (modified) %stack-frames-in-context. Tue, 29 May 2007 13:38:29 GMT Gary Byers [6631] * branches/ide-1.0/ccl/lib/ppc-backtrace.lisp (modified) %find-register-argument-value: same bug as on x86-64. Tue, 29 May 2007 13:38:01 GMT Gary Byers [6630] * branches/ide-1.0/ccl/compiler/PPC/ppc2.lisp (modified) ppc2-let: special "address" recorded. Tue, 29 May 2007 12:39:54 GMT Gary Byers [6629] * branches/ide-1.0/ccl/lib/x86-backtrace.lisp (modified) %raw-frame-ref: try to find special binding ... Tue, 29 May 2007 12:37:50 GMT Gary Byers [6628] * branches/ide-1.0/ccl/lib/backtrace.lisp (modified) print-call-history: show frame args and locals by default. Tue, 29 May 2007 12:36:12 GMT Gary Byers [6627] * branches/ide-1.0/ccl/lib/arglist.lisp (modified) ARG-NAMES-FROM-MAP takes a PC argument. Tue, 29 May 2007 12:34:36 GMT Gary Byers [6626] * branches/ide-1.0/ccl/level-1/l1-readloop-lds.lisp (modified) :raw break command shows raw frame contents. Tue, 29 May 2007 12:33:53 GMT Gary Byers [6625] * branches/ide-1.0/ccl/level-1/l1-events.lisp (modified) Interactive break: use parent of xcf frame on x86-64. Tue, 29 May 2007 12:33:11 GMT Gary Byers [6624] * branches/ide-1.0/ccl/compiler/X86/x862.lisp (modified) Record special address in LET, too. Mon, 28 May 2007 07:57:13 GMT Gary Byers [6623] * branches/ide-1.0/ccl/compiler/PPC/ppc2.lisp (modified) SAVE-LOCAL-SYMBOLS: save "address" of specials, too. Mon, 28 May 2007 07:51:56 GMT Gary Byers [6622] * branches/ide-1.0/ccl/examples/cocoa-editor.lisp (modified) Insertion uses active font; should unscramble this some more, but it ... Mon, 28 May 2007 07:45:41 GMT Gary Byers [6621] * branches/ide-1.0/ccl/examples/cocoa-listener.lisp (modified) Invert defaults for listener input/output styles (output is now bold, ... Mon, 28 May 2007 07:44:49 GMT Gary Byers [6620] * branches/ide-1.0/ccl/lib/describe.lisp (modified) DISASSEMBLE-LIST works on x86-64, too. Mon, 28 May 2007 07:44:13 GMT Gary Byers [6619] * branches/ide-1.0/ccl/lib/compile-ccl.lisp (modified) Remove duplicate module defs. Mon, 28 May 2007 07:43:55 GMT Gary Byers [6618] * branches/ide-1.0/ccl/lib/backtrace.lisp (modified) VARIABLES-IN-SCOPE. Mon, 28 May 2007 07:43:25 GMT Gary Byers [6617] * branches/ide-1.0/ccl/lib/arglist.lisp (modified) ARG-NAMES-FROM-MAP. Mon, 28 May 2007 07:41:48 GMT Gary Byers [6616] * branches/ide-1.0/ccl/compiler/X86/x862.lisp (modified) save-local-symbols: save "addresses" for special vars, too. Mon, 28 May 2007 07:41:00 GMT Gary Byers [6615] * branches/ide-1.0/ccl/compiler/X86/x86-disassemble.lisp (modified) Support DISASSEMBLE-LIST. Fri, 25 May 2007 12:48:09 GMT Gary Byers [6614] * branches/ide-1.0/ccl/examples/cocoa-editor.lisp (modified) Try to use real bold/oblique font attributes, if present. (Bold ... Fri, 25 May 2007 12:41:52 GMT Gary Byers [6613] * branches/ide-1.0/ccl/examples/cocoa-listener.lisp (modified) Disable #$ONLCR on the pty. Dim "Revert" for listeners. Fri, 25 May 2007 12:37:58 GMT Gary Byers [6612] * branches/ide-1.0/ccl/examples/cocoa-window.lisp (modified) PROCESS-DEBUG-CONDITION for event-process errors (hey, it's a start.) Fri, 25 May 2007 12:36:18 GMT Gary Byers [6611] * branches/ide-1.0/ccl/hemlock/src/line.lisp (modified) Fiox typoo. Fri, 25 May 2007 12:10:12 GMT Gary Byers [6610] * branches/ide-1.0/ccl/examples/objc-clos.lisp (modified) ALLOCATE-INSTANCE: don't make a slot-vector if #/init method made one. Fri, 25 May 2007 12:08:01 GMT Gary Byers [6609] * branches/ide-1.0/ccl/examples/objc-runtime.lisp (modified) No #_objc_msgSendv in ObjC 2.0, since that would make too much sense. ... Fri, 25 May 2007 12:06:42 GMT Gary Byers [6608] * branches/ide-1.0/ccl/hemlock/src/pop-up-stream.lisp (modified) INSERT-STRING is simpler if no start/end args, so hair up (less ... Fri, 25 May 2007 12:05:30 GMT Gary Byers [6607] * branches/ide-1.0/ccl/hemlock/src/streams.lisp (modified) INSERT-STRING is simpler if no start/end args, so hair up (less ... Fri, 25 May 2007 12:04:24 GMT Gary Byers [6606] * branches/ide-1.0/ccl/hemlock/src/linimage.lisp (modified) No more "buffered line" support. Fri, 25 May 2007 12:03:51 GMT Gary Byers [6605] * branches/ide-1.0/ccl/hemlock/src/killcoms.lisp (modified) Don't use "active regions" concept. Stuff pushed on the kill ring ... Fri, 25 May 2007 11:58:22 GMT Gary Byers [6604] * branches/ide-1.0/ccl/hemlock/src/htext4.lisp (modified) Deletions try to adjust line-origins of subsequent lines. Fri, 25 May 2007 11:57:08 GMT Gary Byers [6603] * branches/ide-1.0/ccl/hemlock/src/htext3.lisp (modified) INSERT-STRING: don't take start/end args; if embedded newlines, cons ... Fri, 25 May 2007 11:54:03 GMT Gary Byers [6602] * branches/ide-1.0/ccl/hemlock/src/htext2.lisp (modified) Indentation changes only, I think. Fri, 25 May 2007 11:53:06 GMT Gary Byers [6601] * branches/ide-1.0/ccl/hemlock/src/htext1.lisp (modified) MODIFYING-BUFFER doesn't do begin/end editing. Fri, 25 May 2007 11:50:52 GMT Gary Byers [6600] * branches/ide-1.0/ccl/hemlock/src/hemlock-ext.lisp (modified) Add some type decls, etc. Fri, 25 May 2007 11:50:16 GMT Gary Byers [6599] * branches/ide-1.0/ccl/hemlock/src/font.lisp (modified) Pass the "font" (style index) to BUFFER-NOTE-FONT-CHANGE. Fri, 25 May 2007 11:49:40 GMT Gary Byers [6598] * branches/ide-1.0/ccl/hemlock/src/echo.lisp (modified) Need to tell text system when echo buffer is being modified. (May ... Fri, 25 May 2007 11:48:42 GMT Gary Byers [6597] * branches/ide-1.0/ccl/hemlock/src/comments.lisp (modified) Use KILL-RING-PUSH to push on kill ring (and copy to clipboard.) Fri, 25 May 2007 11:47:57 GMT Gary Byers [6596] * branches/ide-1.0/ccl/hemlock/src/cocoa-hemlock.lisp (modified) REGION-TO-CLIPBOARD calls out to Cocoa. Fri, 25 May 2007 11:47:22 GMT Gary Byers [6595] * branches/ide-1.0/ccl/hemlock/src/line.lisp (modified) Keep track of line origin; don't use %buffered-p slot. Fri, 25 May 2007 11:45:59 GMT Gary Byers [6594] * branches/ide-1.0/ccl/lisp-kernel/xlbt.c (modified) We're a lisp frame if we have a tra. Fri, 25 May 2007 11:45:19 GMT Gary Byers [6593] * branches/ide-1.0/ccl/lisp-kernel/x86-constants64.h (modified) catch_frame: not referenced from C code, but definition was out-of- date. Fri, 25 May 2007 11:44:24 GMT Gary Byers [6592] * branches/ide-1.0/ccl/level-1/l1-processes.lisp (modified) Default PROCESS-DEBUG-CONDITION does nothing. Fri, 25 May 2007 11:43:40 GMT Gary Byers [6591] * branches/ide-1.0/ccl/level-1/l1-error-signal.lisp (modified) %ERROR does PROCESS-DEBUG-CONDITION, to invoke some debugger before ... Fri, 25 May 2007 11:41:50 GMT Gary Byers [6590] * branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib (modified) * branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib (modified) * branches/ide-1.0/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib (modified) Remove some unused menus, menu items. Get tags, target, action right ... Sun, 20 May 2007 16:16:59 GMT Gary Byers [6589] * branches/ide-1.0/ccl/examples/cocoa-editor.lisp (modified) Try to read files (for Open ...) via #/stringWithContentsOfURL:.... ... Sun, 20 May 2007 16:13:03 GMT Gary Byers [6588] * branches/ide-1.0/ccl/examples/cocoa-prefs.lisp (modified) Fix commit button rectangle. Sun, 20 May 2007 16:11:55 GMT Gary Byers [6587] * branches/ide-1.0/ccl/examples/cocoa-window.lisp (modified) Use #/setDefaultTabInterval, rather than creating a tab stop array. Sun, 20 May 2007 16:11:08 GMT Gary Byers [6586] * branches/ide-1.0/ccl/examples/objc-runtime.lisp (modified) %MAKE-NSSTRING uses UTF-8. (NSConstant string should, too.) Sun, 20 May 2007 16:10:26 GMT Gary Byers [6585] * branches/ide-1.0/ccl/examples/objc-support.lisp (modified) Lose %MAKE-NSSTRING-FROM-UTF32-STRING. Add %MAKE-NSSTRING-FROM- ... Sun, 20 May 2007 16:08:16 GMT Gary Byers [6584] * branches/ide-1.0/ccl/level-1/l1-unicode.lisp (modified) STRING-ENCODED-LENGTH-IN-BYTES wants another argument (on branch, too.) Sun, 20 May 2007 16:07:29 GMT Gary Byers [6583] * branches/ide-1.0/ccl/hemlock/src/hemlock-ext.lisp (modified) Pin char-code to 255 when looking for attributes. Sun, 20 May 2007 16:06:35 GMT Gary Byers [6582] * branches/ide-1.0/ccl/hemlock/src/line.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/linimage.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/macros.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/search1.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/struct.lisp (modified) Back out of gap-context change, for now. Sun, 20 May 2007 16:05:25 GMT Gary Byers [6581] * branches/ide-1.0/ccl/hemlock/src/syntax.lisp (modified) Back out of gap-context change, for now. Sun, 20 May 2007 16:05:07 GMT Gary Byers [6580] * branches/ide-1.0/ccl/hemlock/src/htext1.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext2.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext3.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext4.lisp (modified) Back out of gap-context change, for now. Sun, 20 May 2007 16:04:49 GMT Gary Byers [6579] * branches/ide-1.0/ccl/hemlock/src/files.lisp (modified) Back out of gap-context change, for now. Sun, 20 May 2007 16:04:18 GMT Gary Byers [6578] * branches/ide-1.0/ccl/hemlock/src/cursor.lisp (modified) Back out of gap-context change, for now. Sun, 20 May 2007 16:03:35 GMT Gary Byers [6577] * branches/ide-1.0/ccl/hemlock/src/charmacs.lisp (modified) SYNTAX-CHAR-CODE: pin char-code to 255. Sun, 20 May 2007 08:05:47 GMT Gary Byers [6576] * trunk/ccl/level-1/l1-unicode.lisp (modified) Get number of args right in call to STRING-ENCODED-LENGTH-IN-BYTES ... Sun, 20 May 2007 07:54:10 GMT Gary Byers [6575] * branches/ide-1.0/ccl/level-0/X86/x86-misc.lisp (modified) %%get-[signed|unsigned]-longlong: unbox-fixnum args backwards. Sun, 20 May 2007 07:51:27 GMT Gary Byers [6574] * branches/ide-1.0/ccl/hemlock/src/linimage.lisp (modified) Not sure if this needs to be used, but stop referencing gap-related ... Sun, 20 May 2007 07:50:23 GMT Gary Byers [6573] * branches/ide-1.0/ccl/examples/compile-hemlock.lisp (modified) Don't try to compile/load files that've been moved to archive/ Sun, 20 May 2007 07:49:21 GMT Gary Byers [6572] * branches/ide-1.0/ccl/hemlock/src/filecoms.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/listener.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/macros.lisp (modified) Remove some functions/other constructs that're unlikely to be used. Sun, 20 May 2007 07:48:02 GMT Gary Byers [6571] * branches/ide-1.0/ccl/hemlock/src/cursor.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/files.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext1.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext2.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext3.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/htext4.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/line.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/search1.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/struct.lisp (modified) * branches/ide-1.0/ccl/hemlock/src/syntax.lisp (modified) Keep gap info in each buffer, not in special variables or symbol- macros. Sun, 20 May 2007 07:43:47 GMT Gary Byers [6570] * branches/ide-1.0/ccl/hemlock/src/bindings.lisp (modified) Comment out some stuff that's unlikely to be supported. Sun, 20 May 2007 07:41:11 GMT Gary Byers [6569] * branches/ide-1.0/ccl/hemlock/src/archive/auto-save.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/bufed.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/group.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/highlight.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/lisp-lib.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/overwrite.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/srccom.lisp (copied) * branches/ide-1.0/ccl/hemlock/src/archive/xcoms.lisp (moved) Move more (currently unused, often unlikely to ever be used) stuff to ... Sat, 19 May 2007 20:53:02 GMT Gary Byers [6568] * trunk/ccl/level-0/X86/x86-misc.lisp (modified) %%get-unsigned-longlong, %%get-signed-longlong: args in UNBOX-FIXNUM ... Fri, 18 May 2007 01:07:44 GMT Gary Byers [6567] * branches/ide-1.0/ccl/hemlock/src/archive (added) * branches/ide-1.0/ccl/hemlock/src/archive/bit-display.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/bit-screen.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/debug.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/dired.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/diredcoms.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/display.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/dylan.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/eval-server.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/hunk-draw.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/input.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/lispbuf.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/lispeval.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/mh.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/netnews.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/pascal.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/rcs.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/screen.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/scribe.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/shell.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/spell-aug.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/spell-corr.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/spell-rt.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/spellcoms.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/ts-buf.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/ts-stream.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/unixcoms.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/window.lisp (moved) * branches/ide-1.0/ccl/hemlock/src/archive/winimage.lisp (moved) Move lots of (currently unused, often unlikely to ever be used) stuff ... Thu, 17 May 2007 07:18:10 GMT Gary Byers [6566] * branches/ide-1.0/ccl (copied) * branches/ide-1.0/ccl/examples/objc-support.lisp (modified) * branches/ide-1.0/ccl/level-0 (copied) * branches/ide-1.0/ccl/level-1 (copied) * branches/ide-1.0/ccl/lib (copied) * branches/ide-1.0/ccl/lisp-kernel (copied) * branches/ide-1.0/ccl/lisp-kernel/darwinx8664/Makefile (modified) populate Thu, 17 May 2007 07:14:53 GMT Gary Byers [6565] * branches/ide-1.0 (added) start branch Thu, 17 May 2007 07:06:54 GMT Gary Byers [6564] * branches/tfe/ccl/compiler/tfe/tgen.lisp (modified) Started to do some lambda-list stuff, but need more environment support. Thu, 17 May 2007 07:05:28 GMT Gary Byers [6563] * branches/tfe/ccl/compiler/tfe/tenv.lisp (modified) Some more env-processing stuff, just copied from nx. Wed, 16 May 2007 10:21:18 GMT Gary Byers [6562] * branches/tfe/ccl/level-0/X86/x86-def.lisp (modified) * branches/tfe/ccl/level-0/l0-aprims.lisp (modified) * branches/tfe/ccl/level-1/l1-unicode.lisp (modified) * branches/tfe/ccl/level-1/x86-error-signal.lisp (modified) * branches/tfe/ccl/lib/macros.lisp (modified) * branches/tfe/ccl/lib/sequences.lisp (modified) * branches/tfe/ccl/lisp-kernel/x86-exceptions.c (modified) * branches/tfe/ccl/lisp-kernel/x86-spentry64.s (modified) Add recent changes on tfe branch. Wed, 16 May 2007 09:54:55 GMT Gary Byers [6561] * branches/tfe/ccl/compiler/tfe/tgen.lisp (modified) close some parens Wed, 16 May 2007 08:33:51 GMT Gary Byers [6560] * trunk/ccl/level-1/l1-unicode.lisp (modified) Add STRING-ENCODED-LENGTH-IN-BYTES. Make it, ... Wed, 16 May 2007 07:31:25 GMT Gary Byers [6559] * trunk/ccl/level-0/l0-aprims.lisp (modified) Try to deal with the "SIMPLE-BASE-STRING, all of it" case in ... Wed, 16 May 2007 07:25:44 GMT Gary Byers [6558] * trunk/ccl/level-1/x86-error-signal.lisp (modified) xp-argument-list: stack args are under return address, exception ... Wed, 16 May 2007 07:23:04 GMT Gary Byers [6557] * trunk/ccl/lisp-kernel/x86-exceptions.c (modified) finish_function_entry: there's a return address on the top of the ... Wed, 16 May 2007 07:16:34 GMT Gary Byers [6556] * trunk/ccl/lisp-kernel/x86-spentry64.s (modified) uuos in subrprims called via lea/jmp: push ra0 on stack before trap, ... Wed, 16 May 2007 07:11:40 GMT Gary Byers [6555] * trunk/ccl/lib/sequences.lisp (modified) Eric Marsden's fixes to MISMATCH Tue, 15 May 2007 00:49:01 GMT Gary Byers [6554] * trunk/ccl/level-1/l1-unicode.lisp (modified) :utf-32 memory-encode function: don't write a BOM here. Mon, 14 May 2007 18:37:52 GMT Gary Byers [6553] * trunk/ccl/level-0/X86/x86-def.lisp (modified) %RETURN-ADDRESS-OFFSET has been wrong since the switch to the new ... Mon, 14 May 2007 18:37:01 GMT Gary Byers [6552] * trunk/ccl/lib/macros.lisp (modified) WITH-ENCODED-CSTR: accept arguments as produced by WITH-ENCODED- ... Sun, 13 May 2007 07:46:40 GMT Gary Byers [6551] * branches/tfe/ccl/compiler/tfe (added) * branches/tfe/ccl/compiler/tfe/globalfn.lisp (added) * branches/tfe/ccl/compiler/tfe/tattr.lisp (added) * branches/tfe/ccl/compiler/tfe/tenv.lisp (added) * branches/tfe/ccl/compiler/tfe/tgen.lisp (added) * branches/tfe/ccl/compiler/tfe/tnode.lisp (added) * branches/tfe/ccl/compiler/tfe/tprim.lisp (added) Add tree-front-end Sun, 13 May 2007 07:44:16 GMT Gary Byers [6550] * branches/tfe/ccl (copied) create tfe branch Sun, 13 May 2007 07:44:06 GMT Gary Byers [6549] * branches/tfe (added) Dir for new branch. Sun, 13 May 2007 00:22:47 GMT Gary Byers [6548] * trunk/ccl/ChangeLog (modified) Sat, 12 May 2007 23:02:20 GMT Gary Byers [6547] * trunk/ccl/release-notes.txt (modified) Update for 070512. Sat, 12 May 2007 21:20:49 GMT Gary Byers [6546] * trunk/ccl/lisp-kernel/ppc-exceptions.c (modified) Fix typo in new_heap_segment(). Sat, 12 May 2007 21:18:34 GMT Gary Byers [6545] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) Fix typo in ppc2-%i- Sat, 12 May 2007 21:16:18 GMT Gary Byers [6544] * trunk/ccl/level-1/version.lisp (modified) Bump. Sat, 12 May 2007 20:26:40 GMT Gary Byers [6543] * trunk/ccl/lisp-kernel/ppc-exceptions.c (modified) new_heap_segment(): don't extend heap by more than what we need if ... Sat, 12 May 2007 20:25:09 GMT Gary Byers [6542] * trunk/ccl/compiler/PPC/ppc2.lisp (modified) Use *ppc2-target-half-fixnum-type* to suppress overflow checking in ... Sat, 12 May 2007 20:24:25 GMT Gary Byers [6541] * trunk/ccl/compiler/X86/x862.lisp (modified) Fix indentation. Sat, 12 May 2007 12:56:35 GMT Gary Byers [6540] * trunk/ccl/lisp-kernel/x86-exceptions.c (modified) new_heap_segment(): don't extend beyond segment if GC (obviously) ... Wed, 09 May 2007 12:00:02 GMT Gary Byers [6539] * trunk/ccl/level-1/l1-streams.lisp (modified) Fix typo.