Update to ABCL 1.1.1
Changes in ABCL 1.1.1: * (A)MOP All reported errors with the MOP implementation have been addressed. * SETF autoloader An autoloader for SETF expansion functions has been implemented, eliminating the errors associated with not being able to use (SETF SYMBOL) without first invoking SYMBOL as a function. * ANSI Tests All outstanding regressions in the ANSI test suite with respect to abcl-1.0.1 have been fixed. * ABCL-ASDF The ability to resolve Maven components in ASDF system definitions has been restored.
This commit is contained in:
parent
88f3ed8d04
commit
9f0bb606e8
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2012/12/17 21:47:31 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/02/18 18:16:14 asau Exp $
|
||||
|
||||
DISTNAME= abcl-src-1.1.0
|
||||
DISTNAME= abcl-src-1.1.1
|
||||
PKGNAME= $(DISTNAME:C/-src//)
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://common-lisp.net/project/armedbear/releases/$(PKGVERSION_NOREV)/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/12/17 21:47:31 asau Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/02/18 18:16:14 asau Exp $
|
||||
|
||||
SHA1 (abcl-src-1.1.0.tar.gz) = 0079bbefaa98431e7f7b1c597cb8dd1fe8abaa24
|
||||
RMD160 (abcl-src-1.1.0.tar.gz) = 1d615dfb4add0b598e268398363a578fa51e8af2
|
||||
Size (abcl-src-1.1.0.tar.gz) = 994498 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue