diff options
| author | ferrieux@users.sourceforge.net <ferrieux> | 2011-08-17 18:33:35 (GMT) |
|---|---|---|
| committer | ferrieux@users.sourceforge.net <ferrieux> | 2011-08-17 18:33:35 (GMT) |
| commit | cbd18f987a966b95ee326e3f96d7a2a9eb4d3b85 (patch) | |
| tree | fcfdf19359ed248907344ed9d36d097696cc5272 | |
| parent | 6a22eb724d98f9109523a6994b00e380ba88daf2 (diff) | |
| download | tcl-cbd18f987a966b95ee326e3f96d7a2a9eb4d3b85.zip tcl-cbd18f987a966b95ee326e3f96d7a2a9eb4d3b85.tar.gz tcl-cbd18f987a966b95ee326e3f96d7a2a9eb4d3b85.tar.bz2 | |
Document TIP 378's one-way-ness.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | doc/interp.n | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2011-08-17 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * doc/interp.n: Document TIP 378's one-way-ness. + 2011-08-17 Don Porter <dgp@users.sourceforge.net> * generic/tclGet.c: [Bug 3393150] Overlooked free of intreps. diff --git a/doc/interp.n b/doc/interp.n index b261779..6ce10ee 100644 --- a/doc/interp.n +++ b/doc/interp.n @@ -230,6 +230,10 @@ extends so far that the system will be able to determine the file and absolute line number of this command, and return a frame of type \fBsource\fR. This more exact information is paid for with slower execution of all commands. +.PP +Note that once it is on, this flag cannot be switched back off: such +attempts are silently ignored. This is needed to maintain the +consistency of the underlying interpreter's state. .RE .TP \fBinterp\fR \fBdelete \fR?\fIpath ...?\fR |
