diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 10:52:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 10:52:55 (GMT) |
commit | 3f5af07e8b518c3fcc823ba614bde88ba5561802 (patch) | |
tree | 6905597a92260c5a101a9088ad462b8d94fee837 /ChangeLog | |
parent | 2a4b329dc9a49a0f98ea43f460b586fd6bf6b694 (diff) | |
download | tcl-3f5af07e8b518c3fcc823ba614bde88ba5561802.zip tcl-3f5af07e8b518c3fcc823ba614bde88ba5561802.tar.gz tcl-3f5af07e8b518c3fcc823ba614bde88ba5561802.tar.bz2 |
Added documentation for TIP#143 limits and a few interesting examples.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-05-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * doc/interp.n: Added user documentation for the TIP#143 resource + limits and some examples. + * generic/tclInterp.c (Tcl_LimitCheck, Tcl_LimitTypeReset): Reset the limit-exceeded flag when removing a limit. |