summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2008-03-03 14:54:42 (GMT)
committerrmax <rmax>2008-03-03 14:54:42 (GMT)
commit9b5fb7e99317fcfde568e2d8036c6924cb9a8ddd (patch)
tree98354c5e523d5b0dcc09e8e3229958b89719157c /ChangeLog
parent5f0c9929f8e88a008d55ba6c31980d7f0f4a5fd8 (diff)
downloadtcl-9b5fb7e99317fcfde568e2d8036c6924cb9a8ddd.zip
tcl-9b5fb7e99317fcfde568e2d8036c6924cb9a8ddd.tar.gz
tcl-9b5fb7e99317fcfde568e2d8036c6924cb9a8ddd.tar.bz2
* unix/tclUnixChan.c: Fix mark and space parity on Linux, which
uses CMSPAR instead of PAREXT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f726ef3..e93d091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-03 Reinhard Max <max@suse.de>
+
+ * unix/tclUnixChan.c: Fix mark and space parity on Linux, which
+ uses CMSPAR instead of PAREXT.
+
2008-03-02 Miguel Sofer <msofer@users.sf.net>
* generic/tclNamesp.c (GetNamespaceFromObj):