Skip to content

Commit

Permalink
Bump to Itcl 4.3.0 for release with Tcl 8.6.15 and 9.0.0.
Browse files Browse the repository at this point in the history
This new minor release marks the attempt to support multi-thread operations.
  • Loading branch information
dgp committed Sep 4, 2024
1 parent ba392e5 commit 1e840c3
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README: Itcl

This is the 4.2.6 source distribution of Itcl, an object oriented
This is the 4.3.0 source distribution of Itcl, an object oriented
extension for Tcl. Itcl releases are available from Sourceforge at:

https://sourceforge.net/projects/incrtcl/files/%5Bincr%20Tcl_Tk%5D-4-source/
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for itcl 4.2.6.
# Generated by GNU Autoconf 2.72 for itcl 4.3.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
Expand Down Expand Up @@ -601,8 +601,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='itcl'
PACKAGE_TARNAME='itcl'
PACKAGE_VERSION='4.2.6'
PACKAGE_STRING='itcl 4.2.6'
PACKAGE_VERSION='4.3.0'
PACKAGE_STRING='itcl 4.3.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1336,7 +1336,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 itcl 4.2.6 to adapt to many kinds of systems.
'configure' configures itcl 4.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1398,7 +1398,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of itcl 4.2.6:";;
short | recursive ) echo "Configuration of itcl 4.3.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1500,7 +1500,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
itcl configure 4.2.6
itcl configure 4.3.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1866,7 +1866,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 itcl $as_me 4.2.6, which was
It was created by itcl $as_me 4.3.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -10066,7 +10066,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 itcl $as_me 4.2.6, which was
This file was extended by itcl $as_me 4.3.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -10121,7 +10121,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
itcl config.status 4.2.6
itcl config.status 4.3.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so that we create the export library with the dll.
#-----------------------------------------------------------------------

AC_INIT([itcl],[4.2.6])
AC_INIT([itcl],[4.3.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
8 changes: 4 additions & 4 deletions generic/itcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ extern "C" {
#endif

#define ITCL_MAJOR_VERSION 4
#define ITCL_MINOR_VERSION 2
#define ITCL_MINOR_VERSION 3
#define ITCL_RELEASE_LEVEL TCL_FINAL_RELEASE
#define ITCL_RELEASE_SERIAL 4
#define ITCL_RELEASE_SERIAL 0

#define ITCL_VERSION "4.2"
#define ITCL_PATCH_LEVEL "4.2.6"
#define ITCL_VERSION "4.3"
#define ITCL_PATCH_LEVEL "4.3.0"


/*
Expand Down
18 changes: 9 additions & 9 deletions itclWidget/configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for itclwidget 4.2.6.
# Generated by GNU Autoconf 2.72 for itclwidget 4.3.0.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
Expand Down Expand Up @@ -601,8 +601,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='itclwidget'
PACKAGE_TARNAME='itclwidget'
PACKAGE_VERSION='4.2.6'
PACKAGE_STRING='itclwidget 4.2.6'
PACKAGE_VERSION='4.3.0'
PACKAGE_STRING='itclwidget 4.3.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1351,7 +1351,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 itclwidget 4.2.6 to adapt to many kinds of systems.
'configure' configures itclwidget 4.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1413,7 +1413,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of itclwidget 4.2.6:";;
short | recursive ) echo "Configuration of itclwidget 4.3.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1519,7 +1519,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
itclwidget configure 4.2.6
itclwidget configure 4.3.0
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1826,7 +1826,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 itclwidget $as_me 4.2.6, which was
It was created by itclwidget $as_me 4.3.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -10607,7 +10607,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 itclwidget $as_me 4.2.6, which was
This file was extended by itclwidget $as_me 4.3.0, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -10662,7 +10662,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
itclwidget config.status 4.2.6
itclwidget config.status 4.3.0
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion itclWidget/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([itclwidget],[4.2.6])
AC_INIT([itclwidget],[4.3.0])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
4 changes: 3 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is the release 4.2.6 of Itcl.
This is the release 4.3.0 of Itcl.

It is intended to be script compatible with Itcl 4.0.* and Itcl 3.4.* .
It very likely presents the same public C interface as Itcl 4.0.* .
Expand All @@ -12,6 +12,8 @@ error.
Notes of past releases follow below
-----------------------------------

Starting with release 4.3.*, Itcl attempts to support multi-thread operations

The difference to 4.0.*: in this release there are only bug fixes from SF and the fossil bug tracker for itcl.

This is the first stable release of Itcl 4.0.
Expand Down

0 comments on commit 1e840c3

Please sign in to comment.