| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
more harm than good. Purged them.
|
|
|
|
|
| |
vestiges of Tcl's old initialization from registry variables.
[Bug 455645]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/OpenFileChnl.3:
* doc/file.n:
* tests/cmdAH.test:
* tclIO.c:
* tclCmdAH.c: added "file channels ?pattern?" tcl command, with
associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public
C APIs (added to tcl.decls as well), with docs and tests.
* generic/tclCompile.c: add TCL_TOKEN_VARIABLE to the part types
that cause differed compilation for exprs, to correct the expr
double-evaluation problem for vars. Added test cases.
|
| |
|
|
|
|
|
|
|
|
|
| |
* unix/tclUnixInit.c: merged code with 8.0.5. We now use an
intermediate global tcl var "tclDefaultLibrary" to keep the
"tcl_library" var from being set by the default value in the
Makefile. Also fixed a bug in which caused the value of
TCL_LIBRARY env var to be ignored.
* unix/tclWinInit.c: just updated some comments.
|
| |
|
|
|
|
|
| |
the parent directory of tcl_library is on the auto_path. Added
a comment to init.tcl about how auto_path is initialized.
|
| |
|
| |
|
| |
|
|
|
|
| |
parent workspace "/export/home/ws/tcl8.0".
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
setting the TCL_LIBRARY environment variable was not being set in the global
'env' array.
Moved the varaibe 'tclPreInitScript' from respective tcl<plat>Init.c file.
Added a routine 'TclSetPreInitScript()' to facilite setting the pre-init
script variable. This file should only be included once in the entire
set of C source files for Tcl (by the respective platform initialization
C source file, tclUnixInit.c and tclWinInit.c) and thus the presence of
the routine, TclSetPreInitScript, below, should be harmless.
|
|
|