summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-09-07 08:50:35 (GMT)
committervasiljevic <zv@archiware.com>2006-09-07 08:50:35 (GMT)
commit6bf316cc8d180ece75a2b6b0af4594401fde93de (patch)
tree630550c33708da4db9bfae0e0d0e97e56d313261 /ChangeLog
parent48340de4f3c6a13746e2c082d9ed8cf5c42b8a99 (diff)
downloadtcl-6bf316cc8d180ece75a2b6b0af4594401fde93de.zip
tcl-6bf316cc8d180ece75a2b6b0af4594401fde93de.tar.gz
tcl-6bf316cc8d180ece75a2b6b0af4594401fde93de.tar.bz2
Rewritten MT-safe wrappers to return ptrs to TSD storage
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 19 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 990dad0..ac58e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,24 @@
+2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * unix/tclUnixChan.c Rewritten MT-safe wrappers to
+ * unix/tclUnixCompat.c return ptrs to TSD storage
+ * unix/tclUnixFCmd.c making them all look like their
+ * unix/tclUnixPort.h MT-unsafe pendants API-wise.
+ * unix/tclUnixSock.c
+
2006-09-06 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
- * unix/tclUnixChan.c: Added TCL_THREADS ifdef'ed usage
- * unix/tclUnixFCmd.c: of MT-safe calls like:
- * unix/tclUnixSock.c: getpwuid, getpwnam, getgrgid, getgrnam,
- * unix/tclUnixPort.h: gethostbyname and gethostbyaddr.
- * unix/Makefile.in: See Tcl Bug: 999544
- * unix/configure.in:
- * unix/tcl.m4:
- * unix/configure: Regenerated.
-
- * unix/tclUnixCompat.c: New file containing MT-safe implementation
- of some library calls.
+ * unix/tclUnixChan.c: Added TCL_THREADS ifdef'ed usage
+ * unix/tclUnixFCmd.c: of MT-safe calls like:
+ * unix/tclUnixSock.c: getpwuid, getpwnam, getgrgid, getgrnam,
+ * unix/tclUnixPort.h: gethostbyname and gethostbyaddr.
+ * unix/Makefile.in: See Tcl Bug: 999544
+ * unix/configure.in:
+ * unix/tcl.m4:
+ * unix/configure: Regenerated.
+
+ * unix/tclUnixCompat.c: New file containing MT-safe implementation
+ of some library calls.
2006-09-04 Don Porter <dgp@users.sourceforge.net>