diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-16 16:36:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-16 16:36:08 (GMT) |
commit | 6b6e674b124007355ab1ed199867e73b220fb4c7 (patch) | |
tree | 468281ff1c3f667a29cbb3436bd91e6038e0ab65 /ChangeLog | |
parent | d96f5fd46fbc01bb5872e17889c060c950d8348b (diff) | |
download | tcl-6b6e674b124007355ab1ed199867e73b220fb4c7.zip tcl-6b6e674b124007355ab1ed199867e73b220fb4c7.tar.gz tcl-6b6e674b124007355ab1ed199867e73b220fb4c7.tar.bz2 |
First implementation of TIP#329
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |