aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-16docs: document subst with $(...)HEADmasterSteve Bennett1-0/+3
2025-07-16core: Jim_SetVariable() now frees value on errorSteve Bennett7-44/+31
2025-07-16codeql: fix fail_on_error.pySteve Bennett1-1/+4
2025-07-16codeql: maybe needs on push [ "master" ]Steve Bennett1-2/+2
2025-07-16update codeql actions to use v3Steve Bennett1-4/+4
2025-07-16configure --compat should enable expr with multiple argsSteve Bennett1-8/+8
2025-07-16docs: Update shipped documentationSteve Bennett1-195/+494
2025-07-16regexp: Handle non repeat count {...}Steve Bennett2-17/+43
2025-07-16Add os.umaskSteve Bennett2-2/+28
2025-07-16Update tests for new vwait with scriptSteve Bennett1-4/+23
2025-07-16document vwait scriptSteve Bennett1-3/+5
2025-07-16eventloop: Add support for vwait scriptSteve Bennett1-5/+22
2025-07-16regexp: assign match vars with -allSteve Bennett2-7/+12
2025-07-16info patchlevel: now returns git version if availableSteve Bennett3-7/+21
2025-07-16regexp, regsub: add support for -expandedSteve Bennett6-21/+94
2025-07-16docs: document expr =* and =~Steve Bennett1-0/+9
2025-07-16expr: add support for =* and =~Steve Bennett3-5/+68
2025-07-16add lsubst commandSteve Bennett3-2/+328
2025-07-16github workflow: build master-nextSteve Bennett1-1/+1
2025-07-16docs: update for 'info usage' and 'info aliases'Steve Bennett1-9/+19
2025-07-16info: procs, commands, don't returns commands with spacesSteve Bennett4-25/+40
2025-07-16Update examples.api and examples.ext to use Jim_RegisterCommandSteve Bennett3-18/+8
2025-07-16sqlite3: Update to use new Jim_RegisterCmdSteve Bennett1-23/+22
2025-07-16core: Add Jim_RegisterCommand()Steve Bennett39-871/+655
2025-07-16jim_tcl.txt: Document taint supportSteve Bennett1-0/+25
2025-07-16core: set -errorcode to TAINTED on taint errorSteve Bennett2-0/+9
2025-07-16redis: check redis command for taintSteve Bennett1-1/+5
2025-07-16win32: add taint check to win32.ShellExecuteSteve Bennett1-0/+4
2025-07-16README.taintSteve Bennett1-17/+17
2025-07-16jim-sqlite3: Add taint supportSteve Bennett1-0/+11
2025-07-16core: taint supportSteve Bennett17-41/+798
2025-07-16Jim_EvalFile: accept input from any readable fileSteve Bennett1-33/+20
2025-07-16docs: Update docs for new TIP424 exec syntaxSteve Bennett1-16/+31
2025-07-16tests: add tests for TIP424 exec syntaxSteve Bennett1-0/+424
2025-07-16exec: Implement TIP424 - new exec syntaxSteve Bennett2-5/+77
2025-07-16exec: rework in prep for TIP 424Steve Bennett2-184/+277
2025-07-16core: improve the Jim_Stack APISteve Bennett3-50/+33
2025-07-16core: remove unused fields and bump ABISteve Bennett2-11/+6
2025-07-09Add more build generated files to .gitignoreprpr19xx1-0/+2
2025-07-04Many small documentation updates and improvementsSteve Bennett2-28/+61
2025-05-28add morphos supportSteve Bennett2-2/+6
2025-05-28docs: Better documentation for backslash escapes.Steve Bennett1-49/+13
2025-04-22try: Fix bug with `errorCode` being shorter than `match`Mason Jones2-11/+24
2025-04-22Fix abort on boolean negation/plus unary operatorsMason Jones2-0/+14
2025-04-16github: update codeql flow to use ubuntu-latestSteve Bennett1-1/+1
2025-03-27minor performance improvement with string comparisonSteve Bennett1-2/+2
2025-03-13docs: update docs to use auto-numbered listsSteve Bennett1-96/+96
2025-03-13docs: support auto-numbered lists in docsSteve Bennett1-0/+8
2025-03-12dict set/unset: ensure dicts modified via dict sugar are unsharedSteve Bennett1-2/+2
2025-02-24Use PATH_MAX if it existsSteve Bennett3-12/+8