aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Simplify the accounting of call frame levelsSteve Bennett2-102/+82
2011-04-22Fix tcltest v2 for the -setup optionSteve Bennett1-1/+1
2011-04-21More efficient [string trimright] and [string last]Steve Bennett3-33/+71
2011-04-21string trim is now 8 bit cleanSteve Bennett2-34/+126
2011-04-21Add some tcltest v2 supportSteve Bennett1-6/+44
2011-04-21Add additional tcl_platform() settingsSteve Bennett1-0/+14
2011-04-14Support 'jimsh --version'Steve Bennett1-0/+5
2011-04-13Update configureSteve Bennett1-9/+9
2011-04-13Update README, LICENCE and version in configure.acSteve Bennett3-95/+78
2011-04-12Fix [for] crash if loop var is unsetSteve Bennett2-1/+12
2011-04-08Fix some minor warnings on mingw32Steve Bennett1-3/+3
2011-04-08Fix a compile error when the debug command is enabledSteve Bennett1-1/+1
2011-04-08Update linenoise to the latest versionSteve Bennett3-134/+301
2011-04-08Add linenoise support for ^LSteve Bennett1-0/+18
2011-04-05Better line editing on serial terminalsSteve Bennett1-10/+56
2011-04-05Fix line editing when columns unavailableSteve Bennett1-1/+1
2011-04-05Better support for eventloop on mingw32Steve Bennett2-48/+69
2011-04-05Bump version to 0.71Steve Bennett1-1/+1
2011-01-26scan fails with strings containing nulls0.70Steve Bennett2-14/+33
2011-01-24Jim 'string is' doesn't work with unicodeSteve Bennett1-1/+1
2011-01-24Use snprintf() to avoid buffer overflowSteve Bennett1-3/+3
2011-01-21Still need to check for fork() for os.forkSteve Bennett3-2/+5
2010-12-21Update documentation for new 0.70 featuresSteve Bennett3-324/+324
2010-12-21Bump version to 0.70Steve Bennett1-1/+1
2010-12-21Minor compiler warning fixesSteve Bennett3-7/+12
2010-12-21More constraint improvementsSteve Bennett4-10/+14
2010-12-21All Jim source should include jimautoconf.hSteve Bennett17-4/+19
2010-12-21Convert infinity to InfSteve Bennett1-0/+6
2010-12-16autoconf already provides srcdir, so use itSteve Bennett3-13/+9
2010-12-16Use the new Jim_EvalObjPrefix() for 'file copy'Steve Bennett1-10/+1
2010-12-16Implement 'tree' in terms of 'oo'Steve Bennett4-208/+103
2010-12-16Add a pure-TCl OO implementation to JimSteve Bennett6-6/+493
2010-12-15Fix an object sharing bug for arraysSteve Bennett3-11/+62
2010-12-15Fix for right-to-left associativity of ternary operatorSteve Bennett3-10/+175
2010-12-15Use vfork() instead of fork() in [exec]Steve Bennett5-261/+91
2010-12-14Platform differences for regexp messagesSteve Bennett1-4/+4
2010-12-14Fix constraint checkingSteve Bennett3-6/+10
2010-12-14Include all double colons as part of the var nameSteve Bennett2-5/+13
2010-12-06Make tclcompat work without aioSteve Bennett1-22/+23
2010-12-06Add more dependencies for testsSteve Bennett13-9/+32
2010-12-06Fix error message from [cd]Steve Bennett1-1/+1
2010-12-06Don't require tclsh for building without utf-8Steve Bennett3-12/+18
2010-12-05Improve autoconf definition of AR, RANLIBSteve Bennett3-13/+192
2010-12-02Improve performance of info procs,commandsSteve Bennett1-0/+22
2010-12-02Add the [exists] commandSteve Bennett4-12/+162
2010-12-02Fix memory leak with filenamesSteve Bennett1-7/+11
2010-11-28Bug fix: regexp should not treat \n as |Steve Bennett2-4/+7
2010-11-26Bug fix: crash parsing invalid dict sugarSteve Bennett2-4/+17
2010-11-24Add support for [dict] size, merge, withSteve Bennett5-3/+275
2010-11-24Remove the bio extension and add 'copyto' to aio.Steve Bennett10-507/+680