aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-28tests: namespace.testSteve Bennett1-0/+25
2020-04-28tests: debug.testEvan Hunter2-12/+128
2020-04-28jim.c: Fix malloc -> Jim_AllocSteve Bennett1-1/+1
2020-04-17tests: file tempfile: don't do path/template tests on windowsSteve Bennett1-3/+8
2020-04-17tests: improve code coverageSteve Bennett6-0/+175
2020-04-17tcltest: Add support for the -template optionSteve Bennett1-6/+38
2020-04-17local, rename: don't allow renaming a local proc with upcallSteve Bennett2-10/+37
2020-04-17parsing: Fix error with missing quoteSteve Bennett2-0/+24
2020-04-17env: Fix error in case of too many argumentsSteve Bennett2-1/+16
2020-04-17build: Add ./configure --coverageSteve Bennett3-2/+41
2020-04-17apply: ignore the current namespaceSteve Bennett2-24/+25
2020-04-17expr: avoid memory leak due to shimmeringSteve Bennett2-7/+29
2020-04-17package: add package names as an alias for package listSteve Bennett2-3/+16
2020-04-02tailcall: Fix to avoid tailcalls consuming C stack framesSteve Bennett3-53/+75
2020-03-05build: Check for 32-bit time_t at configure timeSteve Bennett3-8/+17
2020-03-05jim.h: Change type of interp->lastCollectTimeSteve Bennett2-7/+7
2020-03-05docs: Updates mainly to clarify glob string matchingSteve Bennett1-83/+88
2020-03-04clock: test and doc non-Y2038 complianceSteve Bennett2-0/+8
2020-02-18docs: fix minor typosAntonio Borneo6-17/+17
2020-02-18exec: fix valgrind warning on close(-1)Antonio Borneo1-2/+2
2020-02-13build: examples.api: Add necessary linker flagsSteve Bennett2-1/+3
2020-02-06Fix #148 - oo errors with no class variables.TheMarkitecht1-1/+1
2020-01-22docs: make it clear that the package version is ignoredSteve Bennett1-3/+4
2019-12-30regexp: Reset scanner position on failed optional groupSteve Bennett2-0/+6
2019-12-13tests: Fix misc.test for new return -level 0 behaviourSteve Bennett1-1/+1
2019-12-13return: fix -level 0 -code xxxSteve Bennett2-3/+10
2019-11-30jimsh: interactive mode: print nullsSteve Bennett2-2/+6
2019-11-30string map and string compare now support embedded nullsSteve Bennett4-64/+76
2019-11-20bump version to 0.790.79Steve Bennett3-880/+1079
2019-11-15build: Check for inline supportSteve Bennett2-0/+36
2019-11-15Update ssl cert to use a 4096 bit keySteve Bennett2-19/+75
2019-11-14build: Fix out-of-tree build with json extSteve Bennett1-0/+2
2019-11-12aio: tty: allow setting echoSteve Bennett3-2/+21
2019-11-12configure: add SIZEOF_INT to jim-config.hSteve Bennett1-1/+2
2019-11-11json: implement -index decode optiondbohdan3-6/+43
2019-11-09json: Fix decode schema for list objSteve Bennett2-0/+6
2019-11-09json: Add json encoder/decoderSteve Bennett6-8/+750
2019-11-09jsmn: Fix a parser bug where object keys could be non-stringsSteve Bennett1-0/+4
2019-11-09jsmn: import json decoderSteve Bennett3-0/+410
2019-11-09aio: make some data constSteve Bennett1-3/+3
2019-11-08appveyor.yml: build with sqlite3 extdbohdan1-3/+3
2019-11-08appveyor.yml: fix build in forksdbohdan1-0/+1
2019-11-08appveyor.yml: explicitly build with ssldbohdan1-1/+1
2019-11-08Improve comments for JimResetHashTable()Steve Bennett1-2/+10
2019-11-06build: improve build for shared objectsSteve Bennett3-101/+29
2019-11-06docs: Formatting cleanups, consistencySteve Bennett1-75/+290
2019-11-06docs: Remove docs for the case commandSteve Bennett1-62/+2
2019-11-06expr-sugar: $() should return non-error codesSteve Bennett2-24/+27
2019-11-01regexp,regsub: utf8: Fix incorrect count with . matchesSteve Bennett1-2/+1
2019-10-30aio: need SO_REUSEADDR before bind()Steve Bennett1-3/+3