aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Update documentation for recent featuresSteve Bennett2-42/+174
2011-12-12Strip leading & from proc error messagesSteve Bennett4-13/+16
2011-12-12Add support for [apply]Steve Bennett4-28/+350
2011-12-12Tcl8.6 compatible error messagesSteve Bennett2-8/+5
2011-12-12Better dynamic extension buildingSteve Bennett3-16/+63
2011-12-12sqlite3: Add -Wall and fix a compiler warningSteve Bennett2-1/+2
2011-12-12Make sure exec.test cleans up betterSteve Bennett1-10/+13
2011-12-12Update some tests for latest Tcl8.6b2Steve Bennett2-8/+6
2011-12-12Restore the environment after tests/exec2.testSteve Bennett1-0/+4
2011-12-12metakit: subcmd no longer includes 'description'Steve Bennett1-38/+37
2011-12-12Add test of tcl::prefix from a namespaceSteve Bennett1-0/+7
2011-12-12Don't check proc epoch change in [for]Steve Bennett1-7/+0
2011-12-12Add support for lightweight namespacesSteve Bennett10-113/+1475
2011-12-12Add exists -aliasSteve Bennett1-12/+27
2011-12-12Implement curry with aliasSteve Bennett1-6/+2
2011-12-12Remove error message rewriting for aliasesSteve Bennett3-29/+3
2011-12-12Remove old sqlite0 extensionSteve Bennett4-294/+6
2011-12-12Enable more extensions by defaultSteve Bennett2-15/+9
2011-12-12Add constraints for tests which need utf-8Steve Bennett1-6/+6
2011-12-12Remove some c++ style commentsSteve Bennett1-1/+0
2011-12-12Update autosetup to the latset versionSteve Bennett1-0/+8
2011-12-12Add missing jim-tclprefix.cSteve Bennett1-0/+198
2011-12-09Add the history commandSteve Bennett3-0/+155
2011-12-09Make interactive getline/history API publicSteve Bennett2-17/+56
2011-12-08Add support for tcl::prefix as an optional extensionSteve Bennett5-30/+195
2011-12-08Make Jim_EvalObjList() publicSteve Bennett2-0/+7
2011-12-08Fix a bug in Jim_ListAppendList()Steve Bennett1-0/+1
2011-12-08Fix a message to be Tcl 8.6 compatibleSteve Bennett1-1/+1
2011-12-08Better extension selection in auto.defSteve Bennett2-213/+295
2011-12-08Reduce # of different types in the Jim_Obj unionSteve Bennett2-30/+19
2011-12-08utf-8 case folding may change encoded lengthSteve Bennett2-3/+25
2011-12-08Fix a regexp infinite loop on bad utf-8 inputSteve Bennett1-1/+4
2011-12-02Avoid trying to allocate zero bytesSteve Bennett1-1/+1
2011-12-02Implement the lassign command in CSteve Bennett2-8/+34
2011-12-02Reimplement foreach/lmap in terms of iteratorsSteve Bennett1-65/+101
2011-12-02Treat all unicode >= 0x80 as alphaSteve Bennett1-1/+4
2011-12-02Add support for \U with up to 8 hex digitsSteve Bennett2-1/+10
2011-12-02Extend UTF-8 support past the BMPSteve Bennett6-19/+90
2011-12-02Reduce some delays in testsSteve Bennett2-3/+3
2011-12-02Correct the documentation for 'local'Steve Bennett13-67/+81
2011-12-02Simplify and cleanup Jim_EvalObj*Steve Bennett1-132/+96
2011-12-02Prevent infinite recursion for eval, aliasSteve Bennett3-37/+59
2011-12-01Ref count fix in execSteve Bennett1-11/+16
2011-12-01In JimPanicDump() don't abort()Steve Bennett1-1/+1
2011-12-01Minor changes for Tcl compatibilitySteve Bennett3-5/+5
2011-12-01Remove reference to jim-nvp.h from Makefile.inSteve Bennett1-1/+1
2011-11-30Delete the nvp extensionSteve Bennett3-615/+1
2011-11-30Fix declaration after statementSteve Bennett1-1/+3
2011-11-30Add [info alias]Steve Bennett3-11/+42
2011-11-30examples/udp.client needs buffering noneSteve Bennett1-2/+2