aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-20build: rework CFLAGS handlingSteve Bennett3-24/+29
2022-08-20build: Update to autosetup v0.7.1Steve Bennett7-22/+110
2022-08-20socket: add support for -asyncSteve Bennett2-24/+87
2022-08-20oo: better object constructionSteve Bennett3-27/+59
2022-07-31jim: fix sometimes overly zealous garbage collectionSteve Bennett1-3/+6
2022-07-31tests: Fix SIGPIPE testsSteve Bennett1-9/+3
2022-07-27Fixed when source dir and build dir not the sameAsier Llano1-1/+1
2022-07-25unset: don't return a result with -nocomplainSteve Bennett2-0/+8
2022-07-25jim.c: minor comment fixupsSteve Bennett1-8/+2
2022-07-25docs: minor asciidoc formatting fixesSteve Bennett1-4/+4
2022-07-25examples/redis-pubsub.tcl: better error handlingSteve Bennett1-10/+23
2022-07-24Update READMEprpr19xx1-9/+9
2022-07-17Update README.md to fix minor grammar issues Syed Naufal Mahmood1-20/+18
2022-06-24jim_tcl.txt: move `defer` doc to proper placeAdrian Ho2-47/+75
2022-05-17jim-redis: Add support for -typeSteve Bennett3-19/+95
2022-05-08wait: fix support for wait -1Steve Bennett2-6/+17
2022-05-08tests: add tests for wait -1Steve Bennett2-0/+11
2022-04-27build: Update autosetup to v0.7.0-8-gcdbca9fSteve Bennett1-2/+2
2022-04-22build: win32: Fix build with tdm-gcc10.3Steve Bennett2-2/+4
2022-04-14aio: TIP 603 - Implement stat of an open file handleSteve Bennett5-5/+62
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