aboutsummaryrefslogtreecommitdiff
path: root/jim-interactive.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-04interactive: enable hint supportSteve Bennett1-20/+104
2023-07-04aio: change to use unix io, not stdioSteve Bennett1-0/+1
2023-02-03Convert some errant malloc/free to Jim_Alloc()/Jim_Free()Steve Bennett1-3/+3
2021-02-05build: quieten compiler warningsSteve Bennett1-1/+3
2021-01-23history: Add support for history keepSteve Bennett1-0/+15
2019-11-30jimsh: interactive mode: print nullsSteve Bennett1-1/+2
2018-07-08remove some unused variable assignmentsSteve Bennett1-1/+1
2018-03-25linenoise: Update to support multiline mode.Steve Bennett1-0/+7
2017-09-15history: Add autocompletion supportSteve Bennett1-16/+54
2017-03-03Fix some declarations after codeSteve Bennett1-1/+2
2016-10-06Fix for systems without umaskSteve Bennett1-0/+6
2016-09-29jimsh: Scriptable command-line completion supportSteve Bennett1-0/+42
2016-09-07jim-intereactive: reduce permissions on saved history fileSteve Bennett1-0/+5
2016-03-27Don't include unistd.h unless configure has found itEvan Hunter1-1/+3
2016-03-27jim: Jim_ScriptIsComplete() now takes an objectSteve Bennett1-5/+2
2016-03-27Small code cleanupsSteve Bennett1-9/+5
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