summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2001-07-12 13:15:09 (GMT)
committerdkf <dkf@noemail.net>2001-07-12 13:15:09 (GMT)
commit3ca4cc78cc638db2dbeb8938ba76712c046a1fba (patch)
tree3c3398315ca2c30b926058cb5dbf50de7dd0fd7c /generic/tcl.decls
parent95c86507d7337013122a84679f1bd9c04a8224fb (diff)
downloadtcl-3ca4cc78cc638db2dbeb8938ba76712c046a1fba.zip
tcl-3ca4cc78cc638db2dbeb8938ba76712c046a1fba.tar.gz
tcl-3ca4cc78cc638db2dbeb8938ba76712c046a1fba.tar.bz2
TIP#36 implementation. Also includes cleanup for subst option
handling and improved documentation for the subst command (in my capacity as maintainer of the Commands M-Z functional area.) FossilOrigin-Name: ea6ab47ee7480478f9483420f0c5ea3053d28cf4
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls6
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index f60a719..679cff8 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tcl.decls,v 1.49 2001/06/08 20:06:11 dgp Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.50 2001/07/12 13:15:09 dkf Exp $
library tcl
@@ -1527,7 +1527,9 @@ declare 435 generic {
declare 436 generic {
Tcl_Obj * Tcl_ListMathFuncs(Tcl_Interp *interp, CONST char *pattern)
}
-
+declare 437 generic {
+ Tcl_Obj * Tcl_SubstObj(Tcl_Interp *interp, Tcl_Obj *objPtr, int flags)
+}
##############################################################################