source: branches

Revision Log Mode:


Legend:

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