aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-25core: dicts (and arrays) now preserve insertion orderSteve Bennett8-181/+473
2020-06-13core: info commands failed to match under some conditionsSteve Bennett2-18/+34
2020-06-13update .gitignore adding jimtcl.pc and tests/MakefileAntonio Borneo1-0/+2
2020-06-12core: tidy up command creation/replacementSteve Bennett1-50/+43
2020-06-11core: improvements to garbage collectionSteve Bennett1-23/+18
2020-06-11time: show results less than 1us per iterationSteve Bennett1-4/+7
2020-06-11core: improve the performance of listsSteve Bennett1-14/+25
2020-06-11dict exists: Improve performance when when key not foundSteve Bennett1-2/+2
2020-06-10core: fix regtest TEST 35Steve Bennett1-10/+8
2020-06-05update all extensions for new Jim_DeleteCommand() APISteve Bennett4-7/+7
2020-06-05tests: allow more time for some testsSteve Bennett3-18/+18
2020-06-05tests: Fix some tests when certain features are disabledSteve Bennett3-7/+13
2020-06-05core: improve performance through negative command cachingSteve Bennett2-14/+49
2020-06-05core: command (proc) names may now contained embedded nullsSteve Bennett7-189/+173
2020-06-05core: string match and other glob matching support embedded nullsSteve Bennett3-29/+79
2020-06-05core: variable names may now contain embedded nullsSteve Bennett7-121/+167
2020-06-05windows: struct _stat64 should be struct __stat64Steve Bennett1-1/+1
2020-05-30apply: handle the JIM_RETURN return codeSteve Bennett1-15/+15
2020-05-28test(aio,socket,tty): match musl error messagesD. Bohdan3-5/+5
2020-05-27lsearch: handle too few args with -commandSteve Bennett2-0/+10
2020-05-23oo: Fix super invocationSteve Bennett1-1/+1
2020-05-07tests: interactive.tests requires socket pty supportSteve Bennett1-0/+1
2020-05-07tests: Add interactive mode testsSteve Bennett2-0/+368
2020-05-07lsearch, switch: fix -regexp case with option-like patternSteve Bennett4-12/+41
2020-05-06tests: socket.test check for ipv6 supportSteve Bennett1-4/+18
2020-05-06aio: Add socket ptySteve Bennett3-2/+45
2020-05-06tests: jimsh.tests additional testsSteve Bennett1-0/+16
2020-05-06tests: ssl.test: Enable SNI and test verifySteve Bennett1-4/+8
2020-05-06aio: ssl: Allow SNI to be specifiedSteve Bennett5-63/+88
2020-05-06aio: Fix eventloop and eof for ssl connectionsSteve Bennett4-44/+131
2020-05-06tests: add ssl.testSteve Bennett3-0/+168
2020-05-06tests: add socket.testsSteve Bennett1-0/+367
2020-05-06tests/runall.tcl: support tests that forkSteve Bennett1-0/+7
2020-05-06exit: Set the exit code as the interp resultSteve Bennett3-3/+4
2020-05-05file: stat: Fixes for 64 bit times on WindowsSteve Bennett2-28/+36
2020-05-04tests: Fixes to recent tests for windowsSteve Bennett7-20/+34
2020-05-04jim.c: Fix UpdateStringOfIndex()Steve Bennett2-1/+9
2020-05-04exec: remove useless initialisationSteve Bennett1-3/+0
2020-05-04aio: Improve ipv6 error messageSteve Bennett1-1/+1
2020-05-04scan: Fix a utf-8 bug for string lengthSteve Bennett2-12/+20
2020-05-04regsub: Fix regsub -all with \ASteve Bennett3-11/+18
2020-05-04regexp: Improved error messageSteve Bennett3-9/+23
2020-05-04signal check: fix error returnSteve Bennett2-5/+3
2020-05-04unpack: consistent error messagesSteve Bennett2-23/+17
2020-05-04file readlink: change error message to match TclSteve Bennett2-2/+2
2020-05-04file: rootname, dirname fixes to match TclSteve Bennett2-9/+16
2020-05-04tests: Add many new additional tests for code coverageSteve Bennett24-52/+1589
2020-05-04aio: remove leftover debuggingSteve Bennett1-1/+0
2020-05-04build: Improve coverage supportSteve Bennett2-7/+22
2020-04-28tests: namespace.testSteve Bennett1-0/+25