source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13063   15 years R. Matthew Emerson Move finger example to contrib.
(edit) @13062   15 years R. Matthew Emerson Delete this. See http://trac.clozure.com/openmcl/wiki/AddressBook instead.
(edit) @13061   15 years R. Matthew Emerson Qualify access to *debug-cocoa-calls*. In DEFINE-TOOLTIP-ACCESSOR, …
(edit) @13060   15 years Gary Byers updated
(edit) @13059   15 years Gary Byers write-barrier changes for x86-32.
(edit) @13058   15 years R. Matthew Emerson Assume xsltproc is in the user's path.
(edit) @13057   15 years R. Matthew Emerson Note need for C compiler toolchain in order to rebuild the lisp.
(edit) @13056   15 years R. Matthew Emerson Update a little (no more CVS...). Also mention that Snow Leopard …
(edit) @13055   15 years Gary Palter No need to comment out these toolbar images now that they no longer …
(edit) @13054   15 years R. Matthew Emerson Undo r13052.
(edit) @13053   15 years R. Matthew Emerson Undo r13051. (test first, commit second...)
(edit) @13052   15 years R. Matthew Emerson Merge r13051 here.
(edit) @13051   15 years R. Matthew Emerson Method READ-TOPLEVEL-FORM (COCOA-LISTENER-INPUT-STREAM): list …
(edit) @13050   15 years R. Matthew Emerson Really merge r13048 (don't use NSImageNameXXX since 10.4 doesn't have …
(edit) @13049   15 years R. Matthew Emerson Merge trunk changes r13033 through 13035, r13048.
(edit) @13048   15 years R. Matthew Emerson Avoid using NSImageNameXXX canned images, because Tiger doesn't have …
(edit) @13047   15 years R. Matthew Emerson Look for Mac OS X 10.4 SDK, complain if not found.
(edit) @13046   15 years Gary Palter Update to Cocotron r649 which fixes Cocotron issue 405 (our layout problem)
(edit) @13045   15 years Gary Palter Update to Cococtron r648 which fixes Cocotron issue 406 …
(edit) @13044   15 years gz Windows-only changes (r13025, r13026) from trunk. This branch is now …
(edit) @13043   15 years gz More WATCH updates from trunk (r13011-r13019, r13022, r13028)
(edit) @13042   15 years Gary Byers A function-purified lisp survived a GC; Miller time. TODO: …
(edit) @13041   15 years Glen Foy Set *style-case-p* to t.
(edit) @13040   15 years Glen Foy Contrib: syntax-styling
(edit) @13039   15 years Glen Foy Mod for syntax-styling.
(edit) @13038   15 years Glen Foy Mod for syntax-styling
(edit) @13037   15 years Glen Foy mod for syntax-styling
(edit) @13036   15 years R. Matthew Emerson Clozure CL 1.4-RC1 binaries.
(edit) @13035   15 years Gary Palter Make BUILD-APPLICATION also skip over version control data files
(edit) @13034   15 years Gary Palter Use file-namestring to properly ignore ".cvsignore" files
(edit) @13033   15 years Gary Palter Updated to compile and load under Cocotron
(edit) @13032   15 years Gary Palter Update to Cocotron r646 and include my proposed patch for Cocotron …
(edit) @13031   15 years R. Matthew Emerson Trunk changes r12910 through r13030 (need to update interfaces separately).
(edit) @13030   15 years Gary Palter Update CDB files to Cocotron 645
(edit) @13029   15 years greg Oops, forgot to add the new files with my last commit.
(edit) @13028   15 years R. Matthew Emerson Undo r13001 (x86-print-bare-disassembled-instruction).
(edit) @13027   15 years greg Initial commit of a project window for the IDE. You can open a project …
(edit) @13026   15 years Gary Byers Pass the magic FILE_FLAG_BACKUP_SEMANTICS option in %UTIMES, so that …
(edit) @13025   15 years Gary Byers lisp_open: don't ask for more than some combination of GENERIC_READ/ …
(edit) @13024   15 years Gary Palter Fix fencepost error
(edit) @13023   15 years greg Now you can write (setf (#/objectForKey: dict key) val) instead of …
(edit) @13022   15 years R. Matthew Emerson Super-fancy print-object method for an x86-disassembled-instruction.
(edit) @13021   15 years greg Updating ASDF (primarily because it fixes system-source-file, but …
(edit) @13020   15 years Gary Palter Add the Objective-C test case for Cocotron issue 405
(edit) @13019   15 years R. Matthew Emerson In report-write-to-watched-object, just show the disassembled …
(edit) @13018   15 years R. Matthew Emerson Temporary kludge (which will probably stay here for years) to avoid …
(edit) @13017   15 years R. Matthew Emerson New file x86-watch.lisp, containing code to emulate some common x86 …
(edit) @13016   15 years R. Matthew Emerson Remove x86-target-specific stuff.
(edit) @13015   15 years R. Matthew Emerson If an object in not in a dynamic areas, refuse to watch it. Make …
(edit) @13014   15 years R. Matthew Emerson Add an "emulate" restart for a write-to-watched-object condition. …
(edit) @13013   15 years R. Matthew Emerson New functions x86-memory-operand-ea, x86-emulate-instruction, and …
(edit) @13012   15 years R. Matthew Emerson Add a reader for the instruction slot in a write-to-watched-object …
(edit) @13011   15 years R. Matthew Emerson If WATCH is passed an array, hash-table, or standard-instance, watch …
(edit) @13010   15 years Gary Palter Upgrade to Cocotron r645
(edit) @13009   15 years gz Watchpoint changes from trunk (r13001 to r13008)
(edit) @13008   15 years R. Matthew Emerson When updating pointer-bearing areas after copying a newly-watched …
(edit) @13007   15 years R. Matthew Emerson New function ALL-WATCHED-OBJECTS. Try to be at least instantaneously …
(edit) @13006   15 years R. Matthew Emerson Merge r12924 (try to update hash table vectors correctly)
(edit) @13005   15 years R. Matthew Emerson %WATCH returns newly watched object.
(edit) @13004   15 years R. Matthew Emerson Get watched object from lisp stack instead of callback parameter. Use …
(edit) @13003   15 years R. Matthew Emerson Revise the definition of the write-to-watched-object condition. Use an …
(edit) @13002   15 years R. Matthew Emerson In handle_fault(), pass the watched object on the lisp stack …
(edit) @13001   15 years R. Matthew Emerson New function X86-PRINT-BARE-DISASSEMBLED-INSTRUCTION, which factors …
(edit) @13000   15 years R. Matthew Emerson Undo r12913 and r12914.
(edit) @12999   15 years gz Add solaris stuff to this branch
(edit) @12998   15 years gz Merge complete, update version numbers and binaries
(edit) @12997   15 years gz propagate r12996
(edit) @12996   15 years gz in dolist, combine all special decls
(edit) @12995   15 years gz svn ci -m "Merge r12980, replacing r12646 (which defeated type …
(edit) @12994   15 years gz Merge watchpoints from trunk
(edit) @12993   15 years gz Cleanup finish_function_entry() (r12744)
(edit) @12992   15 years gz Changes for images larger than 2GB (r12811)
(edit) @12991   15 years gz sprint_random_vector(): indicate that the subtag is a hex value (r12923)
(edit) @12990   15 years gz more windows/mac changes
(edit) @12989   15 years gz mac changes (r12671, r12672)
(edit) @12988   15 years gz Cosmetic changes (r12644)
(edit) @12987   15 years gz ppc and windows changes
(edit) @12986   15 years R. Matthew Emerson Update watched-object-related functions to use an offset rather than …
(edit) @12985   15 years R. Matthew Emerson Push the watched object onto the lisp stack before creating the xcf. …
(edit) @12984   15 years R. Matthew Emerson When handling a write to a watched object, try to be more careful …
(edit) @12983   15 years R. Matthew Emerson Change the slots in write-to-watched-object around a bit; change …
(edit) @12982   15 years R. Matthew Emerson %WATCH: assume caller has done necessary type-checking.
(edit) @12981   15 years R. Matthew Emerson %WATCH: return newly-watched object
(edit) @12980   15 years gz Hoist special declarations (only) to the return clause of dolist if any
(edit) @12979   15 years gz Remove obsolete bootstrapping code
(edit) @12978   15 years gz fix for exponential compilation time in some cases (r12861)
(edit) @12977   15 years gz Fetch tools via svn:externals
(edit) @12976   15 years gz Remove tools dir
(edit) @12975   15 years gz Remove comment
(edit) @12974   15 years gz decode-float fix (r12418)
(edit) @12973   15 years gz Faster bignum multiplication (r12839, r12847, r12850)
(edit) @12972   15 years gz fix in get-dispatch-macro-character (r12854)
(edit) @12971   15 years gz spell :utf-32le/:utf-32be correctly (r12882)
(edit) @12970   15 years gz Safer string-output-stream-ioblock recycling (r12842)
(edit) @12969   15 years gz windows-only change
(edit) @12968   15 years gz Tweaks in with-string-vector (r12625, r12841)
(edit) @12967   15 years gz windows (r12825)
(edit) @12966   15 years gz Fixes to interactive-stream-p (r12763)
(edit) @12965   15 years gz add source-note-toplevel-note (r12633)
(edit) @12964   15 years gz update doc string for *save-source-locations* (r12632)
Note: See TracRevisionLog for help on using the revision log.