summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1998-12-06 20:19:26 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1998-12-06 20:19:26 +0000
commite962f9bbf3c0af5bdfcf89aaf333a36ad9608c07 (patch)
treeeb416ad32413e846044720daf6d9ff586cc5d999
parent28ea24b5649f26ae1d9b607ad81d19e01b5a2994 (diff)
downloadATCD-e962f9bbf3c0af5bdfcf89aaf333a36ad9608c07.tar.gz
Added entry for tao_idl.1 man page.
-rw-r--r--TAO/ChangeLog-98c17
1 files changed, 11 insertions, 6 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 1e465fdabd7..a4dee7a19ec 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,8 @@
+Sun Dec 6 14:13:52 1998 Ossama Othman <ossama@debian.org>
+
+ * TAO_IDL/tao_idl.1: Created a man page for tao_idl based on
+ Carlos' HTML tao_idl compiler page.
+
Sat Dec 6 13:30:50 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* orbsvcs/tests/ImplRepo/server_impl.cpp: Forgot a
@@ -101,14 +106,14 @@ Fri Dec 4 16:51:16 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Fri Dec 4 16:04:56 1998 Ossama Othman <ossama@debian.org>
* TAO_IDL/util/utl_global.cpp(IDL_GlobalData constructor):
- Added support for hardcoding a gperf default path other than
- $ACE_ROOT/bin/gperf. This works by #defining the ACE_GPERF
- macro at compile time to be the desired gperf.
+ Added support for hardcoding a gperf default path other than
+ $ACE_ROOT/bin/gperf. This works by #defining the ACE_GPERF
+ macro at compile time to be the desired gperf.
- For example: -DACE_GPERF=\"/usr/local/bin/gperf-ace\"
+ For example: -DACE_GPERF=\"/usr/local/bin/gperf-ace\"
- The actual gperf program must be included in the definition of
- ACE_GPERF, not just the directory in which it is located.
+ The actual gperf program must be included in the definition of
+ ACE_GPERF, not just the directory in which it is located.
Fri Dec 04 12:45:01 1998 David L. Levine <levine@cs.wustl.edu>