summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/bas.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-8/+8
* BAS: output a new line when terminating to separate the last BAS output from ...Gregory Nutt2014-11-091-0/+6
* BAS: More name compatibility changesGregory Nutt2014-11-081-9/+9
* More global variable name changes for NuttX coding standards compatibility. ...Gregory Nutt2014-11-081-8/+10
* BAS: Fix another case were allocated pointer not being nullified and, hence, ...Gregory Nutt2014-11-081-368/+370
* BAS: Another file is close to the NuttX C coding styleGregory Nutt2014-11-041-1/+1
* BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-041-350/+820
* BAS: Remove config.h and INSTALL files. Add config options to KconfigGregory Nutt2014-11-031-7/+4
* Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfgGregory Nutt2014-11-031-13/+1
* Remove dependencies on TGETENT, SIGINT, SIGKILL, and most terminal configurat...Gregory Nutt2014-11-031-27/+6
* BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-021-23/+0
* BAS: Another file is closer to the coding styleGregory Nutt2014-11-021-4/+0
* A few baby steps toward getting closer to the coding standardGregory Nutt2014-11-011-1319/+1655
* Port of BAS 2.4 to NuttX by Alan Carvalho de AssisGregory Nutt2014-10-271-0/+1736