summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 14:41:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-07 14:41:11 +0000
commit7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4 (patch)
tree4d2efec3e849f991b35ba7b6c4f2151727c44817 /nuttx/ChangeLog
parenta13b0a94218172b19c776501b117297d89617063 (diff)
downloadnuttx-7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4.tar.gz
nuttx-7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4.tar.bz2
nuttx-7aa2d7ac7678b5b7ee7dc2a817f123f0b8a366b4.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@659 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d38eed766..b5e50c317 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -316,9 +316,10 @@
* Added /dev/zero
* 'errno' is now defined to be *get_errno_ptr() with no name conflicts
* Added lseek() and fseek()
- * Integrated pascal test case on the simulation platform. Needs pascal-0.1.1.
- * Integrated pascal test case on the z16f platform. Needs pascal-0.1.2 (not
- yet released).
+ * Integrated Pascal interpreter test case on the simulation platform. Needs
+ pascal-0.1.1.
+ * Add Pascal test case on the z16f platform. Needs pascal-0.1.2 (does not
+ yet work due to some tool issues).
* C buffered I/O fixes:
- Fix fflush() return value,
- Add correct fflush behavior when the FILE argument is null.
@@ -329,6 +330,7 @@
* Pascal P-Code files are now standardized to big-endian for portability
* Fix a build problem with z80 and SDCC 2.7.0 (format of a map file changed)
(see bug 1887170)
+ * Pascal P-Code runtime now compiles with the SDCC toolchain.