aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-15$argv0 should be the name of the scriptoharboe1-1/+2
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-15Remove declarations for some functions which are goneSteve Bennett1-5/+0
2010-10-15Build fixes, better Jim_EvalFile()Steve Bennett8-52/+51
2010-10-15Fit into the broad project buildSteve Bennett1-0/+0
2010-10-15Skip some tests if no eventloopSteve Bennett2-0/+7
2010-10-15Build even if eventloop is not enabledSteve Bennett1-22/+22
2010-10-15Fix some runtime errorsSteve Bennett2-7/+23
2010-10-15Handle forking tests betterSteve Bennett2-12/+27
2010-10-15Add some aio and eventloop testsSteve Bennett2-0/+123
2010-10-15Convert jim-aio.c to use subcmdSteve Bennett9-358/+459
2010-10-15Add missing return code from load static extensionsSteve Bennett1-0/+1
2010-10-15Convert package to use jim-subcmdSteve Bennett9-687/+716
2010-10-15Small improvementsSteve Bennett7-18/+37
2010-10-15Ignore some stuffSteve Bennett1-0/+5
2010-10-15Add some tests from tinytclSteve Bennett11-0/+268
2010-10-15tcl6 no longer needs stdio or autoloadSteve Bennett2-87/+0
2010-10-15Benchmarks in milliseconds for easier readingSteve Bennett2-3/+3
2010-10-15Make unit tests work better with optional regexpSteve Bennett1-13/+20
2010-10-15Lots of improvementsSteve Bennett8-698/+1256
2010-10-15Default to using all extensions with no external dependenciesSteve Bennett4-66/+52
2010-10-15More static extension stuffSteve Bennett2-16/+2
2010-10-15Add autoconf-based buildSteve Bennett5-237/+117
2010-10-15Remove old MakefileSteve Bennett1-155/+48
2010-10-15Make static extensions buildSteve Bennett13-148/+132
2010-10-15Add stdio read commandSteve Bennett1-1/+4
2010-10-15Add more tcl6 compatibilitiesSteve Bennett1-26/+158
2010-10-15Import various tinytcl compatibility packagesSteve Bennett5-1/+409
2010-10-15Add clock commandSteve Bennett2-0/+112
2010-10-15Simplify package command to ignore versionsSteve Bennett1-237/+25
2010-10-15Add file and exec (along with subcmd support)Steve Bennett8-180/+2003
2010-10-15Split package and load out of jim.cSteve Bennett5-461/+476
2010-10-15Strip out unneeded junk from JimSteve Bennett14-1516/+308
2010-10-15Remove unnecessary ecos stuffSteve Bennett17-19878/+0
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett38-18272/+17559
2010-10-04lists: fix crash in ListInsertElements0.51Øyvind Harboe4-6/+3
2010-06-07ecos: eCos has 64 bit integersØyvind Harboe3-5/+5
2010-02-21retire changelog, now handled by gitØyvind Harboe1-1556/+0
2010-02-21dos2unix: convert to unix line endingsØyvind Harboe4-839/+839
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek16-142/+253
2010-02-01ecos: update eCos copy.Øyvind Harboe2-13/+38
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek16-253/+142
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek16-142/+253
2010-02-01Bring some notes about how Jim project works.Wojciech A. Koszek1-0/+93
2010-02-01Make this target work on FreeBSD and GNU/Linux actually.Wojciech A. Koszek1-1/+1
2010-02-01Correct the way in which we build shared library. This should silence allWojciech A. Koszek1-3/+6
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. Koszek3-10/+16