|
|
|
@13027
|
15 years |
greg |
Initial commit of a project window for the IDE. You can open a project …
|
|
|
|
@13026
|
15 years |
Gary Byers |
Pass the magic FILE_FLAG_BACKUP_SEMANTICS option in %UTIMES, so that …
|
|
|
|
@13025
|
15 years |
Gary Byers |
lisp_open: don't ask for more than some combination of GENERIC_READ/ …
|
|
|
|
@13024
|
15 years |
Gary Palter |
Fix fencepost error
|
|
|
|
@13023
|
15 years |
greg |
Now you can write (setf (#/objectForKey: dict key) val) instead of …
|
|
|
|
@13022
|
15 years |
R. Matthew Emerson |
Super-fancy print-object method for an x86-disassembled-instruction.
|
|
|
|
@13021
|
15 years |
greg |
Updating ASDF (primarily because it fixes system-source-file, but …
|
|
|
|
@13020
|
15 years |
Gary Palter |
Add the Objective-C test case for Cocotron issue 405
|
|
|
|
@13019
|
15 years |
R. Matthew Emerson |
In report-write-to-watched-object, just show the disassembled …
|
|
|
|
@13018
|
15 years |
R. Matthew Emerson |
Temporary kludge (which will probably stay here for years) to avoid …
|
|
|
|
@13017
|
15 years |
R. Matthew Emerson |
New file x86-watch.lisp, containing code to emulate some common x86 …
|
|
|
|
@13016
|
15 years |
R. Matthew Emerson |
Remove x86-target-specific stuff.
|
|
|
|
@13015
|
15 years |
R. Matthew Emerson |
If an object in not in a dynamic areas, refuse to watch it. Make …
|
|
|
|
@13014
|
15 years |
R. Matthew Emerson |
Add an "emulate" restart for a write-to-watched-object condition.
…
|
|
|
|
@13013
|
15 years |
R. Matthew Emerson |
New functions x86-memory-operand-ea, x86-emulate-instruction, and …
|
|
|
|
@13012
|
15 years |
R. Matthew Emerson |
Add a reader for the instruction slot in a write-to-watched-object …
|
|
|
|
@13011
|
15 years |
R. Matthew Emerson |
If WATCH is passed an array, hash-table, or standard-instance, watch …
|
|
|
|
@13010
|
15 years |
Gary Palter |
Upgrade to Cocotron r645
|
|
|
|
@13009
|
15 years |
gz |
Watchpoint changes from trunk (r13001 to r13008)
|
|
|
|
@13008
|
15 years |
R. Matthew Emerson |
When updating pointer-bearing areas after copying a newly-watched …
|
|
|
|
@13007
|
15 years |
R. Matthew Emerson |
New function ALL-WATCHED-OBJECTS. Try to be at least instantaneously …
|
|
|
|
@13006
|
15 years |
R. Matthew Emerson |
Merge r12924 (try to update hash table vectors correctly)
|
|
|
|
@13005
|
15 years |
R. Matthew Emerson |
%WATCH returns newly watched object.
|
|
|
|
@13004
|
15 years |
R. Matthew Emerson |
Get watched object from lisp stack instead of callback parameter. Use …
|
|
|
|
@13003
|
15 years |
R. Matthew Emerson |
Revise the definition of the write-to-watched-object condition.
Use an …
|
|
|
|
@13002
|
15 years |
R. Matthew Emerson |
In handle_fault(), pass the watched object on the lisp stack …
|
|
|
|
@13001
|
15 years |
R. Matthew Emerson |
New function X86-PRINT-BARE-DISASSEMBLED-INSTRUCTION, which factors …
|
|
|
|
@13000
|
15 years |
R. Matthew Emerson |
Undo r12913 and r12914.
|
|
|
|
@12999
|
15 years |
gz |
Add solaris stuff to this branch
|
|
|
|
@12998
|
15 years |
gz |
Merge complete, update version numbers and binaries
|
|
|
|
@12997
|
15 years |
gz |
propagate r12996
|
|
|
|
@12996
|
15 years |
gz |
in dolist, combine all special decls
|
|
|
|
@12995
|
15 years |
gz |
svn ci -m "Merge r12980, replacing r12646 (which defeated type …
|
|
|
|
@12994
|
15 years |
gz |
Merge watchpoints from trunk
|
|
|
|
@12993
|
15 years |
gz |
Cleanup finish_function_entry() (r12744)
|
|
|
|
@12992
|
15 years |
gz |
Changes for images larger than 2GB (r12811)
|
|
|
|
@12991
|
15 years |
gz |
sprint_random_vector(): indicate that the subtag is a hex value (r12923)
|
|
|
|
@12990
|
15 years |
gz |
more windows/mac changes
|
|
|
|
@12989
|
15 years |
gz |
mac changes (r12671, r12672)
|
|
|
|
@12988
|
15 years |
gz |
Cosmetic changes (r12644)
|
|
|
|
@12987
|
15 years |
gz |
ppc and windows changes
|
|
|
|
@12986
|
15 years |
R. Matthew Emerson |
Update watched-object-related functions to use an offset rather than …
|
|
|
|
@12985
|
15 years |
R. Matthew Emerson |
Push the watched object onto the lisp stack before creating the xcf. …
|
|
|
|
@12984
|
15 years |
R. Matthew Emerson |
When handling a write to a watched object, try to be more careful …
|
|
|
|
@12983
|
15 years |
R. Matthew Emerson |
Change the slots in write-to-watched-object around a bit; change …
|
|
|
|
@12982
|
15 years |
R. Matthew Emerson |
%WATCH: assume caller has done necessary type-checking.
|
|
|
|
@12981
|
15 years |
R. Matthew Emerson |
%WATCH: return newly-watched object
|
|
|
|
@12980
|
15 years |
gz |
Hoist special declarations (only) to the return clause of dolist if any
|
|
|
|
@12979
|
15 years |
gz |
Remove obsolete bootstrapping code
|
|
|
|
@12978
|
15 years |
gz |
fix for exponential compilation time in some cases (r12861)
|
|
|
|
@12977
|
15 years |
gz |
Fetch tools via svn:externals
|
|
|
|
@12976
|
15 years |
gz |
Remove tools dir
|
|
|
|
@12975
|
15 years |
gz |
Remove comment
|
|
|
|
@12974
|
15 years |
gz |
decode-float fix (r12418)
|
|
|
|
@12973
|
15 years |
gz |
Faster bignum multiplication (r12839, r12847, r12850)
|
|
|
|
@12972
|
15 years |
gz |
fix in get-dispatch-macro-character (r12854)
|
|
|
|
@12971
|
15 years |
gz |
spell :utf-32le/:utf-32be correctly (r12882)
|
|
|
|
@12970
|
15 years |
gz |
Safer string-output-stream-ioblock recycling (r12842)
|
|
|
|
@12969
|
15 years |
gz |
windows-only change
|
|
|
|
@12968
|
15 years |
gz |
Tweaks in with-string-vector (r12625, r12841)
|
|
|
|
@12967
|
15 years |
gz |
windows (r12825)
|
|
|
|
@12966
|
15 years |
gz |
Fixes to interactive-stream-p (r12763)
|
|
|
|
@12965
|
15 years |
gz |
add source-note-toplevel-note (r12633)
|
|
|
|
@12964
|
15 years |
gz |
update doc string for *save-source-locations* (r12632)
|
|
|
|
@12963
|
15 years |
gz |
More precise error in stream-clear-input
|
|
|
|
@12962
|
15 years |
gz |
Don't hold callback lock while printing debug info (r12424)
|
|
|
|
@12961
|
15 years |
gz |
fix for 3d simple character array type errors (r12481)
|
|
|
|
@12960
|
15 years |
gz |
windows (r12450)
|
|
|
|
@12959
|
15 years |
gz |
distinguish between standard and initial readtables (r12497, r12889)
|
|
|
|
@12958
|
15 years |
gz |
Bind more printer controls in with-standard-io-syntax (r12429)
|
|
|
|
@12957
|
15 years |
gz |
windows (r12524)
|
|
|
|
@12956
|
15 years |
gz |
windows (r12449)
|
|
|
|
@12955
|
15 years |
gz |
Add this unused file, because I'm tired of seeing it in diffs
|
|
|
|
@12954
|
15 years |
gz |
remove sanity check for old slime version
|
|
|
|
@12953
|
15 years |
gz |
pathname-device fix (r12431)
|
|
|
|
@12952
|
15 years |
gz |
fasdumping macptr-typed constants (r12922, r12926)
|
|
|
|
@12951
|
15 years |
gz |
Fix for compile-time handling of local macros/declarations (r12709)
|
|
|
|
@12950
|
15 years |
gz |
fixes for slots with non-standard allocation …
|
|
|
|
@12949
|
15 years |
gz |
cleanup of function inspectors and disassembly (r12650, r12682, …
|
|
|
|
@12948
|
15 years |
gz |
Smarter svn update (r12896)
|
|
|
|
@12947
|
15 years |
gz |
Don't accept integers as character designators (r12764)
|
|
|
|
@12946
|
15 years |
gz |
Don't try to show args and locals for non-function frames (r12835)
|
|
|
|
@12945
|
15 years |
gz |
*ccl-save-source-locations* (r12664, r12634)
|
|
|
|
@12944
|
15 years |
gz |
make read-toplevel-form call read-recording-source, take keyword args …
|
|
|
|
@12943
|
15 years |
gz |
arg-names-from-map: don't crash if lfun is nil (r12661)
|
|
|
|
@12942
|
15 years |
gz |
Stop showing duplicates in apropos (from r12562)
|
|
|
|
@12941
|
15 years |
gz |
Merge some irrelevant (other platforms, unused) trunk changes
|
|
|
|
@12940
|
15 years |
gz |
From working-0711 branch: more extensive compile-time checking …
|
|
|
|
@12939
|
15 years |
gz |
From Dominic Schulz: extend parse-mtrace-log to take into account …
|
|
|
|
@12938
|
15 years |
gz |
Add show-malloc-info (from gb)
|
|
|
|
@12937
|
15 years |
gz |
Add a sanity check in configure-egc
|
|
|
|
@12936
|
15 years |
gz |
Add a percentage column to heap-utilization output
|
|
|
|
@12935
|
15 years |
gz |
in report-heap-utilization, check for 0 conses
|
|
|
|
@12934
|
15 years |
Gary Byers |
updated
|
|
|
|
@12933
|
15 years |
R. Matthew Emerson |
Correct descrption of %null-ptr macro. Fixes ticket:606
|
|
|
|
@12932
|
15 years |
R. Matthew Emerson |
Add target and location slots to write-to-watched-object condition and …
|
|
|
|
@12931
|
15 years |
R. Matthew Emerson |
Only show the ALLOW restart when we think we can emulate the write.
|
|
|
|
@12930
|
15 years |
R. Matthew Emerson |
Try to get cute and make WATCH a little more DWIM-y by automatically …
|
|
|
|
@12929
|
15 years |
Gary Byers |
updated
|
|
|
|
@12928
|
15 years |
gz |
Add a sanity check in configure-egc
|
|
|
|