Timeline
07/22/11:
- 06:20 Changeset [13414] by
- Update with ANSI test results for 0.26.1.
07/21/11:
- 21:35 Changeset [13413] by
- Backport r13412 and update CHANGES.
- 18:59 Changeset [13412] by
- Fix Java interop issue. Found by: Theam Yong Chew (senatorzergling at …
07/17/11:
- 15:53 Changeset [13411] by
- Update CHANGES.
- 15:53 Changeset [13410] by
- Backport r13407 and r13408: fixes for pretty printer output with …
- 10:50 Changeset [13409] by
- Re #160: note the root cause.
- 10:47 Ticket #160 (Printing objects with "#<" in their readable representation fail to ...) created by
- (let ((s (gensym "#<")) (*print-readably* t)) (print s)) --> …
07/16/11:
- 22:49 Changeset [13408] by
- Fix 2 more pretty printer (PPRINT-*) test cases.
07/15/11:
- 21:18 Changeset [13407] by
- Eliminate a series of PPRINT.* ansi test suite failures (dropping my …
- 16:34 Changeset [13406] by
- Avoid using a temporary file when copying a random state; it's …
- 11:10 Ticket #159 (COMPILE-FILE-16 and -17 failing for the wrong reason) created by
- The error emitted from COMPILE-FILE-16 and -17 is "Could not form URL …
- 10:44 Ticket #158 (Printing "#<abc>" fails when *PRINT-READABLY* non-NIL) created by
- (let ((*print-readably* t)) (print "#<abc>")) --> Error: #<abc> …
07/14/11:
- 19:23 Changeset [13405] by
- Set svn:keywords and svn:eol-style properties.
- 18:25 Changeset [13404] by
- Update test results after r13402. Export ANSI-TESTS:FULL-REPORT as it …
- 15:40 Changeset [13403] by
- Backport r13402: Fix failures of SYNTAX.SHARP-BACKSLASH.6 and …
- 15:33 Changeset [13402] by
- Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
- 14:10 Changeset [13401] by
- ANSI-TESTS:FULL-REPORT provides a clearer reports of test failures. …
07/13/11:
- 21:00 Ticket #157 (0.26 ansi-test regressions) created by
- Diff: -31 out of 21702 total tests failed: +36 out of 21702 total …
- 19:11 Changeset [13400] by
- Fix #154 on 0.26.x branch: backport r13399.
- 15:33 Ticket #154 (COMPILE-FILE-2 ansi compiled fails) closed by
- fixed: Fixed in r13399.
- 15:31 Changeset [13399] by
- Fix #154: Don't call higher level abstractions from low level lisp …
07/12/11:
- 14:28 Changeset [13398] by
- JSS:JLIST-TO-LIST now works for types implementing java.util.List. …
- 09:21 Changeset [13397] by
- Rename as JSS:JLIST-TO-LIST to align with JAVA conventions.
- 08:51 Changeset [13396] by
- Correct my dyslexic spelling to ENSURE-COMPATIBILITY.
- 08:26 Changeset [13395] by
- Correct mispellings.
07/11/11:
- 13:57 Changeset [13394] by
- Ensure that ASDF jar-file always loaded when encountered. JSS:NEW is …
- 13:57 Changeset [13393] by
- JAVA:JARRAY-FROM-LIST infers the type of the Java array.
- 12:19 Changeset [13392] by
- Note backport of compilation fix in CHANGES.
- 12:18 Changeset [13391] by
- Backport r13390: Include org.armedbear.lisp.protocol source in release.
- 12:14 Changeset [13390] by
- Include org.armedbear.lisp.protocol source in release.
07/10/11:
- 08:22 Changeset [13389] by
- Add signature files.
- 08:03 Changeset [13388] by
- Uploading 0.26.0.
07/09/11:
- 23:01 Changeset [13387] by
- Increase branch version number to 0.26.1-dev.
- 23:00 Changeset [13386] by
- Create 0.26.0 tag.
- 22:59 Changeset [13385] by
- Set release date in CHANGES.
- 22:58 Changeset [13384] by
- Set release date in CHANGES.
- 22:57 Changeset [13383] by
- Increase trunk version number.
- 22:51 Changeset [13382] by
- Create 0.26 release branch.
- 22:49 Changeset [13381] by
- Update CHANGES with 0.26.0 items.
07/08/11:
- 08:40 Changeset [13380] by
- Fasls are no no longer created with *PRINT-READABLY*. This fixes #156 …
07/07/11:
- 10:31 Ticket #156 (Readtime macro compiler error) created by
- [http://article.gmane.org/gmane.lisp.armedbear.devel/1958 Binghe …
07/05/11:
- 09:34 Changeset [13379] by
- Note the presence of possible canidate for method-generic-function.
- 09:33 Changeset [13378] by
- PRINT-OBJECT shouldn't repeat the identity twice for STANDARD-OBJECT.
07/04/11:
- 15:16 Changeset [13377] by
- Export symbols which are in the AMOP dictionary. …
- 14:04 Changeset [13376] by
- Implement MOP:VALIDATE-SUPERCLASS. Start breaking out MOP defintions …
- 14:03 Changeset [13375] by
- SET-FUNCALLABLE-INSTANCE-FUNCTION is a function.
- 14:03 Changeset [13374] by
- Correct mispelling.
- 14:03 Changeset [13373] by
- PATHNAME.URI-ENCODING.1 is not actually failing. But …
- 09:14 Ticket #155 (ABCL fails to start with '#' in Path) created by
- […]
- 09:02 Changeset [13372] by
- Document the extension to CLOS specialization for Java objects.
- 08:37 Changeset [13371] by
- Standard defintion of AMOP dictionary. To be compared with our …
07/01/11:
- 16:53 Changeset [13370] by
- Add support for releasing the contrib with Maven artifacts. Create a …
- 14:00 Changeset [13369] by
- Make JAVA:ADD-TO-CLASSPATH a generic function. With this change we …
06/29/11:
- 22:04 Changeset [13368] by
- Better separation between java-collections and the Java FFI. …
- 15:35 Changeset [13367] by
- RESOLVE-DEPENDENCIES now working for remote resolution. Something …
- 15:34 Changeset [13366] by
- Remove deprecated use of JAVA:MAKE-IMMEDIATE-OBJECT.
- 11:53 Ticket #154 (COMPILE-FILE-2 ansi compiled fails) created by
- Regression to fix before abcl-0.26.0 RC […]
06/28/11:
- 15:28 Changeset [13365] by
- Inform user of missing instance method name.
06/27/11:
- 10:23 Changeset [13364] by
- Use java.util.regex to deal with versions more cleanly.
- 10:23 Changeset [13363] by
- Export JCMN and JAPROPOS. Start documentation by copying the …
06/22/11:
- 14:33 Changeset [13362] by
- Dynamically find location of mvn libraries based on 'mvn' in PATH. …
- 13:39 Changeset [13361] by
- Edit RUN-PROGRAM documentation lightly.
- 12:59 Changeset [13360] by
- jss-2.0.1 remove use of MAKE-IMMEDIATE-OBJECT.
- 12:50 Ticket #153 (Rewrite JNEW-RUNTIME-CLASS) created by
- JNEW-RUNTIME-CLASS should be rewritten (potentially as a contrib) that …
- 12:25 Changeset [13359] by
- Created +NULL+, +TRUE+, and +FALSE+ constants in the JAVA package. …
- 10:38 Changeset [13358] by
- Convert to use @DocString? annotation adding documentation.
- 10:38 Changeset [13357] by
- Another stab at fixing the build version which was failing on …
- 08:17 Changeset [13356] by
- Report load time of ".abclrc" forms if we are being chatty.
Note: See TracTimeline
for information about the timeline view.