aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
33 hoursdocs: update docs to use auto-numbered listsHEADmasterSteve Bennett1-96/+96
33 hoursdocs: support auto-numbered lists in docsSteve Bennett1-0/+8
2 daysdict set/unset: ensure dicts modified via dict sugar are unsharedSteve Bennett1-2/+2
2025-02-24Use PATH_MAX if it existsSteve Bennett3-12/+8
2025-02-12build: win32: fix install of `build-jim-ext`Evgeniy Naydanov2-3/+5
2025-02-07tcltest: Support any Tcl version >= 8.5Steve Bennett1-2/+2
2025-02-07docs: document aio translationSteve Bennett1-1/+8
2025-02-07aio: add support for translation binary|textSteve Bennett4-1/+58
2025-02-07build: win32: STDIN_FILENO may not be defined on WindowsSteve Bennett2-4/+4
2025-02-05update codeql actionsSteve Bennett1-1/+1
2025-01-22docs: note that namespace ensemble create is now supportedSteve Bennett2-7/+2
2025-01-10jimsh.test: update for new behaviourSteve Bennett1-21/+9
2025-01-10jimsh: handle no args and stdin not a ttySteve Bennett1-1/+10
2025-01-10Update autosetup to v0.7.2-10-g55241e3Steve Bennett6-542/+1131
2025-01-10linenoise: Update for openbsd fixSteve Bennett1-65/+121
2025-01-08docs: document namespace canonSteve Bennett1-0/+5
2024-11-05add support for 'package forget'Steve Bennett4-0/+40
2024-11-04don't use empty inititialiser for structSteve Bennett2-5/+5
2024-10-27initjimsh: on Windows the current dir is searched firstSteve Bennett1-2/+8
2024-10-27Allow bootstrap jimsh to build with msvc on windowsSteve Bennett5-31/+35
2024-10-22bootstrap jimsh should use JIM_COMPATSteve Bennett2-14/+38
2024-10-21Ensure command deleters are called before freeing singletonsSteve Bennett1-2/+3
2024-09-20docs: document aio buffering, readsize changesSteve Bennett1-4/+13
2024-09-20aio: allow setting read and write buffering sizesSteve Bennett1-8/+55
2024-09-20aio: add internal support for configurable buffer sizesSteve Bennett1-43/+55
2024-09-20Bump version to 0.83+ (0.84)Steve Bennett2-3/+7
2024-09-20event.test: don't rely on 'stdin readable'Steve Bennett1-2/+2
2024-09-20event.test: Fix spurious stderr outputSteve Bennett1-6/+13
2024-09-20tcltest.tcl: remove leftover debug outputSteve Bennett1-1/+0
2024-09-20popen: no need to implement getfdSteve Bennett1-3/+0
2024-09-20shorten the name of breakcontinue.testSteve Bennett1-0/+0
2024-09-20Fix compiler warnings on mingw32Steve Bennett1-2/+5
2024-09-20aio: fix rare refcount error in maintainer modeSteve Bennett2-0/+16
2024-09-20aio: write: on EPIPE, discard the write bufferSteve Bennett1-1/+9
2024-09-03Update autosetup to v0.7.2-0-g0058e14Steve Bennett4-163/+290
2024-08-29readline: work around buggy readline.hSteve Bennett1-0/+2
2024-08-28Bump version to 0.83 for release0.83Steve Bennett4-237/+560
2024-08-28json::decode preserve line numbers if possibleSteve Bennett2-2/+26
2024-08-28jim api: expose functions to get and set source infoSteve Bennett2-58/+59
2024-08-28jsmn: add support for recording source line numbersSteve Bennett2-6/+16
2024-08-28json::decode: run parser in strict modeSteve Bennett4-32/+52
2024-08-28lsort tests: some tests require utf-8 supportSteve Bennett1-2/+2
2024-08-28document lsort -dict supportSteve Bennett1-4/+16
2024-08-28lsort: add support for -dictSteve Bennett2-4/+177
2024-07-28Hide some more umask() calls behind HAVE_UMASKCharlotte Koch1-0/+4
2024-06-23Add CONTRIBUTING.mdSteve Bennett2-93/+65
2024-04-02fix a memory leak on interp shutdownSteve Bennett1-1/+2
2024-04-02lsort: don't try to sort a list of length 0 or 1Steve Bennett1-3/+9
2024-04-02expr: explicit error on empty expressionSteve Bennett1-2/+9
2024-04-02lreplace: avoid memmove() with NULL pointerSteve Bennett1-0/+5