|
|
@12905
|
11 years |
gb |
EXTRACT-INSTANCE-CLASS-AND-OTHER-SLOTDS: actually return other-slots …
|
|
|
@12901
|
11 years |
gz |
Add defvar for *modifier-key-pattern*
|
|
|
@12899
|
11 years |
rme |
Oops, left in a BREAK.
|
|
|
@12898
|
11 years |
rme |
Conditionalize SYSTEM-NAMESTRING for Clozure CL. Use …
|
|
|
@12897
|
11 years |
rme |
Add DOUBLE-FLOAT-NAN constant; use it in PARSE-FLOAT instead of …
|
|
|
@12896
|
11 years |
rme |
In UPDATE-CCL, return a third value that indicates whether binaries …
|
|
|
@12889
|
11 years |
rme |
In WITH-STANDARD-IO-SYNTAX, bind *READTABLE* to the standard …
|
|
|
@12888
|
11 years |
rme |
Support watching individual cons cells; add "unwatch and contiune" …
|
|
|
@12882
|
11 years |
rme |
Spell :utf-32le/:utf-32be correctly.
|
|
|
@12878
|
11 years |
gz |
Bring back Edit Command Definition and make it work.
This fixes bug #168
|
|
|
@12877
|
11 years |
gz |
In #/selectionRangeForProposedRange, always start at the proposed …
|
|
|
@12876
|
11 years |
rme |
GET-REAL-TIME: no "id" arg in scope, so remove it and update format …
|
|
|
@12872
|
11 years |
rme |
update %unwatch stub
|
|
|
@12869
|
11 years |
gb |
ppc version of recent compiler changes
|
|
|
@12861
|
11 years |
gb |
compiler/optimizers.lisp: * (multiplication) compiler-macro: always …
|
|
|
@12860
|
11 years |
gz |
Bind c-x c-v to "Find File" since "Visit File" doesn't work (and it's …
|
|
|
@12859
|
11 years |
gz |
Make sure that all hemlock functions defined outside of hemlock are in …
|
|
|
@12858
|
11 years |
palter |
Export the right symbol.
|
|
|
@12856
|
11 years |
gz |
export hemlock-ext::invoke-allowing-buffer-display
|
|
|
@12854
|
11 years |
gz |
Fix bug #601
|
|
|
@12852
|
11 years |
gfoy |
Added parse-over-block to list-definitions, duh.
|
|
|
@12851
|
11 years |
gfoy |
Added parse-over-block to list-definitions, duh.
|
|
|
@12850
|
11 years |
rme |
Have MULTIPLY-BIGNUM-AND-FIXNUM call MULTIPLY-BIGNUMS to do its work.
|
|
|
@12849
|
11 years |
gfoy |
Bogus move on #/saveDocument
|
|
|
@12848
|
11 years |
gb |
Fix conditionalization typo.
|
|
|
@12847
|
11 years |
rme |
Try doing bignum multiplies 64 bits at a time on ppc64, too.
|
|
|
@12846
|
11 years |
gz |
Make the gui inspector show function disassembly. Extend the …
|
|
|
@12845
|
11 years |
gb |
Try to update this a bit (gtk+-1/gtk+-2), but it needs more work. …
|
|
|
@12844
|
11 years |
gb |
Remove old (gtk1.x) example.
|
|
|
@12843
|
11 years |
gb |
Change WITH-STRING-VECTOR usage in commented-out Cocotron-specifc code.
|
|
|
@12842
|
11 years |
gb |
Add a slot to STRING-OUTPUT-STREAM-IOBLOCK; use it to try to ensure …
|
|
|
@12841
|
11 years |
gb |
Try once again to make sense out of WITH-STRING-VECTOR and its handful …
|
|
|
@12840
|
11 years |
gfoy |
Park new windows.
|
|
|
@12839
|
11 years |
rme |
Try to multiply bignums 64-bits at a time on x8664.
|
|
|
@12838
|
11 years |
gz |
Arrange to prin1 (rather than princ) quoted constant references in …
|
|
|
@12837
|
11 years |
rme |
When unwatching an object, allocate space for it from lisp rather than …
|
|
|
@12836
|
11 years |
palter |
Add an :ALTCONSOLE keyword argument (default T) to BUILD-APPLICATION
|
|
|
@12835
|
11 years |
gz |
Don't try to show args and locals for non-function frames
|
|
|
@12834
|
11 years |
palter |
Add :if-exists :supersede when copying Windows alt console application.
|
|
|
@12832
|
11 years |
gb |
lisp_debug: no fileno macro on Win64, so access FILE->_file. …
|
|
|
@12831
|
11 years |
gb |
Install the Windows altconsole exe when building a standalone app bundle.
|
|
|
@12830
|
11 years |
gb |
Implement TRY-CONNECTING-TO-ALTCONSOLE for Cocotron.
|
|
|
@12829
|
11 years |
gb |
Don't define or call CONNECT-TO-CONSOLE-WINDOW.
|
|
|
@12828
|
11 years |
gb |
Any I/O redirection that needs to be done to enable debugging in a GUI …
|
|
|
@12827
|
11 years |
gb |
Use a cast in the callback_to_lisp call where handle_fault reports a …
|
|
|
@12826
|
11 years |
gb |
For Cocotron: try to use Courier as the font in backtrace dialogs; …
|
|
|
@12825
|
11 years |
gb |
Do most of the work of EXEC-WITH-IO-REDIRECTION in …
|
|
|
@12823
|
11 years |
gb |
moved
|
|
|
@12822
|
11 years |
gb |
Moved.
|
|
|
@12821
|
11 years |
rme |
When reporting a write-to-watched-object condition, try to figure out …
|
|
|
@12820
|
11 years |
palter |
Arrange for the CCL icon to appear with the right name so Cocotron …
|
|
|
@12819
|
11 years |
rme |
Add address slot to write-to-watched-object condition.
|
|
|
@12818
|
11 years |
rme |
In handle_fault(), when handling a write to a watched object, pass …
|
|
|
@12817
|
11 years |
rme |
The xcmain callback actually accepts an additional arg. Use it to …
|
|
|
@12816
|
11 years |
rme |
In save-application, cerror if there are watched objects.
|
|
|
@12815
|
11 years |
rme |
Lisp kernel support for watching/unwatching objects on x8632.
|
|
|
@12814
|
11 years |
palter |
Add a Windows version of our icon
|
|
|
@12812
|
11 years |
gb |
text-view-paren-hightlight-color hasn't had anything to do with the …
|
|
|
@12811
|
11 years |
gb |
#include <limits.h>, so that we can refer to INT_MAX (largest signed …
|
|
|
@12810
|
11 years |
rme |
unprotect_watched_areas() doesn't take any parameters now.
|
|
|
@12809
|
11 years |
rme |
Missed a bcopy.
|
|
|
@12808
|
11 years |
rme |
Windows portability fixes.
|
|
|
@12807
|
11 years |
rme |
Lisp kernel support for watching objects. Objects in this
context …
|
|
|
@12806
|
11 years |
rme |
Scan AREA_WATCHED areas. Un-protect watched areas during GC using new …
|
|
|
@12805
|
11 years |
rme |
set-charprops: remove ignore decl
|
|
|
@12804
|
11 years |
rme |
set-charprops
|
|
|
@12803
|
11 years |
gfoy |
Add the jpg
|
|
|
@12802
|
11 years |
gfoy |
Snazzy new notification dialog, I think.
|
|
|
@12801
|
11 years |
gfoy |
Eliminate the close and minimize buttons.
|
|
|
@12800
|
11 years |
gb |
An initial altconsole-like application for Windows (this just uses a …
|
|
|
@12798
|
11 years |
gb |
Don't copy a thread's termination semaphore to the TCR (so don't …
|
|
|
@12797
|
11 years |
rme |
x8632 versions of %WATCH and %UNWATCH.
|
|
|
@12796
|
11 years |
rme |
PPC stubs for %WATCH and %UNWATCH for the time being.
|
|
|
@12795
|
11 years |
gfoy |
Miscellaneous
|
|
|
@12794
|
11 years |
rme |
New functions WATCH and UNWATCH.
|
|
|
@12793
|
11 years |
rme |
Include watched areas in DO-CONSING-AREAS.
|
|
|
@12792
|
11 years |
rme |
Update xcmain callback to signal a write-to-watched-object error when …
|
|
|
@12791
|
11 years |
rme |
New condition write-to-watched-object.
|
|
|
@12790
|
11 years |
rme |
New functions %WATCH and %UNWATCH.
|
|
|
@12789
|
11 years |
rme |
Define watch trap UUO and command selectors for watching and …
|
|
|
@12788
|
11 years |
rme |
r12760, but for x8632.
|
|
|
@12787
|
11 years |
rme |
In #/makeWindowControllers on hemlock-listener-document, set the …
|
|
|
@12786
|
11 years |
rme |
Remove the specialized #/close method on hemlock-frame (whose main job …
|
|
|
@12785
|
11 years |
gfoy |
Fixed add-top-level-position for objc.
|
|
|
@12784
|
11 years |
gfoy |
Remove-duplicates in alpha list.
|
|
|
@12783
|
11 years |
gfoy |
New tool: window-parking-cm
|
|
|
@12782
|
11 years |
gfoy |
Miscellaneous.
|
|
|
@12781
|
11 years |
gfoy |
Miscellaneous.
|
|
|
@12780
|
11 years |
gfoy |
New file: NewTools?.rtf
|
|
|
@12779
|
11 years |
gfoy |
Another new file, and mods to context-menu-cm.lisp.
|
|
|
@12778
|
11 years |
gfoy |
New file.
|
|
|
@12777
|
11 years |
gb |
Find and check in the right version of this; use the FFI to compute …
|
|
|
@12771
|
11 years |
gz |
Update from Peter Paine: fix not saving closed windows, fix resizing …
|
|
|
@12770
|
11 years |
gb |
In x8664 version of recognize_alloc_instruction(), need to recognize …
|
|
|
@12769
|
11 years |
palter |
The field is named E_LFANEW not LFANEW
|
|
|
@12768
|
11 years |
palter |
Flush buffers before asking for input in kernel debugger to keep …
|
|
|
@12766
|
11 years |
gb |
I thought that I'd checked this in already: in %PREPEND-FILE, change …
|
|
|
@12765
|
11 years |
gb |
Use the new (internal) function to partition slots into …
|
|
|
@12764
|
11 years |
gb |
ticket:524 : CHARACTER signals a TYPE-ERROR if its argument isn't a …
|
|
|
@12763
|
11 years |
gb |
INTERACTIVE-STREAM-P is true of TWO-WAY-STREAMs if it's true of
their …
|
|
|