Timeline



11/09/12:

23:30 Ticket #264 (abcl-asdf.asd broken since revision 14233) created by Christoph Egger
[…]
17:28 Ticket #229 (JSS method resolution failure) closed by Mark Evenson
fixed: (In [14239]) Fixes #229 so that JCALL works with static member …
17:28 Changeset [14239] by Mark Evenson
Fixes #229 so that JCALL works with static member classes. Added …
16:07 Changeset [14238] by Mark Evenson
Fixes #243: MAKE-PATHNAME with a DEVICE string. We allow DEVICE lists …
16:07 Ticket #243 (ClassCastException in MAKE-PATHNAME) closed by Mark Evenson
fixed: (In [14238]) Fixes #243: MAKE-PATHNAME with a DEVICE string. We allow …
15:20 Ticket #246 (CFFI: dynamically generated classes referred from .fasl can not be ...) closed by Mark Evenson
fixed: Duplicate of #235.
15:18 Ticket #249 (Problems under Ubuntu) closed by Mark Evenson
fixed: Sort of related to #254. In any case this should be fixed now.
15:15 Changeset [14237] by Mark Evenson
abcl-asdf: fix compilation by removing stray character.
14:52 Ticket #247 (CFFI: $Proxy3 is not assignable to com.sun.jna.Pointer) closed by Mark Evenson
fixed: This has been resolved [in the latest patches to CFFI for ABCL][1]
14:44 Changeset [14236] by Mark Evenson
abcl-asdf: Enable bypassing of loading from network if a given class …
14:43 Ticket #263 (loading systems from abcl-contrib fails if CLASSPATH has a component ...) closed by Mark Evenson
fixed: (In [14234]) Fixes #263: ABCL-CONTRIB now loads with wildcards in …
14:43 Changeset [14235] by Mark Evenson
RUN-PROGRAM: refactor symbols and improve docstring.
14:43 Changeset [14234] by Mark Evenson
Fixes #263: ABCL-CONTRIB now loads with wildcards in CLASSPATH.
14:42 Changeset [14233] by Mark Evenson
Re #262 in abcl-asdf: use first matching line if the first line …

11/08/12:

09:58 Ticket #235 (Compiled cl+ssl sources not reloadable) closed by Mark Evenson
fixed: The latest version of the [CFFI patches for ABCL][1] names the …
01:05 Ticket #263 (loading systems from abcl-contrib fails if CLASSPATH has a component ...) created by Christoph Egger
java and javac will perfectly accept a wildcard in CLASSPATH like …

11/07/12:

18:00 Changeset [14232] by Mark Evenson
Fixes #261: ABCL-CONTRIB finding logic widened to Debian packaging …
18:00 Ticket #261 (Loading Systems from abcl-contrib.jar fails) closed by Mark Evenson
fixed: (In [14232]) Fixes #261: ABCL-CONTRIB finding logic widened to Debian …
00:48 Ticket #262 (fails to (require :jna)) created by Christoph Egger
[…] backtrace attached. maven 3.0.4 is installed […] Works …

11/06/12:

00:33 Ticket #261 (Loading Systems from abcl-contrib.jar fails) created by Christoph Egger
[…]

11/05/12:

15:04 Ticket #260 (ABCL crashes on empty string designated as || in defstruct) created by Rpgoldman
ARNESI's matcher has this form in it: […] This causes ABCL to crash …

11/02/12:

12:48 Changeset [14231] by Mark Evenson
Add common (for me) customizations of ABCL output.
11:13 Changeset [14230] by Mark Evenson
Upgrade to asdf-2.26 with ABCL specific JAR patches. Need to get ABCL …
09:53 Changeset [14229] by Mark Evenson
website: More fussiness with CSS. Need ehu to change permissions on …

10/31/12:

13:13 Changeset [14228] by Mark Evenson
website: Give the CSS some love. Avoid using explicit line breaks. …
09:08 Changeset [14227] by rschlatte
Remove stray closing paren from (lisp-implementation-version) results …

10/30/12:

12:07 Changeset [14226] by Mark Evenson
Re #259: fix JSS:JLIST-TO-LIST. This fixes the immediate problem, but …
00:13 Ticket #259 (JAVA:JSTATIC cannot always be invoked properly) created by Christoph Egger
The following doesn't work […]

10/29/12:

11:26 Ticket #258 (Compiler bug in call to MAX) created by Mark Evenson
Eric Marsten reports in …
09:30 Changeset [14225] by Mark Evenson
jna: Update to jna-3.5.1.
09:28 Changeset [14224] by Mark Evenson
quicklisp-abcl: missed this change in the last commit.
09:25 Changeset [14223] by Mark Evenson
quicklisp-abcl: use http://beta.quicklisp.org/quicklisp.lisp as the …

10/28/12:

09:15 Changeset [14222] by Mark Evenson
Soften the corners on the home page. Move more of the CSS into the …
09:01 Changeset [14221] by Mark Evenson
FAQ: Allow the index to breathe a bit.
08:58 Changeset [14220] by Mark Evenson
FAQ: Correct grammar and add link to AMOP status.
08:50 Changeset [14219] by Mark Evenson
Updated FAQ. Embiggened statement of conformance. Now using two (!) …

10/27/12:

08:50 Changeset [14218] by Mark Evenson
Always bypass method access checks for JSTATIC. Enables a (to be …
06:40 Changeset [14217] by Mark Evenson
Update to explicitly using jna-3.5.0.jar.
06:39 Ticket #257 (ASDF:MVN components always retrieves LATEST artifacts) created by Mark Evenson
ABCL-ASDF seems to be ignoring versions declared in the system …

10/25/12:

05:31 Changeset [14216] by Mark Evenson
Choose (hopefully) more informative return values for …

10/24/12:

18:49 Changeset [14215] by Mark Evenson
LISP-IMPLEMENTATION-VERSION returns executing JVM as second value.
17:34 Changeset [14214] by Mark Evenson
EXT:READ-TIMEOUT Fix conversion of time to underlying api.

10/23/12:

11:48 Changeset [14213] by Mark Evenson
Implementation of EXT:READ-TIMEOUT for sockets. Added docstrings for …

10/22/12:

19:32 Ticket #256 (Compilation failure in com.informatimago) created by Mark Evenson
http://common-lisp.net/project/cl-test-grid/library/com.informatimago.html

10/21/12:

19:17 Ticket #255 (ASDF file encoding specification doesn't work) closed by Mark Evenson
fixed: (In [14212]) Fixes #255 so that COMPILE-FILE now handles …
19:17 Changeset [14212] by Mark Evenson
Fixes #255 so that COMPILE-FILE now handles :EXTERNAL-FORMAT …
18:18 Changeset [14211] by ehuelsmann
Re #253: Prevent unreading eofValue if eofValue happens to be a …
16:56 Ticket #255 (ASDF file encoding specification doesn't work) created by Mark Evenson
Anton reports in …
16:50 Changeset [14210] by Mark Evenson
Fixes #254 so that systems in jar archives with ASDF-BINARY-LOCATIONS …
16:50 Ticket #254 (Cannot load ASDF systems in jar archives with ...) closed by Mark Evenson
fixed: (In [14210]) Fixes #254 so that systems in jar archives with …
16:40 Ticket #254 (Cannot load ASDF systems in jar archives with ...) created by Mark Evenson
Stas reported on armedbear-devel@ in …
16:09 Changeset [14209] by ehuelsmann
Re #253: BABEL-TESTS fails to compile; Fix character being discarded …
13:40 Changeset [14208] by ehuelsmann
Re #253: BABEL-TESTS fail to compile; make ABCL understand the MOD …
13:08 Ticket #253 (BABEL-TESTS fail to compile) created by Mark Evenson
[…]
12:36 Ticket #252 (MOP rework broke profiler?) closed by Mark Evenson
fixed: I believe this has been fixed with …

10/20/12:

10:39 Changeset [14207] by rschlatte
Call method-function instead of directly accessing a slot.
09:44 Changeset [14206] by rschlatte
Use correct slot name to get at the discriminating function. - we …

10/19/12:

21:57 Ticket #252 (MOP rework broke profiler?) created by Christoph Egger
[…] I was referred to this being due to MOP rework on IRC #abcl
06:43 Changeset [14205] by Mark Evenson
abcl-asdf: Patch to fix obvious mistakes (stas). Fix logic for …
05:35 Ticket #251 (CFFI callbacks don't unbox integer values) created by stassats
It very well may be a cffi issue. Compile the following C code with …

10/17/12:

06:51 Changeset [14204] by Mark Evenson
Complete runtime chain to installing Quicklisp. ABCL-ASDF now knows …
06:51 Changeset [14203] by Mark Evenson
abcl.asdf: Add ASDF-CONTRIB system definition. FIXME: Currently need …

10/16/12:

08:54 Changeset [14202] by Mark Evenson
SYS:SHA256 now hashes strings passed its way. TODO: develop a "lazy …

10/15/12:

16:08 Changeset [14201] by Mark Evenson
manual: update for abcl-1.1.0.
15:30 Ticket #250 (SYS:SHA256 does not compile) closed by Mark Evenson
fixed
15:30 Ticket #250 (SYS:SHA256 does not compile) reopened by Mark Evenson
15:29 Ticket #250 (SYS:SHA256 does not compile) closed by Mark Evenson
fixed: Compilation fixed in …
15:28 Ticket #250 (SYS:SHA256 does not compile) created by Mark Evenson
http://article.gmane.org/gmane.lisp.armedbear.devel/2584
08:45 Changeset [14200] by Mark Evenson
digest: simplify API. SHA256 only working for PATHNAME objects at …

10/14/12:

18:43 Changeset [14199] by rschlatte
Restore build harder. - sha256 was corrupted (truncated line in …
10:55 Changeset [14198] by Mark Evenson
Restore build.
10:54 Changeset [14197] by Mark Evenson
Fix ABCL-ASDF-TEST.
10:54 Changeset [14196] by Mark Evenson
SYS:SHA256 efficiently computes cryptographic hashs on pathnames.

10/13/12:

15:19 Changeset [14195] by Mark Evenson
abcl-asdf-0.9.0: patching to greater global stability of distributed …
13:20 Changeset [14194] by Mark Evenson
Possible fix for #249.
13:09 Ticket #249 (Problems under Ubuntu) created by Mark Evenson
stas has reported …
10:11 Ticket #215 (ABCL-ASDF:RESOLVE should work in more (some?) cases) closed by Mark Evenson
fixed: As of http://trac.common-lisp.net/armedbear/changeset/14193, we add …
10:09 Changeset [14193] by Mark Evenson
abcl-asdf: make 'com.sun.jna:jna' a synonym for a known, good jna mvn URI.
09:37 Ticket #237 (JNA fails to load blocking CFFI) closed by Mark Evenson
fixed: We've changed the semantics of merging pathnames when the defaults …
09:29 Ticket #234 (ABCL-ASDF mvn errors with VERSION slot unbound) closed by Mark Evenson
fixed: drakma loads as of …
09:12 Changeset [14192] by Mark Evenson
abcl-asdf: special case handling for finding com.sun.jna.Native et. …
09:12 Changeset [14191] by Mark Evenson
Cut the crap.

10/12/12:

19:11 Ticket #248 (Clearer error handling for toString throwing an exception) created by Christoph Egger
For some class *test* imported from Java […] so the second form …
13:18 Changeset [14190] by Mark Evenson
The Bear gets medieval with JNA. If jna.jar is in your path, we …
12:52 Changeset [14189] by Mark Evenson
jna: introspect classpath for com.sun.jna.Native as per Anton's …
12:35 Changeset [14188] by Mark Evenson
jna.jar: Try harder by introspecting the classpath.
12:04 Changeset [14187] by Mark Evenson
Fallback to reliable JNA loading for CFFI. Implemented by moving JNA …
11:43 Ticket #247 (CFFI: $Proxy3 is not assignable to com.sun.jna.Pointer) created by Anton Vodonosov
Armed Bear Common Lisp 1.1.0-dev-svn-14181 Java 1.6.0_24 Sun …
11:35 Changeset [14186] by Mark Evenson
Java type marker for CL:PATHNAME.
11:35 Ticket #246 (CFFI: dynamically generated classes referred from .fasl can not be ...) created by Anton Vodonosov
Armed Bear Common Lisp 1.1.0-dev-svn-14181 Java 1.6.0_24 Sun …
11:33 Changeset [14185] by Mark Evenson
abcl-asdf-test: require ABCL-ASDF for ASDF:DEFSYSTEM.
11:04 Changeset [14184] by Mark Evenson
Fix SLIME fasl location
10:47 Changeset [14183] by Mark Evenson
Diagnostic: return something meaningful at Stas' breakage. Status: …
10:47 Changeset [14182] by Mark Evenson
abcl.clean.application.fasls: ant target to remove application SLIME …

10/11/12:

22:33 Changeset [14181] by Mark Evenson
abcl-contrib: Note the update to the jna-3.4.0.jar binary jvm artifact.
11:33 Changeset [14180] by Mark Evenson
Invoke ANSI-TESTS:DO-TESTS-MATCHING in proper directory.
11:33 Changeset [14179] by Mark Evenson
Fix ASDF loading recursively from JAR-PATHNAME. With this patch, JNA …
11:33 Changeset [14178] by Mark Evenson
Merging a "plain file" path on non-Windows gets an :UNSPECIFIC DEVICE. …
11:33 Changeset [14177] by Mark Evenson
TRUENAME now sets DEVICE to :UNSPECIFIC from NIL on non-MSDOG.
11:33 Changeset [14176] by Mark Evenson
Refactor PATHNAME implementation details to tighten existing …

10/10/12:

14:17 Changeset [14175] by Mark Evenson
Reading a Lisp name for \uNNNN works for non-zero padded forms less …
Note: See TracTimeline for information about the timeline view.