aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-19regexp: fix check for termination in [[:class:]]Steve Bennett2-0/+8
2023-04-19vwait: Fix an arg problem with -signalSteve Bennett1-1/+1
2023-04-13stacktrace: handle missing cmd in [info frame]Steve Bennett1-1/+1
2023-03-20Add support for ./configure --disable-introspectionSteve Bennett3-13/+39
2023-03-20build: allow build without math functionsSteve Bennett1-4/+7
2023-03-20build: define _GNU_SOURCE only on the command lineSteve Bennett6-24/+2
2023-03-06examples.api: drop last JIM_EMBEDDED definitionsAntonio Borneo4-4/+0
2023-03-06build: remove jsmn/*.o on cleanAntonio Borneo1-0/+1
2023-03-02tty: musl now requires _GNU_SOURCE for CRTSCTSSteve Bennett1-1/+3
2023-03-02auto.def: fix whitespaceSteve Bennett1-24/+24
2023-03-02configure: don't complain about no ssl unless --ssl is givenSteve Bennett1-1/+1
2023-02-25jim: fix crash on infinite eval recursion0.82Steve Bennett1-2/+2
2023-02-25build: appveyor: support different libssl versionSteve Bennett1-1/+1
2023-02-25docs: update shipped documentation for 0.82Steve Bennett1-53/+281
2023-02-24dict with: return script resultSteve Bennett4-7/+33
2023-02-13docs: document ensemble and namespace ensemble createSteve Bennett1-0/+23
2023-02-13ensemble: Add a simple ensemble commandSteve Bennett7-2/+225
2023-02-13docs: Add documentation for timerate commandSteve Bennett1-1/+25
2023-02-13configure: Default to --fullSteve Bennett5-50/+63
2023-02-13redis: Add -async supportSteve Bennett3-5/+131
2023-02-13clock millis, time: now use monotonic raw time if possibleSteve Bennett5-58/+60
2023-02-13build: fix warning on WindowsSteve Bennett1-1/+1
2023-02-13windows: compatibility changesSteve Bennett2-2/+7
2023-02-13update ABI version to 101Steve Bennett1-1/+1
2023-02-13vwait -signal docs and test scriptSteve Bennett2-2/+31
2023-02-13vwait: add support for vwait -signalSteve Bennett4-9/+32
2023-02-13improvements to tools/benchtable.tclSteve Bennett1-2/+43
2023-02-13bench.tcl: Use the new timerate command if availableSteve Bennett1-53/+148
2023-02-13core: New timerate commandSteve Bennett1-0/+66
2023-02-13docs: update for new Tcl-compatible [info frame]Steve Bennett1-9/+21
2023-02-13Tcl-compatible 'info frame'Steve Bennett7-56/+236
2023-02-13jim: make the Jim memory allocator replaceableSteve Bennett2-16/+25
2023-02-13Jim_StrDupLen: minor optimisationSteve Bennett1-2/+2
2023-02-10bench.tcl: remove expr with multiple argumentsSteve Bennett1-1/+1
2023-02-10Optimisation for Jim_GetWideExpr()Steve Bennett1-0/+4
2023-02-09build: fix check for isinf/isnanSteve Bennett1-2/+2
2023-02-09build: handle old compilers without restrict keywordSteve Bennett2-0/+8
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