summaryrefslogtreecommitdiff
path: root/apps/interpreters
Commit message (Expand)AuthorAgeFilesLines
...
* BAS: Another function is closer to the NuttX coding styleGregory Nutt2014-11-033-1177/+1816
* 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-0315-250/+33
* Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfgGregory Nutt2014-11-0312-152/+39
* Remove dependencies on TGETENT, SIGINT, SIGKILL, and most terminal configurat...Gregory Nutt2014-11-037-486/+50
* 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-022-2/+54
* BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-027-630/+934
* BAS: Another file is closer to the coding styleGregory Nutt2014-11-0211-192/+346
* BAS: Conditionally compile out logic that depends on vfork if architecture do...Gregory Nutt2014-11-021-302/+310
* BAS: Remove long arguments from help textGregory Nutt2014-11-021-17/+11
* trivial, cosmeticGregory Nutt2014-11-021-1/+1
* BAS: Another file closer to the coding standardGregory Nutt2014-11-023-149/+300
* Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not definedGregory Nutt2014-11-023-1262/+1316
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-216/+568
* BAS: Add file headerGregory Nutt2014-11-021-3/+67
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-94/+486
* BAS: Another file is closer to the NuttX coding standardGregory Nutt2014-11-012-975/+1322
* Another BAS file is closer to the NuttX coding standardGregory Nutt2014-11-011-1062/+1320
* Remove another unused fileGregory Nutt2014-11-011-1103/+0
* Another file is close to the NuttX coding standardGregory Nutt2014-11-011-319/+439
* A few baby steps toward getting closer to the coding standardGregory Nutt2014-11-017-1388/+1730
* Remove more files that are unnecessary for NuttXGregory Nutt2014-11-013-3419/+0
* Remove some autoconfig files, include nuttx/clock.h in global.c, main.c need ...Gregory Nutt2014-11-018-8708/+114
* Remove duplicate getopt() in BASGregory Nutt2014-11-014-1370/+2
* Add suppport to build BAS as a NSH builtinGregory Nutt2014-11-011-0/+13
* BAS 2.4: Add autogenerated token.c file. From Alan Carvalho de AssisGregory Nutt2014-10-292-1/+5387
* Add BAS 2.4 .gitignoreGregory Nutt2014-10-291-0/+8
* Fix BAS 2.4 MakefileGregory Nutt2014-10-291-11/+4
* Remove locale support because it is not supported onGregory Nutt2014-10-281-3/+0
* Remove times() function because it doesn't exist on NuttXGregory Nutt2014-10-281-3/+2
* Fix some configuration dependencies, warnings, back up some previous changes ...Gregory Nutt2014-10-273-461/+456
* More compile fixesGregory Nutt2014-10-273-9/+5
* More BAS 2.4 fixesGregory Nutt2014-10-274-3/+66
* Add commits to BAS 2.4 Kconfig fileGregory Nutt2014-10-271-0/+21
* Include unistd.h for execl()Gregory Nutt2014-10-271-0/+1
* Port of BAS 2.4 to NuttX by Alan Carvalho de AssisGregory Nutt2014-10-27100-1/+32503
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-062-0/+4
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-098-357/+0
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-0910-1/+362
* Removed all support for the legacy configuration mechanism from the apps/ dir...Gregory Nutt2014-03-062-23/+4
* Updates to README filesGregory Nutt2013-06-012-8/+20
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+1
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-2/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+10
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-2/+0
* Remove .context kludge from apps/ directorypatacongo2012-12-231-1/+0
* Remove some dependencies of distclean on clean. This should not be necessary...patacongo2012-12-231-1/+1
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-293-6/+6