This is an automated email from Gerrit.

"Antonio Borneo <[email protected]>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9093

-- gerrit

commit 3faeec66c2712f505e60f2c9a66b68f0c97a1712
Author: Antonio Borneo <[email protected]>
Date:   Fri Aug 22 14:49:16 2025 +0200

    doc: drop incorrect lack of namespaces in Jim Tcl
    
    Since 2011 [1], Jim Tcl supports namespaces as an optional package
    that is compiled-in by default.
    
    Drop the incorrect sentence in OpenOCD documentation that reports
    namespaces as not supported by Jim Tcl. It was true in 2008 when
    the sentence was added with [2].
    The meaning of the paragraph in the documentation does not change.
    
    Change-Id: I30b422e369d106e70f5e1e20b21f0b6ea0fe6b8d
    Signed-off-by: Antonio Borneo <[email protected]>
    Link: https://github.com/msteveb/jimtcl/commit/7f383c6726fd [1]
    Fixes: a28eaa85f ("jtag newtap change & huge manual update") [2]

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 01ca7adfb3..ed92f1d2cf 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -1437,7 +1437,6 @@ In addition to target-specific utility code, another way 
that
 board and target config files communicate is by following a
 convention on how to use certain variables.
 
-The full Tcl/Tk language supports ``namespaces'', but Jim Tcl does not.
 Thus the rule we follow in OpenOCD is this: Variables that begin with
 a leading underscore are temporary in nature, and can be modified and
 used at will within a target configuration file.

-- 

Reply via email to