xdc-B02
diff --git a/README b/README
index 0c1c72a..30e5c24 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-B01 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-B02 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -28,17 +28,17 @@
# clone the tree and merge/review user content
ggentree -u sascha@ti.com xdc.git/
- cd xdc-A??
+ cd xdc-B??
# unzip build.zip from the last released tree
- unzip ../xdc-A??/build.zip
+ unzip ../xdc-B??/build.zip
# make sure the user email and name are your eclipse credentials
# before making any changes that need to be pushed to eclipse
cat config-dr >> ./.git/config
# make sure the user email and name are your eclipse credentials
- git merge origin/xdccore-A-dr
+ git merge origin/xdccore-B-dr
# build the tree
SM-MAKE .clean
@@ -46,7 +46,7 @@
# update README
emacs README
- git commit -a -m xdc-A??
+ git commit -a -m xdc-B??
# release the tree
greltree -m "something brief and meaningful"
@@ -80,19 +80,12 @@
CHANGES
-./ tdiff and sfiles from library are now fixed, so the temporary
- replacements are deleted from this tree.
+xdc.tools.cdoc
+ eliminated use of XSLT
- this tree was built on sanbvnc01 because that host has on older
- version of the C library installed, and that's the one that will
- be required by xs.x86_64U and other executables. This will allow
- users who still didn't move to sanc-build hosts to use these
- executables.
-
-bundles fixed the path for the JRE installation for Linux
+xdc.*
+ minor cleanup
MRS
-ECL481455 generated C config file contains unused variable iStat in some
- cases
-
+ECL443437 - cdoc index.html does not have the left-pane tree when using Chrome
diff --git a/ident.c b/ident.c
index 3b77c43..5a4bc30 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B01"
+#define _VERS_ "@(#)*** xdc-B02"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;