summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-05 14:27:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-05 14:27:35 (GMT)
commitce2d0cb7086d505a6a8bab25315b986de0c0250f (patch)
treed44346c2b3d010032608138d792f67b0d4f13c6d /ChangeLog
parenta59513000fb2307fa6951642beb7bed484cd06ca (diff)
downloadtcl-ce2d0cb7086d505a6a8bab25315b986de0c0250f.zip
tcl-ce2d0cb7086d505a6a8bab25315b986de0c0250f.tar.gz
tcl-ce2d0cb7086d505a6a8bab25315b986de0c0250f.tar.bz2
Implement TIP#307.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2287721..10f7d0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
+2008-12-05 Donal K. Fellows <dkf@users.sf.net>
+
+ TIP #307 IMPLEMENTATION
+
+ * generic/tclResult.c (Tcl_TransferResult): Renamed function from
+ * generic/tcl.decls: TclTransferResult. Added
+ * doc/SetResult.3: to public stubs table.
+
2008-12-04 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another
+ * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another
flag value TCLPATH_NEEDNORM to mark those intreps which need more
- complete normalization attention for correct results. [Bug 2385549]
+ complete normalization attention for correct results. [Bug 2385549]
2008-12-03 Donal K. Fellows <dkf@users.sf.net>