From 64fb2cea2bc504bb9c0e4459b8ad2aa92518bd49 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Mon, 20 May 2013 22:52:42 +0200 Subject: [PATCH] Tag new release --- ANNOUNCEMENT | 2 ++ src/CHANGELOG | 8 +++++++- src/configure | 18 +++++++++--------- src/configure.in | 2 +- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 14f16abb8..18a14366d 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -49,6 +49,8 @@ Some highlights of this release are: * ECL has changed the way it stores compiled data in the C files, so that it works around the limit of 65k characters per string. +* ECL now builds with Microsoft Visual Studio C++ 2012. + See file src/CHANGELOG or browse it online http://ecls.cvs.sourceforge.net/viewvc/ecls/ecl/src/CHANGELOG?view=markup diff --git a/src/CHANGELOG b/src/CHANGELOG index a8e29d59c..f5f26a60f 100755 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,4 +1,4 @@ -ECL 13.4.1 +ECL 13.5.1 ========== * Visible changes: @@ -58,6 +58,12 @@ ECL 13.4.1 reliable, just a hint, since a garbage collection may happen while the count is being computed) +- ECL no longer uses :READ-ONLY declarations in the SETF expansions because + there is code out there that modifies the values variables. + +- PROGV can now 'unbind' variables when the list of variables is longer than + the list of values. + * CLOS: - Added built in classes FIXNUM and BIGNUM. diff --git a/src/configure b/src/configure index ee75709c2..cf2bfd8bb 100755 --- a/src/configure +++ b/src/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ecl 13.4.1. +# Generated by GNU Autoconf 2.69 for ecl 13.5.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -578,8 +578,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ecl' PACKAGE_TARNAME='ecl' -PACKAGE_VERSION='13.4.1' -PACKAGE_STRING='ecl 13.4.1' +PACKAGE_VERSION='13.5.1' +PACKAGE_STRING='ecl 13.5.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1362,7 +1362,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ecl 13.4.1 to adapt to many kinds of systems. +\`configure' configures ecl 13.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ecl 13.4.1:";; + short | recursive ) echo "Configuration of ecl 13.5.1:";; esac cat <<\_ACEOF @@ -1605,7 +1605,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ecl configure 13.4.1 +ecl configure 13.5.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2192,7 +2192,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ecl $as_me 13.4.1, which was +It was created by ecl $as_me 13.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -9957,7 +9957,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ecl $as_me 13.4.1, which was +This file was extended by ecl $as_me 13.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10019,7 +10019,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ecl config.status 13.4.1 +ecl config.status 13.5.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/src/configure.in b/src/configure.in index 6dbbf5b50..8154c2773 100644 --- a/src/configure.in +++ b/src/configure.in @@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL dnl Giuseppe Attardi 25.1.1994 dnl -AC_INIT([ecl],[13.4.1],[]) +AC_INIT([ecl],[13.5.1],[]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([bare.lsp.in]) AC_CONFIG_AUX_DIR([gmp])