summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-18 10:52:55 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-18 10:52:55 (GMT)
commit3f5af07e8b518c3fcc823ba614bde88ba5561802 (patch)
tree6905597a92260c5a101a9088ad462b8d94fee837 /ChangeLog
parent2a4b329dc9a49a0f98ea43f460b586fd6bf6b694 (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e214ef4..59d2359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.