Timeline
01/10/12:
- 23:22 Changeset [13758] by
- Bump version to abcl-1.0.2-dev.
- 23:21 Changeset [13757] by
- Tag the abcl-1.0.1 release.
- 23:15 Changeset [13756] by
- Update POMs and readme for 1.0.1 release to Sonatype
- 23:07 Changeset [13755] by
- [jvm-class-file] Coalesce annotation-element and …
- 21:06 Changeset [13754] by
- Release abcl-1.0.1 with signatures to tag.
- 20:27 Changeset [13753] by
- Cryptographic signatures from <evenson@…>.
- 20:23 Changeset [13752] by
- Binaries for abcl-1.0.1 release.
- 20:19 Changeset [13751] by
- Go for abcl-1.0.1
- 20:11 Changeset [13750] by
- Fix #172: DOCUMENTATION now works for generic functions. …
- 20:11 Ticket #172 (DOCUMENTATION does not work for generic functions) closed by
- fixed: (In [13750]) Fix #172: DOCUMENTATION now works for generic functions. …
- 20:11 Changeset [13749] by
- Manual updates for abcl-1.0.1.
- 18:58 Changeset [13748] by
- More polishing the release notes for abcl-1.0.1
- 14:26 Changeset [13747] by
- Let the typography in the release note headers 'breathe' a bit.
- 14:25 Changeset [13746] by
- Set Id keywords
- 14:15 Changeset [13745] by
- Increase vertical space on release notes paragraphs.
- 14:12 Changeset [13744] by
- Validation problems.
- 14:06 Changeset [13743] by
- Release notes for upcoming abcl-1.0.1 release.
- 14:05 Changeset [13742] by
- Add missing release notes for abcl-1.0.0. Start listing of release …
- 14:04 Changeset [13741] by
- Correct to valid XHTML.
- 13:48 Milestone 1.0.1 completed
- Bug triage after abcl-1.0.0. * fixed problems loading ABCL-CONTRIB …
- 08:13 Changeset [13740] by
- Push 1.0.1-RC1 version tag.
01/09/12:
- 22:55 Changeset [13739] by
- Annotations in class-file: - support for enum-value elements; - …
- 11:31 Changeset [13738] by
- Upload abcl-1.0.1-rc1 distribution files.
- 11:30 Changeset [13737] by
- Upload abcl-1.0.1-rc1 distribution files.
- 11:28 Changeset [13736] by
- Correct spelling of January
- 11:19 Changeset [13735] by
- Don't include future features in CHANGES for point release.
- 11:00 Changeset [13734] by
- Update README version for 1.0.1
- 10:59 Changeset [13733] by
- backport r13731: CHANGES for abcl-1.0.1.
- 10:58 Changeset [13732] by
- backport r13730: make logic for finding abcl-contrib more robust.
- 10:53 Changeset [13731] by
- Update CHANGES for abcl-1.0.1.
- 10:53 Changeset [13730] by
- Fix #177: make logic for finding abcl-contrib more robust. Issuing a …
- 10:53 Ticket #177 (ABCL 1.0.0 does not always find contrib) closed by
- fixed: (In [13730]) Fix #177: make logic for finding abcl-contrib more …
- 09:55 Changeset [13729] by
- backport most recent copy of build properties
- 08:38 Changeset [13728] by
- Backport changes to manual en masse.
01/07/12:
- 23:09 Changeset [13727] by
- Class writer: basic support for annotations (only without parameters) …
01/06/12:
- 22:45 Changeset [13726] by
- Patch by Rudi Schlatte: Make method combinations real classes.
- 22:14 Changeset [13725] by
- Patch by Rudi Schlatte: Move EqualSpecializerObject? to clos.lisp.
- 14:35 Changeset [13724] by
- backport r13706: use new API to fix Stream.readToken() bug reported by …
- 14:34 Changeset [13723] by
- backport r13705: internal Java API for looking up internal vs. …
- 14:32 Changeset [13722] by
- backport r13709: spellcheck README.
- 14:29 Changeset [13721] by
- backport r13720: randomize string hash computation to guard against …
01/05/12:
- 21:56 Changeset [13720] by
- String hash randomization.
- 05:42 Changeset [13719] by
- abcl-1.0.0: update manual with light refresh. (Unfinished) use spell …
01/04/12:
- 21:51 Changeset [13718] by
- backport r13704: Fix problems loading ABCL-CONTRIB.
- 21:48 Changeset [13717] by
- Backport r13702: update to asdf-2.019 with ABCL patch.
- 21:41 Changeset [13716] by
- Backport r13703: remove uncompilable file from system source.
- 20:34 Changeset [13715] by
- Convert EQL-SPECIALIZER from a structure into a CLOS class. From rudi …
- 13:44 Changeset [13714] by
- [PATCH 2/2] add class SPECIALIZER, splice it into mop class From …
- 13:44 Changeset [13713] by
- [PATCH 1/2] add class METAOBJECT, splice it into mop class From …
01/01/12:
- 21:48 Milestone 1.0.2 completed
- Further bug triage for ABCL 1.0
- 21:29 Changeset [13712] by
- Correctly commit 'tools/check.lisp' not its generated wrapper. Use …
- 21:25 Changeset [13711] by
- Use the hg bisect command to search for where an ANSI test breaks. A …
12/27/11:
- 19:50 Changeset [13710] by
- First stab at restoring runtime-class. Supported: extending a Java …
12/22/11:
- 11:37 Changeset [13709] by
- Spellcheck README
12/20/11:
- 22:04 Changeset [13708] by
- Follow-up to last commit: Fix #182.
- 22:00 Changeset [13707] by
- Fix #182: ADJUST-ARRAY failure.
- 22:00 Ticket #182 (ADJUST-ARRAY failure) closed by
- fixed: (In [13707]) Fix #182: ADJUST-ARRAY failure.
- 21:52 Changeset [13706] by
- Refactor Stream.readToken() to fix an issue reported by Blake McBride? …
- 21:48 Changeset [13705] by
- Create two utility functions allowing more efficient symbol lookup in …
- 10:41 Ticket #191 (Compiling SHARPSIGN SHARPSIGN form causes stack overflow) created by
- [http://article.gmane.org/gmane.lisp.armedbear.devel/2142 Anton …
12/18/11:
- 21:08 Changeset [13704] by
- Fix #181: TRUENAME doesn't always canonicalize the outer DEVICE …
- 21:08 Ticket #181 (Failure to load ASDF definitions from JAR files.) closed by
- fixed: (In [13704]) Fix #181: TRUENAME doesn't always canonicalize the outer …
- 16:03 Ticket #183 (build.xml needlessly compiling Lisp sources) closed by
- fixed: (In [13703]) Fix #183: move threads-jss.lisp out of system source. …
- 16:03 Changeset [13703] by
- Fix #183: move threads-jss.lisp out of system source. …
- 15:25 Changeset [13702] by
- asdf-2.019 with patch to get around ticket #181.
Note: See TracTimeline
for information about the timeline view.