Comment: | In tclreadlineSetup.tcl.in prefixed all global variables with package prefix to avoid polluting the global namespace. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cf2851923ea48f69e37d82273cf1c622 |
User & Date: | dz@debian.org on 2001-08-10 20:05:53 |
Other Links: | manifest | tags |
2001-08-10
| ||
20:56 | added Massimo to AUTHORS Leaf check-in: 95608888ca user: johannes@zellner.org tags: trunk | |
20:05 | In tclreadlineSetup.tcl.in prefixed all global variables with package prefix to avoid polluting the global namespace. check-in: cf2851923e user: dz@debian.org tags: trunk | |
2001-04-08
| ||
18:34 | added .cvsignore check-in: 07bc0bf2d9 user: johannes@zellner.org tags: trunk | |
Modified ChangeLog from [2522bfd3d9] to [b10692387c].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + + + + + + | 2001-08-10 Massimo Dal Zotto <dz@debian.org> * In tclreadlineSetup.tcl.in prefixed all global variables with package prefix to avoid polluting the global namespace. Removed also the global unused variable "a". 2001-01-10 Johannes Zellner <johannes@zellner.org> * configure.in: changed the check for readline/readline.h / readline.h 2000-12-08 Johannes Zellner <johannes@zellner.org> * reordered Makefile.am so that it always includes |
Modified tclreadlineSetup.tcl.in from [b96052aeac] to [3ffc2c5574].
132 133 134 135 136 137 138 | 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 | - + | uplevel #0 { if {"" == [info commands ::tclreadline::readline]} { ::tclreadline::Init } |
259 260 261 262 263 264 265 266 | 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 | + - + - - + - + - + - - - + + + + + + + + + - - + + - - - + + + - + - + | eval Setup ${args} uplevel #0 { while {1} { # Try to transform {puts -nonewline stdout =>} into {concat =>} if [info exists tcl_prompt2] { |