aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 4679425..af16a55 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -78,6 +78,7 @@ Since v0.62:
16. Event handlers works better if an error occurs. eof handler has been removed.
17. 'exec' now sets $::errorCode, and catch sets opts(-errorcode) for exit status
18. Command pipelines via open "|..." are now supported
+19. Add 'info references'
Since v0.61:
@@ -2397,6 +2398,10 @@ The legal *option*'s (which may be abbreviated) are:
are returned. Matching is determined using the same rules as for
'string match'.
++*info references*+::
+ Returns a list of all references which have not yet been garbage
+ collected.
+
+*info returncodes* ?'code'?+::
Returns a list representing the mapping of standard return codes
to names. e.g. +{0 ok 1 error 2 return ...}+. If a code is given,