summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
blob: a84643c5049ff46ccb4eac99f1ca64ba21efe154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
Wed Jul 29 13:55:20 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

	* tao/Connect.cpp: Fixed indentation.

	* tao/TAO_Internal.cpp (close_services): service_open_count_
 	  should be reduced by one.

Wed Jul 29 12:32:48 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* tests/Param_Test/run_test.pl: 
	* tests/NestedUpcall/Triangle_Test/run_test.pl: 
	* tests/NestedUpcall/MT_Client_Test/run_test.pl: 
	* tests/Simple/run_test.pl: 
	* tests/Cubit/TAO/IDL_Cubit/run_test.pl: 
	* tests/Cubit/TAO/DII_Cubit/run_test.pl: 
	  Use unlink instead of system("rm") or system("del").

	* tests/Cubit/TAO/Makefile: 
	* tests/Cubit/TAO/DII_Cubit/Makefile: 
	  Added DII_Cubit to the default compilation.

	* tests/Cubit/TAO/MT_Cubit/run_test.pl: 
	  Added a one-button test.

	* tests/NestedUpcall/MT_Client_Test/client.h: 
	* tests/NestedUpcall/MT_Client_Test/client.cpp: 
	  Instead of using the thread id to decide which server we use
	  each client thread is assigned a number, even threads choose the
	  first server, odd threads the second one.  The thread id
	  approach was non-portable.

	* tests/POA/RootPOA/README: 
	* tests/POA/FindPOA/README: 
	* tests/POA/NewPOA/README: 
	  Updated this files, the tests don't print warning messages about
	  the svc.conf file anymore (actually the ORB doesn't).

Wed Jul 29 08:58:01 1998  Aniruddha Gokhale  <gokhale@mambo.cs.wustl.edu>

        * TAO_IDL/be/be_visitor_field/{field_ci, field_cs}.cpp: Added code
        to handle arrays. I had forgotten to invoke the code generator for
        arrays that are struct members. I had only handled the header file
        but not the inline file and the implementation file. The visitor
        that does this was already done, but it was not getting
        invoked. Thanks to Andreas Geisler
        (andreas.geisler@erls.siemens.de) for reporting this problem.

Wed Jul 29 06:45:54 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/NestedUpcall/MT_Client_Test/ local_server.cpp (MT_Server):
          reordered initializers to match declaration order.

        * orbsvcs/tests/EC_Multiple/EC_Multiple.h: allow up to 1024 each
          consumers and suppliers.

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (main): dynamically
          allocate the Test_ECG instance so that a large stack space isn't
          required.

        * orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h,
          run_dynamic,gen_dynamic,dyn_plot:  added 1000 low-priority
          consumers.  Used these versions for DASC-98 paper.

Tue Jul 28 23:01:21 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/tests/Logger/runtests.pl: Removed this since it has been
          replaced.

        * orbsvcs/tests/Logger/run_test.pl: Cleaned this script up by
          removing the code that wasn't needed.

Tue Jul 28 16:54:00 1998  Jeff Parsons <jp4@cs.wustl.edu>

        * TAO/tests/Param_Test/bd_struct_seq.cpp: Sequence length
          initialization didn't work, so zero-length sequence always
          returned "correct" results in sii call. Fixed it so the
          sequence length is actually initialized, gets correct results
          in sii test, correct with dii as well, but request crashes on
          release, same as for var_struct. Still looking into that.

Tue Jul 28 16:43:22 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Event_Latency/run_test.pl:
        * orbsvcs/tests/EC_Multiple/run_test.pl:
        * orbsvcs/tests/EC_Throughput/run_test.pl:
        * orbsvcs/tests/Simple_Naming/run_test.pl:
          Added and updated the one-button tests for this directories.

        * tests/Param_Test/bd_string.cpp:
          The name of the test was wrong.

Tue Jul 28 16:25:11 1998  Jeff Parsons <jp4@cs.wustl.edu>

        * tao/Sequence_T.i : Reversed the order of 2 args in
          the base class call of one of the
          constructors for TAO_Bounded_Sequence<T,MAX> and added a line to
          this and to the default constructor for TAO_Bounded_Sequence<T,MAX>
          to allocate the buffer to MAX size upon instantiation.

        * tao_idl/be/be_visitor/gen_bounded_sequence_ch.cpp:
        * tao_idl/be/be_visitor/gen_bounded_str_sequence_ch.cpp:
        * tao_idl/be/be_visitor/gen_bounded_obj_sequence_ch.cpp:
          Made the changes corresponding to the changes above in
          Sequence_T.i.

Tue Jul 28 16:22:28 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h:
          removed ACE_Scheduler_Factory::use_runtime () call, so that
          this header can be included by EC_Multiple.cpp even for
          local (config) runs.

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp: added
          ACE_Scheduler_Factory::use_runtime () calls, when in
          runtime mode only.  Also, added printouts just before
          registering each supplier and consumer, to help debugging.

        * tests/NestedUpcall/MT_Client_Test/client.cpp (init): use of
          ACE_thread_t as an unsigned long requires a reinterpret_cast.

Tue Jul 28 15:07:32 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/Hardpack/IDL_Cubit/cubit.idl:
                Added cube_oneway and cube_void operations.
        * tests/Cubit/Hardpack/IDL_Cubit/cubit_impl.{h,cpp}:
        * tests/Cubit/Hardpack/IDL_Cubit/client_i.{h,cpp}:
                Added implementation code for cube_oneway and cube_void.

Tue Jul 28 13:49:01 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/NestedUpcall/Makefile:
          Added MT_Client_Test.

        * tests/NestedUpcall/MT_Client_Test/Makefile:
          Updated dependencies.

Tue Jul 28 11:09:35 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.cpp :
                Removed unnecessary commented code.
        * tests/Cubit/TAO/MT_Cubit/Task_Client.cpp:
                Added argument processing code for option "-r" which
                enables the thread-per-rate test.
        * tests/Cubit/TAO/MT_Cubit/client.cpp:
                Added code so that the main thread waits on a condition
                variable after activating the CB_20_HZ_CONSUMER thread so
                that it finishes the argument processing.

Tue Jul 28 10:17:18 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h:
          removed static storage class qualifier from declaration of
          scheduler_factory_setup.  It's the right thing to do, but
          with it, DEC cxx complains about an unused variable.

        * orbsvcs/orbsvcs/Scheduler_Factory.cpp (footer): removed
          "static" storage class qualifier so that it's not inserted
          into generated code.

Tue Jul 28 10:08:33 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/LifeCycle_service/Factory_Trader.cpp:
          Addressed one cxx and one g++ error.

Mon Jul 27 15:23:33 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB.cpp (open): Changed the open_called_ flag from an atomic
          op to a normal int. Also added the open_lock_ mutex to protect
          the entire open routine. Now we do a double check instead of
          checking the simply check the open_called_ atomic op.

          (create_stub_object): Added a new method to the ORB that makes
          sure that the open routine has been called before creating any
          stubs.

        * tao/ORB_Core.cpp (init): There is no need to call ORB::open if
          the port is 0.  It will automagically be called when the first
          stub is created.

        * tao/Servant_Base.cpp (_create_stub): Made sure to call the new
          ORB method when creating stubs.

        * tao/orbconf.h (TAO_DEFAULT_SERVER_PORT): Changed the default
          port to 0.

        * tests/NestedUpcall/Reactor/client.cpp (run):
        * tests/NestedUpcall/MT_Client_Test/local_server.cpp (run_ORB_briefly):
        * tests/NestedUpcall/Triangle_Test/initiator.cpp (run):

          No need to call orb->run (ACE_Time_Value::zero)

Mon Jul 27 17:30:53 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/LifeCycle_Service/Factory_Trader.{h,cpp}: Enabled all
          the functionality by default since the Trading Service is now
          in good shape.

        * tests/Quoter/client.cpp:
        * tests/Quoter/Generic_Factory.cpp:
        * tests/Quoter/run_test.pl:
          Enabled all the LifeCycle functionality and all looks good on
          NT.

        * TAO_IDL/tao_idl.dsp: Release version now has debug information
          in a separate file (or else it doesn't work at all), and the
          Release version of the compiler is placed in the Release
          subdirectory.  This will most likely be teh format we will use
          for executables: the debug version in .\ and the release in
          .\Release\ (both with the same name).

Mon Jul 27 16:59:14 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * orbsvcs/orbsvcs/Naming/Naming_Utils.{h,cpp}: Added minor
          formating changes
        * orbsvcs/tests/Logger/README: Added minor formatting changes
        * orbsvcs/tests/Logger/client.cpp: Added minor formatting changes
        * orbsvcs/tests/Logger/server.cpp: Added minor formatting changes
        * orbscvs/tests/Logger/client_i.{h,cpp}: Added minor formatting
          changes
        * orbsvcs/tests/Logger/server_i.{h,cpp}: Added minor formatting
          changes
        * orbsvcs/tests/Logger/run_test.pl: Fixed a small error where
          script tried to kill a non-existant process.

Mon Jul 27 17:15:25 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/dyn_plot: added this perl script,
          which was used to generate plots for the DASC '98 paper.

Mon Jul 27 17:11:07 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader_T.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Constraint_Visitor.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
          Fixed compiler errors with g++ 2.7.2. Thanks to good ol' Sergio
          <sergiof@microsoft.com> for pointing this out.

Mon Jul 27 16:55:18 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/NestedUpcall/MT_Client_Test/run_test.pl:
        * tests/NestedUpcall/Reactor/run_test.pl:
        * tests/NestedUpcall/Triangle_Test/run_test.pl:
        * tests/Simple/run_test.pl:
        * tests/Cubit/TAO/DII_Cubit/run_test.pl:
        * tests/Cubit/TAO/IDL_Cubit/run_test.pl:
          Capture the client status and return it, also wait (or kill) the
          server before exit.

        * tests/Param_Test/results.h:
        * tests/Param_Test/results.cpp:
        * tests/Param_Test/client.cpp:
          Print the test name *before* attempting to run it, so the output
          is visible even on a crash. Also print an easy to grep message
          on test failure.

        * tests/Param_Test/run_test.pl:
          By default use ORBport 0 and run the tests 5 times (just for
          luck).

        * orbsvcs/orbsvcs/Event/Event_Channel.h:
          Made the push() methods on the Supplier_Module and the
          Consumer_Module virtual, so users can provide their own.

Mon Jul 27 1:26:44 1998  Jeff Parsons <jp4@cs.wustl.edu>

      * TAO/tests/Param_Test/var_struct{.h,.cpp}: Committed my
        changes so far so others can check it out. DII version
        doesn't work yet.

Mon Jul 27 12:44:12 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Invocation.cpp (start): Modified the code in
          TAO_ARL_USES_SAME_CONNECTOR_PORT so the connector always binds
          to the host IP address specified in the ORB Core.  Thanks to
          Fred Kuhns <fredk@arl.wustl.edu> for pointing this out.

Sun Jul 26 21:01:09 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.cpp:
        * tests/Cubit/TAO/MT_Cubit/client.cpp:
                Added preliminary argument processing code so
        that we can allocate memory for data structures for the
        number of threads specified on the command line.

Sun Jul 26 16:58:54 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.cpp : Fixed the argument
        processing of  low priority servants.

Sun Jul 26 16:02:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/ORB_Core.cpp: Removed a line in unset_leader_wake_up_follower
          which did not belong there any more.

Sun Jul 26 13:50:20 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/tests/Concurrency/Makefile:
        * orbsvcs/tests/Logger/Makefile:
        * orbsvcs/tests/Simple_Naming/Makefile:
        * orbsvcs/tests/Trading/Makefile:
        * tests/NestedUpcall/Reactor/Makefile:
        * tests/NestedUpcall/Triangle_Test/Makefile:
        * tests/POA/Default_Servant/Makefile:
        * tests/POA/Generic_Servant/Makefile:
          The realclean target was not removing all the files.

Sun Jul 26 10:11:07 1998  Carlos O'Ryan  <coryan@JIG>

        * orbsvcs/Trading_Service/Trading_Service.cpp:
        * orbsvcs/tests/Trading/colocated_test.cpp:
          MSVC++ and std::auto_ptr don't like implicit conversions from
          the pointer type to the auto_ptr, this is (I believe) the
          standard behavior.

        * orbsvcs/tests/Logger/server.dsp:
        * orbsvcs/tests/Logger/client.dsp:
          Added missing files to the project.

Sun Jul 26 09:17:58 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/EC_Multiple.h: increased
          MAX_CONSUMERS and MAX_SUPPLIERS to 100.

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp: 1) added support
          for dynamic scheduling test (ECM3).  2) In config runs, dump
          the schedule before shutting the test down.  An exception is
          usually thrown when shutting the test down, for all but the
          first EC.  This change allows the schedule to still be dumped.

        * orbsvcs/tests/EC_Multiple/{Scheduler_Runtime_Dynamic.h,
          run_dynamic,gen_dynamic}: added support for dynamic
          scheduling test.  Currently, it requires that TAO
          be build with the CCFLAGS: -DTAO_USES_STRATEGY_SCHEDULER
          -DTAO_USES_MUF_SCHEDULING -DTAO_MIN_CRITICAL_PRIORITY=0.

        * orbsvcs/tests/EC_Multiple/run_{latency,overhead,schedule,
          throughput,utilization}: use ORBport 0 instead of hard-coded port.
          For NameService, use $NameServicePort if it is defined in the
          user's environment.

Sat Jul 25 15:21:45 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/lex.yy.cpp:
          The condition for imported vs. main file changed after the
          addition of the #line directive.

Sat Jul 25 14:15:46 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Scheduler.cpp: removed
          ACE_{Read,Write)_Guard<ACE_SYNCH_MUTEX> template instantiations
          because they're in libTAO.

Sat Jul 25 13:56:45 1998  Carlos O'Ryan  <coryan@JIG>

        * TAO_IDL/driver/drv_preproc.cpp:
          Generate a #line directive which is accepted by more compilers.

Fri Jul 24 21:44:09 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Exception.i:
        * tao/Exception.cpp:
          ExceptionList was not releasing the TypeCodes in its destructor,
          this produced a memory leak at shutdown, because there is a list
          with the standard exceptions typecodes.
          A similar problem ocurred with the CORBA::_tc_* exceptions.
          NOTE: Purify-4.0.1 on Solaris 2.5 gets confused by these fixes
          and reports bogus FNH and memory leak problems. The bug is
          triggered by an interaction with TAO's use of the Service
          Configurator to dynamically load libTAO, apparently when using
          Purify the library static constructors are called two times; the
          problem does not ocurr when *not* using purify or when not
          loading the library. To test the latter just run a TAO test
          (like $TAO_ROOT/tests/Param_Test) with and without the option
          "-ORBsvcconf /dev/null".  Verifying the purify confusion
          requires more work, try stopping in one of the static
          constructors (like TypeCodes), then set a breakpoint for the
          same constructor at the same address and continue the program,
          when TAO loads the library you will see the constructor executed
          again; this will *not* happen when running without purify.

        * tao/Object_Table.h:
        * tao/Object_Table.cpp:
          Removed static object, now it is a member of the class.

        * tao/Typecode.cpp:
          Removed outdated comments.

        * tests/Param_Test/svc.conf:
          Removed obsolete comments, the web page describes the options in
          more detail.

        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          Fixed delete of (void*). Thanks to John Mulhern
          <9107@mn3.lawson.lawson.com> for reporting this.

        * tests/Param_Test/any.cpp:
          Fixed ambiguous call to >>= also reported by John Mulhern

        * orbsvcs/orbsvcs/Makefile:
          The maintaince of the .PRECIOUS directives for IDL generated
          files was becoming a nightmare, it is automated now.
          Some IDL files include others, we need to add an explicit
          dependency in those cases.

        * TAO_IDL/driver/drv_preproc.cpp:
          Added a #lineno "filename" directive to the temporary files, so
          the IDL compiler can generate better error messages.

Fri Jul 24 17:00:09 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp (open_queue):
          set period of dispatch queue to its period, rather than 0,
          so that the scheduler will handle it properly.

Fri Jul 24 16:15:08 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.h:
          Fixed template trait problems with HP/UX 11. Thanks to
          John Mulhern <9107@mn3.lawson.lawson.com> for reporting this.

Fri Jul 24 15:16:28 1998  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/tests/Concurrency/CC_command.tab.cpp,
          orbsvcs/tests/Concurrency/CC_command.tab.y: Fixed a couple of
          minor inconsistencies that showed up on HP/UX 11.  Thanks to
          John Mulhern <9107@mn3.lawson.lawson.com> for reporting this.

Fri Jul 24 09:56:27 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Simple/client_impl.cpp:
          On UNIX you close() the handle, not the file name.

        * tests/Makefile:
        * tests/Simple/Makefile:
          Added $TAO_ROOT/tests/Simple to the compilation.

Fri Jul 24 01:40:53 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/CDR.cpp:
          The check for memory ownership of the Message_Block was
          inverted, thanks to Dave Meyer <dmeyer@std.saic.com> for
          catching this one.

        * release.chk:
          Updated the file to include the new platforms, the new tests in
          Param_Test and to remove the old info (that is probably
          outdated)

Thu Jul 23 23:15:33 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.cpp (start_servants):
          fixed some signed/unsigned comparisons.  (main): removed
          unused local "temp_ptr".

Thu Jul 23 19:59:31 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.cpp: Added code so that -ORB
        arguments are passed to the low priority thread as well. Also now
        the high priority threads checks the -p and -h arguments before
        ORB_init so that it uses the port specified on the command line.

Thu Jul 23 16:54:59 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Server_Request.cpp:
          Care must be exercised when transferring the exception from the
          Environment to the Any (in set_exception()): both believe that
          they own the Exception so the refcnt() must be increased.

        * tao/Any.cpp:
          The Any owns the top-level memory for the objects it contains,
          we delete it now.

        * tao/Typecode.h:
        * tao/Typecode.cpp:
          Fixed memory leaks in the private_member_name_list and in
          Typecodes created on the stack (not owned by the ORB, yes there
          are some).

        * orbsvcs/Trading_Service/Makefile:
        * orbsvcs/tests/Trading/Makefile:
          Updated dependencies.

Thu Jul 23 13:06:10 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Removed excesive unindentation, the generated code was
          unreadable, but correct, it just happens that I have to debug it
          every so often.

        * TAO_IDL/be/be_helper.cpp:
          Never accept negative indentation values.

Thu Jul 23 12:18:04 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.cpp: added
          ACE_Singleton<Globals, ACE_Null_Mutex> template instantiation.

Wed Jul 22 19:18:03 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB_Core.cpp (inherit_from_parent_thread): Added the
          inheritance of the Acceptor, Reactor, and the Connector to the
          newly created thread.

Wed Jul 22 17:33:36 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/compat/initguid.h:
        * tao/compat/objbase.h:
          This files are not used anymore, in fact, I thought I had
          removed them already.

Wed Jul 22 16:37:56 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.{h,cpp}: Added a new Globals
        class which is used as a singleton by the various threads for
        accessing the global parameters. Also added code so that the
        server accepts -ORB arguments on the command line.

Wed Jul 22 16:26:34 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Makefile:
        * tao/Marshal.h:
        * tao/Marshal.i:
        * tao/deep_copy.cpp:
          The deep_copy methods are not used any more, Anys using
          marshalling instead.

        * tao/ORB.h:
        * tao/NVList.h:
        * tao/NVList.i:
        * tao/Request.h:
        * tao/Request.i:
          Added T_var and T_out classes for NVList, NamedValue and
          Request.

        * tao/Object.i:
        * tao/Object.cpp:
          All the Object_out and Object_var methods are defined as inline
          methods.

        * tests/Param_Test/client.cpp:
          Use the new CORBA::Request_var class.

        * tests/Param_Test/any.cpp:
        * tests/Param_Test/any.h:
        * tests/Param_Test/bd_long_seq.cpp:
        * tests/Param_Test/bd_long_seq.h:
        * tests/Param_Test/bd_short_seq.cpp:
        * tests/Param_Test/bd_short_seq.h:
        * tests/Param_Test/bd_str_seq.cpp:
        * tests/Param_Test/bd_str_seq.h:
        * tests/Param_Test/bd_string.cpp:
        * tests/Param_Test/bd_string.h:
        * tests/Param_Test/bd_struct_seq.cpp:
        * tests/Param_Test/bd_struct_seq.h:
        * tests/Param_Test/fixed_array.cpp:
        * tests/Param_Test/fixed_array.h:
        * tests/Param_Test/fixed_struct.cpp:
        * tests/Param_Test/fixed_struct.h:
        * tests/Param_Test/nested_struct.cpp:
        * tests/Param_Test/nested_struct.h:
        * tests/Param_Test/objref.cpp:
        * tests/Param_Test/objref.h:
        * tests/Param_Test/short.cpp:
        * tests/Param_Test/short.h:
        * tests/Param_Test/typecode.cpp:
        * tests/Param_Test/typecode.h:
        * tests/Param_Test/ub_any_seq.cpp:
        * tests/Param_Test/ub_any_seq.h:
        * tests/Param_Test/ub_long_seq.cpp:
        * tests/Param_Test/ub_long_seq.h:
        * tests/Param_Test/ub_objref_seq.cpp:
        * tests/Param_Test/ub_objref_seq.h:
        * tests/Param_Test/ub_short_seq.cpp:
        * tests/Param_Test/ub_short_seq.h:
        * tests/Param_Test/ub_str_seq.cpp:
        * tests/Param_Test/ub_str_seq.h:
        * tests/Param_Test/ub_string.cpp:
        * tests/Param_Test/ub_string.h:
        * tests/Param_Test/ub_struct_seq.cpp:
        * tests/Param_Test/ub_struct_seq.h:
        * tests/Param_Test/var_array.cpp:
        * tests/Param_Test/var_array.h:
        * tests/Param_Test/var_struct.cpp:
        * tests/Param_Test/var_struct.h:
          The add_args() method receives NVList_ptr parameters instead of
          NVList_ptr& otherwise it is too hard to use a NVList_var.

Wed Jul 22 15:58:11 1998  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.1.41 released.

Wed Jul 22 15:00:00 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * orbsvcs/tests/Logger/client_i.cpp: Did a little cleaning up,
        that's all.

        * orbsvcs/orbsvcs/Log/Logger_i.cpp: Adjusted the
        <Logger_i::verbosity_conversion> method to work properly.


Wed Jul 22 14:16:53 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * Makefile: Removed the reference to "client.h" which was
        confusing the compiler and causing all sorts of mayhem (since
        client.h has been removed). Huzzah.

Wed Jul 22 14:12:34 1998  Jeff Parsons <jp4@cs.wustl.edu>

      * TAO/tests/Cubit/TAO/DII_Cubit/client.cpp
        Changed ACE_OS::strdup () in constructor initializations to
        CORBA::string_dup () and added corresponding CORBA::string_free ()
        in destructor.

Wed Jul 22 13:43:15 1998  Jeff Parsons <jp4@cs.wustl.edu>

      * TAO/tests/Param_Test/options.{h,cpp}:
        fixed -f option in parse_args so a #define MAX_BUFFER_LENGTH
        is no longer needed. Added private member function read_ior
        which uses ACE_Read_Buffer.

Wed Jul 22 12:41:22 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Database.h:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
          Used CORBA::is_nil consistently. Fixed purify warning.

Wed Jul 22 11:55:35 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Any.cpp:
          Removed uses == operator for TypeCode_var and TypeCode_ptr,
          NT does not like this (it is ambigous) and the semantics are
          also broken, we use TypeCode::equal() instead; thanks to Darrell
          Brunsch for reporting this.

        * tao/Server_Request.cpp:
        * tao/NVList.cpp:
          We were passing a TypeCode_var without calling .in() first,
          thansk to Seth B. Widoff for catching up this one.

Wed Jul 22 11:18:51 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * Makefile: Updated the Makefile to include the server_i and
        client_i. This should fix failing compiles. I should have done
        this in my previous commit. Gomen  ^_^

Wed Jul 22 11:15:07 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp (compute_scheduling):
          dereference infos (with ptr ()) before comparing it with 0.
          No more visits from Mr. SIGSEGV.

Wed Jul 22 11:09:55 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_si.cpp:
          The in_multiple_inheritance() method was generated for the wrong
          class.

Wed Jul 22 10:07:17 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Any.cpp:
        * tao/CurrentC.cpp:
        * tao/IIOP_Object.cpp:
        * tao/NVList.cpp:
        * tao/POAC.cpp:
        * tao/Server_Request.cpp:
        * tao/append.cpp:
        * tao/decode.cpp:
        * tao/deep_copy.cpp:
        * tao/deep_free.cpp:
        * tao/encode.cpp:
        * tao/skip.cpp:
          Callers to Any::type should be careful to release the
          TypeCode_ptr it returns.

        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
          The >>= was using Any::type() but not realeasing the memory that
          method returns.  We stick the result into a _var.  I also added
          a small optimization: for some types the >>= operator uses
          replace() to change the contents of the Any (thus minimizing
          future memory allocation and demarshalling), but it reused the
          Any typecode, usually obtained from the wire; now we use the
          global Typecode, in an attempt to free memory ASAP inside the
          ORB.

        * docs/Options.html:
          The info about the -ORBpoalock default value was wrong.

Wed Jul 22 08:56:34 1998  Aniruddha Gokhale  <gokhale@mambo.cs.wustl.edu>

        * TAO_IDL/be_include/be_interface.h
          TAO_IDL/be/be_interface.cpp:

        Added a data member (called in_mult_inheritance_) and
        corresponding set/get methods for determining if an
        interface node is involved in some form of multiple inheritance
        either directly or indirectly thru its ancestors. We make use of
        the template method "traverse_inheritance_graph" by passing a new
        helper method called "in_mult_inheritance_helper".

        * TAO_IDL/be_visitor_interface/{interface_sh, interface_si}.cpp:
        Added code to generate the inline method on the skeleton class
        that indicates if we are directly or indirectly involved in some
        form of multiple inheritance.

Wed Jul 22 00:29:32 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Invocation.cpp:
          Fixed problem in TIMEPROBE initialization.

Tue Jul 21 22:05:15 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/ Task_Client.cpp: added
          ACE_Condition<ACE_SYNCH_MUTEX> template instantiation.

Tue Jul 21 21:12:31 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * orbsvcs/orbsvcs/Log/Logger_i.{h,cpp}:Added 2 new methods to get and
        set the verbosity level

        * orbsvcs/orbsvcs/Logger.idl: Enabled the verbosity method

        * orbsvcs/tests/Logger/run_test.pl: Renamed from
        runtests.pl. Removed nameservice code

        * orbsvcs/tests/Logger/README: Edited to provide more detail

        * orbsvcs/tests/Logger/client_i.{h,cpp}: New files. Interface and
        implementation of the <Logger_Client> class

        * orbsvcs/tests/Logger/server_i.{h,cpp}: New files. Interface and
        implementation of the <Logger_Server> class.

        * orbsvcs/tests/Logger/client.cpp: Restructured the code. Moved
        most of the work onto the <Logger_Client> class defined in
        client_i.h. main () is now rather stripped down

        * orbsvcs/tests/Logger/server.cpp: Restructured the code. Moved
        most of the work onto the <Logger_Server> class defined in
        server_i.h. main () is now rather stripped down.

Tue Jul 21 17:29:15 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs_lib.dsp:
        * orbsvcs/orbsvcs/orbsvcs.dsw
          Removed orbsvcs_lib since it isn't needed anymore and it is
          very out-of-date.

        * tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.dsp:
          tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.dsw:
          The perl script run_tests.pl replaces the executable.

        * TAOACE.dsw:
          Added Naming Service to the list, since it is used by many
          tests (and I was forgetting to rebuild it all the time).

        * tests/Simple/run_test.pl:
        * tests/Quoter/run_test.pl:
        * tests/Cubit/TAO/IDL_Cubit/run_test.pl:
          Uses common Uniqueid now.

        * tests/Cubit/TAO/DII_Cubit/DII_Cubit.dsw:
          The included project was renamed.

        * tests/TAO_Tests.dsw:
          New Workspace that includes all the project files for TAO tests.

        * orbsvcs/orbsvcs.dsw:
          Moved some tests out and some servers in.

        * TAO_IDL/tao_idl.dsp
        * orbsvcs/Concurrency_Service/Concurrency_Service.dsp:
        * orbsvcs/Dump_Schedule/Dump_Schedule.dsp:
        * orbsvcs/Event_Service/Event_Service.dsp:
        * orbsvcs/LifeCycle_Service/LifeCycle_Service.dsp:
        * orbsvcs/Naming_Service/Naming_Service.dsp:
        * orbsvcs/Scheduling_Service/Scheduling_Service.dsp:
        * orbsvcs/Trading_Service/Trading_Service.dsp:
        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/tests/Concurrency/CC_client.dsp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.dsp:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.dsp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.dsp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.dsp:
        * orbsvcs/tests/Event_Latency/Event_Latency.dsp:
        * orbsvcs/tests/Logger/client.dsp:
        * orbsvcs/tests/Logger/server.dsp:
        * orbsvcs/tests/Sched_Conf/Sched_Conf.dsp:
        * orbsvcs/tests/Simple_Naming/client.dsp:
        * orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.dsp:
        * orbsvcs/tests/Simulator/DOVEMIB/DOVEMIBx.dsp:
        * orbsvcs/tests/Simulator/DOVEMIB/TestClient.dsp:
        * orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.dsp:
        * orbsvcs/tests/Trading/Colocated_Test.dsp:
        * orbsvcs/tests/Trading/Export_Test.dsp:
        * orbsvcs/tests/Trading/Import_Test.dsp:
        * orbsvcs/tests/Trading/TradingLib.dsp:
        * tao/TAO.dsp:
        * tests/CDR/basic_types.dsp:
        * tests/CDR/growth.dsp:
        * tests/CDR/tc.dsp:
        * tests/Cubit/TAO/DII_Cubit/client.dsp:
        * tests/Cubit/TAO/IDL_Cubit/client.dsp:
        * tests/Cubit/TAO/IDL_Cubit/collocation_test.dsp:
        * tests/Cubit/TAO/IDL_Cubit/server.dsp:
        * tests/Cubit/TAO/MT_Cubit/client.dsp:
        * tests/Cubit/TAO/MT_Cubit/server.dsp:
        * tests/NestedUpcall/MT_Client_Test/client.dsp:
        * tests/NestedUpcall/MT_Client_Test/server.dsp:
        * tests/NestedUpcall/Reactor/client.dsp:
        * tests/NestedUpcall/Reactor/server.dsp:
        * tests/NestedUpcall/Triangle_Test/initiator.dsp:
        * tests/NestedUpcall/Triangle_Test/server_A.dsp:
        * tests/NestedUpcall/Triangle_Test/server_B.dsp:
        * tests/OctetSeq/OctetSeq.dsp:
        * tests/POA/DSI/client.dsp:
        * tests/POA/DSI/server.dsp:
        * tests/POA/Default_Servant/client.dsp:
        * tests/POA/Default_Servant/server.dsp:
        * tests/POA/Explicit_Activation/server.dsp:
        * tests/POA/FindPOA/FindPOA.dsp:
        * tests/POA/Forwarding/client.dsp:
        * tests/POA/Forwarding/server.dsp:
        * tests/POA/Generic_Servant/client.dsp:
        * tests/POA/Generic_Servant/server.dsp:
        * tests/POA/NewPOA/NewPOA.dsp:
        * tests/POA/On_Demand_Activation/server.dsp:
        * tests/POA/RootPOA/RootPOA.dsp:
        * tests/POA/TIE/client.dsp:
        * tests/POA/TIE/server.dsp:
        * tests/POA/locking/locking.dsp:
        * tests/Param_Test/client.dsp:
        * tests/Param_Test/server.dsp:
        * tests/Quoter/Factory_Finder.dsp:
        * tests/Quoter/Generic_Factory.dsp:
        * tests/Quoter/client.dsp:
        * tests/Quoter/server.dsp:
        * tests/Simple/client.dsp:
        * tests/Simple/server.dsp:
          Changed the libraries to use the *d.dll naming convention so
          all the projects needed to be changed.  While I was there,
          also cleaned things up by adding some folders and added the
          dependency to the tao_idl compiler, so if the compiler changes,
          the idl files get recompiled.

          In the future I'll work on the release versions of the projects
          to set them up correctly.  Until now, most often the release
          version in the project was ignored since it was a major hassle
          to test it.

Tue Jul 21 17:41:26 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp
        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
          Since according to Carlos' last ChangeLog entry the call to
          CORBA::Any::type () returns a duplicated typecode, I've ensured
          calls to type () are matched with CORBA::TypeCode::release ()s.

        * tao/Any.cpp (type): needed return statement.

Tue Jul 21 17:29:18 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Any.cpp:
          The type() method has to return a copy (per the spec).
          The replace() method first duplicate its TypeCode arg and *then*
          releases the internal TypeCode, this protect us in case both are
          the same thing.
          We still have to fix some problems in the IDL generated
          operator>>=.

Tue Jul 21 16:57:07 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/IIOP_ORB.cpp (iiop_string_to_object): Don't decrement the
          ref count on the IIOP_Object since the policy has changed such
          that the CORBA_Object is taking ownership of the IIOP_Object.

Tue Jul 21 15:49:34 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/server.{h,cpp}: Added a new Server
          class and moved all the static functions and variables to that
          class.

Tue Jul 21 15:46:49 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/Task_Client.cpp (svc): changed
          char*const* argv to char **argv so that it compiles on platforms
          like IRIX . Thanks to Carlos for reporting this.

Tue Jul 21 14:53:09 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/README: use ORBport 0 with
          EC_Multiple.

Tue Jul 21 14:19:28 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * General pass though memory managment:
          + Added the pseudo-object mandatory methods (T::_duplicate,
          T::_nil()) missing in several classes.
          + Normalized the use of reference counting, all the classes
          follow the same protocol.
          + Added locks to protect reference counting mechanisms.
          + Fixed problems in STUB_Object memory managment.
          + The CORBA::release(), CORBA::is_nil(), T::_nil() and
          T::_duplicate() methods are on the .i files now.

        * tao/Any.h:
        * tao/Any.i:
        * tao/Any.cpp:
          Anys don't need reference counting, they are regular C++ object
          and (per the spec) their contents are deep copied by the copy
          ctor, the assignment operator and other methods.
          Also fixed several methods that did *not* duplicate the
          TypeCode, per the spec, they have to do it; we use
          TypeCode::_duplicate() for that purpose, not the (propietary)
          _incr_refcnt()

        * tao/Server_Request.h:
        * tao/Server_Request.i:
        * tao/Server_Request.cpp:
          The CORBA::release(), CORBA::is_nil(), T::_nil() and
          T::_duplicate() methods are on the .i files now.
          NOTE: Server_Request objects in TAO are magical, the
          _duplicate() method returns 0 and release() does nothing.
          The problem starts because Server_Request is allocated from the
          stack (to speed up things), hence reference counting would be
          useless. Adding a clone() method will work better, but the
          Server_Request holds pointers to several positions in the CDR
          stream, we could clone the CDR stream, but a normal
          Server_Request does not own it....  In our opinion (Carlos and
          Irfan) we need not worry about this until we find a use case for
          it.

        * tao/Typecode_Constants.cpp:
          Use CORBA::release() instead of calling the delete operator
          directly, this removed some nasty FMR and FMW problems at
          shutdown.

        * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp:
          The generated code leaked object references passed as
          inout arguments.

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
          The generated code did not manage STUB_Object memory properly.

        * tao/IIOP_Object.h:
        * tao/IIOP_Object.i:
        * tao/IIOP_Object.cpp:
          Refcount follows the same pattern as for the pseudo-objects, it
          starts at 1, it is stored in a CORBA::ULong and delete happens
          when count reaches 0.

        * tao/NVList.h:
        * tao/NVList.i:
        * tao/NVList.cpp:
        * tao/ORB.h:
        * tao/ORB.i:
        * tao/ORB.cpp:
        * tao/Exception.h:
        * tao/Exception.cpp:
          Pseudo object methods revision.

        * tao/Object.h:
        * tao/Object.i:
        * tao/Object.cpp:
          Added locking to the reference count; this should *not* affect
          the critical path, hence it is a *good* change.

        * tao/CurrentC.cpp:
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
          Hand crafted the changes in the IDL compiler (mostly fixes to
          STUB_Object memory managment).

        * tao/Principal.h:
        * tao/Principal.i:
        * tao/Principal.cpp:
        * tao/Request.h:
        * tao/Request.i:
        * tao/Request.cpp:
          Completed the pseudo object support for this class.

        * tao/Typecode.h:
        * tao/Typecode.i:
        * tao/Typecode.cpp:
          ORB owned typecodes follow the same memory rules as normal
          ones. Since the ORB always holds a reference to them they just
          survive for a longer time.

        * tao/decode.cpp:
          Corrections to the memory managment of STUB_Objects; the
          CORBA_Object does release them, but it does not increase the
          refcnt on the ctor.

        * tao/deep_copy.cpp:
          Used T::_duplicate instead of the (propietary)
          object->_incr_refcnt().

        * tests/Param_Test/param_test_i.cpp:
          The objref test was not releasing its inout argument before
          changing it.

Tue Jul 21 12:09:40 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tests/NestedUpcall/MT_Client_Test/run_test.pl:
        * tests/NestedUpcall/Reactor/run_test.pl:
        * tests/NestedUpcall/Triangle_Test/run_test.pl:
          Added new perl scripts for the tests.

Tue Jul 21 12:02:41 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/Task_Client.cpp :
          Added code so that the client can accept -ORB arguments on
          the command line. The main thread blocks on a condition
          variable until the high priority thread does the argument
          parsing and changes the global Task_State . The main
          thread then creates the low priority threads.

        * tests/Cubit/TAO/MT_Cubit/client.cpp (do_priority_inversion_test):
          Added code for the main thread to block on a condition
          variable after activating the high priority thread until the high
          priority thread wakes it up.

Tue Jul 21 10:00:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/Connect.cpp: Improved the location forwarding, now we check
          the environment for exceptions and the Server Request.

        * tao/ORB.{h,cpp}: Moved the leader_follower model variables form
          the ORB_Core to in here. The ORB_Core has methods to access
          all the variables.

        * tao/ORB_Core.{h,cpp}: Removed the leader_follower model variables
          but kept the accessing methods.

        * tao/Server_Request.{h,cpp}: Changed the exception handling slightly.
          A forwarding exception has the type USER_EXCEPTION now.
          Also, two accessor methods were added to get the forward location
          and the exception type. This is all used in the Server_Connection_Handler.

Mon Jul 20 23:09:21 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * docs/release_notes.html: Updated the status on the Audio/Video
        streaming service.

Mon Jul 20 23:10:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * docs/locate_request.html: Locate request documentation.

        * docs/releasenotes/index.html: Added a reference to the
          locate request documentation.

Mon Jul 20 21:10:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tests/Cubit/TAO/IDL_Cubit/IDL_Cubit_Client.java:
          A class to access the IDL_Cubit server via the JavaIDL
          ORB.

        * tests/Cubit/TAO/IDL_Cubit/README: Documented how to
          use the aforementioned Java class.

Mon Jul 20 19:06:57 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/Invocation.cpp (invoke): wrapped final return statement
          with ACE_NOTREACHED.

        * orbsvcs/tests/Trading/Makefile: moved -lorbsvcs and -lTAO
          from LDLIBS to LIBS, so that the libTTest.so build will link
          against them.

Mon Jul 20 18:17:02 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * docs/releasenotes/index.html: Updated the IDL compiler entry
        (GPERF-IDL integration).

Mon Jul 20 17:51:01 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Offer_Iterators.h:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.h:
        * orbsvcd/tests/Trading/import_test.cpp:
          Fixed another g++ linker error and one compile-time error.

Mon Jul 20 17:30:49 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp (gen_perfect_hash_methods): Changed
        the absolute path for gperf to $ACE/bin.

Mon Jul 20 16:55:54 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp (copy_ctor_helper):
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp (visit_interface):
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp (visit_interface):
        * TAO_IDL/be_include/be_interface.h (copy_ctor_helper):
          To alleviate the g++ linker's confusion in the face of profuse
          virtual inheritence in the skeletons, the IDL compiler now
          explicitly generates a copy constructor in each skeleton
          class. The copy constructor calls the copy constructor of each
          superclass in the skeleton's inheritence hierarchy.

Mon Jul 20 15:08:11 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/driver/drv_args.cpp (DRV_parse_args):  Added a "#if
          !defined (ACE_HAS_GPERF)" so that IDL Compiler will use Dynamic
          Hashing if gperf is not found but -P option is specified.

        * TAO_IDL/be/be_interface.cpp (gen_perfect_hash_methods): Fixed
          the ACE_Process' command line to use absolute path
          <$ACE/apps/gperf/src/gperf>.

Mon Jul 20 13:00:41 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Cubit/TAO/IDL_Cubit/Makefile:
        * tests/Cubit/TAO/IDL_Cubit/client_i.h:
        * tests/Cubit/TAO/IDL_Cubit/client_i.cpp:
          Added options to just run the VOID or the ONEWAY test.

Mon Jul 20 12:27:29 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * docs/releasenotes/index.html:
          Added a reference to trader.html in the Trading Service portion
          of the releasenotes.

        * docs/releasenotes/trader.html:
          Minor editorial changes to the trader documentation.

Mon Jul 20 11:46:04 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corba.h:
          TAO_THROW_SPEC is a little different than ACE_THROW_SPEC, not
          only we need support for exceptions in the platform, we also
          would need them in the IDL compiler.
          Plus it gives a lot of warnings in MSVC++ 5.0

Mon Jul 20 11:15:52 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader.cpp:
          Eliminated superfluous template instantiation
          ACE_Unbounded_Queue<CosTrading::Admin::OctetSeq>.

Mon Jul 20 10:57:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/Connect.cpp: Changed the handle_locate method completely
          to try to upcall to the non_existent method. This method
          is not part of the standard, is TAO internal. We know
          that this method is supported by each TAO Object. So
          if we fail we know the object is not there. If we succeed,
          the object is available and if we get forward_request
          exception we will forward the call.

        * tao/IIOP_Object.{h,i,cpp}: Added code to branch to do a conditonal
          locate request, depending on two flags. One tells to
          use it at all the other tells if it is the first call-
          because we want to do it only on the first call.

        * tao/Invocation.{h,i,cpp}: Added code to the start method,
          which branches into different CDR stream generation,
          depending on the kind of message we want to send. The two
          options right now are: Request and LocateRequest.
          A new subclass has been introduces: TAO_GIOP_
          LocateRequest_Invocation, which is similar to the
          Twoway subclass but does a locate request. It has its own
          invoke method and does not call the common invoke method.
          Closing of a connection is the same in all the three cases
          (oneway, twoway, locate_request), I factored the code out
          into a close_connection method.

        * tao/Object.{h,cpp}: Added a method call to activate
          the locate request on the first call after the activation.
          The locate request will be done only once unless it is activated
          a second time.

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Changed
          the code generation of the non_existent method. It accepts
          only one parameter, not two. So I changed the param_count
          from 2 to 1.

Mon Jul 20 10:35:33 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.{h,cpp},
          Offer_Iterators_T.cpp:
          wrapped TAO_THROW_SPEC arguments with double parens.

        * orbsvcs/orbsvcs/Trader/Offer_Iterators.h: moved = 0 (for pure
          virtual) to after the exceptions spec.

        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp,Trader_Utils.cpp:
          fixed exceptions specs to match declarations in .h files.

        * orbsvcs/tests/Trading/TT_Info.cpp (dump_properties): changed
          types of locals "seq_length" and "i" from CORBA::ULong to
          CORBA::Long to avoid signed/unsigned comparison.

Mon Jul 20 10:20:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * docs/releasenotes/index.html: Added a reference to the
          global resources and leader-follower model documentation.

        * docs/leader_follower.html: Documentation about the leader-follower
          model used for global resources, especially for one Reactor
          accessed by multiple threads.

Mon Jul 20 06:52:02 1998  Aniruddha Gokhale  <gokhale@mambo.cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/{array_ch, array_ci, array_cs}.cpp:
          Added support for anonymous arrays. This is yet to be tested

        * TAO_IDL/be/be_visitor_field/field_ch.cpp: Handled anonymous
          array declaration in structures.

          *Note* that although the above changes were made a couple of weeks
          back I have not been able to test them.

Sun Jul 19 22:58:45 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader.cpp: added
          ACE_Unbounded_Queue<CosTrading::Admin::OctetSeq *>, etc., template
          instantiations.

        * tao/corba.h: define TAO_THROW_SPEC using ACE_THROW_SPEC.

Sat Jul 18 23:01:51 1998  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.1.40 released.

Sat Jul 18 22:16:14 1998  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.1.39 released.

Sat Jul 18 20:22:19 1998  Michael Kircher <mk1@cs.wustl.edu>

        * tests/Quoter/run_test.sh: Removed this file,
          all the functionality is provided by the
          run_test.pl script.

        * tao/Server_Request.{h,cpp}: Added a new constructor,
          which does not need an input CDR stream. It is going
          to be used for locate requests. When we invoke
          the non_existend method on the object to see if it
          is there, forwarded or not existent.

        * orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java.JDK1.2:
          Adopted to the new interfaces for the Event Service.

Sat Jul 18 19:37:19 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.cpp: The ORB now looks
          at argv and argc before the client does.

        * orbsvcs/tests/Simple_Naming/run_test.pl: New Perl script
          for testing.

Sat Jul 18 17:31:29 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tests/Cubit/Hardpack/IDL_Cubit/cubit.idl:
        * tests/Cubit/Hardpack/IDL_Cubit/cubit_impl.{hh,cc}:
        * tests/Cubit/Hardpack/IDL_Cubit/client_i.{h,cpp}:
        * tests/Cubit/Hardpack/IDL_Cubit/server_i.{h,cpp}:
        * tests/Cubit/Hardpack/IDL_Cubit/client.cpp:
        * tests/Cubit/Hardpack/IDL_Cubit/server.cpp:
        * tests/Cubit/Hardpack/IDL_Cubit/Makefile:
        * tests/Cubit/Hardpack/IDL_Cubit/README:
        * tests/Cubit/Hardpack/IDL_Cubit/initref.cfg:
          Added these files for the IDL_Cubit test for the Hardpack
          ORB.

Sat Jul 18 15:44:59 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Database.*:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators.*:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators_T.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.*:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp
        * orbsvcs/orbsvcs/Trader/Trader_Utils.*:
        * orbsvcs/tests/Trading/Offer_Exporter.*:
        * orbsvcs/tests/Trading/Service_Type_Exporter.*:
        * orbsvcs/tests/Trading/Offer_Importer.*:
        * orbsvcs/tests/Trading/export_test.cpp:
        * orbsvcs/tests/Trading/import_test.cpp:
        * orbsvcs/tests/Trading/collocated_test.cpp:
        * orbsvcs/tests/Trading/Makefile:
        * orbsvcs/Trading_Service/Trading_Service.cpp:
        * orbsvcs/Trading_Service/Makefile:

          Fixed g++ 2.7.2 compilation warnings/errors. Note: the tests and
          applications, although they compile now with g++ 2.7.2, don't link
          properly because the g++ linker is baffled by the profuse
          virtual/multiple inheritance in the skeletons generated from the
          CosTrading.idl file, and can't find the copy constructors it
          autogenerated. The solution is to have the IDL compiler generate
          explicit copy constructors for these skeleton classes.

Sat Jul 18 15:39:42 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.dsp: Updated this MSVC
          project file to use the latest changes to the Simple
          Naming test.

Sat Jul 18 15:30:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * docs/forwarding.html: Added some optimization
          suggestions.

Sat Jul 18 14:19:48 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * tao/orbconf.h:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/CosTrading.idl:
          Moved the definition of TAO_HAS_OBJECT_IN_STRUCT_MARSHAL_BUG into
          orbconf.h and CosTrading.idl, and out of the orbsvcs Makefile.

Sat Jul 18 14:12:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tests/Cubit/TAO/IDL_Cubit/svc.conf: Added the
          ORBiiopprofilelock switch to the client configuration to
          switch off the lock needed for forwarding. We know, we
          do not need it, so we use a null lock instead. This
          should improve the performance a little bit.

        * tao/Connect.cpp: Added code for handle_locate, which is still
          commented, because not tested.
          The TAO_ORB_Core_instance is now cached in send_request and
          handle_input.

Sat Jul 18 14:00:38 1998  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tests/Cubit/TAO/IDL_Cubit/Makefile: Always try to
          generate perfect hash functions for the operation
          dispatching by enabling the -P flag.

Sat Jul 18 11:29:43 1998  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/RT_Task.h
          orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp

          Changed to always typedef ACE_ES_QUEUE as the base
          template class ACE_Message_Queue<ACE_SYNCH> and
          explicitly construct dynamic message queues as needed.

Sat Jul 18 10:19:37 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/Logger/client.cpp (nesting_test): added return 0
          at end. (init): removed unused local factory_ref2.

Sat Jul 18 08:19:24 1998  Douglas C. Schmidt  <schmidt@lambada.cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.cpp: Beefed up this test so
          that it illustrates how to bind(), resolve(), and unbind() an
          object reference to a remote Naming Context.  This is an
          important test to make sure that things are working properly.

        * orbsvcs/orbsvcs/Naming/Naming_Utils: Added an init() method to
          this class to begin to factor out common code for being a client
          of a Naming Service.

        * TAO/orbsvcs/tests/Naming/ns_tree.cpp (main): Cleaned up the
          formatting for this test.

        * orbsvcs/tests/Simple_Naming: Renamed clnt.* to client.* to
          be more consistent.

        * tests/Cubit/TAO/IDL_Cubit/svc.conf: Changed the default ORB
          concurrency model from reactive to thread-per-connection since
          the latter is considerably faster.

Fri Jul 17 17:42:27 1998  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * docs/Options.html: Added documentation for the TAO environment
          variables.

        * tao/ORB.cpp (resolve_trading_service): Changed the environment
          variable for NameService and TradingService to NameServiceIOR
          and TradingServiceIOR to be more consistent.

        * orbsvcs/orbsvcs/Naming/Naming_Utils.h: Started adding the new
          TAO_Naming_Client class, which will simplify the initialization
          and access to a NamingContext.

        * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp: Changed the
          capitalization of GetNamingContext() to get_naming_context(),
          which is consistent w/TAO programming style.

        * tao/skip.cpp: Replaced uses of old-style C casts with a
          static_cast.

Fri Jul 17 19:34:11 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/ORB.cpp: The return value for acceptor ().enable () is no
          longer being checked for -1, since platforms that don't
          support it (like NT) will return -1.

Fri Jul 17 18:46:17 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * orbsvcs/orbsvcs/Log/Logger_i.h: Added new fields for verbosity
        * orbsvcs/orbsvcs/Log/Logger_i.cpp: Adjusted for new fields
        * orbsvcs/tests/client.h: Added new methods- resolve_name () &
          nesting_test ()
        * orbsvcs/tests/client.cpp: Compacted code somewhat. Broke run () and
          init () into smaller functions
        * orbsvcs/orbsvcs/Logger.idl: Adjusted TAO_MAXLOGMSGLEN
        * orbsvcs/tests/server.cpp: Partialy incomplete incorporation of
          name service

Fri Jul 17 17:58:37 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * docs/implrepo.html: Addressed some more comments.

Fri Jul 17 11:47:42 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/IIOP_Object.cpp (do_static_call,put_params): on sparcs
          with g++ prior to 2.8, e.g., 2.7.2.3, only; added an awful
          hack to two-way va_arg processing.  The hack throws away
          the first var arg.  Apparently, g++ 2.7.2.3 provides a bogus
          arg to the first va_arg call by mistake.  This ugliness
          works around that problem.  We haven't seen this elsewhere
          with va_arg, or with later versions of g++.

        * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
          fixed supplier id (it was the same for all suppliers) and other
          very minor cleanup.

        * orbsvcs/tests/Event_Latency/run_tests.sh: added.

Fri Jul 17 11:02:29 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * tao/POAC.h: unclosed comments.

        * orbsvcs/tests/AVStreams/source/mpeg/server/Machine_Properties.{h,cpp}:
        * orbsvcs/tests/AVStreams/source/mpeg/server/Video_Repository.{h,cpp}:
        * orbsvcs/tests/AVStreams/source/mpeg/server/Property_Exporter.{h,cpp}:
        * orbsvcs/tests/AVStreams/source/mpeg/server/augmented_server.{h,cpp}:
        Updated these files in light of recent changes to the Trading Service.

Fri Jul 17 09:46:56 1998  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/POAC.h: Replaced #endif // ... with #endif /* ... */ since
          this is more portable...

        * tao/POAC.h: Changed CORBA::Policy to ACE_CORBA_1 (Policy) to
          work around friggin' bugs with MSVC++ 4.2.  Thanks to Ernesto
          Guisado <eguisado@saincotrafico.com> for reporting this.

Fri Jul 17 08:28:55 1998  David L. Levine  <levine@cs.wustl.edu>

        * Makefile (CONTROLLED_FILES): added TAO-inheritance.{pdf,ps}.gz
          to distribution.

Thu Jul 16 15:20:12 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Connect.cpp:
        * tao/ORB.cpp:
          Set the close-on-exec flag using the new IPC_SAP interfaces.

        * tao/ORB_Core.cpp:
        * orbsvcs/orbsvcs/Event/RT_Task.h:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.h:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
          Use ACE_SYNCH_CONDITION instead of
          ACE_Condition<ACE_Thread_Mutex> some template instantiations are
          removed.

Thu Jul 16 15:15:46 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/Makefile:
        * orbsvcs/tests/Makefile:
        * orbsvcs/orbsvcs/Makefile:
        Trading Service now compiles by default! Let the mayhem begin!

Thu Jul 16 12:55:54 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Connect.cpp:
          Added the close-on-exec flag the Client and Server
          Connection_Handlers, this avoid resource leaks in the event of
          fork/execs.

Thu Jul 16 12:57:08 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * tao/ORB_Core.cpp: Fixed explicit template instantiation of
        ACE_Thread_Condition and ACE_Condition on IRIX.

Thu Jul 16 11:50:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/ORB_Core.{h,cpp}: Due to merging a cvs branch
          to the main trunk, the following changes went away, and
          where now reintroduced:

Thu Jul 16 00:00:20 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Removed all the COM madness, TAO no longer uses the IUnknown
          classes, QueryInterface(), AddRef() or Release(). The new
          reference counting methods are called _incr_refcnt and
          _decr_refcnt (the leading underscore is necessary for CORBA
          complaince, but it breaks ANSI/C or ANSI/C++ complaince, yuk!).
          This change save a few microseconds on the critical path,
          because QueryInterface() was used in remote method invocation,
          invoking many virtual methods, increasing the refcnt and then
          decreasing it again; but the real motivations are:
          + It was confusing to users it what way did TAO support COM (it
          does not, yet).
          + Removing QueryInterface() and the ref counting from the
          critical path will allow us to protect the ref counts with
          mutexes (strategized, of course).

        * tao/Any.cpp:
        * tao/Any.h:
        * tao/CurrentC.cpp:
        * tao/Exception.cpp:
        * tao/Exception.h:
        * tao/IIOP_ORB.cpp:
        * tao/IIOP_Object.cpp:
        * tao/IIOP_Object.h:
        * tao/Invocation.cpp:
        * tao/Makefile:
        * tao/Marshal.i:
        * tao/NVList.cpp:
        * tao/NVList.h:
        * tao/ORB.cpp:
        * tao/ORB.h:
        * tao/ORB.i:
        * tao/Object.cpp:
        * tao/Object.h:
        * tao/Object.i:
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
        * tao/Principal.cpp:
        * tao/Principal.h:
        * tao/Request.cpp:
        * tao/Request.h:
        * tao/Server_Request.cpp:
        * tao/Server_Request.h:
        * tao/Server_Request.i:
        * tao/Stub.h:
        * tao/Typecode.cpp:
        * tao/Typecode.h:
        * tao/append.cpp:
        * tao/corba.h:
        * tao/decode.cpp:
        * tao/deep_copy.cpp:
        * tao/encode.cpp:
        * tao/skip.cpp:
          This are the files affected by the change.

        * tao/compat/initguid.h:
        * tao/compat/objbase.h:
          Removed! COM is gone from TAO.

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
          Generate the new CORBA_Object methods to gain access to the
          STUB_Object, we don't generate the old COM methods.

        * taoconfig.mk:
          Removed -I$(TAO_ROOT)/tao/compat

        * Makefiles:
          Updated the dependencies in all the Makfiles of TAO (due to the
          removal of objbase.h & friends). Also fixed many problems in the
          Makefiles, like missing SRC or LSRC lists, removed the
          -I$(TAO_ROOT)/tao/compat includes, added missing TAO_ROOT
          definitions, etc.

        * docs/releasenotes/ec.html:
          Added the latest changes.

        * tests/Cubit/TAO/IDL_Cubit/client_i.cpp:
          Fixed mismatched memory free (new vs. malloc).

        * orbsvcs/tests/Logger/client.h:
          Fixed method declaration.

Wed Jul 15 22:17:20 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/ORB_Core.cpp: added ACE_Unbounded_Set<ACE_SYNCH_CONDITION *>,
          etc., template instantiations.  Added ACE_Thread_Condition and
          ACE_Condition instantiations, w/o ACE_HAS_TEMPLATE_TYPEDEFS.

Wed Jul 15 21:16:19 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/Trading_Service/Trading_Service.{dsp,dsw}:
        * orbsvcs/tests/Trading/Trading.dsw:
        * orbsvcs/tests/Trading/Colocated_Test.dsp:
        * orbsvcs/tests/Trading/Export_Test.dsp:
        * orbsvcs/tests/Trading/Import_Test.dsp:
        * orbsvcs/tests/Trading/TradingLib.dsp:
          Project files for the Trading service for MSVC.

Wed Jul 15 20:12:47 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/ORB_Core.cpp: Changed the warnings that occur when
          a conf file is not found to be debug warnings (only show
          up with -ORBdebug)

Wed Jul 15 19:28:51 1998  Seth Widoff  <sbw1@cs.wuslt.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp: Added trader files.

Wed Jul 15 18:00:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/Invocation.cpp: Made sure, that all control paths
          resume the handler - checking invoke methods.

Wed Jul 15 16:27:01 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tests/Simple: Added a new test that is just a simple test
          which can be used as a basis for new tests or just to see
          the basics of a CORBA client and server.

Wed Jul 15 16:00:39 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * client.cpp: Changed a few cast statments; added comments

        * runtests.pl: New script to automate running of tests

Wed Jul 15 15:44:10 1998  Jeff Parsons <jp4@cs.wustl.edu>

        * tao/Invocation.cpp: Carlos corrected his omission of code to
          invoke before waiting for a reply.

Wed Jul 15 12:40:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/Connect.{h,cpp}: Changed handle_input and send_request
          of the Client Connection Handler to support global
          resources and multiple threads. It is achieved through
          the leader follower model.

        * tao/Invocation.cpp: The suspended Client Connection Handler
          from Connect.cpp get resumed (TAO_GIOP_Invocation::invoke).

        * tao/ORB.{h,cpp}: The run method conforms to the rules
          of the leader follower model.

        * tao/ORB_Core.{h,cpp}: The ORB Core now supports all
          the variables for the leader follower model.

Wed Jul 15 12:07:15 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Servant_Base.cpp:
          Added timeprobes in operation lookup.

        * tests/Cubit/TAO/IDL_Cubit/client.cpp:
        * tests/Cubit/TAO/IDL_Cubit/server.cpp:
          Added TIMEPROBE_PRINT at the end.

Wed Jul 15 12:11:01 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/Property/Makefile:
          Removed unnecessary STL dependencies.

Wed Jul 15 11:44:57 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/tests/CosPropertyService/Makefile: Removed STL stuff and
          did a make depend.

Wed Jul 15 10:55:33 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Quoter/run_tests.pl: removed hard-coded perl path.

Wed Jul 15 09:47:17 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Module_Factory.cpp:
          Removed a bogus include file.

        * orbsvcs/orbsvcs/Makefile:
          Updated dependencies again.

Tue Jul 14 21:56:30 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile (FILES): updated dependencies.

Tue Jul 14 21:50:04 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Quoter/run_test.sh: use sh instead of ksh, $login
          instead of mk1, and $ps_opts.

        * orbsvcs/tests/start_services: bash doesn't always supply $USER,
          so use $login with it also.

Tue Jul 14 21:25:19 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/tests/Trading/Makefile:
        * orbsvcs/tests/Trading/Offer_Exporter.{h,cpp}:
        * orbsvcs/tests/Trading/Offer_Importer.{h,cpp}:
        * orbsvcs/tests/Trading/Offer_Importer.h:
        * orbsvcs/tests/Trading/Service_Type_Exporter.{h,cpp}:
        * orbsvcs/tests/Trading/TT_Info.{h,cpp}:
        * orbsvcs/tests/Trading/colocated_test.cpp:
        * orbsvcs/tests/Trading/export_test.cpp:
        * orbsvcs/tests/Tradingimport_test.cpp:
          These tests now copmile with egcs. In addition, Added modify and
          withdraw_using_constraint tests, and the "quiet" flag, which will
          staunch the usual barrage of output by not printing the contents
          of offers and service types.

        * orbsvcs/Trading_Service/Trading_Service.cpp: compiles with
          egcs.

        * orbsvcs/orbsvcs/Trader/*.*: Compiles with egcs. Improved the
          modify method.

Tue Jul 14 19:15:41 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/Module_Factory.h:
        * orbsvcs/orbsvcs/Event/Module_Factory.cpp:
        * orbsvcs/orbsvcs/Event/Fast_Reactor.h:
        * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
        * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
        * orbsvcs/orbsvcs/Event/Event_Channel.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          The Event Channel modules are constructed using a Factory class,
          that will simplify configuration of the EC, like using RTU or
          FIFO dispatching, disabling correlation, or filtering, etc.

Tue Jul 14 18:35:56 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp:
          The generated replace() method released the buffer twice.

Tue Jul 14 15:56:46 1998  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/Machine_Properties.{h,cpp}:
        * orbsvcs/tests/AVStreams/Property_Exporter.{h,cpp}:
          Removed as they are moved to
          orbsvcs/tests/AVStreams/mpeg/source/server.

        * orbsvcs/tests/AVStreams/Makefile:
        * orbsvcs/tests/AVStreams/server.{h,cpp}:
          Removed as they are outdated.

Tue Jul 14 15:28:44 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
          Added support for arrays inside structures. Anonymous arrays do
          *not* work. Thanks to Eric Powers <powerg@deltanet.com> for this
          patch.

Tue Jul 14 14:40:36 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/Event_Latency/Event_Latency.cpp (print_stats):
          when short-circuiting, don't print out time breakdowns to/in/from EC.

Tue Jul 14 13:30:01 1998  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp
          orbsvcs/orbsvcs/Event/RT_Task.h:

          Added conditional compilation logic to cause EC to use dynamic queues
          with appropriate dispatching strategies when the MUF, EDF, or MLF
          strategies are defined.  This is a temporary measure to allow
          testing of the EC performance with the dynamic queues, and will
          be relaced with a better configuration mechanism, based on the results
          of the off-line scheduling run, in the very near future.

Tue Jul 14 12:00:18 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/be_interface.cpp:
          Added server side support for CORBA::Object::_non_existent, in
          the future it could be implemented in the POA, saving an
          operation lookup and reducing the footprint somewhat.

        * orbsvcs/orbsvcs/Concurrency/CC_LockSet.h:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSet.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.h:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.cpp:
          Replaced ACE_Thread_Mutex with ACE_SYNCH_MUTEX so it compiles in
          platforms without threads, not that it will work though.

Tue Jul 14 12:30:45 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Cubit/TAO/MT_Cubit/client.cpp (do_priority_inversion_test):
          removed dependence on local context_switch on platforms that don't
          have ACE_HAS_PRUSAGE_T and ACE_HAS_GETRUSAGE.  Thanks to
          Arturo Montes <mitosys@colomsat.net.co> for reporting this.  Also,
          removed csw on those platforms, because it was no longer being used.

Tue Jul 14 11:48:23 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB_Core.{h,cpp} (arl_same_port_connect):  Added the new
          member function to ORB_Core to check if we want the client to
          initiate a connection using the same local port number as
          server's.

        * tao/Invocation.cpp (start): Added code to specify the following:

          This change is only for ARL only and to enable the feature, you
          must add

             #if defined (TAO_ARL_USES_SAME_CONNECTOR_PORT)

          to your $ACE_ROOT/ace/config.h.  Add the command line option

             -ORBarlsameportconnect yes

          when starting the client.

          *** This is not for the general audience of TAO.  Don't use
          it. ***

Tue Jul 14 11:34:02 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/IIOP_Object.cpp (do_static_call): commented out unused
          local "status".

Mon Jul 13 18:35:22 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_sequence.cpp:
          Code generation for sequences of octets was incorrect in
          platforms that do not support automatic template
          instantiation. Thanks to Eric Powers <powerg@deltanet.com> for
          pointing this out.

Mon Jul 13 17:50:35 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO.dsp:  Added Invocation.cpp into project.


        The following two changes were made per Carlos' instructions.
        (I was just typing.)

        * tao/deep_free.cpp (DEEP_FREE): Commented out 'delete source' in
          case of CORBA::tk_struct.

        * tao/Any.cpp (operator=, ~CORBA_Any, replace): Added delete
          this->value after DEEP_FREEing.

Mon Jul 13 17:37:01 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Object.cpp:
          Fixed some problems in the implementation of _non_existent(),
          thanks to Dave Meyer <dmeyer@std.saic.com>

Mon Jul 13 16:20:30 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corba.h:
        * tao/Makefile:
        * tao/Invocation.h:
        * tao/Invocation.i:
        * tao/Invocation.cpp:
        * tao/GIOP.h:
        * tao/GIOP.i:
        * tao/GIOP.cpp:
        * tao/IIOP_Object.h:
        * tao/IIOP_Object.cpp:
          On the client side we can optimize memory allocation for
          oneway requests by not allocating the response
          buffer. But to do this and take as much memory as possible from
          the stack also requires to follow different execution paths for
          the oneway vs. two way tests.
          With this changes the memory allocations are:
          + For oneways:
            1 on the client side (can be TSS allocator).
            3 on the server side (one can be TSS allocator).
          + For twoway:
            3 on the client side (1 can be a TSS allocator).
            3 on the server side (1 can be TSS allocator).


        * tests/Cubit/TAO/IDL_Cubit/cubit.idl:
        * tests/Cubit/TAO/IDL_Cubit/client_i.h:
        * tests/Cubit/TAO/IDL_Cubit/client_i.cpp:
        * tests/Cubit/TAO/IDL_Cubit/cubit_i.h:
        * tests/Cubit/TAO/IDL_Cubit/cubit_i.cpp:
          Added simple tests with no arguments or return values, also
          added a oneway test.

        * orbsvcs/Dump_Schedule/Makefile:
        * orbsvcs/Event_Service/Makefile:
        * orbsvcs/LifeCycle_Service/Makefile:
        * orbsvcs/Naming_Service/Makefile:
        * orbsvcs/Scheduling_Service/Makefile:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/tests/EC_Mcast/Makefile:
        * orbsvcs/tests/EC_Multiple/Makefile:
        * orbsvcs/tests/EC_Throughput/Makefile:
        * orbsvcs/tests/Event_Latency/Makefile:
        * orbsvcs/tests/Logger/Makefile:
        * orbsvcs/tests/Simple_Naming/Makefile:
        * tests/CDR/Makefile:
        * tests/Cubit/TAO/IDL_Cubit/Makefile:
        * tests/Cubit/TAO/MT_Cubit/Makefile:
        * tests/NestedUpcall/Reactor/Makefile:
        * tests/NestedUpcall/Triangle_Test/Makefile:
        * tests/OctetSeq/Makefile:
        * tests/POA/Default_Servant/Makefile:
        * tests/POA/Explicit_Activation/Makefile:
        * tests/POA/FindPOA/Makefile:
        * tests/POA/Generic_Servant/Makefile:
        * tests/POA/NewPOA/Makefile:
        * tests/POA/On_Demand_Activation/Makefile:
        * tests/POA/RootPOA/Makefile:
        * tests/Param_Test/Makefile:
        * tests/Quoter/Makefile:
        * tests/Thruput/TAO/Makefile:
          The new files in the tao library changed the dependencies.

        * orbsvcs/Dump_Schedule/Makefile:
          Sources were listed in the wrong macro.

Mon Jul 13 14:37:06 1998  David L. Levine  <levine@cs.wustl.edu>

        * Event_Latency.cpp: use ACE_CU64_TO_CU32 to convert const
          64-bit u_ints to 32-bits happily with Sun C++.  Also, replaced
          a function-style cast and some other old casts with ACE
          ANSI-style casts.

Mon Jul 13 13:59:08 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Param_Test/run_test.pl:
          Fixed a few (minor) perl warnings.

Mon Jul 13 11:49:29 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * tao/Marshall.i: Now setting freed string pointer to zero.

        * tao/deep_free.cpp: Although the struct fields were being freed,
          the memory for the struct itself wasn't. Note: other types may
          also have this problem.

Sun Jul 12 19:47:34 1998  Seth Widoff  <sbw1@cs.wustl.edu>

        * docs/releasenotes/trader.html:
          Finished the initial draft of the Trading Service documentation.

Sun Jul 12 13:45:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tests/NestedUpcalls/MT_Client_Test/*:
          Added a new test for testing multiple threads accessing
          global resources, which means, one ORB and one Reactor.
          It also tests for proper nested upcalls.

Sun Jul 12 01:40:58 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Fixed several problems reported by John Mulhern
          <9107@mn3.lawson.lawson.com>, that fix portability problems to
          HP/aCC.

        * tao/Typecode.cpp:
          Declared a temporary buffer as CORBA::Octet* instead of void*,
          otherwise HP/aCC balks.

        * TAO_IDL/be_include/be_sequence.h:
        * TAO_IDL/be/be_sequence.cpp:
          fe_add_sequence() was redefined with different arguments and
          return value. It was not the intention and it triggered warnings
          on several compilers (HP/aCC, SGI/CC).

        * TAO_IDL/fe/y.tab.cpp:
          Removed indent pragma.
          Declared tao_yyerror as taking a const char*, it is not used
          anyway.

        * TAO_IDL/be/be_visitor_operation/tie_si.cpp:
          Tie delegation is similar to collocated upcalls, the arguments
          are T_ptr objects and not T_var, hence, no .in () calls are
          needed.

        * TAO_IDL/fe/fe_extern.cpp:
        * TAO_IDL/driver/drv_preproc.cpp:
          Changed old C-style cast to reinterpret_cast, that should make
          HP/aCC compiler happy. This is just because SunCFE uses File* as
          a compilation barrier for FILE*, IMHO a waste of time.

Sat Jul 11 10:17:35 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Makefile:
          Added EC_Mcast to the list of tests.

Fri Jul 10 22:25:44 1998  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.1.38 released.

Fri Jul 10 22:06:16 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/CDR.i (do_byte_swap): added explicit int return type.

Fri Jul 10 17:51:13 1998  Jeff Parsons <jp4@cs.wustl.edu>

        * Param_Test/bd_str_seq.cpp:
        * Param_Test/ub_str_seq.cpp:
          DII tests now work.

        * Param_Test/bd_short_seq.cpp:
        * Param_Test/ub_short_seq.cpp:
        * Param_Test/bd_long_seq.cpp:
        * Param_Test/ub_long_seq.cpp:
          Minor changes in notation - no new functionality.

Fri Jul 10 17:29:25 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Mcast/Makefile:
        * orbsvcs/tests/EC_Mcast/svc.conf:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
          Added the first implementation of a UDP/Mcast based gateway to
          the EC. The current classes require a lot of manual
          configuration.
          Also implemented a small test to show the usage.

        * tao/CDR.h:
        * tao/CDR.i:
        * tao/CDR.cpp:
          Give access to external users of the swap_<n> methods, also
          provide an accesor for the byte swapping flag in OutputCDRs.

        * tao/GIOP.cpp:
          Use the new byte swap accessor.

        * orbsvcs/orbsvcs/Event/Event_Channel.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.i:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          Completed support for gateways that are interested in the
          supplier list changes. It is now possible to add Gateways
          *after* the consumer or supplier list has stabilized.

        * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
          Do nothing if receive a supplier update.

        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
          Destroy the Event Channel *after* the consumers unsubscribe from
          it.

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
        * orbsvcs/Event_Service/Event_Service.cpp:
          Before a normal exit we unbind the Event Service (and, if local,
          the Scheduling Service) from the Naming Service.

Fri Jul 10 17:03:11 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.h:
        * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.{h, cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.h:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
          Addressed a number of memory leaks in the Trading
          Service. However, typecodes still leak oodles of memory.

        * orbsvcs/Trading_Service/Trading_Service.cpp:
          Cleans self up properly after catching SIGINT.

        * orbsvcs/tests/Trading/TT_Info.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Trading/export_test.cpp:
          Aesthetic changes.

Fri Jul 10 16:35:21 1998  Jeff Parsons <jp4@cs.wustl.edu>

        * TAO/tests/Param_Test/client.cpp:
          Fixed bug in DII arg list creation.

        * TAO/tests/Param_Test/bd_short_seq.cpp:
        * TAO/tests/Param_Test/bd_long_seq.cpp:
        * TAO/tests/Param_Test/ub_short_seq.cpp:
        * TAO/tests/Param_Test/ub_long_seq.cpp:
          DII tests now work.

        * TAO/tests/Param_Test/any.cpp:
          Made some changes - not done yet. DII test still doesn't work.

Fri Jul 10 15:32:42 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * docs/implrepo.html: Another pass.

Fri Jul 10 12:21:18 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/Makefile:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
          Fixed errors and warnings reported by David.

Fri Jul 10 00:32:51 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
          The skeletons were not releasing the strings allocated while
          demarshalling the arguments.

        * docs/implrepo.html:
          Another pass at the design document.

Thu Jul 09 23:02:48 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POA.cpp (create_internal_lock): Change method to watch out
          for platforms without threads.  Thanks to Hongyin Quan
          <hq1@arl.wustl.edu> for pointing this out.

Thu Jul  9 17:48:37 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * docs/implrepo.html: Carlos's comments have been addressed.

Thu Jul  9 15:12:35 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * tao/deep_free.cpp: wasn't freeing string fields of structs.

        * tests/Quoter/Makefile: removed STL vestige.

Wed Jul  8 21:08:53 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * docs/implrepo.html:
          Quick revision and added comments with remaining issues.

Wed Jul  8 19:01:02 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * docs/implrepo.html: Another big revision of the paper.

Wed Jul  8 17:13:00 1998  Jeff Parsons  <jp4@cs.wustl.edu>

        * TAO/tests/Cubit/TAO/DII_Cubit/client.cpp,
          TAO/tests/Cubit/TAO/DII_Cubit/client.h,
          TAO/tests/Cubit/TAO/DII_Cubit/DII_Cubit.dsw,
          TAO/tests/Cubit/TAO/DII_Cubit/DII_Cubit_Test.cpp,
          TAO/tests/Cubit/TAO/DII_Cubit/DII_Cubit_Test.dsp,
          TAO/tests/Cubit/TAO/DII_Cubit/README,
          TAO/tests/Cubit/TAO/DII_Cubit/Makefile:
          Combined client.h and client.cpp into one file,
          initialized the return variables in all the Cubit
          operations (to get rid of some UMRs in Purify),
          removed the one-button test file DII_Cubit_Test.cpp
          and the corresponding project file in VC (the perl
          script does the same thing and more safely), updated
          the DII_Cubit.dsw, Makefile and README files.

Tue Jul  8 14:00:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp: When changing the RtecEventComm.id
          file or the RtecScheduler.idl file, it is needed to
          recompile the RtecEventChannelAdmin.idl file. This is a common
          problem. So the programmer has to take care that the
          dependencies in the Makefile or VC++ project file
          are set properly.

        * orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.cpp,
          orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java,
          orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java.JDK1.2,
          orbsvcs/tests/Simulator/README:
          Simplified the event data.

Tue Jul  7 22:11:17 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_T.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
          Fixed DEC cxx errors, addressed a memory leak.

Tue Jul  7 20:48:37 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Connect.{h,cpp}:  Revert my previous changes.

Tue Jul  7 19:47:15 198   Jeff Parsons <jp4@cs.wustl.edu>

        * TAO/tao/Request.cpp: Slight modification (Andy's
          suggestion) to send_oneway (), getting rid of an
          error message when shutting down the Cubit server
          via DII.

Tue Jul  7 19:25:55 1998  Jeff Parsons <jp4@cs.wustl.edu>

        * tests/Cubit/TAO/DII_Cubit/DII_Cubit_Test.cpp:
          New file that implements a "one-button" DII Cubit test.
        * DII_Cubit/Makefile: Added a build for dii_cubit_test.exe.
        * DII_Cubit/DII_Cubit_Test.dsp: New project in the workspace.
        * DII_Cubit/DII_Cubit.dsw: Updated workspace (new project).

Tue Jul  7 08:21:41 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/Makefile:
        * orbsvcs/Dump_Schedule/Makefile:
        * orbsvcs/Event_Service/Makefile:
        * orbsvcs/LifeCycle_Service/Makefile:
        * orbsvcs/Naming_Service/Makefile:
        * orbsvcs/Scheduling_Service/Makefile:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/tests/Concurrency/Makefile:
        * orbsvcs/tests/EC_Multiple/Makefile:
        * orbsvcs/tests/EC_Throughput/Makefile:
        * orbsvcs/tests/Event_Latency/Makefile:
        * orbsvcs/tests/Logger/Makefile:
        * orbsvcs/tests/Simple_Naming/Makefile:
        * tao/Makefile:
        * tests/CDR/Makefile:
        * tests/Cubit/TAO/IDL_Cubit/Makefile:
        * tests/Cubit/TAO/MT_Cubit/Makefile:
        * tests/OctetSeq/Makefile:
        * tests/POA/Default_Servant/Makefile:
        * tests/POA/Explicit_Activation/Makefile:
        * tests/POA/FindPOA/Makefile:
        * tests/POA/Generic_Servant/Makefile:
        * tests/POA/NewPOA/Makefile:
        * tests/POA/On_Demand_Activation/Makefile:
        * tests/POA/RootPOA/Makefile:
        * tests/Param_Test/Makefile:
        * tests/Quoter/Makefile:
        * tests/Thruput/TAO/Makefile:
        * tests/NestedUpcall/Reactor/Makefile:
        * tests/NestedUpcall/Triangle_Test/Makefile:
          Updated dependencies.

Tue Jul 07 07:36:36 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/compat/objbase.h: use #if 0 instead of // to comment out a
          multiline #define, to avoid warning about a multiline comment.

        * tests/Param_Test/results.{h,cpp}: added trailing $ to Id string.

Mon Jul  6 19:33:54 1998  Jeff Parsons  <jp4@cs.wustl,edu>

        * TAO/tests/Cubit/TAO/DII_Cubit/client.cpp:
          Made the shutdown request DII instead of SII. Everything
          works on NT except for the shutdown option. Unix is OK.
          Also, changed the parse_args call to come after initializing
          the orb, so other orb-specific args can be used and not
          confuse parse_args.

Mon Jul  6 19:17:00 1998  Michael Kircher <mk1@cs.wustl.edu>

        * docs/Options.html: Added documentation about the
          -ORBiiopprofilelock switch.

Mon Jul  6 17:00:00 1998  Jeff Parsons   <jp4@cs.wustl.edu>

        * TAO/tests/Cubit/TAO/DII_Cubit/client.{h,cpp}:
          Added a DII request on the naming service to get the
          Cubit factory IOR, plus code to implement all the
          command line options. Built with SunCC, it works on Unix,
          but not yet on NT.

Mon Jul  6 15:46:35 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/decode.cpp:
          Strings contain a nested CDR with the bounds for it, the
          demarshalling code in that case was invoking the TypeCode
          constructor with the wrong parameters, hence the bounds were
          invalid.  The problem only shows up now because we were ignoring
          the bounds in previous releases.

Mon Jul  6 15:24:21 1998  Matthew J Braun  <mjb2@cec.wustl.edu>

        * tests/Logger/client.h
        * tests/Logger/client.cpp
        * orbsvcs/orbsvcs/Log/Logger_i.h
        * orbsvcs/orbsvcs/Log/Logger_i.cpp
        * orbsvcs/orbsvcs/Logger.idl

          Routine checkin. Ignore the man behind that curtain....
          Fully working version complete, but not yet Purified.

Mon Jul 06 15:13:11 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/compat/initguid.h: Reordered some stuff.

        * tao/corba.h: Don't include in "compat/initguid.h" anymore.

Mon Jul  6 15:10:30 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/Naming_Service/Makefile:
          Updated dependencies.

        * orbsvcs/tests/EC_Throughput/ECT_Data.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
          The CDR size was wrong, this resulted in all kind of strange
          errors n the client side. This is another reminder that an octet
          sequence only uses a single Message_Block, not a chain of them.

Mon Jul 06 14:58:14 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IIOP_Object.{h,cpp}:
        * tao/Object.{h,i,cpp}:
        * tao/Server_Request.{h,cpp}:
        * tao/compat/objbase.h: Renamed REFIID to TAO_REFIID and
          DEFINE_GUID to TAO_DEFINE_GUID to avoid conflict with MSVC's
          COM.  We don't support COM at this moment.

        * tao/compat/objbase.h: Disable the definition of TAO_VARENUM.  It
          is not used currently.  Thanks to Maximilian Hoferer
          <mhoferer@krones.de> for noticing this.

Mon Jul 06 09:07:36 1998  Steve Huston  <shuston@riverace.com>

        * tao/ORB_Core.{i cpp}: Removed redundant preprocessing token
          concatentations - HP-UX aCC warned about them.

        * tao/Connect.h: Added #include "tao/corba.h" so the defs are visible
          at template instantiation on AIX xlC.

Mon Jul  6 04:45:02 1998  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Connect.h (TAO_Client_Connect_Handler): Added a new data
          member <reactive_> to trace whether this client connection is
          running reactively or in a separate thread (other than the main
          thread.)

        * tao/Connect.cpp (open,close,send_request): Check to see if the
          client is going to run in a separate thread (by comparing its
          thread id with that of reactor's.)  If so, the handler won't try
          to register itself with the reactor and simply block on the
          socket IO calls.  This change enables the NestedUpcall/Reactor
          example to use the thread-per-connection strategy.

Sun Jul  5 21:22:42 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/orbconf.h: Undid the change I made on July 3.  Although it
          fixed the one problem I was looking at, it broke everything
          else.  Oops.

        * TAO_IDL/be/be_codegen.cpp: Changed the TAO_EXPORT_MACRO
          definition to override any that came before.  Without this the
          ordering of includes (putting corba.h before an orbsvc, such as
          CosNamingC.h) would break in certain configurations.  Also moved
          it after the includes so it shouldn't affect included files.

Sat Jul  4 01:18:21 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Visitor.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_l.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Interpreters.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
          Addressed warnings/errors on IRIX.

Fri Jul 03 21:51:44 1998  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp (parse_args):
          reset n_suppliers_ to 1, if <= 0, before the ACE_ERROR_RETURN
          instead of after.  (supplier_task): cast event_count_ to
          CORBA::ULong to avoid signed/unsigned comparison.

        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp (push_consumer):
          commented out unused local "ID".

Fri Jul  3 19:54:03 1998  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/orbconf.h: Changed the TAO_NAMESPACE_STORAGE_CLASS macros to
          work better with namespaces on MSVC.

Fri Jul  3 18:40:46 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
          Debugged and tested directed queries.

        * orbsvcs/tests/Trading/Offer_Importer.{h,cpp}:
        * orbsvcs/tests/Trading/import_test.cpp:
          Added code to test directed queries.

Fri Jul 03 17:30:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * orbsvcs/tests/Simulator/README: Added more documentation.

        * orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java: Register
          now only for notification events.

        * orbsvcs/tests/Simulator/DOVEMIB/AnyAnalyser.{h,cpp}: support time stamps.

        * orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.{h,cpp}: support time stamps.

        * orbsvcs/tests/Simulator/DOVEMIB/PrintVisitor.{h,cpp}: support time stamps

        * orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.{h, cpp}: moved
          a lot of connection management into the new DOVE Supplier.

        * orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.dsp: Added the DOVE
          Suplier files.

        * orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.{h,cpp}: All
          the connection management with the event service is done here.
          A standardized interface is now supported, thanks to
          Kevin Stanley <kstanley1@mdc.com>.

Fri Jul 03 16:38:12 1998  Steve Huston  <shuston@riverace.com>

        * tao/Sequence.h (TAO_Unbounded_Sequence<CORBA::Octet>) Removed the
          template type specification from constructor names so that this
          compiles on AIX xlC as well as Sun C++ and HPUX aCC.

Fri Jul 03 13:58:08 1998  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.1.37 released.

Fri Jul  3 13:05:01 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/ECT_Data.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
          Fixed template instantiations.

Fri Jul 03 11:36:04 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Param_Test/Makefile,
          tests/Cubit/TAO/IDL_Cubit/Makefile: disabled perfect
          hashing until we can stabilize its use.

Fri Jul 03 11:34:38 1998  Carlos O'Ryan  <coryan@JIG>

        * orbsvcs/tests/EC_Throughput/Makefile:
          Added new object files to the Makefile.

        * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
          Protected against null publication or subscription list.

        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          Removed a possible race condition in consumer
          disconnections. Thanks to Thomas Venturella <tventurell@mdc.com>
          for the last two fixes.

Fri Jul 03 08:40:28 1998  Steve Huston  <shuston@riverace.com>

        * tao/corba.h: Reordered some includes to get it to compile clean on
          HP-UX aCC.

Fri Jul 03 02:03:23 1998  Carlos O'Ryan  <coryan@JIG>

        * orbsvcs/tests/EC_Throughput/ECT_Data.h:
        * orbsvcs/tests/EC_Throughput/ECT_Data.cpp:
        * orbsvcs/tests/EC_Throughput/data.idl:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
          Added an example on how to send C++ data across the wire.

        * orbsvcs/orbsvcs.dsw:
        * orbsvcs/tests/EC_Throughput/EC_Throughput.dsw:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.dsp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.dsp:
          Added MSVC++ project files for the new test.

        * tao/CDR.h:
          Fixed typo in a extraction operator for InputCDR and strings, it
          was declared as operator>>.

Fri Jul  3 00:39:03 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
          Added code to sort by preference the merged result sequence of a
          federated query.

Thu Jul  2 19:41:46 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * tests/Param_Test/Makefile:
        * tests/Cubit/TAO/IDL_Cubit/Makefile: Added TAO_IDLFLAGS -P to enable
          Perfect-hashed-operation-lookup strategy for the idl compiler.

Thu Jul  2 19:22:24 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Makefile:
        * orbsvcs/tests/EC_Throughput/Makefile:
        * orbsvcs/tests/EC_Throughput/svc.conf:
        * orbsvcs/tests/EC_Throughput/data.idl:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.h:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.h:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
          This test shows how to use the EC for custom marshalling, later
          it will be adapted to measure throughput in the EC.

        * orbsvcs/orbsvcs/RtecEventComm.idl:
          Added some padding so the payload (an encapsulated CDR) is
          always properly aligned.

        * orbsvcs/tests/EC_Throughput/README:
        * docs/releasenotes/ec.html:
          Included some info about this new test.

Thu Jul  2 14:28:01 1998  Aniruddha Gokhale  <gokhale@mambo.cs.wustl.edu>

        * TAO_IDL/be/be_array.cpp: We were generating incorrect code for
        the out () and _retn () methods of the Array_var class.

        * TAO_IDL/be_include/be.h: Missing #include for Process.h added.

        * TAO_IDL/Makefile: Ran make depend

        * tests/Param_Test/README: Added description for the array tests.

Thu Jul  2 12:36:28 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader[_T].{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.{h,cpp}:
          For the 'in' operator in the standard OMG constraint language, the
          Constraint Interpreter needs to identify and extract from Anys
          sequences of primitive types, regardless of how many times the
          sequence has been typedef'd. Added code to do this.

        * orbsvcs/tests/Trading/TTest.idl:
        * orbsvcs/tests/Trading/TT_Info.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
          Now sends aliased sequences to the Trader to test the above
          enhancement.

Thu Jul  2 12:29:10 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        The Next round of changes for GPERF + TAO_IDL integration. NT
        related stuff have been taken care of. attributes also should work
        now.
        * TAO_IDL/driver/drv_args.cpp:
        * TAO_IDL/be_include/be_interface.h:
        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_helper.cpp:
        * TAO_IDL/be/be_codegen.cpp:

Thu Jul 02 09:17:57 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/CDR/growth.cpp (main),
          tests/OctetSeq/OctetSeq.cpp (run): replaced
          ACE_hrtime_t-to-ACE_INT32 static casts with ACE_U64_TO_U32
          for compatibility with ACE_U_LongLong.

        * tests/NestedUpcall/Triangle_Test/Object_A_Impl.cpp: added
          newline at end of file.

        * tests/POA/On_Demand_Activation/Servant_Locator.cpp (postinvoke):
          added ACE_UNUSED_ARG (my_servant) to avoid compile warning about
          unused variable with ACE_NDEBUG.

        * tests/Cubit/TAO/MT_Cubit/Task_Client (run_tests): use
          ACE_OS::fprintf instead of fprintf, and fixed the format
          specifier to match the argument type.

        * Makefile (release): use $(MAKE) instead of make for
          recursive make.

Thu Jul 02 01:50:58 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POA: Renamed TAO_POA_Locking to Synchronization.  Also
          renamed the related enums to not use the USE_ prefix.

Wed Jul  1 22:42:13 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/CosTrading.idl:
          Merged Sequences.idl into CosTrading.idl.

        * orbsvcs/orbsvcs/Trader/Trader.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_T.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
          Addressed DEC cxx warnings/errors. Hopefully solved some, probbaly
          introduced more.

Wed Jul 01 21:14:11 1998  David L. Levine  <levine@cs.wustl.edu>

        * tests/Param_Test/any.cpp: commented out unused static
          any_table.

        * tests/Param_Test/fixed_array.cpp (check_validity): commented
          out unused local ret.

        * tests/Param_Test/{bd,ub}_str_seq.cpp (init_parameters):
          commented out unused local gen.

Wed Jul  1 19:20:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * orbsvcs/LifeCycle_Service/Makefile: I hopefully
          fixed the complains of the DEC cxx compiler.

Wed Jul  1 15:50:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/ORB.cpp: Fixed a memory leak in the initial
          references code. The pointers (name_service_ and trading_service_)
          were not properly reused and not properly released.

        * tao/Operation_Table.h: Fixed a spelling problem with
          TAO_operation_db_entry.

Wed Jul  1 13:59:30 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * orbsvcs/LifeCycle_Service/Makefile: Removed STL flags.

        * tao/TAO.{h,cpp}: Passing in argc to the TAO_ORB_Manager by
          reference, since ORB_init takes argc by reference.

        * orbsvcs/Trading_Service/Trading_Service.{h,cpp}:
        * orbsvcs/Trading_Service/Makefile:
          Made Trading Service app resemble other orbsvcs apps. Accepts -TS*
          command line arguments. Has the ability to form a complete graph
          federation with other traders on the same multicast network.

        * orbsvcs/tests/Trading/Offer_Exporter.{h,cpp}:
        * orbsvcs/tests/Trading/Offer_Importer.{h,cpp}:
        * orbsvcs/tests/Trading/Service_Type_Exporter.{h,cpp}:
        * orbsvcs/tests/Trading/export_test.cpp:
        * orbsvcs/tests/Trading/Makfile:
          export_test will now export service types and offers to all
          traders linked to the multicast-enabled trader, so import_test
          will test federated queries.

        * orbsvcs/orbsvcs/IOR_Multicast.{h,cpp}: Added an init method for
          initialization outside the constructor.

        * orbsvcs/orbsvcs/Makefile: Changed macro name from
          TAO_HAS_DYNAMIC_PROPERTY_BUG to TAO_HAS_OBJECT_IN_STRUCT_MARSHAL_BUG.

        * orbsvcs/orbsvcs/Trader/*.*:
          o  Hopefully fixed DEC cxx errors/warnings.
          o  Added command-line configuration of trader policies, interfaces,
             and multithreading support.
          o  Debugged link interface and federated queries.
          o  Added explicit template specialization.

Wed Jul  1 1:55:23 1998 Jeff Parsons <jp4@cs.wustl.edu>

        * TAO/tests/Cubit/TAO/DII_Cubit/Makefile: It works, at least with
          SunCC. It builds the DII client and also the IDL server if
          necessary (since we run it before running client.exe) -thanks
          to David Levine for that.
        * TAO/tests/Cubit/TAO/DII_Cubit/client.h, cpp: Now builds and
          executes on Unix and NT. Also added some macros for the
          environment checking inside the operations.

Wed Jul  1 10:28:07 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/be_include/be_interface.h (be_type): Fixed the warnings
          in g++.

Wed Jul  1 06:36:11 1998  Aniruddha Gokhale  <gokhale@mambo.cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp: For the copying
          version of the <<= operator, we were not doing a copy. Thanks to
          Seth Widoff for pointing this out.

Tue Jun 30 22:08:38 1998  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp (lookup_strategy): added full
          qualification of TAO_CodeGen::LOOKUP_STRATEGY return type.

Tue Jun 30 18:27:49 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Sequence_T.i:
          Another ACE_CAST_CONST problem, thanks to Seth Widoff
          (sbw1@cs.wustl.edu) for catching this one.

Tue Jun 30 18:21:04 1998  Seth Benjamin Widoff  <sbw1@waltz.cs.wustl.edu>

        * tests/Quoter/Makefile:
          Removed STL includes --- no longer needed for Trading Service.

Tue Jun 30 16:50:12 1998  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        First round of changes for GPERF + TAO_IDL integration. Execute
        tao_idl with -P option to enable PERFECT_HASH operation lookup
        strategy.

        IDL-Attributes are not supported yet.

        * TAO_IDL/driver/drv_args.cpp: Added option -P to enable
          PERFECT_HASH operation lookup strategy.

        * TAO_IDL/be_include/be_interface.h: Added methods to generate
          perfect hashing operation lookup table in the server skeleton
          code.

        * TAO_IDL/be_include/be_helper.h (class TAO_OutStream): Added a
          new stream type GPERF_INPUT to indicate the outstream is for
          gperf's input file.

        * TAO_IDL/be_include/be_codegen.h (class TAO_CodeGen):  Added <enum
          LOOKUP_STRATEGY {...}> to indicate various lookup
          strategies. Added the member and access methods that keeps track
          of the TAO_OutStream that corresponds to the gperf's input file.

        * TAO_IDL/be_include/be.h: Included "ace/Process.h".

        * TAO_IDL/be/be_interface.cpp:

        * TAO_IDL/be/be_helper.cpp:

        * TAO_IDL/be/be_codegen.cpp:

        * tao/Operation_Table.h (TAO_Perfect_Hash_OpTable):
        * tao/Operation_Table.cpp :
          Defined the class TAO_Perfect_Hash_OpTable, the factory
          class for Perfect_Hashing-Operation_Lookup strategy.

Tue Jun 30 13:23:59 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Scheduler_Factory.cpp:
          Workaround Sun/CC problem when compiling with -O (but not
          -fast). Apparently it does not like to use static (file) scope
          symbols in the definition of a template.

Tue Jun 30 10:40:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * docs/configurations.html: Added documentation about the
          -ORBiiopprofilelock switch.

        * tao/Client_Strategy_Factory.{h,cpp}: Added the create_iiop_profile_lock (void)

        * tao/GIOP.cpp: Use ACE_Lock instead of ACE_SYNCH_MUTEX.

        * tao/IIOP_Object.cpp: Added the initialization of the fwd_profile_lock_ptr to
          the constructor.

        * tao/IIOP_Object.h: Changed the forward profile lock to a pointer to a lock.

        * tao/IIOP_Object.i: Added the initialization of the fwd_profile_lock_ptr to
          the constructor.

        * tao/default_client.{h,cpp}: Added the parsing of "-ORBportiiopproflielock" to
          the parse_args method. "thread" (default) means to use a mutex lock
          on the access of the forwarding iiop profile. "null" means, use a null
          mutex, which is faster, but does not provide any protection.
          Added also the function create_iiop_profile_lock () to allow
          others to create a new lock, depending on the above mentioned switch.

Tue Jun 30 00:58:57 1998  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.1.36 released.

Mon Jun 29 14:43:17 1998  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/be/be_array.cpp (gen_forany_defn): changed
          declaration of friend CORBA::Any to friend class CORBA_Any,
          to keep DEC cxx from complaining.  Also, commented out
          the declaration, because it doesn't appear to be necessary.

        * tests/OctetSeq/OctetSeq.cpp (main): cast sizeof to int
          to avoid egcs warning about signed/unsigned comparison.

Mon Jun 29 11:05:03 1998  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/encode.cpp:
          Removed unused variable.

Mon Jun 29 11:00:26 1998  Aniruddha Gokhale  <gokhale@mambo.cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:

          After the call to do_static_call, we were not checking if some
          exception was raised. This was causing major problems if there was
          any post do_static_call processing such as narrowing to be
          done. Thanks to Seth Widoff for reporting the problem.

Sun Jun 28 21:33:48 1998  David L. Levine  <levine@cs.wustl.edu>

        * tao/GIOP.cpp: replaced ACE_SYNCH_RW_MUTEX with
          ACE_SYNCH_MUTEX so that it will compile with g++
          (and be correct :-).

        * tests/OctetSeq/OctetSeq.cpp (main): changed loop index
          i from u_int to int to avoid signed/unsigned comparison.

Sun Jun 28 16:10:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tests/NestedUpcalls/Triangle_Test/Makefile: Added
          this Makefile for use on Unix machines.

Sun Jun 28 15:30:00 1998  Michael Kircher  <mk1@cs.wustl.edu>

        * tao/GIOP.cpp: In method location_forwarding, removed
          the explicit release of the IIOP_Object. It is implicitly
          released by the release of the CORBA::OBject pointer.

        * tests/Quoter/Generic_Factory_Impl.{h,cpp}: Splitted
          the create_object method into two parts.

Sat Jun 27 18:13:05 1998  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO/tests/POA/Explicit_Activation/server.cpp (main): Changed
          #include "ace/Timeprobes.h" to #include "tao/Timeprobes.h".