summaryrefslogtreecommitdiff
path: root/shell.c
AgeCommit message (Expand)Author
2018-01-04Move sources to new src/ directoryRichard Braun
2018-01-04error: remove and use errno.h directlyRichard Braun
2018-01-04Make the copyright notice fit on 80 columnsRichard Braun
2018-01-04shell: new SHELL_REGISTER_CMDS macroRichard Braun
2017-12-18shell: fix header inclusionsRichard Braun
2017-10-07Change the license to MITRichard Braun
2017-07-25error: fix namespaceRichard Braun
2017-06-02shell: add comments about auto-completionRichard Braun
2017-06-01shell: add comment about line editingRichard Braun
2017-05-28shell: fix completionRichard Braun
2017-05-28shell: fix behaviour of del keyRichard Braun
2017-05-28shell: minor changeRichard Braun
2017-05-27shell: process carriage returns as new linesRichard Braun
2017-04-29Revert "Remove unneeded quotes when using #error"Richard Braun
2016-12-24shell: fix completion regressionRichard Braun
2016-12-09shell: handle multiple backspace control charactersRichard Braun
2016-12-09shell: fix completion on corner caseRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2016-10-25Fix uninitialized variable warningsRichard Braun
2015-03-12shell: new moduleRichard Braun