jimtcl: update to master branch 20210715
commit01f1f599c5a6b0cbfb0878e5129c7185e17f8216
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 11 Apr 2021 21:54:44 +0000 (11 23:54 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 4 Sep 2021 07:23:25 +0000 (4 07:23 +0000)
treebab065b56b6e663d08af17fb4f6a7d251ec3ff42
parentc7eaaf620488c3268d02313dd5a30101d7aff37b
jimtcl: update to master branch 20210715

This version of jimtcl:
- fixes memory leak in API Jim_CreateCommand();
- fixes 'make distcheck';
- uses single-argument syntax for 'expr'.

With the 'expr' syntax already fixed in all the tcl scripts in
OpenOCD, let's use the latest jimtcl to check it and anticipate
any further issues.
By using this version, the workaround for the memory leak and for
distcheck can be reverted.

Change-Id: I58e1bdc752a728f1b479de1c55067b698e817ef5
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6226
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-by: zapb <dev@zapb.de>
Tested-by: jenkins
jimtcl