Compare commits

...

158 Commits

Author SHA256 Message Date
Ana Guerrero
33f8b9dbeb 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:™️: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
Dominique Leuenberger
5eb9e0abcc 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
Reinhard Max
e24e642a80 - 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
Reinhard Max
ad83744a55 - 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
Reinhard Max
db8e361c31 - 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
Dominique Leuenberger
d38a99d65f 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
Reinhard Max
01dac539be - 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
Dominique Leuenberger
fded67b6c0 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
Reinhard Max
6648ead5cf - 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
Dominique Leuenberger
1d4de690f8 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
Reinhard Max
bd41c9c239 - 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
Dominique Leuenberger
9017d46436 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
Reinhard Max
583f749103 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
Dominique Leuenberger
7ebc154f2b 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
Reinhard Max
5b089007e5 - 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
Richard Brown
d9dd794469 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
Reinhard Max
fa5a64ee7b 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
Reinhard Max
776421c9c6 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
Dominique Leuenberger
4434280d48 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
Reinhard Max
fc368cf421 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=142 2022-03-29 12:58:56 +00:00
Reinhard Max
c8a02757b2 - 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
Reinhard Max
fbc2e9f3f3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=140 2021-11-23 17:14:37 +00:00
Reinhard Max
29b952ba17 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=139 2021-11-23 17:14:04 +00:00
Reinhard Max
613a12943e OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=138 2021-11-23 17:12:45 +00:00
Reinhard Max
05e935d666 (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
Dominique Leuenberger
0d3faa09f8 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
Reinhard Max
375ebc8c54 * (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
Reinhard Max
02549f17b4 - 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
Reinhard Max
6749f5098d 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
Reinhard Max
ca07d6b2d1 - 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
Dominique Leuenberger
d5ef414795 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
Reinhard Max
beca7308a4 - 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
Dominique Leuenberger
3286d8e8b3 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
Reinhard Max
d7e115a551 - 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
Reinhard Max
64be1839a5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=128 2021-01-04 18:35:59 +00:00
Reinhard Max
c9b192b4fe - 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
Dominique Leuenberger
04015f80e0 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
Reinhard Max
a0a0fe74c7 - 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
Dominique Leuenberger
0a9e5db5a1 Accepting request 841275 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/841275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=58
2020-10-15 11:43:55 +00:00
Reinhard Max
48f689767f Accepting request 840417 from home:dimstar:Factory
- Fix build with RPM 4.16: error: bare words are no longer
  supported, please use "...":  lib64 == lib64.

OBS-URL: https://build.opensuse.org/request/show/840417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=123
2020-10-12 13:23:47 +00:00
Dominique Leuenberger
d07a6af436 Accepting request 753909 from devel:languages:tcl
- New version: 8.6.10:
  * (bug)[7a9dc5] [file normalize ~/~foo] segfault
  * (bug)[3cf3a9] variable 'timezone' deprecated in vc2017
  * (bug)[cc1e91] [list [list {*}[set a " "]]] regression
    obsoletes tcl-expand-regression.patch.
  * (bug)[e3f481] tests var-1.2[01]
  * (new) Update to Unicode 12.0
  * (new)[TIP 527] New command [timerate]
  * (bug)[39fed4] [package require] memory validity
  * (new) New command tcl::unsupported::corotype
  * (bug) memlink when namespace deletion kills linked var
  * (new) README file converted to README.md in Markdown
  * (bug)[8b9854] [info level 0] regression with ensembles
  * (bug)[6bdadf] crash multi-arg write-traced [lappend]
  * (bug)[f8a33c] crash Tcl_Exit before init
  * (bug)[fa6bf3] Bytecode fails epoch recovery at numLevel=0
  * (bug)[fec0c1] C stack overflow compiling bytecode
  * tzdata updated to Olson's tzdata2019c
  * (bug)[16768d] Fix [info hostname] on NetBSD
  * (new) libtommath updated to release 1.2.0
  * (bug)[bcd100] bad fs cache when system encoding changes
  * (bug)[135804] segfault in [next] after destroy
  * (bug)[13657a] application/json us text, not binary

OBS-URL: https://build.opensuse.org/request/show/753909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=57
2019-12-11 10:59:44 +00:00
Reinhard Max
94d963c835 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=121 2019-12-04 08:14:28 +00:00
Reinhard Max
65c81c1630 - New version: 8.6.10:
* (bug)[7a9dc5] [file normalize ~/~foo] segfault
  * (bug)[3cf3a9] variable 'timezone' deprecated in vc2017
  * (bug)[cc1e91] [list [list {*}[set a " "]]] regression
    obsoletes tcl-expand-regression.patch.
  * (bug)[e3f481] tests var-1.2[01]
  * (new) Update to Unicode 12.0
  * (new)[TIP 527] New command [timerate]
  * (bug)[39fed4] [package require] memory validity
  * (new) New command tcl::unsupported::corotype
  * (bug) memlink when namespace deletion kills linked var
  * (new) README file converted to README.md in Markdown
  * (bug)[8b9854] [info level 0] regression with ensembles
  * (bug)[6bdadf] crash multi-arg write-traced [lappend]
  * (bug)[f8a33c] crash Tcl_Exit before init
  * (bug)[fa6bf3] Bytecode fails epoch recovery at numLevel=0
  * (bug)[fec0c1] C stack overflow compiling bytecode
  * tzdata updated to Olson's tzdata2019c
  * (bug)[16768d] Fix [info hostname] on NetBSD
  * (new) libtommath updated to release 1.2.0
  * (bug)[bcd100] bad fs cache when system encoding changes
  * (bug)[135804] segfault in [next] after destroy
  * (bug)[13657a] application/json us text, not binary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=120
2019-12-03 13:53:43 +00:00
Dominique Leuenberger
0419c18fd0 Accepting request 717532 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/717532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=56
2019-07-29 15:21:46 +00:00
Reinhard Max
4e745e84ec Accepting request 714167 from openSUSE:Factory:RISCV
- binary-40.3 is expected to fail on riscv64 which does not support NaN
  propagation

OBS-URL: https://build.opensuse.org/request/show/714167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=118
2019-07-22 10:31:05 +00:00
Dominique Leuenberger
6c05c15e2c Accepting request 712747 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/712747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=55
2019-07-08 13:09:04 +00:00
Reinhard Max
e478593d3e Accepting request 711046 from home:marxin:branches:devel:languages:tcl
- Use FAT LTO objects in order to provide proper static
  library (boo#1138797).

OBS-URL: https://build.opensuse.org/request/show/711046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=116
2019-07-01 08:41:39 +00:00
Dominique Leuenberger
e16b17f256 Accepting request 666787 from devel:languages:tcl
- Fix a regression in the handling of denormalized empty lists
  (tcl-expand-regression.patch, tcl#cc1e91552c).

This will fix the sqlite3 build issues in staging together with the
sqlite3 patch I will submit in a moment.

OBS-URL: https://build.opensuse.org/request/show/666787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=54
2019-01-29 13:38:48 +00:00
Reinhard Max
2ffdc34f06 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=114 2019-01-17 13:24:26 +00:00
Reinhard Max
b850dbfa83 - Fix a regression in the handling of denormalized empty lists
(tcl-expand-regression.patch, tcl#cc1e91552c).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=113
2019-01-08 15:43:13 +00:00
Reinhard Max
553958db81 - New version: 8.6.9:
* NR-enable [package require]
  * (bug)[9fd5c6] crash in object deletion, test oo-11.5
  * (bug)[3c32a3] crash deleting object with class mixed in
  * (platform) stop using -lieee, removed from glibc-2.27
  * (bug)[8e6a9a] bad binary [string match], test string-11.55
  * (bug)[1873ea] repair multi-thread std channel init
  * (bug)[db36fa] broken bytecode for index values
  * (bug) broken compiled [string replace], test string-14.19
  * (bug) [string trim*] engine crashed on invalid UTF
  * (bug) missing trace in compiled [array set], test var-20.11
  * (bug)[46a241] crash in unset array with search, var-13.[23]
  * (bug)[27b682] race made [file delete] raise "no such file"
  * (bug)[925643] 32/64 cleanup of filesystem DIR operations
  * (bug) leaks in TclSetEnv and env cache
  * (bug)[3592747] [yieldto] dying namespace, tailcall-14.1
  * (bug)[270f78] race in [file mkdir]
  * (bug)[3f7af0] [file delete] raised "permission denied"
  * (bug)[d051b7] overflow crash in [format]
  * revised quoting of [exec] args in generated command line
  * HTTP Keep-Alive with pipelined requests
  * (new)[TIP 505] [lreplace] accepts all out of range indices
  * (bug) Prevent crash from NULL keyName in the registry package
  * Update tcltest package for Travis support
  * (bug)[35a8f1] overlong string length of some lists
  * (bug)[00d04c] Repair [binary encode base64]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=112
2018-12-12 16:56:51 +00:00
Reinhard Max
3375fd691e Accepting request 587529 from home:oertel:branches:devel:languages:tcl
- handle s390 like s390x (bnc#1085480)

OBS-URL: https://build.opensuse.org/request/show/587529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=111
2018-03-15 15:04:33 +00:00
Reinhard Max
ff2d753e7b - Version 8.6.8:
* [array names -regexp] supports backrefs 
  * Fix gcc build failures due to #pragma placement 
  * (bug)[b50fb2] exec redir append stdout and stderr to file 
  * (bug)[2a9465] http state 100 continue handling broken 
  * (bug)[0e4d88] replace command, delete trace kills namespace 
  * (bug)[1a5655] [info * methods] includes mixins 
  * (bug)[fc1409] segfault in method cloning, oo-15.15 
  * (bug)[3298012] Stop crash when hash tables overflow 32 bits 
  * (bug)[5d6de6] Close failing case of [package prefer stable] 
  * (bug)[4f6a1e] Crash when ensemble map and list are same 
  * (bug)[ce3a21] file normalize failure when tail is empty 
  * (new)[TIP 477] nmake build system reform 
  * (bug)[586e71] EvalObjv exception handling at level #0 

- Sync SLE12 with Factory to fix a bug in Itcl that was affecting
  iwidgets (bsc#903017).
- Remove obsolete patches tcl-unload.patch and tcl.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=110
2017-12-29 20:37:36 +00:00
Dominique Leuenberger
488271f25d Accepting request 558580 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/558580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=53
2017-12-21 10:21:30 +00:00
Reinhard Max
e75f5b9c9b Accepting request 556948 from home:mlschroe:branches:devel:languages:tcl
->

OBS-URL: https://build.opensuse.org/request/show/556948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=108
2017-12-19 15:28:09 +00:00
Dominique Leuenberger
259307d3c5 Accepting request 556889 from devel:languages:tcl
- Add more tests in Whitelist as bypass boo#1072657
  identified following tests failed on PowerPC
  interp-34.9 interp-34.13 http-3.25 timer-2.1 thread-20.9 (forwarded request 556865 from michel_mno)

OBS-URL: https://build.opensuse.org/request/show/556889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=52
2017-12-19 09:44:47 +00:00
Reinhard Max
4c0c5b0849 Accepting request 556865 from home:michel_mno:branches:devel:languages:tcl
- Add more tests in Whitelist as bypass boo#1072657
  identified following tests failed on PowerPC
  interp-34.9 interp-34.13 http-3.25 timer-2.1 thread-20.9

OBS-URL: https://build.opensuse.org/request/show/556865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=106
2017-12-14 08:49:05 +00:00
Dominique Leuenberger
b99fbf4d7f Accepting request 528684 from devel:languages:tcl
- Whiltelist known-failing tests. Further investigation needed.

OBS-URL: https://build.opensuse.org/request/show/528684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=51
2017-10-02 14:44:22 +00:00
Reinhard Max
d77672032e - Whiltelist known-failing tests. Further investigation needed.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=104
2017-09-25 16:07:28 +00:00
Dominique Leuenberger
08d94ee23b Accepting request 525915 from devel:languages:tcl
- New version: 8.6.7:
  * (bug)[c09edf] Bad caching with  custom resolver
  * (bug)[4dbdd9] Memleak in test var-8.3
  * (bug)[2bf561] Allow empty command as alias target
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4d5ae7] Crash in async connects host no address
  * (bug)[838e99] treat application/xml as text => http 2.8.10
  * (bug)[3cc1d9] Thread finalization crash in zippy
  * (bug)[be003d] Fix [scan 0x1 %b], [scan 0x1 %o]
  * (bug)[eb6b68] Fix stringComp-14.5
  * (bug)[b26e38] Fix zlib-7.8
  * (bug)[1ae129] Fix memleak in [history] destruction
  * (feature) Provisional Tcl 9 support in msgcat and tcltest
    => msgcat 1.6.1 => tcltest 2.4.1
  * (bug)[824752] Crash in Tcl_ListObjReplace()
  * (bug)[79614f] invalidate VFS mounts on sytem encoding change
  * (bug) TclOO fix stops crash mixing Itcl and snit
  * (update) Reconcile libtommath updates; purge unused files
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[b87ad7] Repair drifts in timer clock
  * (bug)[39f630] Revise Tcl_LinkVar to tolerate some prefixes
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[d0f7ba] Improper NAN optimization. expr-22.1[01]
  * (bug)[25842c] zlib stream finalization
  * (enhancement) [clock] and [encoding] are now ensembles
  * (enhancement) several [clock] subcommands bytecoded
  * (bug)[900cb0] Fix OO unexport introspection
  * (bug)[42202b] Nesting imbalance in coro injection
  * (bug)[bc4322] http package support for safe interps
  * (bug)[f34cf8] [file join a //b] => /b

OBS-URL: https://build.opensuse.org/request/show/525915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=50
2017-09-20 15:05:11 +00:00
Reinhard Max
cc12a729a0 Revert the last change, the original URL got fixed.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=102
2017-09-13 16:51:06 +00:00
Reinhard Max
2577c6b591 Use a download URL that works.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=101
2017-09-13 14:42:15 +00:00
Reinhard Max
6038cd459f - Included Itcl is now version 4.0.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=100
2017-09-13 11:10:57 +00:00
Reinhard Max
9db23c548c OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=99 2017-08-11 16:31:10 +00:00
Reinhard Max
b71fe4fd24 - New version: 8.6.7:
* (bug)[c09edf] Bad caching with  custom resolver
  * (bug)[4dbdd9] Memleak in test var-8.3
  * (bug)[2bf561] Allow empty command as alias target
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4d5ae7] Crash in async connects host no address
  * (bug)[838e99] treat application/xml as text => http 2.8.10
  * (bug)[3cc1d9] Thread finalization crash in zippy
  * (bug)[be003d] Fix [scan 0x1 %b], [scan 0x1 %o]
  * (bug)[eb6b68] Fix stringComp-14.5
  * (bug)[b26e38] Fix zlib-7.8
  * (bug)[1ae129] Fix memleak in [history] destruction
  * (feature) Provisional Tcl 9 support in msgcat and tcltest
    => msgcat 1.6.1 => tcltest 2.4.1
  * (bug)[824752] Crash in Tcl_ListObjReplace()
  * (bug)[79614f] invalidate VFS mounts on sytem encoding change
  * (bug) TclOO fix stops crash mixing Itcl and snit
  * (update) Reconcile libtommath updates; purge unused files
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[b87ad7] Repair drifts in timer clock
  * (bug)[39f630] Revise Tcl_LinkVar to tolerate some prefixes
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[d0f7ba] Improper NAN optimization. expr-22.1[01]
  * (bug)[25842c] zlib stream finalization
  * (enhancement) [clock] and [encoding] are now ensembles
  * (enhancement) several [clock] subcommands bytecoded
  * (bug)[900cb0] Fix OO unexport introspection
  * (bug)[42202b] Nesting imbalance in coro injection
  * (bug)[bc4322] http package support for safe interps
  * (bug)[f34cf8] [file join a //b] => /b

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=98
2017-08-11 15:35:11 +00:00
Reinhard Max
7fc38f55cd Accepting request 512052 from home:AndreasSchwab:f
- Add zlib-devel to BuildRequires, don't use included zlib sources

OBS-URL: https://build.opensuse.org/request/show/512052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=97
2017-08-11 08:06:48 +00:00
Dominique Leuenberger
e2c5d4e416 Accepting request 461796 from devel:languages:tcl
1

OBS-URL: https://build.opensuse.org/request/show/461796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=49
2017-03-05 16:50:51 +00:00
Reinhard Max
a4711cd423 Accepting request 460737 from home:Andreas_Schwab:Factory
- Reenable testsuite on %arm

OBS-URL: https://build.opensuse.org/request/show/460737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=95
2017-03-02 08:45:26 +00:00
Reinhard Max
a2d5d1740f Accepting request 447298 from home:azouhr:branches:devel:languages:tcl
- Disable check for s390x for now

OBS-URL: https://build.opensuse.org/request/show/447298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=94
2017-02-13 14:43:42 +00:00
Dominique Leuenberger
2557be885c Accepting request 445414 from devel:languages:tcl
- New version 8.6.6:
  * (bug)[803042] mem leak due to reference cycle.
  * (bug)[bbc304] reflected watch race condition.
  * (bug)[fadc99] compile-5.3.
  * (enhancement)[1a25fd] compile [variable ${ns}::v]
  * (bug)[1af8de] crash in compiled [string replace]
  * (bug)[d30718] segv in notifier finalize
  * (enhancement)[7d0db7] parallel make
  * [f12535] enable test bindings customization
  * (bug)[47ac84] compiled [lreplace] fixes
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[866368] RE \w includes 'Punctuation Connector'
  * [07d13d] Restore TclBlend support lost in 8.6.1
  * (bug)[3154ea] Mem corruption in assembler exceptions
  * (bug) registry package support any Unicode env
    => registry 1.3.2
  * (bug)[f7d4e] [namespace delete] performance
  * (TIP 447) execution time verbosity option
    => tcltest 2.4.0
  * (bug)[16828b] crash due to [vwait] trace undo fail
  * (enhancement)[4b61af] good [info frame] from more cases.
  * (bug)[c383eb] crash in [glob -path a]
  * (update) Update Unicode data to 9.0 (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[16896d] Tcl_DString tolerate append to self.
  * (bug)[d55322] crash in [dict update].
  * (bug)[dd260a] crash in [chan configure -dictionary].
  * (bug)[f961d7] usage message with parameters with spaces.
        *** POTENTIAL INCOMPATIBILITY ***
  * (enhancement)[09fabc] Sort order of -relateddir.

OBS-URL: https://build.opensuse.org/request/show/445414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=48
2016-12-17 08:45:33 +00:00
Reinhard Max
92cc7f5e93 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=92 2016-08-02 17:10:37 +00:00
Reinhard Max
d07c36a660 - New version 8.6.6:
* (bug)[803042] mem leak due to reference cycle.
  * (bug)[bbc304] reflected watch race condition.
  * (bug)[fadc99] compile-5.3.
  * (enhancement)[1a25fd] compile [variable ${ns}::v]
  * (bug)[1af8de] crash in compiled [string replace]
  * (bug)[d30718] segv in notifier finalize
  * (enhancement)[7d0db7] parallel make
  * [f12535] enable test bindings customization
  * (bug)[47ac84] compiled [lreplace] fixes
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[866368] RE \w includes 'Punctuation Connector'
  * [07d13d] Restore TclBlend support lost in 8.6.1
  * (bug)[3154ea] Mem corruption in assembler exceptions
  * (bug) registry package support any Unicode env
    => registry 1.3.2
  * (bug)[f7d4e] [namespace delete] performance
  * (TIP 447) execution time verbosity option
    => tcltest 2.4.0
  * (bug)[16828b] crash due to [vwait] trace undo fail
  * (enhancement)[4b61af] good [info frame] from more cases.
  * (bug)[c383eb] crash in [glob -path a]
  * (update) Update Unicode data to 9.0 (nijtmans)
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[16896d] Tcl_DString tolerate append to self.
  * (bug)[d55322] crash in [dict update].
  * (bug)[dd260a] crash in [chan configure -dictionary].
  * (bug)[f961d7] usage message with parameters with spaces.
        *** POTENTIAL INCOMPATIBILITY ***
  * (enhancement)[09fabc] Sort order of -relateddir.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=91
2016-07-26 16:52:12 +00:00
Dominique Leuenberger
2a6d400691 Accepting request 365277 from devel:languages:tcl
- New version 8.6.5:
  * (bug)[d87cb1] Proper tailcall from compiled ensembles
  * (bug)[879a07] Incomplete chars @ buffer ends
  * (bug)[894da1] Hang flushing blocking channels
  * (enhance)[b9d043] Default use of gzip transfer encoding
    => http 2.8.9
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[9dd1bd] destructor [self] after failed constructor
  * (bug)[0f42ff] [tailcall] combined with [next]
  * (bug)[c11a51] http: race condition in -accept option
  * (enhance) More pure lists from compiled [list]
  * (enhancement) Relax memdebug constraint on extensions
  * (bug)[268b23] crash in traced [expr]
  * (bug)[478c44] Memleak in zlib compresion errors
  * (bug)[e770d9] Higher baud on serial channels
  * (update) Update Unicode data to 8.0
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[a4cb3f] compiled [lreplace] handling of end
  * (enhance) Use Unicode SendMessageTimeout()
    => registry 1.3.1
  * (TIP 412) msgcat dynamic locale change and package private
    locale    => msgcat 1.6.0
  * (bug)[a0ece9] crash in traced [expr]
  * (TIP 436) [info object isa] favors 'false' over error
    => TclOO 1.0.4
  * (bug)[b1534b][9bad63] writes beyond buffer bounds
  * (bug)[a3309d] Memleak in compiled [unset a($i)]
  * (bug)[57945b] lock in forking/multi-threading
  * (bug)[3e7eca] Allocation overflow in expr parsing
  * (bug) Correct problems found in Coverity audit

OBS-URL: https://build.opensuse.org/request/show/365277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=47
2016-03-14 08:56:12 +00:00
Reinhard Max
ea86b3c856 Accepting request 363344 from home:faweiss:branches:devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/363344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=89
2016-03-03 10:27:28 +00:00
Stephan Kulow
ef04cb62b2 Accepting request 320785 from devel:languages:tcl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/320785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=46
2015-09-19 04:51:39 +00:00
Reinhard Max
1fe85901dd OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=87 2015-07-29 20:02:51 +00:00
Reinhard Max
2e44729664 - New version 8.6.4:
* restore tbcload/tclcompiler support
  * (bug)[0c043a] Fix compiled [set var($) val]
  * (bug)[d2ffcc] Limit $... and bareword parsing to ASCII
        *** POTENTIAL INCOMPATIBILITY ***
  * (TIP 427) [fconfigure $h -connecting, -peername, -sockname]
  * (bug)[af08c8] Crash in full finalize encoding teardown
  * (bug)[7c187a] [chan copy] crash (io-53.17)
  * (bug)[df0848] Trouble with INFINITY macro
  * (bug) Stop crashes when extension var resolvers misbehave
  * (bug)[088727] [read] past EOF (io-73.4)
  * (bug)[32b615] Fix compiled [lreplace] (lreplace-4.[345])
- Obsoletes itcl-unbreak-iwidgets.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=86
2015-07-29 20:00:16 +00:00
Dominique Leuenberger
cb7d9c6501 Accepting request 262061 from devel:languages:tcl
- New version 8.6.3:
  * (bug)[b9e1a3] Correct Method Search Order
  * (bug)[ccc2c2] Regression [lreplace {} 1 1]
  * <oo-1.18.2> Crash regression in [oo::class destroy]
  * (bug)[84af11] Regress [regsub -all {\(.*} a(b) {}]
  * (bug)[cee90e] [try {} on ok {} - on return {} {}] panic
  * (feature) [tcl::unsupported::getbytecode] disassember
  * (enhancement) [string cat] bytecode optimization
  * (bug)[82521b] segfault in mangled bytecode
  * (bug)[bc5b79] Hang in some [read]s of limited size
  * (bug)[bc1a96] segfault in [array set] of traced array
  * (bug)[59a2e7] MSVC14 compile support
  * (bug)[ed29c4] [fcopy] treats [blocked] as error
  * (bug)[bf7135] regression in Tcl_Write() interface
  * (bug)[10dc6d] fix [gets] on non-blocking channels
  * (bug)[214cc0] Restore [lappend v] return value
  * (bug)[5adc35] Stop forcing EOF to be permanent
- Add itcl-unbreak-iwidgets.patch to revert a recent change in
  itcl that broke iwidgets.

OBS-URL: https://build.opensuse.org/request/show/262061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=45
2014-11-18 21:53:18 +00:00
Reinhard Max
61a82993b1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=84 2014-11-17 16:13:30 +00:00
Reinhard Max
9493ce416d update changes file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=83
2014-11-17 16:12:31 +00:00
Reinhard Max
95ea74e7a9 Minimize itcl-unbreak-iwidgets.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=82
2014-11-17 15:50:40 +00:00
Reinhard Max
25b5a59767 - New version 8.6.3:
- Add itcl-unbreak-iwidgets.patch to revert a recent change in
  itcl that broke iwidgets.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=81
2014-11-12 15:59:29 +00:00
Stephan Kulow
fff9cc1962 Accepting request 247812 from devel:languages:tcl
- avoid %nil to pass download_files service

- Update license tag to SPDX 1.2.

- Update to 8.6.2:
  * TIP 429: New command [string cat].
  * [lsearch -integer], [lsort -integer] operate on wide ints.
       *** POTENTIAL INCOMPATIBILITY ***
  * [dict replace], [dict remove] return canonical dicts.
       *** POTENTIAL INCOMPATIBILITY ***
  * Improved ::env synchronization with environment.
  * transchans converted blocked writes to errors.
  * [info class subclasses ::oo::object] includes ::oo::class .
  * Fix: [chan configure -error] breaks [socket -async] connection.
  * Better handle NUL in filenames.
  * Fix: failures in nested ensemble bytecode compiler.
  * Fixed crashes in...
      - [apply {{} {while 1 {a {*}
      	[return -level 0 -code continue]}}}]
      - [apply {{} {namespace upvar a b [x]}}]
      - [coroutine X coroutine Y info frame]
      - multi-interp font teardown
      - oo chain deletion
  * Plugged memory leaks in...
      - execution traced coroutine deletion
      - [close [zlib push ... -dictionary ...]]
      - AtForkChild()
      - managing oo instance lists
  * Performance addressed in...
      - [lappend l $multiple $arg] compile: quadratic -> linear

OBS-URL: https://build.opensuse.org/request/show/247812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=44
2014-09-07 09:11:52 +00:00
Factory Maintainer
cf80417288 revert previous commit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=78
2014-09-06 11:47:30 +00:00
Factory Maintainer
97348eb8a5 - avoid %nil to pass download_files service
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=77
2014-09-06 10:23:51 +00:00
Factory Maintainer
46bc2fa000 Accepting request 247805 from home:coolo:branches:openSUSE:Factory
fix changelog

OBS-URL: https://build.opensuse.org/request/show/247805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=76
2014-09-06 10:13:14 +00:00
Factory Maintainer
3ab57c546c Accepting request 247022 from home:fcrozat:branches:devel:languages:tcl
- Update license tag to SPDX 1.2.

OBS-URL: https://build.opensuse.org/request/show/247022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=75
2014-09-06 10:11:32 +00:00
Reinhard Max
4ec0724c8a remove old tcl-unload.patch and tcl.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=74
2014-08-29 13:21:06 +00:00
Reinhard Max
88af814ee8 Accepting request 246832 from home:vwallfahrer:branches:devel:languages:tcl
- Update to 8.6.2:
  * TIP 429: New command [string cat].
  * [lsearch -integer], [lsort -integer] operate on wide ints.
       *** POTENTIAL INCOMPATIBILITY ***
  * [dict replace], [dict remove] return canonical dicts.
       *** POTENTIAL INCOMPATIBILITY ***
  * Improved ::env synchronization with environment.
  * transchans converted blocked writes to errors.
  * [info class subclasses ::oo::object] includes ::oo::class .
  * Fix: [chan configure -error] breaks [socket -async] connection.
  * Better handle NUL in filenames.
  * Fix: failures in nested ensemble bytecode compiler.
  * Fixed crashes in...
      - [apply {{} {while 1 {a {*}
      	[return -level 0 -code continue]}}}]
      - [apply {{} {namespace upvar a b [x]}}]
      - [coroutine X coroutine Y info frame]
      - multi-interp font teardown
      - oo chain deletion
  * Plugged memory leaks in...
      - execution traced coroutine deletion
      - [close [zlib push ... -dictionary ...]]
      - AtForkChild()
      - managing oo instance lists
  * Performance addressed in...
      - [lappend l $multiple $arg] compile: quadratic -> linear
      - binary [chan copy]: move bytes instead of copy
      - Improved bytecode: [catch], [foreach], [lmap], 
      	num. conversion
  * Bytecode compiled: [concat], [linsert], [namespace origin],

OBS-URL: https://build.opensuse.org/request/show/246832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=73
2014-08-29 13:03:08 +00:00
Reinhard Max
ed99bbf553 - Update to 8.6.2rc1, detailed change log will follow...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=72
2014-08-19 16:12:20 +00:00
Reinhard Max
1fa47d73f4 - Update to 8.6.2rc0, detailed change log will follow...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=71
2014-08-07 16:05:32 +00:00
Stephan Kulow
39fcc43b61 Accepting request 199829 from devel:languages:tcl
- Final 8.6.1 release. Changes since rc0 include:
  * Fix segfaults in [dict] compilers.
  * Fix mem leak in [lreplace].

- New patchlevel release 8.6.1rc0:
- Many optimaizations, improvements and tightened stack management
  in bytecode
- Many enhancements and Bugfixes:
  * Improve ensemble bytecode
  * Selected script code improvements => tcltest 2.3.6
  * Broaden glibc version detection => platform 1.0.12
  * [array set] compile improvement
  * [auto_mkindex] support Tcl00
  * Tcl_Zlib*() routines tolerate NULL interps
  * Improved [list {*}...] compile
  * Restored lost performance appending to long strings
  * Errors from execution traces become errors of the command

OBS-URL: https://build.opensuse.org/request/show/199829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=42
2013-09-23 09:04:42 +00:00
Reinhard Max
f1c34f339f Final 8.6.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=69
2013-09-20 10:02:39 +00:00
Reinhard Max
0ce7da6c8d Final 8.6.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=68
2013-09-20 08:07:16 +00:00
Reinhard Max
72e4acc77e 8.6.1 RC1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=67
2013-09-17 13:42:54 +00:00
Reinhard Max
948d20e585 Accepting request 198183 from home:kpetsch:branches:devel:languages:tcl
Update to 8.6.1rc0

OBS-URL: https://build.opensuse.org/request/show/198183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=66
2013-09-10 09:15:16 +00:00
Tomáš Chvátal
c6d0874832 Accepting request 186430 from devel:languages:tcl
- New version: 8.6.0.
- Itcl is now part of the Tcl main package.
- Disable profile feedback based optimization for now.

OBS-URL: https://build.opensuse.org/request/show/186430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=40
2013-08-13 10:59:32 +00:00
Reinhard Max
0f21c2422e Fix download URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=64
2013-08-08 15:44:21 +00:00
Reinhard Max
87f98d395f Tcl 8.6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=63
2013-06-20 12:20:40 +00:00
Stephan Kulow
ae1ee3a4f5 Accepting request 163129 from devel:languages:tcl
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 162763 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/163129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=39
2013-04-14 11:00:22 +00:00
Reinhard Max
483cf31e64 Accepting request 162763 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/162763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=61
2013-04-08 08:39:28 +00:00
Stephan Kulow
42883f4931 Accepting request 142880 from devel:languages:tcl
Fix build: Buildrequire timezone (forwarded request 142735 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/142880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=37
2012-12-03 10:34:52 +00:00
Reinhard Max
ef3c248a28 Accepting request 142735 from home:a_jaeger:FactoryFix
Fix build: Buildrequire timezone

OBS-URL: https://build.opensuse.org/request/show/142735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=59
2012-11-26 09:38:42 +00:00
Reinhard Max
a4f4e3547f Version 8.5.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=58
2012-08-09 12:40:39 +00:00
Reinhard Max
febcfbbbdf Removing the last checkin, because I hadn't authorized it and the author didn't asnwer my question regarding the PPC obsoletes removal.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=57
2012-08-09 10:43:25 +00:00
Stephan Kulow
99dc436e42 Accepting request 130356 from devel:languages:tcl
- Disable profiling on SPARC due to compiler bug [gcc #54121]
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
- Remove outdated PPC obsoletes (there is no tcl-devel-XXbit built) (forwarded request 129224 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/130356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=36
2012-08-08 09:40:34 +00:00
Ismail Dönmez
72998eecab Accepting request 129224 from home:jengelh:branches:devel:languages:tcl
- Disable profiling on SPARC due to compiler bug [gcc #54121]
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
- Remove outdated PPC obsoletes (there is no tcl-devel-XXbit built)

OBS-URL: https://build.opensuse.org/request/show/129224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=55
2012-08-07 19:33:05 +00:00
Reinhard Max
9247fb5600 - 8.5.12rc2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=54
2012-07-26 09:00:26 +00:00
Reinhard Max
67a48e18a6 - 8.5.12rc1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=53
2012-07-24 10:24:48 +00:00
Stephan Kulow
d6b820c64f Accepting request 100601 from devel:languages:tcl
license update: SUSE-TCL
Use this proprietary extension to SPDX until upstream SPDX accepts TCL into their license list (forwarded request 98704 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/100601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=34
2012-01-20 21:08:03 +00:00
Reinhard Max
4cab6e7486 Accepting request 98704 from home:babelworx:ldig:branches:devel:languages:tcl
license update: SUSE-TCL
Use this proprietary extension to SPDX until upstream SPDX accepts TCL into their license list

OBS-URL: https://build.opensuse.org/request/show/98704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=51
2012-01-18 17:14:47 +00:00
Stephan Kulow
ba26074190 Accepting request 97621 from devel:languages:tcl
Removed leftover 8.5.10 tarball

OBS-URL: https://build.opensuse.org/request/show/97621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=33
2012-01-06 10:46:51 +00:00
Reinhard Max
a4f8142259 Removed leftover 8.5.10 tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=48
2011-12-21 13:31:14 +00:00
Reinhard Max
7974ae50b2 Accepting request 97547 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=47
2011-12-21 11:20:09 +00:00
Reinhard Max
1bbb9b1d3b Version 8.5.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=46
2011-11-08 15:22:47 +00:00
Ruediger Oertel
0de003de39 Accepting request 86876 from devel:languages:tcl
- cross-build fix: use %__cc macro (forwarded request 86661 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=31
2011-10-06 14:46:10 +00:00
Reinhard Max
2000e1da2d Accepting request 86661 from home:uli_suse:branches:devel:languages:tcl
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=44
2011-10-06 08:13:09 +00:00
Sascha Peilicke
a0747fc751 Autobuild autoformatter for 75020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=30
2011-07-04 06:50:57 +00:00
OBS User buildservice-autocommit
a46002f2d7 Updating link to change in openSUSE:Factory/tcl revision 30.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=3361109b98c6010dc7fb86f6b4e683d1
2011-07-04 06:50:57 +00:00
Sascha Peilicke
8a6792e87a Accepting request 75020 from devel:languages:tcl
Version 8.5.10

OBS-URL: https://build.opensuse.org/request/show/75020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=29
2011-07-04 06:50:46 +00:00
Reinhard Max
bf8e76fb25 Version 8.5.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=42
2011-06-30 16:48:52 +00:00
Sascha Peilicke
82852272e5 Autobuild autoformatter for 69530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=28
2011-05-04 11:43:00 +00:00
OBS User buildservice-autocommit
e43af7e136 Updating link to change in openSUSE:Factory/tcl revision 28.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=4046789c20c6825775efe84c2dd0fb7e
2011-05-04 11:43:00 +00:00
Sascha Peilicke
790b0224c6 Accepting request 69530 from devel:languages:tcl
blacklist known-failing test stack-3.1

OBS-URL: https://build.opensuse.org/request/show/69530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=27
2011-05-04 11:42:50 +00:00
Reinhard Max
7c370d8755 Accepting request 68492 from home:namtrac:branches:devel:languages:tcl
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/68492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=40
2011-04-27 15:07:15 +00:00
OBS User autobuild
6898104bd4 Accepting request 49178 from devel:languages:tcl
Copy from devel:languages:tcl/tcl based on submit request 49178 from user rmax

OBS-URL: https://build.opensuse.org/request/show/49178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=25
2010-09-27 13:35:35 +00:00
OBS User autobuild
1f679901e2 Accepting request 49178 from devel:languages:tcl
checked in (request 49178)

OBS-URL: https://build.opensuse.org/request/show/49178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=39
2010-09-27 13:35:35 +00:00
Reinhard Max
2b4a010711 Version 8.5.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=38
2010-09-27 09:13:52 +00:00
Reinhard Max
27c6a4485d Version 8.5.9rc4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=37
2010-09-03 14:45:05 +00:00
OBS User autobuild
eefef612f5 Accepting request 41034 from devel:languages:tcl
Copy from devel:languages:tcl/tcl based on submit request 41034 from user coolo

OBS-URL: https://build.opensuse.org/request/show/41034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=22
2010-06-04 12:46:42 +00:00
OBS User buildservice-autocommit
f6b316e9ed Updating link to change in openSUSE:Factory/tcl revision 22.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=40a9eecb98c5854545e68f6791a9bca6
2010-06-04 12:46:42 +00:00
Reinhard Max
f19d52d2ac Accepting request 40105 from home:azouhr:branches:devel:languages:tcl
Copy from home:azouhr:branches:devel:languages:tcl/tcl via accept of submit request 40105 revision 2.
Request was accepted with message:
reviewed ok.

OBS-URL: https://build.opensuse.org/request/show/40105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=35
2010-05-18 08:48:08 +00:00
OBS User autobuild
54cb948a9b Accepting request 35163 from devel:languages:tcl
Copy from devel:languages:tcl/tcl based on submit request 35163 from user coolo

OBS-URL: https://build.opensuse.org/request/show/35163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=21
2010-03-18 21:48:36 +00:00
OBS User buildservice-autocommit
c9214d8576 Updating link to change in openSUSE:Factory/tcl revision 21.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=7ad2c605695c888ce4389f6ef1b98adb
2010-03-18 21:48:36 +00:00
OBS User autobuild
60359f83e9 Accepting request 35163 from devel:languages:tcl
checked in (request 35163)

OBS-URL: https://build.opensuse.org/request/show/35163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=34
2010-03-18 21:48:35 +00:00
OBS User autobuild
5cd900bc61 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=20 2010-03-18 15:31:37 +00:00
Reinhard Max
a70d661509 Prevent floating point assist fault on IA64
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=33
2010-02-19 18:50:20 +00:00
OBS User autobuild
d14b78da8d Accepting request 30690 from devel:languages:tcl
Copy from devel:languages:tcl/tcl based on submit request 30690 from user rmax

OBS-URL: https://build.opensuse.org/request/show/30690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=19
2010-01-29 13:54:40 +00:00
OBS User buildservice-autocommit
bb1efeda28 Updating link to change in openSUSE:Factory/tcl revision 19.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=b3d7566b877dade88f3854eafb6ae28b
2010-01-29 13:54:40 +00:00
OBS User autobuild
25f5e7431b checked in (request 30690)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=31
2010-01-29 13:54:39 +00:00
Reinhard Max
2c704cf1f8 Accepting request 30222 from Base:build
Copy from Base:build/tcl via accept of submit request 30222 revision 4.
Request was accepted with message:
Thanks.

OBS-URL: https://build.opensuse.org/request/show/30222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=30
2010-01-28 12:06:21 +00:00
OBS User autobuild
709ebcb908 Accepting request 24806 from devel:languages:tcl
Copy from devel:languages:tcl/tcl based on submit request 24806 from user rmax

OBS-URL: https://build.opensuse.org/request/show/24806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=18
2009-11-23 09:50:24 +00:00
OBS User unknown
f9e84f0b88 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=16 2009-08-06 15:01:21 +00:00
OBS User unknown
e28b2b23c0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=15 2009-06-19 00:52:13 +00:00
OBS User unknown
f09dccfa1b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=14 2009-06-12 14:13:51 +00:00
OBS User unknown
a0e41945af OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=13 2009-01-09 01:04:18 +00:00
OBS User unknown
7b332e3ab0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=12 2008-10-22 16:52:29 +00:00
OBS User unknown
042a5c054b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=11 2008-09-13 10:21:34 +00:00
OBS User unknown
9b87b2c4f9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=10 2008-07-11 20:04:56 +00:00
OBS User unknown
4a2f10d784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=9 2008-05-07 20:05:28 +00:00
OBS User unknown
9eb183b545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=8 2008-04-15 03:02:20 +00:00
d7d716e4ad OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=7 2008-04-14 07:08:36 +00:00
OBS User unknown
76c39aa45c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=6 2008-04-14 03:10:51 +00:00
2e7b2e7af1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=5 2008-04-13 12:30:20 +00:00
OBS User unknown
ad84bc50cd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=4 2008-04-08 22:53:39 +00:00
OBS User unknown
0d653ca0d3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=3 2008-04-06 02:00:20 +00:00
OBS User unknown
9643d646a0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=2 2007-06-07 11:16:22 +00:00
OBS User unknown
05c2ecb7e5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcl?expand=0&rev=1 2006-12-18 23:17:57 +00:00

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66
size 11627322