diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-11 14:41:45 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-12-11 14:41:45 (GMT) |
commit | bc7e98d373bca23af3b39ab27dcd19e516701091 (patch) | |
tree | 8090ee1d9a56915e5fbff34c295c1a52a99f886c /ChangeLog | |
parent | 4bb7dd27ba64c1c078ae8725208cceb7f6489747 (diff) | |
download | tcl-bc7e98d373bca23af3b39ab27dcd19e516701091.zip tcl-bc7e98d373bca23af3b39ab27dcd19e516701091.tar.gz tcl-bc7e98d373bca23af3b39ab27dcd19e516701091.tar.bz2 |
converting the static function GetNamespaceFromObj() to MODULE_SCOPE
TclGetNamespaceFromObj().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-12-11 Miguel Sofer <msofer@users.sf.net> + + * generic/tclInt.h: + * generic/tclNamesp.c: converting the static function + GetNamespaceFromObj() to MODULE_SCOPE TclGetNamespaceFromObj(). + 2004-12-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> * tools/tcl.wse.in, unix/tcl.spec, win/README.binary, README: @@ -6,6 +12,7 @@ development from the recent 8.5a2 release. 2004-12-10 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompile.c (TclInitCompiledLocals): * generic/tclCompile.h: * generic/tclInt.h: |