From fcfb8169cfa5fefe5610bcc4297500ead2dfaf42 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 11 Jan 2014 21:13:16 +1000 Subject: many comment changes, some small code changes Sweep through and clean up all (most) of the comments in the code. While there, adjust some variable and function names to be more consistent, and make a few small code changes - again, mostly for consistency. Signed-off-by: Steve Bennett --- nshelper.tcl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nshelper.tcl') diff --git a/nshelper.tcl b/nshelper.tcl index c91973f..33acb51 100644 --- a/nshelper.tcl +++ b/nshelper.tcl @@ -1,3 +1,9 @@ +# Implements script-based implementations of various namespace +# subcommands +# +# (c) 2011 Steve Bennett +# + proc {namespace delete} {args} { foreach name $args { if {$name ni {:: ""}} { -- cgit v1.1