aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-22Overhaul unit test frameworkSteve Bennett51-347/+392
2010-11-19Better Tcl compatibility for [lrepeat]Steve Bennett2-8/+10
2010-11-19Allow Jim_InteractivePrompt() to return [exit] to callerSteve Bennett2-7/+7
2010-11-19jim-regexp.c also needs jimautoconf.hSteve Bennett1-0/+1
2010-11-19Disable line editing on systems without termiosSteve Bennett2-10/+21
2010-11-19tv_usec is in usec, not msecSteve Bennett1-1/+1
2010-11-19Avoid crash when references are disabledSteve Bennett1-0/+2
2010-11-19build: add configure.gnu to .gitignoreSpencer Oliver1-0/+1
2010-11-18built-in regexp was always being includedSteve Bennett1-0/+1
2010-11-17Bug fix: [regexp] single braced count was rejectedSteve Bennett2-5/+14
2010-11-17Bug fix: [split] string with leading nullSteve Bennett2-2/+8
2010-11-17Linenoise improvement for ^DSteve Bennett1-4/+13
2010-11-17For ctype macros, cast to unsigned charSteve Bennett4-16/+18
2010-11-17Minor cleanupsSteve Bennett2-2/+0
2010-11-17Fix a bug in [format]Steve Bennett1-6/+9
2010-11-17Fix a regexec() bugSteve Bennett1-2/+2
2010-11-17Fix a bug in the UTF-8 implementation of string lastSteve Bennett1-1/+1
2010-11-17Updates to the UTF-8 documentationSteve Bennett3-22/+29
2010-11-17Add utf-8 support to linenoise.cSteve Bennett1-171/+387
2010-11-17Add command line editing with linenoiseSteve Bennett5-34/+912
2010-11-17Update documentation to cover UTF-8 support for regexpSteve Bennett7-35/+251
2010-11-17Add UTF-8 support to regexpSteve Bennett10-466/+1871
2010-11-17POSIX-compatible regex interfaceSteve Bennett7-542/+697
2010-11-17Add original version of regexp from JamSteve Bennett2-0/+1354
2010-11-17Add UTF-8 support to JimSteve Bennett26-1296/+24782
2010-11-17Add attributions to jim-exec.c from Tcl 6.7Steve Bennett1-1/+6
2010-11-17Add do-nothing targets for automake usersSteve Bennett1-0/+7
2010-11-17[source] now opens the script file in text modeSteve Bennett1-6/+8
2010-11-17build: fix cygwin build issueSpencer Oliver2-3/+12
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