Overview
Comment: | Pickup comment changes from upstream for the common Tcl package. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0c128d5303e81693679542fec95a14cb |
User & Date: | mistachkin on 2017-02-09 23:52:06 |
Other Links: | manifest | tags |
Context
2017-04-01
| ||
21:24 | Adjust a regular expression in the uploader client to deal with Fossil 2.x SHA3 hash lengths. check-in: d2b5fafbb8 user: mistachkin tags: trunk | |
2017-02-09
| ||
23:52 | Pickup comment changes from upstream for the common Tcl package. check-in: 0c128d5303 user: mistachkin tags: trunk | |
23:11 | Add and improve comments in the common Tcl package. check-in: 0b9b876081 user: mistachkin tags: trunk | |
Changes
Modified client/1.0/neutral/common.tcl from [90122df276] to [5730b66350].
︙ | ︙ | |||
19 20 21 22 23 24 25 | # higher (e.g. the "eq" operator for [expr], etc). # if {![package vsatisfies [package provide Tcl] 8.4]} then { error "need Tcl 8.4 or higher" } # | | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # higher (e.g. the "eq" operator for [expr], etc). # if {![package vsatisfies [package provide Tcl] 8.4]} then { error "need Tcl 8.4 or higher" } # # NOTE: This script file uses features that are not available or not needed # in Eagle (e.g. the "http" and "tls" packages, etc). # if {[catch {package present Eagle}] == 0} then { error "need native Tcl" } ############################################################################### |
︙ | ︙ |
Modified client/1.0/neutral/common.tcl.asc from [ee3a628b91] to [1a0afd7481].
1 2 3 4 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository iQIcBAABCAAGBQJYnQBMAAoJEFAslq9JXcLZOawP/1t6T49Li8NuoysrqQyYNlpf RvZvCIE7X9TaiFY01GFin/XXPyDbUFUL3WXfhtweitg2giGG0gai/5x4AQpVgd0l WxoKfY9iTxiqEjz9SP6QuYuOPjw1ePzUWVOeSEJ5FYL3wAiq95NfiiEiRyfc9i8d fF7B+hewtuLxhjsR2NpwYGa749SH4bcvgLTKEsqiIyFtx5iL34U+We7Afs/SC4jp m9vzP5a3mUScrPIabm1epsHh/FKtEkExkCZjVZ7vxRer0/Ol/Vlj3Ce6AhHwmsTC lNQDneLDNHl4Rr6OIkcTxGxhEEswcDx0Rtx8qrr+x6rtUxw8rxzDPpeuvFmx4gcO WafktaRsaQHyDwm7LV33M/1s/kMYoL5aoP2IVuaurbIrlvGRL1krV+j6Gb4pv+1s Cn7bjKmIDQUOHw4AfnMv/HedwVknplNRm1JtVkfVpqWRTXpFp/u2fVzEUMCsPhKB 3ZYnF+ScNcNLau+ujk8cs3jiyc4UGrEfOwFerzWegYMYPtFWH47Rh8UteHtVvO/Y Awj0uL2b5+Yo54EXVBfUdcB5NtvMDOMJYOCoDZ87sDMugIy5OJWUNS+H9BRwYdXS EgkBfuHMNA/lYNm+newYA4oUoxbkEUQv5ZD8hnnpn5/fDqjkwvr85vjYGSsSusHl KeX1RwEd6TQd+i2+2oQ3 =2FFk -----END PGP SIGNATURE----- |