From 2d8db3fabcc41a0149de768893e92aeba66c7aee Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Feb 2008 19:13:50 +0000 Subject: [PATCH] Fix bug 1887170 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@642 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 16 +++++++++------- Documentation/NuttX.html | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 834812fe01..d38eed7668 100644 --- a/ChangeLog +++ b/ChangeLog @@ -319,14 +319,16 @@ * 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). - * C Buffered I/O fixes: - (1) Fix fflush() return value, - (2) Add correct fflush behavior when the FILE argument is null. - (3) Add logic to a correctly handle read/write access on the same FILE - (4) fseek() flushes read/write data when before moving the file pointer - (5) When read data is flushed, reposition the file pointer to account for - buffered, but unreand data + * C buffered I/O fixes: + - Fix fflush() return value, + - Add correct fflush behavior when the FILE argument is null. + - Add logic to a correctly handle read/write access on the same FILE + - fseek() flushes read/write data when before moving the file pointer + - When read data is flushed, reposition the file pointer to account for + buffered, but unreand data * 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) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a7e6caae9e..623ac7651c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -977,14 +977,16 @@ nuttx-0.3.8 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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). - * C Buffered I/O fixes: - (1) Fix fflush() return value, - (2) Add correct fflush behavior when the FILE argument is null. - (3) Add logic to a correctly handle read/write access on the same FILE - (4) fseek() flushes read/write data when before moving the file pointer - (5) When read data is flushed, reposition the file pointer to account for - buffered, but unreand data + * C buffered I/O fixes: + - Fix fflush() return value, + - Add correct fflush behavior when the FILE argument is null. + - Add logic to a correctly handle read/write access on the same FILE + - fseek() flushes read/write data when before moving the file pointer + - When read data is flushed, reposition the file pointer to account for + buffered, but unreand data * 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-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>