gustafn
committed
on 30 Oct 13
overhaul of package:
- favor tcl-compilable string comparisons
- don't use numeric comparison operator for non-numeric arguments
- brace exp… Show more
overhaul of package:

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- brace expressions

- replace depreacted "ad_parameter" by parameter::get

- use "in" or "ni" expression instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

Show less