aboutsummaryrefslogtreecommitdiff
path: root/examples/dns.tcl
AgeCommit message (Collapse)AuthorFilesLines
2012-02-14Update examples/dns.tcl to match tcllibSteve Bennett1-184/+209
Now that Jim Tcl supports namespaces, dns.tcl from tcllib can be used with very few changes. Revert as much as possible to the original tcllib version in order to better show the differences between Jim Tcl and big Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-12-12Add support for lightweight namespacesSteve Bennett1-34/+29
See README.namespaces Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-11-30Fix the poor-man's 'variable' in dns.tclSteve Bennett1-1/+1
Redefining upvar links is no longer allowed Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-10Add a dns/binary exampleSteve Bennett1-0/+1206
This is take from the tcllib dns package and shows the high level of compatibility with Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>