Index: ChangeLog =================================================================== diff -u -r8fd4db75d6f8b62bfa4bae9069dc53eb0d56347d -rc97e67e4e75de882fc249d0b43328c49600ad020 --- ChangeLog (.../ChangeLog) (revision 8fd4db75d6f8b62bfa4bae9069dc53eb0d56347d) +++ ChangeLog (.../ChangeLog) (revision c97e67e4e75de882fc249d0b43328c49600ad020) @@ -1,4 +1,11 @@ -2011-12-32 +2012-01-12 + * xotcl.c Backport from nsf: when processing arguments with + leading dashes in "configure", accept only method names without + spaces. This solves a problem with Tcl8.4 + ns_eval where the + output of the serializer could not be processed by eval (a [list + ..] was lost). + +2011-12-22 * Httpd: force GMT dates as required by RFC 2011-11-12 Index: configure =================================================================== diff -u -r28258712f3396f3448ea6cfc97a11597f45b3c4b -rc97e67e4e75de882fc249d0b43328c49600ad020 --- configure (.../configure) (revision 28258712f3396f3448ea6cfc97a11597f45b3c4b) +++ configure (.../configure) (revision c97e67e4e75de882fc249d0b43328c49600ad020) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for xotcl 1.6.7. +# Generated by GNU Autoconf 2.68 for xotcl 1.6.8. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -557,8 +557,8 @@ # Identity of this package. PACKAGE_NAME='xotcl' PACKAGE_TARNAME='xotcl' -PACKAGE_VERSION='1.6.7' -PACKAGE_STRING='xotcl 1.6.7' +PACKAGE_VERSION='1.6.8' +PACKAGE_STRING='xotcl 1.6.8' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1319,7 +1319,7 @@ # 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 xotcl 1.6.7 to adapt to many kinds of systems. +\`configure' configures xotcl 1.6.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1380,7 +1380,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xotcl 1.6.7:";; + short | recursive ) echo "Configuration of xotcl 1.6.8:";; esac cat <<\_ACEOF @@ -1499,7 +1499,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xotcl configure 1.6.7 +xotcl configure 1.6.8 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1864,7 +1864,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xotcl $as_me 1.6.7, which was +It was created by xotcl $as_me 1.6.8, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2458,7 +2458,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=6 -XOTCL_RELEASE_LEVEL=.7 +XOTCL_RELEASE_LEVEL=.8 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -9288,7 +9288,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xotcl $as_me 1.6.7, which was +This file was extended by xotcl $as_me 1.6.8, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -9341,7 +9341,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xotcl config.status 1.6.7 +xotcl config.status 1.6.8 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -9927,53 +9927,3 @@ (cd $subdir; echo $SHELL ${confdir}/configure ${ac_configure_args} --prefix=${prefix} --with-xotcl=${here}; eval $SHELL ${confdir}/configure ${ac_configure_args} --prefix=${prefix} --with-xotcl=${here}) done - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: configure.in =================================================================== diff -u -r28258712f3396f3448ea6cfc97a11597f45b3c4b -rc97e67e4e75de882fc249d0b43328c49600ad020 --- configure.in (.../configure.in) (revision 28258712f3396f3448ea6cfc97a11597f45b3c4b) +++ configure.in (.../configure.in) (revision c97e67e4e75de882fc249d0b43328c49600ad020) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.6.7) +define(XOTclVersion, 1.6.8) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- @@ -103,7 +103,7 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 XOTCL_MINOR_VERSION=6 -XOTCL_RELEASE_LEVEL=.7 +XOTCL_RELEASE_LEVEL=.8 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -452,53 +452,3 @@ (cd $subdir; echo $SHELL ${confdir}/configure ${ac_configure_args} --prefix=${prefix} --with-xotcl=${here}; eval $SHELL ${confdir}/configure ${ac_configure_args} --prefix=${prefix} --with-xotcl=${here}) done - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -