summaryrefslogtreecommitdiffstats
path: root/sinksh/repl/repl.cpp
Commit message (Collapse)AuthorAge
* A wrapper for linenoiseChristian Mollekopf2018-05-27
| | | | | Because global variables in header files don't work if included from multiple places.
* Replaced readline with cpp-linenoiseChristian Mollekopf2018-05-23
| | | | | | | | | ... a single header readline replacement that works on all linux, osx and windows (or so they claim). Besides cleaning up the code considerably, it should help us build sinksh on windows where readline is not really (there are some ancient broken readline ports) available. cpp-readline comes from here: https://github.com/yhirose/cpp-linenoise
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
(except for documentation).