aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-30examples/udp.client needs buffering noneSteve Bennett1-2/+2
2011-11-30Fix the poor-man's 'variable' in dns.tclSteve Bennett1-1/+1
2011-11-29Ensure that 'make test' works out-of-treeSteve Bennett1-2/+2
2011-11-29Remove trailing white spaceSteve Bennett1-8/+8
2011-11-29Update documentation for recent changesSteve Bennett2-14/+118
2011-11-28Implement [alias] in CSteve Bennett4-33/+80
2011-11-28Make Jim_ListJoin() publicSteve Bennett2-15/+22
2011-11-28Commands, not just procs can be localSteve Bennett3-122/+134
2011-11-28Better caching of scoped varsSteve Bennett1-43/+46
2011-11-28Shorten ref id, proc epoch to 32 bitsSteve Bennett2-31/+32
2011-11-28Implement [string replace]Steve Bennett2-2/+55
2011-11-28Add support for [string totitle]Steve Bennett5-31/+100
2011-11-28Fix list escaping of leading #Steve Bennett2-0/+485
2011-11-28Share dict, list string-rep codeSteve Bennett1-111/+39
2011-11-28Tcl compatibility for list/string indexesSteve Bennett1-2/+2
2011-11-25Minor message changes to match Tcl 8.6Steve Bennett5-283/+338
2011-11-25Split the pattern matchers for dict and vars/cmdsSteve Bennett1-38/+51
2011-11-25Add [info statics]Steve Bennett2-4/+29
2011-11-24Port the "full" sqlite3 extension to Jim TclSteve Bennett7-0/+141638
2011-11-24Create build-jim-ext for building extensionsSteve Bennett27-45/+315
2011-11-21make install builds even if --disable-jim-installSteve Bennett1-1/+2
2011-11-18Create optimised Jim_String(), Jim_Length()Steve Bennett2-4/+17
2011-11-18SetStringFromAny() only converts as reqdSteve Bennett1-24/+22
2011-11-18SetListFromAny() only converts if requiredSteve Bennett1-14/+11
2011-11-18Add a general purpose hashtable pattern matcherSteve Bennett3-160/+177
2011-11-18Don't allow upvar to a higher levelSteve Bennett3-0/+26
2011-11-18Improvements to variable caching and resolutionSteve Bennett3-116/+178
2011-11-18Move creation of proc statics to it's own functionSteve Bennett1-55/+63
2011-11-18Cleanup hash table interfacesSteve Bennett3-129/+65
2011-11-18Improvements to hash table usage for dictsSteve Bennett2-42/+45
2011-11-10More tcltest compatibilitySteve Bennett1-0/+5
2011-11-10regex: counts were not all being clearedSteve Bennett2-6/+31
2011-11-10regex: support - as the last element of a char setSteve Bennett1-1/+1
2011-11-10regex: add support for non-capturing parenthesesSteve Bennett3-5/+35
2011-11-09Typo in error messageSteve Bennett1-1/+1
2011-11-09Jim_DictSize() should only convert to dict if reqdSteve Bennett1-2/+4
2011-11-09Fix some dict unset casesSteve Bennett2-13/+43
2011-11-09List with # only needs braces for first elementSteve Bennett2-6/+16
2011-11-09form feed (\f) is a valid white space charSteve Bennett1-25/+22
2011-11-09Better code for list/string rangeSteve Bennett1-30/+41
2011-11-09Fix a parsing bug for quoted orphan $Steve Bennett2-35/+30
2011-11-08Avoid 'make -C' for BSD make usersSteve Bennett1-1/+1
2011-11-08Update autosetup, especially for include depsSteve Bennett4-556/+736
2011-11-07Allow building with MSVC on windowsSteve Bennett13-43/+98
2011-11-07Remove use of designated initialisersSteve Bennett9-580/+513
2011-11-01Allow bootstrap jim to build in library-only modeSteve Bennett1-1/+5
2011-11-01Update autosetupSteve Bennett2-274/+278
2011-11-01Fix a bug where std* handles did not get KEEPOPENSteve Bennett1-34/+22
2011-11-01Bump version to 0.73Steve Bennett1-1/+1
2011-10-21Tcl 8.6 can run most tailcall testsSteve Bennett1-2/+3