Differences From Artifact [98f9709271]:
- File unix/dltest/pkgua.c — part of check-in [50e935089a] at 2012-12-05 14:21:55 on branch novem-support — merge trunk Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes. (user: jan.nijtmans size: 8486) [more...]
To Artifact [4e8d8c9de9]:
- File unix/dltest/pkgua.c — part of check-in [e63bcbdcec] at 2012-12-05 14:42:48 on branch novem-support — use Tcl_PkgProvideEx everywhere (again, for testing purposes) (user: jan.nijtmans size: 8494)
| ︙ | |||
215 216 217 218 219 220 221 | 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 | - + |
/*
* Initialise our Hash table, where we store the registered command tokens
* for each interpreter.
*/
PkguaInitTokensHashTable();
|
| ︙ |