aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-10jcov, jtime, jtrace: fix not removing callbackD. Bohdan3-3/+3
2021-01-09jimdb: A command line Jim debugger using xtraceSteve Bennett6-0/+643
2021-01-09Add the [xtrace] commandSteve Bennett4-12/+168
2021-01-06build: Need sdl needs 'check false'Steve Bennett2-2/+3
2021-01-06configure: Add --allextmod optionSteve Bennett3-134/+166
2021-01-03travis ci build: test bootstrap jimshSteve Bennett2-1/+12
2021-01-03bootstrap jimsh: pass all testsSteve Bennett9-76/+108
2021-01-03core: fix parsing of booleansSteve Bennett2-35/+28
2021-01-02build: Fix bootstrap buildSteve Bennett1-2/+2
2021-01-02build: Dynamic modules require $(LIBJIM)Steve Bennett1-1/+1
2021-01-02build: update autosetup for pkg-config fixSteve Bennett4-8/+8
2021-01-01sdl: Add basic text supportSteve Bennett6-24/+830
2021-01-01Add examples/sdlevents.tclSteve Bennett1-0/+76
2021-01-01sdl: convert to using jim-subcmdSteve Bennett3-172/+348
2021-01-01sdl: Add support for SDL2Steve Bennett4-49/+181
2020-12-27core: combine JimParseBoolean() and JimParseExprBoolean()Steve Bennett1-29/+34
2020-12-26try: reimplement in CSteve Bennett2-102/+150
2020-12-26loop: Allow start value to be omittedSteve Bennett3-9/+28
2020-12-26docs: Documentation for integer expressionsSteve Bennett1-12/+23
2020-12-26core: commands that take an index now use integer expressionsSteve Bennett11-54/+189
2020-12-26Jim_GetWideExpr() now evaluates "safe" expressionsSteve Bennett2-3/+23
2020-12-26core: support integer expressions in various commandsSteve Bennett9-60/+88
2020-12-26Revert "core: remove procargs and procbody from callframe"Steve Bennett1-0/+10
2020-12-14redis: Check for error on NULL replySteve Bennett1-1/+4
2020-12-14core: remove procargs and procbody from callframeSteve Bennett1-10/+0
2020-12-11list, string: support any number of +/-n for indexSteve Bennett3-8/+39
2020-12-11autosetup: keep clean the source tree on out-of-tree buildAntonio Borneo2-7/+6
2020-11-30Makefile: remove examples.api/Makefile while 'distclean'Antonio Borneo1-1/+1
2020-11-30.gitignore: add generated file /examples.api/MakefileAntonio Borneo1-0/+1
2020-11-16expr: TIP 582 - comments in expressionsSteve Bennett4-10/+49
2020-11-16core: fix minor compiler warningSteve Bennett1-1/+1
2020-11-15redis: Add simple redis client extensionSteve Bennett5-0/+391
2020-11-15eventloop: Add convenience functions for adding script file handlersSteve Bennett3-38/+63
2020-11-14format: minor indentation fixSteve Bennett1-1/+1
2020-11-14core: parser: fix for script with missing end quoteSteve Bennett2-0/+19
2020-11-14tests: ssl: use flush, not closeSteve Bennett1-3/+3
2020-11-14tests: aio tty: skip tests if stdout is not a ttySteve Bennett1-1/+1
2020-11-09aio: socket: Fix tests connecting to 0.0.0.0Steve Bennett2-10/+25
2020-11-08build: Fix build and tests for out-of-tree buildSteve Bennett10-34/+46
2020-11-01scan.test: Be more lenient in floating point formatSteve Bennett1-4/+4
2020-11-01build: Fix the appveyor buildSteve Bennett1-1/+2
2020-10-31core: change "newVal" to "value" in [lset] usageD. Bohdan2-2/+2
2020-10-31core: put space before "..." in "wrong # args" msgD. Bohdan3-2/+16
2020-10-29build: Support sources with CRNL line endings0.80Steve Bennett2-2/+6
2020-10-06docs: Fix minor typo in docsSteve Bennett2-2/+2
2020-10-05bump version to 0.80Steve Bennett3-140/+233
2020-10-05build: some systems have backtrace but not execinfo.hSteve Bennett2-3/+3
2020-10-04oo: fix super for >2 levels of inheritanceSteve Bennett1-2/+3
2020-09-27core: make unary "!" work with non-int booleansD. Bohdan2-1/+18
2020-09-23build: avoid a spurious compiler warningSteve Bennett1-1/+4