|
|
@12706
|
13 years |
astalla |
Split potentially huge CASE in the fasl-loader in multiple smaller …
|
|
|
@12700
|
13 years |
Mark Evenson |
Backport r12696: TRUENAME for URL-PATHNAME ambigiously either a …
|
|
|
@12698
|
13 years |
astalla |
Load class bytes on demand for disassemble.
|
|
|
@12697
|
13 years |
Mark Evenson |
Backport r12695: Change messages from trace to warn for failing …
|
|
|
@12694
|
13 years |
astalla |
Backported r12693 to 0.20 branch
|
|
|
@12688
|
13 years |
Mark Evenson |
Backport r12687: Update CHANGES for release.
|
|
|
@12686
|
13 years |
Mark Evenson |
Backportr 12676: Muffle warning from Ant 1.8.1 about includeantruntime …
|
|
|
@12685
|
13 years |
Mark Evenson |
Backport r1267[35]: Load 'system.lisp' later in boot so conditions …
|
|
|
@12684
|
13 years |
Mark Evenson |
Backport r1267[14]: Site specific initialization code can be named by …
|
|
|
@12680
|
13 years |
astalla |
Removed debug print, the branch now fails the same tests as trunk.
|
|
|
@12679
|
13 years |
astalla |
Fixed missing probe-file in zipped fasl construction.
Advanced the …
|
|
|
@12672
|
13 years |
astalla |
FASL loader implemented. Has serious bugs (tests fail to compile), but …
|
|
|
@12669
|
13 years |
ehuelsmann |
Create 0.20 maintenance branch.
|
|
|
@12638
|
13 years |
astalla |
Experimental: special operator to insert inline bytecode in compiled …
|
|
|
@12632
|
13 years |
astalla |
Added readme for the branch
|
|
|
@12631
|
13 years |
astalla |
Added missing class
|
|
|
@12630
|
13 years |
astalla |
First rough attempt at a fasl classloader to load local functions …
|
|
|
@12628
|
13 years |
astalla |
Copied trunk to new branch
|
|
|
@12627
|
13 years |
astalla |
Created less-reflection branch
|
|
|
@12577
|
13 years |
ehuelsmann |
Re #38: Delete merged metaclass branch.
|
|
|
@12568
|
13 years |
ehuelsmann |
Remove checkClass() function no longer in use.
|
|
|
@12566
|
13 years |
ehuelsmann |
With 0.19.1 tagged, advance the version number in the branch.
|
|
|
@12564
|
13 years |
ehuelsmann |
Backport README changes.
|
|
|
@12555
|
13 years |
Mark Evenson |
Backport r12549: Allow Pathname TYPE to be :UNSPECIFIC.
|
|
|
@12554
|
13 years |
Mark Evenson |
Backport r12551: MAKE-PATHNAME does not have any merging directories …
|
|
|
@12553
|
13 years |
Mark Evenson |
Backport r12550: Fix loading of packed FASLs which have been renamed.
|
|
|
@12547
|
13 years |
Mark Evenson |
backport r12456: nreverse() *command-line-arguments-list* to natural order.
|
|
|
@12545
|
13 years |
Mark Evenson |
Backport r12544: Fix win32 bugs with :ABSOLUTE directory entries for …
|
|
|
@12539
|
13 years |
ehuelsmann |
Update version number with 0.19.0 tagged.
|
|
|
@12537
|
13 years |
ehuelsmann |
Backport PROGV fix (r12526) and its CHANGES description.
|
|
|
@12534
|
13 years |
ehuelsmann |
Make sure non-standard (meta) classes aren't cast to LispClass?
as they …
|
|
|
@12533
|
13 years |
Mark Evenson |
Backport r12531 for :ABSOLUTE directory components for jar pathnames.
|
|
|
@12530
|
13 years |
ehuelsmann |
Re #38: Make method creation and dispatch possible for classes with …
|
|
|
@12529
|
13 years |
ehuelsmann |
Re #38: CLASSP can't be checked with instanceof alone any longer.
|
|
|
@12528
|
13 years |
ehuelsmann |
Reference #38: make the following snippet work:
(defclass g …
|
|
|
@12527
|
13 years |
ehuelsmann |
Make all class accessor functions generic functions instead
of normal …
|
|
|
@12520
|
13 years |
ehuelsmann |
Branch for 0.19 release cycle.
|
|
|
@12483
|
13 years |
ehuelsmann |
Recreate branch deleted in r12482 from trunk.
|
|
|
@12482
|
13 years |
ehuelsmann |
Delete branch for rebranching.
|
|
|
@12480
|
13 years |
ehuelsmann |
DIRECT-DEFAULT-INITARGS and DEFAULT-INITARGS slot storage for …
|
|
|
@12479
|
13 years |
ehuelsmann |
Slot storage for DIRECT-SLOTS and SLOTS of STANDARD-CLASS.
|
|
|
@12477
|
13 years |
ehuelsmann |
SlotClass? now accesses its fields only through the accessor functions.
|
|
|
@12476
|
13 years |
ehuelsmann |
Make DOCUMENTATION and DIRECT-METHODS STANDARD-CLASS slots.
|
|
|
@12475
|
13 years |
ehuelsmann |
Access the CPL through its accessor *everywhere*.
|
|
|
@12470
|
13 years |
ehuelsmann |
Check for LISTP instead of CONSP
and remove the resulting special case.
|
|
|
@12468
|
13 years |
ehuelsmann |
Convert classPrecedenceList, directMethods and documentation
to java …
|
|
|
@12467
|
13 years |
ehuelsmann |
Convert CLASS-PRECEDENCE-LIST of STANDARD-CLASS to a slot.
|
|
|
@12466
|
13 years |
ehuelsmann |
Instead of 10 class-precedence-list setters, use a single var-arg one.
|
|
|
@12465
|
13 years |
ehuelsmann |
Convert DIRECT-SUBCLASSES of STANDARD-CLASS to a slot.
|
|
|
@12464
|
13 years |
ehuelsmann |
Convert LAYOUT and DIRECT-SUPERCLASSES of STANDARD-CLASS to slots.
|
|
|
@12463
|
13 years |
ehuelsmann |
Remove some cruft left behind experimenting.
|
|
|
@12462
|
13 years |
ehuelsmann |
In order to make StandardClass? use its NAME slot
instead of …
|
|
|
@12455
|
13 years |
ehuelsmann |
Make STANDARD-CLASS a normal STANDARD-OBJECT with
a normal Layout and …
|
|
|
@12452
|
13 years |
ehuelsmann |
Unbind functions before defining generic functions for them.
|
|
|
@12444
|
13 years |
ehuelsmann |
Make the lispClass slot in Layout private and add
an additional …
|
|
|
@12442
|
13 years |
ehuelsmann |
Move work on METACLASS support to a branch. The impact
is too …
|
|
|
@12386
|
13 years |
ehuelsmann |
Update development (branch) version.
|
|
|
@12384
|
13 years |
vvoutilainen |
Backport the CHANGES file to the release branch.
|
|
|
@12382
|
13 years |
vvoutilainen |
Backport r12376-r12379 and r12381. This fixes maxima,
adds support for …
|
|
|
@12364
|
13 years |
ehuelsmann |
Backport r12350 upto 12355 and 12359:
fixes to recently added …
|
|
|
@12363
|
13 years |
ehuelsmann |
Backport r12350 upto 12355 and 12359:
fixes to recently added …
|
|
|
@12349
|
13 years |
ehuelsmann |
Delete branch which is long out-dated
and not pursued at the moment.
|
|
|
@12348
|
13 years |
ehuelsmann |
Remove branch merged to trunk long ago.
|
|
|
@12346
|
13 years |
ehuelsmann |
Branch 0.18.x for release stabilization.
|
|
|
@12308
|
13 years |
ehuelsmann |
Delete branch: it's merged back to trunk.
|
|
|
@12305
|
13 years |
ehuelsmann |
Backport r12298: review of "catch (Throwable".
Note: Lisp.java redone …
|
|
|
@12297
|
13 years |
ehuelsmann |
Implement preloader functionality which allows delaying reflection of …
|
|
|
@12296
|
13 years |
ehuelsmann |
Create a branch to test speeding up the ABCL boot process.
|
|
|
@12268
|
14 years |
ehuelsmann |
Backport build.xml fix.
|
|
|
@12265
|
14 years |
ehuelsmann |
Update 0.17.x branch version number with 0.17.0 tagged.
|
|
|
@12261
|
14 years |
ehuelsmann |
Mark release date for 0.17.0.
|
|
|
@12260
|
14 years |
ehuelsmann |
Setup correct version number on 0.17.x branch.
|
|
|
@12259
|
14 years |
ehuelsmann |
Rebranch 0.17.
|
|
|
@12258
|
14 years |
ehuelsmann |
Delete 0.17 branch for re-branching.
|
|
|
@12249
|
14 years |
ehuelsmann |
Backport precompiler fix.
|
|
|
@12243
|
14 years |
ehuelsmann |
Backport r12242: FASL version increment.
|
|
|
@12239
|
14 years |
ehuelsmann |
Create ABCL 0.17 release branch.
|
|
|
@12200
|
14 years |
ehuelsmann |
Update version number on 0.16 branch.
|
|
|
@12198
|
14 years |
ehuelsmann |
Update CHANGES.
|
|
|
@12194
|
14 years |
vvoutilainen |
Fix leakage of temp files during compilation.
|
|
|
@12155
|
14 years |
Mark Evenson |
Backported changes for Fix #63: GO forms to non-existent TAGBODY …
|
|
|
@12150
|
14 years |
Mark Evenson |
Backport [svn 12149] guard against null LispStackFrames?.
Updated …
|
|
|
@12143
|
14 years |
vvoutilainen |
Backport the asdf fix from trunk.
|
|
|
@12140
|
14 years |
ehuelsmann |
Create a branch to try to eliminate variables used for LABELS compilation.
|
|
|
@12132
|
14 years |
ehuelsmann |
Increase development version number to 0.16.1-dev.
|
|
|
@12129
|
14 years |
ehuelsmann |
Create the 0.16.x branch.
|
|
|
@12000
|
14 years |
ehuelsmann |
Backport r11992, 11993 and 11999: Cells support in MOP package.
|
|
|
@11997
|
14 years |
vvoutilainen |
Change the parameters of precompile-form in macroexpand-all, as …
|
|
|
@11995
|
14 years |
vvoutilainen |
Backport the packaging changes for macroexpand-all and compiler-let.
|
|
|
@11963
|
14 years |
ehuelsmann |
Backport r11962 (reversal of r11958).
|
|
|
@11959
|
14 years |
ehuelsmann |
Create 0.15.x stabilization branch.
|
|
|
@11935
|
14 years |
vvoutilainen |
Patches to make the branch build. It doesn't run yet, there's a Thread …
|
|
|
@11897
|
14 years |
astalla |
Initial attempt at JNLP - Java Web Start. This currently needs full …
|
|
|
@11895
|
14 years |
astalla |
Branching from trunk at revision 11894
|
|
|
@11893
|
14 years |
ehuelsmann |
As per Ville's request, upload the progress
with respect to the …
|
|
|
@11887
|
14 years |
ehuelsmann |
Create a branch to remove most of the
n-ary execute() functions.
|
|
|
@11867
|
14 years |
ehuelsmann |
Delete merged branch.
|
|
|
@11865
|
14 years |
ehuelsmann |
Create new closure arrays when creating new closures.
This prevents …
|
|
|
@11864
|
14 years |
ehuelsmann |
Duplicate closure arrays if the compiland defines
bindings of itself: …
|
|
|
@11863
|
14 years |
ehuelsmann |
Initialize the closure slots with a binding, so that
we won't need to …
|
|
|