Tcl Library Source Code

Changes On Branch mistake
Login

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

Changes In Branch mistake Excluding Merge-Ins

This is equivalent to a diff from 20bad8fa14 to f9ee8b1b48

2021-03-30
22:56
zip, new routine: filesinfo check-in: 03836d53ba user: pooryorick tags: pyk-zip
2021-03-19
16:18
Merged in trunks check-in: 834467373b user: rkeene tags: trunk
2021-03-11
12:46
Correct the version number in th pkgIndex.tcl file (mjanssen/cousteau) check-in: 15e10b5b8a user: arjenmarkus tags: trunk
2021-03-08
14:29
Fix inconsistent profiler pkgIndex.tcl Leaf check-in: f9ee8b1b48 user: mpcjanssen tags: mistake
2021-03-07
14:21
Add various [package require] statements to expose the proper requirements check-in: 20bad8fa14 user: arjenmarkus tags: trunk
03:23
irc / picoirc - B, T - Fix VERSION CTCP response. [Callback] must return value from external callback. Fix getting results from channels in tests. Bumped to version 0.9.1. check-in: dfed01491a user: gay tags: trunk

Changes to modules/profiler/pkgIndex.tcl.

1
2
if {![package vsatisfies [package provide Tcl] 8.3]} {return}
package ifneeded profiler 0.4 [list source [file join $dir profiler.tcl]]

|
1
2
if {![package vsatisfies [package provide Tcl] 8.3]} {return}
package ifneeded profiler 0.5 [list source [file join $dir profiler.tcl]]