aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-14win32: Fix process handle vs pid distinctionSteve Bennett4-67/+107
2022-04-14try: add support for trapSteve Bennett3-47/+132
2022-04-14build: Respect SH_SOFULLPATHSteve Bennett1-0/+4
2022-04-12jim-redis: Enable TCP_KEEPALIVESteve Bennett1-0/+2
2022-04-12getref, setref: No need to allow for leading, trailing spaceSteve Bennett2-17/+7
2022-04-11getref, setref: reference may be qualifiedSteve Bennett2-0/+23
2022-04-06eventloop: remove timeBaseSteve Bennett1-3/+3
2022-04-05build: Add /usr/lib64 to list of host lib pathsSteve Bennett1-1/+1
2022-04-05build: Use $libdir rather than $prefix/libSteve Bennett2-3/+3
2022-04-05aio: read: better handling of -pendingSteve Bennett1-2/+6
2022-04-05aio: ssl: Fix eof detection with openssl3Steve Bennett1-3/+6
2022-02-28sqlite3: Update the included sqlite3 to 3.38.0Steve Bennett5-35080/+79047
2022-02-23aio: gets: Improve behaviour for non-blocking streamsSteve Bennett2-17/+75
2022-02-23build: on windows, need --shared for build-jim-ext to workSteve Bennett1-4/+13
2022-02-23build: Build unversioned shared libSteve Bennett1-2/+5
2022-02-23tests: Fix load.test when jimsh not yet installedSteve Bennett1-19/+17
2022-02-22file: delete: Fix --force and --Steve Bennett1-2/+2
2022-01-04build: Install unversioned shared libSteve Bennett1-0/+3
2021-12-16dict: consider dummy entries when determining when to expand hash tableSteve Bennett3-1/+32
2021-12-13examples.api: Remove reference to jim_inlineSteve Bennett2-7/+2
2021-12-13dict: Fix possible duplicate entries when settingSteve Bennett2-5/+23
2021-12-13Handle fullwidth charactersPietro Cerutti1-1/+1
2021-12-03Unicode ranges are closed intervalsPietro Cerutti1-2/+2
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