aboutsummaryrefslogtreecommitdiff
path: root/jimsh.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-13jimsh, interp, tests: fixes when line editing is disabledSteve Bennett1-0/+5
2021-02-05build: quieten compiler warningsSteve Bennett1-1/+3
2019-11-30jimsh: interactive mode: print nullsSteve Bennett1-1/+4
2016-09-29jimsh: add support for "jimsh -"Steve Bennett1-7/+11
2015-11-30jimsh: Allow option "--help" and enable place for parsing other options in fu...Evan Hunter1-1/+27
2014-10-28Fix [info nameofexecutable] after [cd]Steve Bennett1-1/+1
2014-01-15jimsh: minor code cleanupsSteve Bennett1-6/+9
2011-10-21Update source files to reflect FreeBSD licenceSteve Bennett1-13/+27
2011-07-13Add tcl_platform(pathSeparator)Steve Bennett1-29/+3
2011-07-07Do just enough to make Jim useable with msys/mingwSteve Bennett1-0/+9
2011-06-01Add Jim_String() macroSteve Bennett1-4/+4
2011-04-14Support 'jimsh --version'Steve Bennett1-0/+5
2010-12-21All Jim source should include jimautoconf.hSteve Bennett1-0/+1
2010-11-19Allow Jim_InteractivePrompt() to return [exit] to callerSteve Bennett1-5/+5
2010-11-17Add UTF-8 support to regexpSteve Bennett1-0/+3
2010-11-08Don't hardcode /lib/jimSteve Bennett1-108/+26
2010-10-20Set $argc in jimshSteve Bennett1-0/+1
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-3/+6
2010-10-15Allow exit from .jimrcSteve Bennett1-6/+11
2010-10-15Clean up some debuggingSteve Bennett1-1/+1
2010-10-15Reduce excessive stack usageSteve Bennett1-24/+37
2010-10-15Clean up the indentation messSteve Bennett1-15/+23
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