aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-16Better error/eof detection in aioSteve Bennett1-12/+28
2011-12-16Fix some compiler warningsSteve Bennett1-2/+2
2011-12-16cygwin also wants shared libraries named .dllSteve Bennett3-3/+8
2011-12-16Fix double to string on mingwunknown3-64/+74
2011-12-16Fix some tests so they run on mingwSteve Bennett3-11/+13
2011-12-16oo: aliases are now commands, not procsSteve Bennett1-2/+2
2011-12-16Fix bug when calling ref finalizersSteve Bennett2-0/+12
2011-12-14Update shipped documentationSteve Bennett1-65/+351
2011-12-13mingw requires shared libs to have a .dll extensionSteve Bennett2-1/+3
2011-12-13Quieten some compiler warningsSteve Bennett2-5/+2
2011-12-13More test speedupsSteve Bennett4-135/+66
2011-12-13aio: Fix a compile problem for JIM_ANSICSteve Bennett1-0/+2
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