summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2007-05-16 22:13:07 (GMT)
committerdas <das>2007-05-16 22:13:07 (GMT)
commit84559f03ec630919d1408f2e2213391c87eb1452 (patch)
treeabb21a0eba3be6c4ac57d94060a16c5a7d278db1 /changes
parent8665cded49780ad148531af87cab22cb547c5644 (diff)
downloadtcl-84559f03ec630919d1408f2e2213391c87eb1452.zip
tcl-84559f03ec630919d1408f2e2213391c87eb1452.tar.gz
tcl-84559f03ec630919d1408f2e2213391c87eb1452.tar.bz2
sync with HEAD tcl/changes
Diffstat (limited to 'changes')
-rw-r--r--changes6
1 files changed, 4 insertions, 2 deletions
diff --git a/changes b/changes
index 34e0745..bd66062 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.49 2007/05/15 16:08:21 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.50 2007/05/16 22:13:07 das Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6429,7 +6429,9 @@ URL validity checking against RFC 2986 (hobbs)
2006-11-27 (bug fix)[1602208] use > 32 async sockets on 64bit system (fontaine)
-2007-01-30 (enhancement) new target: `make install-private-headers` (hobbs)
+2007-01-25 (configure change) ensure CPPFLAGS env var used when set (steffen)
+
+2007-01-30 (enhancement) new target: `install-private-headers` (hobbs, steffen)
2007-02-12 (bug fix)[1516109] escape encodings crossing chan buffers (dejong)