summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/fs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all C files in apps/interpreters/bas to begin with bas_ in order to av...Gregory Nutt2014-11-111-1909/+0
* BAS: Home cursor after clearing screenGregory Nutt2014-11-111-0/+1
* BAS: Add support for color commandGregory Nutt2014-11-101-5/+24
* BAS: Accept either BS or DEL as the backspace charactgerGregory Nutt2014-11-091-1/+12
* BAS: Fix another case were allocated pointer not being nullified and, hence, ...Gregory Nutt2014-11-081-14/+18
* Need to nullify a pointer when BAS exits so that it is in the right state on ...Gregory Nutt2014-11-081-207/+213
* Fix backspace logic which was accidentally removed; Add some VT100 supportGregory Nutt2014-11-071-11/+35
* BAS: Add logic to handle serial consoles that end lines with CR, LF, CR&LF, o...Gregory Nutt2014-11-061-6/+27
* Recovering from GIT chaosGregory Nutt2014-11-061-18/+31
* BAS: Conditional compile out use of ftruncate()Gregory Nutt2014-11-061-31/+23
* BAS: Experimenta change -- ignore carriage returns in CRLF sequenceGregory Nutt2014-11-061-23/+31
* BAS: Conditional compile out use of ftruncate()Gregory Nutt2014-11-061-0/+5
* BAS: Another file is close to the NuttX C coding styleGregory Nutt2014-11-041-1/+1
* BAS: Another function is closer to the NuttX coding styleGregory Nutt2014-11-031-42/+4
* BAS: Remove some code that I removed too aggressivelyGregory Nutt2014-11-031-3/+41
* BAS: Remove config.h and INSTALL files. Add config options to KconfigGregory Nutt2014-11-031-7/+2
* Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfgGregory Nutt2014-11-031-33/+2
* Remove dependencies on TGETENT, SIGINT, SIGKILL, and most terminal configurat...Gregory Nutt2014-11-031-426/+29
* BAS: Back up the last change... it was right the way it was beforeGregory Nutt2014-11-021-1/+1
* BAS: Minor fix .. end file position is file size - 1Gregory Nutt2014-11-021-1/+1
* BAS: Workaround for missing fstatGregory Nutt2014-11-021-2/+47
* BAS: Another file is closer to the coding styleGregory Nutt2014-11-021-4/+0
* BAS: Another file closer to the coding standardGregory Nutt2014-11-021-1/+3
* Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not definedGregory Nutt2014-11-021-109/+151
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-216/+568
* BAS: Another file is closer to the NuttX coding standardGregory Nutt2014-11-011-974/+1321
* More BAS 2.4 fixesGregory Nutt2014-10-271-1/+23
* Port of BAS 2.4 to NuttX by Alan Carvalho de AssisGregory Nutt2014-10-271-0/+1432