aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-28jim.c: Only a return code of -1 (JIM_USAGE) produces usage errorHEADmasterSteve Bennett1-1/+1
2025-08-20exec: Fix compilation error in fall-back implementationSteve Bennett1-1/+1
2025-08-13tclcompat: allow additional args to parraySteve Bennett1-2/+4
2025-08-13make-bootstrap-jim, test-bootstrap-jim: support --no-regexpSteve Bennett2-4/+24
2025-08-13tests: regexp: mark some tests as requiring ARESteve Bennett1-23/+23
2025-08-13tests: interactive.test: fix for posix regexSteve Bennett1-18/+18
2025-08-13jim-regexp.c: clean up some inconsistent whitespaceSteve Bennett1-5/+5
2025-08-13regexp, regsub: add support for -lineanchor and -linestopSteve Bennett5-77/+97
2025-08-13regexp, regsub: sort -- after all other optionsSteve Bennett3-4/+18
2025-08-13regexp, regsub: usage closer to Tcl 9.0Steve Bennett3-27/+37
2025-08-13regsub -all: don't loop forever when matching everywhereSteve Bennett3-16/+35
2025-07-16docs: document subst with $(...)Steve 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