summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
blob: 855eb0146873a8872f5d79faa973bcdab8d66fde (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
Thu Sep  2 22:14:59 1999  Pradeep Gore  <pradeep@danzon.cs.wustl.edu>

	* example/simple/chat/Broadcaster.idl:
	  modified parameter names to avoid idl compiler errors.

Thu Sep 02 20:23:44 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

	* orbsvcs/orbsvcs/AV/source.cpp:
	* orbsvcs/orbsvcs/AV/MCast.cpp:
	* orbsvcs/orbsvcs/AV/Policy.cpp: The inline files were not
	  included in the cpp files when inlining was disable.

	* orbsvcs/orbsvcs/orbsvcs.dsp:
	* orbsvcs/orbsvcs/orbsvcs_static.dsp: Tons of AV related files
	  were missing.  Also added TAO_ORBSVCS_HAS_Trader to avoid
	  defining TAO_String_Hash_Key twice.

Thu Sep  2 17:56:29 1999  Jeff Parsons  <parsons@cs.wustl.edu>

	* TAO_IDL/util/utl_scope.cpp:
	* TAO_IDL/include/utl_error.h:
	* TAO_IDL/util/utl_error.cpp:
	  Added a check for name clash between an identifier
	  being declared and any others referenced in that
	  scope. Also added a method to output a redefinition
	  error messsage that takes string args. The existing
	  one that takes AST_Decl args would print the entire
	  scoped name of the referenced identifier, and that
	  would be confusing (only the top level component is
	  'in' the scope and can cause a collision). Thanks to
	  Kristopher Johnson <kjohnson@gardnersys.com> for
	  reporting the bug and to Jonathan Biggar <jon@floorboard.com>
	  for his clarification of the 2.3 spec changes.

Thu Sep  2 17:30:48 1999  Jeff Parsons  <parsons@cs.wustl.edu>

	* tao/corbafwd.h:
	  Added long-missing forward declarations of Dyn*_var and all typedefs
	  of Dyn* in the CORBA namespace. Thanks to
	  Phillippe Merle <Philippe.Merle@lifl.fr> for pointing this
	  out.

Thu Sep 02 15:15:48 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

	* TAO_IDL/be/be_visitor_operation/ami_cs.cpp (gen_marshal_and_invoke):
	* TAO_IDL/be/be_visitor_operation/operation_ami_cs.cpp
	  (gen_marshal_and_invoke):  Added prepare_header calls after
	  invocation.start().  Thanks to Michael for reporting this.

Thu Sep 02 14:04:23 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp:
          use the explicit template instantiations even with ACE_HAS_GNU_REPO.
          g++ 2.91.66 misses them with -frepo.

Thu Sep  2 11:45:29 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/ntp-time.h:
        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/AV_Core.h :
        * orbsvcs/orbsvcs/AV/MCast.cpp:
        * orbsvcs/orbsvcs/AV/Policy.cpp:
        * orbsvcs/orbsvcs/AV/source.cpp:
        * orbsvcs/orbsvcs/AV/RTCP.cpp:
        * orbsvcs/orbsvcs/AV/TCP.cpp:
        * orbsvcs/orbsvcs/AV/Transport.cpp:
        * orbsvcs/orbsvcs/AV/UDP.cpp :
        * orbsvcs/orbsvcs/AV/media-timer.cpp:
        * orbsvcs/orbsvcs/AV/ntp-time.h:
        * orbsvcs/orbsvcs/AV/sfp.cpp: Fixed warnings & errors on
          NT. Thanks to Michael Kircher & Andy for reporting these.

Thu Sep 02 10:47:23 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp (start_client_header): Changed to
          include <tao/corbafwd.h> intead of <tao/corba.h> in client
          header when generating locality constraint objects.  Thanks to
          Carlos for suggesting that.

Thu Sep  2 07:54:17 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/decode.cpp:
        * tao/deep_free.cpp:
        * tao/encode.cpp:
          Fix to pointer alignment adjustment calculation in
          TAO_Marshal_Struct::*. The old one was failing with
          Borland Builder. Thanks to
          Christopher Kohlhoff <chris_kohlhoff@yahoo.com> for
          sending in the Borland fix and his efforts to find a
          single portable one.

Wed Sep  1 20:27:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/ntp-time.h:
        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/AVStreams_i.h:
        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp:
        * orbsvcs/orbsvcs/AV/Policy.cpp:
        * orbsvcs/orbsvcs/AV/Protocol_Factory.cpp:
        * orbsvcs/orbsvcs/AV/RTCP.cpp :
        * orbsvcs/orbsvcs/AV/RTP.cpp:
        * orbsvcs/orbsvcs/AV/TCP.cpp:
        * orbsvcs/orbsvcs/AV/Transport.cpp:
        * orbsvcs/orbsvcs/AV/UDP.cpp:
        * orbsvcs/orbsvcs/AV/media-timer.cpp:
        * orbsvcs/orbsvcs/AV/media-timer.h:
        * orbsvcs/orbsvcs/AV/source.cpp: Fixed warnings/errors in SunOS5.0
          with exceptions turned on. Also tested on Linux EGCS

Wed Sep  1 21:17:17 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * tao/default_resource.{h,cpp}: Added support for ORBReactorType
          option for TkReactor.  Thanks to Philipp Slusallek
          <slusallek@graphics.stanford.edu> for reporting this.

Wed Sep  1 20:27:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/sfp.cpp : Fixed warnings on SunOS EGCS. This
          is with native exceptions disabled.

Wed Sep  1 19:18:53 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile :  Added the missing AV files to the AV
          sources.

Wed Sep  1 17:08:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO/tao/IIOP_Connect.i:
        * TAO/tao/IIOP_Connect.cpp:
        * TAO/tao/UIOP_Connect.i:
        * TAO/tao/UIOP_Connect.cpp:
          Moved virtual methods the the .cpp file, there is no sense in
          inlining them.

        * TAO/tao/corbafwd.h:
          Defined protocol TAG for the Boeing custom protocol.

        * TAO/tao/Profile.h:
          Minor cosmetic fixes

Wed Sep 01 16:32:53 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IORS.h:
          The copy constructor is private and unimplemented to avoid any
          copying.

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
          Added new files Profile.{h,i,cpp}

Wed Sep 01 16:04:31 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp,
          Transient_Naming_Context.cpp
          use the explicit TAO_Bindings_Iterator template instantiation
          even with ACE_HAS_GNU_REPO.  g++ 2.91.66 misses it with -frepo.

Wed Sep  1 14:36:09 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IORS.h: Added TAO_Export to all classes.  Thanks to Dmitry
          Goldshtain <Goldshtain@bank.gov.ua> for reporting this.

Wed Sep  1 13:14:09 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp:
          Changed generated operation code so that ACE_NEW_RETURN returns
          _tao_retval instead of 0, which does not work for enum return
          types. Had to change some other names around to avoid
          clashes. Thanks to Sharo Randall <rasb@eci.esys.com> for
          pointing this out.

Wed Sep  1 12:37:25 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Makefile:
        * tao/Pluggable.h:
        * tao/Pluggable.i:
        * tao/Pluggable.cpp:
        * tao/Profile.h:
        * tao/Profile.i:
        * tao/Profile.cpp:
          Move the TAO_Profile class to its own file.
          The base class now implements the methods to access and
          manipulate the tagged components of the profile.

        * tao/MProfile.h:
        * tao/Acceptor_Registry.cpp:
          Needs to include the new Profile file.

        * tao/Invocation.cpp:
          If the TAO_USE_PRIORITY_POLICY macro is defined the ORB will use
          the profile that matches the current thread priority.

        * tao/Tagged_Components.cpp:
          Fixed several bugs in the demarshaling code.

        * tao/UIOP_Profile.h:
        * tao/UIOP_Profile.i:
        * tao/UIOP_Profile.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.i:
        * tao/IIOP_Profile.cpp:
          The tagged component access and manipulation code is in the base
          class now.

        * tao/Pool_Per_Endpoint.cpp:
        * tao/Reactor_Per_Priority.cpp:
          Only print debugging messages if the debug level is high
          enough.

        * tests/Endpoint_Per_Priority/Makefile:
        * tests/Endpoint_Per_Priority/client.conf:
        * tests/Endpoint_Per_Priority/client.cpp:
        * tests/Endpoint_Per_Priority/server.conf:
        * tests/Endpoint_Per_Priority/test.idl:
        * tests/Endpoint_Per_Priority/test_i.h:
        * tests/Endpoint_Per_Priority/test_i.cpp:
          Modified the test to pass an application level id of the client
          thread to the server. This is used to verify that the request
          actually executes at the right level on the server-side.
          The client receives the number and priorities of the threads on
          the command line.

Wed Sep  1 12:30:23 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/MessagingS.cpp:
          Forgot to remove the 'return new...' line when replacing
          with 'ACE_NEW_RETURN...'. DU caught it.

Wed Sep  1 10:56:57 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/IORManipulation.h: Added a TAO Export macro to
          TAO_IOR_Manipulation_impl.  Thanks to Goldshtain Dmitry
          <goldshtain.dmitry@usa.net> for reporting this.

Wed Sep  1 10:48:28 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/sequence.idl:
          Added nested sequence examples to this file.

Wed Sep  1 09:52:18 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_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_co.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
          Changes to enable code generation for nested IDL sequences. Any
          number of levels of nesting will work. Thanks to Lars Immisch
          <lars@ibp.de> for sending in the example that got the ball
          rolling.

Wed Sep  1 07:09:06 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/AMI/simple_client.cpp:
          Removed an extra "*/".

Wed Sep 01 04:53:39 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IIOP_Transport.cpp (start_request):
        * tao/UIOP_Transport.cpp (start_request): Fixed unused variable
          warnings.

Wed Sep 01 04:04:49 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Invocation.h:
        * tao/Invocation.cpp (prepare_header): Extracted the code that
          builds the request header out from transport->start_request.
          The problem with putting the requst header builder in
          transport->start_request was that it built the request header
          pre-maturely.  And when interceptors have a change to modify the
          service context list, the change wouldn't get to put into the
          header.  We can build the request header directly from
          GIOP_Invocation directly because all the pieces of information
          required to build the header are carried by the Invocation
          class. The disadvantage of this change is that, we'll need to
          call the <prepare_header> method explicitly in stubs which
          somehow increase the footprint a bit.  We may need to improve
          this so for people don't need interceptors, TAO can still be
          mean and lean.

        * tao/Asynch_Invocation.cpp:
        * tao/Invocation.cpp (start): The signature of
          transport_->start_request has been changed.

        * tao/Pluggable.h:
        * tao/Pluggable.cpp:
        * tao/IIOP_Transport.h:
        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Transport.h:
        * tao/UIOP_Transport.cpp: (start_request): Since the header
          builder has been moved to GIOP_Invocation, this method no longer
          needs that many arguments.

        * tao/Object.cpp: Fixed remote method invocation code (to call
          prepare_header explicitly.)

        * tao/Stub.cpp (do_static_call,do_dynamic_call): Fixed remote
          method invocation code.

        * tao/DomainC.cpp:
        * tao/InterfaceC.cpp
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp: Fixed remote method invocation code.

        * TAO_IDL/be/be_visitor_operation/ami_handler_operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:  Generated
          stubs also need call <prepare_header> explicitly.

        * tests/Interceptors/interceptors.cpp: Turned on the service
          context list testing code.  Fixed incorrect message id check.

Tue Aug 31 21:04:58 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp
          (get_control_callback,get_callback,set_protocol_object):  Fixed
          "*/ found outside of comment" warnings.

Tue Aug 31 20:35:56 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/sfp:
          Removed the files in this drectory as this test is superseded by
          the new set of tests under the Pluggable directory.

        * orbsvcs/tests/AVStreams/Makefile:
          Updated the Makefile to include the new AV tests.

Tue Aug 31 18:07:35 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/:
          The modififed implementation of the A/V Streaming Service now
          fully supports the Full Profile interfaces like FDev,
          FlowConnection, FlowEndPoint. It also support the
          Point-to-MultiPoint binding and MultiPoint-to-MultiPoint
          binding. The implementation provides a pluggable protocols
          framework for flow protocols like SFP, RTP and also for
          transport protocols like TCP, UDP and ATM. It provides an
          extensible Policy framework to add new policies for flow
          protocols. There's also an implementation of
          MultiPoint-to-MultiPoint binding.

          For more documentation, please check
          http://www.cs.wustl.edu/~naga/pluggable_av.ps.gz

          The following files have been newly added.

        * orbsvcs/orbsvcs/AV/Transport.{h,cpp}:
          Provides generic transport related interaces.

        * orbsvcs/orbsvcs/AV/TCP.{h,cpp}:
          These files contain the TCP Null flow protocol layer and the TCP
          transport interfaces.

        * orbsvcs/orbsvcs/AV/UDP.{h,cpp}:
          These files contain the UDP Null flow protocol layer and the UDP
          transport interfaces.

        * orbsvcs/orbsvcs/AV/MCast.{h,cpp}:
          These files contain the UDP Multicast related transport interfaces.

        * orbsvcs/orbsvcs/AV/RTP.{h,cpp}:
        * orbsvcs/orbsvcs/AV/RTCP.{h,cpp}:
        * orbsvcs/orbsvcs/AV/source.{h,cpp}:
          Provides a RTP/RTCP implementation based on Vic (a Videoconferencing
          tool developed at U Cal Berkeley).

        * orbsvcs/orbsvcs/AV/Policy.{h,cpp}:
          Provides the Policy related classes for the pluggable protocols framework.

        * orbsvcs/orbsvcs/AV/Protocol_Factory.{h,cpp}:
          Provides the generice interfaces for flow protocol factories and
          transport factories.

        * orbsvcs/orbsvcs/AV/Flows_T.{h,cpp}:
          FDev implementation classes.

        * orbsvcs/orbsvcs/AV/FlowSpec_Entry.{h,cpp,i}:
          Moved the Flow Spec Entry classes from AVStreams_i.* files to
          these.

        For additional modification that was done during the branch please
        check $TAO_ROOT/orbsvcs/orbsvcs/AV/pluggable_av_log.

        * orbsvcs/tests/AVStreams/Pluggable:
          This directory provides a simple file transfer test using the
          pluggable protocols framework and runs over TCP  Null layer, UDP
          Null layer, SFP and RTP using the light profile interfaces.

        * orbsvcs/tests/AVStreams/Full_Profile:
          This directory provides the same file transfer test as in
          Pluggable directory using the Full Profile interfaces.

        * orbsvcs/tests/AVStreams/Multicast:
          This directory provides a file transfer test using the
          point-to-multipoint binding in AV using light profile interfaces.

        * orbsvcs/tests/AVStreams/Multicast_Full_Profile:
          Multicast file transfer test using the point-to-multipoint binding
          for full profile interfaces.

Tue Aug 31 17:59:14 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
          Minor change to idl.yy to allow output of error message
          when error is of the form:
                struct foo {
                                char bar;
                                sequence<bar> boink;
                           };
          Previously, IDL compiler would generate no code for the
          sequence and output no error message. This would happen
          also in unions and with bounded member sequences.

Tue Aug 31 14:23:55 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * tao/UIOP_Connector.cpp:  Also rearranged the code so that it'll
          compile properly.

Tue Aug 31 14:17:44 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/IIOP_Connector.cpp: Rearranged the code so that it'll
          compile properly.  Thanks to Bala for reporting this.

Tue Aug 31 13:33:48 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/Quoter/Makefile:
          The dependencies where broken so the test wouldn't compile.

Tue Aug 31 00:16:34 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * Added a series of fixes that allow TAO to build and
          run cleanly with SunC++ 5.0 and Solaris 7 even when debugging is
          NOT enabled.  These changes require moving the explicit template
          instantiations from the BOTTOM of the *.cpp files to near the
          top.  Thanks to Robert Shewan <rshew@peri.com> for reporting
          this.

Tue Aug 31 9:25:00 1999  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * tao/TAO.dsp:
          Added the files Linear_Priority_Mapping.{h,i,cpp}
          and Direct_Priority_Mapping.{h,i,cpp}

Tue Aug 31 8:15:00 1999  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * TAO_IDL/be/be_visitor_attribute/attribute.cpp
          TAO_IDL/be/be_visitor_interface/interface.cpp
          TAO_IDL/be/be_visitor_operation/ami_ch.cpp
          TAO_IDL/be/be_visitor_operation/ami_cs.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_operation_ch.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_operation_cs.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_servant_operation_ss.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_skeleton_cs.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_thru_poa_collocated_ss.cpp:
          Fixed bugs in the code generation for attributes when
          compiling in AMI mode.

        * tests/AMI/simple-client.cpp,
          tests/AMI/simple_client.dsp,
          tests/AMI/client.dsp,
          tests/AMI/server.dsp,
          tests/AMI/test.idl
          tests/AMI/test_i.cpp,
          tests/AMI/client.conf,
          tests/AMI/simple-client-exclusive.conf,
          tests/AMI/simple-client-muxed.conf,
          tests/AMI/client-global.conf,
          tests/AMI/test_i.i:
          Removed these files because they got replaced by new ones.

        * tests/AMI/ami_test.idl,
          tests/AMI/ami_test_i.cpp,
          tests/AMI/ami_test_i.h,
          tests/AMI/simple_client_exclusive.conf,
          tests/AMI/simple_client_muxed.conf,
          tests/AMI/AMI_Test_Client.dsp,
          tests/AMI/AMI_Test_Simple_Client.dsp,
          tests/AMI/AMI_Test_Server.dsp:
          Added these files for the new generation of AMI tests.

        * tests/AMI/Makefile,
          tests/AMI/run_test.pl,
          tests/AMI/ami_test.dsw,
          tests/AMI/simple_client.cpp,
          tests/AMI/client.cpp,
          tests/AMI/server.cpp:
          Modified these files to make the test more readable
          and less MT_Client cut&paste like.


Mon Aug 30 23:24:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Makefile:
        * tao/Priority_Mapping.h:
        * tao/Priority_Mapping.cpp:
        * tao/Direct_Priority_Mapping.cpp:
        * tao/Direct_Priority_Mapping.h:
        * tao/Direct_Priority_Mapping.i:
        * tao/Linear_Priority_Mapping.cpp:
        * tao/Linear_Priority_Mapping.h:
        * tao/Linear_Priority_Mapping.i:
        * tao/default_resource.h:
        * tao/default_resource.cpp:
          The TAO_Priority_Mapping class is trivial now, two derived
          classes implement simple priority mapping strategies.
          Linear_Priority_Mapping uses a linear map between the full range
          of priorities in a scheduling class to the full range of
          CORBA priorities.
          Direct_Priority_Mapping uses a simpler mapping where a suitable
          offset is used to map the minimum CORBA priority to the minimum
          native priority.

        * tao/Messaging_Policy_i.h:
        * tao/Messaging_Policy_i.cpp:
          Use ServantBase_var for exception safety.

        * tao/RT_Current.h:
          Need "tao/Exception.h" for platforms that implement throw specs.

        * tao/ORB_Core.cpp:
        * tao/Single_Reactor.cpp:
          Minor cosmetic fixes.

        * tao/Pool_Per_Endpoint.h:
        * tao/Pool_Per_Endpoint.i:
        * tao/Pool_Per_Endpoint.cpp:
          Added option to control the thread creation flags.

        * tests/Endpoint_Per_Priority/Makefile:
          Updated dependencies.

        * tests/Endpoint_Per_Priority/server.cpp:
          Use the new <flags> option in the Pool_Per_Endpoint strategy.

Mon Aug 30 17:10:30 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * TAO-INSTALL.html: Added a note on Connection Caching feature
          which contains the "-fsquangle" option info too.

Mon Aug 30 17:16:27 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_scope.cpp:
          Removed unused arg in function
          last_inout_or_out_node ().

Mon Aug 30 17:10:24 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/Interceptors/interceptors.cpp: Fixed erronous format
          specifiers.

Mon Aug 30 10:43:21 1999  Ossama Othman  <othman@cs.wustl.edu>

        * PROBLEM-REPORT-FORM:

          Updated to point to refer reports tao-bugs mailing list.

        * tao/Exception.h:
        * tao/orbconf.h:

          Comment updates.

Mon Aug 30 15:58:44 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
          Added the new files to the MSVC projects.

Mon Aug 30 15:56:09 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/Interceptors/Makefile: Updated dependencies.

Mon Aug 30 15:15:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Makefile:
        * tao/orbconf.h:
        * rules.tao.GNU:
          Added a number of new classes to implement the
          endpoint-per-priority concurrency strategy.  In this strategy
          each priority level is assigned a different reactor, threads use
          the reactor for their priority level; acceptors are also bound
          to the reactor of their priority level, as specificied in the
          command-line.
          Since the priority is embedded in the IOR using a tagged
          component the client can use that to select which endpoint it
          will use, preserving priority end-to-end (the client-side is not
          implemented yet).
          This achieves total isolation of threads running at different
          priorities.

        * tao/Pool_Per_Endpoint.h:
        * tao/Pool_Per_Endpoint.i:
        * tao/Pool_Per_Endpoint.cpp:
          Helper class that creates the threads to run the ORB based on
          the endpoints (and their priorities) as specified in the
          command-line.
          The user is not required to create the threads using this class,
          but it is much simpler to do so.

        * tao/Reactor_Registry.h:
        * tao/Reactor_Registry.i:
        * tao/Reactor_Registry.cpp:
          A new abstraction to control the number of reactors created by
          the ORB. This class also decides which reactor handles which
          endpoint and which reactor is used by each thread.

        * tao/Single_Reactor.h:
        * tao/Single_Reactor.i:
        * tao/Single_Reactor.cpp:
        * tao/Reactor_Per_Priority.h:
        * tao/Reactor_Per_Priority.i:
        * tao/Reactor_Per_Priority.cpp:
          Two simple implementations of the Reactor_Registry strategy. The
          first one creates a single reactor for the ORB. The second one
          creates a new reactor for each priority level.

        * tao/rtcorbafwd.h:
        * tao/rtcorbafwd.i:
        * tao/rtcorbafwd.cpp:
          Some of the new features use types and interfaces defined in the
          RTCORBA spec, we added a

        * tao/Priority_Mapping.h:
        * tao/Priority_Mapping.i:
        * tao/Priority_Mapping.cpp:
          Base class and default implementation for the
          RTCORBA::PriorityMapping native type.

        * tao/Resource_Factory.h:
        * tao/Resource_Factory.cpp:
        * tao/default_resource.h:
        * tao/default_resource.cpp:
          Added new methods to create the Reactor_Registry and the
          Priority_Mapping strategies.

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
          Modified to deal with the new Reactor_Registry class and the
          Priority_Mapping functions.
          Also changed shutdown() to shutdown all the reactors in the
          ORB.

        * tao/RTCORBA.pidl:
          File used to generate some of the RTCORBA types.

        * tao/RT_Current.h:
        * tao/RT_Current.i:
        * tao/RT_Current.cpp:
          Implement the RTCORBA::Current interface, at this point the
          interface is not used (i.e. resolve_initial_references() does
          not work), but should be fully functional soon.

        * tao/Leader_Follower.h:
        * tao/Leader_Follower.i:
        * tao/Leader_Follower.cpp:
          Separate the Leader_Follower information to its own file (it
          used to be in ORB_Core), this class is used by the
          Reactor_Per_Endpoint registry to keep a separate LF group for
          each priority level.

        * tao/Wait_Strategy.cpp:
        * tao/Reply_Dispatcher.cpp:
          They must include "tao/Leader_Follower.h" now.

        * tao/IIOP_Acceptor.cpp:
        * tao/UIOP_Acceptor.cpp:
          Get the right reactor from the ORB_Core.

        * tests/MT_Client/Makefile:
          Updated dependencies

        * tests/Endpoint_Per_Priority/Makefile:
        * tests/Endpoint_Per_Priority/README:
        * tests/Endpoint_Per_Priority/client.conf:
        * tests/Endpoint_Per_Priority/client.cpp:
        * tests/Endpoint_Per_Priority/run_test.pl:
        * tests/Endpoint_Per_Priority/server.conf:
        * tests/Endpoint_Per_Priority/server.cpp:
        * tests/Endpoint_Per_Priority/test.idl:
        * tests/Endpoint_Per_Priority/test_i.cpp:
        * tests/Endpoint_Per_Priority/test_i.h:
        * tests/Endpoint_Per_Priority/test_i.i:
          A new test for the endpoint-per-priority concurrency strategy,
          still work in progress.

        * */Makefile:
          Updated dependencies

Mon Aug 30 14:19:11 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.cpp:
        * tao/Asynch_Invocation.i:
        * tao/Asynch_Invocation.cpp: I changed the service context
          handling interfaces but did not update these file to reflect the
          change.  Thanks to Jeff and Michael for noticing this.

Mon Aug 30 13:01:04 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/BoundsC.cpp:
        * tao/CONV_FRAMEC.i:
        * tao/CurrentC.cpp:
        * tao/CurrentS.cpp:
        * tao/DomainC.cppi:
        * tao/DomainC.i:
        * tao/DomainS.cpp:
        * tao/DynAnyC.cpp:
        * tao/DynAnyC.i:
        * tao/DynAnyS.cpp:
        * tao/InconsistentTypeCodeC.cpp:
        * tao/InterceptorC.cpp:
        * tao/InterceptorC.i:
        * tao/InterceptorS.cpp:
        * tao/InterfaceC.cpp:
        * tao/InterfaceC.i:
        * tao/IORC.cpp:
        * tao/IORC.i:
        * tao/IOPC.i:
        * tao/IORS.cppi:
        * tao/MessagingC.cpp:
        * tao/MessagingC.i:
        * tao/MessagingS.cpp:
        * tao/Object_KeyC.i:
        * tao/POAC.cpp:
        * tao/POAC.i:
        * tao/POAS.cpp:
        * tao/PolicyC.cpp:
        * tao/PolicyC.i:
        * tao/PolicyS.cpp:
        * tao/PollableC.cpp:
        * tao/PollablS.cpp:
        * tao/WrongTransactionC.cpp:
          Replaced all occurrences of 'new' with 'ACE_NEW*'.

Mon Aug 30 12:25:48 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * examples/Advanced: Converted several of the examples to use
          ACE+TAO programming style.

Mon Aug 30 12:05:48 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB.i: Fixed old g++ errors/warings.  Thanks to David for
          reporting this.

Mon Aug 30 11:20:00 1999  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * TAO_IDL/be/be_operation.cpp
          TAO_IDL/be/be_visitor_factory.cpp
          TAO_IDL/be/be_visitor_scope.cpp
          TAO_IDL/be/be_visitor_attribute/attribute.cpp
          TAO_IDL/be/be_visitor_interface/interface.cpp
          TAO_IDL/be/be_visitor_interface/interface_ch.cpp
          TAO_IDL/be/be_visitor_interface/interface_ci.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/tie_sh.cpp
          TAO_IDL/be/be_visitor_operation/ami_arglist.cpp
          TAO_IDL/be/be_visitor_operation/ami_ch.cpp
          TAO_IDL/be/be_visitor_operation/ami_cs.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_arglist.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_arglist_ch.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_operation.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_operation_ch.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_operation_cs.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_servant_operation_ss.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_skeleton_cs.cpp
          TAO_IDL/be/be_visitor_operation/ami_handler_thru_poa_collocated_ss.cpp
          TAO_IDL/be/be_visitor_operation/argument.cpp
          TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp
          TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp
          TAO_IDL/be_include/be_codegen.h
          TAO_IDL/be_include/be_operation.h
          TAO_IDL/be_include/be_visitor_scope.h
          TAO_IDL/be_include/be_visitor_interface/tie_sh.h
          TAO_IDL/be_include/be_visitor_operation/ami_handler_thru_poa_collocated_ss.h:
          Renamed the Code Generation enums to make it more clear what
          is actually meant. I also added support for attributes, though still work needs
          to be done in that area. Besides that I fixed bugs in the code generation.

        * tao/Transport_Mux_Strategy.cpp:
          Fixed a bug concerning an uninitialized message state.

Mon Aug 30 10:21:16 1999  Ossama Othman  <othman@cs.wustl.edu>

        * PROBLEM-REPORT-FORM:

          Fixed typo.

Mon Aug 30 02:39:14 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp
          (visit_interface): Added a missing "}" and fixed indentation
          problem in generated code.  This was causing compilation errors
          in tests/Collocation project.

Mon Aug 30 02:37:46 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        Merging the PI-current (Interceptors) branch to the main trunk.

        * tests/Interceptors/Interceptors.dsw:
        * tests/Interceptors/Makefile:
        * tests/Interceptors/README:
        * tests/Interceptors/client.cpp:
        * tests/Interceptors/client.dsp:
        * tests/Interceptors/interceptors.cpp:
        * tests/Interceptors/interceptors.h:
        * tests/Interceptors/run_test.pl:
        * tests/Interceptors/server.cpp:
        * tests/Interceptors/server.dsp:
        * tests/Interceptors/test.idl:
        * tests/Interceptors/test_i.cpp:
        * tests/Interceptors/test_i.h: A "Silly" interceptor testing
          program.

        * tao/Makefile:
        * tao/TAO.dsp:
        * tao/TAO_Static.dsp: Added new interceptor files.

        * tao/Interceptor.pidl: TAO's tentative "portable" interceptor
          definitions.  Run this file thru TAO_IDL as:

          tao_idl -Gl -Ge 1 -Wb,export_macro=TAO_Export Interceptor.pidl

          gets us the following stub/skeleton files.  the InterceptorS_T.*
          and InterceptorS.i are removed (because they are useless empty
          files.)  The following describes what else needs to be changed
          for each file.

        * tao/InterceptorC.cpp: Prefixed all include files with tao/.

        * tao/InterceptorC.i: No change necessary.

        * tao/InterceptorC.h: Removed incliding corba.h, CORBAC.h.  Added
          include files Any.h and Interceptor.h.  Prefixed all include
          files with tao/.

        * tao/InterceptorS.cpp: Removed including inline file
          InterceptorS.i and prefixing tao/ to all include files.

        * tao/InterceptorS.h: Removed include file CORBAC.h and IOPC.h.
          Prefixed all include files with tao/.  Added an include file
          Servant_Base.h.  Removed including the template file and the
          inline file.

        * tao/Interceptor.h:
        * tao/Interceptor.i: The interceptor wholesale file.  Including
          the (.h) file and you get everything you need to use the
          interceptor feature.  These two files probide inlined
          interceptor adapters that simplify tao_idl complexity.

        * tao/Interceptor.cpp: This file provides the default no-op
          interceptor method.  The interceptors classes remain abstract
          but users are not required to overwrite the interception methods
          that are not of their interests.

        * tao/ORB.h:
        * tao/ORB.i:
        * tao/ORB.cpp: Added naive interceptor registration methods.  They
          are naive because they only allow one interceptor for
          client/server side interceptors.  We definitely need a more
          rebust interceptor registration mechanism.  However, it is not
          clear how the semantics of the future portable interceptor spec
          will be.

        * tao/orbconf.h: If we are not building MinimumCORBA, we have
          interceptors.

        * tao/corba.h: This file must include Interceptor.h for others to
          use the interceptors.

        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.i:
        * tao/Reply_Dispatcher.cpp: There's no need for reply dispatcher
          to own it's own ServiceContextList object.  Instead, it holds a
          reference to the owning Invocation object and initialize the
          reference in its constructor.

        * tao/POA.h: Removed a duplicated include file.

        * tao/Invocation.h:
        * tao/Invocation.i:
        * tao/Invocation.cpp:
        * tao/Server_Request.h:
        * tao/GIOP_Server_Request.h:
        * tao/GIOP_Server_Request.i:
        * tao/GIOP_Server_Request.cpp: There's really no need to
          differentiate the request service_info from the reply
          service_info.  Their lifetimes are not overlapped.

          (request_id):  Added the new method to fish out request_id
          information of a request.

        * tao/CORBA.pidl: Added several definitions to make the file
          syntatically correct.  Also added stuff needed by the
          interceptors.

        * TAO_IDL/be_include/be_visitor_operation/operation_ss.cpp:
        * TAO_IDL/be_include/be_visitor_operation/operation_ss.cpp: Added
          a new method to compute and cache the operation name.
          Interceptors need to refer to the name frequently.

        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: Added server
          side interception points.

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp: Added client
          side interception points.

Sun Aug 29 23:16:08 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

          The following are changes for supporting locality constraint
          objects

        * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp: Disallowed
          generating of CDR inserting/extrating operations for sequences
          when generating LC objects.

        * TAO_IDL/be/be_visitor_operation/operation.cpp (gen_throw_spec):
          Do not generate throw spec for locality constraint objects for
          now.  This may be overkilled, but as far as interceptors care,
          adding throw spec to interceptor methods doesn't make sense at
          all.  Who knows what kind of exceptions are going to be thrown
          from an interceptor?

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
          (visit_interface): Servant names should always have "POA_"
          prefix.

        * TAO_IDL/be/be_helper.cpp: Insert the $_I_d_$ field in all
          generate files so we can add them into cvs repository easily.

        * TAO_IDL/be/be_codegen.cpp (start_client_stubs): When generating
          code for locality constraint objects, always include generated
          *S.h in the stub definition because these objects are always
          directly collocated and we don't depends on factory methods to
          create collocated stubs (i.e., we need to generate collocated
          stubs directly in _narrow.)

Sun Aug 29 23:30:00 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * tao/orbconf.h:
          Added TAO_USES_ROBUST_CONNECTION_MGMT macro which sets the
          connection purging and recycling feature "on" by default.
          Just commenting it out from orbconf.h and building libTAO.so
          again will shut"off" the feature.

        * tao/IIOP_Connector.{h,cpp}:
        * tao/UIOP_Connector.{h,cpp}:
          Using the TAO_USES_ROBUST_CONNECTION_MGMT macro made both the
          pre-connect-strategy tagged changes and the connection purging
          feature co-exist.

        * tao/Acceptor_Impl.{h,cpp}:
          The <accept> and <open> methods behave differently when the
          connection purging is "on" and "off". The
          <out_of_sockets_handler> method is not used when the feature is
          not set.

        * tao/Connector_Registry.{h,cpp}:
          The <purge_connections> method is eliminated when the feature is
          not used.

        * tao/Pluggable.h:
          The pure virtual <purge_connections> method was appropriately
          not included in the class when the connection purging feature
          was not requested.

Sun Aug 29 21:53:57 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Operation_Table.cpp: with ACE_HAS_GNU_REPO, added
          an odd ACE_Hash_Map_Entry explicit instantiation.  I don't
          know why g++ 2.91.66 (on Linux) needs it, but it does. [Bug 248]

Sat Aug 28 21:53:30 1999  Ossama Othman  <othman@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h (TAO_Interpreter):
        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp (TAO_Interpreter):

          Fixed single-threaded build problem.  Code was using
          ACE_Thread_Mutex instead of ACE_SYNCH_MUTEX, and ACE_Guard
          instead of ACE_GUARD_RETURN.

Sat Aug 28 16:40:29 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h (TAO_Interpreter):
        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp (TAO_Interpreter):
          Fix for Bug#:236 - Added a Guard in the <build_tree> method to
          protect it from reentrance.  Thanks to <ujaehrig@desys.com> for
          reporting this bug and providing a fix.

Sat Aug 28 16:26:00 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/AMI/ami_test.dsw:
          MSVC workspace file to contain the already existing
          project files.

Sat Aug 28 16:04:10 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/Acceptor_Registry.cpp (open):

          Added exceptions for all errors conditions.

        * tao/ORB.cpp (url_ior_string_to_object):

          Made memory allocation of stub object exception safe by using
          TAO_Stub_Auto_Ptr class.

        * tao/ORB.cpp (ORB_init):

          Changed error checks that return zero to return
          CORBA::ORB::_nil() instead.  Both are equivalent in TAO but it
          appears to be more technically correct to use the _nil() method.

        * tao/ORB_Core.h (TAO_ORB_Core):

          Added missing ACE_THROW_SPEC to declaration of open() method.

        * tao/ORB_Core.cpp (TAO_ORB_Core):

          Change initialization of has_shutdown_ variable from 0 to 1,
          indicating that the ORB is instantiated in a shutdown state.
          The only way to (re)start the ORB is to call CORBA::ORB_init(),
          which calls TAO_ORB_Core::init().  For that reason, only
          TAO_ORB_Core::init() should change the ORB shutdown state to
          has_shutdown_ = 0, i.e. not shutdown.

        * tao/ORB_Core.cpp (init):

          Memory allocation failure of ORB pseudo-object was returning
          zero, which indicated a successful return.  The memory
          allocation now returns -1 upon failure.

Sat Aug 28 15:15:12 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_visitor_array/array_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/ami_handler_stub_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
          Replaced all code generation using 'new' with 'ACE_NEW'
          or 'ACE_NEW_RETURN'.

        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Code generation for union copy constructor and
          assignment operator was using the same code block.
          Since, upon my replacement, one needs 'ACE_NEW'
          and the other needs 'ACE_NEW_RETURN', a new
          context sub-state enum value was created so we can
          branch at this point.

        * TAO_IDL/be_include/ami_handler_ch.h:
        * TAO_IDL/be_include/ami_handler_cs.h:
        * TAO_IDL/be/be_visitor_interface/ami_handler_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/ami_handler_cs.cpp:
          Files no longer used that have been removed from CVS.

Sat Aug 28 12:32:40 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Added a missing 2nd set of parens to the ACE_THROW_SPEC
          in the open() method.

Fri Aug 27 17:24:43 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/Tagged_Components.cpp (set_tao_priority):

          Removed inadvertent stream insertion of orb_type variable.
          Thanks to Carlos for pointing this out.

        * tao/IIOP_Acceptor.cpp (parse_options):
        * tao/UIOP_Acceptor.cpp (parse_options):

          Fixed valid endpoint priority range.

        * tao/UIOP_Acceptor.h:
        * tao/UIOP_Acceptor.cpp:

          Forgot to remove inclusion of non-existent UIOP_Acceptor.i
          file.  UIOP_Acceptor.i was created temporarily but wasn't
          needed.

Fri Aug 27 17:06:54 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/Protocol_Factory.h:
        * tao/Protocol_Factory.cpp:
        * tao/IIOP_Factory.h:
        * tao/IIOP_Factory.cpp:
        * tao/UIOP_Factory.h:
        * tao/UIOP_Factory.cpp:

          Added an options_delimiter() method.  It returns the character
          used to mark where an endpoint begins and where its options begin.

        * tao/Acceptor_Registy.h:
        * tao/Acceptor_Registry.cpp (open):

          Added support for passing endpoint options to corresponding
          Acceptor.

          Added CORBA::Environment argument to allow CORBA exceptions to
          be propagated up through the ORB when creating Acceptors.

        * tao/Pluggable.h:
        * tao/IIOP_Acceptor.h:
        * tao/IIOP_Acceptor.cpp:
        * tao/UIOP_Acceptor.h:
        * tao/UIOP_Acceptor.cpp:

          Added support for protocol specific option parsing.  This was
          originally designed to only accept an integer argument to set
          endpoint priorities, but it was simple enough to extend the
          functionality to the general case.

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:

          ORB::destroy() method has been added but it currently throws a
          CORBA::NO_IMPLEMENT exception.  This method will be used by the
          ORB::destroy() wrapper once it is implemented.

          init() method now resets flag that denotes that the ORB has
          shutdown to zero, indicating that the newly created ORB has not
          shutdown.  Previously, if an ORB was shutdown and then
          reinitialized with CORBA::ORB_init() then the shutdown flag would
          still indicate that it is shutdown.

          Added CORBA::Environment argument to open() method to allow
          CORBA exceptions to be propagated up through the ORB when
          opening Acceptors.

        * tao/ORB.h:
        * tao/ORB.cpp:

          CORBA 2.3 updates:

          work_pending() and perform_work() now throw a
          CORBA::BAD_INV_ORDER exception if the ORB has been shutdown.

          ORB::destroy() method has been added but it currently throws a
          CORBA::NO_IMPLEMENT exception.  More to come!

        * tao/ORB.cpp (object_to_string):

          Fixed a segmentation fault that occurred when a bogus endpoint
          was specified on the command line in conjunction with the
          "-ORBObJRefStyle URL" option.

        * orbsvcs/orbsvcs/Runtime_Scheduler.cpp (set):

          Removed a cast that I inadvertently added.

Fri Aug 27 15:05:09 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/elemtype.cpp:
          Had to unconcatenate some code generating stream
          output statements to get the buffer to flush.
          Thanks to Michael Kircher and Darrell Brunsch for
          pointing out the problem.

Fri Aug 27 09:04:55 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp (compute_scheduling):
          replaced RtecScheduler::ANOMALY_NONE case in switch with
          default, so that it will catch generated enum values as well.

Fri Aug 27 08:40:14 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_type.cpp:
          Patch to nested_type_name().

        * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp:
        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/elemtype.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_valuetype/field_ch.cpp:
          Mods to generated code in order to utilize the
          changes made to nested_type_name() above. Most of
          this was sent in by dbinder@globalmt.com (real name
          not included in the bugzilla entry) as bugzilla
          #268, intended to fix a crash by Dec Unix on an
          included IDL example. I've tested with MSVC 6.0 and
          SunCC 5.0 - we'll wait for the next Dec Unix build
          and see what happens.

Fri Aug 27 10:55:15 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 1.0.3 released.

Thu Aug 26 21:12:54 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/util/utl_string.cpp:
          Made sure all paths initialize the return value in
          compare_quiet(). Pointed out by a Linux warning.

Thu Aug 26 20:34:54 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Pluggable.h:
        * tao/Pluggable.i:
        * tao/Pluggable.cpp:
          Added new <priority> field to the Acceptors, this is used to
          setup a TAO-specific tagged component that informs the client
          about the priority of the threads handling events on that
          endpoint.
          Also moved lightweight methods to the .i file, they were not
          virtual and used in a couple of places in the critical path.

        * tao/corbafwd.h:
        * tao/Tagged_Components.h:
        * tao/Tagged_Components.i:
        * tao/Tagged_Components.cpp:
          Changed the TAO_TAG_PRIORITY component to have simply a
          priority, not a range.

        * tao/IIOP_Acceptor.h:
        * tao/IIOP_Acceptor.cpp:
        * tao/UIOP_Acceptor.h:
        * tao/UIOP_Acceptor.cpp:
          Implemented the priority stuff for the concrete protocols.

Thu Aug 26 17:37:01 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/include/ast_interface.h:
        * TAO_IDL/ast/ast_interface.cpp:
          New method inherited_name_clash() checks for
          redefinitions (and case-only differences in spelling)
          between members of the interface and its parent(s),
          and between members of its parents, if there are
          more than one.

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
          Added call to the above function when the parser
          sees closing parenthesis of an interface, a concrete
          valuetype or an abstract valuetype.

        * TAO_IDL/include/utl_identifier.h:
        * TAO_IDL/include/utl_string.h:
        * TAO_IDL/util/utl_identifier.cpp:
        * TAO_IDL/util/utl_string.cpp:
          Added case-compare methods that do not output
          any error or warning, so that a more informative
          messsage (more suited to this particular case)
          can be output.

        * TAO_IDL/include/utl_error.h:
        * TAO_IDL/util/utl_error.cpp:
          Added warning0, warning1, warning2, and warning3
          utility functions, similar to error0, etc. I only needed
          two of them, but the others may come in handy later.

Thu Aug 26 14:30:38 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * tao/IIOP_Connector.{h,cpp}:
        * tao/UIOP_Connector.{h,cpp}:

          Added TAO_ to all the typedefed symbols to avoid conflicts.
          Thanks to JM Strauss <jms97@club-internet.fr> for reporting
          such a conflict for ADDR.

Thu Aug 26 12:18:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Property/client.cpp:
          Removed call to ORB::open() this was a private interface and no
          application should be calling it!

Thu Aug 26 11:10:30 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:
          Input CDR operator for union case was using return
          value of union's accessor for rhs of stream operator,
          leading to marshaling failure. Thanks one more time to
          Lothar Werzinger <werzinger.lothar@krones.de> for
          digging up another one.

Thu Aug 26 10:29:42 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/Options.html:
        * tao/default_server.cpp (TAO_Default_Server_Strategy_Factory):
          Added THR_DETACHED into the default thread creation flag for ORB
          spawned threads so the resources used by ORB spawned threads can
          be released after the threads have exited.  Thanks to
          dharani@sutmyn.com (Sreedharani) and Carlos for pointing out the
          problem.

Thu Aug 26 09:49:40 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
          Fixed typo. Thanks to Robert Todd Pack <todd@rwii.com>
          for pointing it out.

Thu Aug 26 08:43:11 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Acceptor_Impl.cpp: added #include "ace/Object_Manager.h",
          because the file now uses the ACE_Static_Object_Lock.  Thanks
          to Andy for reporting this.

Wed Aug 25 23:13:02 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/POA.cpp:
          Use the correct (CORBA 2.3 compliant) minor code for the
          BAD_INV_ORDER exception. Thanks to Ossama for pointing this out.

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
          Remove unused method to set the orb of an ORB core, really evil
          stuff.

Wed Aug 25 22:31:34 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB.h:
        * tao/ORB.i:
        * tao/ORB.cpp:
          Eliminated cached references to the Naming, Trading and ImplRepo
          because otherwise doing resolve_initial_references() after the
          server restarts does not return the new IOR.
          Also removed the place holders for the scheduling and event
          services that were not used at all and now can be replaced by
          the -ORBInitRef option.

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
          Moved the open() and create_stub_object() methods from the ORB
          class to the ORB_Core class, this is their natural location and
          eliminate cross calls between them.

Wed Aug 25 18:18:04 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp:
          Added missing parenthesis.

Wed Aug 25 16:47:22 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ih.cpp:
          Removed an unused arg and some commented-out code.

        * TAO_IDL/be/be_visitor_operation/operation_is.cpp:
          Fixed a const char*/char* compile error on MSVC.

Wed Aug 25 16:20:26 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Sequence.cpp:
        * tao/Sequence_T.cpp:

        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_ci.cpp:
          Sequence copy constructors now check for a null rhs buffer. If a
          sequence was instantiated, and (perhaps implicitly) passed to a
          copy constructor without its length being set (deprecated but
          possible) or its length set to 0 (definitely possible), setting
          the length of the new sequence would result in a crash. Thanks to
          Lothar Werzinger <werzinger.lothar@krones.de> for sending in
          the example that led to this discovery.

Wed Aug 25 16:17:24 1999  Ossama Othman  <othman@cs.wustl.edu>

        * examples/POA/Default_Servant/File_i.cpp (open):
        * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp (activate):
        * performance-tests/Thruput/TAO/utils.cpp (PrintStats):
        * tests/NestedUpcall/MT_Client_Test/client.cpp (init):

          Fixed format specifier mismatch warnings from gcc 2.95.1.

        * performance-tests/Makefile:

          Do not build Latency test if Minimum CORBA support is enabled
          since _non_existent() is not defined in that case.

        * orbsvcs/orbsvcs/Runtime_Scheduler.cpp (set):

          Fixed "comparison between signed and unsigned" warnings.

        * tao/Stub.i (make_profiles):
        * tao/IIOP_Profile.i (_key):
        * tao/UIOP_Profile.i (_key):
        * tao/default_resource.cpp:

          Changed use of 'return new()' to ACE_NEW_RETURN() macro.  ACE_NEW
          macros should be used instead of the plain C++ new in TAO code.

Wed Aug 25 15:58:44 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * TAO_IDL/be_include/be_visitor_interface/interface_ih.h:
        * TAO_IDL/be/be_visitor_interface/interface_ih.cpp:
        * TAO_IDL/be_include/be_visitor_interface/interface_is.h:
        * TAO_IDL/be/be_visitor_interface/interface_is.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_is.cpp:
        Made changes in order to remove the generation of the constructors
        for the base classes, generate code for the operations of all the
        base interfaces correctly.
        Thanks to Timothy Canham <Timothy.Canham@jpl.nasa.gov>, Byron
        Harris <harris_b@ociweb.com> and Jeff Parsons
        <parsons@cs.wustl.edu> for pointing out the bugs

Wed Aug 25 12:15:57 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB.pidl:
          Helper file used to generate the proper signature for several
          methods in the CORBA::ORB class

        * tao/Object.pidl:
          Helper file used to generate the proper signature for several
          methods in the CORBA::Object class

Wed Aug 25 12:09:42 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao_targets.GNU:
          Added new targets used in the top-level ACE makefile to compile
          just what TAO needs.

Wed Aug 25 11:11:29 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:
          Removed an unused arg from post_process().

Wed Aug 25 10:16:11 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/EC_Gateway_UDP.cpp (handle_input):
          changed local variable "index" to "map_index".
          egcs 1.1.2 for Neutrino tripped over index.  Thanks
          to Carlos for quickly spotting the cause.

Tue Aug 24 22:40:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/Latency/Makefile:
          Fixed the rules to compile the java version

        * performance-tests/Latency/scalability.pl:
          Added a new driver program to run a scalability test

        * performance-tests/Latency/client.cpp:
        * performance-tests/Latency/st_client.cpp:
          Added options to disable the shutdown message when the client
          dies.

        * performance-tests/Latency/java_server.java:
          Visibroker3.4 does not have the ORB.run() method (added in CORBA
          2.3)

        * performance-tests/Latency/run_test.pl:
          Minor cosmetic fixes.

Tue Aug 24 21:08:45 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:
          Had to change the 32-bit enforcing value below to
          0x7FFFFFF. Evidently there is at least one version
          of HPUX that doesn't like the 0xFFFFFFFF value. Thanks
          to Carlos for pointing this out.

Tue Aug 24 19:09:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/Latency/client.cpp:
          The user can specify a period for all the threads, in
          milliseconds, the option is now consistent with the st_client
          test

        * performance-tests/Latency/Makefile:
        * performance-tests/Latency/TestImpl.java:
        * performance-tests/Latency/java_client.java:
        * performance-tests/Latency/java_server.java:
          Added a Java version of the latency test, we should move it to
          some other place (like a separate VisiJava directory), but not
          right now.

Tue Aug 24 18:14:01 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_enum/enum_ch.cpp:
          Code generation for enums in .h file now
          appends an enum value called
          <enum name>_TAO_ENUM_32BIT_ENFORCER and sets its
          value to 0xFFFFFFFF. All enums in CORBA must be
          32 bits in size, and some compilers will try to
          use a smaller space if the enum values are
          small enough. Note that this extra member is not
          part of the IDL compiler's internal representation
          of the enum, so unions that use the enum as a
          discriminator won't have incorrect _default()
          code generated.

Tue Aug 24 16:38:16 1999  Mike Moran  <mm4@cs.wustl.edu>

        * examples/Advanced/
        * examples/Advanced/ch_3
        * examples/Advanced/ch_8_and_10
        * examples/Advanced/ch_12
        * examples/Advanced/ch_18

          Added code from first four examples from Henning &
          Vinoski's book plus Makefiles, test scripts and readmes.

        * examples/README (examples):
          Added description of examples in directory Advanced/.

Tue Aug 24 15:32:43 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/Load_Balancing/Load_Balancer_i.cpp:
          Added some template instantiations that the Irix linker
          had trouble finding.

Tue Aug 24 14:44:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/MessagingC.i:
          Fixed typo

Tue Aug 24 12:06:31 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/included.idl:
        * tests/IDL_Test/including.idl:
          Added example similar to that sent in by
          Nick Sawadsky <Nick_Sawadsky@BrooksSoftware.com>
          to the above two file.

Tue Aug 24 12:00:03 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * rules.tao.GNU: Disabled the option that was compiling the
          Interface repository files by default. With this change the user
          is expected to issue the command gmake interface_repo=1 to
          compile the files for the interface repository.

Tue Aug 24 11:47:47 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_enum.cpp:
          Modified compute_member_count() to work if the enum is
          included from another .idl file. This problem was
          causing a union with an enum discriminator, where the
          enum is declared in an included file, to have a
          _default() function that won't compile. Thanks to
          Nick Sawadsky <Nick_Sawadsky@BrooksSoftware.com>
          for pointing out the problem and sending in an
          example pair if .idl files.

Tue Aug 24 13:20:00 1999  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * tao/MessagingC.cpp,
          tao/MessagingC.i:
          Put the #if defined TAO_HAS_AMI_CALLBACK .. statements
          in the right places.

        * docs/releasenotes/index.html:
          Added a statement saying that one has to use
          TAO_HAS_CORBA_MESSAGING and TAO_HAS_AMI_CALLBACK
          to compile TAO and the IDL compiler AMI enabled.

Tue Aug 24 11:03:56 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/Makefile:
          The IDL compiler did not compile due to outdated dependencies.

Tue Aug 24 09:49:06 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/examples/Load_Balancing/client.dsp:
        * TAO/examples/Load_Balancing/server.dsp:
        * TAO/examples/Load_Balancing/service.dsp:
          Corrected the project paths.

Tue Aug 24 5:30:00 1999  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * TAO_IDL/be/be_visitor_operation/ami_handler_thru_poa_collocated_sh.cpp,
          TAO_IDL/be_include/be_visitor_operation/ami_handler_thru_poa_collocated_sh.h
          TAO_IDL/be/be_visitor_operation/ami_handler_thru_poa_collocated_ss.cpp,
          TAO_IDL/be_include/be_visitor_operation/ami_handler_thru_poa_collocated_ss.h,
          TAO_IDL/be/be_visitor_operation/ami_handler_servant_operation_ss.cpp,
          TAO_IDL/be_include/be_visitor_operation/ami_handler_servant_operation_ss.h:
          Introduced these files and removed the corresponding *_{cs,ch}.{h,cpp}
          files because the code is generated in the server header and
          server implementation files.

        * TAO_IDL/be/be_codegen.cpp,
          TAO_IDL/be/be_interface.cpp,
          TAO_IDL/be/be_visitor_factory.cpp,
          TAO_IDL/be/be_visitor_interface.cpp,
          TAO_IDL/be/be_visitor_operation.cpp,
          TAO_IDL/be/be_visitor_interface/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_operation/ami_handler_skeleton_cs.cpp
          TAO_IDL/be_include/be_codegen.h,
          TAO_IDL/be_include/be_interface.h,
          TAO_IDL/be_include/be_visitor_interface.h,
          TAO_IDL/be_include/be_visitor_operation.h:
          Made minor adjustments to have AMI callbacks properly working.

        * tao/Asynch_Invocation.cpp
          tao/Asynch_Invocation.h
          tao/Asynch_Invocation.i
          tao/MessagingC.cpp
          tao/MessagingC.h
          tao/MessagingS.cpp
          tao/MessagingS.h
          tao/MessagingS_T.cpp
          tao/POA_CORBA.h
          tao/PollableC.cpp
          tao/PollableC.h
          tao/PollableS.cpp
          tao/PollableS.h
          tao/Reply_Dispatcher.cpp
          tao/Reply_Dispatcher.h
          tao/Typecode_Constants.cpp: Introduced the TAO_HAS_AMI_CALLBACK and
          TAO_HAS_AMI_POLLER define. Removed the TAO_POLLER define.

        * tests/AMI/client.cpp,
          tests/AMI/client.dsp,
          tests/AMI/run_test.pl,
          tests/AMI/server.cpp,
          tests/AMI/server.dsp,
          tests/AMI/test.idl,
          tests/AMI/test_i.cpp,
          tests/AMI/test_i.h: Revived this test again.


Tue Aug 24 00:47:47 1999  Marina Spivak  <marina@cs.wustl.edu>

        * examples/Load_Balancing/Makefile:
          Removed foreign characters that were introduced during previous
          commit by mistake.


        * examples/Load_Balancing/Identity_Client.cpp
        * examples/Load_Balancing/Identity_Server.cpp
        * examples/Load_Balancing/Load_Balancing_Service.cpp:
          Fixed some compilation warnings.

        * examples/Load_Balancing/Identity_i.cpp:
          Fixed warning regarding unused arg.

        * examples/Load_Balancing/Load_Balancer_i.cpp:
          Took out duplicate explicit template instantiation.

Mon Aug 23 21:33:04 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * UIOP_Connector.cpp:
        * IIOP_Connector.cpp:
          Use ACE_Auto_Basic_Array_Ptr<> for the arrays and fixed template
          instantiations too.

Mon Aug 23 18:57:41 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/reopened_modules.idl:
          Took long .idl file sent in by
          Duane Binder <dbinder@globalmt.com>, cut it down to
          one of 10 lines or so that reproduced the problem,
          and added it to our IDL_Test Rogues Gallery.

Mon Aug 23 18:25:30 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * examples/Load_Balancing/Load_Balancing.dsw:
        * examples/Load_Balancing/client.dsp:
        * examples/Load_Balancing/server.dsp:
        * examples/Load_Balancing/service.dsp:
          New files for MSVC++.

        * examples/Load_Balancing/Identity_Client.cpp:
        * examples/Load_Balancing/Identity_Server.cpp:
          Some _var instantiations needed to be scoped with
          their module name to avoid compile errors.

        * examples/Load_Balancing/Load_Balancer_i.cpp:
          In places where an exception is raised, the exception arg
          needed '()' added to make it a function call. This was
          causing compile errors on some platforms and warnings
          on others.

        * examples/Load_Balancing/Makefile:
          Cosmetic changes.

Mon Aug 23 16:43:37 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Asynch_Invocation.i:
        * tao/Asynch_Invocation.cpp:
          Fixed compilation problems for AMI code.

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
          Fixed problem in generated code for AMI.

Mon Aug 23 15:30:28 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IIOP_Connector.cpp (preconnect): Chagned to use
          ACE_Auto_Array_Ptr to hold the INET_Addr array and
          ACE_Auto_Basic_Array_Ptr to hold the array of connection handler
          pointers.

Mon Aug 23 14:12:32 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/include.utl_scope.h:
        * TAO_IDL/util/utl_scope.cpp:
          Changes to lookup_by_name() and
          iter_lookup_by_name_local() which cause the lookup
          process to exit immediately once the scoped name
          argument is completely matched. This removes the problem
          of an infinite loop in certain cases where the argument
          is a fully scoped name, and has the side effect of making
          the lookup process more efficient. Thanks to
          Duane Binder <dbinder@globalmt.com> for reporting the
          problem and for sending in an .idl file that was
          eventally cut down to debuggable size.

Mon Aug 23 11:59:33 1999  Marina Spivak  <marina@cs.wustl.edu>

        * examples/Load_Balancing/Load_Balancer_i.cpp
        * examples/Load_Balancing/Identity_Server.cpp
        * examples/Load_Balancing/Identity_Client.cpp:
          Added explicit template instantiations and fixed a few other
          compilation warnings.

Mon Aug 23 08:43:01 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Makefile: for QNX Neutrino only, always compile
          CDR_Interpreter.cpp without -g.  With -g, the compiler chokes:
          ../../egcs-1.1.2/gcc/dwarfout.c:5253: Internal compiler error \
          in function dwarfout_file_scope_decl

Sun Aug 22 09:48:40 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/IIOP_Acceptor.cpp (create_mprofile):
        * tao/UIOP_Acceptor.cpp (create_mprofile):

          Fixed memory leak that would occur if transfer of profile
          ownership failed.

        * tao/IIOP_Connector.cpp:
        * tao/UIOP_Connector.cpp:

          Removed auto_ptr for "this->cached_connect_strategy_" since it
          isn't necessary to have one due to the fact that it gets
          deallocated when the Connector is destroyed.

          Made memory allocations in preconnect() method exception safe.

        * tao/IIOP_Connector.cpp:
        * tao/Resource_Factory.cpp:

          Moved template instantiation of TAO_Cached_Connector_Lock to
          Resource_Factory.cpp since that it where the template is
          located.

        * tao/Pluggable.cpp:

          TAO_Unknown_Profile::addr_to_string() should return -1, not 0.

        * tao/Stub.h:
        * tao/Stub.i:
        * tao/Stub.cpp:

          Changed names of {get,set}_base_profiles() and get_profiles()
          methods to be consistent with ACE/TAO coding styles.  They are
          now called base_profiles() (with appropriate args) and
          make_profiles() (since it is a factory method), respectively.

        * tao/Invocation.cpp:
        * tao/IORManipulation.cpp:
        * tao/Object.cpp:
        * tao/ORB.cpp:

          Updated to use renamed Stub object methods.

        * tao/IORManipulation.cpp:

          Made a memory allocation exception safe.

        * tao/Makefile:

          Updated dependencies.

Sat Aug 21 18:46:14 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO_IDL/driver/drv_fork.cpp (DRV_fork): Removed the use of
          ACE_Process_Manager and replaced it with ACE_Process.  This
          prevents the IDL compiler from hanging when it's given multiple
          files.  Thanks to Dave Binder <dbinder@globalmt.com> for
          motivating this fix.  This fix closes out [BUGID:240].

        * TAO_IDL/be/be_interface.cpp (gen_gperf_lookup_methods,
          TAO_IDL/driver/drv_args.cpp (DRV_check_gperf),
          TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Changed the
          name of the ACE_Process *manager* object to *process* so that it
          wouldn't be confused with the ACE_Process_Manager, which we use
          elsewhere in the IDL compiler.

Sat Aug 21 17:18:07 1999  Marina Spivak  <marina@cs.wustl.edu>

        * tao/ORB.{h,i}: Added a CORBA_String_out constructor which takes
          const char* (we were missing this one from the spec).

        * examples/Load_Balancing/Load_Balancer.idl
        * examples/Load_Balancing/Load_Balancer_i.cpp
        * examples/Load_Balancing/Load_Balancer_i.h
        * examples/Load_Balancing/Makefile
        * examples/Load_Balancing/README
        * examples/Load_Balancing/Identity_i.h
        * examples/Load_Balancing/Identity_i.cpp
        * examples/Load_Balancing/Load_Balancing_Service.h
        * examples/Load_Balancing/Identity.idl
        * examples/Load_Balancing/Identity_Server.cpp
        * examples/Load_Balancing/Identity_Server.h
        * examples/Load_Balancing/Identity_Client.h
        * examples/Load_Balancing/Identity_Client.cpp
        * examples/Load_Balancing/Load_Balancing_Service.cpp
        * examples/Makefile:
          Added a new example to TAO: Load Balancing Service.

        * examples/Makefile:
          Generated the dependencies.

Sat Aug 21 14:16:11 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO version 1.0.2 released.

Sat Aug 21 03:32:52 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * examples/Simple/time-date/Time_Date.dsp:
        * examples/Simple/time-date/client.dsp:
        * examples/Simple/time-date/server.dsp: Added definition of
          Alt_Resource_Factory_HAS_DLL=1 to all projects.

        * examples/Simple/time-date/Time_Date.cpp
          (Alt_Resource_Factory_BUILD_DLL): Define this macro.

        * tao/default_resource.h (TAO_Default_Resource_Factory): Added
          TAO_Export specifier to the class.

        * tao/ORB.cpp (open): Moved the setting of <open_called_> *after*
          the ORB has actually opened.  Otherwise, the double-checked
          locking here would be useless and race condition might occurred
          (it did, in time-date example.)

Fri Aug 20 15:51:29 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB.cpp (resolve_initial_references): Changed to search for
          the ORB's lookup table if the search in initial reference table
          kept in ORB param fails.  This change allows up to find the
          collocated service available in the local ORB.  Thanks to Sharo
          Randall <RASB@eci-esyst.com> for suggesting the change.

Fri Aug 20 13:48:45 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
          Modified my earlier change to the way a return
          valuetype is declared in the stub. This clears up
          compile errors in esamples/OBV/Typed_Events.

Thu Aug 19 20:05:06 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/compiled_marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_post_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_handler_operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp:
          Return types which are allocated on the heap in the stub (all
          variable-size data types plus arrays) would leak memory if
          there were an exception during invocation or demarshaling. Now
          all these types are eclosed in a _var between
          'ACE_NEW_RETURN (...);' and 'return ...;'. Thanks to
          Eugene Surovegin <ebs@glasnet.ru>, whose example showed
          the tip of the iceberg.

Thu Aug 19 18:45:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs\orbsvcs\Sched\Reconfig_Scheduler_T.cpp: modified uses of
          ACE_AUTO_PTR_RESET macro to pass type with which auto_ptr is
          instantiated.

Thu Aug 19 18:34:19 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Reply_Dispatcher.cpp:
          Fixed problems with forwarded requests and requests re-issued
          due to problems in profile.  The message state was not beign
          reset after receiving the first reply (i.e. a LOCATION_FORWARD)
          yielding invalid results when reading the next reply.

Thu Aug 19 17:25:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs\orbsvcs\Sched\Reconfig_Scheduler_T.cpp: changed default
          value to which RT_Info period is initialized to 1 instead of 0,
          to avoid divide-by-zero errors when creates are used to lay out
          all operations and utilization is assessed by an adaptive
          algorithm before all operations are valued via the set method.

Thu Aug 19 16:34:04 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/BoundsC.i:
        * tao/BoundsC.cpp:
        * tao/BoundsC.h:
        * tao/Makefile:
        * tao/corbafwd.h:
        * tao/corba.h:
        * tao/Typecode_Constants.cpp: Added support for CORBA::Bounds
          which is a part of CORBA2.3 spec.

Thu Aug 19 12:57:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Sequence_T.i:
        * tao/Sequence_T.cpp:
          Moved some methods of TAO_Object_Manager<> to the .cpp file,
          they were causing problems with forward declared
          interfaces. Thanks to David for pointing this out.

Thu Aug 19 11:24:35 1999  David L. Levine  <levine@cs.wustl.edu>

        * rules.tao.GNU,tao/Makefile: don't include the Interface
          repository by default on pre-2.8 g++ platforms, and on
          cross-compile platforms.  g++ 2.7.2.3 on Solaris can't
          compile tao/InterfaceC.cpp.  By removing it, by default,
          on cross-compile platforms, we reduce the size of libTAO.a
          by 420 Kb.

Thu Aug 19 08:30:49 1999  Michael Kircher  <Michael.Kircher@mchp.siemens.de>

        * docs/releasenotes/index.html: Added information
          about Asynchronous Method Invocation.

Thu Aug 19 01:47:49 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/compiler.html: Added documentation for the new -Gl flag
          which generate locality constraint stubs/skeletons.

        * TAO_IDL/be/be_visitor_interface/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_interface/cdr_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_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_si.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_sh.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
        * TAO_IDL/driver/drv_args.cpp: Trimmed down a lot of code
          generation if we are generating the locality constraint
          implementation templates.

Wed Aug 18 21:32:25 1999  Ossama Othman  <othman@cs.wustl.edu>

        * PROBLEM-REPORT-FORM:
        * TAO-INSTALL.html:

          Updated with information about the bugzilla usage
          documentation.

Wed Aug 18 18:00:29 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
          Use the new ACE_HAS_BROKEN_DGRAM_SENDV macro to workaround IRIX
          (and possibly other platform) problems.

Wed Aug 18 17:04:41 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/cdr_op_ci.cpp:
          There is a generated boolean variable called
          'result' that holds the status of the CDR op for
          the union's case, whichever it may be. This variable
          was initialized to 0. But if the discriminator is set
          to an implicit default value, the operator will just
          exit with a value of 0 and the (de)marshal will fail.
          Thanks to Anthony Shipman <als@aaii.oz.au> for
          pointing this out and suggesting a fix (initialize
          the result variable to 1).

Wed Aug 18 16:22:25 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_union.cpp:
          Code generation for implementation of union_var's
          ptr() method was not happening in some cases. Thanks to
          Lothar Werzinger <werzinger.lothar@krones.de> for
          pointing this out.

        * TAO_IDL/be/be_visitor_union_branch/public_ch.cpp:
        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
          CORBA 2.3 requires C++ mapping to have a typedef of
          '_foo_seq' for anonymous sequence members of unions
          or structs. This provides a consistent type name for
          the user so that the implementation-specific
          name of the anonymous sequence need not be known.
          Since this typedef occurs inside the union class or
          struct, the usual guard against compilers with broken
          typedef scoping is included in the generated code.
          Thanks again to Lothar Werzinger <werzinger.lothar@krones.de>
          for bringing this to our attention.

Wed Aug 18 12:53:46 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Param_Test/run_test.pl:
          Fixed typo.

Wed Aug 18 10:49:58 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * default_resource.cpp:
          Removed an extra 'break' statement.

Wed Aug 18 03:12:23 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/driver/drv_args.cpp:
        * TAO_IDL/util/utl_global.cpp: Added a new flag to direct TAO_IDL
          to generate locality constraint stubs/skeletons to simplify
          generating TAO internal pidl implementations.

Tue Aug 17 22:18:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp:
          Added instantiation of ACE_Locked_Data_Block<> it used to be
          instantiated in TAO, but it isn't used there anymore.

Tue Aug 17 20:51:13 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/default_resource.cpp:
          Also use the new signal masking features with the TP reactor.

        * performance-tests/Latency/client.conf:
        * performance-tests/Latency/server.conf:
        * performance-tests/Latency/st_server.conf:
          Use the -ORBReactorMaskSignals 0 option to disable signal
          masking.

Tue Aug 17 19:17:20 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/Param_Test/driver.cpp:
        * tests/Param_Test/helper.h:
        * tests/Param_Test/helper.cpp:
        * tests/Param_Test/options.h:
        * tests/Param_Test/options.cpp:
        * tests/Param_Test/tests.h:
        * tests/Param_Test/param_test_i.h:
        * tests/Param_Test/param_test_i.cpp
        * tests/Param_Test/client.dsp:
        * tests/Param_Test/param_test.idl:
        * tests/Param_Test/Makefile:
        * tests/Param_Test/README:
        * tests/Param_Test/run_test.pl:
          Updated to accomodate the new files listed below.

        * tests/Param_Test/bd_wstring.h:
        * tests/Param_Test/bd_wstring.cpp:
        * tests/Param_Test/ub_wstring.h:
        * tests/Param_Test/ub_wstring.cpp:
        * tests/Param_Test/ub_wstrseq.h:
        * tests/Param_Test/ub_wstrseq.cpp:
        * tests/Param_Test/bd_wstrseq.h:
        * tests/Param_Test/bd_wstrseq.cpp:
          New files testing the (de)marshaling of wide
          strings. CORBA::WStrings have their
          counterparts to the regular string manipulation
          functions defined in ACE_OS. They are (so far)
          wslen, wscpy, wscmp, and wsncmp. ACE_OS
          also has overloaded versions of strlen, strcmp, etc.
          that work with wstrings on NT, but they are not portable.

        * tests/Param_Test/bd_string.h:
        * tests/Param_Test/bd_string.cpp:
          Fixed some comments pasted in unmodified from other
          tests, and the SII test call, which was to
          test_unbounded_string().

Tue Aug 17 15:28:43 1999  Douglas C. Schmidt  <schmidt@mambo.cs.wustl.edu>

        * TAO-INSTALL.html: Added a reference to the
          http://www.tenermerx.com/tao_bcb/index.html link provided by
          Christopher Kohlhoff <chris@kohlhoff.com> to explain how to
          build TAO using Borland C++ Builder.

Tue Aug 17 16:45:35 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * TAO-INSTALL.html: Changed Windows NT directions to adhere
          to the new strategy for TAO_IDL's preprocessor default.

Tue Aug 17 15:40:22 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * TAO_IDL/tao_idl.dsp:
        * TAO_IDL/tao_idl_static.dsp:
          Removed the definition of CPP_LOCATION from the projects.

        * TAO_IDL/driver/drv_init.cpp:
          For Win32, use the ACE_CC_COMPILER macro instead of
          CPP_LOCATION for the name of the compiler.

Tue Aug 17 15:20:37 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/POAS.cpp: Fixed unused argument warnings.

Tue Aug 17 13:05:40 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
          Added wstring_type_spec to the production rule for
          param_type_spec.

Tue Aug 17 12:10:29 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * docs/Options.html:
        * tao/default_resource.h:
        * tao/default_resource.cpp:
          Added option to control the new signal masking features in the
          ACE_Select_Reactor

        * performance-tests/Latency/st_server.conf:
          Eliminate the signal masking overhead in the Reactor.

        * tao/ORB_Core.cpp:
          Removed template instantiations that were not needed anymore.

        * performance-tests/Latency/client.cpp:
        * performance-tests/Latency/st_client.cpp:
          Use _non_existent() to force a connection before running the
          test, in the future we should use validate_connection() and in
          the real world we should use -ORBpreconnect but this keeps the
          test simple.

Tue Aug 17 11:28:28 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Servant_Base.i:
          Removed pesky warning

        * tao/ORB_Core.h:
          Re-arrange some declarations to avoid crashes on shutdown. The
          lock used for the Data_Block was getting destroyed before the
          Data_Blocks were.

Tue Aug 17 10:53:22 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Sequence_T.cpp:
          Fixed a couple of my typos that compiled under TAO
          but got caught when called from generated code.

        * tao/Managed_Types.cpp:
          Added some comments.

        * tao/Managed_Types.h:
        * tao/Managed_Types.i:
          The copy constructor of  TAO_SeqElem_(W)String_Manager
          is called implicitly in the generated code for the [] operator
          for sequences of (w)string. This copy constructor is public
          for strings, and was private and unimplemented for wstrings.
          The TAO_SeqElem_WString_Manager copy constructor
          now matches its string counterpart.

Tue Aug 17 01:20:37 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/CurrentC.cpp:
        * tao/DomainC.cpp:
        * tao/DomainC.h:
        * tao/DynAnyC.cpp:
        * tao/IORC.cpp:
        * tao/IORC.h:
        * tao/POAC.cpp:
        * tao/POAS.cpp:
        * tao/POA_CORBA.h:
        * tao/PolicyC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyS.cpp: Made sure we enfore the locality constraint
          rules by removing remote method invocation code, unnecessary
          skeletons, and the use of null stubs for locality constraint
          object reference.  Otherwise, proper exceptions will be thrown.

        * tao/ORB.cpp (object_to_string): We should throw an
          CORBA::MARSHAL exception if a user tries to externalize a
          locality constraint object.  Notice that I don't know how to
          pass an exception out of the overloaded << operator.

        * tao/Object.cpp (_is_a,_non_existent): Made sure the function
          doesn't try to access stub data if the object is locality
          constraint.

          (_get_policy_overrides,_set_policy_overrides,_validate_connection):
          (_get_client_policy,_get_policy): We don't support per-object
          policies for locality contraint objects.

          (_create_request,_request): Locality constraint objects don't
          support DII.

          (_is_equivalent): Compare the servant pointer directly to
          determine equivalency for locality constraint object reference.

          (_hash): Throw an NO_IMPLEMENT exception if the objref is locality
          constraint.  Quite frankly, I don't really know how to implement
          this function for locality constraint objects.

        * tao/Servant_Base.{i,cpp} (_create_stub): The implementation for
          Local_ServantBase should always returns 0 because a null stub is
          now used to identify locality constraint object reference.  This
          method can potentially be removed and we can always create
          locality constraint object with a null stub.  However, I decided
          to keep this method around so we can simplify Policy objects
          which can be either be locality constraint or regular in TAO.

Mon Aug 16 21:50:23 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_sequence.h:
        * TAO_IDL/util/utl_scope.cpp:
        * TAO_IDL/ast/ast_redef.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be/be_visitor_rettype.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_handle_arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_handler_compiled_marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_handler_result_arg.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_handler_upcall_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_handler_vardecl.cpp:
        * 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/marshal_ss.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/vardecl_ss.cpp:
        * TAO_IDL/be/be_visitor_array/array.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_exception/ctor_assign.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp:
        * TAO_IDL/be/be_visitor_field/cdr_op_cicpp:
        * TAO_IDL/be/be_visitor_exception/field_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_handler_result_arg.cpp:
        * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_is.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_return_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/buffer_type.cpp:
        * TAO_IDL/be/be_visitor_sequence/elemtype.cpp:
        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:
        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/private_ch.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ch.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/field_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
          The new node type NT_wstring is used in code generation for wstring
          sequences, where it has some switch cases all its own. Otherwise, now
          that the be_string and AST_String constructors set the pd_width
          member to sizeof (ACE_CDR::WChar) for wstrings, all that's
          necessary in most cases is to check the node's width() function and
          branch accordingly.

          Several of these files also have had #if 0 blocks and commented-out code
          removed for this checkin.

Mon Aug 16 20:16:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
          Use a pre-allocated mutex to synchronize access into the input
          data block reference count. This reduces the number of memory
          allocations in the critical path (by one), and consequently the
          number of locks.

        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.cpp:
        * tao/Invocation.i:
        * tao/Transport_Mux_Strategy.cpp:
          For the Exclusive transport strategy we can use the
          pre-allocated CDR stream in the reply dispatcher end-to-end,
          without requiring any transfers to the message state object for
          the transport.  This reduces the locking overhead.

        * tao/CDR.h:
        * tao/CDR.i:
          As in the ACE_InputCDR class we implement a new method to
          transfer the contents of one CDR stream into another.

        * tao/IIOP_Connect.cpp:
        * tao/UIOP_Connect.cpp:
          Use the new method to transfer the contents of one CDR stream
          into another, two locks were eliminated thanks to that.

Mon Aug 16 17:08:45 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_cs.cpp:
          Removed code commented out with #if 0.

        * TAO_IDL/be_include/be_visitor_sequence/sequence_ch.h:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_ci.h:
        * TAO_IDL/be_include/be_visitor_sequence/sequence_cs.h:
          Added declarations for methods in new files listed below.

        * TAO_IDL/be/be_visitor_sequence.cpp:
          Added #includes for new files listed below.

        * TAO_IDL/be/be_visitor_sequence/gen_bounded_wstr_sequence_ch.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:
          New files containing methods corresponding to those in
          gen_bounded_str_sequence_c*.cpp.

Mon Aug 16 16:20:30 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_string.cpp:
        * TAO_IDL/be/be_string.cpp:
          Mods to constructors to use new enum val NT_wstring where
          appropriate.

        * TAO_IDL/be/be_generator.cpp:
          Changed use of ACE_OS::WChar to ACE_CDR::WChar.

Mon Aug 16 14:53:11 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/sequence.h:
        * tao/sequence.i:
        * tao/sequence.cpp:
        * tao/Sequence_T.h:
        * tao/Sequence_T.i:
        * tao/Sequence_T.cpp:
          Added classes TAO_Bounded_WString_Sequence and
          TAO_Unbounded_WString_Sequence.

Mon Aug 16 13:04:16 1999  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
          One last bit of wstring business in idl.yy, and a
          new node type NT_wstring.

Sat Aug 14 17:39:04 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Pluggable.h:
        * tao/Pluggable.i:
        * tao/Pluggable.cpp:
        * tao/Asynch_Invocation.cpp:
        * tao/Invocation.cpp:
          Small optimization on the critical path: reduce number of
          virtual calls and use inline methods in a couple of places.

        * TAO_IDL/Makefile:
          Removed repeated -lACE option on the link line.

Fri Aug 13 16:39:42 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/corbafwd.h:
          Added typedef for CORBA::WString.

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/lex.yy.cpp.diff:
          Production rule and lex rule for wstring
          literals. Functions that checks validity of
          wstring literal (including containment of 0
          value Unicode escape sequence) is still a
          stub at this point, pending clarification of the
          spec.

        * TAO_IDL/include/ast_expression.h:
        * TAO_IDL/include/ast_generator.h:
        * TAO_IDL/be_include/be_expression.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/be/be_expression.cpp:
        * TAO_IDL/be/be_generator.cpp:
          Expression constructors and generators for
          wstring values.

        * TAO_IDL/be/be_sunsoft.cpp:
          Filled in case for wstring literal print. Doesn't
          handle Unicode escape sequences yet.

Fri Aug 13 12:53:51 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/varout.i:
        * tao/varout.cpp:
          Outline several functions because they were causing problems
          with forward declared interfaces.  In particular
          $TAO_ROOT/tao/InterfaceC.cpp would not compile under certain
          platforms.

        * tao/Makefile:
          Updated dependencies

Fri Aug 13 12:44:08 1999  David L. Levine  <levine@cs.wustl.edu>

        * Makefile: added support for creating kits with or without a new
          tag.

Fri Aug 13 12:13:44 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/run_test.pl:
          Reduce the number of threads, it was starting 25 threads and
          that creates problems with the backlog queue in the
          acceptors. We know we could do better things about that (like
          using asynchronous connections), track [BUGID:132] and
          [BUGID:189] for more details.

Fri Aug 13 12:09:17 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_expression.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/be/be_expression.cpp:
        * TAO_IDL/be/be_generator.cpp:
          Had to put back the removed function and contructor
          below (with the correct from_wchar signature). A good
          lesson that all overloaded virtual functions must
          be overridden, else they are hidden and the compiler
          warns.

Thu Aug 12 22:07:25 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_expression.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/be/be_expression.cpp:
        * TAO_IDL/be/be_generator.cpp:
          Removed create_expression() and be_expression constructor for wchars.
          Not needed. Thanks to a SunCC warning reported by David for
          making me take a second look at the code.

Thu Aug 12 20:55:44 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/orbconf.h: added TAO_NAMESPACE_CLOSE.  It must now
          be used with TAO_NAMESPACE.  Removed trailing ; from
          TAO_NAMESPACE_END with ACE_HAS_USING_KEYWORD. [Bug 218]

        * TAO_IDL/be/be_visitor_module/module_ch.cpp,
          TAO_IDL/be/be_visitor_module/module_sh.cpp,
          TAO_IDL/be/be_visitor_valuetype/obv_module.cpp,
          tao/CONV_FRAME[CS].h,tao/IO[PR][CS].h,
          tao/Messaging[CS].h,tao/POA[CS].h,tao/PollableS.h,
          tao/TimeBaseC.h,tao/corbafwd.h: added TAO_NAMESPACE_CLOSE
          corresponding to each TAO_NAMESPACE.

Thu Aug 12 20:50:37 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Makefile:
          Added missing '\'

Thu Aug 12 19:54:19 1999  David L. Levine  <levine@cs.wustl.edu>

        * Makefile: set CONTROLLED_FILES to be the entire TAO
          directory.  There were some files and directories that
          weren't be labelled for releases/betas because they
          weren't specifically listed.  I don't think that any
          of them need to be excluded from kits.

Thu Aug 12 17:12:43 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_rettype.cpp:
        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
        * TAO_IDL/include/ast_predefined_type.h:
          Fixed some incorrect comments found as a by-product of
          making the changes below.

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/lex.yy.cpp.diff:
        * TAO_IDL/include/ast_expression.h:
        * TAO_IDL/include/ast_generator.h:
        * TAO_IDL/be_include/be_expression.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/ast/ast_constant.cpp:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/be/be_constant.cpp:
        * TAO_IDL/be/be_expression.cpp:
        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/be/be_sunsoft.cpp:
        * TAO_IDL/util/utl_error.cpp:
          Implementation of wide characters in IDL. Includes two new lex
          rules, one to recognize the L' ' form and one to recognize the
          L'\uxxxx' form. Also two new yacc tokens for wchar literal
          and wstring literal, a new production rule for wchar constants,
          a function to parse the escape form of wchar literals, AST_Expression
          and be_expression constructor overloads for wchars, changes in
          coercion of constant values (ACE_OS::WChar has been resized to
          2 bytes to optimize for the Unicode common case), and several
          fill-ins of empty wchar case statements. Modified I/O format for
          wchars, but there's more to be done on that score yet.

Thu Aug 12 16:22:08 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/tests/Event/Basic/Schedule.cpp:
        * orbsvcs/tests/Event/lib/Driver.cpp:
        * utils/nslist/nslist.cpp:
          Removed more gcc-2.95 warnings.

Thu Aug 12 16:06:16 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 1.0.1 released.

Thu Aug 12 15:49:00 1999  David L. Levine  <levine@cs.wustl.edu>

        * Makefile,bin/make_release: build kits in /tmp staging
          area, and copy to ace's ftp pub/ACE directory.

Thu Aug 12 11:45:21 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/IDL_Test/Makefile:
          Sometimes the canonical rule for reopened_modules.idl was
          invoked, and not our special one, this resulted in some annoying
          warnings that we want to silence.

Wed Aug 11 13:35:11 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Typecode_Constants.cpp (init): I didn't remove all
          ServiceContextList related code completely.  Thanks to Carlos
          for pointing this out.

        * tao/UIOP_Transport.cpp (handle_client_input): Changed
          TAO_GIOP_ServiceContextList to IOP::ServiceContextList.  Thanks
          to David for reporting this.

Wed Aug 11 13:06:22 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * rules.tao.GNU:
          Put some sanity back into the definition of the interface_repo
          macro. If set to 1 then we enable the interface repository
          features in TAO, otherwise it is disabled.  The default is to
          have them enabled.

Wed Aug 11 12:13:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
          Fixed memory managment problems in the connected_fep()
          implemenation.
          Fixed connection when using multiple flows.

        * orbsvcs/tests/AVStreams/Makefile:
        * orbsvcs/tests/AVStreams/Latency/Makefile:
        * orbsvcs/tests/AVStreams/Latency/README:
        * orbsvcs/tests/AVStreams/Latency/control.cpp:
        * orbsvcs/tests/AVStreams/Latency/ping.cpp:
        * orbsvcs/tests/AVStreams/Latency/ping.h:
        * orbsvcs/tests/AVStreams/Latency/pong.cpp:
        * orbsvcs/tests/AVStreams/Latency/pong.h:
        * orbsvcs/tests/AVStreams/Latency/svc.conf:
          A simple latency test for the AV streams pluggable protocol
          framework.

Wed Aug 11 11:18:01 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.cpp (recursive_build,
          recursive_name): Removed trailing "l" from timeout name.

Wed Aug 11 11:00:37 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Faults/pong.cpp:
          Left hooks to print the exceptions when received. This is useful
          when debugging the program.

        * tests/Faults/Faults.dsw:
        * tests/Faults/pong.dsp:
        * tests/Faults/ping.dsp:
          Added new project files

Wed Aug 11 11:03:29 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.cpp (recursive_build,
          recursive_name): changed ACE_CU64_TO_CU32 to a static cast,
          because the division converts to 32 bits with ACE_LACKS_LONGLONG_T.

Wed Aug 11 10:40:54 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.cpp:
          Added an ACE_DEBUG message to an ACE_CATCHANY block that I
          missed yesterday.

Wed Aug 11 10:21:05 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/NestedUpcall/Simple/client.cpp:
          Removed unused variable

        * tao/Tagged_Components.cpp:
          Use CORBA::Boolean with to_boolean() helper classes, not
          CORBA::Octet.  Unfortunately only a few platform catches those,
          thanks to David for pointing it out.

Wed Aug 11 10:04:57 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/Event_Comm/Consumer_Handler.cpp:
        * examples/OBV/Typed_Events/Event_Types_impl.cpp:
        * examples/POA/Default_Servant/File_i.cpp:
        * examples/Quoter/server.cpp:
        * examples/Simple/bank/AccountManager_i.cpp:
        * examples/Simple/bank/Account_i.cpp:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/RT_Task.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
        * orbsvcs/tests/Event/Basic/BCast.cpp:
        * orbsvcs/tests/Event/Basic/BCast.h:
        * performance-tests/Thruput/TAO/utils.cpp:
        * utils/nslist/nslist.cpp:
          Fixed several warnings under gcc-2.95

Wed Aug 11 09:18:53 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

          The following changes are used to surface the ServiceContextList
          so interceptors can access them at inteception points.

        * tao/ORB_Core.h:
        * tao/ORB_Core.i: The ORB_Core no longer owns the
          ServiceContextList object.  ServiceContextList objects are now
          associated with Invocation or ServerRequest objects.

        * tao/GIOP.cpp:
        * tao/GIOP.h: Disabled the definition/implementation of
          TAO_GIOP_ServiceContextList and changed to use
          IOP::ServiceContextList.  The TAO_GIOP_ServiceContextList was
          apparently redundant.
          (write_request_header): The request ServiceContextList is now
          passed down thru this method and its friends instead of getting
          the default one from the ORB_Core.

        * tao/Server_Request.h:
        * tao/GIOP_Server_Request.cpp:
        * tao/GIOP_Server_Request.h:
        * tao/GIOP_Server_Request.i: ServerRequest and friends now owns
          the request ServiceContextList object passed from the client.
          It also maintains a separate ServiceContextList object for two
          way calls.

        * tao/Pluggable.cpp:
        * tao/Pluggable.h:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Transport.h:
        * tao/UIOP_Transport.cpp:
        * tao/UIOP_Transport.h: The <start_request> method now takes an
          extra ServiceContextList argument to build a request headers.

        * tao/Asynch_Invocation.cpp:
        * tao/Asynch_Invocation.h:
        * tao/Asynch_Invocation.i:
        * tao/Invocation.cpp:
        * tao/Invocation.h:
        * tao/Invocation.i: The invocation class now owns the request
          ServiceContextList.  Accessors for both request and reply
          ServiceContextList are added.

        * tao/Transport_Mux_Strategy.cpp:
        * tao/Transport_Mux_Strategy.h: Changed the use of
          TAO_GIOP_ServiceContextList to IOP::ServiceContextList.

        * tao/Reply_Dispatcher.cpp:
        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.i: Added accesor to the reply
          ServiceContextList object so we can get a hold on the object
          from the invocation object.

        * tao/Typecode_Constants.cpp: Removed the typecode constant for
          TAO_GIOP_ServiceContext and TAO_GIOP_ServiceContextList.  We now
          use the ones defined in IOPC.cpp.

Wed Aug 11 09:45:23 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/main.cpp:
          Removed an unneeded '#pragma once' and fixed
          some ACE_CHECK_RETURNs used inside a try block.
          Thanks to David for pointing out the boo-boos.

Tue Aug 10 21:55:52 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/lex.yy.cpp:
        * fe/lex.yy.cpp.diff:
          Substituted a hard 'break;' for TAO_YY_BREAK in
          two places. TAO_YY_BREAK is defined as
          ACE_NOTREACHED (break;), which, for some compilers,
          is defined in OS.h as a null statement. TAO_YY_BREAK
          is used in many places after a 'return xxx' statement,
          but in the aforementioned two places, there was no
          'return', so for those compilers, control was falling
          through to the next case. Thanks to
          Christopher Kohlhoff <chris@kohlhoff.com> for tracking
          this down on Borland C++ Builder.

Tue Aug 10 20:40:32 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp:
          It was ACE_CU64_TO_CU32 instead of ACE_U64_TO_U32

Tue Aug 10 19:59:10 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.h:
        * tao/Any.i:
        * tao/Any.cpp:
        * tao/CDR.h:
        * tao/CDR.i:
          Added the wstring versions of the <<=, >>=, << and >>
          operators. Also moved the <<= operators in Any.i to
          Any.cpp (they are much too long to inline), and
          added an ACE_DEBUG message to the previously empty
          ACE_CATCHANY block in the Any operators.

Tue Aug 10 12:11:44 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/TAO_Test.dsw:
        * tests/README:
          Added IDL_Test project to workspace and added a
          paragraph about IDL_Test to README.

Tue Aug 10 11:52:50 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          The timeout values were not normalized, leading to strange
          errors in the calls to select()

Tue Aug 10 11:48:46 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tests/IDL_Test/pragma.idl:
        * tests/IDL_Test/run_test.pl:
        * tests/IDL_Test/main.cpp:
        * tests/IDL_Test/Makefile:
        * tests/IDL_Test/README:
          Added new .idl file to generate pragma prefixes,
          including various declarations that have caused
          the prefixes to be dropped in the past. Added code
          to main.cpp to check the correctness of the prefixes,
          and a perl script to run the test. Finally, changes
          to Makefile and README reflecting the above additions.

Tue Aug 10 08:51:12 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp
          (activate): fixed typo, ACE_U64_TO_U32 instead of
          ACE_CU64_TO_U32.

Mon Aug  9 22:26:34 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/driver/drv_args.cpp:
          Found a mistake is DRV_usage. When we were toggling the
          default behavior for case-only spelling differences
          between identifiers in the same scope back and forth
          between warning and error, this one got left on the
          wrong toggle.

Mon Aug  9 20:13:04 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/IDL_Test/Makefile:
          Now it doesn't re-compile every time, the phony rule to force
          the generation of the reopened_modules.idl was adjusted to
          create a stamp file.

        * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp:
          Fixed warning under NT.

Mon Aug 09 19:11:12 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/InterOp-Naming/{server,client}.dsp: Changed the executable
          names from server/client to INS_test_server/INS_test_client
          respectively.  Thanks to Mitsuhiko Hara
          <Mitsuhiko.Hara@gemsa.med.ge.com> for reporting this.

Mon Aug 09 17:52:42 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_root/root_ih.cpp (init):
        * TAO_IDL/be/be_visitor_root/root_sh.cpp (init):
        * TAO_IDL/be/be_interface.cpp (gen_perfect_hash_instance):
        (gen_gperf_lookup_methods): Fixed incorrect usages of %p flag.

Mon Aug  9 17:25:14 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynArray_i.cpp:
          Change to get_arr_length(), which was broken. Maybe
          some code got cut out by mistake with some previous
          change. Thanks to Mitsuhiko Hara
          <Mitsuhiko.Hara@gemsa.med.ge.com> for pointing out
          the problem.

Mon Aug  9 12:00:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IOR_LookupTable.cpp:
          Added missing #include required for platforms without native
          exceptions.

Mon Aug 09 09:38:00 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Exception.cpp (_tao_errno): only provide the
          ENOTSUP case if ENOTSUP != ENOSYS.  Thanks to Andy
          for reporting this, on NT.

Sun Aug 08 21:09:30 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/corbafwd.h,Exception.cpp: added minor code support
          for ECOMM, ECONNRESET, and ENOTSUP errnos. [Bug 216]

Sun Aug  8 15:44:15 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Transport_Mux_Strategy.cpp:
          Removed unreachable statement.

        * tao/IORC.cpp:
        * tao/IORManipulation.cpp:
        * tao/IOR_LookupTable.cpp:
        * tao/ObjectIDList.h:
        * tao/ObjectIDList.cpp:
          Removed cyclic dependencies on corba.h, this may fix the
          problems with g++ 2.7.2.X

        * TAO_IDL/Makefile:
        * examples/POA/Loader/Makefile:
        * examples/POA/On_Demand_Activation/Makefile:
        * examples/POA/On_Demand_Loading/Makefile:
        * orbsvcs/tests/ImplRepo/Makefile:
        * performance-tests/Cubit/COOL/IDL_Cubit/Makefile:
        * performance-tests/Cubit/COOL/MT_Cubit/Makefile:
        * performance-tests/Cubit/Orbix/base_server/Makefile:
        * performance-tests/Cubit/Orbix/client/Makefile:
        * performance-tests/Cubit/Orbix/factory_client/Makefile:
        * performance-tests/Cubit/Orbix/tpool/Makefile:
        * performance-tests/Cubit/Orbix/tpr/Makefile:
        * performance-tests/Cubit/Orbix/tps/Makefile:
        * performance-tests/Thruput/COOL/Makefile:
        * performance-tests/Thruput/CORBAplus/Makefile:
        * performance-tests/Thruput/TAO/Makefile:
        * tests/Makefile:
        * utils/catior/Makefile:
        * utils/nslist/Makefile:
          Removed rules.lib.GNU because it wasn't used.

Fri Aug 06 21:45:14 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/README: fixed
          simplest collocation test example (it doesn't use -c).

Fri Aug  6 21:29:14 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Makefile:
          The Faults test does not compile under minimum corba

        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          Fixed warnings on single threaded environments.

Fri Aug  6 20:51:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/examples/RtEC/Schedule/Schedule.h:
        * orbsvcs/examples/RtEC/Schedule/Service.cpp:
        * orbsvcs/examples/RtEC/Schedule/svc.conf:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.cpp:
          Fixed numerous problems with the propagation of scheduling
          information, this was the first breakthrough in the solution of
          [BUGID:30]

        * tao/GIOP.cpp:
          For some reason now read() was returning with 0 and errno ==
          EWOULDBLOCK when the connection was closed, this fixes the
          recent time outs on the server shutdown for both the Latency and
          the MT_Server test.

Fri Aug  6 19:30:00 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * docs/releasenotes/trader.html: changed code snippets in
          documentation to have ACE exception macros instead of TAO
          exception macros.

Fri Aug  6 18:31:31 1999  Mike Moran  <mm4@cs.wustl.edu>

        * tests/Explicit_Event_Loop/
        * tests/Explicit_Event_Loop/Makefile:
        * tests/Explicit_Event_Loop/CHANGES:
        * tests/Explicit_Event_Loop/README:
        * tests/Explicit_Event_Loop/client.cpp:
        * tests/Explicit_Event_Loop/run_test.pl:
        * tests/Explicit_Event_Loop/server.cpp:
        * tests/Explicit_Event_Loop/server.h:
        * tests/Explicit_Event_Loop/time.idl:
        Added a simple test to use work_pending() and perform_work()
        at the request of [BUGID:202].

Fri Aug  6 17:10:33 1999  Pradeep Gore  <pradeep@ace.cs.wustl.edu>

        * examples/Event_Comm/Consumer_Handler.cpp:
        * examples/Event_Comm/Notifier_Handler.cpp:
        * examples/Event_Comm/Notifier_Server.cpp:
        Added missing code to activate the POA Manager.
        Thanks to Hoang Duong <hduong@lycosmail.com> for reporting this.

Fri Aug  6 16:30:30 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * examples/Borland/ChatClientWnd.cpp: Improved the printouts
          that are called to display which exceptions are thrown.  Thanks
          to Christopher Kohlhoff <chris@kohlhoff.com> for contributing
          this.

Fri Aug 06 14:24:49 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/orbconf.h (TAO_DEFAULT_RESOURCE_FACTORY_ARGS): Replaced
          the obsolete option -ORBReactorLock with -ORBReactorType.

Thu Aug 05 15:48:44 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/Naming_Service/Naming_Service.dsp:
        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * tao/TAO.dsp: Changed the default configuration to Win32 Debug so
          if anyone doesn't know what he is doing, he'll most likely to
          success.

Fri Aug 06 13:20:23 1999  Carlos O'Ryan  <coryan@JIG>

        * tao/ORB_Core.cpp:
        * tao/default_server.cpp:
          The thread per connection timeouts where not properly
          initialized by default. Thanks to Alexander Villatora
          <alex@cfx.com> for reporting this problem.

        * tao/IIOP_Connect.cpp:
          Added some debugging messages.

        * performance-tests/Latency/Latency.dsw:
        * performance-tests/Latency/st_client.dsp:
        * performance-tests/Latency/st_server.dsp:
          Added missing project files.

        * performance-tests/Latency/st_client.cpp:
          Added option to pace the requests.

        * tao/orbconf.h:
          Fixed a comment

Fri Aug 06 11:03:53 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/Concurrency_Service/Makefile,
          orbsvcs/Naming_Service/Makefile,
          orbsvcs/Trading_Service/Makefile:
          removed unnecessary include of include/makeinclude/rules.lib.GNU.
          It bothered builds on NT for VxWorks target.  Thanks to
          Erik Johannes <ejohannes@oresis.com> and Stephane Chatre
          <schatre@oresis.com> for reporting this. [Bug 210]

Fri Aug 06 10:39:36 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/Globals.cpp (get_low_priority):
          added some ACE_UNUSED_ARGS when ACE_HAS_THREADS isn't #defined.
          Thanks to Carlos for reporting this, automatically.

Thu Aug  5 19:13:36 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
          Fixed the test, it was crashing because the disconnect() call
          was effectively disabling any chance of reconnecting the
          suppliers. This fixes [BUGID:209]

Thu Aug  5 17:19:43 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tests/Xt_Stopwatch/README: Updated the file to add some info
          about the svc.conf file and the resources that needs to be set.
          Thanks to Arno Pernozzoli <pernozzoli@bigfoot.com> for
          suggesting this.

Thu Aug  5 16:36:18 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Benchmark/benchmark/Makefile:
        * examples/POA/Generic_Servant/Makefile:
        * examples/Simple/time-date/Makefile:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/tests/Event/lib/Makefile:
        * orbsvcs/tests/Trading/Makefile:
        * tao/Makefile:
          Changed to use the new ACE_SHLIBS macro, this should let TAO
          compile under AIX, fixing [BUGID:171]

Thu Aug  5 16:04:04 1999  Douglas C. Schmidt  <schmidt@mambo.cs.wustl.edu>

        * tests/XtStopwatch: Updated this test to make the code
          conform to the TAO programming style.

Thu Aug  5 15:46:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp:
          Fixed the wildcard matching routines, wildcards on the producers
          where not matched properly. This fixes [BUGID:96]

        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/run_test.pl:
        * orbsvcs/tests/Event/Basic/Wildcard.h:
        * orbsvcs/tests/Event/Basic/Wildcard.cpp:
          Added a new test to verify that the wildcard features in the
          event channel do work. Thanks to Paul Calabrese for pointing out
          these problems.

Thu Aug 05 15:29:16 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp
          (main): Unlink the ior file when we are done.

Thu Aug 05 14:57:00 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/Collocation/Coll_Test_Skels.dsp:
        * tests/Collocation/skel_export.h:
          Replaced these two files with Diamond.dsp and diamond_export.h.

        * tests/Collocation/Diamond.dsp:
        * tests/Collocation/diamond_export.h: The new Diamond library
          contains not only the skeletons but also the implementations for
          Diamond objects.

        * tests/Collocation/Diamond_i.h: Added Diamond_Export to all
          classes.

        * tests/Collocation/Coll_Test_Stubs.dsp: Updated the IDL custom
          build settings.

        * tests/Collocation/Collocation.dsp: Removed Diamond.idl from the
          project.  It no longer depends on it.  Change the use of skel
          library to Diamond library.

        * tests/Collocation/Collocation.dsw:
        * tests/Collocation/README: Adapt the above changes.

          Thanks to Francois Bernier <fbernier@gel.ulaval.ca> for
          motivating the change.

Thu Aug 05 14:38:48 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be_include/be_interface.cpp (be_interface_type_strategy):
        * TAO_IDL/be/be_interface.cpp (be_interface_type_strategy,
          compute_coll_names,full_coll_name,local_coll_name): Some fixes
          to the collocation name computations got erased during recent
          AMI merge.

Thu Aug  5 12:46:15 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * TAO_IDL/driver/drv_args.cpp (DRV_usage): Improved the IDL compiler
          documentation for the -Ge option.  Thanks to Paul Calabrese
          <calabrese_p@ociweb.com> for suggesting this.

Thu Aug  5 12:47:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/DynSched.cpp
          orbsvcs/orbsvcs/Sched/Scheduler_Generic.cpp: fixed ACE guard usage
          for multi-threaded case.

Thu Aug  5 11:46:01 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * rules.tao.GNU: Moved  the definition of interface_repo from
          $ACE_ROOT/include/makeinclude/wrapper_macros.GNU here as per
          Dr.Levine's suggestions

        * tao/InterfaceC.h: Added #incude "tao/varout.h" to fix an error
          with SunCC4.2. This #include should bring in the definition of
          TAO_Object_Field_T <T, T_var>.

Thu Aug  5 09:13:53 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/ORB.cpp (work_pending): Reverted the implementation so
          that it always returns 1 and doesn't forward to the Reactor's
          work_pending() method.  Irfan needs to fix this when he returns.
          Thanks to Trey Grubbs <t-grubbs1@raytheon.com> for reporting
          this.

        * TAO_IDL/driver/drv_args.cpp (DRV_usage): Changed the output
          so that it correctly indicates that C++ exception support is
          enabled by default.  Thanks to Alex Hornby <alex@anvil.co.uk>
          for reporting this.

Thu Aug 05 12:05:42 1999  David L. Levine  <levine@cs.wustl.edu>

        * rules.tao.GNU: moved minimum_corba make flag support from
          ../wrapper_macros.GNU to rules.tao.GNU.  Thanks to Bala for
          noticing this. [Bug 204]

Wed Aug  4 22:28:07 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/InterfaceC.cpp: Fixed warnings on Linux

Wed Aug 04 21:16:08 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * version_tests.dsw:
        * orbsvcs/tests/Event/Event.dsw:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/Timeout.dsp:
          Added the new test to the NT project files.

Wed Aug  4 20:35:06 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.i:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
          Fixed deadline timeouts and timeouts in conjunction groups, this
          fixes both [BUGID:94] and [BUGID:95]

        * orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
          Fixed problem when building conjunction groups that contain
          timeout events too.

        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/run_test.pl:
        * orbsvcs/tests/Event/Basic/Timeout.h:
        * orbsvcs/tests/Event/Basic/Timeout.cpp:
          Added a new test to verify that the EC timeout events work
          correctly.  Thanks to Paul Calabrese <calabrese_p@ociweb.com>
          for providing the use and reporting the bugs.

Wed Aug  4 17:40:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/DynSched.cpp
          orbsvcs/orbsvcs/Sched/Scheduler_Generic.cpp: fixed ACE guard usage
          for single threaded case.

Wed Aug  4 16:57:45 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/InterfaceC.cpp:
        * tao/InterfaceC.i:Made changes to theses files to compile on NT.

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:Added files of Interface Repo to these
          project files.

        * tao/orbconf.h: Added a definition for the interface
          repository. The files can be compiled by uncommenting the
          #define for the interface repository.

Wed Aug  4 15:57:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be_include/be_interface.h:
          Fixed warnings under IRIX/MIPSPro

Wed Aug  4 15:40:40 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/Makefile:
          Do not compile the AMI example, asynchronous messaging is still
          disabled by default.

Wed Aug  4 15:20:03 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * examples/Simple/time-date/Time_Date: Updated this example to
          illustrate the use of special-purpose Reactors, e.g., if the
          platform doesn't support threads.  Thanks to Shaun Ohagan
          <jk13@dial.pipex.com> for motivating this.

Wed Aug 04 14:14:22 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp
          (main):  Removed an unused variable.  Thanks to Carlos for
          reporting this.

Wed Aug  4 12:02:45 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Integrated the changes in the ami_phase4 branch, this includes
          the support in the IDL compiler, request muxing over the same
          connection, generation of ReplyHandlers, the AMI demo, support
          for multiple threads waiting for a reply on the same connection,
          etc. The changes are summarized below, most of them were done
          by Alex and Michael, I contributed the demo.

        * tao/Reply_Dispatcher.cpp:
          Optimized reply dispatching, there is no need to create a new
          CORBA_Environment (which is an expensive operation) when there
          is a TSS environment object available.

        * performance-tests/Latency/Makefile:
        * performance-tests/Latency/ami-latency-client.cpp:
        * performance-tests/Latency/ami-throughput-client.cpp:
        * performance-tests/Latency/client-st-muxed.conf:
        * performance-tests/Latency/client.cpp:
        * performance-tests/Latency/st-client.cpp:
        * performance-tests/Latency/test.idl:
        * performance-tests/Latency/test_i.cpp:
        * performance-tests/Latency/test_i.h:
          To measure round-trip latencies in two-way asynchronous requests
          we simply send the time-stamp as an argument for the request,
          which is returned and used in the ReplyHandler to measure the
          delay.

        * examples/Makefile:
        * examples/AMI/Makefile:
        * examples/AMI/FL_Callback/Makefile:
        * examples/AMI/FL_Callback/README:
        * examples/AMI/FL_Callback/test.idl:
        * examples/AMI/FL_Callback/Peer_i.cpp:
        * examples/AMI/FL_Callback/Peer_i.h:
        * examples/AMI/FL_Callback/Peer_i.i:
        * examples/AMI/FL_Callback/Progress_i.cpp:
        * examples/AMI/FL_Callback/Progress_i.h:
        * examples/AMI/FL_Callback/Progress_i.i:
        * examples/AMI/FL_Callback/peer.conf:
        * examples/AMI/FL_Callback/peer.cpp:
        * examples/AMI/FL_Callback/progress.cpp:
        * examples/AMI/FL_Callback/svc.conf:
          New demo for asynchronous messaging, it uses a simple GUI to
          display the progress in the clients as requests and replys are
          sent asynchronously.

        * TAO_IDL/be/be_visitor_interface/ami_handler_stub_ch.cpp:
          The _nil() methods where not generated properly.

        * TAO_IDL/be/be_visitor_operation/ami_handler_skeleton_cs.cpp:
          The "smart stubs" where not working for void functions without
          out or inout arguments, thanks to Michael for helping me out
          with this fix.

        * performance-test/Latency/Makefile
        * performance-test/Latency/README
        * performance-test/Latency/client-st-exclusive.conf
        * performance-test/Latency/client-st-muxed.conf
        * performance-test/Latency/client.cpp
        * performance-test/Latency/server.conf
        * performance-test/Latency/server.cpp
        * performance-test/Latency/st-client.cpp : Test suite for AMI.

        * performance-test/Latency/ami-throughput-client.cpp : Added this test.

        * performance-test/Latency/client.exclusive.conf : Removed this
          file. I have conf files for st and mt case separately now.

        * performance-test/Latency/Makefile : Added the st-client test and
          AMI test.  To compile AMI  make AMI=1. But you cannot use the
          testC.cpp generated by TAO IDL. You should use
          test-handC.cpp. You should just copy this file onto testC.cpp.

        * performance-test/Latency/ami-latency-client.cpp : AMI test.

        * performance-test/Latency/st-client.cpp : Single threaded SMI
          test.

        * performance-test/Latency/client-st-exclusive.conf : SMI
          test. Wait on Reactor.

        * performance-test/Latency/client-mt-exclusive.conf : SMI wait on
          leader follower.

        * tao/Invocation.cpp
        * tao/Pluggable.cpp
        * tao/Pluggable.h
        * tao/Transport_Mux_Strategy.cpp
        * tao/Transport_Mux_Strategy.h

          Removed the unnessary accessors for the reply_received
          flag. Added comments about addressing the problem of "idling the
          Transport after an asynchronous reply is received over an
          exclusive connection.

        * tao/GIOP.h
        * tao/Object_Adapter.cpp
        * tao/Object_Adapter.h
        * tao/Object_Adapter.i
        * tao/Reply_Dispatcher.cpp
        * tao/Stub.cpp : Merged the changes Carlos and Irfan did in the
          main brach fixing the memory leaks and optimizing a few locks
          here and there.

        * performance-tests/Latency/Makefile
        * performance-tests/Latency/client.cpp
        * performance-tests/Latency/test.idl
        * performance-tests/Latency/test_i.cpp
        * performance-tests/Latency/test_i.h
        * performance-tests/Latency/client.exclusive.conf
        * performance-tests/Latency/ami-latency-client.cpp
        * performance-tests/Latency/client-st-muxed.conf : Latency test is
          in place now. This should do for Throughput meaurement also.

        * tests/AMI/client.cpp: Cosmetic changes.
        * tao/Reply_Dispatcher.cpp: Removed the unneccessary ACE_DEBUG's.

        * tests/AMI/README
        * tests/AMI/client.conf
        * tests/AMI/client.cpp
        * tests/AMI/client.muxed.conf
        * tests/AMI/run_test.pl
        * tests/AMI/server.cpp
        * tests/AMI/simple-client.cpp
        * tests/AMI/test-handC.cpp
        * tests/AMI/test.idl
        * tests/AMI/test_i.cpp
        * tests/AMI/test_i.h : Latest and the greates AMI test. Got it to
          work with MT as well as ST configuration. MUXED as well as
          EXCLUSIVE configuation.
          run_test.pl is not set up yet.
          There are some minor fixes needed for the TAO IDL compiler to
          generate correct AMI code. Right now, once the TAO IDL compiler
          generates the files, rewrite testC.cpp by test-handC.cpp which
          has the hand crafted correct code for AMI.

        * tao/Client_Strategy_Factory.cpp
        * tao/Client_Strategy_Factory.h
        * tao/ORB_Core.cpp
        * tao/Pluggable.cpp
        * tao/Reply_Dispatcher.cpp
        * tao/Reply_Dispatcher.h
        * tao/Transport_Mux_Strategy.cpp
        * tao/Transport_Mux_Strategy.h
        * tao/Wait_Strategy.cpp
        * tao/default_client.cpp
        * tao/default_client.h : Changes are in for the Muxed Leader
          Follower implementation.

        * tests/NestedUpcall/Simple/simple-client.cpp
        * tests/MT_Client/simple-client.conf
        * tests/MT_Client/client_muxed.conf : Added these files.

        * tests/NestedUpcall/Simple/client.cpp
        * tests/NestedUpcall/Simple/server.cpp : cosmetic changes.

        * tao/ORB_Core.cpp
        * tao/Reply_Dispatcher.cpp
        * tao/Reply_Dispatcher.h
        * tao/Wait_Strategy.cpp : Integrated Carlos's changes to the
          leader follower model done in the main branch.

        * tao/Wait_Strategy.cpp:  Added debug statements.
        * tao/GIOP.cpp : Modifications to the dump message routine.

        * tao/IIOP_Connect.cpp
        * tao/IIOP_Connect.h
        * tao/ORB_Core.cpp
        * tao/ORB_Core.h
        * tao/Pluggable.cpp
        * tao/Pluggable.h
        * tao/Reply_Dispatcher.cpp
        * tao/Reply_Dispatcher.h
        * tao/UIOP_Connect.cpp
        * tao/UIOP_Connect.h
        * tao/Wait_Strategy.cpp
        * tao/Wait_Strategy.h
          Changes for the Muxed Leader Follower Wait Strategy. This is
          leader follower will be created when MT connection handler and
          MUXED transport is selected.

        * tao/GIOP.cpp
        * tao/GIOP.h
        * tao/IIOP_Connect.cpp
        * tao/IIOP_Connect.h
        * tao/UIOP_Connect.cpp
        * tao/UIOP_Connect.h
          Successfully finished implementing the Muxed Transport
          implementation, but still single threaded. The cool thing is
          that the NestedUpcall also works on the Muxed Transport
          case. Needed to make some changes on the Server Connection
          Handler also, so that it resets the message state before making
          the upcall. We steal the CDR from there on the stack.

        * tao/Wait_Strategy.cpp
        * tao/Wait_Strategy.h
        * tao/default_client.cpp
          Moved the Leader Follower implementation to Exclusive Leader
          Follower class, leaving way for implementing the new Muxed
          Leader Follower implementation.

        * tao/Invocation.cpp
        * tao/Invocation.h
        * tao/Pluggable.cpp
        * tao/Pluggable.h
        * tao/Reply_Dispatcher.cpp
        * tao/Reply_Dispatcher.h
        * tao/Wait_Strategy.cpp
        * tao/Wait_Strategy.h
          Terminating reactor event loop based on the reply_received flag
          in the reply dispatcher. Reference to this
          <reply_dispatcher::reply_received_> is passed to the wait
          strategy from the Invocation class.

        * tao/Invocation.h:
        * tao/Invocation.cpp:
          Added destructors for the Synchronous Invocations classes.

        * TAO_IDL/be/be_visitor_operation/ami_handler_thru_poa_collocated_ch.cpp
        * TAO_IDL/be_include/be_visitor_operation/ami_handler_thru_poa_collocated_ch.h:
          Added these files to generate AMI Reply Handler code.

        * TAO_IDL/be/be_decl.cpp
        * TAO_IDL/be/be_helper.cpp
        * TAO_IDL/be/be_interface.cpp
        * TAO_IDL/be/be_interface_fwd.cpp
        * TAO_IDL/be/be_predefined_type.cpp
        * TAO_IDL/be/be_sequence.cpp
        * TAO_IDL/be/be_structure.cpp
        * TAO_IDL/be/be_type.cpp
        * TAO_IDL/be/be_union.cpp
        * TAO_IDL/be/be_union_branch.cpp
        * TAO_IDL/be/be_valuetype.cpp
        * TAO_IDL/be/be_valuetype_fwd.cpp
        * TAO_IDL/be/be_visitor_factory.cpp
        * TAO_IDL/be/be_visitor_interface.cpp
        * TAO_IDL/be/be_visitor_operation.cpp
        * TAO_IDL/be/be_visitor_rettype.cpp
        * TAO_IDL/be/be_visitor_scope.cpp
        * TAO_IDL/be/be_visitor_argument/argument.cpp
        * TAO_IDL/be/be_visitor_array/array_ch.cpp
        * TAO_IDL/be/be_visitor_array/array_ci.cpp
        * TAO_IDL/be/be_visitor_array/array_cs.cpp
        * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp
        * TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
        * TAO_IDL/be/be_visitor_exception/exception_ch.cpp
        * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
        * TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_cs.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_fwd_ch.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_fwd_ci.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_servant_ch.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_servant_cs.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_stub_ch.cpp
        * TAO_IDL/be/be_visitor_interface/ami_handler_stub_cs.cpp
        * TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
        * TAO_IDL/be/be_visitor_interface/collocated_ami_handler_ch.cpp
        * TAO_IDL/be/be_visitor_interface/direct_collocated_sh.cpp
        * TAO_IDL/be/be_visitor_interface/direct_collocated_ss.cpp
        * TAO_IDL/be/be_visitor_interface/interface.cpp
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp
        * TAO_IDL/be/be_visitor_interface/interface_ci.cpp
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
        * TAO_IDL/be/be_visitor_interface/interface_ih.cpp
        * TAO_IDL/be/be_visitor_interface/interface_is.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/thru_poa_collocated_sh.cpp
        * TAO_IDL/be/be_visitor_interface/thru_poa_collocated_ss.cpp
        * TAO_IDL/be/be_visitor_interface/tie_sh.cpp
        * TAO_IDL/be/be_visitor_interface/tie_si.cpp
        * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
        * TAO_IDL/be/be_visitor_operation/ami_arglist.cpp
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp
        * TAO_IDL/be/be_visitor_operation/ami_handler_operation_ch.cpp
        * TAO_IDL/be/be_visitor_operation/ami_handler_operation_cs.cpp
        * TAO_IDL/be/be_visitor_operation/argument.cpp
        * TAO_IDL/be/be_visitor_operation/argument_marshal.cpp
        * TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
        * TAO_IDL/be/be_visitor_operation/operation_ami_cs.cpp
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp
        * TAO_IDL/be/be_visitor_operation/operation_is.cpp
        * TAO_IDL/be/be_visitor_operation/operation_ss.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_sequence_ci.cpp
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_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_unbounded_obj_sequence_ci.cpp
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_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/sequence_ch.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
        * TAO_IDL/be/be_visitor_union/cdr_op_ci.cpp
        * TAO_IDL/be/be_visitor_union/union_ch.cpp
        * TAO_IDL/be/be_visitor_union/union_ci.cpp
        * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp
        * TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/field_cdr_ci.cpp
        * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
        * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
        * TAO_IDL/be/be_visitor_valuetype_fwd/interface_fwd_ch.cpp
        * TAO_IDL/be/be_visitor_valuetype_fwd/interface_fwd_ci.cpp
        * TAO_IDL/be_include/be_codegen.h
        * TAO_IDL/be_include/be_decl.h
        * TAO_IDL/be_include/be_helper.h
        * TAO_IDL/be_include/be_interface.h
        * TAO_IDL/be_include/be_visitor_interface.h
        * TAO_IDL/be_include/be_visitor_operation.h:
          Edited all the files to generate AMI Handler code, I also
          changed "fullname ()" methods to "full_name ()" to
          be more consistent. The code generation for AMI
          Handlers uses a strategy on the be_interface node.
          This strategy hides all the differences betwenn
          the name generations.

        * tao/PollableC.cpp:
          Fixed the the usage of env instead of ACE_TRY_ENV.

Wed Aug 04 02:10:59 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.{h,cpp}:
          There is no need to obtain a remote object reference for
          shutdown anymore.  Re-organized and simplified the client code
          so that it no longer contains TAO specific code.

        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp:
          Modified the code to adapt to the change made to Cubit_Client.
          Changed to fake both the client side and the server side
          command lines all the way thru.  This allows much more
          flexibility in invoking the collocation tests.  Thanks to David
          for suggesting this.

        * performance-tests/Cubit/TAO/IDL_Cubit/README:  Added
          documentation on how to use the new collocation test.

        * performance-tests/Cubit/TAO/IDL_Cubit/{client,server}.dsp:
        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.dsp:
          Changed the tao_idl custom build settings to always generate
          both THRU_POA and DIRECT collocated stubs.

Wed Aug  4 00:30:34 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * tao/orbconf.h:
          Changed the default: TAO_CONNECTION_CACHING_STRATEGY to LRU.

        * docs/Options.html:
          Added ORBConnectionCachingStrategy and ORBPurgePercentage
          options.

Wed Aug  4 00:23:34 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/InterfaceC.cpp:
        * tao/InterfaceC.h : Made some changes according to TAO conventions

Tue Aug  3 22:25:13 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Makefile:
        * tao/corbafwd.h :
        * tao/InterfaceC.h :
        * tao/InterfaceC.cpp :
        * tao/InterfaceC.i : If the user wants to use the interface
          repository he has to compile with the flag
          interface_repo=1. Also made these files compilable by the
          Makefile. The files would be compiled by default but the actual
          code would go in to the library only if the above compile flag
          is set.

Tue Aug 03 18:40:47 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * tao/IIOP_Connect.{h,cpp} (TAO_IIOP_Client_Connection_Handler):
        * tao/UIOP_Connect.{h, cpp} (TAO_UIOP_Client_Connection_Handler):
          Added <handle_cleanup> method which abstracts the deregistration
          of the handler from the reactor. Added <handle_close_i> which is
          a non-locking version of <handle_close>.

        * tao/IIOP_Connector.{h,cpp}: (open):
        * tao/UIOP_Connector.{h,cpp}: (open):
          Added auto_ptr as a safety measurement for the dynamically
          allocated variables. Also, the <caching_strategy> now
          uses ACE_Refcounted_Recyclable_Caching_Utility.

        * tao/Acceptor_Impl.cpp (out_of_sockets_handler):
          Added the iteration over the different ORBs in the system for
          purging 'old' connections.

        * tests/Connection_Purging/Connection_Purging.cpp:
        * tests/Connection_Purging/Makefile:
        * tests/Connection_Purging/run_test.pl:
        * tests/Connection_Purging/README:
        * tests/Connection_Purging/svc.conf:
        * tests/Connection_Purging/test.idl:
          This is a test which stress tests the connection management and
          the caching and purging of connections when the process runs out
          of handles.

Tue Aug 03 16:17:00 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tests/Collocation/Coll_Test_Skels.dsp:
        * tests/Collocation/Coll_Test_Stubs.dsp:
        * tests/Collocation/Coll_Tester.cpp:
        * tests/Collocation/Collocation.dsp:
        * tests/Collocation/Collocation.dsw:
        * tests/Collocation/skel_export.h:
        * tests/Collocation/stub_export.h: Rewrote the example to create a
          stub DLL, a skel DLL which links against the stub DLL, and made
          the test to use both DLLs as an example on how to do this.
          Thanks to Francois Bernier <fbernier@gel.ulaval.ca> for
          motivating the change.

        * TAO_IDL/be/be_codegen.cpp (start_server_header): We need to
          overwrite the macro TAO_EXPORT_MACRO so that the macro
          TAO_NAMESPACE_STORAGE_CLASS can be defined properly.  This is
          not causing any problem for the time being because there's
          currently no static object in skeleton files.  However, I think
          I should still make the change so we won't have to debug a
          mystery in the future.

Tue Aug 03 16:15:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp: replaced auto_ptr
          reset workaround for TAO 1.0, using ACE_AUTO_PTR_RESET macro.

Mon Aug  2 18:43:15 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl:
          Print the precise error code returned from the server or client
          if they die.

        * tests/Cubit/TAO/IDL_Cubit/server.cpp:
          Sleep before exit to avoid crashes.

        * ORB_Core.cpp:
          The ORB was not waiting for the threads it creates if the
          -ORBThreadPerConnectionTimeout option was used.

Mon Aug  2 17:13:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * docs/releasenotes/index.html:
          Updated the notes about the IDL compiler and some other details.

Mon Aug  2 12:23:18 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/ast/ast_module.cpp:
          Use the -w flag (to disable warnings) when complaining about
          reopened modules in platforms without namespaces.

        * tests/IDL_Test/Makefile:
          Added -w for the compilation of reopened_modules.idl, the
          generated code is not compiled in platforms without namespaces,
          so there is no real problem.

        * orbsvcs/examples/RtEC/Schedule/Makefile:
          Added -I$TAO_ROOT/orbsvcs/orbsvcs/Sched to CPPFLAGS so the
          DU/CXX compiler can find all the files to instantiate
          templates.

Mon Aug  2 11:44:03 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/IIOP_Connector.cpp (open):
        * tao/UIOP_Connector.cpp (open):

          Additional minor code reorganization to aid in prevention of
          potential memory leak.

Mon Aug  2 10:28:25 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/IIOP_Connector.cpp (open):
        * tao/UIOP_Connector.cpp (open):

          Use ACE_NEW_RETURN macros instead of basic C++ `new' to allocate
          memory.

          Moved allocation of connector lock after call to
          make_caching_strategy() to prevent a potential memory leak from
          occurring.

Sun Aug 01 10:30:54 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * examples/OBV/Typed_Events/Client_i.h: This file needs check-in
          too.