aboutsummaryrefslogtreecommitdiff
path: root/jim-interactive.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-21many comment changes, some small code changesSteve Bennett1-1/+1
2014-01-03Remove tabs from source filesSteve Bennett1-5/+5
2013-11-09Strip trailing newline from Jim_HistoryGetLine()Steve Bennett1-0/+5
2011-12-09Make interactive getline/history API publicSteve Bennett1-17/+51
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-1/+2
2011-07-18Don't load and save history if not on a ttySteve Bennett1-2/+5
2011-06-01Add Jim_String() macroSteve Bennett1-1/+1
2011-04-25Remove out-of-date copyrightSteve Bennett1-2/+2
2010-12-21All Jim source should include jimautoconf.hSteve Bennett1-0/+1
2010-11-19Allow Jim_InteractivePrompt() to return [exit] to callerSteve Bennett1-2/+2
2010-11-17Add command line editing with linenoiseSteve Bennett1-15/+75
2010-11-17Add UTF-8 support to JimSteve Bennett1-0/+3
2010-10-15Portability fixesSteve Bennett1-1/+0
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-9/+7
2010-10-15Reduce excessive stack usageSteve Bennett1-2/+6
2010-10-15Clean up the indentation messSteve Bennett1-11/+13
2010-10-15Allow catch to specify what is caughtSteve Bennett1-7/+6
2010-10-15Many improvements, bug fixesSteve Bennett1-1/+2
2010-10-15Bug fixes, documentation updatesSteve Bennett1-0/+5
2010-10-15jimsh improvements plus documentationSteve Bennett1-1/+1
2010-10-15Implement some new featuresSteve Bennett1-2/+2
2010-10-15Strip out unneeded junk from JimSteve Bennett1-0/+62