summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-09-29 22:38:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-09-29 22:38:20 (GMT)
commita87c1ffef9b5c696cd26cd041002325c871cafde (patch)
tree6c781c25d5131eac1c137fe66c3d7c56d62d6d38 /ChangeLog
parentc6d77be71d20d811ddf04702ae5fd428aa7e0b47 (diff)
downloadtcl-a87c1ffef9b5c696cd26cd041002325c871cafde.zip
tcl-a87c1ffef9b5c696cd26cd041002325c871cafde.tar.gz
tcl-a87c1ffef9b5c696cd26cd041002325c871cafde.tar.bz2
Symbols which are visible outside a single compilation unit must have
the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix. (Problem reported by George Staplin.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6109d73..33b864d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclPathObj.c (TclNativePathInFilesystem,TclFSGetPathType):
+ * generic/tclIOUtil.c (TclNativeDupInternalRep,TclGetPathType): Rename
+ to make sure function names won't interfere with other non-Tcl
+ code (reported by George Staplin)
+
TIP#121 IMPLEMENTATION FROM JOE MISTACHKIN
* generic/tclEvent.c (Tcl_SetExitProc,Tcl_Exit): Implementation of