Differences From Artifact [7103930af5]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [dfb74d86df] at 2016-10-28 05:47:21 on branch trunk — Cleanup the manifest file name pattern handling. (user: mistachkin, size: 51110) [annotate] [blame] [check-ins using]
To Artifact [a3005634bc]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [ca8bb45c5e] at 2016-10-28 20:59:13 on branch trunk — Fix URI query parameter escaping when evaluated in Eagle. (user: mistachkin, size: 51112) [annotate] [blame] [check-ins using]
︙ | |||
262 263 264 265 266 | 262 263 264 265 266 267 268 269 270 271 272 | - + | # The value argument is the value of the parameter. # proc uriEscape { name value } { if {[isEagle]} then { return [appendArgs \ |
︙ |