summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
blob: 4a735fb948ad79edab9e49d170612ed97c2aac59 (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
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
Thu Mar 16 17:16:53 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* tao/Any.cpp:
	  Fixed some code to work in platforms without exceptions.

	* tao/orb.idl:
	  Added a missing #pragma prefix ""

	* tests/Param_Test/anyop.cpp:
	  Fixed so the Object Reference test works on any host.  Not very
	  elegant or portable, but it does the job.

Mon Mar 13 15:37:05 2000  Carlos O'Ryan  <coryan@uci.edu>

	* tao/TAO.dsp:
	* tao/TAO_Static.dsp:
	  Removed the deep_free.cpp file from the projects.

	* TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
	  Corrected indentation.

Mon Mar 13 14:19:27 2000  Carlos O'Ryan  <coryan@uci.edu>

	* TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
	* TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
	* TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
	* TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
	  There are two versions of the >>= operators:

	  CORBA::Boolean >>= (const Any&, T*&)
	  CORBA::Boolean >>= (const Any&, const T*&)

	  the first one is deprecated, but we still support it. Jeff
	  Parsons pointed out that the first version can be implemented
	  using the second version as follows:
	      return any >>= ACE_const_cast(const T*&,x);
	  i also simplified the implementation of the second version.

	* TAO_IDL/be/be_visitor_array/array_cs.cpp:
	* TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
	* TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
	* TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
	* TAO_IDL/be/be_visitor_structure/structure_cs.cpp:
	* TAO_IDL/be/be_visitor_union/union_cs.cpp:
	  Had to revert Jeff fix for the _tao_any_destructor functions
	  declared in deeply nested modules.  GCC gets utterly confused by
	  this declaration:
	     void ::Foo::Bar::_tao_any_destructor (void *) ....
	  it tolerates this one:
	     void Foo::Bar::_tao_any_destructor (void *) ....
	  but fails with this one:
	     void Foo::Bar::Foo::_tao_any_destructor (void *) ....

	* tao/Makefile:
	* tao/deep_free.cpp:
	* tao/Marshal.h:
	* tao/Marshal.i:
	  Removed (finally!) the deep_free methods.  Now we only need to
	  remove the support classes to finally get rid of all the
	  interpretive marshaling code.

	* tao/GIOPC.cpp:
	* tao/IOPC.cpp:
	* tao/ImplRepoC.h:
	* tao/ImplRepoC.i:
	* tao/ImplRepoC.cpp:
	* tao/ImplRepoS.h:
	* tao/ImplRepoS.i:
	* tao/ImplRepoS.cpp:
	* tao/ImplRepoS_T.h:
	* tao/ImplRepoS_T.i:
	* tao/ImplRepoS_T.cpp:
	* tao/InterceptorC.cpp:
	* tao/POAC.cpp:
	* tao/PolicyC.cpp:
	* tao/TAOC.cpp:
	  Fix the hand-crafted files with respect to the two versions of
	  the >>= operators.

	* TAO_IDL/Makefile:
	  Updated dependencies

	* TAO_IDL/be/be_visitor_factory.cpp:
	  Cosmetic fixes.

Mon Mar 13 08:23:23 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.h:
        * tao/Any.cpp:
          The _tao_replace() functions do not require an ACE_TRY_ENV
          argument.
          Any _tao_replace() function that requires a void* also requires
          the destructor function.

        * tao/BoundsC.h:
        * tao/BoundsC.cpp:
        * tao/CONV_FRAMEC.cpp:
        * tao/CurrentC.cpp:
        * tao/DomainC.cpp:
        * tao/DynAnyC.h:
        * tao/DynAny_i.cpp:
        * tao/GIOPC.cpp:
        * tao/IOPC.cpp:
        * tao/IOPC.h:
        * tao/IORC.h:
        * tao/IORC.cpp:
        * tao/ImplRepoC.h:
        * tao/ImplRepoC.i:
        * tao/ImplRepoC.cpp:
        * tao/ImplRepoS.cpp:
        * tao/ImplRepoS.h:
        * tao/ImplRepoS.i:
        * tao/ImplRepoS_T.h:
        * tao/ImplRepoS_T.i:
        * tao/ImplRepoS_T.cpp:
        * tao/InterceptorC.h:
        * tao/InterceptorC.cpp:
        * tao/InterfaceC.h:
        * tao/InterfaceC.cpp:
        * tao/MessagingC.h:
        * tao/MessagingC.cpp:
        * tao/MessagingS.cpp:
        * tao/NVList.cpp:
        * tao/ObjectIDList.h:
        * tao/ObjectIDList.cpp:
        * tao/POAC.h:
        * tao/POAC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyC.cpp:
        * tao/PollableC.h:
        * tao/PollableC.cpp:
        * tao/Sequence.h:
        * tao/Sequence.cpp:
        * tao/Services.h:
        * tao/Services.cpp:
        * tao/TAOC.h:
        * tao/TAOC.cpp:
        * tao/TimeBaseC.h:
        * tao/TimeBaseC.cpp:
          Changed all the hand-crafted files to use the new _tao_replace
          style functions.

        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
          The _tao_replace() functions do not require the ACE_TRY_ENV
          argument anymore.  This let us simplify many of the
          implementations for >>= and <<= operators.  We also identified
          some cases of duplicated code and removed as much as possible of
          that.

        * tests/Param_Test/Param_Test.dsw:
        * tests/Param_Test/anyop.dsp:
        * tests/Param_Test/anyop.cpp:
          Added the anyop test to the NT project files.

Fri Mar 10 19:06:05 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynAnyC.h:
        * tao/DynAnyC.cpp:
          Removed some unnecessary _ptr_type typedefs.

Fri Mar 10 14:54:20 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/array_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/structure_cs.cpp:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          In the definition of the static function
          _tao_any_destructor, prepending the global "::"
          to the scoped name of the class or struct keeps
          gcc happy. Thanks to Carlos for pointing this out.

Fri Mar 10 12:24:01 2000  Carlos O'Ryan  <coryan@uci.edu>

        * examples/POA/DSI/Database_i.cpp:
        * orbsvcs/LifeCycle_Service/Criteria_Evaluator.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * orbsvcs/tests/Property/client.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
        * orbsvcs/tests/Trading/TT_Info.cpp:
        * tests/CDR/basic_types.cpp:
        * tests/Param_Test/objref.cpp:
        * tests/Param_Test/objref.h:
        * utils/catior/catior.cpp:
          Fixed uses of encode(), decode(), replace(), the void*
          constructor for Any and obsolete >>= or <<= operators.

        * */Makefile:
          Updated dependencies

Fri Mar 10 11:28:17 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.cpp:
          The >>= operator for 'const Any*' was not working properly,
          thanks to Jeff for letting me know.

        * tao/GIOPC.h:
        * tao/GIOPC.cpp:
          Another pair of files updated.

Fri Mar 10 12:49:21 2000  Jeff Paraons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp
        * TAO_IDL/be/be_visitor_argument.cpp
        * TAO_IDL/be/be_visitor_factory.cpp
        * TAO_IDL/be/be_visitor_operation.cpp
        * TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
        * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp
        * TAO_IDL/be/be_visitor_argument/pre_invoke_cs.cpp
        * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
        * TAO_IDL/be/be_visitor_operation/argument.cpp
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_pre_invoke_cs.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/arglist.cpp
        * TAO_IDL/be_include/be_codegen.h
        * TAO_IDL/be_include/be_visitor_argument.h
        * TAO_IDL/be_include/be_visitor_factory.h
        * TAO_IDL/be_include/be_visitor_operation.h
        * TAO_IDL/be_include/be_visitor_argument/marshal_ss.h
        * TAO_IDL/be_include/be_visitor_argument/post_upcall_ss.h
        * TAO_IDL/be_include/be_visitor_argument/pre_invoke_cs.h
        * TAO_IDL/be_include/be_visitor_argument/vardecl_ss.h
        * TAO_IDL/be_include/be_visitor_operation/operation_cs.h
        * TAO_IDL/be_include/be_visitor_operation/operation_ss.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_marshal_ss.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_post_upcall_ss.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_pre_invoke_cs.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_vardecl_ss.h
        * TAO_IDL/be_include/be_visitor_union/any_op_cs.h
        * TAO_IDL/driver/drv_args.cpp
        * TAO_IDL/include/idl_global.h
        * TAO_IDL/util/utl_global.cpp
          Changes to remove the generation of code using interpretive
          marshaling.

        * TAO_IDL/be/be_visitor_argument/invoke_cs.cpp
        * TAO_IDL/be/be_visitor_argument/post_invoke_cs.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_post_invoke_cs.cpp
        * TAO_IDL/be_include/be_visitor_argument/invoke_cs.h
        * TAO_IDL/be_include/be_visitor_argument/post_invoke_cs.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_post_invoke_cs.h
          Files added or renamed from other files removed below.

        * TAO_IDL/be/be_visitor_argument/compiled_marshal_cs.cpp
        * TAO_IDL/be/be_visitor_argument/compiled_marshal_ss.cpp
        * TAO_IDL/be/be_visitor_argument/docall_cs.cpp
        * TAO_IDL/be/be_visitor_argument/post_docall_compiled_cs.cpp
        * TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp
        * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
        * TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp
        * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_docall_cs.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp
        * TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp
        * TAO_IDL/be_include/be_visitor_argument/compiled_marshal_cs.h
        * TAO_IDL/be_include/be_visitor_argument/compiled_marshal_ss.h
        * TAO_IDL/be_include/be_visitor_argument/docall_cs.h
        * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.h
        * TAO_IDL/be_include/be_visitor_argument/post_docall_cs.h
        * TAO_IDL/be_include/be_visitor_argument/pre_docall_cs.h
        * TAO_IDL/be_include/be_visitor_argument/pre_upcall_ss.h
        * TAO_IDL/be_include/be_visitor_operation/compiled_marshal.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_docall_cs.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_post_docall_cs.h
        * TAO_IDL/be_include/be_visitor_operation/rettype_pre_docall_cs.h
          Files removed.

Fri Mar 10 09:49:40 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.h:
        * tao/Any.cpp:
          More memory management fixes for the >>= and <<= operators.
          Moved some static _tao_any_destructor functions to the Any
          class, it is easier to maintain it that way.

        * tao/Object.h:
        * tao/Object.cpp:
          Add the _tao_any_destructor helper function.

        * tao/DomainC.h:
        * tao/DomainC.cpp:
          Changed to use the new _tao_any_destructors in the right places.

        * tao/DynAny_i.cpp:
          It is better just to return 0 than to cast away const.

Fri Mar 10 11:28:15 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/TAO.dsp:
        * tao/TAO_static.dsp:
          Added BoundsC.cpp to these projects.

        * tao/DynAny_i,cpp:
          In get_string() cast away the constness of the internal
          char* pointer in the ACE_THROW_RETURN statement.

Thu Mar  9 21:02:10 2000  Carlos O'Ryan  <coryan@uci.edu>

        * TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp:

          Fixed typo.

Thu Mar  9 18:50:44 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.h:
        * tao/Any.i:
        * tao/Any.cpp:
          The <<= and >>= operators must set a function to cleanup the
          objects stored by the Any.  The function usually just casts from
          void* to the real type and invokes 'delete' or CORBA::release().
          This is far more efficient, type safe and maintainable than the
          deep_free approach.
          The function is provided in the _tao_replace() method. For the
          time beign (until the hand-crafted code is fixed), we maintain
          both versions.

        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/array_ch.cpp:
        * TAO_IDL/be/be_visitor_array/array_cs.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_ch.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/structure_ch.cpp:
        * TAO_IDL/be/be_visitor_structure/structure_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/union_ch.cpp:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Modified to:
          - Generate an _tao_any_destructor() function to destroy the
            object stored into an any.  For sequences, structures, unions
            and interfaces the function is an static function of the
            corresponding class.  For arrays it is a static member of the
            T_forany class.
          - The generated <<= and >>= operators have been modified to pass
            the _tao_any_destructor. Thus the generated code no longer
            depends on deep_free!
            Furthermore the implementations of the <<= operators have been
            optimized.  It makes no sense to pre-allocate the object,
            because sometimes the >>= operator is never invoked. In other
            word: eager evaluation only makes sense when the result is
            used all the time, and this is not the case for the <<=
            operators.

        * tao/BoundsC.cpp:
        * tao/BoundsC.h:
        * tao/CONV_FRAMEC.cpp:
        * tao/CONV_FRAMEC.h:
        * tao/CurrentC.cpp:
        * tao/CurrentC.h:
        * tao/DomainC.cpp:
          Updated to use the new _tao_replace() methods.

        * tao/DynAny_i.cpp:
          The >>=(char*&) operators have been removed from the Any class,
          they were a TAO extension.

        * tests/Param_Test/Makefile:
        * tests/Param_Test/anyop.cpp:
          Updated dependencies.

        * tests/Param_Test/any.cpp:
        * tests/Param_Test/bd_wstring.cpp:
        * tests/Param_Test/objref.cpp:
        * tests/Param_Test/param_test_i.cpp:
        * tests/Param_Test/recursive_union.cpp:
        * tests/Param_Test/typecode.cpp:
        * tests/Param_Test/ub_any_seq.cpp:
        * tests/Param_Test/ub_string.cpp:
        * tests/Param_Test/ub_wstring.cpp:
          Fix a few memory management problems and some glaring bugs.
          With this round of changes all the DII and SII tests pass!
          We still have to look for memory leaks.

        * TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp:
        * tao/decode.cpp:
        * tao/encode.cpp:
          These files were not commited in the last change.

Wed Mar  8 19:18:10 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Makefile:
        * tao/Marshal.h:
        * tao/decode.cpp:
        * tao/encode.cpp:
          I have started the work to remove the interpretive engine.
          The first step was to remove the the encode() and decode()
          methods.  We have re-implemented all the other components in the
          ORB to use compiled marshaling instead.

        * tao/Any.h:
        * tao/Any.i:
        * tao/Any.cpp:
          All the methods taking void* are deprecated (unfortunately due
          to an editorial mistake this resolution didn't make it into the
          text of the CORBA 2.3 mapping).  There is no portable way to use
          them anyway.
          For the time beign we have commented them out, to check that no
          portion of TAO invokes them, eventually we will make them
          visible again, but they will raise the CORBA::NO_IMPLEMENT
          exception.
          Re-implement all the basic <<= and >>= operators using
          _tao_replace() instead of replace().
          The extraction operators for the CORBA::Any::to_string,
          CORBA::Any::to_wstring and CORBA::Any::to_object classes were
          not implemented properly.  First they did not unalias the types,
          and next they used equivalent() with the wrong TypeCode.
          Implement the CDR operators for Any using compiled marshaling.

        * tao/Makefile:
        * tao/BoundsC.h:
        * tao/BoundsC.cpp:
          BoundsC was not compiled, though this is the right exception to
          raise from certain NVList operations.
          Updated to use _tao_replace() in the >>= and <<= operators.

        * tao/CDR.h:
        * tao/CDR.cpp:
          Remove the decode() and encode() methods

        * tao/Stub.h:
        * tao/Stub.cpp:
        * tao/GIOP_Server_Request.h:
        * tao/GIOP_Server_Request.cpp:
        * tao/Server_Request.h:
          Remove the support for interpretive marshaling.

        * tao/Invocation.h:
        * tao/Invocation.cpp:
          Removed old comments about interpretive marshaling.

        * tao/NVList.cpp:
          It was raising CORBA::TypeCode::Bounds to signal an error, but
          the correct exception is CORBA::Bounds.

        * tao/Exception.cpp:

        * tao/DynAny_i.cpp:
        * tao/Forwarding_Servant.cpp:
        * tao/MessagingS.cpp:
        * tao/ObjectIDList.cpp:
        * tao/ObjectIDList.h:
        * tao/POAS.cpp:
        * tao/PolicyS.cpp:
        * tao/PollableS.cpp:
        * tao/Services.cpp:
        * tao/Services.h:
        * tao/Typecode.h:
        * tao/Typecode.cpp:
        * tao/append.cpp:
        * tao/skip.cpp:
          Re-implemented several stubs using compiled marshaling.
          Use _tao_replace() in <<= and >>= operators.


        * TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp:
          Use _tao_encode() and _tao_decode() to marshal and demarshal
          exceptions.  Those methods are implemented using compiled
          marshaling.

        * tao/POAC.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
          Cosmetic changes.

        * tests/Param_Test/Makefile:
        * tests/Param_Test/anyop.cpp:
          New test to verify that the <<= and >>= operators work
          correctly.

        * tests/Param_Test/param_test.idl:

        * tests/Param_Test/client.cpp:
        * tests/Param_Test/any.h:
        * tests/Param_Test/any.cpp:
        * tests/Param_Test/bd_array_seq.h:
        * tests/Param_Test/bd_array_seq.cpp:
        * tests/Param_Test/bd_long_seq.h:
        * tests/Param_Test/bd_long_seq.cpp:
        * tests/Param_Test/bd_short_seq.h:
        * tests/Param_Test/bd_short_seq.cpp:
        * tests/Param_Test/bd_str_seq.h:
        * tests/Param_Test/bd_str_seq.cpp:
        * tests/Param_Test/bd_string.h:
        * tests/Param_Test/bd_string.cpp:
        * tests/Param_Test/bd_struct_seq.h:
        * tests/Param_Test/bd_struct_seq.cpp:
        * tests/Param_Test/bd_wstr_seq.h:
        * tests/Param_Test/bd_wstr_seq.cpp:
        * tests/Param_Test/bd_wstring.h:
        * tests/Param_Test/bd_wstring.cpp:
        * tests/Param_Test/big_union.h:
        * tests/Param_Test/big_union.cpp:
        * tests/Param_Test/complex_any.h:
        * tests/Param_Test/complex_any.cpp:
        * tests/Param_Test/except.h:
        * tests/Param_Test/except.cpp:
        * tests/Param_Test/fixed_array.h:
        * tests/Param_Test/fixed_array.cpp:
        * tests/Param_Test/fixed_struct.h:
        * tests/Param_Test/fixed_struct.cpp:
        * tests/Param_Test/multdim_array.h:
        * tests/Param_Test/multdim_array.cpp:
        * tests/Param_Test/nested_struct.h:
        * tests/Param_Test/nested_struct.cpp:
        * tests/Param_Test/objref.h:
        * tests/Param_Test/objref.cpp:
        * tests/Param_Test/objref_struct.h:
        * tests/Param_Test/objref_struct.cpp:
        * tests/Param_Test/recursive_struct.h:
        * tests/Param_Test/recursive_struct.cpp:
        * tests/Param_Test/recursive_union.h:
        * tests/Param_Test/recursive_union.cpp:
        * tests/Param_Test/short.h:
        * tests/Param_Test/short.cpp:
        * tests/Param_Test/typecode.h:
        * tests/Param_Test/typecode.cpp:
        * tests/Param_Test/ub_any_seq.h:
        * tests/Param_Test/ub_any_seq.cpp:
        * tests/Param_Test/ub_array_seq.h:
        * tests/Param_Test/ub_array_seq.cpp:
        * tests/Param_Test/ub_long_seq.h:
        * tests/Param_Test/ub_long_seq.cpp:
        * tests/Param_Test/ub_objref_seq.h:
        * tests/Param_Test/ub_objref_seq.cpp:
        * tests/Param_Test/ub_short_seq.h:
        * tests/Param_Test/ub_short_seq.cpp:
        * tests/Param_Test/ub_str_seq.h:
        * tests/Param_Test/ub_str_seq.cpp:
        * tests/Param_Test/ub_string.h:
        * tests/Param_Test/ub_string.cpp:
        * tests/Param_Test/ub_struct_seq.h:
        * tests/Param_Test/ub_struct_seq.cpp:
        * tests/Param_Test/ub_wstr_seq.h:
        * tests/Param_Test/ub_wstr_seq.cpp:
        * tests/Param_Test/ub_wstring.h:
        * tests/Param_Test/ub_wstring.cpp:
        * tests/Param_Test/ulonglong.h:
        * tests/Param_Test/ulonglong.cpp:
        * tests/Param_Test/var_array.h:
        * tests/Param_Test/var_array.cpp:
        * tests/Param_Test/var_struct.h:
        * tests/Param_Test/var_struct.cpp:
          We now use the standard <<= and >>= operators to test DII. We
          also use the add_in_arg(), add_out_arg() and add_inout_arg()
          helper methods.
          The add_args() method was removed because it relied on the
          non-portable, deprecated and ugly replace() operation in
          CORBA::Any.
          The SII tests are all passing, most of the DII tests pass too,
          but these changes uncovered several problems with the
          implementation of deep_free(), since deep_free has to be
          removed we better wait for those changes instead of trying to
          support the current scheme.

        * tao/IIOP_Profile.cpp:
        * tao/SHMIOP_Profile.cpp:
        * tao/UIOP_Profile.cpp:
          Cosmetic fixes.

Wed Mar  8 17:22:32 2000  Ossama Othman  <ossama@uci.edu>

        * docs/pluggable_protocols/index.html:

          Fixed typographical errors.

        * tao/ORB.cpp (ORB_init):

          It doesn't make sense for argc to be zero and argv to be
          non-empty/zero, or for argc to be greater than zero and argv be
          zero/empty.  Throw a CORBA::BAD_PARAM() exception if argc/argv
          combination is invalid.

        * tao/ORB_Core.cpp (init):

          Throw a CORBA::BAD_PARAM() exception if an unrecognized "-ORB"
          option is encountered.  This behavior is in accordance with the
          CORBA 2.3.1 specification.

          Use ACE_NEW_THROW_EX(), instead of ACE_NEW_RETURN() in
          "-ORBLogFile" option processing code.

          Explicitly consume "-ORBid" options passed to this method since
          they are specifically handled in the CORBA::ORB_init() method.
          According to the CORBA specification, if the ORBid third
          argument is used then any "-ORBid" options must be ignored.
          However, the above fix that forces the ORB to throw an
          exception when encountering an unrecognized "-ORB" option,
          also forces us to explicitly recognize the "-ORBid" option in
          the TAO_ORB_Core::init() method since it may "slip" through when
          both the ORBid third argument to CORBA::ORB_init() and a
          "-ORBid" ORB option are provided.

Wed Mar  8 12:03:21 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/GIOP.cpp:
          The receiving code was checking errno when the recv() call
          returned 0, this is incorrect as errno is only set if recv()
          returns -1.  This resulted in connections never getting closed
          if the errno was set to EWOULDBLOCK before recv() returned 0.
          Many thanks to Dave Meyer <dmeyer@std.saic.com> and Chris
          Cleeland <chris@cs.wustl.edu> for tracking down the problem.
          Some users had reported that when using thread-per-connection
          the ORB thread will loop forever, consuming a lot of CPU, when
          the client terminated.  This may have also solved that problem.

Wed Mar  8 08:31:25 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
          Fixed problems with gateway re-connections.  After a consumer
          changed its subscription no more events are received from the
          remote supplier.
          Thanks to  Harald Finster <finster@ave.ac.agit.de> for reporting
          this bug.

        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/run_test.pl:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/Gateway.cpp:
        * orbsvcs/tests/Event/Basic/Gateway.dsp:
          Add a new regression test to the event service.

Wed Mar  8 08:59:47 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/InterfaceC.cpp:
          Added a missing operation name length argument. Thanks to
          Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> for
          pointing this out.

Wed Mar  8 01:33:21 2000  Christopher Kohlhoff <chris@kohlhoff.com>

        * TAO/Makefile.bor: Added support for 3 different "levels" of
          build: minimal, typical and all.

        * TAO/orbsvcs/orbsvcs/Makefile.bor: Added new files.

Tue Mar 07 15:42:41 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/interceptors.html: Fixed some html tag problems.  Thanks to
           Chanaka Liyanaarachchi <chanaka@ociweb.com> for reporting this.

Tue Mar 07 10:30:06 2000  bala  <bala@cs.wustl.edu>

        * TAO version 1.0.15 released.

Tue Mar  7 09:33:21 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/deep_free.cpp:
          In TAO_Marshal_Union, the type of 'discrim_tc' was changed
          to a _var, but I neglected to change its form when used as
          an argument to discrim_tc.in ().

Mon Mar  6 22:49:45 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
          removed ACE_CHECK_RETURN from the get_channel method to
          fix compile warning with kai3.3e

Mon Mar  6 19:43:00 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
          fixed compile warning in create method.
        * orbsvcs/tests/CosEC_Basic/CosEC_Basic.cpp:
          fix for IRIX compile error: used ServantBase_var instead of auto_ptr

Mon Mar  6 16:49:44 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/deep_free.cpp:
          Plugged a memory leak in TAO_Marshal_Union. When the
          typecode of the union's discriminator is fetched, a
          duplicate is returned, but the return value was not
          disposed of after use. Thanks to
          Lothar Werzinger <werzinger.lothar@krones.de> for
          sending in the IDL file and test code that revealed
          this bug.

Sun Mar  5 18:36:34 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_FilterFactory_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_PushConsumer.h:
        * orbsvcs/orbsvcs/Notify/Notify_PushSupplier.h:
        * orbsvcs/orbsvcs/Notify/Notify_StructuredPushConsumer.h:
        * orbsvcs/orbsvcs/Notify/Notify_StructuredPushSupplier.h:

          Disabled the inheritance by dominance warnings in MSVC.

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:

          Added the new notification files to the projects.

Sun Mar  5 16:36:25 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
          dereference via .in in method MyFactory.
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
          get_event_channel: translate any exception to ChannelNotFound.
        * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.cpp:
          corrected spelling mistake.
        * orbsvcs/orbsvcs/Notify/Notify_PushConsumer.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_PushSupplier.cpp:
          added missing ACE_THROW_SPEC

Sun Mar  5 15:34:36 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tests/IORManipulation/IORTest.cpp (main): Added a work around
          for a compiler bug in IRIX CC.

Sun Mar  5 12:45:50 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/MessagingC.h:
        * tao/MessagingC.cpp:
          Removed Any operators for ExceptionHolder, which is a
          valuetype, not an interface.

        * POAC.h:
          Added #if !defined (TAO_HAS_MINIMUM_CORBA) guards to
          declaration of Any operators for ForwardRequest. The
          operator bodies are already guarded.

Sat Mar  4 18:11:28 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * Modified the following files:
        * orbsvcs/Notify/Notify_Constraint_Interpreter.h:
        * orbsvcs/Notify/Notify_FilterAdmin_i.{h,cpp}:
        * orbsvcs/Notify/Notify_FilterFactory_i.h:
        * orbsvcs/Notify/Notify_Filter_i.{h,cpp}:
        * orbsvcs/Notify/Notify_QoSAdmin_i.h :
          minor changes to header file inclusions.
        * orbsvcs/Notify/Notify_ConsumerAdmin_i.{h,cpp}:
        * orbsvcs/Notify/Notify_SupplierAdmin_i.{h,cpp}:
        * orbsvcs/Notify/Notify_EventChannelFactory_i.{h,cpp}:
        * orbsvcs/Notify/Notify_EventChannel_i.{h,cpp}:
          Changed the design for looking up children objects from being
          ACE_Hash_Map_Manager based to the POA.Each Object factory in Notify
          creates a child POA to activate created objects in.This cleanly
          decouples object lookup functionality from the working of the
          Event Channel.The unique ID's generated for each object created is
          converted to Object Id's for activation and reference lookup.
        * orbsvcs/Notify/Notify_ProxyPushConsumer_i.{h,cpp}:
        * orbsvcs/Notify/Notify_ProxyPushSupplier_i.{h,cpp}:
        * orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.{h,cpp}:
        * orbsvcs/Notify/Notify_StructuredProxyPushSupplier_i.{h,cpp}:
          Added 'push' implementations.
        * orbsvcs/Notify/Notify_StructuredPushConsumer.{h,cpp}:
        * orbsvcs/Notify/Notify_StructuredPushSupplier.{h,cpp}:
          Removed <open> and close methods from helper classes.
        * orbsvcs/orbsvcs/Makefile:
          Added new files to Notify, updated dependencies.
        * orbsvcs/Notify_Service/Notify_Service.{h,cpp}:
          Changed to use the TAO_Notify_EventChannelFactory::create method.
        * orbsvcs/examples/Notify/Filter.cpp:
          Changed to use the new TAO_Notify_StructuredPushConsumer methods.

          New files:
        * orbsvcs/Notify/Notify_Event_Manager.{h,cpp}:
          The <TAO_Notify_Event_Manager> class controls all aspects of event
          propogation from suppliers to consumers, provides methods to handle
          subscription and publication lists logic.It also contains the
          <recipient_map_> which is the central storage for subscription
          lists and is accessed to decide where events should go.
        * orbsvcs/Notify/Notify_ID_Pool_T.{h,cpp,i}:
          The <TAO_Notify_ID_Pool> template class generates Ids for all object
          factories in Notify.Id's can be returned to the pool for recyling.
        * orbsvcs/Notify/Notify_Listeners.h:
          Defines the <TAO_Notify_Event_Listener> and
          <TAO_Notify_Update_Listener> internal interfaces for Notify.
        * orbsvcs/Notify/Notify_ProxyConsumer_T.{h,cpp}:
          Template Base classes for the Proxy Consumers.
        * orbsvcs/Notify/Notify_ProxySupplier_T.{h,cpp}:
          Template Base classes for the Proxy Suppliers.
        * orbsvcs/Notify/Notify_PushConsumer.{h,cpp}:
          Helper servant implementation for PushConsumers.
        * orbsvcs/Notify/Notify_PushSupplier.cpp.{h,cpp}:
          Helper servant implementation for PushSuppliers.
        * orbsvcs/Notify/Notify_Resource_Manager.{h,cpp}:
          All object creations are done here.
        * orbsvcs/Notify/Notify_Types.{h,cpp}:
          Defines the <TAO_Notify_EventType> and Subscription and Publication
          list types.
        * orbsvcs/examples/Notify/Subscribe/Subscribe{.h,.cpp}:
        * orbsvcs/examples/Notify/Subscribe/main.cpp:
        * orbsvcs/examples/Notify/Subscribe/Makefile:
          New example to show how to use subscription (under construction).

Sat Mar  4 16:09:42 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/MessagingC.h:
        * tao/MessagingC.i:
        * tao/MessagingC.cpp:
        * tao/POAC.h:
        * tao/POAC.i:
        * tao/POAC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyC.i:
        * tao/PolicyC.cpp:
          Replaced all Any insertion/extraction operators with the new
          versions that use compiled marshaling. Also added many missing
          Any and CDR stream insertion/extraction operators. This
          completes the job for all the generated files in TAO/tao.

Fri Mar  3 14:41:42 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Sequence.cpp (allocbuf):
        * tao/Typecode.cpp: Removed the use of "naked new"
          operators.

Fri Mar  3 13:41:12 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/IIOP_Profile.cpp:
        * tao/SHMIOP_Profile.cpp:
        * tao/UIOP_Profile.cpp: Added error checking. The error checking
          was needed for the ACE_Inet_Addr::set () method that was getting
          called. This is for bug #474 reported by Chris Cleeland
          <cleeland_c@ociweb.com>.

Fri Mar  3 11:15:06 2000  Ossama Othman  <ossama@uci.edu>

        * tao/SHMIOP_Profile.cpp (decode):

          Corrected "IIOP" to be "SHMIOP" in debugging output.  Minor
          cosmetic changes.

Fri Mar  3 11:01:32 2000  Krishnakumar Elakkara Pathayapura  <krish@polka.cs.wustl.edu>

        * orbsvcs/orbsvcs/Log/Log_i.cpp (my_factory): fixed a bug. The
        constructor was not making a duplicate when assigning to a
        _var. Thanks to Rob Ruff <rruff@scires.com> and Sandro Doro
        <doro.s@flashnet.it> for reporting it.

Fri Mar  3 01:06:49 2000  Nagarajan Surendran  <naga@cs.wustl.edu>

        * docs/releasenotes/index.html: Fixed a missing link ~naga/av.html
          to ~schmidt/av.html. Thanks to Keith Nicewarner
          <knicewar@erg.sri.com> for reporting this.

Thu Mar  2 22:29:17 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/TAO.dsp:
          Added TimeBaseC.h to project.

Thu Mar  2 21:03:09 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/CONV_FRAMEC.h:
        * tao/CONV_FRAMEC.cpp:
        * tao/CurrentC.h:
        * tao/CurrentC.cpp:
        * tao/DomainC.h:
        * tao/DomainC.cpp:
        * tao/GIOPC.h:
        * tao/GIOPC.cpp:
        * tao/IOPC.h:
        * tao/IOPC.cpp:
        * tao/IORC.h:
        * tao/IORC.cpp:
        * tao.ImplRepoC.h:
        * tao.ImplRepoC.cpp:
        * tao/InterceptorC.h:
        * tao/InterceptorC.i:
        * tao/InterceptorC.cpp:
        * tao/InterfaceC.h:
        * tao/InterfaceC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyC.cpp:
        * tao/PollableC.h:
        * tao/Pollable.cpp:
        * tao/TAOC.h:
        * tao/TAOC.cpp:
        * tao/TimeBaseC.h:
        * tao/TimeBaseC.cpp:
          Replaced the Any operators with new versions using
          compiled marshaling, and added the new CORBA 2.3
          overload for the extraction operator having an rhs of
          pointer to const. Also put back some CDR stream
          operators into Interceptor needed by the new Any
          operators.

Thu Mar  2 11:58:56 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
          In the extraction operator, removed an extra
          assignment of the rhs to 0.

Thu Mar  2 09:24:16 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Object.h:
        * tao/Object.i:
          Add a static _unchecked_narrow() method to CORBA::Object, it is
          useful when writing generic templates.  Thanks to Andreas
          Geisler <andreas.geisler@erls.siemens.de> for pointing this out.

Thu Mar  2 09:09:58 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Exception.h:
        * tao/Exception.cpp:
          The CORBA::UserException is abstract, the _raise() method cannot
          be defined for it.

        * tao/POAC.i:
          The ForwardRequest exception is not present with minimum CORBA,
          yet i did not protect the CDR insertion and extraction operators
          for it with TAO_HAS_MINIMUM_CORBA == 0

        * TAO_IDL/be/be_visitor_exception/cdr_op_ci.cpp:
          For exceptions without any fields the operator>> declared on the
          header file and the one defined in the .i file were not
          matching.

Wed Mar  1 21:36:38 2000  Darrell Brunsch <brunsch@uci.edu>

        * tao/POAC.h:
        * tao/POAC.i:

          Carlos accidentally spilled a little bit of his life-supplying
          coffee this morning and it finally caught up with him.  He
          missed the &'s in the operator>> for AdapterInactive.

Wed Mar  1 18:01:37 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Exception.h:
        * tao/Exception.cpp:
          New virtual methods _tao_encode() and _tao_decode() added.  The
          ORB uses those methods to marshal and demarshal exceptions
          polymorphically.  Notice that the methods use compiled
          marshaling, so this continues the quest to decouple the ORB from
          interpreted marshaling.

        * TAO_IDL/be/be_visitor_exception/cdr_op_ci.cpp:
          The CDR extraction operator for Exceptions should not extract
          the repository ID, this is done by the caller, who first extract
          the id, then creates the right Exception, and only then calls
          the extraction operator (indirectly, through the _tao_decode()
          method).

        * TAO_IDL/be/be_visitor_exception/exception_ch.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
          Generate the _tao_encode() and _tao_decode() methods for each
          user exception.

        * tao/GIOP.cpp:
          Use the _tao_encode() method to marshal exceptions and send them
          across the wire.

        * tao/Any.cpp:
          Insertion operator for exceptions into anys uses the
          _tao_encode() method now.

        * tao/BoundsC.h:
        * tao/BoundsC.i:
        * tao/BoundsC.cpp:
        * tao/DynAnyC.h:
        * tao/DynAnyC.cpp:
        * tao/IORC.h:
        * tao/IORC.i:
        * tao/IORC.cpp:
        * tao/ImplRepoC.h:
        * tao/ImplRepoC.i:
        * tao/ImplRepoC.cpp:
        * tao/InconsistentTypeCodeC.h:
        * tao/InconsistentTypeCodeC.cpp:
        * tao/Invocation.cpp:
        * tao/ORB.h:
        * tao/ORB.cpp:
        * tao/POAC.h:
        * tao/POAC.i:
        * tao/POAC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyC.i:
        * tao/PolicyC.cpp:
        * tao/PollableC.h:
        * tao/PollableC.i:
        * tao/PollableC.cpp:
        * tao/Typecode.h:
        * tao/Typecode.cpp:
        * tao/WrongTransactionC.h:
        * tao/WrongTransactionC.cpp:
          Add the _tao_encode and _tao_decode methods.

        * tao/decode.cpp:
        * tao/encode.cpp:
          Removed support for marshaling and demarshaling of exceptions.

        * tao/Stub.cpp:
          Cosmetic fixes.

Wed Mar  1 17:47:19 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB.cpp:

          Cosmetic update.

        * tao/POA.cpp (create_reference_i, create_reference_with_id_i):

          Corrected "optimal conversion" warnings from gcc 2.95.2 by
          using a temporary pointer variable in the ACE_NEW_THROW_EX
          expression, and then assigning that variable to the "_var"
          variable.

Wed Mar  1 17:27:45 2000  Ossama Othman  <ossama@uci.edu>

        * tao/IIOP_Acceptor.h (hostname):

          Added new helper method to the TAO_IIOP_Acceptor class.

        * tao/IIOP_Acceptor.cpp (open_default):

          Make sure number of probed network interfaces returned from
          ACE::get_ip_interfaces() is greater than zero.  If no network
          interfaces were found then assume one exists and use the default
          interface.  The use of the default interface in this situation
          basically reverts back to the pre-multi-homed support behavior,
          so it should always work on properly configured systems.

          (open, open_default):

          Use ACE_INET_Addr::set() to initialize the TAO_IIOP_Acceptor
          member addr(s), instead of performing memberwise assignment.

          Note that the open() method was missing a copy/assignment
          altogether.  This buglet was introduced when I added support for
          multi-homed hosts.  The only affect this bug should have had is
          to break the check for collocation in
          TAO_IIOP_Acceptor::is_collocated().

          (open_i):

          Cosmetic update.

          (hostname):

          Added this helper method.  It factors out the code common to
          both the open() and the open_default() methods that cache the
          hostname(s) extracted from the ACE_INET_Addr(s).

        * tao/ORB_Core.cpp (TAO_ORB_Core):
        * tao/Stub.h:

          Cosmetic updates.

Wed Mar  1 17:30:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
          Removed all calls to decode(), and replaced calls
          to Any::replace() (which calls encode()) with calls
          to Any::_tao_replace() (which does not). This is
          the first step in ridding TAO of interpreted
          (de)marshaling. Also added some memory cleanup if a
          CDR stream operation is not successful for some
          reason.

Wed Mar  1 16:38:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_cs.cpp:
          Code generation for sequences of a typedef now use the
          typedef's name instead of the unaliased type name. The former
          behavior was causing a problem when the typedef in question
          is #included from another IDL file. Thanks to
          David O'Farrell <eeidofl@eei.ericsson.se> for sending in the
          example IDL file that exposed this problem.

Wed Mar  1 12:47:41 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Policy_Manager.cpp (get_policy_overrides):
        * tao/GIOP_Server_Request.cpp:
        * tao/POA.cpp:
        * tao/decode.cpp:
        * tao/Object_Adapter.cpp:
        * tao/ORB.cpp:
        * tao/IORC.cpp:Removed the naked "new" operators. This is for bug
          #259. The bug refers only to ORB_Core, but other things were
          also added to make things cleaner. BTW, it was also observed
          that there were no naked new operators in ORB_Core.cpp.

Wed Mar  1 08:29:42 2000  Ossama Othman  <ossama@uci.edu>

        * tao/default_resource.cpp:

          Added missing template instantation for
          ACE_Auto_Basic_Ptr<TAO_Protocol_Factory>.

Wed Mar  1 09:59:46 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
          Removed redundant generation of an ACE_CHECK statement,
          found as a byproduct of looking for another bug.

Tue Feb 29 16:44:47 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/CDR/Makefile:
        * tests/CDR/README:
        * tests/CDR/alignment.cpp:
        * tests/CDR/octet_sequence.cpp:
        * tests/CDR/run_test.pl:
          New test to verify that bug #160 won't show up again.

        * examples/Simulator/DOVEMIB/AnyAnalyser.cpp:
        * orbsvcs/orbsvcs/AV/sfp.cpp:
        * tao/CDR_Interpreter.cpp:
        * tao/GIOP_Server_Request.cpp:
        * tao/Typecode.cpp:
        * tao/decode.cpp:
        * tao/deep_free.cpp:
        * tao/encode.cpp:
          Use ACE_ptr_align_binary and ACE_align_binary, i changed the
          name of the macros.

Tue Feb 29 10:37:53 2000  Michael Kircher <Michael.Kircher@mchp.siemens.de>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp,
          orbsvcs/orbsvcs/AV/Flows_T.cpp: Fixed locations where iterators
          where used without 'advance ()', but just 'next ()' this would have
          resulted to deadlocks.

Mon Feb 28 17:37:53 2000  Darrell Brunsch <brunsch@uci.edu>

        * TAO_IDL/driver/drv_args.cpp:

          Wasn't checking for the correct error value for get_temp_dir (),
          and this revealed a inconsistency in how it worked on Unix and
          Win32.

Mon Feb 28 09:20:27 2000  Darrell Brunsch <brunsch@uci.edu>

        * examples/POA/DSI/Database_i.cpp:

          Removed the use of ACE_DEFAULT_BACKING_STORE, and now it should
          default correctly.  This is related to the change to the temporary
          directory location changes in ACE.

        * TAO_IDL/driver/drv_args.cpp:

          Now uses the ACE::get_temp_dir () method.

Mon Feb 28 10:35:10 2000  Ossama Othman  <ossama@uci.edu>

        * Makefile:

          Updated dependencies.

Mon Feb 28 09:56:34 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Resource_Factory.h (TAO_Protocol_Item):
        * tao/Resource_Factory.cpp (factory):

          Added flag that indicates whether or not the TAO_Protocol_Item
          retains ownership of the Protocol_Factory it contains.  Thanks
          to Christopher Kohlhoff <chris@kohlhoff.com> for suggesting this
          change.

        * tao/default_resource.cpp (init_protocol_factories):

          Fixed potential memory leaks related to protocol factory pointer
          ownership.  Ownership of a factory pointer is transferred to the
          TAO_Protocol_Item only if a Protocol_Factory is allocated by the
          default resource factory, instead of obtaining it from the
          Service Configurator.  Thanks to Christopher Kohlhoff for
          reporting this bug, and suggesting a fix.

          Fixed potential problem where a TAO_Protocol_Item was used to
          obtain debugging output after it was deallocated.

          Improved exception safety by adding and using an
          auto_ptr<TAO_Protocol_Factory> instance.

          Wrapped some debugging text with the ASYS_TEXT() macro.  These
          were missed in a previous iteration.

        * performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl:

          Added an IDL_Cubit run that uses a SHMIOP endpoint.

Sat Feb 26 17:29:50 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp: Added dependencies for tao_idl
          to a couple of idl files that were missing it.

Fri Feb 25 19:59:33 2000  Vishal Kachroo  <vishal@cs.wustl.edu>

        * tao/GIOP.cpp (process_server_request): Removed a memory leak.
          Thanks to Klemen Zagar <klemen.zagar@ijs.si> for reporting
          this.

Fri Feb 25 18:39:17 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.h:
        * tao/Any.cpp:
          Added insertion/extraction operator for long double.
          These work right out of the box on platforms like
          Solaris and Digitial Unix where the size of the
          native long double is 16 bytes. For other platforms,
          we define CORBA::LongDouble to be a struct containing
          an array 'ld' of 16 chars. In that case, the workaround
          would look like:

          CORBA::LongDouble dd;
          sprintf (dd.ld, "%f", 3.14159);
          CORBA::Any any;
          any <<= dd;

          CORBA::LongDouble dd_out;
          any >>= dd_out;
          cout << atof (dd_out.ld) << endl;

Fri Feb 25 18:25:28 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/reopened_modules.idl:
        * tests/IDL_Test/including.idl:
          Fix to accomodate platforms without namespaces.

Fri Feb 25 15:08:18 2000  Carlos O'Ryan  <coryan@uci.edu>

        * docs/releasenotes/index.html:
          Documented the new version of the COS Event Service

        * orbsvcs/CosEvent_Service/Makefile:
        * orbsvcs/CosEvent_Service/README:
        * orbsvcs/CosEvent_Service/CosEvent_Service.dsw:
        * orbsvcs/CosEvent_Service/CosEvent_Service_Native.cpp:
        * orbsvcs/CosEvent_Service/CosEvent_Service_Native.dsp:
          Provide a program to run the new implementation of the COS Event
          Service.

        * orbsvcs/CosEvent_Service/svc.conf:
          Removed, no longer needed.

        * orbsvcs/examples/CosEC/Makefile:
        * orbsvcs/examples/CosEC/Simple/Makefile:
        * orbsvcs/examples/CosEC/Simple/README:
        * orbsvcs/examples/CosEC/Simple/run_test.pl:
        * orbsvcs/examples/CosEC/Simple/Service.cpp:
        * orbsvcs/examples/CosEC/Simple/Consumer.h:
        * orbsvcs/examples/CosEC/Simple/Consumer.cpp:
        * orbsvcs/examples/CosEC/Simple/Supplier.h:
        * orbsvcs/examples/CosEC/Simple/Supplier.cpp:
          New example, to show how easy it is to use the COS Event
          Service.

Fri Feb 25 14:03:57 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp:
          Fixed warnings in deactivate() call.

        * orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp:
          Removed debugging messages.

Fri Feb 25 10:46:52 2000  Ossama Othman  <ossama@uci.edu>

        * docs/releasenotes/index.html:

          Updated release notes for TAO's pluggable protocol framework.

Fri Feb 25 10:43:48 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
          Assume that the client invokes obtain_push_consumer() (or any
          other obtain_xxx_yyy() call), but never invokes the
          corresponding connect_push_consumer() call.
          Before this change the only way that object will get destroyed
          is by an eventual shutdown, as only the POA is holding a
          reference to it.
          With the new implementation the EC keeps a reference to it in
          the ConsumerAdmin collection, once there the ConsumerControl
          strategy can remove the object if it is deemed to have been
          there for too long.  Notice that the default control strategies
          don't do this, but it is relatively easy to add that feature.
          This change also simplified the shutdown() and disconnect()
          calls for the proxies, and made the code "more exception safe".
          This fixes [BUGID:437], and it reduces the probability of
          hitting [BUGID:438], even though that last one is very unlikely
          to happen in the first place.
          Notice how many files were affected, this is a strong argument
          for the Event Service Framework, that i'm cooking on the back
          burner.

Fri Feb 25 10:49:30 2000  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosConcurrencyControl.idl,
          orbsvcs/orbsvcs/RtecDefaultEventData.idl,
          orbsvcs/orbsvcs/RtecEventComm.idl: Fixed all three of these
          files so that they use the more portable #ifndef FOO rather than
          #if !defined (FOO) syntax.  Thanks to W. Craig Trader
          <ct7@vitelinc.com> for reporting this.

Fri Feb 25 08:59:59 2000  Ossama Othman  <ossama@uci.edu>

        * tao/IIOP_Acceptor.cpp (create_mprofile, open_default):

          Fixed support for hosts with multiple network interfaces.  A
          profile will be created for each endpoint created on each
          network interface.  The loopback interface will be excluded,
          unless it is the only interface.

          (endpoint_count, open, open_i):

          Additional minor changes to accomodate the new multi-homed host
          support.

        * tao/IIOP_Acceptor.h (TAO_IIOP_Acceptor):

          Changes in member variables necessary to support multi-homed
          hosts (e.g. change from variable to an array, etc).

        * tao/IIOP_Acceptor.i (address):

          Return the first addr in the array of ACE_INET_Addrs.  This is
          a temporary hack.  Only the Implementation Repository uses this
          method.  The Implementation Repository will have to start
          supporting IORs with multiple profiles.  For now, we just return
          the first addr.

        * tao/Makefile.am:

          Updated dependencies.

Fri Feb 25 10:45:48 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/util/utl_global.h:
        * TAO_IDL/driver.drv_args.cpp:
        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_exception/cdr_op_ci.cpp:
          Added command line option -So to suppress the
          generation of ostream operators for exceptions.
          Suggested by Greg Holtmeyer <Greg.Holtmeyer@MW.Boeing.com>.

Fri Feb 25 09:44:28 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * performance-tests/Latency/dii_client.cpp:
          Guarded all pertinent code with
          #if !defined (TAO_HAS_MINIMUM_CORBA). If minimum
          CORBA is defined, the client code should now just
          get and narrow a reference to the server. skip
          instantiating the client, and shutdown the server
          if that option is selected.

Fri Feb 25 09:34:19 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_structure/structure_ch.cpp:
          For struct foo, removed typedef of foo_ptr and
          foo::_ptr_type. These are not part of the spec.
          Thanks to Chris Cleeland <cleeland@cs.wustl.edu>
          for pointing this out.

Thu Feb 24 18:33:43 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/Param_Test/param_test.idl:
        * tests/Param_Test/client.dsp:
        * tests/Param_Test/run_test.pl:
        * tests/Param_Test/tests.h:
        * tests/Param_Test/driver.cpp:
        * tests/Param_Test/param_test_i.h:
        * tests/Param_Test/param_test_i.cpp:
        * tests/Param_Test/multdim_array.h:
        * tests/Param_Test/multdim_array.cpp:
          Activated the multidimensional array test, which
          had been commented out for some time.

Thu Feb 24 18:21:42 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
          If a multidimensional array 'foo' is an IN parameter to an
          operation, some compilers have trouble with the
          implicit cast to const. We now help them out by casting
          (multidimensional arrays only) the IN argument to
          const foo_slice * before making the upcall.

Thu Feb 24 16:25:04 2000  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/vs.cpp:
          Fixed compile errors on RedHat Linux platform. Thanks to Sandeep
          Adwankar <adwankar@rsch.comm.mot.com> for pointing this out.

Thu Feb 24 10:49:32 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Core.cpp (init):

          Fixed the reason why the seg fault when printing a warning about
          an unknown "-ORB" option was occuring in the first place.
          "current_arg" was not being set to the current argument.

Thu Feb 24 09:29:19 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Core.cpp (init):

          Fixed seg fault that was occurring due to attempt to print a
          NULL string (zero pointer).  Print "<NULL>" if the pointer to
          the current argument is zero.  The seg fault occurred when
          providing a command such as the following:

             ./server -ORBDebugLevel 6 -ORBDottedDecimalAddress

          The "-ORBDottedDecimalAddress" option is missing its argument.

        * tao/POA.cpp (imr_notify_startup):

          Corrected spelling of "Notifing."

Thu Feb 24 01:32:00 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Object.cpp (_non_existent): The collocated servant also
          throws exception.  Moved it into the try block.  Thanks to Brian
          Wright <bwright@paladyne.com> for reporting this.

Wed Feb 23 18:35:41 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Invoke the consumer control strategy as soon as an
          exception is raised while pushing to a consumer.
          This fixes [BUGID:434]

        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
          The comments explaining what we do when we detect a system
          exception while pushing an event where very confusing, i think
          it is better now.

        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.cpp:
          Include support for detecting misbehaving pull suppliers and
          pull consumers.
          This fixes [BUGID:433]

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp:
          Invoke the consumer or supplier control strategies as soon as an
          exception is raised while pushing an event to a push consumer or
          while pulling an event from a pull supplier.

        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
          Provide access to the ConsumerControl and SupplierControl
          interfaces.

        * orbsvcs/tests/CosEvent/Basic/run_test.pl:
          There Pull_Push_Test had no header explaining its output.

        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/examples/RtEC/Schedule/Service.cpp:
          Workaround apparent bugs in the GHS compiler.
          It needs some extra #includes to instantiate the templates.
          Thanks to Bill Tovrea <gwtovrea@west.raytheon.com> for reporting
          this problem and testing potential fixes.

Wed Feb 23 20:36:30 2000  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tests/README: Updated this file to include brief descriptions of
          all tests in the subdirectories.  Thanks to Rick Hess
          <rick.hess@lmco.com> for reporting this.

Wed Feb 23 14:42:16 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tests/IDL_Test/Makefile:
          Added dependency on the IDL compiler so the reopeneded_modules
          test is actually recompiled.

        * examples/Persistent_Grid/Grid_i.cpp:
          Fixed out of order in initialization list.

Wed Feb 23 12:31:18 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Persistent_Grid/Grid_i.cpp:
        * examples/Persistent_Grid/Simple_util.cpp: Fixed a warning on
          Linux egcs.

Tue Feb 22 18:13:02 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/util/utl_scope.cpp:
          In comparing names for name clashes, we now use the local name
          for local declarations, and the top component of the scoped
          name for referenced types, as specified in CORBA 2.3.1. Thanks
          to Klaus Hofmann <Klaus.Hofmann@astrum.de> for sending in the
          IDL file that pointed this out.

Tue Feb 22 13:57:32 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO/tao/Invocation.cpp (start and invoke): Removed extra updates
          that were being called on the countdown timer.

        * TAO/tao/GIOP.cpp (send_message): Optimized away a call to
          TAO_OutputCDR::length().

        * TAO/tao/Wait_Strategy.cpp (sending_request): The assignment of
          <reply_received_>, <expecting_response_>, and <calling_thread_>
          was protected by the leader/followers lock.  In the case of
          oneways, these fields are not used, so this seems excessive. In
          the case of twoways, this stuff is done before the request is
          actually sent, therefore, there isn't any chance of the leader
          resetting these fields simultaneously.  Therefore, the lock has
          been removed.

        * TAO/tao/IIOP_Connector.cpp (connect):
        * TAO/tao/UIOP_Connector.cpp (connect):
        * TAO/tao/SHMIOP_Connector.cpp (connect):

          Optimize the creation of the synch options.  Only create it is
          there is a timeout specified by the user.

Tue Feb 22 14:51:32 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_generator.cpp:
          Changes to create_module() to handle a module which is
          reopened by appearing once in each of a chain of
          #inclusions. Thanks to Lothar Werzinger
          <werzinger.lothar@krones.de> for the example IDL file
          that uncovered this bug.

        * tests/IDL_Test/included.idl:
        * tests/IDL_Test/including.idl:
        * tests/IDL_Test/reopened_modules.idl:
          Examples added to test the use case above.

Tue Feb 22 13:28:19 2000  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Globals.cpp:

          Fixed compile errors on Redhat Linux. Thanks to
          Alex Luk <fluk7@ie.cuhk.edu.hk> for reporting this.

Tue Feb 22 10:33:24 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp:
          Removed inclusion of server template header file in
          server header file, if tie classes are not generated.
          Thanks to Lothar Werzinger <werzinger.lothar@krones.de>
          for reporting this bug.

Mon Feb 21 20:43:31 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.i:
        * tao/Asynch_Invocation.cpp:
        * tao/GIOP.h:
        * tao/GIOP.cpp:
        * tao.Invocation.h:
        * tao/Invocation.i:
        * tao/Invocation.cpp:
        * tao/Object.cpp:
        * tao/Stub.cpp:
        * tao/DomainC.cpp:
        * tao/ImplRepoC.cpp:
        * tao/InterfaceC.cpp:
        * tao/MessagingC.cpp:
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation.cpp:
          Optimization suggested by Irfan. Instead of marshaling the
          operation name into the request header by using the
          overloaded << operator for strings (which contains a
          call to strlen), we use the version of write_string that
          takes a length argument. The length then has to be
          precomputed. The signatures of the TAO_GIOP_*_Invocation
          constructors has been modified to carry this value,
          as has the write_request_header* functions of TAO_GIOP.
          For regular oneway, twoway, and AMI requests, this
          value is calculated by the IDL compiler and plugged in
          to the constructor call in the stub. For interpreted stubs
          and regular DII requests, the Stub object calculates the length.
          For deferred synchronous DII request, the length is calculated
          in the invocation constructor.

Mon Feb 21 16:19:59 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.cpp:
        * tao/decode.cpp:
          Do not use ACE_Message_Block::duplicate() or clone() to copy the
          underlying CDR stream.  The first one is not thread safe and the
          second one does not preserve alignment.
          Instead we use the ACE_CDR::consolidate() function that performs
          a deep copy (thus thread safe) and preserves alignment.
          This fixes [BUGID:430]

        * examples/Makefile:
          Add the Persistent_Grid example to the Makefile.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp:
          The try_pull() method was always setting the <has_event> flag to
          0, even when there were events available.

        * orbsvcs/tests/CosEvent/Basic/Pull_Push_Event.cpp:
          Fine-tune the execution time.

        * orbsvcs/tests/CosEvent/Basic/run_test.pl:
          Enable the Pull-Push test because the bugs in TAO that kept it
          from working have been fixed.

        * performance-tests/Cubit/TAO/DII_Cubit/run_test.pl:
          Fixed the invocation to the IDL server, the options where
          wrong.

        * tests/param_test/ub_any_seq.cpp:
          Print debugging messages only if TAO_debug_level is defined.

        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
          Several cosmetic fixes and changes to the comments.

Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>

        * tao/Makefile.bor, TAO/orbsvcs/orbsvcs/Makefile.bor: Added new files.

        * tests/MProfile/test_i.h: Removed extra semicolon.

Mon Feb 21 16:09:28 2000  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * docs/DIFFERENCES: Clarified that this file doesn't reflect
          what's in TAO any more.  Thanks to Alex Brown
          <abrown@3com-ne.com> for pointing this out.

Mon Feb 21 15:54:31 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/union.idl:
          Added an IDL code simplified from an example sent in
          by Jonathan Reis <reis@stentorsoft.com>

Mon Feb 21 10:59:00 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/include.utl_scope.h:
        * TAO_IDL/util/utl_scope.cpp:
          In create_module(), the check for a reopened module
          now includes a check for whether a previous module
          found with the scope iterator is from an included file or
          not. Previously, the node from the included file would be
          returned, and therefore no code would be generated for it. Also
          added code to add the included module's members to the reopened
          module, and removed an unused member from class UTL_Scope.
          Thanks to Lothar Werzinger <werzinger.lothar@krones.de>
          for reporting this bug.

          Also, a small change to lookup_by_name_local in utl_scope.cpp
          fixed a bug reported by Jonathan Reis <reis@stentorsoft.com>.
          This closes out bugzilla bug #449.

Sun Feb 20 23:43:22 2000  Darrell Brunsch <brunsch@uci.edu>

        * TAO/orbsvcs/orbsvcs/orbsvcs_static.dsp:
          Synced with orbsvcs.dsp.  Thanks to Mogens Hansen
          <mogens_h@dk-online.dk> for noticing this.

Sat Feb 19 20:24:29 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp
          (parse_collection_arg): Initialized <aux> to 0 to avoid MSVC
          warning.

Sat Feb 19 18:47:22 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/decode.cpp:
          When decoding Anys from a CDR stream we always use "append", to
          copy the contents of the original CDR stream into a new buffer.
          This new buffer is created with the natural alignment on the
          local machine, but we were storing the original stream byte
          order in the Any.

Sat Feb 19 15:32:58 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.cpp:
          Reverted accidental commit.

Sat Feb 19 17:07:24 2000  Krishnakumar Elakkara Pathayapura  <krish@polka.cs.wustl.edu>

        * docs/releasenotes/index.html (CosEC_Multiple):
          updated release notes

Sat Feb 19 14:23:38 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Any.h:
        * tao/Any.i:
        * tao/Any.cpp:
          The Any structure keeps a byte_order field to determine what is
          the byte order in its internal CDR stream.
          This fixes [BUGID:431]

        * tao/CDR.h:
        * tao/CDR.cpp:
          Move the CDR extraction and insertion operators for Any into the
          Any.cpp file.
          Analogous changes for the TypeCode operators.

        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
          Generate code that uses the new byte_order field in Anys

        * tao/Typecode.h:
        * tao/Typecode.cpp:
          Moved the CDR extraction and insertion operators for TypeCode
          into the Typecode.cpp file.

        * tao/BoundsC.cpp:
        * tao/CONV_FRAMEC.cpp:
        * tao/CurrentC.cpp:
        * tao/DomainC.cpp:
        * tao/DynArray_i.cpp:
        * tao/DynEnum_i.cpp:
        * tao/DynSequence_i.cpp:
        * tao/DynStruct_i.cpp:
        * tao/DynUnion_i.cpp:
        * tao/GIOPC.cpp:
        * tao/GIOP_Server_Request.cpp:
        * tao/IOPC.cpp:
        * tao/IORC.cpp:
        * tao/ImplRepoC.cpp:
        * tao/InterceptorC.cpp:
        * tao/InterfaceC.cpp:
        * tao/Invocation.cpp:
        * tao/MessagingC.cpp:
        * tao/NVList.cpp:
        * tao/ObjectIDList.cpp:
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
        * tao/Services.cpp:
        * tao/TAOC.cpp:
        * tao/TimeBaseC.cpp:
        * tao/append.cpp:
        * tao/decode.cpp:
        * tao/deep_free.cpp:
        * tao/encode.cpp:
        * tao/skip.cpp:
          Use the new byte_order field in Any.

        * tests/IDL_Test/Makefile:
          Updated dependencies.

        * tests/Param_Test/complex_any.cpp:
          The test was not checking the return value for some >>=
          operators.

Sat Feb 19 15:34:49 2000  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 1.0.14 released.

Fri Feb 18 19:21:25 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * docs/releasenotes/index.html:
          Removed IDL compiler item about relaxing the rule in IDL of
          defining forward declared interfaces in the same
          file (until it gets implemented) and added one about the
          new command line option -Sc to suppress generation of
          tie classes.

Fri Feb 18 19:05:11 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/util/utl_global.cpp:
        * TAO_IDL/driver/drv_args.cpp:
        * TAO_IDL/be/be_visitor_root/root.cpp:
        * TAO_IDL/be/be_visitor_root/root_sh.cpp:
        * TAO_IDL/be/be_visitor_root/root_si.cpp:
        * TAO_IDL/be/be_visitor_root/root_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_si.cpp:
          Added command line option -Sc to suppress generation
          of tie classes and *S_T.* files. A question about this
          was sent in by Alex Hornby <alex@anvil.co.uk>, which
          prompted the implementation. This closes out bugzilla
          bug #443.

Fri Feb 18 13:53:43 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp:
          Make argv buffers bigger, so they can handle more options.

Fri Feb 18 12:53:13 2000  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/vs.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/as.cpp:

          Fixed compile errors on Redhat Linux. Thanks to
          Alex Luk <fluk7@ie.cuhk.edu.hk> for reporting this.

Fri Feb 18 10:44:33 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/Trading_Service/Trading_Service.cpp:
          While shuting down the Trader will disconnect from its
          peers. Using a loop like this:
               for (CORBA::ULong i = count - 1; i > 0; i--)
          this is obviously busted, if count is 0 then the loop will run
          for a *long* time, but worse, it crashes when trying to access
          the sequence.

        * orbsvcs/tests/Trading/export_test.cpp:
        * orbsvcs/tests/Trading/run_test.pl:
          The test was too brittle.  Now the export test creates a file
          just before going into the event look, the script can use that
          file to launch the import test only after that.

        * orbsvcs/Notify_Service/Notify_Service.cpp:
          Fixed a syntax error.  This program is obviously not compiled
          often enough.

        * orbsvcs/tests/Property/client.cpp:
        * orbsvcs/tests/Trading/TT_Info.cpp:
          Don't use CORBA::Any::dump to dump the contents of an Any, that
          will let us reduce the size of the TAO library by a couple of
          bytes.

Fri Feb 18 08:39:05 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp:
          Fixed several exception specs, i guess it was too much
          cut&paste ;-)

Fri Feb 18 00:48:43 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/SHMIOP_Factory.cpp (requires_explicit_endpoint): Changed to
          return 1, i.e., do not create a SHMIOP endpoint if not
          explicitly specified by users.  Thanks to Carlos for pointing
          this out.

Thu Feb 17 21:48:42 2000  Carlos O'Ryan  <coryan@uci.edu>

        * utils/catior/catior.cpp:
          It was still printing IIOP for the SHMIOP protocol, the order of
          the arguments for an ACE_DEBUG() call was broken.

Thu Feb 17 19:05:33 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/nested_scope.idl:
          New file.

        * tests/IDL_Test/idl_test.dsp:
        * tests/IDL_Test/Makefile:
        * tests/IDL_Test/reopened_modules.idl:
          Removed new example from reopened_modules.idl and added
          the example plus many similar ones for various data types
          to new file nested_scope.idl.

Thu Feb 17 18:39:36 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
          More changes necessary to handle the skipped nested scope/repeated
          name example added to IDL_Tests recently. These changes will deal
          with all the types at the innermost scope that were causing a
          problem. Also (see ACE ChangeLog) was able to get rid of the
          ACE_GLOBAL_COLONS macro that was recently added to deal with
          SunCC 5.0.

Thu Feb 17 18:12:21 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/interceptors.html: Updated the links for the latest
          Portable Interceptors Joint Submission.

Thu Feb 17 15:32:25 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:
          Added the new CosEvent files to the orbsvcs projects.

Thu Feb 17 14:44:25 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.cpp:
          Add support for the pull model.  The architecture is very
          simple, the SupplierAdmin keeps two collections, of
          ProxyPushConsumer and ProxyPullSupplier objects.
          Somehow the Pulling_Strategy obtains events from the
          PullSuppliers connected to the EventChannel and pushes them into
          the ConsumerAdmin implementation.
          The ProxyPushConsumer objects also propagate their events to the
          ConsumerAdmin object.
          The ConsumerAdmin implementation propagates the events to its
          two collections, the ProxyPushSuppliers and the
          ProxyPullSuppliers.
          The former use the Dispatching strategy to select a thread that
          will finally deliver the event to the PushConsumer client
          object.
          In contrast the ProxyPullSupplier object queues the event until
          the application invokes pull() or try_pull.

        * orbsvcs/orbsvcs/CosEvent/CEC_Defaults.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Factory.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
          Add support in the Factory class for the new pull-related
          components.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp:
          Implement the CosEventChannelAdmin::ProxyPullConsumer
          interface.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp:
          Implement the CosEventChannelAdmin::ProxyPullSupplier
          interface.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp:
          Removed all the connected/reconnected/disconnected methods,
          since they are only relevant for filtering Event Channels.

        * orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Pulling_Strategy.cpp:
          PullSuppliers must be polled to get the events they have (if
          any).  There are many strategies to do that, for example,
          periodically poll all the suppliers, have dedicated threads
          blocked on pull(), one of each supplier, and there may be other
          variations too.
          This class defines the interface for the Pulling strategy.

        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp:
          A simple implementation of the Pulling strategy.

        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.cpp:
          Add support for the ProxyPullSupplier objects.
          New push() method to propagate an event to all the connected
          consumers.

        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.cpp:
          Add support for the ProxyPullConsumer objects.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp:
          Removed all the connected/reconnected/disconnected methods,
          since they are only relevant for filtering Event Channels.
          Move the TAO_CEC_Push_Event worker into the CEC_ConsumerAdmin
          files, because that's where it is used now.

        * orbsvcs/tests/CosEvent/CosEvent.dsw:
        * orbsvcs/tests/CosEvent/Basic/Makefile:
        * orbsvcs/tests/CosEvent/Basic/Basic.dsw:
        * orbsvcs/tests/CosEvent/Basic/Pull_Push_Event.cpp:
        * orbsvcs/tests/CosEvent/Basic/Pull_Push_Event.dsp:
        * orbsvcs/tests/CosEvent/Basic/run_test.pl:
          New test for the pull-push model, currently disabled because the
          CORBA::Any class is not thread safe (see [BUGID:430])

        * orbsvcs/tests/CosEvent/lib/Counting_Consumer.h:
        * orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp:
        * orbsvcs/tests/CosEvent/lib/Counting_Supplier.h:
        * orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp:
          Implement new helper classes for testing the Pull model.

        * docs/cec_options.html:
          Documented the options of the COS Event Channel Factory.

        * utils/catior/catior.cpp:
          Updated to understand the SHMIOP options.

        * orbsvcs/tests/CosEvent/Basic/Push_Event.cpp:
          Minor cosmetic fix.

        * orbsvcs/orbsvcs/Makefile:
          Updated dependencies with TAO_ORBSVCS="Naming Time Property
          Sched Event CosEvent NativeCosEvent Event2 Notify Trader
          LifeCycle Log Concurrency"

Thu Feb 17 13:51:03 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
          Let's see if this time I can get it right.  The macro name is
          TAO_ORBSVCS_HAS_XXX not TAO_HAS_ORBSVCS_XXX.

Wed Feb 16 16:55:25 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
          Add another -I flag to make the DU C++ compiler happy.

Wed Feb 16 15:01:29 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Modified generation of scoped names for arguments
          and return types to be compatible with scoped
          names where the nested name repeats after skipping
          one or more scopes. This was done for interfaces
          yesterday, these changes were to structure, exception,
          union, and sequence. Also used the new ACE_GLOBAL_COLONS
          macro where necessary to avoid SunCC 5.0 going berserk
          whenever it sees a construction like (::foo::...  ).

        * TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp:
          Removed unnecessary generation of a call to the base class
          default constructor.

Wed Feb 16 08:36:01 2000  Ossama Othman  <ossama@uci.edu>

        * docs/Options.html:

          Fixed typographical error.

        * docs/pluggable_protocols/index.html:
        * tao/default_resource.cpp (init_protocol_factories):

          Updated documentation/comments about pluggable protocol svc.conf
          entries.  Thanks to Gilbert Grosdidier <grodid@in2p3.fr> for
          motivating this update.

Tue Feb 15 22:56:58 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/SHMIOP_Transport.cpp (send): Changed to use the new
          ACE_MEM_IO::send method to send a message block chain.  This
          reduced the number of signaling and should improve performace.

Tue Feb 15 19:53:49 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_collocated_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp:
          Changes needed to handle the new nested module use case
          recently added to IDL_Test.

Tue Feb 15 16:55:16 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
          I was using the wrong macro, it is TAO_HAS_ORBSVCS_Event2, not
          ACE_HAS_Event2.

Tue Feb 15 08:23:35 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/CosEvent/Basic/Shutdown.cpp:
          Fixed problems for platforms without native C++ exceptions.

Tue Feb 15 08:19:42 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
          Fixed template instantiation, Event2 uses the same templates, so
          if it is enabled we should not instantiate the templates.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.h:
          Cosmetic fixes.

Mon Feb 14 18:13:58 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/include/ast_module.h:
        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/util/utl_scope.cpp:
          Extension of fix below that doesn't depend on order
          of events inside AST_Module constructor body. Also
          removes static variable declared inside AST_Module
          constructor body.

Mon Feb 14 13:01:53 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/util/utl_scope.cpp:
          In the check for redefinition of a scope immediately
          inside itself, add a check for a null pointer to
          Identifier. This was causing seg faults on many
          platforms.

Mon Feb 14 10:16:15 2000  Ossama Othman  <ossama@uci.edu>

        * tao/Acceptor_Registry.h:

          Removed inclusion of extraneous headers.

        * tao/Makefile:

          Updated dependencies.

Mon Feb 14 08:25:32 2000  Darrell Brunsch <brunsch@uci.edu>

        * examples/Simple/time/Time.idl:
        * examples/Simple/time/Time_Client_i.cpp:
        * examples/Simple/time/Time_i.cpp:
        * examples/Simple/time/Time_i.h:
          The Time interface had a time method in it (A no-no in IDL).
          Changed time () to current_time ().

Mon Feb 14 02:47:55 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/Interceptors/server.cpp (main): Changed to activate the
          servant explicitly so it would use the right POA.  Thanks to
          Russell L. Carter <rcarter@consys.com> for reporting this.

Sun Feb 13 11:09:41 2000  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/TAO: Added a fini() method so that the TAO_ORB_Manager
          can be instructed not to try to destroy the RootPOA a second
          time.  Thanks to Boris Sukholitko <boris@webglide.com> for
          reporting this.

Sat Feb 12 21:06:56 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/Basic/Bitmask.cpp:
        * orbsvcs/tests/Event/Basic/Complex.cpp:
        * orbsvcs/tests/Event/Basic/Negation.cpp:
          Removed last hardcoded expected counts.  Use the count from the
          suppliers to predict the number of received events.

        * orbsvcs/tests/Event/Basic/Timeout.cpp:
          Use dump_results() to show the results.  The test can fail under
          heavy system load because some timers can be missed.

Sat Feb 12 20:57:29 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/Basic/Bitmask.cpp:
        * orbsvcs/tests/Event/Basic/Negation.cpp:

Sat Feb 12 15:58:54 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:
          Add the new files to the MSVC projects.

        * orbsvcs/tests/CosEvent/CosEvent.dsw:
        * orbsvcs/tests/CosEvent/Basic/Disconnect.dsp:
        * orbsvcs/tests/CosEvent/Basic/Shutdown.dsp:
        * orbsvcs/tests/Event/Event.dsw:
          Add workspaces for the new CosEvent tests, and update the Event
          tests workspace.

Sat Feb 12 13:37:48 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
          Implemented a new version of the COS Event Service. This version
          is based on the experience gained while implemented the second
          generation of TAO's Real-time Event Service.  Special care has
          been taken to make it flexible, scalable, support multiple
          threads and be exception safe.
          The current version does not support the Pull model, but soon it
          will.

        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_EventChannel.cpp:
          Implement the CosEventChannelAdmin::EventChannel interface, also
          serve as a big Mediator among all the other internal classes.
          All the object it requires are created using an Abstract
          Factory, in turn this factory is dynamically loaded using the
          Service Configurator.

        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.cpp:
          Implement the CosEventChannelAdmin::ConsumerAdmin interface.
          The internal collections are implemented using
          TAO_EC_Proxy_Collection which provide several iteration
          strategies, underlying data structures and MT-safe vs. lock-free
          implementations.

        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierAdmin.cpp:
          Implement the CosEventChannelAdmin::SupplierAdmin interface.
          As the ConsumerAdmin classes they use TAO_EC_Proxy_Collection.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp:
          Implement the CosEventChannelAdmin::ProxyPushConsumer interface.

        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp:
          Implement the CosEventChannelAdmin::ProxyPushSupplier interface.

        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.cpp:
          Define the interface for the consumer control strategy, i.e. how
          does the event channel deal with misbehaving or dead consumers.

        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_SupplierControl.cpp:
          Ditto for suppliers

        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching.cpp:
          The dispatching strategy, it collaborates with the
          ProxyPushSupplier to efficiently dispatch the events to the
          consumers.

        * orbsvcs/orbsvcs/CosEvent/CEC_Factory.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Factory.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Factory.cpp:
          Define the Abstract Factory interface.

        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp:
          Default implementation of the TAO_CEC_Factory interface. It
          parses the arguments provided by the service configurator to
          choose at initialization time the strategies that would be used
          by the Event Channel.

        * orbsvcs/orbsvcs/CosEvent/CEC_Defaults.h:
          Default values for the various parameters in the Event Channel
          and its default strategy factory.

        * orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_MT_Dispatching.cpp:
          Implement a multi-threaded dispatching strategy.  Based on a
          single message queue, each message is a command object that
          either dispatches the event or shutdowns the dispatching
          thread.

        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Dispatching_Task.cpp:
          Helper classes to implement the MT dispatching strategy.

        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.i:
        * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.cpp:
          A simple implementation of the control strategies, they
          periodically poll all the consumers (or suppliers), if they are
          not available they are removed from the Event Service.

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          Fixed bug in single-threaded configurations for the proxy
          collections.

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Added comments on potential exception handling pitfalls.

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
          Removed uneeded #include

        * orbsvcs/orbsvcs/Event/EC_Defaults.h:
          The default configuration should be MT-safe, it is easier to
          explain how the configuration can be optimized for the ST case
          than explain why it is not safe by default.

        * orbsvcs/tests/Makefile:
        * orbsvcs/tests/CosEvent/Makefile:
        * orbsvcs/tests/CosEvent/Basic/Makefile:
        * orbsvcs/tests/CosEvent/Basic/Basic.dsw:
        * orbsvcs/tests/CosEvent/Basic/run_test.pl:
        * orbsvcs/tests/CosEvent/Basic/Disconnect.cpp:
        * orbsvcs/tests/CosEvent/Basic/Disconnect.dsp:
        * orbsvcs/tests/CosEvent/Basic/MT_Disconnect.h:
        * orbsvcs/tests/CosEvent/Basic/MT_Disconnect.cpp:
        * orbsvcs/tests/CosEvent/Basic/MT_Disconnect.dsp:
        * orbsvcs/tests/CosEvent/Basic/Push_Event.cpp:
        * orbsvcs/tests/CosEvent/Basic/Push_Event.dsp:
        * orbsvcs/tests/CosEvent/Basic/Shutdown.cpp:
        * orbsvcs/tests/CosEvent/Basic/Shutdown.dsp:
        * orbsvcs/tests/CosEvent/lib/Makefile:
        * orbsvcs/tests/CosEvent/lib/CECTest.dsw:
        * orbsvcs/tests/CosEvent/lib/CECTest.dsp:
        * orbsvcs/tests/CosEvent/lib/cectest_export.h:
        * orbsvcs/tests/CosEvent/lib/Counting_Consumer.cpp:
        * orbsvcs/tests/CosEvent/lib/Counting_Consumer.h:
        * orbsvcs/tests/CosEvent/lib/Counting_Supplier.cpp:
        * orbsvcs/tests/CosEvent/lib/Counting_Supplier.h:
          Tests for the new implementation of the CosEventService.
          The include tests for:
          - Event Delivery (multiple threads)
          - Proper disconnection
          - Proper disconnection with multiple threads
          - Shutdown procedures for the Event Channel.

        * orbsvcs/tests/Event/Basic/Wildcard.cpp:
          This test was not destroying the ORB.
          Sometimes in our heavily loaded "compilation servers" timer was
          not expiring the expected number of times, possibly because the
          host was too loaded and the process was not scheduled often
          enough.
          I base the test on the number of messages actually sent, not the
          number of timeouts expected, this seems to work much better.

        * orbsvcs/tests/Event/Basic/Bitmask.cpp:
        * orbsvcs/tests/Event/Basic/run_test.pl:
          The bitmask test requires the Prefix_Filter_Builder.

        * orbsvcs/tests/Event/Basic/Complex.cpp:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.cpp:
          Cosmetic fixes.

        * orbsvcs/tests/Event/lib/Counting_Consumer.cpp:
        * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
          If the event channel sends the disconnect callback there is no
          sense in trying to disconnect from it: the proxy is already
          destroyed.

        * taoconfig.mk:
          Removed TSS_ORB_FLAG it has been obsolete for too long to even
          remember what it was.

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
          I accidentaly removed some template instantations during my code
          review.

Sat Feb 12 10:29:28 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/releasenotes/orbcore.html:
        * docs/Options.html: Added information about shared memory
          transport.

Fri Feb 11 19:50:24 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_argument.cpp
        * TAO_IDL/ast/ast_array.cpp
        * TAO_IDL/ast/ast_attribute.cpp
        * TAO_IDL/ast/ast_concrete_type.cpp
        * TAO_IDL/ast/ast_constant.cpp
        * TAO_IDL/ast/ast_enum.cpp
        * TAO_IDL/ast/ast_enum_val.cpp
        * TAO_IDL/ast/ast_exception.cpp
        * TAO_IDL/ast/ast_expression.cpp
        * TAO_IDL/ast/ast_field.cpp
        * TAO_IDL/ast/ast_interface_fwd.cpp
        * TAO_IDL/ast/ast_module.cpp
        * TAO_IDL/ast/ast_native.cpp
        * TAO_IDL/ast/ast_operation.cpp
        * TAO_IDL/ast/ast_predefined_type.cpp
        * TAO_IDL/ast/ast_root.cpp
        * TAO_IDL/ast/ast_sequence.cpp
        * TAO_IDL/ast/ast_string.cpp
        * TAO_IDL/ast/ast_structure.cpp
        * TAO_IDL/ast/ast_type.cpp
        * TAO_IDL/ast/ast_typedef.cpp
        * TAO_IDL/ast/ast_union.cpp
        * TAO_IDL/ast/ast_union_branch.cpp
        * TAO_IDL/ast/ast_union_label.cpp
        * TAO_IDL/include/ast_argument.h
        * TAO_IDL/include/ast_array.h
        * TAO_IDL/include/ast_attribute.h
        * TAO_IDL/include/ast_concrete_type.h
        * TAO_IDL/include/ast_constant.h
        * TAO_IDL/include/ast_enum.h
        * TAO_IDL/include/ast_enum_val.h
        * TAO_IDL/include/ast_exception.h
        * TAO_IDL/include/ast_expression.h
        * TAO_IDL/include/ast_field.h
        * TAO_IDL/include/ast_interface_fwd.h
        * TAO_IDL/include/ast_module.h
        * TAO_IDL/include/ast_native.h
        * TAO_IDL/include/ast_operation.h
        * TAO_IDL/include/ast_predefined_type.h
        * TAO_IDL/include/ast_root.h
        * TAO_IDL/include/ast_sequence.h
        * TAO_IDL/include/ast_string.h
        * TAO_IDL/include/ast_structure.h
        * TAO_IDL/include/ast_type.h
        * TAO_IDL/include/ast_typedef.h
        * TAO_IDL/include/ast_union.h
        * TAO_IDL/include/ast_union_branch.h
        * TAO_IDL/include/ast_union_label.h
          Took the destructor bodies out of the header file,
          in preparation for someday adding some memory
          manangement to them.

Fri Feb 11 18:20:51 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/util/utl_scope.cpp:
          The prevention of the redefinition of a scope
          within itself was preventing that redefinition
          not just in the scope immediately within, but
          in all contained scopes. Thanks to
          Klaus Hofmann <Klaus.Hofmann@astrum.de>
          for sending in the example IDL file that pointed
          this out.

        * tests/IDL_Test/reopened_modules:
          Added Klaus Hofmann's example IDL file to the group.

Fri Feb 11 14:56:58 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO_Internal.cpp: I forgot to add the initialization for
          SHMIOP_Protocol_Factory's static service.  And it was causing
          the tests/ORB_init test to fail. Thanks to Bala for reporting
          this.

Fri Feb 11 13:48:33 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/ast/ast_module.cpp:
          Changes to prevent modules, interrfaces, structs,
          unions, valuetypes and exeptions from being
          redefined immediately inside their own scope. This
          closes out Bugzilla bug #417. Thanks to
          Alia Atlas <akatlas@bbn.com> for sending in an
          example IDL file.

Fri Feb 11 10:22:15 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:
          I overlooked this fix for valuetypes similar to the
          one for attributes in my entry for yesterday.

Fri Feb 11 09:53:30 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/reopened_modules.idl:
          File had incorrect IDL, but version of IDL compiler
          before recent changes was accepting it.

Thu Feb 10 22:14:06 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/Complex.dsp:
        * orbsvcs/tests/Event/Basic/Disconnect.dsp:
          Add new files to the project.

Thu Feb 10 22:04:29 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h;
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/include/ast_decl.h:
        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/be/be_visitor_attribute/attribute.cpp:
          Changes to enable call to 'delete' on the
          scoped name member in the destructor of all instances
          of AST_Decl.Specifically, code generation for arguments
          and attributes had to be modified to avoid double
          deletion in those cases. An IDL file with a large number
          of enums was causing the IDL comiler to run out of heap
          memory. These changes and the changes to utl_string.cpp
          in the ChangeLog entry below have fixed that problem.
          Thanks to Ted Nolan SRI Augusta GA <ted@ags.ga.erg.sri.com>
          for sending in the IDL file.

        * TAO_IDL/util/utl_string.cpp:
          Cosmetic changes.

Thu Feb 10 15:14:02 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
          Added scope argument to call to create_module().

        * TAO_IDL/include/utl_string.h:
          Uninlined destructor (see below).

        * TAO_IDL/include/ast_generator.h:
        * TAO_IDL/include/utl_scope.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/ast/ast_module.cpp:
        * TAO_IDL/ast/ast_operation.cpp:
        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/util/utl_scope.cpp:
          Change in approach to handling reopened modules
          in IDL files. The front end used to create a new node
          each time a module was reopened, resulting in several
          brittle additions to the lookup functions. Now, when a
          module is reopened, the original node is returned for
          additions to its scope, and the lookup functions have
          been simplified. Thanks to Andreas Terstegge
          <Andreas.Terstegge@nokia.com> for sending in an example
          IDl file that pointed out this bug. This closes out
          Bugzilla bug #400

        * TAO_IDL/util/utl_string.cpp:
          Added calls to 'delete' in destructor for two char*
          members which are always initialized by calls to
          'new'.

Thu Feb 10 14:10:32 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO/TAO.dsp:
        * TAO/TAO_Static.dsp: Added SHMIOP_* files.

Thu Feb 10 13:25:07 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO/tao/SHMIOP_Acceptor.h:
        * TAO/tao/SHMIOP_Acceptor.i:
        * TAO/tao/SHMIOP_Acceptor.cpp:
        * TAO/tao/SHMIOP_Connect.h:
        * TAO/tao/SHMIOP_Connect.i:
        * TAO/tao/SHMIOP_Connect.cpp:
        * TAO/tao/SHMIOP_Connector.h:
        * TAO/tao/SHMIOP_Connector.cpp:
        * TAO/tao/SHMIOP_Factory.h:
        * TAO/tao/SHMIOP_Factory.cpp:
        * TAO/tao/SHMIOP_Profile.h:
        * TAO/tao/SHMIOP_Profile.i:
        * TAO/tao/SHMIOP_Profile.cpp:
        * TAO/tao/SHMIOP_Transport.h:
        * TAO/tao/SHMIOP_Transport.cpp: Added shmiop:// pluggable protocol.

        * TAO/tao/corbafwd.h: Uncommented TAO_TAG_SHMEM_PROFILE.

        * TAO/tao/default_resource.cpp: Added SHMIOP in
          <init_protocol_factories> to be loaded by default if SHMIOP is
          enable on this platform.

        * TAO/tao/orbconf.h: Added macro definition to enable SHMIOP by
          default.

        * TAO/tao/Makefile: Added SHMIOP_* files and updated file dependencies.

Wed Feb 09 12:30:00 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * tests/AMI/ami_test.idl,
          tests/AMI/ami_test_i.cpp,
          tests/AMI/simple_client.cpp: Made the exception handling
          test more descriptive.

Wed Feb  9 21:26:46 2000  Ossama Othman  <ossama@uci.edu>

        * tao/ORB_Core.cpp (init):

          Moved parsing of "-ORBSvcConfDirective" before "-ORBSvcConf"
          because "-ORBSvcConf" was interpreting "Directive" as its
          argument.  The CORBA spec states that ORB options should be
          recognized if there is no space between the option and its
          argument.  As such this was an "order of parsing" problem, not
          a problem with the option parser itself.  Thanks to Dale Wood
          <dale_wood@Mitel.com> for providing a fix.

Wed Feb  9 20:56:27 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Notify/NotifyPublish_i.h:
        * orbsvcs/orbsvcs/Notify/ID_Pool_T.cpp:
        * orbsvcs/orbsvcs/Notify/ID_Pool_T.h:
        * orbsvcs/orbsvcs/Notify/NotifyPublish_i.h:
        * orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_Dispatcher.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h:
          Made a first code review, much work to do.

Wed Feb  9 22:07:44 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
          fixes for warnings and link errors with g++ on SunOS7

Wed Feb  9 14:56:20 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_Prefix_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Prefix_Filter_Builder.i:
        * orbsvcs/orbsvcs/Event/EC_Prefix_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          New filter builder, it parses the ConsumerQOS structure assuming
          that the filters are in prefix notation, i.e. each conjunction,
          disjunction or logical_and filter indicates how many children it
          has.
          This notation is more consistent and allow us to easily express
          complex filters like: (type == 5 && source != 10) or
          ((type == 5 && source != 10) || !(type == 2 && source == 8))

        * orbsvcs/orbsvcs/Event/EC_And_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_And_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_And_Filter.cpp:
          New filter, it only accepts an event if all its children
          do. Unlikely the conjunction filter that waits for all the
          children to accept at least one event.

        * orbsvcs/orbsvcs/Event_Utilities.h:
        * orbsvcs/orbsvcs/Event_Utilities.cpp:
          Add support for the prefix notation.

        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
          Fixed some comments.

        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/Complex.cpp:
        * orbsvcs/tests/Event/Basic/run_test.pl:
        * orbsvcs/tests/Event/Basic/svc.complex.conf:
          Add new test to check that complex filters can be defined using
          the prefix notation.

        * orbsvcs/tests/Event/lib/Makefile:
        * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
        * orbsvcs/tests/Event/lib/Driver.cpp:
          Use the ConsumerQoS_Factory with support for the prefix
          notation.

Wed Feb  9 13:48:30 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
          Fixed connect() call, it was using the wrong variable to check
          if it was connected already.

Tue Feb 08 15:17:13 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tests/Nested_Event_Loop: I was using a ulong to hold the value
          of a pointer.  This is problematic on platforms where the
          pointer is 64 bits and the ulong takes 32 bits.  Therefore, the
          new scheme uses an octet sequence to solve this size disparity.
          Thanks to Nanbor for the suggestion.

Tue Feb  8 01:26:29 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.{h,cpp}:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.{h,cpp}:
        * orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.{h,cpp}:
        * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.{h.cpp}:
          Added missing implementation for administrative methods.

Mon Feb  7 15:31:54 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_union.h:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be_include/be_union_branch.h:
        * TAO_IDL/be/be_union_branch.cpp:
        * TAO_IDL/be_visitor_union/union_ch.cpp:
        * TAO_IDL/be_visitor_union/union_ci.cpp:
        * TAO_IDL/be_visitor_union/union_cs.cpp:
        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
          The IDL compiler has been generating a
          separate member typecode inside the union for each
          duplicate case label, but the TypeCode class
          contains no state (and therefore no methods using
          such state) containing info about multiple case
          labels - only about members. Typecode generation was changed
          to generate just one typecode for each member with
          the value of the first case label encountered for
          that member. The private union function _discriminant()
          (called by (de)marshaling code) was modified to
          return this value no matter what the actual current
          discriminant value may be. Thanks to
          Christopher Kohlhoff <chris@kohlhoff.com> for sending
          in yet another IDL file/test code example that got to
          the crux of this matter.

        * tests/IDL_Test/union.idl:
        * tests/IDL_Test/main.cpp:
          Added an expanded version of Chris Kohlhoff's example
          to IDL_Test.

Mon Feb 07 12:15:00 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * tests/AMI/run_test.pl: Set the "-x" switch on the client,
          this will cause it to shut down properly.

        * tests/AMI/simple_client.cpp: Activated the "-x" switch behavior
          to shut down the ORB, also added a more descriptive debugging
          output for exception handling.

Sat Feb 05 04:24:09 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Leader_Follower: The leader followers class did not support
          nested calls to the event loop, i.e., calling perform_work() or
          run() from the servant code.  In order to accommodate this
          feature the following changes were made:

          - server_threads* was renamed to event_loop_threads* since this
            name was more appropriate.

          - In set_event_loop_thread(), if we are the client thread
            running the show, then it is ok and we down have to wait.

          - Changes to <leader_> are made more carefully now.  Both the
            values of <event_loop_thread_> and <client_leader_thread_> are
            taken into account since they may signify that we are already
            a leader.

            Since set_client_thread() and reset_client_thread() both
            became more careful, set_client_leader_thread() and
            reset_client_leader_thread() became easier.  Also, code in the
            wait strategies became a bit easier.

          - <is_event_loop_thread_> was changed from a flag to
            <event_loop_thread_>, a counter that keeps track of how many
            nested event loop call we have made.

          Thanks to Dave Meyer <dmeyer@lima.alex.std.saic.com> for
          suggesting the addition of this missing feature!

        * tests/Nested_Event_Loop: A new test for invoking nested event
          loop calls from user code, i.e., a call to perform_work() or
          run() from the implementation of the servant.

Fri Feb 04 22:28:16 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/GIOP_Server_Request.cpp (parse_header_lite): Recent auto
          compile failures to MT_Cubit were caused by the following
          change:

          Mon Jan 10 12:53:08 2000  Jeff Parsons  <parsons@cs.wustl.edu>

          Jeff changed TAO_GIOP_ServerRequest::parse_header_std but not
          TAO_GIOP_ServerRequest::parse_header_lite.  Why this bug which
          was there since Jan 10 only surfaced after the following change:

          Thu Feb  3 17:47:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

          is left as an exercise to the reader ;-)

Fri Feb  4 00:22:51 2000  Pradeep Gore  <pradeep@danzon.cs.wustl.edu>

        * docs/releasenotes/index.html:
          added a section for the Notification Service.

Thu Feb  3 19:06:58 2000  Ossama Othman  <ossama@uci.edu>

        * tests/DSI_Gateway/test_dsi.cpp (invoke):

          Added missing ACE_CHECK after call to ORB::shutdown().

Thu Feb  3 20:55:18 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Added code generation to initialize the union's
          discriminant in the default constructor. This ensures
          that, if an uninitialized union is inserted into an
          Any, whether by itself or contained in some constructed
          type, the Any destructor's call to deep_free() will
          execute properly. The discriminator must be set to the
          first case label value of the first member declared in
          the union. Thanks to Christopher Kohlhoff <chris@kohlhoff.com>
          for sending in the example that uncovered this bug.

Thu Feb  3 17:47:14 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DomainC.cpp:
        * tao/GIOP.cpp:
        * tao/ImplRepoC.cpp:
        * tao/InterfaceC.cpp:
        * tao/MessagingC.cpp:
        * tao/Object.cpp:
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
        * tao/Stub.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
          Another temporary workaround to enable the coexistence of
          reliable oneways requests and regular twoway requests until
          we have GIOP 1.2 fully in place. There were compatibility
          problems with Java servers. Thanks to Lothar Werzinger
          <werzinger.lothar@krones.de> for reporting this problem.

Thu Feb 03 16:12:01 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Leader_Follower.i (~TAO_LF_Server_Thread_Helper): The
          charanga (Linux box) Exceptions auto build caught the type
          problem described in bug 416.  In this case, a client thread
          completed its twoway call and while giving up leadership, it
          noticed that there were server threads waiting to become the
          leaders. Hence it sent a broadcast to the server threads and did
          not wake any of the followers.  In the meantime, however, the
          server threads had timed out, and therefore did not select a new
          leader.

          So the fix is for the server thread to always select a new
          leader if needed, irrespective of whether a server thread was
          able to become a leader or it had timed out.
          reset_server_thread() was removed and
          ~TAO_LF_Server_Thread_Helper was given the responsibility.

        * tao/ORB_Core.cpp (run): No need to call
          server_thread_helper.reset_server_thread() explicitly anymore.
          ~TAO_LF_Server_Thread_Helper will take care of it.

Thu Feb  3 13:40:42 2000  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/server/server.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.{h,cpp}:
        * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.{h,cpp}:
        * orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.{h,cpp}:
        * orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.cpp:

          Fixed all the TAO_ exception macros to ACE_ exception macros.

        * orbsvcs/tests/AVStreams/mpeg/source/server/Makefile:

          Added libAVSvc to the LDLIBS and -DTAO_ORBSVCS_HAS_Trader to the
          Makefile so that the TAO_String_Hash_Key class doesn't get defined
          twice.

        Thanks to Alex Luk <fluk7@ie.cuhk.edu.hk> and Kenneth Osenbroch
        <kennetho@stud.cs.uit.no> for reporting this.

Thu Feb  3 10:31:05 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
          Disable the new event channel with old versions of g++, they are
          too busted to even try to get them to work.

Wed Feb  2 19:15:09 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp: Added the two filters Carlos
          created to the MSVC project file.

Wed Feb  2 17:49:33 2000  Ossama Othman  <ossama@uci.edu>

        * docs/pluggable_protocols/index.html:

          Updated the "Notes from a Real World Pluggable Protocol
          Implementation" section so that it no longer states that changes
          to ACE and TAO were necessary.  Changes to ACE and TAO weren't
          necessary for that implementation.

Wed Feb  2 19:17:13 2000  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * docs/pluggable_protocols/index.html: Updated the documentation
          to clarify the conditions under which a pluggable protocol can
          be developed without affecting ACE+TAO.  Thanks to Gilbert
          Grosdidier <Gilbert.Grosdidier@in2p3.fr> for motivating this.

Wed Feb  2 17:29:34 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
          One more fix to this file. Nothing was breaking, but
          it was pointed out, again by Christopher Kohlhoff
          <chris@kohlhoff.com> that, even though the members
          with multiple case labels were getting generated only
          once, the encapsulated length was calculated as if
          they were included more than once.

Wed Feb  2 14:14:52 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
          Fixed race condition during shutdown.  The EC can die before the
          supplier has a chance to disconnect.  In that case when trying
          to disconnect the supplier receives an exception that should be
          ignored.

Wed Feb  2 13:12:07 2000  Carlos O'Ryan  <coryan@uci.edu>

        * docs/releasenotes/ec.html:
          Updated.

Wed Feb  2 14:03:00 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
          My fix of Feb. 1 regarding multiple case labels and
          typecode generation broke two use cases. One, reported
          by Christopher Kohlhoff <chris@kohlhoff.com> was when
          a previously defined struct is nested inside a union.
          The other, when a union is recursive, appeared when
          the DII versions of the param tests were failing. This
          fix restores generation of correct typecodes for unions
          with nested structs, recursive members, and when any of
          its members (nested, recursive or vanilla) has multiple
          case labels

Wed Feb  2 08:39:29 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          Some platforms do no recursiong when instantiating templates
          (that is not ANSI-compliant, btw), I added missing template
          instantiations those platforms.

        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.cpp:
          Fixed warning about signed/unsigned comparisons.

Tue Feb  1 19:56:08 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/y.tab.h:
          Added code to yacc file to prevent a crash when an
          IDL file set a union's discriminator type to octet,
          or typedef of octet. It now just outputs the error
          message. This closes out bug #121.

Tue Feb  1 17:43:09 2000  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ctr.cpp:

        Fixed compile errors and warning with egcs-1.1.1 on Sun OS 5.7.
        Thanks to Alex Luk <fluk7@ie.cuhk.edu.hk> and Kenneth Osenbroch
        <kennetho@stud.cs.uit.no> for reporting this.

Tue Feb  1 16:50:28 2000  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg_shared/com.cpp:
        * orbsvcs/tests/AVStreams/mpeg_shared/fileio.cpp:
        * orbsvcs/tests/AVStreams/mpeg_shared/filters.cpp:
        * orbsvcs/tests/AVStreams/mpeg_shared/routine.cpp:
        * orbsvcs/tests/AVStreams/mpeg_shared/sendpt.cpp:
        * orbsvcs/tests/AVStreams/mpeg_mib/mibDrawArea.cpp:

         Fixed warnings for egcs on SunOS5.7.

Tue Feb  1 13:51:21 2000  Carlos O'Ryan  <coryan@uci.edu>

        * docs/ec_options.html:
          Documented the compile time options for the RTEC.

Tue Feb  1 14:14:11 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_union_branch.h:
        * TAO_IDL/be/be_union_branch.cpp:
        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
          Prevented multiple generations of typecode for a
          union member with multiple case labels. The CORBA
          spec requires that the limit for an index supplied
          to member_label, member_type, etc. not exceed the
          member count, otherwise a Bounds exception is thrown.
          The TAO CDR_Interpreter operates on the same assumption,
          and it was crashing on unions with members having
          multiple case labels. Thanks to Christopher
          Kohlhoff <chris@kohlhoff.com> for reporting this bug.

Tue Feb  1 11:25:00 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp:
          More fixes in the can_match() routine, this is why we need
          something better that "0" as a wildcard for source and/or type.

        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
          It was using the wrong object reference to disconnect

        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.h:
        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.cpp:
        * orbsvcs/tests/Event/lib/Counting_Consumer.cpp:
        * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
          Fixed several bugs in the connect/disconnect calls and their
          use.

        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_Defaults.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.cpp:
          Added some debugging messages (that are not compiled by
          default).

        * orbsvcs/tests/EC_Throughput/ec.conf:
        * orbsvcs/tests/Event/Basic/svc.conf:
          Fixed configuration scripts.

Mon Jan 31 19:44:02 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          More tweaking to get the templates to compile on every
          platform.

Mon Jan 31 21:32:14 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Event/lib/ECTest.dsp:
          Add the new files to the MSVC project file.

Mon Jan 31 19:32:56 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/tests/Event/Event.dsw:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/Bitmask.dsp:
        * orbsvcs/tests/Event/Basic/Disconnect.dsp:
        * orbsvcs/tests/Event/Basic/Negation.dsp:
        * orbsvcs/tests/Event/Basic/Timeout.dsp:
        * orbsvcs/tests/Event/Basic/Wildcard.dsp:
          Updated the project files and workspaces, included the new
          project for the bitmask test.

Mon Jan 31 19:02:34 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Bitmask_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Bitmask_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Bitmask_Filter.cpp:
          This filter quickly rejects events that do not match a given
          bitmask.
          If the event is not rejected based on the mask then the child is
          consulted to finally accept or reject the event.
          When composed with the Null_Filter it accepts any events that
          satisfy:
          (event.header.type & type_mask) != 0
          && (event.header.type & source_mask) != 0

        * orbsvcs/orbsvcs/Event/EC_Masked_Type_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Masked_Type_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Masked_Type_Filter.cpp:
          This filter only accepts events whose type and/or source have a
          given value when a bitmask is applied to them.
          In short the filter checks that satisfy:
          (event.header.type & type_mask) == type_value
          && (event.header.source & source_mask) == source_value

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
          The basic factory can create the new filters.

        * orbsvcs/orbsvcs/Event_Service_Constants.h:
        * orbsvcs/orbsvcs/Event_Utilities.h:
        * orbsvcs/orbsvcs/Event_Utilities.i:
        * orbsvcs/orbsvcs/Event_Utilities.cpp:
          Add support for the new filters into the ConsumerQoS factory.

        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/Bitmask.cpp:
        * orbsvcs/tests/Event/Basic/run_test.pl:
          New test for the bitmask filters.

        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.h:
        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.cpp:
        * orbsvcs/tests/Event/Basic/Disconnect.h:
        * orbsvcs/tests/Event/Basic/Disconnect.cpp:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.h:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.cpp:
        * orbsvcs/tests/Event/Basic/Negation.h:
        * orbsvcs/tests/Event/Basic/Negation.cpp:
        * orbsvcs/tests/Event/Basic/Timeout.h:
        * orbsvcs/tests/Event/Basic/Timeout.cpp:
        * orbsvcs/tests/Event/Basic/Wildcard.h:
        * orbsvcs/tests/Event/Basic/Wildcard.cpp:
        * orbsvcs/tests/Event/Performance/Makefile:
        * orbsvcs/tests/Event/lib/Makefile:
        * orbsvcs/tests/Event/lib/Counting_Consumer.h:
        * orbsvcs/tests/Event/lib/Counting_Consumer.cpp:
        * orbsvcs/tests/Event/lib/Counting_Supplier.h:
        * orbsvcs/tests/Event/lib/Counting_Supplier.cpp:
          Refactor several tests, they all had some supplier or consumer
          that simply counted events. The shared class is now in the
          library.

Mon Jan 31 20:21:24 2000  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * Added the following changes for Borland C++Builder 4:

          TAO/orbsvcs/orbsvcs/Makefile.bor: Added new files.

          TAO/tests/MProfile/test_i.cpp, test_i.h: Added definition of
          missing constructor, added required ACE_THROW_SPEC and removed
          reference to missing inline file.

          TAO/tests/Param_Test/client.bor: Added new file
          recursive_union.obj.

          Thanks to Christopher Kohlhoff <chris@kohlhoff.com> for
          contributing these.

Mon Jan 31 20:29:51 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/lex.yy.cpp.diff:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
          Added keyword 'fixed' to lexer and parser.

        * TAO_IDL/util/utl_scope.cpp:
          Modified lookup_by_name_local() to output an error if it sees
          any case variation of 'fixed'. The change to the lexer and
          parser will catch the use of 'fixed' as a type. This change will
          catch the use of 'fixed' as an identifier. Fixed types are not
          implemented in TAO, so we need to output an error message
          whenever the word is used in an IDL file.  Thanks to J. Scott
          Evans <evans@cpi.com> for reporting this bug.

Mon Jan 31 20:15:25 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
          Had to expand several typedefs to workaround problems with SunCC
          4.2 apparently the compiler cannot deal with nested typedefs
          inside templates very well.

        * orbsvcs/orbsvcs/Event/EC_Proxy_Collection.h:
          Fixed a comment.

Mon Jan 31 20:13:58 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.h:
          Added missing ACE_TYPENAME macros, only HP/aCC seems to detect
          the problem.

        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.i:
          Workaround a bug in the HP/aCC compiler, unless the copy
          constructor is explicitly defined the compiler crashes when
          trying to generate the code for it.

Mon Jan 31 13:21:48 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/tests/ImplRepo/run_test.pl:
          The both_ir test was leaving servers running.  Added shutdown
          commands for them at the end of the test.

        * tao/POA.cpp:
          Noticed that servers using the IMR were not shutting down properly
          on non-Win32 platforms.  This happened because the code was grabbing
          locks twice, so it deadlocked when the default lock wasn't a thread
          mutex.  It now calls the equivalent *_i methods.

Mon Jan 31 14:54:14 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tests/Leader_Followers: The thread-per-connection TAO server has
          problems when shutting down since there is no portable way to
          wakeup a thread blocked in read().  Therefore, changed the
          server to use a thread-pool instead of a thread-per-connection
          approach.

Mon Jan 31 11:14:21 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:
          Updated the project files.

Mon Jan 31 08:25:51 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.i:
          Don't use typedefs inside templates with return values, it
          confuses g++ 2.7.X

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
          Some typedefs were protected, and thus not accessible for some
          classes.

        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          Move some template instantiations around.

        * orbsvcs/orbsvcs/Event/EC_Worker.h:
        * orbsvcs/orbsvcs/Event/EC_Worker.cpp:
          Try to work around old g++ bug.

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/tests/EC_Throughput/Makefile:
          Remove unnecessary header file and updated dependencies.

        * orbsvcs/orbsvcs/Event/EC_Proxy_Collection.h:
        * orbsvcs/orbsvcs/Event/EC_Negation_Filter.h:
          Fix typos in the comments.

Sun Jan 30 19:59:30 2000  Carlos O'Ryan  <coryan@uci.edu>

        * Changed the basic collection classes that keep both the consumer
          and supplier proxies.  The new scheme uses the strategy pattern:
          the concrete collection (such as a list or RB-tree) is the
          strategy to store/retrieve objects, while different classes
          implement the serialization protocol (such as using
          copy-on-read, or delayed changes).
          This new implementation uses templates, because the code is
          generic for both the consumer and supplier proxies.  It is
          possible that the same implementation can be used for other
          Event Services (such as Notification or CosEvents)

        * orbsvcs/orbsvcs/Event/EC_Proxy_Collection.h:
        * orbsvcs/orbsvcs/Event/EC_Proxy_Collection.i:
        * orbsvcs/orbsvcs/Event/EC_Proxy_Collection.cpp:
          Implement the different serialization protocols for the proxy
          collections.
          In this new implementation there are no iterators exposed to the
          rest of the EC, instead a for_each() method is implemented, each
          component that needs to iterate over a consumer or supplier
          collection implements a different Worker object for the task.

        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.h:
        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.i:
        * orbsvcs/orbsvcs/Event/EC_Concrete_Proxy_Set.cpp:
          Implement the concrete collections, currently we have two of
          them, one based on RB-trees and another based on an ordered
          list.

        * orbsvcs/orbsvcs/Event/EC_Worker.h:
        * orbsvcs/orbsvcs/Event/EC_Worker.i:
        * orbsvcs/orbsvcs/Event/EC_Worker.cpp:
          Defines the interfaces for the Worker objects.

        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
          Modified to create the new collection classes.
          Removed the methods to create consumer and supplier admin locks,
          because they have been superseeded by the collection classes.

        * orbsvcs/orbsvcs/Event/EC_Defaults.h:
          Added support for the new collection scheme, and removed old
          defaults for the previous style.

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.i:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          Added support for the new proxy collections.
          The factory can create both list-based or RB-tree-based
          collections, decorated with any of the three basic algorithms
          (i.e. simple locking, aka immediate changes, delayed changes or
           copy-on-read)
          The file contains most of the template instantiations, must fix
          that.

        * docs/ec_options.html:
          The options in the default resource factory have changed, to
          handle the new collection types.

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.i:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.i:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.i:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.i:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.i:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
          Changed all the iterations in the Event Service implementation
          to use Workers instead of iterators.

        * orbsvcs/orbsvcs/Event/EC_Command.h:
        * orbsvcs/orbsvcs/Event/EC_Command.i:
        * orbsvcs/orbsvcs/Event/EC_Command.cpp:
          Added new Reconnected command for delayed reconnections.
          Normalized the name of the Shutdown command.

        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
          Create the equivalent proxy collections corresponding to the old
          strategies.

        * docs/tutorials/Quoter/Event_Service/ec.conf:
        * orbsvcs/CosEvent_Service/svc.conf:
        * orbsvcs/Event_Service/svc.conf:
        * orbsvcs/examples/RtEC/Schedule/svc.conf:
        * orbsvcs/examples/RtEC/Simple/ec.conf:
        * orbsvcs/tests/EC_Mcast/svc.conf:
        * orbsvcs/tests/EC_Throughput/ec.conf:
        * orbsvcs/tests/EC_Throughput/ec.mt.conf:
        * orbsvcs/tests/Event/Basic/mt.svc.conf:
        * orbsvcs/tests/Event/Basic/observer.conf:
        * orbsvcs/tests/Event/Basic/sched.conf:
        * orbsvcs/tests/Event/Basic/svc.conf:
        * orbsvcs/tests/Event/Performance/ec.mt.conf:
        * orbsvcs/tests/Event/Performance/ec.st.conf:
        * orbsvcs/tests/Event/Performance/ec.rb_tree.conf:
        * orbsvcs/tests/Event/Performance/ec.list.conf:
          All the configuration files were updated to avoid any obsolete
          flags.

        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i:
        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp:
          Normalized the name of the Shutdown_Command, the one to shutdown
          a task is now called Shutdown_Task.

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.i:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.i:
          Removed, the EC_Proxy_Collection and EC_Concreate_Proxy_Set
          classes have superseeded this implementation.

        * orbsvcs/tests/Event/lib/Consumer.h:
        * orbsvcs/tests/Event/lib/Consumer.cpp:
        * orbsvcs/tests/Event/lib/Supplier.h:
        * orbsvcs/tests/Event/lib/Supplier.cpp:
          Optimized activation and de-activation of consumers and
          suppliers.

Sun Jan 30 18:52:45 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
        * orbsvcs/ImplRepo_Service/Options.cpp:
        * orbsvcs/ImplRepo_Service/Options.h:
          Added a timeout to the startup code so if the startup
          server does not respond within the timeout, then kill
          it and return an exception.  The timeout period can
          be controlled by the -t option.

          Also replaced the ACE_Process code with the ACE_Process_Manager.
          This should automatically clean up the child processes
          when they exit.

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
          Prints out more information when a CannotActivate exception
          occurs.

Sat Jan 29 12:57:53 2000  bala  <bala@cs.wustl.edu>

        * TAO version 1.0.13 released.

Fri Jan 28 20:11:23 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/ORB_Core.cpp:
          When the last ORB is detroyed it must reset the first_orb_
          variable in TAO_ORB_Table to 0.  Thanks to Alex for reporting
          this bug and providing a fix.

Fri Jan 28 18:35:15 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Request.cpp:
          Removed the check on work_pending() in method
          get_repsonse(), used in deferred synchronous requests.
          Recent changes to perform_work() and/or work_pending()
          have made it possible for work_pending() to return 0
          even if the DII request has not completed (received its
          response). This was causing get_response() to return
          TRUE erroneously, and the resulting null message
          block pointer would eventually cause a client crash.
          Now get_response() returns TRUE only if the
          repsonse has been received.

Fri Jan 28 17:27:19 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
          Fix sent in by Alex Arulanthu <Alex.Arulanthu@sylantro.com> that
          plugs a memory leak in generated code when decoding a sequence
          of length 0.  Thanks to Jianfei Xu <jxu@yahoo.com> for reporting
          this.

Fri Jan 28 14:05:32 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * performance-tests/Latency/st_client.cpp:
          Added 'x' to the string passed to get_opts(). It was in
          the switch statement and in the usage message, as it is
          in the other client types in this test suite.

Fri Jan 28 12:51:26 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tests/Leader_Followers: Minor changes to make it work with
          different compilers.

Thu Jan 27 20:25:37 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Leader_Follower:

          wait_for_client_leader_to_complete: If a client thread (a thread
          making a remote request) is currently running the event loop, an
          event loop thread (a thread running ORB->run or
          ORB->perform_work) must wait for that client thread to complete.

          Additional state: <client_thread_is_leader_> keep track of
          whether a client thread the current leader.
          <server_threads_waiting_> keeps track of whether server threads
          waiting for the client leader to complete.
          <server_threads_condition_> is the condition variable used by
          event loop threads waiting for the client leader to complete.

          TAO_LF_Server_Thread_Helper: Auto-pointer like class similar to
          TAO_LF_Client_Thread_Helper and TAO_LF_Leader_Thread_Helper that
          helps manage the leader follower object.  This class helps with
          grabbing the lock and calling set_server_thread and grabbing the
          lock, calling reset_server_thread, and electing a new leader.

          set_server_thread: This method now calls
          wait_for_client_leader_to_complete if needed.  Also it now has a
          relevant return value for timeouts and errors.

          set_leader_thread and reset_leader_thread: Added the setting and
          resetting <client_thread_is_leader_>.

          elect_new_leader: Election of new leader must first consider
          event loop threads before considering waiting clients.  If
          server threads are waiting, we wake them all up.  Note that it
          is necessary to give precedence to server threads over client
          threads since only one client runs at any given time; with a tp
          reactor, multiple server threads can execute simultaneously.

        * tao/ORB_Core.cpp (run): Use of TAO_LF_Server_Thread_Helper
          helped with abstracting and simplifying some of the leader
          follower code.  In additions, timeouts are determined by
          examining the <timeout> variable.  Therefore, we don't need
          <break_on_timeouts> anymore.

        * tao/ORB (run and perform_work): The new ORB_Core::run simplified
          ORB::run and ORB::perform_work.

        * tao/Wait_Strategy.cpp (TAO_Wait_On_Reactor::wait,
          TAO_Exclusive_Wait_On_Leader_Follower::wait, and
          TAO_Muxed_Wait_On_Leader_Follower::wait): The while loop in
          TAO_Wait_On_Reactor::wait and
          TAO_Exclusive_Wait_On_Leader_Follower::wait was incorrect.

          This:

          *max_wait_time != ACE_Time_Value::zero

          should have been:

          *max_wait_time == ACE_Time_Value::zero

          While fixing this, I simplified the while loop making it easier
          to read and understand.

          Also fixed TAO_Muxed_Wait_On_Leader_Follower::wait which did not
          handle timeouts correctly.

        * tests/Leader_Followers: This is a test for server applications
          that have client threads (threads making remote calls) starting
          before server threads (threads running the event loop).

          The event loop threads should wait for the client threads that
          become leaders to give up leadership before continuing.

        * version_tests.dsw:
        * tests/Makefile (DIRS):
        * run_all_list.pm:

          Added new test Leader_Followers.

Thu Jan 27 08:36:17 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: The help messages
          were still displaying "tao_ir" instead of "tao_imr".  Also,
          if an Implementation Repository wasn't running, tao_imr
          wouldn't get a chance to parse the command line arguments -
          so it wouldn't even display the help messages unless an
          ImplRepo was running.  Thanks to Dave Zumbro
          <zumbro_d@ociweb.com> for reporting these.  [Bugs 412, 413]

Wed Jan 26 16:17:24 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_scope.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp:
          A fix for what I broke yesterday. At least we should now
          again be able to compile files where a forward declared
          interface is defined later in the file.

        * TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp:
          Cosmetic changes.

        * tests/IDL_Test/interface.idl:
          Commented out the forward declared interface that's not
          defined in the same file for now, until it is working on
          more platforms.

Tue Jan 25 19:42:54 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/UIOP_Profile.cpp (decode):
        * tao/IIOP_Profile.cpp : A problem when TAO clients were
          interacting with GIOP 1.2 servers. The profile received by the
          TAO client is parsed in decode (). In the code for IIOP_Profile,
          a check was made for a higher minor version but no action was
          taken. In the process, the version information that the
          IIOP_Profile class was holding had the minor version information
          of the received profile and  not what the TAO client can
          send. So, changes have been made to check for the minor version
          number. If the minor version is less than or equal to the minor
          version that TAO supports, we save that information. If it is
          greater than the one we support, the {IIOP, UIOP}_Profile
          classes would highest minor version that we support. This
          information gets passed on through the invocation classes to the
          transport and then to the messaging classes. Thanks to Klemen
          Zagar <klemen.zagar@irj.si> for reporting this problem.

Tue Jan 25 19:27:24 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * docs/releasenotes/index.html:
          Added entry for forward declared interface change to
          IDL compiler.

Tue Jan 25 19:01:33 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
          Fixed shutdown problem for the Timer Module.

        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
          Fixed memory leak, if the supplier disconnects while some
          consumers are still attached it has to shutdown() its filter to
          clear the extra reference counts.

        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.cpp:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.cpp:
        * orbsvcs/tests/Event/Basic/Negation.cpp:
        * orbsvcs/tests/Event/Basic/Observer.cpp:
        * orbsvcs/tests/Event/lib/Driver.cpp:
          Fixed several memory leaks in the tests, to verify that the
          service is ok.

        * orbsvcs/tests/Event/Basic/run_test.pl:
          Increased allowed execution time for one of the tests.

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
          Cosmetic fixes

Tue Jan 25 18:51:42 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/interface.idl:
        * tests/IDL_Test/generic_object.idl:
          Added tests for new forward declared interface rule
          mentioned below and for generic objects used as
          parameters in a request.

Tue Jan 25 18:19:49 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/tao_idl.cpp:
        * TAO_IDL/ast/ast_interface_fwd.cpp:
        * TAO_IDL/be/be_visitor_scope.cpp:
        * TAO_IDL/be/be_visitor_factory.cpp:
        * TAO_IDL/be/be_visitor_root/root.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_interface_fwd.cpp:
        * TAO_IDL/be_include/be_visitor_interface_fwd.h:
          Modified files

        * TAO_IDL/be_include/be_visitor_interface_fwd/cdr_op_ch.h:
        * TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp:
          New files.

          Changes to support code generation and C++ compilation
          for IDL files containing a forward declared interface
          that is not defined in the same file. The spec had
          required that the definition be present, but the rule
          was recently relaxed in CORBA 2.3.1 (99-10-07). If
          the full definition is not in some generated .cpp file
          that is included in the build, the C++ compiler will
          produce a link error. This closes Bugzilla entry #401.

Tue Jan 25 14:23:04 2000  Ossama Othman  <ossama@uci.edu>

        * docs/pluggable_protocols/index.html:

          Updated/corrected some URLs.

Tue Jan 25 14:05:42 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Leader_Follower.h (TAO_LF_Client_Thread_Helper and
          TAO_LF_Leader_Thread_Helper): Auto-pointer like classes that
          help manage the leader follower object.
          TAO_LF_Client_Thread_Helper helps with set_client_thread and
          reset_client_thread while TAO_LF_Leader_Thread_Helper helps with
          set_leader_thread and reset_leader_thread.

        * tao/Wait_Strategy.cpp (TAO_Muxed_Wait_On_Leader_Follower::wait
          and TAO_Exclusive_Wait_On_Leader_Follower::wait):

          We now use guards to make sure that the leader follower object
          has consistent information even when errors occur.  Previously,
          there were many return and exceptional conditions where the
          leader follower object was left in an inconsistent state.

Tue Jan 25 12:17:35 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
          Missed some cases in the previous checkin of this file.

Tue Jan 25 10:38:31 2000  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.cpp:
        * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.cpp:
          Fixed "unreachable statement" warnings on kai.

Tue Jan 25 02:07:58 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * examples/Simple/time/README: Added description on getting
          JACE.Misc.GetOpt.

        * examples/Simple/time/Time_Client.java: Modified the Java client
          so that it, like C++ client, can use command line args to
          determine ways of acquiring Time objref.  This test now uses
          JACE.Misc.GetOpt (a complete JACE installation is not required.)

Mon Jan 24 18:47:22 2000  Ossama Othman  <ossama@uci.edu>

        * docs/Options.html:

          Clarified what UID and GID in the documentation for the
          -ORBSetUID and -ORBSetGID options.

Mon Jan 24 13:17:31 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
          Russell L. Carter <rcarter@pinyon.org> reported a bug when
          the return type of an operation is CORBA::Object. It turns
          out that CORBA::TypeCode, interface, forward declared interface,
          valuetype, and forward declared valuetype needed the same fix.

Sun Jan 23 18:15:32 2000  Krishnakumar Elakkara Pathayapura  <krish@polka.cs.wustl.edu>

        * docs/releasenotes/index.html:
          Updated the release notes for the Logging Service

Sun Jan 23 14:09:30 2000  Ossama Othman  <ossama@uci.edu>

        * docs/Options.html:

          Added descriptions of the newly added "-ORBSetUID" and
          "-ORBSetGID" ORB options.

        * tao/ORB_Core.cpp (init):

          Added two new ORB options "-ORBSetUID" and "-ORBSetGID."  These
          options can be used to the set the effective user and group IDs,
          respectively.  This is useful when starting the ORB under the
          super-user but it is desired to run the ORB under different user
          and/or group IDs.  A typical use would be to start a TAO daemon,
          under the 'nobody' user via System V style initialization
          scripts.

          Note that these options are only supported if the platform
          implements the setuid() and setgid() POSIX system calls.

          In general, it is a good idea to only run the ORB with
          super-user privileges when necessary, e.g. when performing
          benchmarking experiments, and when access to the real-time
          scheduling class is needed.  If the ORB must be started via the
          super-user account, and the real-time scheduling class won't be
          used, than the ORB's effective user ID should at least be
          changed to an unprivileged one, such as 'nobody'.

Sat Jan 22 21:08:07 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp: Renamed
          EC_SupplierFiltering.* to EC_Supplier_Filter.*.

Sat Jan 22 18:25:51 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.cpp:
          Fixed typo in the inline include file, only a problem in builds
          that disable inlining.

Sat Jan 22 17:04:14 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.cpp:
          Added support for atomic reconnections.  Before this change the
          event channel could loose messages when a consumer reconnected,
          because the implementation basically disconnected the consumer
          and then connected it again.  There was an interval where the
          suppliers could push events, while the consumer was temporarily
          disconnected.
          The new implementation pushes a reconnected() message through
          the event channel, the consumer and supplier admins and finally
          to each proxy.
          There were no changes on the critical path, or regular
          connect/disconnect calls, so this only affect the performance of
          reconnections.
          This fixes bug #271

        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
          Another attempt at fixing this code to compile without CORBA
          Messaging support. It happens that ACE_HAS_CORBA_MESSAGING is
          always defined, but sometimes to 0 and other times to 1.

        * orbsvcs/tests/Event/Event.dsw:
        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.cpp:
        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.dsp:
        * orbsvcs/tests/Event/Basic/Atomic_Reconnect.h:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/run_test.pl:
          New test to check that Atomic reconnects actually work.

        * orbsvcs/tests/Event/Basic/mt_disconnect.conf:
        * orbsvcs/tests/Event/Basic/mt.svc.conf:
          Renamed because it is also used in the Atomic_Reconnect test.

Sat Jan 22 17:11:30 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp:
          Brian Harris <harris_b@ociweb.com> reported that when using
          the -GI option with the IDL compiler to generate implementation
          files for an IDL file 'foo', an included IDL file 'bar' caused
          the generation of #include "barI.h" in the implementation header
          file, when it should be #include "barC.h". However, since barC.h
          is indirectly included by the line #include "fooS.h", it does
          not need to be there at all. The block that generates this line
          in be_codegen.cpp is commented out for now, to see if some use
          case arises where it is needed. This closes out bug 410.

Fri Jan 21 21:19:26 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
          Updated dependencies again, i forget LifeCycle last time.

Fri Jan 21 16:46:36 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event_Utilities.cpp:
        * orbsvcs/orbsvcs/Event_Utilities.h:
        * orbsvcs/orbsvcs/Event_Utilities.i:
          The QoS factories now take an (optional) initializer function
          from the user to help with customized Event Channels that
          transmit a union as part of the EventPayload.

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
          Fixed some very obscure concurrency problems while disconnecting
          suppliers: if a supplier and a consumer where disconnecting at
          the same time there was a very small window for a crash.  The
          race condition has been eliminated.

        * orbsvcs/tests/Event/Event.dsw:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.cpp:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.dsp:
        * orbsvcs/tests/Event/Basic/MT_Disconnect.h:
        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/mt_disconnect.conf:
        * orbsvcs/tests/Event/Basic/run_test.pl:
          New test that performs concurrent supplier and consumer
          connect/disconnect calls.

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.i:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.cpp:
          Renamed the EC_SupplierFiltering class to EC_Supplier_Filter, it
          is more consitent that way (next step: rename EC_Filter to
          EC_Consumer_Filter)

        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Trivial_Supplier_Filter.cpp:
          Propagate the EC_SupplierFiltering name change.

        * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
          The ORB initialized was not the default ORB used by the resource
          factory for the event service.

Fri Jan 21 08:39:10 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
          More #ifdefs to compile when CORBA messaging is disabled.

Thu Jan 20 09:07:47 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Minimum CORBA does not provide the _non_existent() method, we
          disable the test in that case.

Thu Jan 20 07:11:16 2000  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile: updated dependencies, in
          a workspace that had Notify (and all of the other
          orbsvcs) built.

Wed Jan 19 17:51:39 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_check.cpp:
          Added update of AST_Decl's filename pointer before
          outputting a 'forward declaration not defined' error.
          In certain cases, #xxxx statements in the IDL file
          cause the preprocessor to add #<line number> "<filename>"
          statements where <filename> is a repeat of the main
          file name. This would invalidate
          the filename pointer held deep down in a forward
          declared interface node. If a forward declared interface
          is found not to have a full definition, the error
          function that is called tries to use this filename
          pointer, causing a crash. Thanks to
          Hessel Idzenga <idzenga@lucent.com> for sending in
          the example file that uncovered this bug.

Wed Jan 19 15:44:23 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/union_ci.cpp:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Uninlined union destructor. In certain cases
          where the union in nested inside other structs
          and/or unions, Dec Unix picks up on the fact that
          the inner union's destructor is called before
          it is defined inline. Although he didn't report
          this bug, thanks to Hugh Arnold <harnold@itginc.com>
          for sending in the example IDL file that rooted it
          out.

Wed Jan 19 12:07:20 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:
          Fixed demarshaling for unions having members with
          multiple case labels. Thanks to
          Christopher Kohlhoff <chris@kohlhoff.com> for reporting
          the bug.

Tue Jan 18 20:45:36 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tests/Timed_Buffered_Oneways/run_test.pl:
          TAO/tests/Timed_Buffered_Oneways is timing out on our HPUX_aCC
          auto compile.  Added extra timing information to narrow down
          this problem.

Tue Jan 18 20:26:11 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Transport_Mux_Strategy.cpp
          (TAO_Exclusive_TMS::dispatch_reply): The following change to
          this method was incorrect:

          Thu Jan 06 22:26:42 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

          This method is not the correct place mark the transport as being
          available for reuse.  If we do so here, another thread can start
          using the transport and reset the message state before we have
          had a chance of reading the reply.  However, we still need to
          find a place to safely mark the transport as idle otherwise we
          will not end up reusing network connections.  Note that this was
          not a problem for Oneway, Twoway, and Locate Request invocations
          since their destructors were setting the transport to idle
          anyway.  The problem was for DII and Asynch invocations since
          their destructors were (correctly) not setting the transport to
          idle.

          Solution: First we revived
          <Transport_Mux_Strategy::idle_after_reply> which was there but
          commented out. <TAO_Exclusive_TMS::idle_after_reply> idles the
          transport while <TAO_Muxed_TMS::idle_after_reply> is a no-op.
          Note that this is the opposite of how <idle_after_send> works.

          Second we make <~TAO_Asynch_Reply_Dispatcher> and
          <~TAO_DII_Deferred_Reply_Dispatcher> call
          <Transport_Mux_Strategy::idle_after_reply>.  These reply
          dispatchers are told about their transports when
          <Invocation::invoke_i> has succeeded.

          Third we change Oneway, Twoway, and Locate Request invocations
          to call <idle_after_reply> instead of <idle> in their
          destructors.  This will prevent double idling of the transports
          when used with the TAO_Muxed_TMS strategy.

        * examples/Buffered_AMI/client.cpp (main): Checking
          <message_count == -1> was not a effective trick since the
          <(iterations % message_count) != 0> failed.  Therefore,
          introduced a new variable <setup_buffering> to simplify this
          madness.

Tue Jan 18 18:45:13 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_union.cpp:
          Increased the signed long default discriminator
          value by 1. It was being set to ACE_INT32_MIN,
          which is -2147483648. The literal constant is
          generated in the _default() method, and when
          MSVC sees the line
                this->disc_ = -2147483648;
          it outputs the warning "unary minus operator applied to
          unsigned type, result still unsigned". If the line is
                this->disc_ = -2147483647;
          we get no warning.

Tue Jan 18 17:26:18 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/deep_free.cpp:
          Fixed a memory leak in recursive unions. The fix also
          removes leaks in unions that contain anonymous
          sequences. Thanks to
          Lothar Werzinger <werzinger.lothar@krones.de> for
          reporting this leak and sending in an example IDL
          file.
        * tao/DynStruct_i.cpp:
          Fixed some mismatched forms of ACE_CHECK that I added
          earlier today.

Tue Jan 18 13:04:24 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Fixed warnings on platforms without native C++ exception
          support.

Tue Jan 18 12:08:00 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynStruct_i.cpp:
          Added patches to from_any() and to_any() sent in by
          Philippe Merle <Philippe.Merle@lifl.fr>.These
          patches (de)marshal the repository ID if the Any
          contains an exception.

Tue Jan 18 11:37:31 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tests/MT_Client/client.cpp (parse_args): Only shutdown server
          when specified by the user.

        * tests/MT_Client/run_test.pl: Added explicit shutdown of the
          server.

Tue Jan 18 08:56:20 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.i:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
          Added a protected modified for the supplier (or consumer in the
          ProxySupplier case), this is useful for users that inherit from
          the ProxySupplier or ProxyConsumer and change the policies used
          to communicate with the peer.  Notice that this changes should
          only be made once the connection is complete, i.e. after
          connect_push_XXX() has completed.  Thanks to Dave Meyer
          <dmeyer@std.saic.com> for suggesting this.

Mon Jan 17 22:13:05 2000  Darrell Brunsch <brunsch@uci.edu>

        * orbsvcs/ImplRepo_Service/tao_imr_i.cpp:
        * orbsvcs/ImplRepo_Service/tao_imr_i.h:
          Added a new command, ior to the tao_imr program.  This
          command creates a simplified IOR by attaching a given
          name with the IMR's endpoint.  This will only work with
          servers that register the simplified IORs with the
          IOR lookup table (Interoperable Naming Service stuff).

        * orbsvcs/tests/ImplRepo/run_test.pl:
          Change the nestea_ir test to use this scheme.

        * docs/implrepo/index.html:
        * docs/implrepo/tao_imr.html
        * docs/implrepo/usersguide.html
          Updated the documentation.

Mon Jan 17 22:53:53 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:
          Updated the NT project files.

Tue Jan 18 20:44:02 2000  Carlos O'Ryan  <coryan@uci.edu>

        * tao/Object.cpp:
          The _non_existent() method must catch the
          CORBA::OBJECT_NOT_EXIST exception and return the appropriate
          value.

Tue Jan 18 20:39:50 2000  Carlos O'Ryan  <coryan@uci.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.i:
        * orbsvcs/orbsvcs/Event/EC_SupplierControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerControl.i:
        * orbsvcs/orbsvcs/Event/EC_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.i:
        * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.i:
        * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp:
          New components to the event channel that deal with stale
          consumer and/or supplier proxies.
          The first implementations simply poll the consumers and
          suppliers periodically, using the _non_existent() method to
          check if the object is there, to avoid dead-locks they use the
          timeout policies in the ORB to bound the time the spend
          polling.

        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.i:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
          The factory must create the new components now.
          Use CORBA::ORB_init() instead of TAO_ORB_Core_instance() to get
          to the ORB.  This is standard and it can be easily configured
          using the ORBid.

        * docs/ec_options.html:
          Documented the new options in the TAO_EC_Default_Factory.

        * orbsvcs/orbsvcs/Event/EC_Defaults.h:
          New defaults for the consumer and supplier control policies.

        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
          The event channel creates the consumer and supplier control
          policies (using the factory), and then activates them.

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Addded methods to invoke _non_existent() while holding the state
          lock, to avoid race conditions (as in one thread disconnecting
          a consumer while another thread tries to check if the consumer
          still exists).

        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.i:
          New accessor to use the collection lock.

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
          Fixed nasty bug in the definition of the Disconnect command
          object, the typedef was wrong.

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
          Removed old debug message.

        * orbsvcs/orbsvcs/Event/EC_Reactive_Timeout_Generator.cpp:
          Removed references to TAO_ORB_Core_instance().

Mon Jan 17 19:54:34 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/GIOP.cpp (write_request_header_lite): Made
          write_request_header_lite similar to write_request_header_std -
          both for checking the <response_flags> correctly and for dealing
          with the SYNC_WITH_SERVER option.  Thanks to Bala for pointing
          this out.

Mon Jan 17 15:49:25 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
          Fix to scoping of field name generation in header
          file when structs and/or unions are nested. Thanks to
          Hugh Arnold <harnold@itginc.com> for reporting this
          bug and sending in the example file.

        * TAO_IDL/be/be_visitor_scope.cpp:
          Cosmetic changes.

        * tests/IDL_Test/union.idl:
          Added example IDL file mentioned above to test suite.

        * tests/IDL_Test/idl_test.dsp:
          Updated project settings to make custom build settings
          identical for all the IDL files in the test suite.

Tue Jan 18 10:54:49 2000  Carlos O'Ryan  <coryan@uci.edu>

        * docs/Options.html:
          Documented the -ORBReactorRegistry option in the resource
          factory.

Sun Jan 16 15:54:39 2000  Ossama Othman  <ossama@uci.edu>

        * tao/default_resource.cpp:

          Moved template instantiations related to ACE_LOCAL_MEMORY_POOL
          to ace/ACE.cpp.  The idea is to place this set of template
          instantiations in a "common" area, since ace/Configuration.cpp
          also needs these templates instantations.

Fri Jan 14 08:00:00 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * tests/AMI/README,
          docs/releasenotes/index.html,
          examples/AMI/FL_Callback/README:
          Realized that IDL_HAS_VALUETYPE is defined by default in the TAO
          IDL compiler. Updated the documentation about AMI accordingly.

Fri Jan 14 06:01:00 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * TAO_IDL/be/be_interface.cpp,
          TAO_IDL/be_include/be_interface.h:
          Added a method named 'replacement' giving access to an
          interface node, which can serve as an replacement for the original.

        * TAO_IDL/be/be_interface_strategy.cpp,
          TAO_IDL/be/be_visitor_ami_pre_proc.cpp,
          TAO_IDL/be/be_visitor_interface/ami_interface_ch.cpp,
          TAO_IDL/be_include/be_interface_strategy.h:
          Enhanced the AMI preprocessor and the associated interface
          strategies to handle replacement nodes.
          This was necessary to pass information around for AMI code generation.
          The bug triggering this was a multiply defined typedef. Thanks
          to Bala for figuring this out.

Thu Jan 13 20:11:55 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB_Core.cpp (run): Generalized to work with <perform_work>.
          In <perform_work>, we only run the loop once.

        * tao/ORB.cpp (perform_work): The method now calls
          orb_core->run(), specifying that it is <perform_work> which
          prevents looping of the event loop.

        * tao/ORB.h (CORBA_ORB): There are now three versions of
          perform_work() and are similar to the run() methods.

Tue Jan 11 21:27:51 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Messaging.pidl (Messaging): Added two TAO specific SYNC
          options that control how buffering takes place in the ORB.

          (a) SYNC_EAGER_BUFFERING is the same as SYNC_NONE.  These
          options will first queue the message in the buffering queue and
          then check the buffering constraints.  If the constraints have
          been reached, the buffered messages will be delivered to the
          server.  If the delivery of the messages to the server times
          out, the queued messages will remain queued until the buffering
          constraints are reached again.

          (b) SYNC_DELAYED_BUFFERING will first check the buffering queue.
          If the queue already has buffered messages, then this option
          will behave the same as the above option, i.e., buffer the
          message for later delivery.  However, if the queue is empty, it
          will try to deliver the message immediately. If the message
          delivery to the server times out, the message will be queued for
          later delivery when the buffering constraints are reached.

        * tao: Added code to handle the new options and strategies related
          to the above change.  The following files were effected:

          - Invocation.cpp
          - GIOP.cpp
          - MessagingC.cpp
          - MessagingC.h
          - ORB_Core.cpp
          - ORB_Core.h
          - ORB_Core.i
          - Stub.cpp
          - Sync_Strategies.cpp
          - Sync_Strategies.h
          - TAOC.cpp
          - TAOC.h

        * tao/GIOP.cpp (write_request_header_std): Comparison with majic
          numbers is evil ;-) Changed it to compare against the constants.

        * tao/Pluggable.h (TAO_Transport): Added friendship between the
          transport class and the sync classes.

        * tests/Timed_Buffered_Oneways/client.cpp
          (setup_buffering_constraints): Added the ability to either
          choose eager or delayed buffering.

Tue Jan 11 17:25:16 2000  bala  <bala@cs.wustl.edu>

        * TAO version 1.0.12 released.

Tue Jan 11 16:46:40 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/PollableS.cpp:
        * tao/PollableC.cpp:
        * tao/MessagingS.h: Fixed compile errors in AMI code.

Tue Jan 11 11:20:27 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * performance-tests/RTCorba/Oneways/Reliable/server.cpp (set_rt_mode):
        * performance-tests/RTCorba/Oneways/Reliable/client.cpp (set_rt_mode):

          If errors occur while setting the thread priority, print a
          message but don't abandon the test.

Tue Jan 11 00:27:51 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/Notify_Service/Notify_Service.dsp
        * orbsvcs/Notify_Service/Notify_Service.dsw
        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp:
          Added Notify Service.

        * orbsvcs/orbsvcs/Notify/NotifyPublish_i.h:
        * orbsvcs/orbsvcs/Notify/NotifySubscribe_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.h:
        * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h:
        * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_Dispatcher.h:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_FilterFactory_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_Filter_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_ProxyPushConsumer_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_ProxyPushSupplier_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushSupplier_i.h:
        * orbsvcs/orbsvcs/Notify/Notify_StructuredPushConsumer.h:
        * orbsvcs/orbsvcs/Notify/Notify_StructuredPushSupplier.h:
        * orbsvcs/orbsvcs/Notify/Notify_SupplierAdmin_i.h: Added
          TAO_ORBSVCS_Export.  Thanks to Stephane Chatre
          <schatre@oresis.com> for noticing these.

Mon Jan 10 18:12:55 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/PollableC.cpp: Fixed two instances of wrong usage of
          ACE_NEW_RETURN.

Mon Jan 10 16:43:09 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_union_branch.cpp:
        * TAO_IDL/util/utl_scope.cpp:
          Lookup and code generation of case labels for unions
          in IDL did not correctly handle cases where the
          label names are scoped (for example, if the enum
          discriminator is defined in a different module than
          the union, the case label names may or may not be
          scoped). Thanks to Hessel Idzenga <idzenga@lucent.com>
          for reporting this bug.

Mon Jan 10 12:53:08 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/GIOP.cpp:
        * tao/GIOP_Server_Request.cpp:
          Since Reliable Oneways depend on a feature of GIOP 1.2,
          and GIOP 1.2 has not yet been fully implemented in TAO,
          a temporary workaround was added so that a TAO server
          will not confuse a twoway request from a GIOP 1.1
          client with a oneway SYNC_WITH_SERVER request. When
          GIOP 1.2 is fully implemented in TAO, the TAO server
          can then check the version in the message header and
          behave accordingly. [bug 397]

Mon Jan 10 11:51:33 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
          Turned out to be the same change as below, but these
          were warnings from SunCC.

Mon Jan 10 11:40:20 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
          Fix to generated code for >>=. We were getting a
          compile error from HPUX.

Sat Jan  8 12:13:43 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:
          Fixed some uninitialized declarations. Reported by
          g++ David Levine.

Sat Jan  8 03:30:00 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * TAO/docs/releasenotes/index.html
          TAO/examples/AMI/FL_Callback/README,
          TAO/examples/Buffered_AMI/README,
          TAO/tests/AMI/README:
          Made the documentation of 'defines' necessary to compile
          AMI consistent across various documentations.
          Currently, you need to set TAO_HAS_CORBA_MESSAGING and
          TAO_HAS_AMI_CALLBACK to activate AMI code in the TAO library.
          (TAO_HAS_VALUETYPE is needed as well, but is defined by default)
          IDL_HAS_VALUETYPE needs to be defined for the TAO IDL compiler,
          this is due to the fact that AMI uses valuetypes for exception
          handling, though this might change in the future, because the
          spec might change in this area. Use -GC on the IDL compiler
          to generate AMI stubs.
          Thanks to "Russell L. Carter" <rcarter@consys.com> for pointing
          this out.

Fri Jan  7 15:22:38 2000  Ossama Othman  <othman@cs.wustl.edu>

        * tao/ORB.cpp (destroy):

          Corrected behavior where ORB::destroy() would throw a
          BAD_INV_ORDER exception if the ORB was already shutdown, which
          does not agree with the CORBA specification.  It is now possible
          to call ORB::destroy() after ORB::shutdown().  Thanks to Mogens
          Hansen <mogens_h@dk-online.dk> for reporting this problem.

Fri Jan  7 11:52:17 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.h:
        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:
          Fixed bug where discriminator in a union with an
          explicit default case was not getting set after
          transmission. Thanks to Hugh Arnold <harnold@itginc.com>
          for reporting this bug.

Thu Jan 06 22:26:42 2000  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao: Minimum CORBA in TAO meant a minimum POA.  This
          relationship was changed such that minimum CORBA does not have
          to mean a minimum POA.  This will allow the user to use a
          minimum CORBA build of TAO with the full functionality of the
          POA.  The default, however, remains the same, i.e., minimum
          CORBA enables a minimum POA.

          Added a new variable TAS_HAS_MINIMUM_POA to orbconf.h.
          TAS_HAS_MINIMUM_POA support is disabled by default if TAO is not
          configured for minimum CORBA.  If TAO is configured for minimum
          CORBA, then TAS_HAS_MINIMUM_POA will be enabled by default.
          Also, TAO_HAS_MINIMUM_POA_MAPS is now influenced by the value of
          TAO_HAS_MINIMUM_POA rather than that of TAO_HAS_MINIMUM_CORBA if
          not explicitly set by the user.

          The following files were involved in this change:

          - POA.cpp
          - POA.h
          - POA.i
          - POA.pidl
          - POAC.cpp
          - POAC.h
          - POAC.i
          - POAManager.cpp
          - POAManager.h
          - POAManager.i
          - POAS.cpp
          - POAS.h
          - POAS.i
          - Object_Adapter.cpp
          - Object_Adapter.h
          - Object_Adapter.i

          Thanks to Erik Johannes <ejohannes@oresis.com> for motivating
          this change.

        * tests/Timed_Buffered_Oneways: New test for oneways with
          buffering and timing constraints.  The client sends is setup to
          send large requests to the server.  The server is setup to take
          a long time to process these requests.  The combination will
          cause flow control for the client.  The timing constraints on
          the client ORB will prevent the client from blocking because of
          flow control.  The request is queued up for later delivery once
          the flow control subsides.

        * tao/IIOP_Connect.cpp (handle_timeout):
        * tao/UIOP_Connect.cpp (handle_timeout):

          Added code to access the thread or ORB roundtrip timeout
          policies.  This allows us to perform a timed send operation
          instead of a blocking one. We do not consider the object
          roundtrip timeout policy since we do not have access to it.

        * tao/ORB_Core.h (stubless_relative_roundtrip_timeout):  Added a
          new method to access the RoundtripTimeoutPolicy policy set on
          the thread or on the ORB.  In this method, we do not consider
          the stub since we do not have access to it.

        * tao/Sync_Strategies.cpp: Moved the TAO-specific SYNCH_FLUSH
          option from the Messaging::SyncScope policy and changed it to
          BUFFER_FLUSH as one of the buffering constraint modes in the
          TAO-specific BufferingConstraint policy.  Since we now have
          BUFFER_FLUSH, we don't need BUFFER_NONE anymore since they both
          do the same thing.  Also, we didn't need the
          TAO_Flush_Sync_Strategy anymore and the Buffered_Oneway example
          was changed to accommodate this change.

        * tao/Pluggable.cpp

          (send_buffered_messages): The return value of 0 is considered
          EOF.  Therefore, changed the return values in the case of
          timeouts and empty queues to be 1.  Also, fixed how timeouts are
          handled.

          (reset_message): The resetting of the queued messages was not
          correct.  It was deleting excessively. This was fixed.  Also,
          the resetting was decoupled from the queue so that it can be
          used with independent message blocks.

        * tao/Wait_Strategy.cpp:

          TAO_Exclusive_Wait_On_Leader_Follower::handle_input: The check
          for <expecting_response_> was conflicting with the ability to
          buffer asynchronous calls.  If we mark the asynchronous call as
          a twoway call, then buffering cannot take place.  If we mark it
          as a oneway call, then the check for <expecting_response_>
          fails.  For now I have selected to disable the check.  The long
          term fix is to separate out the two concerns (a) can the call be
          buffered and (b) are we expecting a response.

        * tao/Transport_Mux_Strategy.cpp
          (TAO_Exclusive_TMS::dispatch_reply): Once we receive our reply,
          we need to mark the transport as being available for reuse
          again.

        * tao: Renamed TAO_RelativeRoundtripTimeoutPolicy_i to
          TAO_RelativeRoundtripTimeoutPolicy.

        * tao/Messaging_Policy_i.cpp (set_time_value): Factored out common
          code in Invocation.cpp and IIOP_Connect.cpp.

        * tao/MessagingS.cpp: Added an overloaded relative_expiry(), which
          is a hacky TAO extension to reduce a call to
          CORBA::Environment::default_environment () since this method
          will never raise exceptions.

Thu Jan 06 21:26:17 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/Param_Test/param_test_i.cpp
          (test_unbounded_struct_sequence): Changed the explicit cast to
          [(unsigned int) 0] to unsigned literal [0u] to avoid MSVC fro
          whining.

Wed Jan  5 15:54:38 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.cpp:
          Fix to new Any extractor to pointer to const Any,
          prompted by a SunCC 4.2 compile error.

        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
          Removed a couple of unnecessary 'ACE_reinterpret_cast's
          in generated code for the new Any extractor to pointer
          to const Any. They were causing compile errors with
          Kai, SunCC and other compilers.

        * performance-tests/Latency/deferred_synch_client.dsp:
          Added missing paths for library linking.

        * performance-tests/RTCorba/Oneways/Reliable/client.dsp:
        * performance-tests/RTCorba/Oneways/Reliable/server.dsp:
          Put in the complete relative path to tao_idl.exe, as
          it is in all other projects with IDL files.

Tue Jan  4 11:46:42 2000  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.h:
        * tao/Any.cpp:
          Added >>= operators to extract to const CORBA::Any *&,
          as well as to const char *& and const wchar *&, as outlined in
          the CORBA 2.3.1 C++ mapping.

        * TAO_IDL/be/be_visitor_exception/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.h:
          Added code generation for Any extraction operator to
          pointer to const whenever extraction to a pointer is called
          for. Left the former generated operators (same but without
          the 'const') for backward compatibility, but marked them
          as 'deprecated' in the generated header file. Also modified
          code for both operators to return a null pointer if the
          extraction fails. All this is in accordance with CORBA 2.3.1.

        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
          Modified Any extraction operator to return a null pointer
          if the extraction fails, for the reason given above.

Tue Jan 04 07:30:04 2000  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 1.0.11 released.

Tue Jan  4 00:34:57 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Simple_Naming/client.cpp:
        * orbsvcs/LifeCycle_Service/Factory_Trader.cpp: Fixes for KAI that
          missed the last round and fixes that were needed after the last
          round.

Mon Jan  3 20:33:11 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/Trading_Service/Trading_Service.cpp:
        * orbsvcs/tests/Simple_Naming/client.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp: Fixes for KAI that
          missed the last round and fixes that were needed after the last
          round.

Mon Jan  3 15:08:47 2000  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/Trading_Service/Trading_Service.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
        * orbsvcs/tests/Trading/Offer_Importer.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Simple_Naming/client.cpp:
        * orbsvcs//LifeCycle_Service/Factory_Trader.cpp:
        * orbsvcs/tests/Property/client.cpp: KAI needed fixes in these
          files to compile clean. There was a need to explicitly use an
          unsigned integer to avoid overloading amibiguity. Essentially
          the same fix as 'Mon Jan 03 10:55:36 2000  David L. Levine'.

Mon Jan  3 14:45:22 2000  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB.h:
        * tao/corbafwd.h: Removed compiler-specific alignment adjusting
          preprocessor directives for MSVC and BCB completely.  Thanks to
          Christopher Kohlhoff <chris@kohlhoff.com> for reporting this.

Mon Jan 03 10:55:36 2000  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/Time_Service/Clerk_i.cpp (get_first_IOR):
          explicitly use unsigned 0 index for bindings_list
          array element to avoid overloading ambiguity on Irix
          and HP/UX.

Mon Jan 03 10:46:31 2000  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp (next_n):
          modified look index so that its comparison is > 0, not
          >= 0.  Now that it's unsigned, it was causing a compiler
          warning.

Sun Jan 02 10:48:59 2000  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp:
          Fixed a MSVC warning, complaining about an array
          operator.

Sat Jan 01 09:18:59 2000  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile: updated dependencies, including
          Notification Service files.

Sat Jan 01 09:17:40 2000  David L. Levine  <levine@cs.wustl.edu>

        * ChangeLog: moved to ChangeLog-99c.