summaryrefslogtreecommitdiff
path: root/apps/system/cle
Commit message (Collapse)AuthorAgeFilesLines
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+2
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* CLE: Last bugfix commit was insufficientGregory Nutt2014-05-231-25/+11
|
* CLE: Was not returning the terminating newline characterGregory Nutt2014-05-231-0/+9
|
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
|
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
|
* Update documentation, mostly related to the command line editorGregory Nutt2014-02-031-1/+1
|
* VI and CLE: Fix lots of typos in commentsGregory Nutt2014-02-021-9/+8
|
* CLE: Remove some un-used constant data definitionsGregory Nutt2014-02-021-13/+9
|
* CLE: Forgot to NUL terminate the command lineGregory Nutt2014-02-021-4/+11
|
* Fix bugs in EMACS command line editor, primarily errors in the VT100 commandsGregory Nutt2014-02-021-137/+149
|
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-024-0/+1080