Age | Commit message (Expand) | Author | Files | Lines |
2021-01-10 | package: add ABI version checking | Steve Bennett | 1 | -3/+1 |
2020-06-25 | core: dicts (and arrays) now preserve insertion order | Steve Bennett | 1 | -2/+2 |
2016-11-14 | dict: Fix [dict values] with duplicate values | Steve Bennett | 1 | -3/+2 |
2016-10-12 | Array fixes and tests | Evan Hunter | 1 | -3/+8 |
2014-04-23 | array: avoid crash on unset variable | Steve Bennett | 1 | -0/+5 |
2014-01-15 | array: array set to non-dict should fail | Steve Bennett | 1 | -0/+3 |
2014-01-15 | array: error msg for odd length array get | Steve Bennett | 1 | -14/+10 |
2014-01-03 | Remove tabs from source files | Steve Bennett | 1 | -3/+2 |
2013-12-21 | Implement more dict sub commands | Steve Bennett | 1 | -0/+17 |
2011-11-24 | Create build-jim-ext for building extensions | Steve Bennett | 1 | -3/+1 |
2011-11-18 | Add a general purpose hashtable pattern matcher | Steve Bennett | 1 | -57/+29 |
2011-11-07 | Allow building with MSVC on windows | Steve Bennett | 1 | -1/+0 |
2011-11-07 | Remove use of designated initialisers | Steve Bennett | 1 | -37/+37 |
2011-09-12 | Remove all trailing whitespace in source | Steve Bennett | 1 | -4/+4 |
2011-08-03 | Fix commit cbeb3ea: unset missing array element | Steve Bennett | 1 | -1/+1 |
2010-12-21 | All Jim source should include jimautoconf.h | Steve Bennett | 1 | -0/+1 |
2010-11-24 | Add support for [dict] size, merge, with | Steve Bennett | 1 | -1/+4 |
2010-11-17 | Add UTF-8 support to Jim | Steve Bennett | 1 | -2/+2 |
2010-11-09 | Allow jim to be used as an autoconf subdir | Steve Bennett | 1 | -1/+1 |
2010-10-20 | Add support for 'dict keys' | Steve Bennett | 1 | -25/+1 |
2010-10-15 | Licence wording updates. | Steve Bennett | 1 | -4/+2 |
2010-10-15 | Ensure that Tcl extensions can be built-in or external | Steve Bennett | 1 | -0/+3 |
2010-10-15 | Minor cleanups and fixes | Steve Bennett | 1 | -5/+6 |
2010-10-15 | Reduce excessive stack usage | Steve Bennett | 1 | -1/+0 |
2010-10-15 | Clean up the indentation mess | Steve Bennett | 1 | -6/+5 |
2010-10-15 | Many improvements, bug fixes | Steve Bennett | 1 | -7/+24 |
2010-10-15 | Implement 'array' in C | Steve Bennett | 1 | -0/+277 |