Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
2d8db3fa
Commit
2d8db3fa
authored
17 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug 1887170
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@642
42af7a65-404d-4744-a932-0658087f49c3
parent
325e4e38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+9
-7
9 additions, 7 deletions
ChangeLog
Documentation/NuttX.html
+9
-7
9 additions, 7 deletions
Documentation/NuttX.html
with
18 additions
and
14 deletions
ChangeLog
+
9
−
7
View file @
2d8db3fa
...
...
@@ -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
B
uffered 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
b
uffered 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)
This diff is collapsed.
Click to expand it.
Documentation/NuttX.html
+
9
−
7
View file @
2d8db3fa
...
...
@@ -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
B
uffered 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
b
uffered 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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment