mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@673 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -326,7 +326,7 @@
|
|||||||
- Add logic to a correctly handle read/write access on the same FILE
|
- Add logic to a correctly handle read/write access on the same FILE
|
||||||
- fseek() flushes read/write data when before moving the file pointer
|
- fseek() flushes read/write data when before moving the file pointer
|
||||||
- When read data is flushed, reposition the file pointer to account for
|
- When read data is flushed, reposition the file pointer to account for
|
||||||
buffered, but unreand data
|
buffered, but unread data
|
||||||
* Pascal P-Code files are now standardized to big-endian for portability
|
* 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)
|
* Fix a build problem with z80 and SDCC 2.7.0 (format of a map file changed)
|
||||||
(see bug 1887170)
|
(see bug 1887170)
|
||||||
|
|||||||
@@ -956,7 +956,7 @@ Other memory:
|
|||||||
- Add logic to a correctly handle read/write access on the same FILE
|
- Add logic to a correctly handle read/write access on the same FILE
|
||||||
- fseek() flushes read/write data when before moving the file pointer
|
- fseek() flushes read/write data when before moving the file pointer
|
||||||
- When read data is flushed, reposition the file pointer to account for
|
- When read data is flushed, reposition the file pointer to account for
|
||||||
buffered, but unreand data
|
buffered, but unread data
|
||||||
* Pascal P-Code files are now standardized to big-endian for portability
|
* 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)
|
* Fix a build problem with z80 and SDCC 2.7.0 (format of a map file changed)
|
||||||
(see bug 1887170)
|
(see bug 1887170)
|
||||||
|
|||||||
@@ -450,7 +450,8 @@ o z16 (arch/z16)
|
|||||||
default:
|
default:
|
||||||
|
|
||||||
This will make sure that uwcase is not called but ulcase is called."
|
This will make sure that uwcase is not called but ulcase is called."
|
||||||
Status: Open
|
Status: Open. Due to licensing issues, I cannot include the modified
|
||||||
|
uwcase in the NuttX code base.
|
||||||
Priority: Medium
|
Priority: Medium
|
||||||
|
|
||||||
Description: Add support to maintain SPOV in context switching. This
|
Description: Add support to maintain SPOV in context switching. This
|
||||||
|
|||||||
Reference in New Issue
Block a user