# # ChangeLog for / # # Generated by Trac 1.6 # Nov 24, 2024, 7:58:08 AM Thu, 01 Jan 1970 00:00:00 GMT (none) [938] Thu, 01 Jan 1970 00:00:00 GMT (none) [937] Thu, 01 Jan 1970 00:00:00 GMT (none) [936] Thu, 01 Jan 1970 00:00:00 GMT (none) [935] Thu, 01 Jan 1970 00:00:00 GMT (none) [934] Thu, 01 Jan 1970 00:00:00 GMT (none) [933] Thu, 01 Jan 1970 00:00:00 GMT (none) [932] Thu, 01 Jan 1970 00:00:00 GMT (none) [931] Thu, 01 Jan 1970 00:00:00 GMT (none) [930] Thu, 01 Jan 1970 00:00:00 GMT (none) [929] Thu, 01 Jan 1970 00:00:00 GMT (none) [928] Thu, 01 Jan 1970 00:00:00 GMT (none) [927] Thu, 01 Jan 1970 00:00:00 GMT (none) [926] Thu, 01 Jan 1970 00:00:00 GMT (none) [925] Thu, 01 Jan 1970 00:00:00 GMT (none) [924] Thu, 01 Jan 1970 00:00:00 GMT (none) [923] Thu, 01 Jan 1970 00:00:00 GMT (none) [922] Thu, 01 Jan 1970 00:00:00 GMT (none) [921] Thu, 01 Jan 1970 00:00:00 GMT (none) [920] Thu, 01 Jan 1970 00:00:00 GMT (none) [919] Thu, 01 Jan 1970 00:00:00 GMT (none) [918] Wed, 16 Feb 2005 19:35:24 GMT bryan [917] * trunk/ccl/level-1/l1-streams.lisp (modified) fill in some missing methods for echo-streams and concatenated- ... Wed, 16 Feb 2005 19:31:03 GMT bryan [916] * trunk/ccl/level-0/l0-symbol.lisp (modified) * trunk/ccl/level-0/nfasload.lisp (modified) * trunk/ccl/level-1/l1-symhash.lisp (modified) ccl::hash-pname loses when given a non-simple-string ... Wed, 16 Feb 2005 19:22:34 GMT bryan [915] * trunk/ccl/lib/backquote.lisp (modified) comma not inside backquote should signal reader-error. Wed, 16 Feb 2005 19:20:26 GMT bryan [914] * trunk/ccl/level-1/l1-reader.lisp (modified) if *read-suppress*, return NIL from read(-*) forms. Wed, 16 Feb 2005 19:19:01 GMT bryan [913] * trunk/ccl/level-1/l1-io.lisp (modified) adjustable arrays should print readably when *print-array* (per clhs ... Wed, 16 Feb 2005 19:16:33 GMT bryan [912] * trunk/ccl/lib/pprint.lisp (modified) don't declare dynamic-extent for the unused args passed to (funcall ... Wed, 16 Feb 2005 19:11:15 GMT bryan [911] * trunk/ccl/lib/apropos.lisp (modified) "" is a substring to all strings, update %apropos-substring-p to ... Wed, 16 Feb 2005 19:09:24 GMT bryan [910] * trunk/ccl/level-1/l1-utils.lisp (modified) a string-designator can also be a singleton character, update ... Wed, 16 Feb 2005 19:05:59 GMT bryan [909] * trunk/ccl/lib/macros.lisp (modified) typecase was always pushing the t clause (if present) to the end of ... Wed, 16 Feb 2005 18:56:05 GMT bryan [908] * trunk/ccl/lib/sequences.lisp (modified) ccl::simple-vector-delete loses with displaced arrays with a ... Wed, 16 Feb 2005 18:52:23 GMT bryan [907] * trunk/ccl/lib/format.lisp (modified) allow mincol, minpad in format directives to be negative. Wed, 16 Feb 2005 18:46:19 GMT bryan [906] * trunk/ccl/lib/format.lisp (modified) non-list args in ~{..~} format directive should signal type-error. Wed, 16 Feb 2005 18:41:58 GMT bryan [905] * trunk/ccl/level-1/l1-format.lisp (modified) allow #\+ in format directives. Wed, 16 Feb 2005 18:40:22 GMT bryan [904] * trunk/ccl/compiler/PPC/ppc-lap.lisp (modified) modify defppclapfunction to accept a docstring. Wed, 16 Feb 2005 07:24:23 GMT bryan [903] * trunk/ccl/lib/macros.lisp (modified) don't update index if with-input-from-string exits abnormally. Wed, 16 Feb 2005 07:17:38 GMT bryan [902] * trunk/ccl/lib/setf.lisp (modified) spec says that the long form of defsetf encloses the body in a block ... Wed, 16 Feb 2005 02:23:16 GMT bryan [901] * trunk/ccl/level-1/l1-reader.lisp (modified) accept #:. per CLHS and ansi-test SYNTAX.SHARP-COLON.7 Wed, 16 Feb 2005 02:14:26 GMT bryan [900] * trunk/ccl/level-0/l0-hash.lisp (modified) %hash-table-equalp uses :test arg instead of equalp. spec says: ... Wed, 16 Feb 2005 02:04:05 GMT bryan [899] * trunk/ccl/level-1/l1-reader.lisp (modified) suppress unused lexical variable warning in #: handler Wed, 16 Feb 2005 01:58:53 GMT bryan [898] * trunk/ccl/level-1/l1-io.lisp (modified) clhs 22.1.3.8 says an array is printed started with #A. Wed, 16 Feb 2005 01:52:14 GMT bryan [897] * trunk/ccl/level-1/l1-io.lisp (modified) clhs 22.1.3.1.4 says a complex number is printed started with #C. Wed, 27 Oct 2004 06:56:15 GMT Gary Byers [896] * trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) Hacks to keep fp exceptions enabled after pthread_kill() on Darwin. ... Wed, 27 Oct 2004 05:28:50 GMT Gary Byers [895] * trunk/ccl/lisp-kernel/asmutils.s (modified) back out of earlier change, now that signal_handler calls ... Wed, 27 Oct 2004 05:23:10 GMT Gary Byers [894] * trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) Use get_interrupt_tcr() in signal_handler on linux. Wed, 27 Oct 2004 05:22:40 GMT Gary Byers [893] * trunk/ccl/lisp-kernel/thread_manager.c (modified) get_interrupt_tcr() takes a "create-p" argument, like some callers ... Wed, 27 Oct 2004 04:51:22 GMT Gary Byers [892] * trunk/ccl/lisp-kernel/asmutils.s (modified) * trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) play around with r2 when zeroing FPSCR Wed, 06 Oct 2004 22:44:40 GMT Gary Byers [891] * trunk/ccl/examples/cocoa-editor.lisp (modified) * trunk/ccl/examples/cocoa-listener.lisp (modified) * trunk/ccl/examples/cocoa-typeout.lisp (modified) Alex Crain's patches (paste in listener, typeout window size) Fri, 01 Oct 2004 11:03:59 GMT Gary Byers [890] * trunk/ccl/level-1/l1-clos.lisp (modified) if a CERROR offers to change the class of an existing GF, actually ... Sun, 26 Sep 2004 00:38:18 GMT Gary Byers [889] * trunk/ccl/level-1/l1-clos.lisp (modified) Use a real SHARED-INITIALIZE after CLOS is bootstrapped. Default ... Sun, 26 Sep 2004 00:31:48 GMT Gary Byers [888] * trunk/ccl/level-1/l1-dcode.lisp (modified) New support for funcallable instances, from Tim Moore. Sun, 26 Sep 2004 00:31:07 GMT Gary Byers [887] * trunk/ccl/level-1/l1-clos-boot.lisp (modified) INSTANCE-SLOTS knows where to find slots in funcallable instances ... Sat, 25 Sep 2004 21:38:04 GMT Gary Byers [886] * trunk/ccl/level-1/l1-lisp-threads.lisp (modified) Use %HEAP-IVECTOR-P when checking bogosity. Sat, 25 Sep 2004 21:37:31 GMT Gary Byers [885] * trunk/ccl/level-1/l1-streams.lisp (modified) Kinder, gentler heap-ivector stuff. Use it. Sat, 25 Sep 2004 21:37:06 GMT Gary Byers [884] * trunk/ccl/level-1/version.lisp (modified) Bump. Sat, 25 Sep 2004 21:36:36 GMT Gary Byers [883] * trunk/ccl/lib/ccl-export-syms.lisp (modified) Export MAKE-HEAP-IVECTOR and DISPOSE-HEAP-IVECTOR. Sat, 25 Sep 2004 21:36:06 GMT Gary Byers [882] * trunk/ccl/lib/macros.lisp (modified) * trunk/ccl/lisp-kernel/darwin/Makefile (modified) DEFCLASS macro: handle :DOCUMENTATION as a single option, if ... Sat, 25 Sep 2004 21:16:21 GMT Gary Byers [881] * trunk/ccl/level-0/PPC/ppc-misc.lisp (modified) FUDGE-HEAP-POINTER: user clrrwi to clear three bits. Sat, 25 Sep 2004 21:15:29 GMT Gary Byers [880] * trunk/ccl/hemlock/src/macros.lisp (modified) WITH-POPUP-DISPLAY: use typeout-stream (from Alex Crain.) Sat, 25 Sep 2004 21:14:31 GMT Gary Byers [879] * trunk/ccl/hemlock/src/interp.lisp (modified) Indentation change. Sat, 25 Sep 2004 21:13:55 GMT Gary Byers [878] * trunk/ccl/examples/cocoa-editor.lisp (modified) Send backtrace info to typeout window on error (from Alex Crain.) Sat, 25 Sep 2004 21:12:57 GMT Gary Byers [877] * trunk/ccl/examples/cocoa-window.lisp (modified) Typeout-window changes, from Alex Crain. Sat, 25 Sep 2004 21:08:58 GMT Gary Byers [876] * trunk/ccl/examples/cocoa-typeout.lisp (added) New file, from Alex Crain Sat, 25 Sep 2004 21:08:23 GMT Gary Byers [875] * trunk/ccl/examples/bridge.lisp (modified) Fixes to COERCE-TO-FOREIGN-TYPE, from Randall Beer. Sat, 25 Sep 2004 21:07:46 GMT Gary Byers [874] * trunk/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib (modified) * trunk/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib (modified) * trunk/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/objects.nib (modified) Changes from Alex Crain, for typeout window. Sat, 25 Sep 2004 21:07:08 GMT Gary Byers [873] * trunk/ccl/OpenMCL.app/Contents/Resources/English.lproj (modified) * trunk/ccl/OpenMCL.app/Contents/Resources/English.lproj/.cvsignore (added) new file Sun, 19 Sep 2004 23:21:10 GMT Gary Byers [872] * trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) use thread_abort_safely() when suspending Mach threads Mon, 13 Sep 2004 07:26:59 GMT Gary Byers [871] * trunk/ccl/lisp-kernel/thread_manager.c (modified) wait_on_semaphore: return KERN_OPERATION_TIMED_OUT if wait was ... Mon, 13 Sep 2004 07:21:29 GMT Gary Byers [870] * trunk/ccl/lisp-kernel/lisp-exceptions.c (modified) mach_resume_tcr: it would be a good idea to actually resume the ... Mon, 30 Aug 2004 22:20:12 GMT Gary Byers [869] * trunk/ccl/examples/cocoa-editor.lisp (modified) Lots of changes, mostly: - try to speed up callbacks that fetch ... Mon, 30 Aug 2004 21:59:22 GMT Gary Byers [868] * trunk/ccl/examples/objc-runtime.lisp (modified) Assert that SELF is an instance in instance method (should also ... Mon, 30 Aug 2004 21:58:50 GMT Gary Byers [867] * trunk/ccl/examples/objc-clos.lisp (modified) set pointer types directly Mon, 30 Aug 2004 21:34:30 GMT Gary Byers [866] * trunk/ccl/examples/cocoa-listener.lisp (modified) * trunk/ccl/examples/cocoa-window.lisp (modified) Use (THE ...) to help the bridge resolve some messages. Mon, 30 Aug 2004 21:31:18 GMT Gary Byers [865] * trunk/ccl/hemlock/src/modeline.lisp (modified) Use DEFPARAMETER to initialize *DEFAULT-MODELINE-FIELDS*, so it's a ... Mon, 30 Aug 2004 21:30:28 GMT Gary Byers [864] * trunk/ccl/hemlock/src/lispmode.lisp (modified) Wrap some of the indentation code in a MODIFYING-BUFFER, to defer ... Mon, 30 Aug 2004 21:29:19 GMT Gary Byers [863] * trunk/ccl/hemlock/src/interp.lisp (modified) Don't be quite so eager to clear the echo area, especially when it's ... Mon, 30 Aug 2004 21:25:52 GMT Gary Byers [862] * trunk/ccl/lib/foreign-types.lisp (modified) Make (:* T) be shorthand for (:* :VOID). May lead to (benign) ... Mon, 30 Aug 2004 21:25:06 GMT Gary Byers [861] * trunk/ccl/level-1/l1-init.lisp (modified) Remove some FRED-isms. Mon, 30 Aug 2004 21:22:30 GMT Gary Byers [860] * trunk/ccl/level-0/l0-aprims.lisp (modified) DEREFERENCE-BASE-STRING: third return value is just the length (not ... Wed, 11 Aug 2004 00:54:24 GMT Gary Byers [859] * trunk/ccl/level-1/l1-readloop.lisp (modified) Check for local macro functions (and complain if FUNCTION references ... Wed, 11 Aug 2004 00:19:04 GMT Gary Byers [858] * trunk/ccl/level-1/l1-clos.lisp (modified) late version of %MAKE-METHOD-INSTANCE, from HEL Fri, 06 Aug 2004 07:40:39 GMT Gary Byers [857] * trunk/ccl/lib/pprint.lisp (modified) distinguish finding NIL from not finding symbol in MAYBE-PRINT-FAST Tue, 03 Aug 2004 04:56:44 GMT Gary Byers [856] * trunk/ccl/examples/cocoa-editor.lisp (modified) Remove subviews from hemlock-frame (window) before closing it. Mon, 02 Aug 2004 00:54:34 GMT Gary Byers [855] * trunk/ccl/examples/cocoa-editor.lisp (modified) INIT-WITH-TEXT-STORAGE -> SET-TEXT-STORAGE (was initing twice.) Sat, 31 Jul 2004 23:52:35 GMT Gary Byers [854] * trunk/ccl/hemlock/src/lispbuf.lisp (modified) * trunk/ccl/hemlock/src/lispmode.lisp (modified) package-name-change-hook Sat, 31 Jul 2004 23:50:46 GMT Gary Byers [853] * trunk/ccl/hemlock/src/buffer.lisp (modified) handle modeline update in %SET-BUFFER-MODIFIED Sat, 31 Jul 2004 23:44:52 GMT Gary Byers [852] * trunk/ccl/examples/objc-runtime.lisp (modified) remove a debugging call to FORMAT Sat, 31 Jul 2004 23:43:30 GMT Gary Byers [851] * trunk/ccl/hemlock/src/modeline.lisp (modified) modeline buffer-update zeal Sat, 31 Jul 2004 23:40:54 GMT Gary Byers [850] * trunk/ccl/level-1/l1-lisp-threads.lisp (modified) *fake-stack-frames* is thread-specific, just in case Sat, 31 Jul 2004 23:39:48 GMT Gary Byers [849] * trunk/ccl/level-0/PPC/ppc-def.lisp (modified) %%FRAME-BACKLINK: this isn't 0S7 Sat, 31 Jul 2004 23:38:38 GMT Gary Byers [848] * trunk/ccl/level-1/l1-io.lisp (modified) move %NEW-PTR here Sat, 31 Jul 2004 23:37:50 GMT Gary Byers [847] * trunk/ccl/level-0/l0-io.lisp (modified) %new-ptr can't exist in level-0 Sat, 31 Jul 2004 23:36:31 GMT Gary Byers [846] * trunk/ccl/lib/nfcomp.lisp (modified) make-load-form for foreign-variable istruct Sat, 31 Jul 2004 23:35:25 GMT Gary Byers [845] * trunk/ccl/level-1/l1-files.lisp (modified) fix dangling close paren Mon, 26 Jul 2004 01:15:56 GMT Gary Byers [844] * trunk/ccl/examples/rubix/blocks.lisp (modified) * trunk/ccl/examples/rubix/opengl.lisp (modified) * trunk/ccl/examples/rubix/rubix.lisp (modified) newer code from Hamilton Fri, 23 Jul 2004 22:15:02 GMT Gary Byers [843] * trunk/ccl/examples/rubix (added) * trunk/ccl/examples/rubix/blocks.lisp (added) * trunk/ccl/examples/rubix/lights.lisp (added) * trunk/ccl/examples/rubix/loader.lisp (added) * trunk/ccl/examples/rubix/opengl.lisp (added) * trunk/ccl/examples/rubix/rubix.lisp (added) * trunk/ccl/examples/rubix/vectors.lisp (added) new files Tue, 20 Jul 2004 21:56:12 GMT Gary Byers [842] * trunk/CVSROOT/passwd (modified) updated Sun, 27 Jun 2004 08:55:12 GMT Gary Byers [841] * trunk/ccl/examples/objc-runtime.lisp (modified) early NSThread Sun, 27 Jun 2004 08:55:12 GMT Gary Byers [840] * trunk/ccl/examples/cocoa-window.lisp (modified) * trunk/ccl/examples/tiny.lisp (modified) defer window creation Sun, 27 Jun 2004 08:55:12 GMT Gary Byers [839] * trunk/ccl/examples/bridge.lisp (modified) class canonicalization, for resuming images