aboutsummaryrefslogtreecommitdiff
path: root/jim-array.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-10package: add ABI version checkingSteve Bennett1-3/+1
2020-06-25core: dicts (and arrays) now preserve insertion orderSteve Bennett1-2/+2
2016-11-14dict: Fix [dict values] with duplicate valuesSteve Bennett1-3/+2
2016-10-12Array fixes and testsEvan Hunter1-3/+8
2014-04-23array: avoid crash on unset variableSteve Bennett1-0/+5
2014-01-15array: array set to non-dict should failSteve Bennett1-0/+3
2014-01-15array: error msg for odd length array getSteve Bennett1-14/+10
2014-01-03Remove tabs from source filesSteve Bennett1-3/+2
2013-12-21Implement more dict sub commandsSteve Bennett1-0/+17
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-3/+1
2011-11-18Add a general purpose hashtable pattern matcherSteve Bennett1-57/+29
2011-11-07Allow building with MSVC on windowsSteve Bennett1-1/+0
2011-11-07Remove use of designated initialisersSteve Bennett1-37/+37
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-4/+4
2011-08-03Fix commit cbeb3ea: unset missing array elementSteve Bennett1-1/+1
2010-12-21All Jim source should include jimautoconf.hSteve Bennett1-0/+1
2010-11-24Add support for [dict] size, merge, withSteve Bennett1-1/+4
2010-11-17Add UTF-8 support to JimSteve Bennett1-2/+2
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-1/+1
2010-10-20Add support for 'dict keys'Steve Bennett1-25/+1
2010-10-15Licence wording updates.Steve Bennett1-4/+2
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15Minor cleanups and fixesSteve Bennett1-5/+6
2010-10-15Reduce excessive stack usageSteve Bennett1-1/+0
2010-10-15Clean up the indentation messSteve Bennett1-6/+5
2010-10-15Many improvements, bug fixesSteve Bennett1-7/+24
2010-10-15Implement 'array' in CSteve Bennett1-0/+277