summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 06:19:59 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 06:19:59 +0000
commit29b0505c3a342e927a00207ec1e90313149c6db1 (patch)
treeabc34a0e87e7f425186a92d247a9ca65bf3423f9
parentbdba4e8fc951385aab9c8964e902d4e1dca86d0b (diff)
downloadATCD-29b0505c3a342e927a00207ec1e90313149c6db1.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b2
-rw-r--r--TAO/ChangeLog-98c10
-rw-r--r--apps/gperf/ChangeLog8
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 279bf2195aa..368f52e5c88 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,6 +1,6 @@
Fri Oct 09 00:02:01 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
- * ace/Asynch_IO.cpp: The YET another problem with doing multiple
+ * ace/Asynch_IO.cpp: Another problem with doing multiple
Asynch_Accepts have been fixed. Thanks very much James Hu for
reporting this. I was calling reactor's resume_handlers and
suspend_handlers instead of only for one handle. Thanks very much
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index d1eb693b3eb..5b4851084be 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,13 @@
+Fri Oct 9 01:15:54 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * tao/Operation_Table.cpp:
+ * tao/Operation_Table.h:
+ * TAO_IDL/be/be_interface.cpp:
+ Integrated Linear Search operation lookup strategy option to
+ TAO_IDL. We use again GPERF for generating lookup method for
+ this. Thanks to great work by Vishal (vishal@cs), GPERF has an
+ option to generate linear search code.
+
Thu Oct 8 17:37:14 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/ORB.h:
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index bde25d828fe..22957a4c7b0 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,11 @@
+Fri Oct 9 01:06:56 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * src/Options.cpp :
+ * src/Key_List.cpp (output_linear_search_function):
+ Changed option -z to -b for generating linear search. Removed
+ <len> parameter from the lookup code. We dont need <len> in the
+ generated code in the case of linear/binary search options.
+
Thu Oct 8 17:40:19 1998 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
* src/Gen_Perf.cpp (run): added the linear search changes.