aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-06tests: exec2: may need to set default SIGPIPE dispositionSteve Bennett1-1/+1
2023-02-06tests: Don't run exec2 in a child interpreterSteve Bennett2-3/+4
2023-02-06build: add github actions for CI on LinuxSteve Bennett1-0/+30
2023-02-03Convert some errant malloc/free to Jim_Alloc()/Jim_Free()Steve Bennett4-7/+7
2023-02-01build: fix a minor warning on macosxSteve Bennett1-1/+3
2023-02-01Silence compiler warningprpr19xx1-1/+1
2023-01-31aio copyto: improve performance for large copiesSteve Bennett1-6/+18
2023-01-31file normalize: on Windows use _fullpath()mrv961-19/+29
2023-01-16Drop the dummy file configure.acAntonio Borneo1-3/+0
2023-01-06oo.tcl: fix error in defaultconstructorSteve Bennett1-2/+3
2022-12-26jim: garbage collection fixSteve Bennett1-26/+38
2022-12-26tests: add garbage collection testsSteve Bennett1-0/+80
2022-12-26file normalise: ensure realpath() buffer is long enoughSteve Bennett1-0/+4
2022-12-03regexp: fix end of word checkSteve Bennett2-1/+5
2022-11-18Add documentation for 'file size' commandprpr19xx1-0/+3
2022-09-18build: isinf and isnan are macros in CSteve Bennett2-3/+7
2022-09-13Update autosetup-find-tclshprpr19xx1-1/+1
2022-08-29tests: lock.test: child lock test should be more reliableSteve Bennett1-1/+1
2022-08-21tree: node ids are now simple integersSteve Bennett2-2/+2
2022-08-21utf8: Update to Unicode 14.0.0Steve Bennett2-162/+3375
2022-08-21build: minor windows build fixesSteve Bennett1-0/+2
2022-08-21tests: Fix file.test on WindowsSteve Bennett1-1/+1
2022-08-21docs: update for 0.81+Steve Bennett3-6/+50
2022-08-21aio: socket filename should provide something useful if possibleSteve Bennett1-2/+7
2022-08-21aio: openpty: return filenameSteve Bennett1-2/+8
2022-08-21tests: file.test - increase code coverageSteve Bennett1-0/+50
2022-08-20bootstrap jimsh: assume fork() is available on posix platformsSteve Bennett2-3/+7
2022-08-20build: Fix a few places that AS_CFLAGS was missingSteve Bennett2-3/+3
2022-08-20Update linenoise to rev d26a12bc449102c9b5Steve Bennett2-23/+109
2022-08-20build: macos has deprecated vfork()Steve Bennett2-3/+14
2022-08-20build: rework CFLAGS handlingSteve Bennett3-24/+29
2022-08-20build: Update to autosetup v0.7.1Steve Bennett7-22/+110
2022-08-20socket: add support for -asyncSteve Bennett2-24/+87
2022-08-20oo: better object constructionSteve Bennett3-27/+59
2022-07-31jim: fix sometimes overly zealous garbage collectionSteve Bennett1-3/+6
2022-07-31tests: Fix SIGPIPE testsSteve Bennett1-9/+3
2022-07-27Fixed when source dir and build dir not the sameAsier Llano1-1/+1
2022-07-25unset: don't return a result with -nocomplainSteve Bennett2-0/+8
2022-07-25jim.c: minor comment fixupsSteve Bennett1-8/+2
2022-07-25docs: minor asciidoc formatting fixesSteve Bennett1-4/+4
2022-07-25examples/redis-pubsub.tcl: better error handlingSteve Bennett1-10/+23
2022-07-24Update READMEprpr19xx1-9/+9
2022-07-17Update README.md to fix minor grammar issues Syed Naufal Mahmood1-20/+18
2022-06-24jim_tcl.txt: move `defer` doc to proper placeAdrian Ho2-47/+75
2022-05-17jim-redis: Add support for -typeSteve Bennett3-19/+95
2022-05-08wait: fix support for wait -1Steve Bennett2-6/+17
2022-05-08tests: add tests for wait -1Steve Bennett2-0/+11
2022-04-27build: Update autosetup to v0.7.0-8-gcdbca9fSteve Bennett1-2/+2
2022-04-22build: win32: Fix build with tdm-gcc10.3Steve Bennett2-2/+4
2022-04-14aio: TIP 603 - Implement stat of an open file handleSteve Bennett5-5/+62