|
|
@12112
|
14 years |
ehuelsmann |
Re-instate accidentally commented out DELETE-FILE form.
|
|
|
@12111
|
14 years |
ehuelsmann |
Eliminate all unchecked warnings,
while also removing generic …
|
|
|
@12110
|
14 years |
ehuelsmann |
Eliminate (a few) "unchecked" warnings.
|
|
|
@12109
|
14 years |
ehuelsmann |
Remove references to the long-deleted Native class.
|
|
|
@12108
|
14 years |
ehuelsmann |
r12104 followup: forgotten M-V-B-NODE accessor.
|
|
|
@12107
|
14 years |
ehuelsmann |
Check simple (symbolp) types in compiled code
when *safety* is 1 or 2. …
|
|
|
@12106
|
14 years |
Mark Evenson |
Optimization: copy reference to args in LispStackFrame? constructor.
|
|
|
@12105
|
14 years |
Mark Evenson |
Split StackFrame? abstraction into Java and Lisp stack frames.
From …
|
|
|
@12104
|
14 years |
ehuelsmann |
Switch MULTIPLE-VALUE-BIND block-nodes to M-V-B-NODEs.
|
|
|
@12103
|
14 years |
ehuelsmann |
Convert LOCALLY block-nodes to LOCALLY-NODEs.
|
|
|
@12102
|
14 years |
ehuelsmann |
Convert PROGV block-nodes to PROGV-NODEs.
|
|
|
@12101
|
14 years |
ehuelsmann |
Convert CATCH and SYNCHRONIZED-ON block-nodes to
CATCH-NODEs and …
|
|
|
@12100
|
14 years |
ehuelsmann |
Move the NAME field from the NODE to the BLOCK-NODE;
with the other …
|
|
|
@12099
|
14 years |
ehuelsmann |
Convert UNWIND-PROTECT block-nodes to UNWIND-PROTECT-NODEs.
|
|
|
@12098
|
14 years |
ehuelsmann |
Structure access referential integrity checks.
Pointed out by piso.
|
|
|
@12097
|
14 years |
ehuelsmann |
Revert r12096; restores build breakage.
|
|
|
@12096
|
14 years |
ehuelsmann |
Switch UNWIND-PROTECT block-nodes to UNWIND-PROTECT-NODEs.
|
|
|
@12095
|
14 years |
ehuelsmann |
Remove obsolete block-node slot.
|
|
|
@12094
|
14 years |
ehuelsmann |
Convert TAGBODY block-nodes to TAGBODY-NODEs.
|
|
|
@12093
|
14 years |
ehuelsmann |
Introduce a structure-class hierarchy for nodes.
|
|
|
@12092
|
14 years |
ehuelsmann |
With node/block changes ahead: when unsure about the actual type of …
|
|
|
@12091
|
14 years |
ehuelsmann |
Remove condition from another era
(when TAGBODY-s used to store a …
|
|
|
@12090
|
14 years |
ehuelsmann |
Use PROCESS-DECLARATIONS-FOR-VARS in compile-file.lisp.
Rationale: …
|
|
|
@12089
|
14 years |
ehuelsmann |
Refer to blocks upon variable creation, wherever appropriate.
|
|
|
@12088
|
14 years |
ehuelsmann |
Register blocks with their compiland;
create a field in the …
|
|
|
@12087
|
14 years |
ehuelsmann |
Publish free specials declared in MULTIPLE-VALUE-BIND statements (pass1).
|
|
|
@12086
|
14 years |
ehuelsmann |
Make every form which may contain free specials declarations a …
|
|
|
@12085
|
14 years |
ehuelsmann |
Fix for running the wrapper on a path with spaces in it - Windows.
|
|
|
@12084
|
14 years |
ehuelsmann |
Declaration (processing) fixes.
jvm.lisp (process-ignore/ignorable): …
|
|
|
@12083
|
14 years |
astalla |
Fixed (reverted) wrong implementation of …
|
|
|
@12082
|
14 years |
ehuelsmann |
Hot spot counting for the profiler.
|
|
|
@12081
|
14 years |
astalla |
#58 inspection of Java objects
|
|
|
@12080
|
14 years |
ehuelsmann |
Move stack sampling to the scheduling thread.
Note: This commit …
|
|
|
@12079
|
14 years |
ehuelsmann |
Add API to execute()-able classes for hot spot profiling
next to …
|
|
|
@12078
|
14 years |
ehuelsmann |
Greatly increase performance with VECTOR structures by
propagating the …
|
|
|
@12077
|
14 years |
ehuelsmann |
Profiler efficiency: sampleNow only ever takes on a 'true'
value if …
|
|
|
@12076
|
14 years |
ehuelsmann |
Fix a race in the profiler startup phase.
On my hardware, the …
|
|
|
@12075
|
14 years |
Mark Evenson |
Remove erroneous autoload for with-thread-lock macro from removed …
|
|
|
@12074
|
14 years |
ehuelsmann |
Run the profiler scheduling thread at maximum priority.
Required to …
|
|
|
@12073
|
14 years |
vvoutilainen |
Add mention of SHARED-INITIALIZE.ERROR.4.
|
|
|
@12072
|
14 years |
vvoutilainen |
Fix SHARED-INITIALIZE.ERROR.4.
|
|
|
@12071
|
14 years |
ehuelsmann |
Retain values across execution of unwinding forms
in unwind protect, …
|
|
|
@12070
|
14 years |
vvoutilainen |
Add the latest clos changes.
|
|
|
@12069
|
14 years |
vvoutilainen |
Fix CHANGE-CLASS.ERROR.4.
|
|
|
@12068
|
14 years |
vvoutilainen |
Record the latest changes to clos and StackFrame?.
|
|
|
@12067
|
14 years |
vvoutilainen |
Better initarg checking. Fixes CHANGE-CLASS.1.11, …
|
|
|
@12066
|
14 years |
vvoutilainen |
Revert r12065, it's not an obvious win and some systems
run slower …
|
|
|
@12065
|
14 years |
ehuelsmann |
Implement a stack frame pool to save execution time
on stack management.
|
|
|
@12064
|
14 years |
ehuelsmann |
Lisp stack efficiency: Use a stack of linked objects,
instead of Cons …
|
|
|
@12063
|
14 years |
ehuelsmann |
Do stack frame handling only in LispThread?;
dispatch funcall to the …
|
|
|
@12062
|
14 years |
ehuelsmann |
Revert r12061: What looked good in the profiler worked out badly in …
|
|
|
@12061
|
14 years |
ehuelsmann |
Eliminate constructor execution time of Cons, LispObject and Lisp.
By …
|
|
|
@12060
|
14 years |
ehuelsmann |
Followup to r12059: related changes to compile-system.lisp.
|
|
|
@12059
|
14 years |
ehuelsmann |
Lisp-side implementation for ThreadLock? and Mailbox,
both put in …
|
|
|
@12058
|
14 years |
vvoutilainen |
Make pushStackFrame final.
|
|
|
@12057
|
14 years |
vvoutilainen |
Clean up profiling calls.
|
|
|
@12056
|
14 years |
vvoutilainen |
Remove superfluous array copying, consolidate manual array
allocations …
|
|
|
@12055
|
14 years |
ehuelsmann |
Avoid stack save/restore operations in routines not modifying the stack.
|
|
|
@12054
|
14 years |
Mark Evenson |
Formatting CHANGES.
|
|
|
@12053
|
14 years |
Mark Evenson |
Move additional symbols into THREADS package.
The symbols
THREADP …
|
|
|
@12052
|
14 years |
Mark Evenson |
Corrected build-from-lisp.sh for CLISP. (Robert Dodier)
|
|
|
@12051
|
14 years |
ehuelsmann |
Follow up to r12015: Removal of class file verification
to speed up …
|
|
|
@12050
|
14 years |
ehuelsmann |
Make GENSYM thread safe when *GENSYM-COUNTER* doesn't have
bindings …
|
|
|
@12049
|
14 years |
Mark Evenson |
Revert (most) of svn 12048--these files are used by the Lisp based build.
|
|
|
@12048
|
14 years |
Mark Evenson |
Remove obsolete build artifacts. Are these getting added by merges or …
|
|
|
@12047
|
14 years |
ehuelsmann |
Add properties: svn:keywords and svn:eol-style.
|
|
|
@12046
|
14 years |
Mark Evenson |
Shell script interface to building ABCL from within another Lisp. …
|
|
|
@12045
|
14 years |
Mark Evenson |
Added pattern for TAGS target to parse ' ### SYMBOL' annotation.
…
|
|
|
@12044
|
14 years |
astalla |
Reverted FaslReadtable? to UPCASE behavior (was PRESERVE to get around …
|
|
|
@12043
|
14 years |
Mark Evenson |
Add synopsis of [svn 12042] to CHANGES>
|
|
|
@12042
|
14 years |
Mark Evenson |
Cache arg specialization computation for eql-specialized generic …
|
|
|
@12041
|
14 years |
Mark Evenson |
Fix (ext:arglist 'ext:arglist) => NIL. (Tobias Rittweiler).
|
|
|
@12040
|
14 years |
ehuelsmann |
Add synchronization like in Java through the special operator …
|
|
|
@12039
|
14 years |
ehuelsmann |
Create a THREADS package and make EXT use it.
|
|
|
@12038
|
14 years |
ehuelsmann |
Enable monitorenter and monitorexit opcodes.
|
|
|
@12037
|
14 years |
ehuelsmann |
Add a method to LispObject to be used with the Java locking API.
|
|
|
@12036
|
14 years |
ehuelsmann |
Improve - but do not fully fix - line number counting.
Note: See the …
|
|
|
@12035
|
14 years |
astalla |
Removed @Override annotations on methods directly implementing an …
|
|
|
@12033
|
14 years |
Mark Evenson |
Documentation correction for Gates interface (secs. not ms.!).
|
|
|
@12032
|
14 years |
Mark Evenson |
Start recording CHANGES for 0.16.0.
Noted that next release will …
|
|
|
@12031
|
14 years |
ehuelsmann |
As far as I know, there are no makefiles anywhere else in our tree.
|
|
|
@12030
|
14 years |
ehuelsmann |
Add documentation on different symbol value lookup functions.
|
|
|
@12029
|
14 years |
ehuelsmann |
Set properties on source files recently added.
|
|
|
@12028
|
14 years |
Mark Evenson |
Implementation of Franz Allegro Gates MP sync primitive by Tobias …
|
|
|
@12027
|
14 years |
Mark Evenson |
Set the name of associated the java.lang.Thread if specified.
…
|
|
|
@12026
|
14 years |
Mark Evenson |
Restore use of 'additional.jars' Ant build property to include …
|
|
|
@12025
|
14 years |
astalla |
Modified build.xml to build the gui-based prompt stream.
|
|
|
@12024
|
14 years |
astalla |
Added Lisp-side support for the dialog-based GUI prompt stream.
|
|
|
@12023
|
14 years |
astalla |
Added simple GUI-based stream to query the user for input.
|
|
|
@12022
|
14 years |
astalla |
Better type conversion Lisp <-> Java for property getters/setters.
|
|
|
@12021
|
14 years |
astalla |
Used javaObject.getInstance(x, true) instead of ad-hoc toLisp method …
|
|
|
@12020
|
14 years |
astalla |
Corrected the installation and use of the throwing debugger …
|
|
|
@12019
|
14 years |
ehuelsmann |
Don't GC before returning the free amount;
it clobbers the …
|
|
|
@12018
|
14 years |
ehuelsmann |
Reconstruct NaNs? upon reading, if readable output is requested.
|
|
|
@12017
|
14 years |
ehuelsmann |
Performance improvement for non-recursive #= and ##:
In the …
|
|
|
@12016
|
14 years |
Mark Evenson |
Fix current directory problems with ABCL Lisp-based test suite.
Now …
|
|
|
@12015
|
14 years |
ehuelsmann |
Stop verifying compiled files: this seriously slows down compilation.
|
|
|
@12014
|
14 years |
ehuelsmann |
Implement sane defaults for STREAM-CLEAR-INPUT, STREAM-CLEAR-OUTPUT …
|
|
|
@12013
|
14 years |
ehuelsmann |
Fix Gray streams interaction with the pretty printer.
Fix Gray streams …
|
|
|
@11999
|
15 years |
ehuelsmann |
Update CHANGES with my MOP backport plan.
|
|
|