summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-12 22:48:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-12 22:48:42 (GMT)
commitd74e8071c1c7f3f6beab32de661594d4ff492786 (patch)
tree32f67d75f0acd9c7a571d340353459546c802f3d /ChangeLog
parentb22f54f848812fa00c28429de1d615a35ae84edc (diff)
downloadtcl-d74e8071c1c7f3f6beab32de661594d4ff492786.zip
tcl-d74e8071c1c7f3f6beab32de661594d4ff492786.tar.gz
tcl-d74e8071c1c7f3f6beab32de661594d4ff492786.tar.bz2
"There's something very important I forgot to tell you."
"What?" "Don't nest the vwaits." "Why?" "It would be bad." "I'm fuzzy on the whole good/bad thing. What do you mean, 'bad'?" "Try to imagine all processing as you know it stopping gradually and every stack frame in your process spewing their guts at you." "Stack space exhaustion." "Right. That's bad. Okay. All right. Important safety tip."
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 144b70d..6cefa27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-05-12 Donal K. Fellows <dkf@users.sf.net>
+ * doc/vwait.n: Added more words to make it clear just how bad it is to
+ nest [vwait]s. DON'T DO IT GUYS!
+
* compat/mkstemp.c: Add more headers to make this file build on IRIX
6.5. Thanks to Larry McVoy for this.