summaryrefslogtreecommitdiff
path: root/apps/system/readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to NSH and readline to permit NSH to work on a platform with no file ...Gregory Nutt2013-09-301-227/+42
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-4/+4
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-9/+13
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+0
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-16/+37
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-041-1/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-5/+24
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-5/+45
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+1
* Add ASCII and VT100 header filespatacongo2012-03-301-17/+13
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-6/+23
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-0/+332