diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 21:50:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 21:50:49 (GMT) |
commit | fb0fd528e967d229029a88b65bc2dbfce95d84f9 (patch) | |
tree | 5c9ef484f31fe996558b26c4791947245829a42a /ChangeLog | |
parent | d769538676cb8b26781e89f7ac1cb5dad28aa999 (diff) | |
parent | 3d737d62cf9052d88fc73809b3e3104e047f992f (diff) | |
download | tcl-fb0fd528e967d229029a88b65bc2dbfce95d84f9.zip tcl-fb0fd528e967d229029a88b65bc2dbfce95d84f9.tar.gz tcl-fb0fd528e967d229029a88b65bc2dbfce95d84f9.tar.bz2 |
Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are available through the whole filesystem for (future) internal use
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-10-23 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.h: Add "flags" parameter from Tcl_LoadFile to + * generic/tclIOUtil.c: to various internal functions, so these + * generic/tclLoadNone.c: flags are available through the whole + * unix/tclLoad*.c: filesystem for (future) internal use. + * win/tclWinLoad.c: + 2012-10-17 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels |