Array fixes and tests
commit80032e22c35eb24d2df11843a723caa7c7160d29
authorEvan Hunter <evan@ozhiker.com>
Thu, 6 Oct 2016 21:19:26 +0000 (6 22:19 +0100)
committerSteve Bennett <steveb@workware.net.au>
Tue, 11 Oct 2016 23:26:58 +0000 (12 09:26 +1000)
treef813e53f67fb094ae43b8be64331e9a35ed523a0
parent73176c908b681a9500af84abfa2f7f6234f3f913
Array fixes and tests

Changed 'array exists' to actually check if the variable is an array
(matches tclsh)
Fix Jim_DictInfo to avoid using printf() and make output match tclsh
Added some more tests for array command - checked these work with tclsh
jim-array.c
jim.c
jim_tcl.txt
tests/array.test