aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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