diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-12 22:48:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-12 22:48:42 (GMT) |
commit | d74e8071c1c7f3f6beab32de661594d4ff492786 (patch) | |
tree | 32f67d75f0acd9c7a571d340353459546c802f3d /ChangeLog | |
parent | b22f54f848812fa00c28429de1d615a35ae84edc (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |