summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-04-16 08:16:21 (GMT)
committervincentdarley <vincentdarley>2003-04-16 08:16:21 (GMT)
commitf1f56b9418aa42690a4380a28754cf52407a29c5 (patch)
tree2c7a5b4ccbdf75e3ab0bff00b6c9615c84e823bd /ChangeLog
parent1a6eff809b4d5e97aa1d93d21be5c807a5649468 (diff)
downloadtcl-f1f56b9418aa42690a4380a28754cf52407a29c5.zip
tcl-f1f56b9418aa42690a4380a28754cf52407a29c5.tar.gz
tcl-f1f56b9418aa42690a4380a28754cf52407a29c5.tar.bz2
removed undesired 'static'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc6eda9..3c5c342 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-16 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclPathObj.c: removed undesired 'static' for function
+ which is now shared (previously it was duplicated).
+
2003-04-15 Joe English <jenglish@users.sourceforge.net>
* doc/namespace.n: added example section "SCOPED SCRIPTS",
supplied by Kevin Kenny. (Fixes [Bug 219183])