Age | Commit message (Expand) | Author | Files | Lines |
2023-07-31 | core: fix error level in try/catch | Steve Bennett | 1 | -1/+1 |
2023-07-10 | info script: return real current source file | Steve Bennett | 1 | -1/+1 |
2023-07-04 | core: add support for proc statics by reference | Steve Bennett | 1 | -7/+8 |
2023-07-04 | interactive: enable hint support | Steve Bennett | 1 | -1/+2 |
2023-07-04 | aio: change to use unix io, not stdio | Steve Bennett | 1 | -2/+1 |
2023-06-21 | core: Display errors in a more "pythonesque" way | Steve Bennett | 1 | -3/+3 |
2023-06-21 | core: improve eval frame handling | Steve Bennett | 1 | -9/+9 |
2023-02-24 | dict with: return script result | Steve Bennett | 1 | -0/+1 |
2023-02-13 | clock millis, time: now use monotonic raw time if possible | Steve Bennett | 1 | -0/+10 |
2023-02-13 | update ABI version to 101 | Steve Bennett | 1 | -1/+1 |
2023-02-13 | vwait: add support for vwait -signal | Steve Bennett | 1 | -0/+1 |
2023-02-13 | Tcl-compatible 'info frame' | Steve Bennett | 1 | -0/+17 |
2023-02-13 | jim: make the Jim memory allocator replaceable | Steve Bennett | 1 | -4/+12 |
2021-12-16 | dict: consider dummy entries when determining when to expand hash table | Steve Bennett | 1 | -0/+1 |
2021-01-23 | history: Add support for history keep | Steve Bennett | 1 | -0/+2 |
2021-01-10 | package: add ABI version checking | Steve Bennett | 1 | -0/+8 |
2021-01-09 | Add the [xtrace] command | Steve Bennett | 1 | -1/+2 |
2020-12-26 | Jim_GetWideExpr() now evaluates "safe" expressions | Steve Bennett | 1 | -0/+1 |
2020-12-26 | core: support integer expressions in various commands | Steve Bennett | 1 | -0/+2 |
2020-06-25 | core: dicts (and arrays) now preserve insertion order | Steve Bennett | 1 | -3/+23 |
2020-06-05 | core: improve performance through negative command caching | Steve Bennett | 1 | -1/+3 |
2020-06-05 | core: command (proc) names may now contained embedded nulls | Steve Bennett | 1 | -2/+2 |
2020-06-05 | core: variable names may now contain embedded nulls | Steve Bennett | 1 | -0/+1 |
2020-05-07 | lsearch, switch: fix -regexp case with option-like pattern | Steve Bennett | 1 | -0/+1 |
2020-03-05 | jim.h: Change type of interp->lastCollectTime | Steve Bennett | 1 | -1/+1 |
2019-11-30 | string map and string compare now support embedded nulls | Steve Bennett | 1 | -2/+0 |
2019-08-14 | jim.c, jim.h: Remove unused Jim_ResizeHashTable | Steve Bennett | 1 | -1/+0 |
2018-09-04 | Tidy some signed/unsigned comparisons | Steve Bennett | 1 | -1/+1 |
2017-10-17 | signal, exec, wait, pid: improvements, especially to exec | Steve Bennett | 1 | -1/+1 |
2017-09-16 | remove special regexpValue internal rep | Steve Bennett | 1 | -5/+0 |
2017-09-16 | perf: cache successful Jim_GetEnum() results | Steve Bennett | 1 | -0/+6 |
2017-09-15 | history: Add autocompletion support | Steve Bennett | 1 | -1/+2 |
2017-05-23 | expr: Replace expression engine | Steve Bennett | 1 | -1/+1 |
2016-11-14 | dict: Fix [dict values] with duplicate values | Steve Bennett | 1 | -2/+5 |
2016-10-09 | Fix C++ compatibility | Evan Hunter | 1 | -1/+1 |
2016-09-29 | Add support for "-commands" to many commands | Steve Bennett | 1 | -0/+2 |
2016-09-28 | file: update file stat to use Jim_DictMerge() | Steve Bennett | 1 | -0/+1 |
2016-07-10 | Boolean contstants in expr, `string is boolean` classification | Nikita Borodikhin | 1 | -0/+4 |
2016-03-27 | Ensure declaration matches definition for Jim_CreateCommand - it was missing ... | Evan Hunter | 1 | -2/+2 |
2016-03-27 | jim: Jim_ScriptIsComplete() now takes an object | Steve Bennett | 1 | -2/+3 |
2016-02-11 | jim.c,jim.h: fix typos | Steve Bennett | 1 | -11/+6 |
2015-10-06 | Fix some spelling mistakes | Steve Bennett | 1 | -4/+4 |
2015-08-09 | jim.h: fix a typo | Svyatoslav Mishyn | 1 | -1/+1 |
2015-06-03 | chained tailcalls were not always being run | Steve Bennett | 1 | -1/+0 |
2014-08-03 | Temporary file creation should respect $TMPDIR | Steve Bennett | 1 | -0/+1 |
2014-01-21 | many comment changes, some small code changes | Steve Bennett | 1 | -52/+33 |
2014-01-17 | fix encoding of all files to be utf-8, not latin1 | Steve Bennett | 1 | -1/+1 |
2014-01-15 | jim.h: fix Jim_GetHashEntryVal() | Steve Bennett | 1 | -1/+1 |
2014-01-03 | tailcall: properly merge tailcall frames | Steve Bennett | 1 | -1/+3 |
2013-12-21 | Implement more dict sub commands | Steve Bennett | 1 | -0/+1 |