xdc-H17
diff --git a/README b/README
index db3f0b5..cb4e746 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-H16 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-H17 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -64,21 +64,14 @@
CHANGES
-xdc.runtime added tags for Functional Requirements
+xdc.runtime fixed the existing tags and added new tags for Functional
+ Requirements
- removed 'char *' cast from System because it doesn;t help for
- MISRA.CAST.CONST
+core replaced internal names with leading underscores with new names
+ that do not trigger MISRA warnings
- changed parameter names in Rta from 'log' to 'logNum' because
- Klocwork tags 'log' as a name from the standard library that we
- should not be using
-
- deleted our definition of NULL. We had because some old compilers
- were not defining it, but we are now supporting only C99 compatible
- compilers and the C99 standard requires that NULL is defined
-
-xdc.runtime.archdocs
- new directory with architecture docs is added
+ changed a return value for a function in XML.java to avoid
+ warnings
MRS
diff --git a/ident.c b/ident.c
index 4d108e3..ea121a9 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-H16"
+#define _VERS_ "@(#)*** xdc-H17"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;