summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-16 16:36:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-16 16:36:08 (GMT)
commit6b6e674b124007355ab1ed199867e73b220fb4c7 (patch)
tree468281ff1c3f667a29cbb3436bd91e6038e0ab65 /ChangeLog
parentd96f5fd46fbc01bb5872e17889c060c950d8348b (diff)
downloadtcl-6b6e674b124007355ab1ed199867e73b220fb4c7.zip
tcl-6b6e674b124007355ab1ed199867e73b220fb4c7.tar.gz
tcl-6b6e674b124007355ab1ed199867e73b220fb4c7.tar.bz2
First implementation of TIP#329
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c45911..d86c96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-16 Donal K. Fellows <dkf@users.sf.net>
+
+ TIP #329 IMPLEMENTATION
+
+ * library/init.tcl (throw, try): Implementation of commands documented
+ in TIP. This implementation is in Tcl and is a stop-gap until
+ higher-performance ones can be written.
+
2008-12-16 Don Porter <dgp@users.sourceforge.net>
* generic/tcl.h: Add TIP 338 routines to stub table.