summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-10-07 12:30:36 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-10-07 12:30:36 +0000
commit9679ff8ac7c3190548962143990b09ace849f87a (patch)
treef3bc926ee046e7d03245a5b16ab0a7b752ff8ffc
parent4689cd594c43a5549dfa923d8655e2af009875b1 (diff)
downloadATCD-9679ff8ac7c3190548962143990b09ace849f87a.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c7
-rw-r--r--TAO/docs/compiler.html4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 8ef54129f41..7d28b6cd3b4 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,10 @@
+Wed Oct 7 08:29:51 1998 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
+
+ * doc/compiler.html:
+
+ Updated the documentation for the -Ge, -Gt options. Thanks to
+ Tom Dobridge <dobridge@persimmon.com> for pointing this out.
+
Wed Oct 07 02:50:39 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* TAO version 0.2.21 released.
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 65b328dd284..6b6b00d482e 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -249,14 +249,14 @@ are specific to it.
<TR NAME="Ge">
<TD><TT>-Ge</TT></TD>
<TD>
- Generate code that uses C++ exceptions
+ Generate code that uses C++ exceptions (unimplemented as yet)
</TD>
</TR>
<TR NAME="Gt">
<TD><TT>-Gt</TT></TD>
<TD>
- Generate optimized TypeCodes
+ Generate optimized TypeCodes (unimplemented as yet)
</TD>
</TR>