summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 05:17:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 05:17:57 +0000
commita13b0a94218172b19c776501b117297d89617063 (patch)
treee4e0501e4a36dbe9cc0392f61aef8fe1dd5b63b0
parent02665f6061ac2edd5f22a43ab016067fe6f15d81 (diff)
downloadnuttx-a13b0a94218172b19c776501b117297d89617063.tar.gz
nuttx-a13b0a94218172b19c776501b117297d89617063.tar.bz2
nuttx-a13b0a94218172b19c776501b117297d89617063.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@658 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--misc/pascal/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index e1544d345..864ee0fb5 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -12,4 +12,7 @@ pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
use with the z16f.
* Make sure that POFF header structures are aligned
* Standardized POFF file format to big-endian
+ * Break up large switch statements to lower complexity
+ and eliminate a compiler bug
+ * Changes so that runtime compiles with SDCC.