aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-28build: update appveyor version numberSteve Bennett1-1/+1
2021-11-28Generate shipped documentation for 0.810.81Steve Bennett1-31/+353
2021-11-28bump version to 0.81Steve Bennett2-4/+4
2021-11-08core: avoid some gcc 11 warningsSteve Bennett1-0/+2
2021-10-07configure.ac: fix autoreconf with autoconf >= 2.70Fabrice Fontaine1-0/+2
2021-07-21jim-sqlite3: integers are 64 bit integersSteve Bennett1-1/+1
2021-07-15aio: Fix the 'lock' subcommandSteve Bennett1-2/+2
2021-07-15subcmd: sort subcommand when returning themSteve Bennett1-11/+28
2021-07-10autosetup: Update .guess and .sub files from '2018-03-08' to '2021-06-03'Veronika Kremneva2-1866/+2210
2021-07-09tests: move garabage collection test to ref.testSteve Bennett2-17/+24
2021-07-08collect: correctly handle references as globally scoped namesSteve Bennett2-3/+28
2021-07-02exec: support stdin fd being closedSteve Bennett1-3/+3
2021-04-09build: Allow some paths to contain spacesSteve Bennett5-8/+6
2021-04-09build: update autosetup for AUTOREMAKE fixSteve Bennett2-6/+6
2021-04-03expr: allow existing multiple argument support with --compatSteve Bennett3-4/+29
2021-03-22json::encode: Improve the implementationSteve Bennett1-69/+62
2021-03-19core: Fix memory leak replacing existing commandsSteve Bennett1-3/+11
2021-03-10install: Fix install of jimdb for out-of-tree buildSteve Bennett1-1/+1
2021-03-10tests: Fix debug.test for single arg exprSteve Bennett1-1/+1
2021-03-09expr: TIP 526, only support a single argSteve Bennett8-43/+29
2021-03-07aio: pass socktype to getaddrinfo()prpr19xx1-8/+10
2021-02-27aio: tests: bootstrap jimsh doesn't have posix open flagsSteve Bennett1-5/+5
2021-02-27tests: Fix return code from tests/runall.tclSteve Bennett1-2/+2
2021-02-27aio: mingw doesn't have O_NOCTTYSteve Bennett1-0/+4
2021-02-27docs: Clarify that regexp back references are not supportedSteve Bennett1-0/+1
2021-02-27aio: open: support for POSIX open flagsSteve Bennett3-3/+112
2021-02-20aio: rework internals of openSteve Bennett1-25/+27
2021-02-20oo: minor code cleanupsSteve Bennett1-5/+5
2021-02-20oo: instance ref should be fully qualifiedSteve Bennett1-2/+1
2021-02-20jim.c: Fix compiler warningSteve Bennett1-0/+2
2021-02-20build: some extensions are dep onlySteve Bennett1-2/+2
2021-02-20redis: avoid over-allocating memorySteve Bennett1-6/+7
2021-02-05build: quieten compiler warningsSteve Bennett3-2/+8
2021-01-30lsearch, lsort: support for -stride and -indexSteve Bennett4-91/+441
2021-01-23history: Add support for history keepSteve Bennett5-13/+56
2021-01-10package: add ABI version checkingSteve Bennett28-88/+62
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