aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-21Defer deleting local procs until after tailcallSteve Bennett1-8/+9
2011-10-21Return from tailcall should be passed throughSteve Bennett2-14/+30
2011-10-21Source location for test which does "return"Steve Bennett1-1/+1
2011-10-21Remove debian packagingSteve Bennett23-1042/+0
2011-10-21Update source files to reflect FreeBSD licenceSteve Bennett7-93/+191
2011-10-19Simplify [lreplace]Steve Bennett1-27/+15
2011-10-19Better performance for list creationSteve Bennett1-14/+11
2011-10-18Sync linenoise with githubSteve Bennett1-39/+45
2011-10-10Simplify the way unicode case mapping is doneSteve Bennett3-63/+37
2011-10-06Document [string map]0.72Steve Bennett2-22/+95
2011-09-26Get the SDL extension working againSteve Bennett4-7/+17
2011-09-26Class vars should take precedenceSteve Bennett2-2/+6
2011-09-26Update shipped documentation for v0.72Steve Bennett1-50/+385
2011-09-26Document the oo, tree, binary and pack extensionsSteve Bennett1-3/+111
2011-09-26Update documentation for recent featuresSteve Bennett1-24/+60
2011-09-26Add support for the pow() math functionSteve Bennett1-13/+20
2011-09-26Missing parens in non-utf8 version of utf8_strlenSteve Bennett1-1/+1