summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b3b48677040..c4cc86b39f3 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,22 @@
+Thu Sep 14 11:59:48 2000 Ossama Othman <ossama@uci.edu>
+
+ * ace/Local_Name_Space_T.cpp (resolve_i, unbind_i):
+ * ace/Local_Tokens.cpp (acquire, tryacquire, renew):
+ * ace/Message_Queue_T.cpp (enqueue_prio, enqueue_head,
+ enqueue_tail, next):
+ * ace/Stream.cpp (open):
+ * ace/Task.cpp (suspend, resume, activate):
+ * ace/Token_Invariants.cpp (mutex_acquired, reader_acquired,
+ writer_acquired):
+
+ Fixed g++ "control reaches end of non-void function" warnings.
+
+ * bin/bootstrap (ACE_HTML_MAN_PAGES):
+
+ Fixed sed expression so that all man pages ending with `.3' are
+ substituted with HTML man pages ending with `.html', not just
+ the last man page in the list.
+
Wed Sep 13 15:21:34 2000 Ossama Othman <ossama@uci.edu>
* ace/Synch_T.cpp (ts_init, ts_object):