Commit Graph

106 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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