170 Commits

Author SHA256 Message Date
0548476758 Accepting request 1274996 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1274996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=73
2025-05-07 17:14:26 +00:00
200d852ea4 - Add tcl-fix-socket-13.1.patch to avoid a race condition in the
socket-13.1 test.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=172
2025-04-29 15:47:31 +00:00
2085d85086 Accepting request 1269302 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1269302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=72
2025-04-15 14:38:36 +00:00
f1ffeecc43 Move back to actually bundling the bundled extensions again. ;)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=170
2025-04-07 13:52:26 +00:00
e020d773bf - Version 8.6.16:
* [02d5d6] unneeded path normalization
  * [cfdf80] zlib stream returns negative checksums
  * [2c237b] regression in tzdata, %z instead of offset TZ-name
  * [43c94f] Tcl will not start properly if there is an init.tcl 
    file in the current dir
  * [f2b5f8] clock scan of leapsecond: wrong result
  * [0b809c] Segfault in TclOO with coroutines

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=169
2025-03-07 10:52:38 +00:00
56cf86486e - Use the tcl-core source archive that has no bundled extensions,
because they are now provided by Tcl 9, even for Tcl 8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=168
2024-09-30 16:44:46 +00:00
fcfc0b9675 - Use the tcl-core source archive, which comes without bundled
packages, because they are now provided by Tcl 9 even for Tcl 8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=167
2024-09-30 16:26:48 +00:00
f98892a761 Accepting request 1202886 from devel:languages:tcl
- TCL_PACKAGE_PATH now needs to be a unix-style path separated by
  colons rather than a Tcl list.

- Version 8.6.15:
  * [d63061] remove private unicode 0xE000-0xF8FF from unicode
    control group
  * [1b8a89] TCL_PACKAGE_PATH in tclConfig.sh change from TCL list
    to ":" separated items
    *** POTENTIAL INCOMPATIBILITY ***
  * [1acd17] fix compiled mapped ensembles
  * [f23022] fix encoding koi8-u codepoint 0xB4
  * [6811a0] speedup op unicode transformation related operations
  * Add encodings: koi8-ru, koi8-t
  * [7cb740] Fix Tcl_ParseArgsObjv with TCL_ARGV_GENFUNC option
  * Hash speedup for pointer compare. Option
    TCL_HASH_KEY_DIRECT_COMPARE for hash tables
  * [TIP 692] Deprecate Tcl_GetAlias()
  * [a5f4a7] Correct tcl::tm::path autoload
  * [3c26de] Remove empty all items from tclConfig.sh path
    variables.
  * [87271f] Fix crash in oo+coroutine
  * [7842f3] fix crash in oo destructors in same namespace
  * [79474c] Fix crash in reflected channels
  * [c6897e] Fix crash due to unchecked file descriptor size
  * [3fc328] Fix report of non ASCII computer names on Windows
  * [e3f4a8] Fix error message caused by interp limit
  * [1d26e5] Source files with BOM also in safe interpreters
  * [5fca83] Fix encoding system result for system locale
    ISO-8859-1
  * [0de6c1] Fix crash in [child invokehidden info frame]

OBS-URL: https://build.opensuse.org/request/show/1202886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=71
2024-09-25 19:53:03 +00:00
208f83c610 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=165 2024-09-24 09:34:01 +00:00
12ae578894 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=164 2024-09-24 09:24:56 +00:00
9f645a2a4d Final 8.6.15, identical to RC2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=163
2024-09-16 18:29:36 +00:00
280120fa5f 8.6.15rc2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=162
2024-09-13 16:39:09 +00:00
389ebec2c5 - Version 8.6.15rc1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=161
2024-09-13 15:18:50 +00:00
7a9fb09ab2 Accepting request 1154135 from devel:languages:tcl
- Version 8.6.14:
  * Backport TIP #402: path name starting with '//' not replaced by
    '/' also on Cygwin and QNX
  * (bug) [8f7fde] string compare failing on big endian
  * (bug) [3e8074] y2k38 problem in [interp limit time -seconds]
  * (bug) [e3dcab] crash with tcl_precision equal 15..18
  * (bug) [d19fe0] output replacement character on incomplete
    sequences in unicode encoding
  * (bug) [534172] sporadic crash in memchan thread cleanup.
  * (bug) [f9eafc] throw error in zip command when file
    comment/filename to long or not iso-latin-1
  * (bug)[183a1a] Prevent BO by Tcl_UtfToExternal
  * (bug) [ea69b0], crash when using a channel transformation on
    TCP client socket
  * (bug)[026575] Prevent invalid read in Tcl_UtfToUniChar
  * (rfe) Allow empty mode in [chan create] to allow refchan
    version of [socket -server]
  * (bug) [ab123c] argument position overflow in [scan %num$mode]
  * (bug) [784bef] tailcall crash
  * (bug) [af3ebc] clock scan and clock add bugs in error cases /
    with abbreviated options
  * (bug) [66ffaf] incomplete double byte encoding sequences
    ignored like in [encoding convertfrom gb12345 x]
  * (rfe) [c54e4a] fork multithreading performance by using
    vfork/spawn when supported
  * Update libtommath to version 1.2.1
  * (bug) [60cacf] Fix tclvfs tkt Segmentation Fault at
    interpreter exit when tclvfs loaded.
  * (bug) [b5ac3e] Tcl_GetUniChar reads beyond string length for
    ASCII strings

OBS-URL: https://build.opensuse.org/request/show/1154135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=70
2024-03-03 19:18:09 +00:00
94d063ed24 - Version 8.6.14:
* Backport TIP #402: path name starting with '//' not replaced by
    '/' also on Cygwin and QNX
  * (bug) [8f7fde] string compare failing on big endian
  * (bug) [3e8074] y2k38 problem in [interp limit time -seconds]
  * (bug) [e3dcab] crash with tcl_precision equal 15..18
  * (bug) [d19fe0] output replacement character on incomplete
    sequences in unicode encoding
  * (bug) [534172] sporadic crash in memchan thread cleanup.
  * (bug) [f9eafc] throw error in zip command when file
    comment/filename to long or not iso-latin-1
  * (bug)[183a1a] Prevent BO by Tcl_UtfToExternal
  * (bug) [ea69b0], crash when using a channel transformation on
    TCP client socket
  * (bug)[026575] Prevent invalid read in Tcl_UtfToUniChar
  * (rfe) Allow empty mode in [chan create] to allow refchan
    version of [socket -server]
  * (bug) [ab123c] argument position overflow in [scan %num$mode]
  * (bug) [784bef] tailcall crash
  * (bug) [af3ebc] clock scan and clock add bugs in error cases /
    with abbreviated options
  * (bug) [66ffaf] incomplete double byte encoding sequences
    ignored like in [encoding convertfrom gb12345 x]
  * (rfe) [c54e4a] fork multithreading performance by using
    vfork/spawn when supported
  * Update libtommath to version 1.2.1
  * (bug) [60cacf] Fix tclvfs tkt Segmentation Fault at
    interpreter exit when tclvfs loaded.
  * (bug) [b5ac3e] Tcl_GetUniChar reads beyond string length for
    ASCII strings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=159
2024-03-01 17:30:43 +00:00
493c206aab - 8.6.14rc1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=158
2024-02-26 18:21:43 +00:00
1d19b8d656 - Version 8.6.14rc0:
* [...]
- Obsoleted patches:
  * tcl-interp-limit-time.patch
  * tcl-refchan-mode-needed.patch
  * tcl-string-compare.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=157
2024-02-08 16:46:23 +00:00
3051627bd5 Accepting request 1077716 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1077716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=69
2023-04-08 15:38:18 +00:00
d3c7af512a - Update tcl-refchan-mode-needed.patch to the upstream version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=155
2023-03-30 10:58:46 +00:00
b32e61688f Accepting request 1065566 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1065566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=68
2023-02-16 20:09:48 +00:00
2b752b48f1 - bsc#1203982, tcl-interp-limit-time.patch: Fix a y2k38 problem
in [interp limit -time] .

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=153
2023-02-06 18:31:46 +00:00
b2223270a0 Accepting request 1060628 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1060628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=67
2023-01-27 09:15:01 +00:00
069dcde007 - bsc#1206623: adopt upstream patch for an improved fix that does
not remove the optimisation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=151
2023-01-17 11:26:15 +00:00
62fa6e2350 Accepting request 1045045 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/1045045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=66
2022-12-25 14:14:18 +00:00
9e96c98e2e Accepting request 1045043 from home:rmax:branches:devel:languages:tcl
- bsc#1206623, tcl-string-compare.patch: Fix a bug in string
  comparison on big endian that made test string-2.20.1 fail.

OBS-URL: https://build.opensuse.org/request/show/1045043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=149
2022-12-23 16:06:16 +00:00
3a55d5b0f2 Accepting request 1038691 from devel:languages:tcl
- New version 8.6.13:
  * (bug)[26f132] Crash when sizeof(int) < sizeof(void *)
  * (TIP 623)[e9a271] Tcl_GetRange index args < 0
  * (bug)[e5ed1b] numeric IPv6 in URLs
  * (bug)[8eb64b] http package tolerant again invalid reply header
  * (bug)[6898f9] http package failed detection of shiftjis charset
  * (bug)[55bf73] Avoid connection reuse after response code 101.
  * (bug)[713653] FP rounding exposed by x86 musl
  * (bug)[b3977d] Process CR-LF split across packets
  * (bug)[4eb3a1] crash due to undetected bytecode invalidity
  * (bug)[55a02f] Fallback init env(HOME) from USERPROFILE
  * (bug)[1073da] crash writing invalid utf-8
  * (new) Update to Unicode-15
  * Many code fixes to avoid overflow or undefined behavior.
- Add tcl-refchan-mode-needed.patch to allow refchans to be opened
  for neither reading nor writing, but still handle events.

OBS-URL: https://build.opensuse.org/request/show/1038691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=65
2022-11-30 13:58:51 +00:00
5f1c6678e3 - New version 8.6.13:
* (bug)[26f132] Crash when sizeof(int) < sizeof(void *)
  * (TIP 623)[e9a271] Tcl_GetRange index args < 0
  * (bug)[e5ed1b] numeric IPv6 in URLs
  * (bug)[8eb64b] http package tolerant again invalid reply header
  * (bug)[6898f9] http package failed detection of shiftjis charset
  * (bug)[55bf73] Avoid connection reuse after response code 101.
  * (bug)[713653] FP rounding exposed by x86 musl
  * (bug)[b3977d] Process CR-LF split across packets
  * (bug)[4eb3a1] crash due to undetected bytecode invalidity
  * (bug)[55a02f] Fallback init env(HOME) from USERPROFILE
  * (bug)[1073da] crash writing invalid utf-8
  * (new) Update to Unicode-15
  * Many code fixes to avoid overflow or undefined behavior.
- Add tcl-refchan-mode-needed.patch to allow refchans to be opened
  for neither reading nor writing, but still handle events.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=147
2022-11-23 16:16:20 +00:00
f966ed29ba Accepting request 1006111 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/1006111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=64
2022-09-28 15:51:12 +00:00
eff50af97a Accepting request 1006104 from home:dirkmueller:Factory
OBS-URL: https://build.opensuse.org/request/show/1006104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=145
2022-09-26 13:16:27 +00:00
20d0827cf2 Accepting request 1005228 from home:dirkmueller:Factory
- skip more tests with qemu_user builds (e.g. riscv64)

OBS-URL: https://build.opensuse.org/request/show/1005228
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=144
2022-09-26 07:05:21 +00:00
36b1dfc27a Accepting request 965666 from devel:languages:tcl
- Remove the SQLite extension and package it as a subpackage of
  sqlite3 to have only a single copy and keep it more up to date
  (bsc#1195773).
- Clean up the lib dependencies in tclConfig.sh and tcl.pc.

    (bsc#1179615, bsc#1181840).

OBS-URL: https://build.opensuse.org/request/show/965666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=63
2022-04-01 19:34:52 +00:00
4d543d1e26 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=142 2022-03-29 12:58:56 +00:00
237a13d0d4 - Remove the SQLite extension and package it as a subpackage of
sqlite3 to have only a single copy and keep it more up to date
  (bsc#1195773).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=141
2022-03-29 12:51:58 +00:00
642aec698d OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=140 2021-11-23 17:14:37 +00:00
5ed2356a7c OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=139 2021-11-23 17:14:04 +00:00
9affbad6c1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=138 2021-11-23 17:12:45 +00:00
d67c7a0331 (bsc#1179615, bsc#1181840).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=137
2021-11-23 17:01:45 +00:00
784733f133 Accepting request 930669 from devel:languages:tcl
- New version 8.6.12:
  * (bug)[d43f96] [string trim*] broken for Emoji
  * (bug)[22324b] [string reverse] broken for Emoji
  * (bug)[1dab71,7c64aa] BRE broken by uninitialized value use
  * (bug)[8419c5] Unix tty channels tolerate EINTR
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4c591f] [string compare] EIAS violation
  * (bug)[266494] [concat foo [list #]] EIAS violation
  * (bug)[24b918] Save IO buffers from modern optimizers
  * (new) support for POSIX error EILSEQ
  * (bug)[688fcc] segfault during traced delete of alias
  * (bug)[ccc448] segfault in ensemble rewrite machinery
  * (new) Update to Unicode-14
  * (bug)[a8579d] failed proc argument spec processing
  * Obsoletes tcl-aa4a13c15516da45.patch
- Bump %itclver and ensure it stays in sync.

OBS-URL: https://build.opensuse.org/request/show/930669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=62
2021-11-13 21:48:01 +00:00
38455158af * (bug)[d43f96] [string trim*] broken for Emoji
* (bug)[22324b] [string reverse] broken for Emoji
  * (bug)[1dab71,7c64aa] BRE broken by uninitialized value use
  * (bug)[8419c5] Unix tty channels tolerate EINTR
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4c591f] [string compare] EIAS violation
  * (bug)[266494] [concat foo [list #]] EIAS violation
  * (bug)[24b918] Save IO buffers from modern optimizers
  * (new) support for POSIX error EILSEQ
  * (bug)[688fcc] segfault during traced delete of alias
  * (bug)[ccc448] segfault in ensemble rewrite machinery
  * (new) Update to Unicode-14
  * (bug)[a8579d] failed proc argument spec processing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=136
2021-11-10 12:19:48 +00:00
e1024bdc90 - Bump %itclver and ensure it stays in sync.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=135
2021-11-09 17:26:43 +00:00
2e1bc47c86 RC2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=134
2021-11-04 16:08:33 +00:00
1dc7539d09 - New version 8.6.12:
* ToDo
  * Obsoletes tcl-aa4a13c15516da45.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=133
2021-11-02 12:00:04 +00:00
5c3bc8923d Accepting request 890815 from devel:languages:tcl
- bsc#1185662: Move tcl.macros /usr/lib/rpm/macros.d .
- https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5:
  Add tcl-aa4a13c15516da45.patch to disable lto for the stubs
  libraries.

OBS-URL: https://build.opensuse.org/request/show/890815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=61
2021-05-11 21:03:27 +00:00
57a3640b2c - bsc#1185662: Move tcl.macros /usr/lib/rpm/macros.d .
- https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5:
  Add tcl-aa4a13c15516da45.patch to disable lto for the stubs
  libraries.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=131
2021-05-05 18:48:10 +00:00
7f19b18895 Accepting request 863091 from devel:languages:tcl
- tclConfig.sh: Fix path names and avoid braces in TCL_PACKAGE_PATH
- Set TCL_LIBRARY at configure time for better consistency.

- New version: 8.6.11:
  * Add tcltest::(Setup|Eval|Cleanup|)Test
  * Update to Unicode-13
  * Add 3 libtommath functions to stub table
  * Many more bug fixes
- Potentially incompatible changes:
  * (bug)[ffeb20] [binary decode base64] ignore invalid chars
  * (bug)[b8e82d] some -maxlen values break uuencode round trip
  * (bug)[085913] Tcl_DStringAppendElement # quoting precision
  * (bug)[81242a] revised documentation for Tcl_UtfAtIndex()
  * (bug)[ed2980] Tcl_UtfToUniChar reads > TCL_UTF_MAX bytes
  * (bug)[a1bd37] [clock scan] new ISO format (clock-34.(19-24))
  * (bug)[501974] [clock scan] +time zone (clock-34.(53-68))
  * (new) force -eofchar \032 when evaluating library scripts
  * (new)[48898a] improve error message consistency
  * (new) revised case of module names

OBS-URL: https://build.opensuse.org/request/show/863091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=60
2021-01-19 14:58:21 +00:00
8173df2fa2 - tclConfig.sh: Fix path names and avoid braces in TCL_PACKAGE_PATH
- Set TCL_LIBRARY at configure time for better consistency.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=129
2021-01-14 12:28:25 +00:00
32da9ad795 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=128 2021-01-04 18:35:59 +00:00
e132280e48 - New version: 8.6.11:
* Add tcltest::(Setup|Eval|Cleanup|)Test
  * Update to Unicode-13
  * Add 3 libtommath functions to stub table
  * Many more bug fixes
- Potentially incompatible changes:
  * (bug)[ffeb20] [binary decode base64] ignore invalid chars
  * (bug)[b8e82d] some -maxlen values break uuencode round trip
  * (bug)[085913] Tcl_DStringAppendElement # quoting precision
  * (bug)[81242a] revised documentation for Tcl_UtfAtIndex()
  * (bug)[ed2980] Tcl_UtfToUniChar reads > TCL_UTF_MAX bytes
  * (bug)[a1bd37] [clock scan] new ISO format (clock-34.(19-24))
  * (bug)[501974] [clock scan] +time zone (clock-34.(53-68))
  * (new) force -eofchar \032 when evaluating library scripts
  * (new)[48898a] improve error message consistency
  * (new) revised case of module names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=127
2021-01-04 14:10:17 +00:00
be1744a4e7 Accepting request 849577 from devel:languages:tcl
- Add a manpage symlink for tclsh8.6.

OBS-URL: https://build.opensuse.org/request/show/849577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=59
2020-11-26 22:08:36 +00:00
d9a34c6d55 - Add a manpage symlink for tclsh8.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=125
2020-11-20 09:15:24 +00:00