Skip to content

Commit 2359a0b

Browse files
author
jan.nijtmans
committed
Version -> 3.0.4
1 parent d3d6b96 commit 2359a0b

File tree

9 files changed

+23
-60
lines changed

9 files changed

+23
-60
lines changed

configure

Lines changed: 14 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for thread 3.0.3.
3+
# Generated by GNU Autoconf 2.72 for thread 3.0.4.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -601,8 +601,8 @@ MAKEFLAGS=
601601
# Identity of this package.
602602
PACKAGE_NAME='thread'
603603
PACKAGE_TARNAME='thread'
604-
PACKAGE_VERSION='3.0.3'
605-
PACKAGE_STRING='thread 3.0.3'
604+
PACKAGE_VERSION='3.0.4'
605+
PACKAGE_STRING='thread 3.0.4'
606606
PACKAGE_BUGREPORT=''
607607
PACKAGE_URL=''
608608

@@ -1330,7 +1330,7 @@ if test "$ac_init_help" = "long"; then
13301330
# Omit some internal or obsolete options to make the list less imposing.
13311331
# This message is too long to be a string in the A/UX 3.1 sh.
13321332
cat <<_ACEOF
1333-
'configure' configures thread 3.0.3 to adapt to many kinds of systems.
1333+
'configure' configures thread 3.0.4 to adapt to many kinds of systems.
13341334
13351335
Usage: $0 [OPTION]... [VAR=VALUE]...
13361336
@@ -1392,7 +1392,7 @@ fi
13921392

13931393
if test -n "$ac_init_help"; then
13941394
case $ac_init_help in
1395-
short | recursive ) echo "Configuration of thread 3.0.3:";;
1395+
short | recursive ) echo "Configuration of thread 3.0.4:";;
13961396
esac
13971397
cat <<\_ACEOF
13981398
@@ -1498,7 +1498,7 @@ fi
14981498
test -n "$ac_init_help" && exit $ac_status
14991499
if $ac_init_version; then
15001500
cat <<\_ACEOF
1501-
thread configure 3.0.3
1501+
thread configure 3.0.4
15021502
generated by GNU Autoconf 2.72
15031503
15041504
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1805,7 +1805,7 @@ cat >config.log <<_ACEOF
18051805
This file contains any messages produced by compilers while
18061806
running configure, to aid debugging if configure makes a mistake.
18071807
1808-
It was created by thread $as_me 3.0.3, which was
1808+
It was created by thread $as_me 3.0.4, which was
18091809
generated by GNU Autoconf 2.72. Invocation command line was
18101810
18111811
$ $0$ac_configure_args_raw
@@ -4001,11 +4001,8 @@ printf "%s\n" "$TEA_PLATFORM" >&6; }
40014001

40024002
# The BUILD_$pkg is to define the correct extern storage class
40034003
# handling when making this package
4004-
# To be able to sefely use the package name in a #define, it must not
4005-
# contain anything other than alphanumeric characters and underscores
4006-
SAFE_PKG_NAME=thread
40074004

4008-
printf "%s\n" "#define BUILD_${SAFE_PKG_NAME} /**/" >>confdefs.h
4005+
printf "%s\n" "#define BUILD_${PACKAGE_NAME} /**/" >>confdefs.h
40094006

40104007
# Do this here as we have fully defined TEA_PLATFORM now
40114008
if test "${TEA_PLATFORM}" = "windows" ; then
@@ -6797,7 +6794,7 @@ fi
67976794
fi
67986795
case "x`echo \${VisualStudioVersion}`" in
67996796
x1[4-9]*)
6800-
lflags="${lflags} -nodefaultlib:ucrt.lib"
6797+
lflags="${lflags} -nodefaultlib:libucrt.lib"
68016798

68026799
vars="ucrt.lib"
68036800
for i in $vars; do
@@ -7204,7 +7201,7 @@ fi
72047201
SHLIB_LD='${CC} -shared'
72057202
SHLIB_SUFFIX=".dll"
72067203
if test "${TEA_PLATFORM}" = "unix" -a "${TCL_MAJOR_VERSION}" -gt 8 -a x"${with_tcl8}" = x; then
7207-
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$(patsubst cyg%.dll,lib%.dll,\$@).a"
7204+
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$(patsubst cyg%.dll,lib%.dll.a,\$@)"
72087205
else
72097206
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$@.a"
72107207
fi
@@ -9289,6 +9286,8 @@ rm -rf conftest*
92899286

92909287
printf "%s\n" "#define TCL_MAJOR_VERSION 8" >>confdefs.h
92919288

9289+
fi
9290+
if test "${TCL_MAJOR_VERSION}" -gt 8 -a x"${with_tk8}" != x; then
92929291

92939292
printf "%s\n" "#define TK_MAJOR_VERSION 8" >>confdefs.h
92949293

@@ -9304,42 +9303,6 @@ printf "%s\n" "#define TK_MAJOR_VERSION 8" >>confdefs.h
93049303
if test "$GCC" = "yes"; then
93059304
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -static-libgcc"
93069305
fi
9307-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker understands --disable-high-entropy-va" >&5
9308-
printf %s "checking if the linker understands --disable-high-entropy-va... " >&6; }
9309-
if test ${tcl_cv_ld_high_entropy+y}
9310-
then :
9311-
printf %s "(cached) " >&6
9312-
else case e in #(
9313-
e)
9314-
hold_cflags=$CFLAGS; CFLAGS="$CFLAGS -Wl,--disable-high-entropy-va"
9315-
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9316-
/* end confdefs.h. */
9317-
9318-
int
9319-
main (void)
9320-
{
9321-
9322-
;
9323-
return 0;
9324-
}
9325-
_ACEOF
9326-
if ac_fn_c_try_link "$LINENO"
9327-
then :
9328-
tcl_cv_ld_high_entropy=yes
9329-
else case e in #(
9330-
e) tcl_cv_ld_high_entropy=no ;;
9331-
esac
9332-
fi
9333-
rm -f core conftest.err conftest.$ac_objext conftest.beam \
9334-
conftest$ac_exeext conftest.$ac_ext
9335-
CFLAGS=$hold_cflags ;;
9336-
esac
9337-
fi
9338-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_ld_high_entropy" >&5
9339-
printf "%s\n" "$tcl_cv_ld_high_entropy" >&6; }
9340-
if test $tcl_cv_ld_high_entropy = yes; then
9341-
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--disable-high-entropy-va"
9342-
fi
93439306
eval eval "PKG_LIB_FILE8=${PACKAGE_LIB_PREFIX8}${PACKAGE_NAME}${SHARED_LIB_SUFFIX}"
93449307
eval eval "PKG_LIB_FILE9=${PACKAGE_LIB_PREFIX9}${PACKAGE_NAME}${SHARED_LIB_SUFFIX}"
93459308
eval eval "PKG_LIB_FILE=${PACKAGE_LIB_PREFIX}${PACKAGE_NAME}${SHARED_LIB_SUFFIX}"
@@ -10054,7 +10017,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1005410017
# report actual input values of CONFIG_FILES etc. instead of their
1005510018
# values after options handling.
1005610019
ac_log="
10057-
This file was extended by thread $as_me 3.0.3, which was
10020+
This file was extended by thread $as_me 3.0.4, which was
1005810021
generated by GNU Autoconf 2.72. Invocation command line was
1005910022
1006010023
CONFIG_FILES = $CONFIG_FILES
@@ -10109,7 +10072,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1010910072
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1011010073
ac_cs_config='$ac_cs_config_escaped'
1011110074
ac_cs_version="\\
10112-
thread config.status 3.0.3
10075+
thread config.status 3.0.4
1011310076
configured by $0, generated by GNU Autoconf 2.72,
1011410077
with options \\"\$ac_cs_config\\"
1011510078

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl to configure the system for the local environment.
1717
# so you can encode the package version directly into the source files.
1818
#-----------------------------------------------------------------------
1919

20-
AC_INIT([thread],[3.0.3])
20+
AC_INIT([thread],[3.0.4])
2121

2222
#--------------------------------------------------------------------
2323
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

doc/html/ttrace.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1 class="doctools_title">ttrace(n) 3.0 &quot;Tcl Threading&quot;</h1>
153153
with the Tcl threading extension:</p>
154154
<pre class="doctools_example">
155155
% package require ttrace
156-
3.0.3
156+
3.0.4
157157
% set t1 [thread::create {package require ttrace; thread::wait}]
158158
tid0x1802800
159159
% ttrace::eval {proc test args {return test-[thread::id]}}

doc/ttrace.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ with the Tcl threading extension:
2121
[example {
2222

2323
% package require ttrace
24-
3.0.3
24+
3.0.4
2525

2626
% set t1 [thread::create {package require ttrace; thread::wait}]
2727
tid0x1802800

generic/threadCmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* files built as part of that shell. Example: basekits.
3030
*/
3131
#ifndef PACKAGE_VERSION
32-
#define PACKAGE_VERSION "3.0.3"
32+
#define PACKAGE_VERSION "3.0.4"
3333
#endif
3434

3535
/*

lib/ttrace.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ namespace eval ttrace {
7373
}
7474

7575
# Keep in sync with the thread package
76-
package provide ttrace 3.0.3
77-
package provide Ttrace 3.0.3
76+
package provide ttrace 3.0.4
77+
package provide Ttrace 3.0.4
7878

7979
# Package variables
8080
variable resolvers "" ; # List of registered resolvers

project.shed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ e47b6a79a963c99b7de15a4817b3010fbb3dd693 {
6464
entity {
6565
name: thread
6666
shed_class: package
67-
version: 3.0.3
67+
version: 3.0.4
6868
}
6969
meta {
7070
build: tea

tests/all.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
package require tcltest
1111
::tcltest::loadTestedCommands
12-
package require -exact thread 3.0.3
12+
package require -exact thread 3.0.4
1313

1414
set ::tcltest::testSingleFile false
1515
set ::tcltest::testsDirectory [file dir [info script]]

win/pkg.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
PACKAGE_MAJOR = 3
55
PACKAGE_MINOR = 0
6-
PACKAGE_VERSION = "3.0.3"
6+
PACKAGE_VERSION = "3.0.4"

0 commit comments

Comments
 (0)