summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-28 23:41:30 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-28 23:41:30 +0000
commit20d4fb3332a09fa5ee02d074c068ab103e3e44c4 (patch)
tree2697e599b16581a0adf0635a9a49d0b774a6e564 /ChangeLog
parenteb03d3c45a6c0ff02ecffd66dd2621440969bde9 (diff)
downloadATCD-20d4fb3332a09fa5ee02d074c068ab103e3e44c4.tar.gz
ChangeLogTag:Tue Nov 28 15:39:51 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 31 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index d1e4cea28a9..6d6d763b5c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,29 +1,36 @@
+Tue Nov 28 15:39:51 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_compile:
+ Print out an error message when the script returns a non-zero
+ code. The errors where reported by email, but they didn't show
+ up in the make_pretty output.
+
Tue Nov 28 15:36:10 2000 Carlos O'Ryan <coryan@uci.edu>
- * bin/generate_doxygen.pl:
- Don't generate inline code for releases, it bloats the
- documentation, and does not make things any clearer.
-
- * html/index.html:
- Fixed URLs
-
- * etc/ace.doxygen:
- * etc/ace_man.doxygen:
- * etc/ace_rmcast.doxygen:
- * etc/ace_ssl.doxygen:
- * etc/tao_dynamicany.doxygen:
- * etc/tao_dynamicinterface.doxygen:
- * etc/tao_esf.doxygen:
- * etc/tao_implrepo.doxygen:
- * etc/tao_iormanip.doxygen:
- * etc/tao_iortable.doxygen:
- * etc/tao_portableserver.doxygen:
- * etc/tao_rtevent.doxygen:
- * etc/tao_strategies.doxygen:
- Make sure that ACE_THROW_SPEC is properly defined.
-
- * etc/tao.doxygen:
- Also fix the relative path to the ace doxygen files.
+ * bin/generate_doxygen.pl:
+ Don't generate inline code for releases, it bloats the
+ documentation, and does not make things any clearer.
+
+ * html/index.html:
+ Fixed URLs
+
+ * etc/ace.doxygen:
+ * etc/ace_man.doxygen:
+ * etc/ace_rmcast.doxygen:
+ * etc/ace_ssl.doxygen:
+ * etc/tao_dynamicany.doxygen:
+ * etc/tao_dynamicinterface.doxygen:
+ * etc/tao_esf.doxygen:
+ * etc/tao_implrepo.doxygen:
+ * etc/tao_iormanip.doxygen:
+ * etc/tao_iortable.doxygen:
+ * etc/tao_portableserver.doxygen:
+ * etc/tao_rtevent.doxygen:
+ * etc/tao_strategies.doxygen:
+ Make sure that ACE_THROW_SPEC is properly defined.
+
+ * etc/tao.doxygen:
+ Also fix the relative path to the ace doxygen files.
Tue Nov 28 13:31:47 2000 David L. Levine <levine@cs.wustl.edu>