summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-17 17:27:40 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-17 17:27:40 (GMT)
commit4f06c71212edaa364a17afb82ec352a1c960a498 (patch)
tree14133111c4f67978d4631e2cd62268dc6fb1138e /ChangeLog
parentdce1b940f545bb8797289e11aed2715451c71396 (diff)
downloadtcl-4f06c71212edaa364a17afb82ec352a1c960a498.zip
tcl-4f06c71212edaa364a17afb82ec352a1c960a498.tar.gz
tcl-4f06c71212edaa364a17afb82ec352a1c960a498.tar.bz2
* unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy-
up from a few days ago (2009-11-9, not in ChangeLog). strchr is apparently a macro on AIX and reacts badly to pre-processor directives in its arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dcbf3f..c3fe2f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-17 Andreas Kupries <andreask@activestate.com>
+
+ * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy-
+ up from a few days ago (2009-11-9, not in ChangeLog). strchr is
+ apparently a macro on AIX and reacts badly to pre-processor
+ directives in its arguments.
+
2009-11-16 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclEncoding.c: (forward port) Fix [Bug 2891556] and improve