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 |
|