aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-20jim.c: Fix compiler warningSteve Bennett1-0/+2
2021-02-05build: quieten compiler warningsSteve Bennett1-0/+2
2021-01-30lsearch, lsort: support for -stride and -indexSteve Bennett1-62/+223
2021-01-10package: add ABI version checkingSteve Bennett1-0/+13
2021-01-09Add the [xtrace] commandSteve Bennett1-10/+80
2021-01-03bootstrap jimsh: pass all testsSteve Bennett1-0/+1
2021-01-03core: fix parsing of booleansSteve Bennett1-35/+23
2021-01-02build: Fix bootstrap buildSteve Bennett1-2/+2
2020-12-27core: combine JimParseBoolean() and JimParseExprBoolean()Steve Bennett1-29/+34
2020-12-26try: reimplement in CSteve Bennett1-36/+150
2020-12-26loop: Allow start value to be omittedSteve Bennett1-7/+16
2020-12-26core: commands that take an index now use integer expressionsSteve Bennett1-25/+27
2020-12-26Jim_GetWideExpr() now evaluates "safe" expressionsSteve Bennett1-3/+22
2020-12-26core: support integer expressions in various commandsSteve Bennett1-16/+38
2020-12-26Revert "core: remove procargs and procbody from callframe"Steve Bennett1-0/+10
2020-12-14core: remove procargs and procbody from callframeSteve Bennett1-10/+0
2020-12-11list, string: support any number of +/-n for indexSteve Bennett1-3/+4
2020-11-16expr: TIP 582 - comments in expressionsSteve Bennett1-6/+15
2020-11-16core: fix minor compiler warningSteve Bennett1-1/+1
2020-11-14core: parser: fix for script with missing end quoteSteve Bennett1-0/+3
2020-10-31core: change "newVal" to "value" in [lset] usageD. Bohdan1-1/+1
2020-10-31core: put space before "..." in "wrong # args" msgD. Bohdan1-2/+2
2020-10-05build: some systems have backtrace but not execinfo.hSteve Bennett1-2/+2
2020-09-27core: make unary "!" work with non-int booleansD. Bohdan1-1/+10
2020-09-23dict: add support for getwithdefault/getdefSteve Bennett1-3/+26
2020-09-23core: implement string comparison operatorsD. Bohdan1-4/+30
2020-09-23core: implement 0d radix prefix for decimalD. Bohdan1-7/+10
2020-07-12string last: fix segfault with invalid indexSteve Bennett1-4/+5
2020-06-25core: dicts (and arrays) now preserve insertion orderSteve Bennett1-173/+406
2020-06-13core: info commands failed to match under some conditionsSteve Bennett1-18/+27
2020-06-12core: tidy up command creation/replacementSteve Bennett1-50/+43
2020-06-11core: improvements to garbage collectionSteve Bennett1-23/+18
2020-06-11time: show results less than 1us per iterationSteve Bennett1-4/+7
2020-06-11core: improve the performance of listsSteve Bennett1-14/+25
2020-06-11dict exists: Improve performance when when key not foundSteve Bennett1-2/+2
2020-06-10core: fix regtest TEST 35Steve Bennett1-10/+8
2020-06-05core: improve performance through negative command cachingSteve Bennett1-13/+46
2020-06-05core: command (proc) names may now contained embedded nullsSteve Bennett1-183/+162
2020-06-05core: string match and other glob matching support embedded nullsSteve Bennett1-27/+58
2020-06-05core: variable names may now contain embedded nullsSteve Bennett1-104/+149
2020-05-30apply: handle the JIM_RETURN return codeSteve Bennett1-15/+15
2020-05-27lsearch: handle too few args with -commandSteve Bennett1-0/+4
2020-05-07lsearch, switch: fix -regexp case with option-like patternSteve Bennett1-12/+23
2020-05-06exit: Set the exit code as the interp resultSteve Bennett1-0/+1
2020-05-04jim.c: Fix UpdateStringOfIndex()Steve Bennett1-1/+1
2020-05-04scan: Fix a utf-8 bug for string lengthSteve Bennett1-12/+13
2020-04-28tests: debug.testEvan Hunter1-12/+19
2020-04-28jim.c: Fix malloc -> Jim_AllocSteve Bennett1-1/+1
2020-04-17local, rename: don't allow renaming a local proc with upcallSteve Bennett1-9/+17
2020-04-17parsing: Fix error with missing quoteSteve Bennett1-0/+3