summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-09-06 13:08:25 (GMT)
committervasiljevic <zv@archiware.com>2006-09-06 13:08:25 (GMT)
commit17f0d7c6ab239c4f20fb94d2f67a6e365c507143 (patch)
treeddfae99ef563e357ad94090bb150e55a7200e44d /ChangeLog
parentd5c12918537c09220dff6836aa6ff2a1287d54d5 (diff)
downloadtcl-17f0d7c6ab239c4f20fb94d2f67a6e365c507143.zip
tcl-17f0d7c6ab239c4f20fb94d2f67a6e365c507143.tar.gz
tcl-17f0d7c6ab239c4f20fb94d2f67a6e365c507143.tar.bz2
Added MT-safe implementation of some library calls.
See Tcl Bug 999544 for more information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c754c6a..990dad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
2006-09-04 Don Porter <dgp@users.sourceforge.net>
* tests/main.text (Tcl_Main-4.4): Test corrected to not be