summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-10 18:18:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-10 18:18:19 +0000
commit32fe084a178ac56eae2e543eba72d309185adba9 (patch)
treed66de5fca40c997eab44e5fd5350485768312136 /apps/ChangeLog.txt
parentb178fec3d84131c06bb015d60533a1b704650008 (diff)
downloadnuttx-32fe084a178ac56eae2e543eba72d309185adba9.tar.gz
nuttx-32fe084a178ac56eae2e543eba72d309185adba9.tar.bz2
nuttx-32fe084a178ac56eae2e543eba72d309185adba9.zip
Ported Ficl to NuttX apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3584 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index f78ae146b..9bdb87741 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -33,6 +33,7 @@
6.3 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * apps/interpreter: Add a directory to hold interpreters. The Pascal add-
+ * apps/interpreter: Add a directory to hold interpreters. The Pascal add-
on module now installs and builds under this directory.
-
+ * apps/interpreter/ficl: Added logic to build Ficl (the "Forth Inspired
+ Command Language"). See http://ficl.sourceforge.net/.