aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-29 15:57:12 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-29 15:58:58 +1000
commitf866924e8496c71afd880b4246454612ab1001ba (patch)
tree4092e9322086ef7626679a5561756d650985bca6
parentfbbc8e0b402adb4b0c8d3976015fe4a82c94560f (diff)
downloadjimtcl-f866924e8496c71afd880b4246454612ab1001ba.zip
jimtcl-f866924e8496c71afd880b4246454612ab1001ba.tar.gz
jimtcl-f866924e8496c71afd880b4246454612ab1001ba.tar.bz2
Update version to 0.64
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--Tcl_shipped.html5
-rwxr-xr-xconfigure18
-rwxr-xr-xconfigure.ac2
-rw-r--r--jim.h2
-rw-r--r--jim_tcl.txt4
5 files changed, 17 insertions, 14 deletions
diff --git a/Tcl_shipped.html b/Tcl_shipped.html
index 71a9882..5414c10 100644
--- a/Tcl_shipped.html
+++ b/Tcl_shipped.html
@@ -543,7 +543,7 @@ Jim Tcl(n) Manual Page
</h1>
<h2>NAME</h2>
<div class="sectionbody">
-<p>Jim Tcl v0.63 -
+<p>Jim Tcl v0.64 -
overview of the Jim tool command language facilities
</p>
</div>
@@ -704,6 +704,7 @@ The history command is not supported
<div class="sect1">
<h2 id="_changes">CHANGES</h2>
<div class="sectionbody">
+<div class="paragraph"><p>Since v0.63:</p></div>
<div class="paragraph"><p>Since v0.62:</p></div>
<div class="olist arabic"><ol class="arabic">
<li>
@@ -6398,7 +6399,7 @@ official policies, either expressed or implied, of the Jim Tcl Project.</tt></pr
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-10-20 10:19:44 EST
+Last updated 2010-10-29 15:54:49 EST
</div>
</div>
</body>
diff --git a/configure b/configure
index 1f763b9..83a6930 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for jim 0.63.
+# Generated by GNU Autoconf 2.68 for jim 0.64.
#
# Report bugs to <steveb@workware.net.au>.
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='jim'
PACKAGE_TARNAME='jim'
-PACKAGE_VERSION='0.63'
-PACKAGE_STRING='jim 0.63'
+PACKAGE_VERSION='0.64'
+PACKAGE_STRING='jim 0.64'
PACKAGE_BUGREPORT='steveb@workware.net.au'
PACKAGE_URL=''
@@ -1232,7 +1232,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 jim 0.63 to adapt to many kinds of systems.
+\`configure' configures jim 0.64 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1297,7 +1297,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of jim 0.63:";;
+ short | recursive ) echo "Configuration of jim 0.64:";;
esac
cat <<\_ACEOF
@@ -1423,7 +1423,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-jim configure 0.63
+jim configure 0.64
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1846,7 +1846,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 jim $as_me 0.63, which was
+It was created by jim $as_me 0.64, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -4479,7 +4479,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 jim $as_me 0.63, which was
+This file was extended by jim $as_me 0.64, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4541,7 +4541,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="\\
-jim config.status 0.63
+jim config.status 0.64
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index a039cff..5c42568 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([jim], [0.63], [steveb@workware.net.au])
+AC_INIT([jim], [0.64], [steveb@workware.net.au])
AC_CONFIG_HEADER(jimautoconf.h)
# Checks for programs.
diff --git a/jim.h b/jim.h
index 7a946dd..4cef339 100644
--- a/jim.h
+++ b/jim.h
@@ -139,7 +139,7 @@ extern "C" {
/* Jim version numbering: every version of jim is marked with a
* successive integer number. This is version 0. The first
* stable version will be 1, then 2, 3, and so on. */
-#define JIM_VERSION 63
+#define JIM_VERSION 64
#define JIM_OK 0
#define JIM_ERR 1
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 70fa188..d948c44 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3,7 +3,7 @@ Jim Tcl(n)
NAME
----
-Jim Tcl v0.63 - overview of the Jim tool command language facilities
+Jim Tcl v0.64 - overview of the Jim tool command language facilities
SYNOPSIS
--------
@@ -58,6 +58,8 @@ The major differences are:
CHANGES
-------
+Since v0.63:
+
Since v0.62:
1. 'source' now checks that a script is complete (.i.e. not missing a brace)