aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Add --enable-{shared,static} to configure argsFlorian Fainelli2-0/+40
2010-11-11Add jim-config.h to .gitignoreSteve Bennett1-0/+1
2010-11-11Some people still only have Tcl 8.4Steve Bennett1-1/+1
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett19-15/+23
2010-11-08Don't hardcode /lib/jimSteve Bennett11-136/+63
2010-11-03Autogenerate the command index in the documentationSteve Bennett4-5/+222
2010-11-03Simplify and document [load]Steve Bennett3-92/+76
2010-11-03Fix some problems with the packaging systemSteve Bennett2-36/+40
2010-11-03Fix 'make test' from the jimtcl directorySteve Bennett1-3/+3
2010-11-02Fix 'make install' with no external extensionsSteve Bennett2-1/+13
2010-10-30Don't search for libs that aren't requiredSteve Bennett2-66/+114
2010-10-30Allow extensions to be built/installed as modulesSteve Bennett13-336/+1217
2010-10-30Update documentation for recent featuresSteve Bennett2-28/+88
2010-10-30Determine platform_tcl() settings with configureSteve Bennett6-2/+20
2010-10-30Fix segfault with unix domain socketsSteve Bennett1-4/+4
2010-10-30Add aio '$handle filename'Steve Bennett1-0/+12
2010-10-30Add 'info channels'Steve Bennett2-17/+33
2010-10-30Make it easy to create release tarballsSteve Bennett1-0/+19
2010-10-30Make everything depend on MakefileSteve Bennett1-0/+2
2010-10-30Don't explicitly add -g to CPPFLAGSSteve Bennett1-1/+1
2010-10-29Update version to 0.64Steve Bennett5-14/+17
2010-10-20Small fixes to make FreeBSD happy0.63Steve Bennett3-6/+6
2010-10-20Mark some more static data as constSteve Bennett2-4/+4
2010-10-20Switch regexp/regsub to use Jim_GetEnum()Steve Bennett2-60/+82
2010-10-20Fix some outlier issues with regexp/regsubSteve Bennett3-594/+671
2010-10-20Allow regexp/regsub -start to be an indexSteve Bennett1-4/+11
2010-10-20Fix regexp -all -line with an anchored searchSteve Bennett1-3/+5
2010-10-20Declare some internal functions staticSteve Bennett2-19/+19
2010-10-20Document dict keys and lsort -indexSteve Bennett2-3/+39
2010-10-20Add support for 'dict keys'Steve Bennett3-27/+41
2010-10-20Add support for lsort -indexSteve Bennett2-43/+283
2010-10-20Set $argc in jimshSteve Bennett3-1/+15
2010-10-20Fix a parse error on trailine newlineSteve Bennett1-6/+3
2010-10-15Ensure that 'make install' installs jim.hSteve Bennett1-1/+1
2010-10-15Only indicate 'Runtime Error' from a scriptSteve Bennett1-2/+2
2010-10-15Properly allow the id to be set in bench.tclSteve Bennett1-1/+3
2010-10-15Rename Tcl.html_shipped to Tcl_shipped.htmlSteve Bennett2-2/+2
2010-10-15Licence wording updates.Steve Bennett12-35/+9
2010-10-15If three arguments are passed to 'puts' and the second isn't -nonewline, retu...Wojciech A. Koszek1-1/+1
2010-10-15Re-add some files lost from v0.51Steve Bennett9-1/+498
2010-10-15Fix regsub to support strings with embedded nullsSteve Bennett2-16/+17
2010-10-15Fix a concat bugSteve Bennett2-1/+39
2010-10-15Fix error message for deleting nonexistent procSteve Bennett2-4/+163
2010-10-15Fix some problems with global and upvarSteve Bennett2-13/+348
2010-10-15Add support for clock clicks, micros, millisSteve Bennett1-0/+41
2010-10-15Fix -Wshadow warningsSteve Bennett6-95/+94
2010-10-15Some systems insist that ctype macros use unsignedSteve Bennett2-18/+18
2010-10-15Portability fixesSteve Bennett14-60/+454
2010-10-15Make it easier to enable and disable extensionsSteve Bennett2-34/+116
2010-10-15Add stubs in case of compiled-out package, aioSteve Bennett2-8/+22