aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Enhance exec, bioSteve Bennett1-1/+1
2010-10-15Implement some new featuresSteve Bennett1-35/+165
2010-10-15Fix a couple of small bugsSteve Bennett1-4/+6
2010-10-15freebsd: make it compileWojciech A. Koszek1-0/+13
2010-10-15errors: improve stack traces for return -code errorSteve Bennett1-12/+3
2010-10-15Remove intptr_tSteve Bennett1-5/+3
2010-10-15Fix eCos compatiblity problems with autotools.oyvind1-15/+19
2010-10-15Comparison of doubles is a boolean.oharboe1-7/+15
2010-10-15Line numbers wrong with {expamd}oharboe1-5/+9
2010-10-15Fix crash in substoharboe1-2/+6
2010-10-15Make [format %c 0] work (embedded nulls)oharboe1-7/+7
2010-10-15Should be able to compare strings for order in exproharboe1-6/+14
2010-10-15Fix 'unset ::var' to unset a global varoharboe1-4/+7
2010-10-15Build fixes, better Jim_EvalFile()Steve Bennett1-26/+14
2010-10-15Fix some runtime errorsSteve Bennett1-5/+14
2010-10-15Convert jim-aio.c to use subcmdSteve Bennett1-2/+2
2010-10-15Small improvementsSteve Bennett1-1/+3
2010-10-15Lots of improvementsSteve Bennett1-361/+288
2010-10-15Add more tcl6 compatibilitiesSteve Bennett1-26/+158
2010-10-15Split package and load out of jim.cSteve Bennett1-461/+1
2010-10-15Strip out unneeded junk from JimSteve Bennett1-785/+56
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-801/+755
2010-10-04lists: fix crash in ListInsertElements0.51Øyvind Harboe1-0/+1
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-2/+1
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-1/+2
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-2/+1
2010-02-01Function strcasecmp() requires strings.h.Wojciech A. Koszek1-0/+1
2010-02-01stdint.h is necessary on GNU/Linux systems.Wojciech A. Koszek1-1/+2
2010-02-01Make jim.c clean enough to be able to build it with -pedantic onWojciech A. Koszek1-8/+12
2010-01-31Instead of making Jim on FreeBSD friendly, make it Cygwin andWojciech A. Koszek1-6/+4
2010-01-31If three arguments are passed to 'puts' and the second isn't -nonewline,Wojciech A. Koszek1-1/+1
2010-01-22freebsd: make it compileWojciech A. Koszek1-0/+19
2010-01-14errors: improve stack traces for return -code errorSteve Bennett1-17/+19
2009-10-19Fix eCos compatiblity problems with autotools.oyvind1-13/+17
2009-10-082009-10-08 Øyvind Harboeoharboe1-764/+751
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-7/+15
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-5/+9
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-2/+6
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-6/+6
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-2/+2
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-6/+14
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-3/+9
2008-11-072008-11-06 Steve Bennett <steveb@workware.net.au>oharboe1-9/+13
2008-11-072008-11-06 Steve Bennett <steveb@workware.net.au>oharboe1-13/+43
2008-11-07 * jim.c, jim.h: Prevent infinite recursion if an unknown command isoharboe1-0/+11
2008-11-05* jim.c: add support for proc default arguments to jimoharboe1-10/+53
2008-11-052008-11-05 Steve Bennett <steveb@workware.net.au>oharboe1-1/+1
2008-11-042008-11-04 Steve Bennett <steveb@workware.net.au>oharboe1-11/+15
2008-11-042008-11-03 Steve Bennett <steveb@workware.net.au>oharboe1-15/+73
2008-09-01 * jim.c, jim.h: more text formatting fixes, improved error messagesoharboe1-17/+64