Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped ftp to 2.4.12, see [3b14767f50]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tcllib-1-16-rc |
Files: | files | file ages | folders |
SHA1: |
6e03cd1a7791aae3871be28783570531 |
User & Date: | aku 2014-01-31 06:31:01.043 |
Context
2014-01-31
| ||
07:33 | Fixed issues with repository scan - Forgot to handle trunk revision, and mixup of parent/child times and descriptions. check-in: f5d2be5a46 user: aku tags: tcllib-1-16-rc | |
06:31 | Bumped ftp to 2.4.12, see [3b14767f50]. check-in: 6e03cd1a77 user: aku tags: tcllib-1-16-rc | |
06:12 | Merge RC with latest fixes. check-in: adb569bb63 user: aku tags: tcllib-1-16-rc | |
Changes
Changes to modules/ftp/ftp.tcl.
︙ | ︙ | |||
3013 3014 3015 3016 3017 3018 3019 | set ::ftp::VERBOSE 1 set ::ftp::DEBUG 0 } # ================================================================== # At last, everything is fine, we can provide the package. | | | 3013 3014 3015 3016 3017 3018 3019 3020 | set ::ftp::VERBOSE 1 set ::ftp::DEBUG 0 } # ================================================================== # At last, everything is fine, we can provide the package. package provide ftp [lindex {Revision: 2.4.12} 1] |
Changes to modules/ftp/pkgIndex.tcl.
1 | if {![package vsatisfies [package provide Tcl] 8.2]} {return} | | | 1 2 3 | if {![package vsatisfies [package provide Tcl] 8.2]} {return} package ifneeded ftp 2.4.12 [list source [file join $dir ftp.tcl]] package ifneeded ftp::geturl 0.2.1 [list source [file join $dir ftp_geturl.tcl]] |