diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2014-01-07 14:19:04 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2014-01-07 14:19:04 (GMT) |
| commit | 1dd57e7f83b454f114c495ecec9d81fcfa8c13f6 (patch) | |
| tree | 7d9ce87fc3e6d661dd7d680b10ab279348c76da9 /generic/tclNamesp.c | |
| parent | 97e65e9d96d60d24def60a4484c6baec6303fdf7 (diff) | |
| parent | e6361e562f8e0523dcba08b338dea7f925897d82 (diff) | |
| download | tcl-1dd57e7f83b454f114c495ecec9d81fcfa8c13f6.zip tcl-1dd57e7f83b454f114c495ecec9d81fcfa8c13f6.tar.gz tcl-1dd57e7f83b454f114c495ecec9d81fcfa8c13f6.tar.bz2 | |
Add compilations for the following commands:
* concat
* linsert
* namespace origin
* next
* string replace
* string tolower
* string totitle
* string toupper
* string trim
* string trimleft
* string trimright
Diffstat (limited to 'generic/tclNamesp.c')
| -rw-r--r-- | generic/tclNamesp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index cd44455..8f2f10e 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -171,7 +171,7 @@ static const EnsembleImplMap defaultNamespaceMap[] = { {"forget", NamespaceForgetCmd, TclCompileBasicMin0ArgCmd, NULL, NULL, 0}, {"import", NamespaceImportCmd, TclCompileBasicMin0ArgCmd, NULL, NULL, 0}, {"inscope", NamespaceInscopeCmd, NULL, NRNamespaceInscopeCmd, NULL, 0}, - {"origin", NamespaceOriginCmd, TclCompileBasic1ArgCmd, NULL, NULL, 0}, + {"origin", NamespaceOriginCmd, TclCompileNamespaceOriginCmd, NULL, NULL, 0}, {"parent", NamespaceParentCmd, TclCompileBasic0Or1ArgCmd, NULL, NULL, 0}, {"path", NamespacePathCmd, TclCompileBasic0Or1ArgCmd, NULL, NULL, 0}, {"qualifiers", NamespaceQualifiersCmd, TclCompileNamespaceQualifiersCmd, NULL, NULL, 0}, |
