- 05 Jan, 2014 1 commit
-
-
- 04 Jan, 2014 1 commit
-
-
BUNDLE-OP is still borked.
-
- 03 Jan, 2014 1 commit
-
-
To use slime, ensure the directory "~/.asdf-install-dir/systems" exits, and symlink `swank.asd` from a SLIME installation into it. Start the "slime" Netbeans configuration: when you see the "Swank started at port: 4005." message, you may then use Emacs M-x slime-connect to attach to the ABCL instance running in Netbeans. An improvement might to be to randomize the port given to SWANK:CREATE-SERVER somehow. Updated artifacts to Netbeans 7.4.
-
- 27 Dec, 2013 1 commit
-
-
Throw intelligible errors from problems encountered by SHARPSIGN-DOT macros passed through '--eval' arguments. Fixes #334.
-
- 05 Dec, 2013 2 commits
-
-
Fixes loading of the lsw2 util system by normalizing ABCL-ASDF:JAR-FILE components whose pathname NAME component ends in ".jar".
-
-
- 24 Nov, 2013 1 commit
-
-
Pascal Bourguingon.
-
- 10 Nov, 2013 1 commit
-
-
- 09 Nov, 2013 3 commits
-
-
-
-
Added recent trunk ansi-compiled, ansi-interpreter results. A few (~10) new regressions that need to be hunted down.
-
- 02 Nov, 2013 1 commit
-
-
ASDF 3.0.3.0.1 is ASDF 3.0.3 with a small fix for UIOP/UTILITY:ENSURE-FUNCTION so that functions may be used with output translations.
-
- 01 Nov, 2013 1 commit
-
-
Muffle warning of SYS:SHA256 when used for single file.
-
- 27 Aug, 2013 1 commit
-
-
- 19 Aug, 2013 1 commit
-
-
- 18 Aug, 2013 5 commits
-
-
Aggressively cache and control the use of memory by the underlying Lisp stack frame representation by introducing the private LispThread.StackFrame and LispThread.StackSegments classes. Dmitry Nadezhin contributes the following: LispStackFrame object are allocated on every LispThread.execute(...) . However, they are seldom [accessed] ([... verify via] inspect[tion of the] stack trace). This patch delays allocation of LispStackFrame objects until they are requested. Raw information about stack frames is stored in stack. Stack is an Object[] array (more precisely a list of [...]4 [Mib] Object[] arrays). Implement org.armedbear.lisp.protocol.Inspectable on StackSegment (incomplete). We are going to need a way to try to less agressively grab 4Mib chunks in low memory situations. Promote comments to javadoc in LispThread where it makes sense (incomplete). Remove "first", "second", "third" accessor forms in LispStackFrame in favor of exclusive use of varargs. This may affect usage on pre jre-1.5.0 JVMs. Users who have trouble with this requirement should consider weaving pre-1.5 bytecode with appropiate thunks for vararg calls.
-
-
-
For maxmimal compatibility to old versions of Ant, don't use FILE elements. Always COPY with a fileset to actual path locations.
-
Further "smoothing over" of dealing with the different versions and vendors of Aether.
-
- 16 Aug, 2013 1 commit
-
-
Big thanks to Anton Vodonosov for the initial patch. The code in maven-embedder.lisp should now work for all versions of Maven greater than 3.0.3. Added MAKE-ARTIFACT and MAKE-ARTIFACT-REQUEST for creating the correponding Aether objects.
-
- 15 Aug, 2013 1 commit
-
-
- 10 Aug, 2013 1 commit
-
-
Memory profiling of ABCL shows that the classes with largest allocation count are LispStackFrame and LispStackFrame.UnavailableArgument. Contributed by Dmitry Nadezhin.
-
- 28 Jul, 2013 1 commit
-
-
- 22 Jul, 2013 1 commit
-
-
Restore examples/java-to-lisp-1/MainAlternative.java to this use of the API. Fixes #324.
-
- 21 Jul, 2013 1 commit
-
-
- 01 Jul, 2013 1 commit
-
-
r14562 | mevenson | 2013-06-27 21:50:22 +0200 (Thu, 27 Jun 2013) | 1 line abcl-1.2.1 artifacts.
-
- 22 Jun, 2013 2 commits
-
-
- 19 Jun, 2013 2 commits
-
-
- 18 Jun, 2013 2 commits
-
-
(used by handler-bind to catch out of memory conditions). This commit saves generation roughly 50 cls files.
-
-
- 17 Jun, 2013 1 commit
-
-
- 16 Jun, 2013 2 commits
-
-
-
hot code helps hot spot determine which code to compile.
-
- 13 Jun, 2013 3 commits
-
-
A bit of a hack by doing this in Load.java, as it should already have been passed through the TRUENAME routines by the time things get here, but the code needs a more thorough re-working anyways. Refactor probe_file.java Lisp interfaces to have public access and obey current conventions.
-
-
-
- 12 Jun, 2013 1 commit
-
-
LOAD.18 the only additional one over abcl-1.1.1.
-