summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.