aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
AgeCommit message (Expand)AuthorFilesLines
2024-02-04aio: Add support for modem control signalsSteve Bennett1-1/+20
2024-02-04aio: tty: Add support for vstart and vstopSteve Bennett1-0/+6
2024-02-03Fix typos. relating to 172b5c4prpr19xx1-3/+3
2024-02-02expr: better error message on nested $()Steve Bennett1-0/+17
2024-01-29regexp: implement regsub -commandSteve Bennett1-1/+22
2023-08-27fix issues in the manualDaniele Parisi1-12/+12
2023-08-13jimsh, interp, tests: fixes when line editing is disabledSteve Bennett1-0/+4
2023-07-04core: add support for proc statics by referenceSteve Bennett1-0/+20
2023-07-04docs: Document tcl::stdhint, history hintsSteve Bennett1-0/+44
2023-07-04docs: Add documentation for -noclose flagSteve Bennett1-27/+47
2023-07-04docs: document aio changesSteve Bennett1-179/+193
2023-06-22docs: minor fix for currySteve Bennett1-1/+1
2023-06-21docs: documentation updates for stacktrace changesSteve Bennett1-5/+10
2023-05-25docs: document multi-level break, continueSteve Bennett1-5/+26
2023-02-13docs: document ensemble and namespace ensemble createSteve Bennett1-0/+23
2023-02-13docs: Add documentation for timerate commandSteve Bennett1-1/+25
2023-02-13vwait -signal docs and test scriptSteve Bennett1-2/+5
2023-02-13docs: update for new Tcl-compatible [info frame]Steve Bennett1-9/+21
2023-02-13Tcl-compatible 'info frame'Steve Bennett1-0/+2
2022-11-18Add documentation for 'file size' commandprpr19xx1-0/+3
2022-08-21docs: update for 0.81+Steve Bennett1-5/+22
2022-08-20socket: add support for -asyncSteve Bennett1-4/+36
2022-07-25docs: minor asciidoc formatting fixesSteve Bennett1-4/+4
2022-06-24jim_tcl.txt: move `defer` doc to proper placeAdrian Ho1-17/+17
2022-04-14aio: TIP 603 - Implement stat of an open file handleSteve Bennett1-0/+5
2022-04-14try: add support for trapSteve Bennett1-13/+24
2021-11-28bump version to 0.81Steve Bennett1-3/+3
2021-04-03expr: allow existing multiple argument support with --compatSteve Bennett1-1/+1
2021-03-09expr: TIP 526, only support a single argSteve Bennett1-0/+1
2021-02-27docs: Clarify that regexp back references are not supportedSteve Bennett1-0/+1
2021-02-27aio: open: support for POSIX open flagsSteve Bennett1-0/+36
2021-01-30lsearch, lsort: support for -stride and -indexSteve Bennett1-19/+67
2021-01-23history: Add support for history keepSteve Bennett1-0/+4
2021-01-09Add the [xtrace] commandSteve Bennett1-1/+24
2020-12-26loop: Allow start value to be omittedSteve Bennett1-2/+4
2020-12-26docs: Documentation for integer expressionsSteve Bennett1-12/+23
2020-12-26core: support integer expressions in various commandsSteve Bennett1-1/+7
2020-12-11list, string: support any number of +/-n for indexSteve Bennett1-5/+7
2020-11-16expr: TIP 582 - comments in expressionsSteve Bennett1-1/+8
2020-10-06docs: Fix minor typo in docsSteve Bennett1-1/+1
2020-10-05bump version to 0.80Steve Bennett1-1/+1
2020-09-23docs: Update docs to indicate recent changes.Steve Bennett1-7/+12
2020-09-23dict: add support for getwithdefault/getdefSteve Bennett1-0/+8
2020-09-23docs: document operators lt, gt, le, geD. Bohdan1-0/+6
2020-09-23docs: reword paragraph on integer prefixesD. Bohdan1-5/+4
2020-09-23core: implement 0d radix prefix for decimalD. Bohdan1-3/+5
2020-06-25docs: use "empty string" instead of "null string"Steve Bennett1-5/+5
2020-06-25core: dicts (and arrays) now preserve insertion orderSteve Bennett1-0/+1
2020-06-05core: command (proc) names may now contained embedded nullsSteve Bennett1-2/+1
2020-05-06aio: Add socket ptySteve Bennett1-0/+5