[rtems commit] doc: Note that rename() is only partially implemented.

Joel Sherrill joel.sherrill at oarcorp.com
Thu Feb 19 21:38:15 UTC 2015


We should review this entire document. I suspect our status is better than this document reflects. It is likely out of date.

On February 19, 2015 3:34:59 PM CST, Gedare Bloom <gedare at rtems.org> wrote:
>Module:    rtems
>Branch:    master
>Commit:    c53705c384e3cbb9716e2709e5cd3b7bbaa20609
>Changeset:
>http://git.rtems.org/rtems/commit/?id=c53705c384e3cbb9716e2709e5cd3b7bbaa20609
>
>Author:    Nick Withers <nick.withers at anu.edu.au>
>Date:      Mon Feb 17 19:39:27 2014 +1100
>
>doc: Note that rename() is only partially implemented.
>
>Replacing of existing files is not supported. See #2169.
>
>---
>
> doc/posix1003.1/ch05.t          | 2 +-
> doc/posix1003.1/ch08.t          | 1 +
> doc/posix1003.1/compliance_list | 2 +-
> 3 files changed, 3 insertions(+), 2 deletions(-)
>
>diff --git a/doc/posix1003.1/ch05.t b/doc/posix1003.1/ch05.t
>index bbdc04a..9aa28ba 100644
>--- a/doc/posix1003.1/ch05.t
>+++ b/doc/posix1003.1/ch05.t
>@@ -108,7 +108,7 @@ rmdir(), Function, Implemented
> @subsection Rename a File
> 
> @example
>-rename(), Function, Implemented
>+rename(), Function, Partial Implementation
> @end example
> 
> @section File Characteristics
>diff --git a/doc/posix1003.1/ch08.t b/doc/posix1003.1/ch08.t
>index 23b8269..80ac3c7 100644
>--- a/doc/posix1003.1/ch08.t
>+++ b/doc/posix1003.1/ch08.t
>@@ -101,6 +101,7 @@ putc(), Function, Implemented
> putchar(), Function, Implemented
> puts(), Function, Implemented
> remove(), Function, Implemented
>+rename(), Function, Partial Implementation
> rewind(), Function, Implemented
> scanf(), Function, Implemented
> fscanf(), Function, Implemented
>diff --git a/doc/posix1003.1/compliance_list
>b/doc/posix1003.1/compliance_list
>index daa42fa..69b71dd 100644
>--- a/doc/posix1003.1/compliance_list
>+++ b/doc/posix1003.1/compliance_list
>@@ -255,7 +255,7 @@ readdir(), Supported
> readdir_r(), Supported
> realloc(), Supported
> remove(), Supported
>-rename(), Supported
>+rename(), see note 2
> rewind(), Supported
> rewinddir(), Supported
> rmdir(), Supported
>
>_______________________________________________
>vc mailing list
>vc at rtems.org
>http://lists.rtems.org/mailman/listinfo/vc

--joel


More information about the devel mailing list