summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2005-09-02 19:23:46 (GMT)
committerandreas_kupries <akupries@shaw.ca>2005-09-02 19:23:46 (GMT)
commitb815af54ad0bf8718cfb7884757a5319462f928f (patch)
treea5dae4b20c88e9ac80c264ac19cc8c8217a51ab1 /ChangeLog
parentc49e462945bb21e0385119bf3e76707c6adc62b2 (diff)
downloadtcl-b815af54ad0bf8718cfb7884757a5319462f928f.zip
tcl-b815af54ad0bf8718cfb7884757a5319462f928f.tar.gz
tcl-b815af54ad0bf8718cfb7884757a5319462f928f.tar.bz2
* unix/tclUnixSock.c (InitializeHostName): Synchronized use of
static modifier in declaration and definition of function. * unix/tclUnixChan.c (FileTruncateProc): Synchronized use of static modifier in declaration and definition of function. * generic/tclResult.c (ReleaseKeys): Synchronized use of static modifier in declaration and definition of function. * generic/tclListObj.c (NewListIntRep): Synchronized use of static modifier in declaration and definition of function. * generic/tclEncoding.c (InitializeEncodingSearchPath): Synchronized use of static modifier in declaration and definition of function. * generic/tclEncoding.c (FillEncodingFileMap): Synchronized use of static modifier in declaration and definition of function. * generic/tclIORChan.c (RcNewHandle): Synchronized use of static modifier in declaration and definition of function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97427dc..db892fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-09-01 Andreas Kupries <andreask@activestate.com>
+
+ * unix/tclUnixSock.c (InitializeHostName): Synchronized use of
+ static modifier in declaration and definition of function.
+
+ * unix/tclUnixChan.c (FileTruncateProc): Synchronized use of
+ static modifier in declaration and definition of function.
+
+ * generic/tclResult.c (ReleaseKeys): Synchronized use of static
+ modifier in declaration and definition of function.
+
+ * generic/tclListObj.c (NewListIntRep): Synchronized use of static
+ modifier in declaration and definition of function.
+
+ * generic/tclEncoding.c (InitializeEncodingSearchPath):
+ Synchronized use of static modifier in declaration and
+ definition of function.
+
+ * generic/tclEncoding.c (FillEncodingFileMap): Synchronized use of
+ static modifier in declaration and definition of function.
+
+ * generic/tclIORChan.c (RcNewHandle): Synchronized use of static
+ modifier in declaration and definition of function.
+
2005-08-31 Vince Darley <vincentdarley@sourceforge.net>
* doc/FileSystem.3: