Skip to content

Commit

Permalink
Update to ABCL 1.2.1
Browse files Browse the repository at this point in the history
Version 1.2.1
=============
http//abcl.org/svn/tags/abcl/1.2.1/CHANGES
27 June 2013
http://abcl.org/releases/1.2.1

*  Tested:  orcl-jdk-1.7.0_21 orcl-jdk-1.6.0_43

** ansi tests rc-2 failing 11-13 of 21708 total.
   Some regressions since 1.1.1

*  Stablility fixes; additional Quicklisp compatibility

** Fix (make-instance 'standard-generic-function)


Version 1.2.0
=============
http//abcl.org/svn/tags/1.2.0/abcl/CHANGES
released at ECLM 2013 Madrid, ES // 01 June 2013

   * Package local nicknames to behave like SBCL

   * ASDF 3.0.1 is now shipped with the implementation

   * a more robust MOP implementation

   * Common cases of creating purely synthetic JAVA:JNEW-RUNTIME-CLASS
     now (mostly) work.  Please report corner cases for fixing.

   * the system autoloader has been extended to cover functions bound to
     symbol properties

Issues Resolved
---------------

[#200]   ABCL compiler fails to produce loadable fasl for XPATH
[#321]   ASDF 3.01
[#256]   Compilation failure in com.informatimago
[#274]   compiling "com.informatimago.common-lisp.cesarum") hangs [> 10 minutes]
[#153]
 [#32]   Modify the currently disabled runtime-class.lisp code to not require ASM
[#152]   ql:closer-mop doesn't work
[#203]   Failure as build host for SBCL
[#300]   Gray streams aren't streams
[#302]   Symbols fail to autoload
[#303]   CL:LOAD ignores :EXTERNAL-FORMAT argument
[#304]   Stack abstraction inconsistency between Java and Lisp frames
[#308]   Compiled FLET exhausts the stack
[#309]   Printer should obey package-local nicknames
[#310]   Invocation of tests from from build.xml broken
[#311]   UIOP fails to upgrade
[#312]   BORDEAUX-THREADS-TEST::CONDITION-VARIABLE hangs
[#282]   Spurious macros redefinition warnings
  • Loading branch information
asau committed Jul 2, 2013
1 parent e362a65 commit e934aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lang/abcl/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.4 2013/02/18 18:16:14 asau Exp $
# $NetBSD: Makefile,v 1.5 2013/07/02 19:33:59 asau Exp $

DISTNAME= abcl-src-1.1.1
DISTNAME= abcl-src-1.2.1
PKGNAME= $(DISTNAME:C/-src//)
CATEGORIES= lang
MASTER_SITES= http://common-lisp.net/project/armedbear/releases/$(PKGVERSION_NOREV)/
MASTER_SITES= http://abcl.org/releases/$(PKGVERSION_NOREV)/

MAINTAINER= asau@NetBSD.org
HOMEPAGE= http://common-lisp.net/project/armedbear/
HOMEPAGE= http://abcl.org/
COMMENT= Armed Bear Common Lisp

BUILD_DEPENDS= apache-ant>=1.7.1:../../devel/apache-ant
Expand Down
8 changes: 4 additions & 4 deletions lang/abcl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2013/02/18 18:16:14 asau Exp $
$NetBSD: distinfo,v 1.4 2013/07/02 19:33:59 asau Exp $

SHA1 (abcl-src-1.1.1.tar.gz) = f9c71a91c5aef4b7061758d19291df0fb0b01b14
RMD160 (abcl-src-1.1.1.tar.gz) = 3c2dcc41d59e5f94ba3ea6f99ed2c1a7efc5a063
Size (abcl-src-1.1.1.tar.gz) = 998991 bytes
SHA1 (abcl-src-1.2.1.tar.gz) = b68dad72960e0a7a35e3825998dce9f93836dbd2
RMD160 (abcl-src-1.2.1.tar.gz) = c1bbb04494419538a5cec4ac7902c6513a998d26
Size (abcl-src-1.2.1.tar.gz) = 1044591 bytes

0 comments on commit e934aa7

Please sign in to comment.