aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-04docs: Add documentation for -noclose flagSteve Bennett1-27/+47
2023-07-04aio: support accept ?-noclose?Steve Bennett1-3/+11
2023-07-04tests: add aio.test for open -nocloseSteve Bennett1-2/+19
2023-07-04aio: add -noclose flag to socket and openSteve Bennett1-25/+42
2023-07-04docs: document aio changesSteve Bennett1-179/+193
2023-07-04aio: change to use unix io, not stdioSteve Bennett1-0/+3
2023-07-04tests: tty.test: use a pty pair if stdin/stdout is not a ttySteve Bennett1-12/+25
2023-07-04tests: expect.tcl: leave the channel in non-blocking modeSteve Bennett1-2/+1
2023-07-04aio: close should still close AIO_KEEPOPEN channelsSteve Bennett1-1/+4
2023-07-04tcltest: rework constraint systemSteve Bennett35-163/+188
2023-07-04aio: change to use unix io, not stdioSteve Bennett18-475/+1003
2023-06-22docs: minor fix for currySteve Bennett1-1/+1
2023-06-22build: Add -I. as the first include pathSteve Bennett2-12/+12
2023-06-21stackdump: truncate command at first newlineSteve Bennett1-0/+4
2023-06-21docs: documentation updates for stacktrace changesSteve Bennett1-5/+10
2023-06-21jimdb: update for new stackframe supportSteve Bennett1-6/+6
2023-06-21core: Display errors in a more "pythonesque" waySteve Bennett10-288/+234
2023-06-21core: improve eval frame handlingSteve Bennett3-119/+70
2023-06-20file: use 64 bit stat functions if necessarySteve Bennett3-7/+31
2023-05-25docs: document multi-level break, continueSteve Bennett1-5/+26
2023-05-25tests: for multi-level break, continueSteve Bennett1-0/+127
2023-05-25core: support multi-level while, break from loopsSteve Bennett2-23/+76
2023-05-09core: avoid rare crash on shutdownSteve Bennett1-14/+11
2023-05-07jim-sqlite3: remove unused variable, rowsSteve Bennett1-3/+1
2023-05-06rlprompt.tcl: Update comment instructionsSteve Bennett1-1/+1
2023-05-06jim: info frame improvementsSteve Bennett5-57/+93
2023-04-19regexp: fix incorrect check for invalid escape sequence at end of charsetSteve Bennett2-1/+5
2023-04-19regexp: fix check for termination in [[:class:]]Steve Bennett2-0/+8
2023-04-19vwait: Fix an arg problem with -signalSteve Bennett1-1/+1
2023-04-13stacktrace: handle missing cmd in [info frame]Steve Bennett1-1/+1
2023-03-20Add support for ./configure --disable-introspectionSteve Bennett3-13/+39
2023-03-20build: allow build without math functionsSteve Bennett1-4/+7
2023-03-20build: define _GNU_SOURCE only on the command lineSteve Bennett6-24/+2
2023-03-06examples.api: drop last JIM_EMBEDDED definitionsAntonio Borneo4-4/+0
2023-03-06build: remove jsmn/*.o on cleanAntonio Borneo1-0/+1
2023-03-02tty: musl now requires _GNU_SOURCE for CRTSCTSSteve Bennett1-1/+3
2023-03-02auto.def: fix whitespaceSteve Bennett1-24/+24
2023-03-02configure: don't complain about no ssl unless --ssl is givenSteve Bennett1-1/+1
2023-02-25jim: fix crash on infinite eval recursion0.82Steve Bennett1-2/+2
2023-02-25build: appveyor: support different libssl versionSteve Bennett1-1/+1
2023-02-25docs: update shipped documentation for 0.82Steve Bennett1-53/+281
2023-02-24dict with: return script resultSteve Bennett4-7/+33
2023-02-13docs: document ensemble and namespace ensemble createSteve Bennett1-0/+23
2023-02-13ensemble: Add a simple ensemble commandSteve Bennett7-2/+225
2023-02-13docs: Add documentation for timerate commandSteve Bennett1-1/+25
2023-02-13configure: Default to --fullSteve Bennett5-50/+63
2023-02-13redis: Add -async supportSteve Bennett3-5/+131
2023-02-13clock millis, time: now use monotonic raw time if possibleSteve Bennett5-58/+60
2023-02-13build: fix warning on WindowsSteve Bennett1-1/+1
2023-02-13windows: compatibility changesSteve Bennett2-2/+7