aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-25Minor code cleanupsSteve Bennett1-10/+5
2011-09-24Restucture jim-aio for less duplication of codeSteve Bennett2-96/+74
2011-09-24Cleanup in jim-eventloopSteve Bennett2-14/+8
2011-09-24Simplify and minimise aio getsSteve Bennett1-24/+18
2011-09-24Fix script ignored string rep after list operationSteve Bennett2-2/+10
2011-09-14Linenoise support for win32 consoleSteve Bennett2-1/+175
2011-09-14Restructure linenoise in prep. for win32 supportSteve Bennett3-347/+368
2011-09-14Minor linenoise improvementsSteve Bennett3-21/+17
2011-09-13Update autosetup/jimsh0.c to a working versionSteve Bennett1-1/+5
2011-09-13Fix a compilation problem with the bootstrap jimshSteve Bennett1-2/+4
2011-09-13exec was not removing temp filesSteve Bennett1-1/+2
2011-09-12Update autosetup to v0.6.3Steve Bennett6-5500/+2259
2011-09-12Remove all trailing whitespace in sourceSteve Bennett20-95/+95
2011-09-12Bump version to 0.72Steve Bennett1-1/+1
2011-09-12Trim the size of the boostrap jimsh sourceSteve Bennett7-24/+33
2011-09-12Fix make-bootstrap-jimSteve Bennett1-1/+3
2011-09-12Implement full [exec] on mingw/msysSteve Bennett4-265/+762
2011-09-12No aio listen if JIM_ANSICSteve Bennett1-24/+23
2011-09-06Add support for aio listenSteve Bennett1-0/+24
2011-09-02Update to the latest autosetupSteve Bennett2-10/+5
2011-09-02Updates to the manual for hyperlinked commandsSteve Bennett3-2004/+2037
2011-08-31Document the Metakit extensionAlexander Shpilkin1-0/+316
2011-08-31Add examples of Metakit usage to examples/metakit.tclAlexander Shpilkin1-0/+112
2011-08-31Add Ratcl-style pipelines to Metakit extensionAlexander Shpilkin1-20/+135
2011-08-31Create a Metakit extension for Jim TclAlexander Shpilkin3-5/+2212
2011-08-31Only link libs as requiredSteve Bennett2-19/+73
2011-08-30Change Jim_EvalObjPrefix to accept arbitrary objectsAlexander Shpilkin3-7/+8
2011-08-30Allow jim-subcmd.h to be used from C++Alexander Shpilkin1-0/+9
2011-08-22Allow -returnCodes to use numbers as well as namesSteve Bennett1-1/+1
2011-08-18Implement 'file mtime <file> newtime'Steve Bennett4-78/+289
2011-08-18Add support for BSD makeSteve Bennett3-71/+52
2011-08-18Fix build on Solaris (gcc)Steve Bennett5-15/+120
2011-08-16Update autosetupSteve Bennett1-4/+7
2011-08-16add jimsh.exe into .gitignoreJie Zhang1-0/+1
2011-08-14On mingw32, use Sleep() if usleep() is unavailableSteve Bennett2-1/+3
2011-08-04Update autosetup for better gentoo supportSteve Bennett1-17/+25
2011-08-03Fix commit cbeb3ea: unset missing array elementSteve Bennett4-10/+14
2011-08-01dict unset should not return error on missing last keySteve Bennett2-6/+17
2011-07-31Make some more static data read-onlySteve Bennett1-2/+2
2011-07-31debug show should not force object to 'string'Steve Bennett1-1/+5
2011-07-31Ensure that fileNameObj is never NULLSteve Bennett1-1/+1
2011-07-29Add Jim_EvalSource() to replace Jim_Eval_Named()Steve Bennett4-10/+11
2011-07-29Switch to using Jim_Obj for filename trackingSteve Bennett2-155/+94
2011-07-29Track source locations in expressionsSteve Bennett1-4/+17
2011-07-27Return codes > 7 should be caught by defaultSteve Bennett1-11/+11
2011-07-27JimPanic() doesn't require interpSteve Bennett1-28/+23
2011-07-27More info in debug show (maintainer mode)Steve Bennett1-2/+3
2011-07-27Fix object leak in regexp/regsubSteve Bennett2-4/+12
2011-07-25Simplify hash table conditionsmarrero1-6/+6
2011-07-23Update autosetup to the latest versionSteve Bennett6-327/+348