summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-17 16:48:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-17 16:48:07 (GMT)
commit303fbfc4be38a234f52db032c7cb87d0482e9cdc (patch)
tree66ee4234a0e26320abcd0f368723678802da4825 /changes
parent77bbf50dd013a1499fe6bdde0272882ea3c52fd7 (diff)
parentae243c85b7e7b470ea541cce41e76cd2cd7474f6 (diff)
downloadtcl-303fbfc4be38a234f52db032c7cb87d0482e9cdc.zip
tcl-303fbfc4be38a234f52db032c7cb87d0482e9cdc.tar.gz
tcl-303fbfc4be38a234f52db032c7cb87d0482e9cdc.tar.bz2
Merge 8.7
Diffstat (limited to 'changes')
-rw-r--r--changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/changes b/changes
index ca2f7ee..c8080d1 100644
--- a/changes
+++ b/changes
@@ -2307,7 +2307,7 @@ to the standard channel, do not increment the refcount. The channel can
be NULL if there is for example no standard input. (JL)
9/6/96 (portability improvement) Changed parsing of backslash sequences
-like \n to translate directly to absolute values like 0xa instead of
+like \n to translate directly to absolute values like 0xA instead of
letting the compiler do the translation. This guarantees that the
translation is done the same everywhere. (JO)