aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-15redis: Add simple redis client extensionSteve Bennett5-0/+391
2020-11-15eventloop: Add convenience functions for adding script file handlersSteve Bennett3-38/+63
2020-11-14format: minor indentation fixSteve Bennett1-1/+1
2020-11-14core: parser: fix for script with missing end quoteSteve Bennett2-0/+19
2020-11-14tests: ssl: use flush, not closeSteve Bennett1-3/+3
2020-11-14tests: aio tty: skip tests if stdout is not a ttySteve Bennett1-1/+1
2020-11-09aio: socket: Fix tests connecting to 0.0.0.0Steve Bennett2-10/+25
2020-11-08build: Fix build and tests for out-of-tree buildSteve Bennett10-34/+46
2020-11-01scan.test: Be more lenient in floating point formatSteve Bennett1-4/+4
2020-11-01build: Fix the appveyor buildSteve Bennett1-1/+2
2020-10-31core: change "newVal" to "value" in [lset] usageD. Bohdan2-2/+2
2020-10-31core: put space before "..." in "wrong # args" msgD. Bohdan3-2/+16
2020-10-29build: Support sources with CRNL line endings0.80Steve Bennett2-2/+6
2020-10-06docs: Fix minor typo in docsSteve Bennett2-2/+2
2020-10-05bump version to 0.80Steve Bennett3-140/+233
2020-10-05build: some systems have backtrace but not execinfo.hSteve Bennett2-3/+3
2020-10-04oo: fix super for >2 levels of inheritanceSteve Bennett1-2/+3
2020-09-27core: make unary "!" work with non-int booleansD. Bohdan2-1/+18
2020-09-23build: avoid a spurious compiler warningSteve Bennett1-1/+4
2020-09-23build: Update autosetup to 0.7.0Steve Bennett10-89/+138
2020-09-23docs: Update docs to indicate recent changes.Steve Bennett1-7/+12
2020-09-23dict: add support for getwithdefault/getdefSteve Bennett3-3/+141
2020-09-23docs: document operators lt, gt, le, geD. Bohdan1-0/+6
2020-09-23core: implement string comparison operatorsD. Bohdan2-4/+52
2020-09-23docs: reword paragraph on integer prefixesD. Bohdan1-5/+4
2020-09-23core: implement 0d radix prefix for decimalD. Bohdan3-10/+22
2020-08-22docs: remove generation of "Last updated" fieldAntonio Cardace1-1/+1
2020-07-31jimregexp: rename local regex functionsSteve Bennett3-16/+20
2020-07-24aio: ssl: connection close isn't an errorSteve Bennett1-1/+5
2020-07-12string last: fix segfault with invalid indexSteve Bennett3-4/+13
2020-06-25docs: use "empty string" instead of "null string"Steve Bennett1-5/+5
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