aboutsummaryrefslogtreecommitdiff
path: root/jimsh.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Improve stack trace handlingSteve Bennett1-1/+1
2010-10-15Bug fixes and featuresSteve Bennett1-0/+2
2010-10-15Many improvements, bug fixesSteve Bennett1-23/+1
2010-10-15Bugs, features, testsSteve Bennett1-12/+25
2010-10-15Fix a couple of bugsSteve Bennett1-1/+2
2010-10-15Implement some new featuresSteve Bennett1-4/+4
2010-10-15Fix exit code from jimshoharboe1-0/+9
2010-10-15$argv0 should be the name of the scriptoharboe1-1/+2
2010-10-15Convert package to use jim-subcmdSteve Bennett1-1/+3
2010-10-15More static extension stuffSteve Bennett1-16/+1
2010-10-15Add clock commandSteve Bennett1-0/+2
2010-10-15Add file and exec (along with subcmd support)Steve Bennett1-0/+4
2010-10-15Split package and load out of jim.cSteve Bennett1-0/+6
2010-10-15Strip out unneeded junk from JimSteve Bennett1-2/+6
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-35/+14
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-14/+25
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-25/+14
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-14/+25
2009-08-162009-08-16 Steve Bennett <steveb@workware.net.au>oharboe1-0/+9
2009-08-16 * jimsh.c: $argv0 should be the name of the scriptoharboe1-1/+2
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-2/+0
2005-04-13JimGetExePath needs to be a _path_ not the file name.patthoyts1-2/+4
2005-04-11Fixes for this two bugs:antirez1-5/+7
2005-04-10Rework of the [scan] command finished. It does not any longer usechi1-2/+3
2005-04-08Fix win32 buildpatthoyts1-1/+7
2005-04-07Fixed a typo that prevented compilation with JIM_ANSICantirez1-2/+2
2005-04-06Modified jimsh.c in order to put the directory of the Jim executableantirez1-2/+73
2005-04-05.jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez1-2/+27
2005-03-08Did some fix in jimsh.c, exported some more API function to setantirez1-8/+25
2005-03-08Added [info patchlevel] and setup argv0 and argv variables in jimsh.patthoyts1-13/+24
2005-03-02jimsh addedantirez1-0/+31