summaryrefslogtreecommitdiffstats
path: root/library/opt
Commit message (Collapse)AuthorAgeFilesLines
* 2000-12-10 Don Porter <dgp@users.sourceforge.net>dgp2000-12-112-9/+9
| | | | | | | | | | | | | | * library/init.tcl: * library/msgcat/msgcat.tcl: * library/msgcat/pkgIndex.tcl: * library/opt/optparse.tcl: * library/opt/pkgIndex.tcl: Where [uplevel] is used in a proc to evaluate a Tcl built-in command in the caller's context, the built-in commands are now fully namespace-qualified. This prevents problems when the caller context is in a namespace where the built-in command name has been used by a command in the namespace. (For example, [::ns::set] might be called instead of the intended [::set]). [Bug #119422, Patch #102545]
* * tests/opt.test: Removed references to Lfirst, Lrest functions.ericm2000-07-181-24/+16
| | | | | | | * library/opt0.4/optparse.tcl: Applied patch from Chris Nelson, which replaces the [Lfirst] function with an inline [lindex ... 0] and [Lrest] with [lrange ... 1 end], for better performance. [RFE: 6019]
* Applied patch from [Bug: 5922]ericm2000-06-201-2/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-162-0/+1108