summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-12-11 14:41:45 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-12-11 14:41:45 (GMT)
commitbc7e98d373bca23af3b39ab27dcd19e516701091 (patch)
tree8090ee1d9a56915e5fbff34c295c1a52a99f886c /ChangeLog
parent4bb7dd27ba64c1c078ae8725208cceb7f6489747 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168354a..84aaa0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: