source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12858   15 years Gary Palter Export the right symbol.
(edit) @12857   15 years R. Matthew Emerson Port r12854 (fix for ticket:601, get-dispatch-macro-character bug) here.
(edit) @12856   15 years gz export hemlock-ext::invoke-allowing-buffer-display
(edit) @12855   15 years gz add test case from bug #601
(edit) @12854   15 years gz Fix bug #601
(edit) @12853   15 years gz add test for ticket #592; conditionalize out some tests not in trunk yet
(edit) @12852   15 years Glen Foy Added parse-over-block to list-definitions, duh.
(edit) @12851   15 years Glen Foy Added parse-over-block to list-definitions, duh.
(edit) @12850   15 years R. Matthew Emerson Have MULTIPLY-BIGNUM-AND-FIXNUM call MULTIPLY-BIGNUMS to do its work.
(edit) @12849   15 years Glen Foy Bogus move on #/saveDocument
(edit) @12848   15 years Gary Byers Fix conditionalization typo.
(edit) @12847   15 years R. Matthew Emerson Try doing bignum multiplies 64 bits at a time on ppc64, too.
(edit) @12846   15 years gz Make the gui inspector show function disassembly. Extend the …
(edit) @12845   15 years Gary Byers Try to update this a bit (gtk+-1/gtk+-2), but it needs more work. …
(edit) @12844   15 years Gary Byers Remove old (gtk1.x) example.
(edit) @12843   15 years Gary Byers Change WITH-STRING-VECTOR usage in commented-out Cocotron-specifc code.
(edit) @12842   15 years Gary Byers Add a slot to STRING-OUTPUT-STREAM-IOBLOCK; use it to try to ensure …
(edit) @12841   15 years Gary Byers Try once again to make sense out of WITH-STRING-VECTOR and its handful …
(edit) @12840   15 years Glen Foy Park new windows.
(edit) @12839   15 years R. Matthew Emerson Try to multiply bignums 64-bits at a time on x8664.
(edit) @12838   15 years gz Arrange to prin1 (rather than princ) quoted constant references in …
(edit) @12837   15 years R. Matthew Emerson When unwatching an object, allocate space for it from lisp rather than …
(edit) @12836   15 years Gary Palter Add an :ALTCONSOLE keyword argument (default T) to BUILD-APPLICATION
(edit) @12835   15 years gz Don't try to show args and locals for non-function frames
(edit) @12834   15 years Gary Palter Add :if-exists :supersede when copying Windows alt console application.
(edit) @12833   15 years Gary Palter Update to r633 of Cocotron which fixes the resizing bug
(edit) @12832   15 years Gary Byers lisp_debug: no fileno macro on Win64, so access FILE->_file. …
(edit) @12831   15 years Gary Byers Install the Windows altconsole exe when building a standalone app bundle.
(edit) @12830   15 years Gary Byers Implement TRY-CONNECTING-TO-ALTCONSOLE for Cocotron.
(edit) @12829   15 years Gary Byers Don't define or call CONNECT-TO-CONSOLE-WINDOW.
(edit) @12828   15 years Gary Byers Any I/O redirection that needs to be done to enable debugging in a GUI …
(edit) @12827   15 years Gary Byers Use a cast in the callback_to_lisp call where handle_fault reports a …
(edit) @12826   15 years Gary Byers For Cocotron: try to use Courier as the font in backtrace dialogs; …
(edit) @12825   15 years Gary Byers Do most of the work of EXEC-WITH-IO-REDIRECTION in …
(edit) @12824   15 years Gary Byers moved here
(edit) @12823   15 years Gary Byers moved
(edit) @12822   15 years Gary Byers Moved.
(edit) @12821   15 years R. Matthew Emerson When reporting a write-to-watched-object condition, try to figure out …
(edit) @12820   15 years Gary Palter Arrange for the CCL icon to appear with the right name so Cocotron …
(edit) @12819   15 years R. Matthew Emerson Add address slot to write-to-watched-object condition.
(edit) @12818   15 years R. Matthew Emerson In handle_fault(), when handling a write to a watched object, pass …
(edit) @12817   15 years R. Matthew Emerson The xcmain callback actually accepts an additional arg. Use it to …
(edit) @12816   15 years R. Matthew Emerson In save-application, cerror if there are watched objects.
(edit) @12815   15 years R. Matthew Emerson Lisp kernel support for watching/unwatching objects on x8632.
(edit) @12814   15 years Gary Palter Add a Windows version of our icon
(edit) @12813   15 years Gary Palter Upgrade to r631 of Cocotron
(edit) @12812   15 years Gary Byers text-view-paren-hightlight-color hasn't had anything to do with the …
(edit) @12811   15 years Gary Byers #include <limits.h>, so that we can refer to INT_MAX (largest signed …
(edit) @12810   15 years R. Matthew Emerson unprotect_watched_areas() doesn't take any parameters now.
(edit) @12809   15 years R. Matthew Emerson Missed a bcopy.
(edit) @12808   15 years R. Matthew Emerson Windows portability fixes.
(edit) @12807   15 years R. Matthew Emerson Lisp kernel support for watching objects. Objects in this context …
(edit) @12806   15 years R. Matthew Emerson Scan AREA_WATCHED areas. Un-protect watched areas during GC using new …
(edit) @12805   15 years R. Matthew Emerson set-charprops: remove ignore decl
(edit) @12804   15 years R. Matthew Emerson set-charprops
(edit) @12803   15 years Glen Foy Add the jpg
(edit) @12802   15 years Glen Foy Snazzy new notification dialog, I think.
(edit) @12801   15 years Glen Foy Eliminate the close and minimize buttons.
(edit) @12800   15 years Gary Byers An initial altconsole-like application for Windows (this just uses a …
(edit) @12799   15 years gz merge r12798 from trunk
(edit) @12798   15 years Gary Byers Don't copy a thread's termination semaphore to the TCR (so don't …
(edit) @12797   15 years R. Matthew Emerson x8632 versions of %WATCH and %UNWATCH.
(edit) @12796   15 years R. Matthew Emerson PPC stubs for %WATCH and %UNWATCH for the time being.
(edit) @12795   15 years Glen Foy Miscellaneous
(edit) @12794   15 years R. Matthew Emerson New functions WATCH and UNWATCH.
(edit) @12793   15 years R. Matthew Emerson Include watched areas in DO-CONSING-AREAS.
(edit) @12792   15 years R. Matthew Emerson Update xcmain callback to signal a write-to-watched-object error when …
(edit) @12791   15 years R. Matthew Emerson New condition write-to-watched-object.
(edit) @12790   15 years R. Matthew Emerson New functions %WATCH and %UNWATCH.
(edit) @12789   15 years R. Matthew Emerson Define watch trap UUO and command selectors for watching and …
(edit) @12788   15 years R. Matthew Emerson r12760, but for x8632.
(edit) @12787   15 years R. Matthew Emerson In #/makeWindowControllers on hemlock-listener-document, set the …
(edit) @12786   15 years R. Matthew Emerson Remove the specialized #/close method on hemlock-frame (whose main job …
(edit) @12785   15 years Glen Foy Fixed add-top-level-position for objc.
(edit) @12784   15 years Glen Foy Remove-duplicates in alpha list.
(edit) @12783   15 years Glen Foy New tool: window-parking-cm
(edit) @12782   15 years Glen Foy Miscellaneous.
(edit) @12781   15 years Glen Foy Miscellaneous.
(edit) @12780   15 years Glen Foy New file: NewTools.rtf
(edit) @12779   15 years Glen Foy Another new file, and mods to context-menu-cm.lisp.
(edit) @12778   15 years Glen Foy New file.
(edit) @12777   15 years Gary Byers Find and check in the right version of this; use the FFI to compute …
(edit) @12776   15 years Gary Byers ensure current win32 1.3 image with sane revision number
(edit) @12775   15 years Gary Byers ensure current win32 1.3 image
(edit) @12774   15 years Gary Byers win32 1.3 kernel, incorporating r12772
(edit) @12773   15 years Gary Byers win64 1.3 kernel, incorporating r12772
(edit) @12772   15 years Gary Byers Propagate r12475 (fix for ticket:571 - don't short-circuit Windows …
(edit) @12771   15 years gz Update from Peter Paine: fix not saving closed windows, fix resizing …
(edit) @12770   15 years Gary Byers In x8664 version of recognize_alloc_instruction(), need to recognize …
(edit) @12769   15 years Gary Palter The field is named E_LFANEW not LFANEW
(edit) @12768   15 years Gary Palter Flush buffers before asking for input in kernel debugger to keep …
(edit) @12767   15 years Gary Palter Flush buffers before asking for input in kernel debugger to keep …
(edit) @12766   15 years Gary Byers I thought that I'd checked this in already: in %PREPEND-FILE, change …
(edit) @12765   15 years Gary Byers Use the new (internal) function to partition slots into …
(edit) @12764   15 years Gary Byers ticket:524 : CHARACTER signals a TYPE-ERROR if its argument isn't a …
(edit) @12763   15 years Gary Byers INTERACTIVE-STREAM-P is true of TWO-WAY-STREAMs if it's true of their …
(edit) @12762   15 years Gary Byers Replace the internal function EXTRACT-INSTANCE-AND-CLASS-SLOTDS with …
(edit) @12761   15 years Gary Byers When trying to determine whether a call to SLOT-VALUE-USING-CLASS, …
(edit) @12760   15 years Gary Byers In %SMALL-SLOT-ID-VALUE and %LARGE-SLOT-ID-VALUE - which are just …
(edit) @12759   15 years Gary Byers INTERACTIVE-STREAM-P is true of COCOA-LISTENER-INPUT-STREAMs.
Note: See TracRevisionLog for help on using the revision log.