Tcl Library Source Code

Check-in [32ee5178ac]
Login

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

Overview
Comment: Commit [c7f07ac148] forgot to update the package index, causing a mismatch. Fixed, likewise the Tcl requirement.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 32ee5178ace143052355704eac9611f2e63f9433
User & Date: andreask 2014-01-08 18:21:24.261
Context
2014-01-10
00:03
Fix installer breaking on empty doc directories of excluded packages. check-in: e889e36583 user: andreask tags: trunk
2014-01-08
18:21
Commit [c7f07ac148] forgot to update the package index, causing a mismatch. Fixed, likewise the Tcl requirement. check-in: 32ee5178ac user: andreask tags: trunk
2014-01-07
23:00
Move many-* wrapper to before its usage. Bumped version to 1.3.2. v1.3.1 is broken. check-in: 09ed31fbfc user: andreask tags: trunk
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to modules/mime/ChangeLog.





1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9
10
11
12
+
+
+
+
+







2014-01-08  Andreas Kupries  <[email protected]>

	* pkgIndex.tcl: Last commit forgot to update the package index,
	  causing a mismatch. Fixed, likewise the Tcl requirement.

2013-11-22  Andreas Kupries  <[email protected]>

	* mime.tcl: (PoorYorick): general cleanup. use expr operators like
	* mime.test: eq instead of string commands. (AK Notes): Version
	  bumped to 1.6, requirement bumped to Tcl 8.5. (AK) Updated
	  testsuite and doc Tcl requirements. Fixed the creative writing
	  problem of the initialization code, present before PY cleanup.
Changes to modules/mime/pkgIndex.tcl.
1
2
3


1

2
3
4

-

+
+
if {![package vsatisfies [package provide Tcl] 8.3]} {return}
package ifneeded mime 1.5.6 [list source [file join $dir mime.tcl]]
package ifneeded smtp 1.4.5 [list source [file join $dir smtp.tcl]]
if {![package vsatisfies [package provide Tcl] 8.5]} {return}
package ifneeded mime 1.6 [list source [file join $dir mime.tcl]]