Tcl Library Source Code

Check-in [91f14dfd0a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed package index, was missing struct::queue version bump causing mismatch.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 91f14dfd0ad6592104a726c3443d0f647436e452
User & Date: andreask 2013-03-26 17:08:39
Context
2013-04-04
04:28
Fixed more manpage clashes, base virtual channels versus package "Memchan". Regenerated embedded docs. check-in: 740521ccc1 user: aku tags: trunk
04:05
Applied Ashok's patch to disable the keyword index page if no keyword were found. With changes. check-in: 44d847703f user: aku tags: apn-dtplite-kwlinks
2013-03-27
16:56
Started fixing bug 3609183. Created initial testsuite for the package. check-in: 69105024f6 user: andreask tags: ooutil-bug-3609183
2013-03-26
17:08
Fixed package index, was missing struct::queue version bump causing mismatch. check-in: 91f14dfd0a user: andreask tags: trunk
2013-03-25
22:12
Update to TEPAM 0.4.1: * Correction of bug 3608952: Help text is incorrectly generated if procedures are part of the non-default namespaces * Correction of bug 3608951: Help text shows incorrect argument order if procedure is defined in the "unnamed arguments first, named arguments later" calling style. check-in: e040e29b2b user: Andreas Drollinger tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to modules/struct/ChangeLog.






1
2
3
4
5
6
7





2013-03-18  Andreas Kupries  <[email protected]>

	* queue.testsuite: [Bug 3608240]: Fixed get/peek not taking
	* queue_oo.tcl: the amount of already delivered elements
	* queue_tcl.tcl: into account. Extended testsuite. Bumped version
	  to 1.4.5

>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
2013-03-26  Andreas Kupries  <[email protected]>

	* pkgIndex.tcl: Fixed, was missing struct::queue version bump
	  causing mismatch.

2013-03-18  Andreas Kupries  <[email protected]>

	* queue.testsuite: [Bug 3608240]: Fixed get/peek not taking
	* queue_oo.tcl: the amount of already delivered elements
	* queue_tcl.tcl: into account. Extended testsuite. Bumped version
	  to 1.4.5

Changes to modules/struct/pkgIndex.tcl.

1
2
3
4
5
6
7
8
9
10
11
12
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
package ifneeded struct            2.1   [list source [file join $dir struct.tcl]]
package ifneeded struct            1.4   [list source [file join $dir struct1.tcl]]

package ifneeded struct::queue     1.4.4 [list source [file join $dir queue.tcl]]
package ifneeded struct::stack     1.5.3 [list source [file join $dir stack.tcl]]
package ifneeded struct::tree      2.1.2 [list source [file join $dir tree.tcl]]
package ifneeded struct::matrix    2.0.2 [list source [file join $dir matrix.tcl]]
package ifneeded struct::pool      1.2.1 [list source [file join $dir pool.tcl]]
package ifneeded struct::record    1.2.1 [list source [file join $dir record.tcl]]
package ifneeded struct::set       2.2.3 [list source [file join $dir sets.tcl]]
package ifneeded struct::disjointset 1.0 [list source [file join $dir disjointset.tcl]]




|







1
2
3
4
5
6
7
8
9
10
11
12
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
package ifneeded struct            2.1   [list source [file join $dir struct.tcl]]
package ifneeded struct            1.4   [list source [file join $dir struct1.tcl]]

package ifneeded struct::queue     1.4.5 [list source [file join $dir queue.tcl]]
package ifneeded struct::stack     1.5.3 [list source [file join $dir stack.tcl]]
package ifneeded struct::tree      2.1.2 [list source [file join $dir tree.tcl]]
package ifneeded struct::matrix    2.0.2 [list source [file join $dir matrix.tcl]]
package ifneeded struct::pool      1.2.1 [list source [file join $dir pool.tcl]]
package ifneeded struct::record    1.2.1 [list source [file join $dir record.tcl]]
package ifneeded struct::set       2.2.3 [list source [file join $dir sets.tcl]]
package ifneeded struct::disjointset 1.0 [list source [file join $dir disjointset.tcl]]