summaryrefslogtreecommitdiff
path: root/jimsh.c
Commit message (Expand)AuthorAge
* jimsh: Allow option "--help" and enable place for parsing other options in fu...Evan Hunter2015-11-30
* Fix [info nameofexecutable] after [cd]Steve Bennett2014-10-28
* jimsh: minor code cleanupsSteve Bennett2014-01-15
* Update source files to reflect FreeBSD licenceSteve Bennett2011-10-21
* Add tcl_platform(pathSeparator)Steve Bennett2011-07-13
* Do just enough to make Jim useable with msys/mingwSteve Bennett2011-07-07
* Add Jim_String() macroSteve Bennett2011-06-01
* Support 'jimsh --version'Steve Bennett2011-04-14
* All Jim source should include jimautoconf.hSteve Bennett2010-12-21
* Allow Jim_InteractivePrompt() to return [exit] to callerSteve Bennett2010-11-19
* Add UTF-8 support to regexpSteve Bennett2010-11-17
* Don't hardcode /lib/jimSteve Bennett2010-11-08
* Set $argc in jimshSteve Bennett2010-10-20
* Remove dependence of jim core on stderrSteve Bennett2010-10-15
* Allow exit from .jimrcSteve Bennett2010-10-15
* Clean up some debuggingSteve Bennett2010-10-15
* Reduce excessive stack usageSteve Bennett2010-10-15
* Clean up the indentation messSteve Bennett2010-10-15
* Improve stack trace handlingSteve Bennett2010-10-15
* Bug fixes and featuresSteve Bennett2010-10-15
* Many improvements, bug fixesSteve Bennett2010-10-15
* Bugs, features, testsSteve Bennett2010-10-15
* Fix a couple of bugsSteve Bennett2010-10-15
* Implement some new featuresSteve Bennett2010-10-15
* Fix exit code from jimshoharboe2010-10-15
* $argv0 should be the name of the scriptoharboe2010-10-15
* Convert package to use jim-subcmdSteve Bennett2010-10-15
* More static extension stuffSteve Bennett2010-10-15
* Add clock commandSteve Bennett2010-10-15
* Add file and exec (along with subcmd support)Steve Bennett2010-10-15
* Split package and load out of jim.cSteve Bennett2010-10-15
* Strip out unneeded junk from JimSteve Bennett2010-10-15
* Cutover to new workware fork of Jim TclSteve Bennett2010-10-15
* Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek2010-02-01
* Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek2010-02-01
* Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek2010-02-01
* 2009-08-16 Steve Bennett <steveb@workware.net.au>oharboe2009-08-16
* * jimsh.c: $argv0 should be the name of the scriptoharboe2009-08-16
* * retire CVS keyword expansion. Plays havoc with patches.oharboe2008-06-16
* JimGetExePath needs to be a _path_ not the file name.patthoyts2005-04-13
* Fixes for this two bugs:antirez2005-04-11
* Rework of the [scan] command finished. It does not any longer usechi2005-04-10
* Fix win32 buildpatthoyts2005-04-08
* Fixed a typo that prevented compilation with JIM_ANSICantirez2005-04-07
* Modified jimsh.c in order to put the directory of the Jim executableantirez2005-04-06
* .jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez2005-04-05
* Did some fix in jimsh.c, exported some more API function to setantirez2005-03-08
* Added [info patchlevel] and setup argv0 and argv variables in jimsh.patthoyts2005-03-08
* jimsh addedantirez2005-03-02