summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
blob: 1c48673f34535723cd1d565f3cb3bbbcda494e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
Fri Jun 25 17:28:58 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

	* tao/default_resource.cpp (get_reactor): Made sure the reactor
	  get cleaned up if any error occured (ACE_LOG_MSG->errnum () !=
	  0) during initialization.

	* tao/ORB_Core.cpp (init): Return -1 if we failed to initialize
	  the reactor.

	  Thanks to Irfan for helping this out and Oleg Orlov
	  <orlov@diasoft.ru> for reporting the problem.

Fri Jun 25 16:30:41 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

	* examples/POA/DSI/Database_i.cpp (find_entry): Fixed a
	  mistaken exception -- it should be Not_Found rather than
 	  Unknown_Key.  Thanks to Steve Huston for reporting this.  Also
 	  tidied up the code and added proper exception checking for
 	  memory allocation failures.

	* tao/Sequence_T: Removed all uses of CORBA::ULong as parameters
	  to a template and replaced them with size_t since this is
 	  breaking the AIX C++ compiler.  Thanks to Steve Huston for
 	  reporting this.

Fri Jun 25 17:01:23 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* tests/NestedUpcall/Triangle_Test/initiator.cpp:
	  Fixed silly typos in my last commit.

Fri Jun 25 16:43:47 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tests/NestedUpcall/Reactor/NestedUpCalls_i.h: Removed old file.

	* examples/POA/DSI/Database_i.cpp (find_entry):
	* examples/POA/Default_Servant/File_i.cpp (destroy):

	  Fixed the throwing of an exception that is not in the throw
 	  spec.

Fri Jun 25 13:37:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

	* orbsvcs/tests/AVStreams/benchmark/client.cpp:
	* orbsvcs/tests/AVStreams/benchmark/server.cpp: Changed TAO_TRY
	  macros to ACE_TRY macros

Fri Jun 25 16:03:32 1999  Jeff Parsons  <parsons@cs.wustl.edu>

	* TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
	* TAO/performance-tests/Pluggable/PP_Test_Client.h:
	* TAO/performance-tests/Pluggable/PP_Test_Client.cpp:
	* TAO/performance-tests/Pluggable/server.cpp:
	* TAO/tests/DynAny_Test/data.cpp:
	* TAO/tests/Param_Test/nested_struct.cpp:
	* TAO/tests/Param_Test/big_union.cpp:
	* TAO/tests/Param_Test/objref.cpp:
	* TAO/tests/Param_Test/ub_string.cpp:
	* TAO/tests/Param_Test/objref_struct.cpp:
	* TAO/tests/Param_Test/short.cpp:
	* TAO/tests/Param_Test/ulonglong.cpp:
	* TAO/tests/Param_Test/typecode.cpp:
	* TAO/tests/Param_Test/ub_any_seq.cpp:
	* TAO/tests/Param_Test/ub_long_seq.cpp:
	* TAO/tests/Param_Test/ub_objref_seq.cpp:
	* TAO/tests/Param_Test/ub_short_seq.cpp:
	* TAO/tests/Param_Test/ub_str_seq.cpp:
	* TAO/tests/Param_Test/fixed_array.cpp:
	* TAO/tests/Param_Test/fixed_struct.cpp:
	* TAO/tests/Param_Test/var_struct.cpp:
	* TAO/tests/Param_Test/var_array.cpp:
	* TAO/tests/Param_Test/recursive_struct.cpp:
	* TAO/tests/Param_Test/bd_long_seq.cpp:
	* TAO/tests/Param_Test/bd_short_seq.cpp:
	* TAO/tests/Param_Test/bd_str_seq.cpp:
	* TAO/tests/Param_Test/bd_string.cpp:
	* TAO/tests/Param_Test/bd_struct_seq.cpp:
	* TAO/tests/Param_Test/ub_struct_seq.cpp:
	  Fixed exception warnings, ACE_TRY macro stuff
	  and made some cosmetic changes.

Fri Jun 25 13:37:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

	* tao/Environment.h:
	* tao/Environment.i: Added two methods _duplicate () and _nil ()
	  to the class Environment so that they will conformant with v2.2.

Fri Jun 25 14:28:59 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* tao/CurrentC.cpp:
	  Simplified exit path to avoid this problems.

	* tao/append.cpp:
	  Added .in() calls for some T_var objects.

	* tao/skip.cpp:
	  Added .in() calls for some T_var objects.
	  My last change broken the default case for unions.

Fri Jun 25 13:37:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

	* tao/Exception.cpp :
	* tao/Exception.h :Added default constructors for
	  CORBA_UserException & CORBA_SystemException. These have been
	  implemented as no-op's. In v2.3 of the CORBA spec, these two
	  classes are going to be abstract data types. But for the present
	  we want to keep vsOrb happy about these classes.

Fri Jun 25 14:19:48 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

	* orbsvcs/tests/AVStreams/benchmark/client.cpp:
	* orbsvcs/tests/AVStreams/sfp/server.cpp (main):
	* orbsvcs/tests/AVStreams/sfp/client.cpp (main):
	* orbsvcs/tests/AVStreams/sfp/common.h:
	* orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp (create_B):
	* orbsvcs/orbsvcs/AV/AVStreams_i.cpp (remove_fep):
	  Fixed SunCC 5.0 warnings thanks to Carlos O' Ryan.

Fri Jun 25 14:06:54 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* orbsvcs/Event_Service/Event_Service.cpp:
	* orbsvcs/orbsvcs/Makefile:
	* orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
	* orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
	* orbsvcs/orbsvcs/Event/Event_Channel.cpp:
	* orbsvcs/orbsvcs/Event/Event_Channel.i:
	* orbsvcs/orbsvcs/Event/RT_Task.cpp:
	* orbsvcs/orbsvcs/Event/ReactorTask.cpp:
	* orbsvcs/tests/EC_Basic/EC_Basic.cpp:
	* orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
	* orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
	* orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
	* orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
	* orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
	* orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
	* orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
	* orbsvcs/tests/Event/Basic/Reconnect.cpp:
	* orbsvcs/tests/Event_Latency/Event_Latency.cpp:
	* tests/CDR/basic_types.cpp:
	* tests/CDR/tc.cpp:
	* tests/NestedUpcall/MT_Client_Test/client.cpp:
	* tests/NestedUpcall/MT_Client_Test/local_server.cpp:
	* tests/NestedUpcall/MT_Client_Test/server.cpp:
	* tests/NestedUpcall/Reactor/reactor_i.cpp:
	* tests/NestedUpcall/Triangle_Test/Initiator_i.cpp:
	* tests/NestedUpcall/Triangle_Test/Object_A_i.cpp:
	* tests/NestedUpcall/Triangle_Test/Object_B_i.cpp:
	* tests/NestedUpcall/Triangle_Test/initiator.cpp:
	* tests/NestedUpcall/Triangle_Test/server_A.cpp:
	* tests/NestedUpcall/Triangle_Test/server_B.cpp:
	* utils/catior/catior.cpp:
	  More exception handling fixes, changed these files to use the
	  new exception handling macros.

Fri Jun 25 13:53:23 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

	* examples/Logging/Makefile
	  Oy. Added " -Ge 1" flag to guarantee that the IDL generated
	  skeletons are the same regardless of platform (DU wasn't
	  happy). Thanks to Mad Dog Carlos!

Fri Jun 25 13:37:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

	* tao/Context.i:
	* tao/Context.cpp:
	* tao/Context.h:
	* tao/Exception.i:
	* tao/Exception.h:
	* tao/Exception.cpp: Added _duplicate () methods to pseudo objects
	  ContextList & ExceptionList with the signature 'static T
	  *_duplicate (T *) ' to make them compliant with the 2.2
	  spec. This was found when we were trying to run the 'api' module
	  of the vsOrb test suite.

Fri Jun 25 12:38:43 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

	* examples/Logging/Logger_i.cpp,h
	  Added default argument values for ACE_TRY_ENV to reflect tao_idl
	  generated code. Also removed a vestigal method (verbosity ())
	  which was never declared in IDL (since its name would have
	  clashed with the orhte verbosity method). Hopefully DU will be
	  pleased now, since this messed up its compile.

Fri Jun 25 11:45:18 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

	* examples/POA/Loader/Servant_Locator.cpp (ServantLocator_i):
	  Fixed function pointer casting problem.

	* examples/POA/DSI/server.cpp
	* examples/POA/Default_Servant/server.cpp
	* examples/POA/Loader/Server_Manager.cpp
	* examples/POA/NewPOA/NewPOA.cpp
	* examples/POA/On_Demand_Activation/server.cpp
	* examples/POA/On_Demand_Loading/Server_Manager.cpp

	  Fixed simple exception handling related problems.

Fri Jun 25 10:01:20 1999  Jeff Parsons  <parsons@cs.wustl.edu>

	* tao/Any.cpp:
	  Added an ACE_CHECK to the type() set method.
	  Also fixed some DU warnings.

	* tao/CurrentC.cpp:
	* tao/DynAny_i.cpp:
	* tao/DynSequence_i.cpp:
	* tao/DynStruct_i.cpp:
	  Fixed some DU warnings.

	* tao/DynAnyS.cpp:
	  Fixed ACE_CHECK related stuff.

Fri Jun 25 07:31:33 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/benchmark/Makefile: added
          -I$(TAO_ROOT)/orbsvcs/orbsvcs/AV, so that DU cxx 6.2
          can find Endpoint_Strategy_T.cpp for template instantiation.

Thu Jun 24 21:51:10 1999  Marina Spivak  <marina@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.{h,cpp}
        * orbsvcs/tests/Simple_Naming/README
        Added persistent naming test.  Cleaned up the perl script and
        added the persistent test to it.  Updated
        README and added examples for how to run the tests.

        * orbsvc/orbsvcs/Naming/Persistent_Naming_Context.{h,cpp}
        * orbsvc/orbsvcs/Naming/Hash_Naming_Context.{h,cpp}
        * orbsvc/orbsvcs/Naming/Transient_Naming_Context.cpp
        * orbsvc/orbsvcs/Naming/Persistent_Context_Index.{h,cpp}
        * orbsvc/orbsvcs/Naming/Naming_Utils.cpp
        * orbsvc/orbsvcs/Naming/Binding_Iterators.{h,cpp}
        Updated the code so after <destroy> method is invoked on a Naming
        Context, all of its BindingIterators become invalid.  When
        <destroy> is invoked on a Naming Context, the context deregisters from POA,
        but is not deleted until all of its iterators are destroyed.  This
        is implemented through the reference counting on Naming Contexts.
        Iterators are destroyed in the "lazy evaluation" fashion.  When a
        user invokes an operation on an iterator, that iterator check its
        own validity, and, if appropriate, self-destroys.  This appoach is
        harder on resources, but is a lot easier and cleaner to implement
        than explicitely keeping track of collections. Plus this use-case
        is not on the critical path.

Thu Jun 24 22:13:42 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/CurrentC.cpp:
        * tao/CurrentS.cpp:
        * tao/PolicyS.cpp:

          Changed "IDL:CORBA" to "IDL:omg.org/CORBA".  However, the
          typecodes in Typecode_Constants.cpp still need to be fixed by
          regenerating them through the IDL compiler.

Thu Jun 24 22:22:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Trading/run_test.pl:
          New script to run the trading service test.

Thu Jun 24 22:18:52 1999  Doug Anderson  <doug@clark.net>

        * TAO/tao/orbconf.h,TAO/tao/DynAnyC.{h,cpp}:
          updates for Cray UNICOS port.

Thu Jun 24 21:43:59 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POAC.cpp (_narrow): Fixed use of try macros.

        * tao/ORB.cpp: Even though MSVC has support for standard C++
          library, the set_unexpected() function is not in the std
          namespace.

Thu Jun 24 17:48:13 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/Repository.cpp: Added an explicit
          template instantiation parameter for ACE_Equal_To<>.

Thu Jun 24 21:30:21 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Any.cpp:
        * tao/Context.cpp:
        * tao/CurrentC.cpp:
        * tao/CurrentS.cpp:
        * tao/Exception.cpp:
        * tao/GIOP_Server_Request.cpp:
        * tao/Invocation.cpp:
        * tao/NVList.cpp:
        * tao/ORB.cpp:
        * tao/PolicyS.cpp:
          More exception handling changes and some cosmetic changes.

Thu Jun 24 21:03:40 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/try_macros.h: Guarded the definition of all TAO try macros
          with TAO_USES_DEPRECATED_TAO_TRY_MACROS.  This is now defined in
          the file.  After we depricate the use of TAO try macros, one
          will need to define TAO_USES_DEPRECATED_TAO_TRY_MACROS
          explicitly in order to compile their code.

        * Exception.cpp:
        * Forwarding_Servant.cpp:
        * GIOP_Server_Request.cpp:
        * Invocation.cpp:
        * NVList.cpp:
        * ORB.cpp:
        * POAC.cpp:
        * Request.cpp:
        * Stub.cpp:
        * TAO.cpp: Fixed the use of TAO_IN_ENV, and native exception
          support.

Thu Jun 24 20:02:24 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ami_cs.cpp:
          The IDL compiler was not generating exception safe code in a
          couple of places.

        * tao/poa_macros.h:
        * tao/Object_Adapter.i:
        * tao/POA.cpp:
        * tao/POA.i:
        * tao/POAManager.i:
          The POA was implicitly using the obsolete TAO_TRY macros through
          its TAO_POA_GUARD_* stuff, updated to use ACE_GUARD_* and
          friends.

        * tao/DomainC.cpp:
        * tao/IORC.cpp:
        * tao/MessagingC.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
          More exception handling fixes.

Thu Jun 24 17:48:13 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * docs/releasenotes/TODO.html (pseudo-object): Added a todo item

Thu Jun 24 19:41:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Any.cpp:
        * tao/CDR_Interpreter.cpp:
        * tao/CurrentC.cpp:
        * tao/CurrentS.cpp:
        * tao/DynAny_i.cpp:
        * tao/DynArray_i.cpp:
        * tao/DynEnum_i.cpp:
        * tao/DynSequence_i.cpp:
        * tao/DynStruct_i.cpp:
        * tao/DynUnion_i.cpp:
        * tao/append.cpp:
        * tao/deep_free.cpp:
        * tao/encode.cpp:
        * tao/skip.cpp:
          Another pass fixing exception handling problems

Thu Jun 24 18:27:22 1999  Jeff Parsons  <parsons@cs.wustl.edu>

	* tao/Any.h:
	* tao/Any.i:
	* tao/Any.cpp:
        * tao/CDR_Interpreter.h:
        * tao/CDR_Interpreter.cpp:
        * tao/DynAny_i.h:
        * tao/DynAny_i.cpp:
        * tao/DynArray_i.h:
        * tao/DynArray_i.cpp:
        * tao/DynSequence_i.h:
        * tao/DynSequence_i.cpp:
        * tao/DynEnum_i.h:
        * tao/DynEnum_i.cpp:
        * tao/DynStruct_i.h:
        * tao/DynStruct_i.cpp:
        * tao/DynUnion_i.h:
        * tao/DynUnion_i.cpp:
          Fixed much of the ACE_TRY stuff. There are still some
          ACE_CHECK-related things to add and some code to
          rearrange.

Thu Jun 24 17:48:13 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/ORB.h (CORBA_ORB): Made the method
          CORBA::ORB::InvalidName::_narrow static as needed by the spec.

Thu Jun 24 17:44:39 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
          Fixed a few nested calls with ACE_TRY_ENV. Added appropriate
          ACE_TRY_CHECK after these statements. Thanks to Paul Calabrese
          <calabrese_p@ociweb.com> for reporting these problems.

Thu Jun 24 17:29:59 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
          Fixed problems with exception handling, thanks to Paul Calabrese
          <calabrese_p@ociweb.com> for pointing this out.

Thu Jun 24 17:26:53 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

        * orbsvcs/Makefile
        * orbsvcs/orbsvcs/Makefile
        * orbsvcs/tests/Makefile
          Removed all references to the Logging service or Logging tests

        * examples/Makefile
          Added entry for the new Logging example directory

        * orbsvcs/Logging_Service/Logging_Service.cpp
        * orbsvcs/Logging_Service/Logging_Service_i.cpp,h
        * orbsvcs/Logging_Service/Makefile
        * orbsvcs/Logging_Service/Makefile.am
        * orbsvcs/orbsvcs/Logger.idl
        * orbsvcs/orbsvcs/Log/Logger_i.cpp,h
        * orbsvcs/orbsvcs/Log/Makefile.am
        * orbsvcs/tests/Logger/Logger.dsw
        * orbsvcs/tests/Logger/Logging_Test.cpp
        * orbsvcs/tests/Logger/Logging_Test_i.cpp,h
        * orbsvcs/tests/Logger/Makefile
        * orbsvcs/tests/Logger/README
        * orbsvcs/tests/Logger/client.cpp,h
        * orbsvcs/tests/Logger/client.dsp
        * orbsvcs/tests/Logger/client_i.cpp,h
        * orbsvcs/tests/Logger/run_test.pl
        * orbsvcs/tests/Logger/server.cpp
        * orbsvcs/tests/Logger/server.dsp
        * orbsvcs/tests/Logger/server_i.cpp,h
          Removed all these files. They were the Logging_Service and all
          related tests.
        * orbsvcs/orbsvcs/Log
        * orbsvcs/Logging_Service
        * orbsvcs/tests/Logger
          Removed these directories

        * examples/Logging
          Added this directory to hold the moved logging service

        * examples/Logging/Logger.idl
        * examples/Logging/Logger_i.cpp,h
        * examples/Logging/Logging_Service.cpp
        * examples/Logging/Logging_Service_i.cpp,h
        * examples/Logging/Logging_Test.cpp
        * examples/Logging/Logging_Test_i.cpp,h
        * examples/Logging/Makefile
        * examples/Logging/README
        * examples/Logging/run_test.pl
          These files are the modified versions of the original
          Logging_Service and Logger test files. I've removed the old
          TAO_THROW macros and added a POA_Manager activation. Also, I've
          adjusted the README and Makefiles accordingly.

        I fear that this may break things, but I've tried to keep it safe
        and I've tested my changes. Let us hope.

Thu Jun 24 17:22:47 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/MT_Client/orb_creation.cpp:
        * tests/NestedUpcall/Reactor/client.cpp:
        * tests/NestedUpcall/Reactor/client.h:
        * tests/NestedUpcall/Reactor/mt_client.h:
        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h:
        * performance-tests/Thruput/TAO/client.cpp:
        * performance-tests/Thruput/TAO/server.cpp:
        * performance-tests/Thruput/TAO/ttcp_decl.h:
        * performance-tests/Thruput/TAO/utils.cpp:
        * examples/OBV/Typed_Events/Client_i.h:
        * examples/OBV/Typed_Events/Client_i.cpp:
          Fixed several Sun/CC 5.0 warnings and errors.

Thu Jun 24 17:01:48 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/MProfile.cpp:
          Fixed syntax errors, thanks to Ossama for pointing them out.

Thu Jun 24 16:38:09 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

        * tao/Any.i:
          Changed all references to the deprecated "ACE_TRY_NEW_ENV" to
          "ACE_DECLARE_NEW_CORBA_ENV; ACE_TRY"

Thu Jun 24 15:25:55 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/corbafwd.h:

          Added '-*- C++ -*-' line so that Emacs will be in C++ mode when
          editing the file in it.

        * tao/ORB.h:

          Changed inclusion of "IORManipulation.h" to
          "tao/IORManipulation.h".

        * tao/{IIOP,UIOP}*:

          Fixed old style of exception handling.

        * tao/UIOP_Profile.h:

          Comment updates.

Thu Jun 24 16:03:16 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/DomainS_T.i:
        * tao/MProfile.cpp:
        * tao/Makefile:
        * tao/MessagingC.cpp:
          More exception managment changes.

Thu Jun 24 14:53:32 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Invocation.cpp (TAO_GIOP_Invocation::invoke and
          TAO_GIOP_Locate_Request_Invocation::invoke):  Now that
          GIOP::send_message() is not closing the transport on error, we
          have do so here.

        * tao/Stub: Added an extra ORB_var to the Stub.  This extra
          ORB_var is required for reference counting.  It will help us
          keep the ORB that created us around until the CORBA::Object we
          represent dies.  This will eliminate the need for making sure
          that all CORBA objects dies before the ORB dies.

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

          Only reset the message state of the transport on success. On
          failures, the transport will be closed anyway.

        * tao/GIOP.cpp: Many of the GIOP functions were closing the
          transport on failure.  In addition, -1 was also being returned
          to the Reactor, which further called handle_close() on the
          transport.  This would typically result in a double delete.

          The solution was to not close the transport on failure but
          return the error result to the caller.  If the caller was the
          Reactor, it will call handle_close() and clean up the
          transport. If the caller was the client-side, it will have to do
          the correct cleanup.

          Thanks to Gildo Medeiros Junior <gildo@siemens.com.br> for
          pointing out this problem.

        * tao/POAS.cpp:
        * tao/POAS.i:
        * tao/Forwarding_Servant.cpp:

          Fixed old style of exception handling.

Thu Jun 24 13:46:46 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB.h:
        * tao/ORB.cpp:
          Added an unexpected() function to transform unexpected
          exceptions into CORBA::UNKNOWN

        * tests/Param_Test/client.cpp:
        * tests/Param_Test/except.cpp:
        * tests/Param_Test/param_test_i.h:
        * tests/Param_Test/param_test_i.cpp:
          The test was broken but SII and DII (!) exceptions where ok.

Thu Jun 24 12:20:36 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/Event_Service/Event_Service.cpp:
          Use the new Event Service by default.
          Activate the POA before doing anything else, thanks to Byron
          Harris <harris_b@ociweb.com> for figuring this out.

        * tao/IORC.cpp:
        * tao/MessagingS_T.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
        * tao/Sequence_T.cpp:
        * tao/Typecode.cpp:
        * tao/varout.cpp:
          Fixed several exception handling problems.

Thu Jun 24 10:12:56 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/IR_Helper.cpp:
          Removed syntax error, probably a typo.

        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.h:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
          Removed the unused arguments altogether.

        * orbsvcs/Time_Service/Makefile:
        * orbsvcs/tests/AVStreams/sfp/Makefile:
        * orbsvcs/tests/ImplRepo/Makefile:
        * examples/Simple/time-date/Makefile:
          Several minor fixes, such as outdated dependencies and
          typos. Things are happy now.

Thu Jun 24 07:44:07 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/orbsvcs/IR_Helper.cpp:
          Fixed unused arg warnings.

        * orbsvcs/tests/EC_Custom_Marshal/ECM_{Consumer,Supplier}.cpp:
          Fixed unused arg warnings.

Thu Jun 24 06:43:00 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Reply_Dispatcher.cpp (dispatch_reply): added
          ACE_UNUSED_ARG (message_state), only with ACE_NDEBUG.

Thu Jun 24 03:30:11 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/Repository.cpp:
          Added template instantiation declarations.

        * orbsvcs/ImplRepo_Service/tao_ir.dsp:
          Output file spelled wrong.

        * orbsvcs/Time_Service/Server_i.cpp:
          Now uses a more specific (and unique) POA name, so it will
          work better with the IR.

        * orbsvcs/Time_Service/Time_Service_Clerk.dsp:
        * orbsvcs/Time_Service/Time_Service_Server.dsp:
        * orbsvcs/Time_Service/IR_Helper.cpp: (REMOVED)
        * orbsvcs/Time_Service/IR_Helper.h: (REMOVED)
        * orbsvcs/Time_Service/Server_i.h:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp: (REMOVED)
        * orbsvcs/tests/ImplRepo/IR_Helper.h: (REMOVED)
        * orbsvcs/orbsvcs/IR_Helper.cpp: (ADDED)
        * orbsvcs/orbsvcs/IR_Helper.h: (ADDED)
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/tests/ImplRepo/airplane_server.dsp:
        * orbsvcs/tests/ImplRepo/airplane_server_i.h:
        * orbsvcs/tests/ImplRepo/nestea_server.dsp:
        * orbsvcs/tests/ImplRepo/nestea_server_i.h:
        * orbsvcs/Time_Service/Makefile:
        * orbsvcs/tests/ImplRepo/Makefile:
          Moved IR_Helper to orbsvcs library for now.

        * orbsvcs/tests/Time/implrepo.conf:
          IR doesn't require this anymore.

        * orbsvcs/tests/Time/run_test.pl:
          Works with new IR.

Wed Jun 23 23:36:22 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        * orbsvcs/tests/ImplRepo/Makefile: Removed Repository_Test.

Wed Jun 23 21:27:45 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO-INSTALL.html: removed space from "resource requirements"
          tag to avoid problems with web browers.

Wed Jun 23 20:40:46 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Environment.cpp:
          Print out the user provided info, even if there is no
          exception.

        * tao/corbafwd.h:
          Minor cosmetic fixes

        * TAO_IDL/be/be_visitor_array/array_ch.cpp:
          Some non-inline functions where declared inline, fixed.

        * docs/Options.html:
          The -ORBResources option is not going away, the current behavior
          is exactly what we want.

        * examples/Simple/time-date/Makefile:
          The Makefile was not installing the shared library in
          $ACE_ROOT/ace

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Trap and ignore exceptions raised by the consumer, to isolate
          the suppliers from them, thanks to Paul Calabrese
          <calabrese_p@ociweb.com> for pointing this out.

        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
          They don't use the scheduling service anymore (the data was fake
          anyway).
          We use perform_work() to wait for events, that way we don't have
          to shutdown the ORB and we can cleanup the servants, POA,
          etc. afterwads.

        * orbsvcs/tests/CosEC_Multiple/run_test.pl:
        * orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
        * orbsvcs/tests/EC_Mcast/run_test.pl:
        * orbsvcs/tests/Event_Latency/run_test.pl:
          Use the new real-time event channel to run the tests.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/server.cpp:
          Several exceptions were not printed correctly.

Wed Jun 23 20:23:01 1999  Ossama Othman  <othman@cs.wustl.edu>

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

          Increased the client time-out value from 60 seconds to 120
          seconds since the client may take longer to finish on heavily
          loaded machines.

          Minor cosmetic update (-ORBgioplite --> -ORBGIOPlite) to be more
          consistent with the "published" TAO ORB options.  Both will
          work, however.

Wed Jun 23 17:38:52 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/tests/ImplRepo/IR_Helper.cpp: Fixed warnings in the build.

Wed Jun 23 19:15:48 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        * docs/implrepo/index.html: Added persistence to future work
          list.

Wed Jun 23 17:53:15 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/collocated_sh.cpp: We should
          generate code using ACE_TRY_ENV instead of TAO_IN_ENV.

        * Any.h:
        * CDR.h:
        * CDR_Interpreter.h:
        * CurrentC.h:
        * DomainC.h:
        * DynAnyC.h:
        * Environment.h:
        * Exception.h:
        * Forwarding_Servant.h:
        * GIOP.h:
        * GIOP_Server_Request.h:
        * IIOP_Profile.h:
        * IORC.h:
        * Invocation.h:
        * MProfile.h:
        * Marshal.h:
        * MessagingC.h:
        * MessagingS.h:
        * NVList.h:
        * ORB.h:
        * ORB_Core.h:
        * Object.h:
        * POAS.h:
        * POA_CORBA.h:
        * Pluggable.h:
        * PolicyC.h:
        * PollableC.h:
        * PollableS.h:
        * Request.h:
        * Sequence.h:
        * Server_Request.h:
        * Stub.h:
        * Typecode.h:
        * UIOP_Profile.h:
        * corbafwd.h: Replaced all occurences of TAO_TRY_ENV, env, and
          _tao_env with ACE_TRY_ENV.

Wed Jun 23 17:38:52 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Quoter/Generic_Factory.cpp:
        * examples/Quoter/Quoter_i.cpp :
        * examples/Simple/grid/Grid_i.cpp:
        * examples/Simple/Time/Time_i.cpp: Fixed unused arguments warnings
          in these files.

Wed Jun 23 17:35:00 1999  Chris Gill <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.{cpp, h, i}
          orbsvcs/orbsvcs/Sched/Reconfig_Sched_Utils.{cpp, h, i} (new):

        Hacked apart and am in the process of revamping how the DFS based
        passes over the dependency graph are done.  This code is in a
        state of flux and does not yet compile - please do not attempt
        to add it to any make or project files until it is cleaned up.

Wed Jun 23 17:19:52 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/tao_ir_i.cpp: Fixed some errors on
          g++.

Wed Jun 23 16:38:54 1999  John Heitmann  <jwh1@cs.wustl.edu>

        * examples/Quoter/run_test.pl:
        * examples/POA/TIE/run_test.pl:
        * examples/Forwarding/run_test.pl:
        * orbsvcs/tests/Time/run_test.pl:
        * orbsvcs/tests/Logger/run_test.pl:
        * orbsvcs/tests/Event_Latency/run_test.pl:
        * orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
        * orbsvcs/tests/CosEC_Multiple/run_test.pl:
          Rather that kill(), the servers now terminate();

        * examples/POA/TIE/run_test.pl:
          Now conforms to the new style.

Wed Jun 23 15:54:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/tests/ImplRepo/nestea_i.cpp :
        * orbsvcs/tests/ImplRepo/nestea_server_i.cpp:
        * orbsvcs/tests/ImplRepo/airplane_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp (destroy): Fixed
          warnings by remving an extra argument.

Wed Jun 23 15:50:53 1999  Ossama Othman  <othman@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/Globals.h:

          Added a '-*- C++ -*-' to force C++ mode when editing in Emacs.

        * tao/UIOP_Acceptor.cpp:

          Cosmetic updates.

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

          Comment updates.  No code changes.

Wed Jun 23 15:08:04 1999  Mike Moran  <mm4@cs.wustl.edu>

        * orbsvcs/tests/Trading/Simple_Dynamic.cpp:
          Fixed warnings by removing unused parameters to method evalDP().

Wed Jun 23 14:42:27 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
          Eliminated optimized generated code for CDR operators for
          bounded octet sequences. The bounded class does not contain
          or use message blocks. This undoes a change made earlier
          today. Thanks to Doug Anderson <doug@clark.net> for
          pointing out this problem.

Wed Jun 23 14:42:01 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/Simple/echo/run_test.pl: Modified it to have the
          timedout feature.

Wed Jun 23 14:25:09 1999  Mike Moran  <mm4@cs.wustl.edu>

        * orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp:
        fixed warning in register_factory, removed unused parameter

Wed Jun 23 14:22:04 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/Simple/echo/Echo_i.cpp (echo_list): Added
          ACE_UNUSED_ARG for <message> to ward off warnings.

Wed Jun 23 13:56:52 1999  John Heitmann  <jwh1@cs.wustl.edu>

        * tests/NestedUpcall/Triangle_Test/run_test.pl:
        * tests/Multiple_Inheritance/run_test.pl:
          Was timing out too soon, increased the wait time to compensate.

Wed Jun 23 12:33:31 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/benchmark/client.cpp:
        * orbsvcs/tests/AVStreams/benchmark/server.cpp:
        * orbsvcs/tests/AVStreams/benchmark/child.cpp:
        * orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp :
        * orbsvcs/orbsvcs/AV/sfp.cpp:
          Fixed a few warnings for unused args. Thanks to Carlos for
          reporting these.

        * orbsvcs/tests/AVStreams/sfp/run_test.pl:
          Added a new run_test.pl for the sfp tests.
        * orbsvcs/tests/AVStreams/sfp/client.cpp:
          Added a new option -a to specify the server address.
          Also fixed some warnings. Thanks to Carlos and David for
          reporting these.
        * orbsvcs/tests/AVStreams/sfp/common.h:
          Made the default server address as localhost:10000.

Wed Jun 23 11:32:29 1999  Vishal Kachroo  <vishal@cs.wustl.edu>

        * /TAO/tests/InterOp-Naming/INS_i.cpp:
          Fixed a warning for an unused argument.

Wed Jun 23 10:09:48 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO-INSTALL.html: added link to ACE-INSTALL.html's resource
          requirements discussion.  Thanks to Gilbert Roulot
          <gilbert.roulot@tts.thomson-csf.com> for this suggestion.

Wed Jun 23 10:00:16 1999  Pradeep Gore  <pradeep@danzon.cs.wustl.edu>

        * orbsvcs/tests/CosEC_Multiple.cpp:
        * examples/Event_Comm/Event_Comm_i.cpp:
        * examples/Event_Comm/Supplier_Input_Handler.cpp:
          Fixed unused arg warnings.

Wed Jun 23 09:49:40 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/Param_Test/complex_any.cpp:
        * TAO/tests/Param_Test/results.cpp:
        * TAO/tests/Param_Test/typecode.cpp:
        * TAO/tests/Param_Test/ub_any_seq.cpp:
        * TAO/tests/Param_Test/ub_short_seq.cpp:
          Fixed unused arg warnings.

Wed Jun 23 09:26:39 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
          Changed a couple of instances of ACE_dynamic_cast
          to ACE_reinterpret_cast in generated code. I had earlier
          changed these from ACE_static_cast mistakenly to
          ACE_dynamic_cast. Thanks to David for setting me
          straight.

Wed Jun 23 00:42:05 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * examples/Simple/time-date: Fixed warnings in the code.
          Thanks to Carlos for reporting this.

Wed Jun 23 00:07:51 1999  John Heitmann  <jwh1@cs.wustl.edu>

        * orbsvcs/tests/Time/run_test.pl: Changed all instances of server
            and clerk to Time_Service_Server and Time_Service_Clerk.

Tue Jun 22 22:11:40 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/default_resource.cpp:
          Removed the warning about -ORBresources, the current behavior is
          acceptable and we decided not to remove the option in the
          future.

        * orbsvcs/tests/Makefile:
        * orbsvcs/tests/AVStreams/Makefile:
        * orbsvcs/tests/AVStreams/benchmark/Makefile:
        * orbsvcs/tests/AVStreams/benchmark/run_test.pl:
        * orbsvcs/tests/AVStreams/benchmark/svc.conf:
        * orbsvcs/tests/AVStreams/sfp/Makefile:
        * orbsvcs/tests/Property/run_test.pl:
          Updated the Makefiles and scripts on the AV tests, there is some
          hope of adding them to the nightly builds.

        * orbsvcs/tests/Event/Basic/BCast.cpp:
          Fixed a warning.

        * tests/POA/Destruction/Makefile:
          Updated dependencies

Tue Jun 22 21:49:38 1999  Fred Kuhns  <fredk@cs.wustl.edu>

        * IORManipulation.cpp:
          Fixed usage of type_id, was if (type_id) now if (type_id.in ())
          This will ensure a const char * is returned for the if.

Tue Jun 22 21:11:56 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/Repository.cpp:Added missing template
          instantiations

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h: Added few missing
          exceptions in the signature.

Tue Jun 22 20:11:49 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POA.cpp (locate_servant_i): If incarnate() returns 0, then
          an OBJ_ADAPTER exception should be raised.  Thanks to Matthew
          Newhook <matthew@ooc.com> for pointing this out.

Tue Jun 22 20:23:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
        * orbsvcs/tests/EC_Multiple/run_test.pl:
        * orbsvcs/tests/Event_Latency/run_test.pl:
          Updated to work in the nightly builds

        * examples/Simple/chat/Broadcaster_i.cpp:
          Fixed warning

        * tests/Makefile:
          Added the POA directory

        * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
          The POA was not activated

        * examples/Simple/bank/run_test.pl:
        * examples/Simple/grid/run_test.pl:
        * examples/Simple/time/run_test.pl:
        * examples/Simple/time-date/run_test.pl:
          Minor fixes on the server shutdown

Tue Jun 22 20:10:53 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/echo/server.cpp:
        * examples/Simple/bank/server.cpp:
        * examples/Simple/grid/server.cpp:
        * examples/Simple/time/server.cpp: Made some cosmetic changes.

        * tao/Active_Object_Map.cpp: Removed some statements that were
          giving compile errors. They were ACE_UNUSED_ARG ()  which were
          not there.

Tue Jun 22 19:27:21 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Event/Performance/run_test.pl:
          Make the tests shorter because they were timing out on some
          platforms.

Tue Jun 22 17:09:45 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Active_Object_Map.cpp
          (TAO_Multiple_Id_Strategy::is_servant_in_map() and
          TAO_User_Id_Strategy::bind_using_system_id()): Fixed unused arg
          warnings.  Thanks to Carlos for pointing these out.

        * tao/Object_Adapter and tao/POA:

          Did some major rework of the POA Current object.  Previously,
          this object was used for the POA Current as well as the cleanup
          object. Servant_Upcall has taken over the role of the cleanup
          object.  Therefore, moved all extra state from POA Current to
          Servant Upcall.

          The above change allowed me to fix POA::destroy().  Previously,
          when POA::destroy() was called, the POA object was destroyed
          immediately.  The problem with this was that there might be
          outstanding requests being dispatched by this POA.  These
          outstanding requests access POA state once they complete.  If
          the POA is already gone by this time, a seg fault will occur.
          The fix allows the POA destruction to be delayed till all the
          outstanding requests complete.

        * tests/POA/Destruction/Destruction.cpp: This new test will make
          sure that the above mentioned change works.

        * test/POA/Identity: Moved this application from examples
          directory to the test directory.

Tue Jun 22 18:38:35 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/Simple_util.cpp: Made the POA state active
          before calling the rebind  on the naming service.

Tue Jun 22 17:45:16 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent_Utilities.cpp:
        * orbsvcs/orbsvcs/AV/sfp.cpp:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators_T.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
        * tests/Param_Test/param_test_i.cpp:
          More unused variable/parameter warnings are removed.

Tue Jun 22 17:14:48 1999  John Heitmann  <jwh1@cs.wustl.edu>

        * orbsvcs/tests/Logger/run_test.pl:
        * orbsvcs/tests/Property/run_test.pl:
        * orbsvcs/tests/Time/run_test.pl: Updated the tests to
          reflect new guidelines concerning timeouts and blocking.

Tue Jun 22 17:07:01 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Any.h:
        * tao/Any.cpp:
          Added the insertion operator for exceptions into anys (copying
          version).

Tue Jun 22 15:18:46 1999  John Heitmann  <jwh1@cs.wustl.edu>

        * examples/Quoter/run_test.pl:
        * examples/Simple/bank/run_test.pl:
        * examples/Simple/grid/run_test.pl:
        * examples/Simple/time/run_test.pl:
        * examples/Simple/time-date/run_test.pl:
        * orbsvcs/tests/AVStreams/benchmarks/run_test.pl:
        * orbsvcs/tests/CosEC_Multiple/run_test.pl:
        * orbsvcs/tests/CosEC_Multiple/run_test2.pl:
        * orbsvcs/tests/EC_Basic/run_test.pl:
        * orbsvcs/tests/EC_Custom_Marshal/run_test.pl:
        * orbsvcs/tests/EC_Multiple/run_test.pl:
        * orbsvcs/tests/Event_Latency/run_test.pl: Updated the tests to
          reflect new guidelines concerning timeouts and blocking.

Tue Jun 22 15:11:26 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Event/Basic/BCast.cpp:
          Fixed problems opening and closing the event handler. Thanks to
          Tom Ziomek for pointing this out.

Tue Jun 22 14:21:41 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * 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_str_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_sequence_cs.cpp:
          Methods allocbuf() in *C.i and _allocate_buffer() in *C.cpp
          always allocate the maximum for the bounded sequence, so the
          ULong 'length" arg was always unused. Commented it out in the
          generated code. Warnings reported on Linux builds.

Tue Jun 22 14:02:26 1999  David L. Levine  <levine@cs.wustl.edu>

        * examples/OBV/Typed_Events/Makefile
          Benchmark/Marshal_Test/Orbix/Makefile,
          Benchmark/Marshal_Test/TAO/Makefile,
          Benchmark/Marshal_Test/VisiBroker/Makefile,
          TAO_IDL/Makefile,
          performance-tests/Cubit/Hardpack/IDL_Cubit/Makefile,
          performance-tests/Cubit/VisiBroker/base_server/Makefile,
          performance-tests/Cubit/VisiBroker/client/Makefile,
          performance-tests/Thruput/Orbix/Makefile:
          replaced rm with $(RM).

Tue Jun 22 13:55:09 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
          Eliminated unused arg in _reset() and added initialization of
          base class constructor in copy constructor. These were
          pointed out by Linux warnings in David's build logs.

Tue Jun 22 13:42:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/fe/fe_interface_header.cpp:
        * tao/Active_Object_Map.cpp:
        * tao/Context.cpp:
        * tao/GIOP.cpp:
        * tao/IORC.cpp:
        * tao/PolicyC.cpp:
        * tao/Transport_Mux_Strategy.cpp:
        * tao/UIOP_Transport.cpp:
        * tao/ValueBase.cpp:
        * tests/OctetSeq/OctetSeq.cpp:
          More unused arg warnings removed..

        * tao/IIOP_Connect.cpp:
        * tao/IIOP_Transport.cpp:
          In this case the unused argument was actually a bug.

Tue Jun 22 13:19:24 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/Makefile,TAO_IDL/fe/y.tab.{h,cpp}: removed unused
          arguments.

Tue Jun 22 11:39:43 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/Latency/Makefile:
          This directory was missing the -Ge 1 option.

        * examples/OBV/Simple_util.cpp:
        * examples/OBV/Typed_Events/Server_i.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
          Fixed some of the new egcs warnings

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
          Don't raise an exception if the supplier is already there, it
          may be because another thread added, because it was
          connected/disconnected multiple times while the operations where
          delayed, etc.

        * orbsvcs/tests/Event/lib/Consumer.h:
        * orbsvcs/tests/Event/lib/Consumer.cpp:
        * orbsvcs/tests/Event/lib/Driver.h:
        * orbsvcs/tests/Event/lib/Driver.cpp:
        * orbsvcs/tests/Event/lib/Supplier.h:
        * orbsvcs/tests/Event/lib/Supplier.cpp:
          Be more careful with object deactivation, there is no need to
          deactivate the consumers and suppliers after each disconnect,
          only on shutdown, that is not only more efficient, but it avoids
          problems with the POA:  if an object is deactivated it cannot be
          deactivated until all its pending requests have finished.  This
          is specially problematic when the object is deactivated while
          performing an upcall on the same object....

Tue Jun 22 11:11:46 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_structure.cpp:
          Removed error output code for non-field member of struct in
          method in_recrusion(). There can be legitimate non-field
          things encountered, like values of an enum declared inside
          the struct, which will not involve any recursion, so we
          just advance the iterator.

Tue Jun 22 10:29:54 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
          There is no need to deactivate the gateway every time we modify
          its QoS parameters, the same object reference is still valid.
          The UDP gateway case is a little different and requires a closer
          look.

Tue Jun 22 09:52:44 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/ORB.cpp (lookup_value_factory): removed unused arg ACE_TRY_ENV.
          Thanks to Carlos for the fix.

Tue Jun 22 08:38:12 EDT 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>
        * orbsvcs/orbsvcs/Makefile:
          Updated dependencies.

Tue Jun 22 07:59:11 EDT 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * tao/ORB.cpp:
          Fixed a compile error where we were using "env" whereas the
          parameter passed ACE_TRY_ENV.

Tue Jun 22 02:22:11 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/ImplRepo_Service/Makefile:
        * orbsvcs/tests/ImplRepo/Makefile:
          Updated Dependencies and changed for new IR stuff.

        * orbsvcs/tests/ImplRepo/run_test.pl:
          Uses relative path for tao_ir.

        * orbsvcs/tests/ImplRepo/Repository_Test.cpp: (REMOVED)
        * orbsvcs/tests/ImplRepo/Repository_Test.dsp: (REMOVED)
          Old test does not work with the new Repository.

        * orbsvcs/tests/ImplRepo/svc.conf: (REMOVED)
          Don't think we need this anymore.

Tue Jun 22 00:38:58 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        New Implementation Repository stuff, featuring a command line
        helper application, tao_ir; a new IDL interface; extra commands
        available for the server, and new docs.

        * orbsvcs/orbsvcs/ImplRepo.idl:
        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/Ping.idl: (REMOVED)
          Restructured the IDL for Implementation Repository.

        * docs/releasenotes/index.html:
          ImplRepo link now goes to main ImplRepo page.

        * docs/implrepo/index.html:
        * docs/implrepo/status.html: (REMOVED)
        * docs/implrepo/tao_ir.html: (ADDED)
        * docs/implrepo/usersguide.html:
          Updated docs and did a little reorganizing.
          Note: User's Guide has not been fully updated yet.

        * orbsvcs/ImplRepo_Service/ImplRepo.cpp:
          Converted TAO_* corba macros to ACE_*.

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
          Supported new ImplRepo IDL Interface.

        * orbsvcs/ImplRepo_Service/Options.cpp:
          Removed extra "*/"

        * orbsvcs/ImplRepo_Service/Repository.cpp:
        * orbsvcs/ImplRepo_Service/Repository.h:
          Reorganized and worked minimal support (or at least room) for
          future inclusion of logical servers and Process information.

        * orbsvcs/ImplRepo_Service/ImplRepo.dsw:
        * orbsvcs/ImplRepo_Service/tao_ir.cpp: (ADDED)
        * orbsvcs/ImplRepo_Service/tao_ir.dsp: (ADDED)
        * orbsvcs/ImplRepo_Service/tao_ir_i.cpp: (ADDED)
        * orbsvcs/ImplRepo_Service/tao_ir_i.h: (ADDED)
          Added tao_ir command line application that supports the commands
          activate, add, list, remove, shutdown, and update.  Please see
          HTML docs for more info.

        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
        * orbsvcs/tests/ImplRepo/IR_Helper.h:
          IR_Helper works with new IR interfaces.

        * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
          Doesn't sleep anymore in the loop.

        * orbsvcs/tests/ImplRepo/airplane_i.cpp:
        * orbsvcs/tests/ImplRepo/airplane_i.h:
        * orbsvcs/tests/ImplRepo/nestea_i.cpp:
        * orbsvcs/tests/ImplRepo/nestea_i.h:
          Removed shutdown flags.  Servers do not shutdown after every
          call in IR mode anymore.

        * orbsvcs/tests/ImplRepo/airplane_server.cpp:
        * orbsvcs/tests/ImplRepo/nestea_server.cpp:
          Says goodnight when finished.

        * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:
        * orbsvcs/tests/ImplRepo/airplane_server_i.h:
        * orbsvcs/tests/ImplRepo/nestea_server_i.cpp:
        * orbsvcs/tests/ImplRepo/nestea_server_i.h:
          Removed registration code, since tao_ir now handles that.

        * orbsvcs/tests/ImplRepo/run_test.pl:
          Redid structure of ir tests.  Now will start IR, then register
          server, start server, run client, shutdown server, run client
          (which should then have the IR restart the server).

        * orbsvcs/tests/ImplRepo/ImplRepo.dsw:
        * orbsvcs/tests/ImplRepo/airplane_client.dsp:
        * orbsvcs/tests/ImplRepo/airplane_server.dsp:
        * orbsvcs/tests/ImplRepo/nestea_client.dsp:
        * orbsvcs/tests/ImplRepo/nestea_server.dsp:
          General Updates.

Tue Jun 22 00:29:06 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB.cpp (key_to_object): Changed to use ACE try macros.
          Thanks to J. Russell Noseworthy <rnosewor@objectsciences.com>
          for pointing this out.

Mon Jun 21 23:34:48 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        Added two new options to TAO and support for them,
        -ORBImplRepoPort and -ORBImplRepoIOR.  Also added
        ImplRepoService to the list of services supported by
        resolve_initial_references ().

        Note: The IR server doesn't support Multicast yet, just the
        client is done.

        * tao/orbconf.h:
          Added the necessary macros for ports for ImplRepo multicast and
          the resolve_initial_references ("ImplRepoService").

        * tao/ORB.h:
        * tao/ORB.cpp:
          Added resolve_implrepo_service () method and the member variable
          implrepo_service_.

        * tao/ORB_Core.cpp:
          Added support for options ORBImplRepoIOR and ORBImplRepoPort.

        * tao/params.h:
        * tao/params.cpp:
        * tao/params.i:
          Added member variables implrepo_service_ior_ and
          implrepo_service_port_ and accessors for them.

        * docs/Options.html:
          Updated docs to list the two new ORB options.

Mon Jun 21 23:34:06 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IORManipulation.h:
        * tao/IORManipulation.cpp:
          Fixed throw specs

        * tao/IORS.h:
        * tao/IORS.cpp:
          Fixed problems with the _tao_create_collocated()
          implementation.

Mon Jun 21 22:56:17 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Event/Event.dsw:
        * orbsvcs/tests/Event/Basic/Basic.dsw:
        * orbsvcs/tests/Event/Basic/BCast.dsp:
          Added project for the BCast tests

Mon Jun 21 22:25:30 1999  Ossama Othman  <othman@cs.wustl.edu>

        * tao/ORB.cpp (resolve_initial_references):

          Added work-around for case when default initial reference ends
          with forward slash '/' object key delimiter.  The code will soon
          be updated to work with pluggable protocols that use an object
          key delimiter other than '/', such as UIOP.

        * tao/ORB_Core.cpp (init):

          Cosmetic updates.

        * tao/Pluggable.cpp (make_mprofile):

          Corrected object key string offset when searching for the object
          key delimiter in the IOR.  Object keys are, once again, properly
          appended to endpoints during profile creation (during string to
          object conversions).

          Fixed error return value mismatch when checking for a full
          MProfile during MProfile::give_profile() call.  I incorrectly
          assumed that a return value other than zero was an error.

Mon Jun 21 22:19:14 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Event/Basic/Makefile:
        * orbsvcs/tests/Event/Basic/BCast.h:
        * orbsvcs/tests/Event/Basic/BCast.cpp:
          Added a new test for the broadcast based event channel, thanks
          to Tom Ziomek <tomz@cc.comm.mot.com> for motivating this
          case.

        * orbsvcs/tests/Event/lib/Supplier.cpp:
          Changed exception handling to keep sending events even if one of
          them raises an exceptions.

Mon Jun 21 20:47:46 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simple_Naming/makefile:
        * TAO/orbsvcs/tests/Trading/Makefile:
        * TAO/orbsvcs/tests/ImplRepo/Makefile:
        * TAO/orbsvcs/examples/CosEC/Factory/Makefile:
        * TAO/examples/Quoter/Makefile:
        * TAO/examples/Simple/bank/Makefile:
        * TAO/examples/Simple/chat/Makefile:
        * TAO/examples/Simple/echo/Makefile:
        * TAO/examples/Simple/grid/Makefile:
        * TAO/examples/Simple/time-date/Makefile: Added -Ge 1 option to
          these files.

Mon Jun 21 19:41:56 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
          Removed an unused variable from visit_predefined_type().
          Caused a CC warning.

Mon Jun 21 19:06:14 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Servant_Base.h (TAO_ServantBase): Change reference count
          (again) from ACE_Atomic_Op<ACE_SYNCH_MUTEX, CORBA::ULong> to
          ACE_Atomic_Op<ACE_SYNCH_MUTEX, long>.  This way we can utilize
          the InterlockedIncrement / InterlockedDecrement specializations
          for Atomic_Op on NT.  Not sure why Nanbor had reverted this
          change earlier.

Mon Jun 21 19:07:46 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_union.cpp:
          Fixed an ACE_ERROR cut-and-paste typo.

        * TAO_IDL/be_include/be_enum_val.h:
        * TAO_IDL/be/be_enum_val.cpp:
          Added a virtual compute_size_type(). method. Even though the
          implementation is trivial, it's necessary because this gets
          called for all types from be_decl. Be_decl's own version of
          this function is a no-op, so it must be overridden for all
          other types. This gets rid of an ACE_ASSERT error when
          declaring an enum inside a structure.

        * TAO_IDL/be/be_structure.cpp:
          Removed ACE_ERROR message in in_recursion() method when
          a null field pointer is found by field::narrow_from_decl().
          Not everything iside a structure is a field, so this
          could be a legitimate return value.

Mon Jun 21 18:57:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/POA.cpp:
          Fixed several places where the return value was checked for -1
          but actually any value != 0 was an error. Thanks to Irfan for
          helping me track this down.

Mon Jun 21 18:52:55 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * performance-tests/Cubit/COOL/IDL_Cubit/Makefile:
        * performance-tests/Cubit/COOL/MT_Cubit/Makefile:
        * performance-tests/Cubit/TAO/DII_Cubit/Makefile:
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile:
        * performance-tests/Cubit/TAO/MT_Cubit/Makefile:
        * performance-tests/POA/Demux/Makefile:
        * performance-tests/POA/Object_Creation_And_Registration/Makefile:
        * performance-tests/Pluggable/Makefile:
        * performance-tests/Thruput/TAO/Makefile:Added -Ge 1 option to
          the TAO_IDLFLAGS in these Makefile's

Mon Jun 21 18:35:53 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * orbsvcs/tests/Event/Basic/Observer.cpp: Added initialization of
          <gwys_>.

        * tests/TAO_Tests.dsw
        * tests/MT_Server/MT_Server.dsw
        * tests/MT_Server/client.dsp
        * tests/MT_Server/server.dsp
        * tests/OctetSeq/OctetSeq.dsp
        * tests/OctetSeq/OctetSeq.dsw
        * tests/OctetSeq/client.dsp
        * tests/OctetSeq/server.dsp

          New MSVC project files.

Mon Jun 21 17:06:32 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * utils/IOR-parser/Makefile:
        * utils/catior/Makefile:
        * utils/nslist/Makefile:
        * tests/CDR/Makefile:
        * tests/FL_Cube/Makefile:
        * tests/InterOp-Naming/Makefile:
        * tests/MT_Client/Makefile:
        * tests/MT_Server/Makefile:
        * tests/Multiple_Inheritance/Makefile:
        * tests/Native_Exceptions/Makefile:
        * tests/NestedUpcall/MT_Client_Test/Makefile:
        * tests/NestedUpcall/Reactor/Makefile:
        * tests/NestedUpcall/Triangle_Test/Makefile:
        * tests/OctetSeq/Makefile:
        * tests/Param_Test/Makefile:
        * examples/Callback_Quoter/Makefile:
        * examples/Event_Comm/Makefile:
        * examples/OBV/Typed_Events/Makefile:
        * examples/POA/Adapter_Activator/Makefile:
        * examples/POA/DSI/Makefile:
        * examples/POA/Default_Servant/Makefile:
        * examples/POA/Explicit_Activation/Makefile:
        * examples/POA/FindPOA/Makefile:
        * examples/POA/Forwarding/Makefile:
        * examples/POA/Generic_Servant/Makefile:
        * examples/POA/TIE/Makefile: Added -Ge 1 to these Makefiles.

Mon Jun 21 16:11:02 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * tao/IORManipultion.cpp
          Added workaround for the MS C++ lib which does not
          implement the auto_ptr::reset () method.

Mon Jun 21 15:44:16 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * tao/IORManipultion.cpp
          added template instantion for auto_ptr

Mon Jun 21 14:50:58 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp
          (visit_interface):  Added ACE_UNUSED_ARG for the <type> argument
          in _create_collocated_objref.  Thanks to Carlos for pointing
          this out.

Mon Jun 21 14:54:24 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile: Added the option -Ge 1.
        * rules.tao.GNU : Removed the addition of default variable -Ge 1
          from this file.

Mon Jun 21 14:15:33 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/Makefile:
        * performance-tests/Latency/Makefile:
        * performance-tests/Latency/README:
        * performance-tests/Latency/client.conf:
        * performance-tests/Latency/client.cpp:
        * performance-tests/Latency/run_test.pl:
        * performance-tests/Latency/server.conf:
        * performance-tests/Latency/server.cpp:
        * performance-tests/Latency/test.idl:
        * performance-tests/Latency/test_i.cpp:
        * performance-tests/Latency/test_i.h:
        * performance-tests/Latency/test_i.i:
          Added new test to measure latency (and throughput) in the ORB,
          using different configurations (thread-pool,
          thread-per-connection, etc.)

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
          Fixed close() method, thanks to J. Russell Noseworthy
          <rnosewor@objectsciences.com> for pointing this

Mon Jun 21 12:10:33 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Makefile:
          Updated dependencies

        * tao/Object.h:
        * tao/Object.cpp:
          The CORBA::Object::_is_equivalent method *requires* the extra
          environment parameter.

Mon Jun 21 11:56:03 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO_Static.dsp:
        * tao/TAO.dsp: Added IORC, IORS, and IORManipulation.

Mon Jun 21 11:52:10 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Fixed problem with Makefile - removed POAS.h from PUB_HDRS

Mon Jun 21 11:32:12 1999  Steve Huston  <shuston@riverace.com>

        * TAO_IDL/Makefile: The platform_macros.GNU file can now set a
          CPP_LOCATION to override the default, $(CXX).

Mon Jun 21 11:07:03 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/AST_Expression.cpp:
          Eliminated dependency on <limits.h> and <float.h> by using
          values defined in Basic_Types.h and deleting a broken
          #define of MAXCHAR. Thanks to Hata Yoshiaki <hatay@alpha.co.jp>
          for pointing out that setting signed short and long
          constants to their minimum values was broken.

Mon Jun 21 11:04:03 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * tao/{IORC, IORS, IORManipulation}.cpp:

          Fixed problem with the ACE_RCSID call.

Mon Jun 21 08:07:46 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Implemented an IOR Manipulation interface (IOR.pidl).
          Added new files
              IORC.{h,i,cpp}
              IORS.{h,i,cpp}
              IORManipulation.{h,cpp}
          IOR{C,S} are the usual IDL generated files although the
          IOR Manipulation object is constrained to be local.  The new
          class (TAO_IOR_Manipulaiton) is implemted in IORManipultion.

        * Enhanced MProfile to facilitate the new IOR Manipulation
          class.  MProfile objects can now grow dynamically, that is
          if you try to add a profile to an already full MProfile,
          the internal buffer will be increased in size rather then
          returning an error.

        * Added the default per ORB IOR manipulation object to the ORB
          class.

        * Updated the Makefile

        * Addressed comments in IIOP_factory.

        * Removed CORBA::Environment arg from TAO_XX_Profile::is_equivalent ()
          and CORBA_Object::is_equivalent () and TAO_Stub::is_equivalent ()

        * Added the following macro to orbconf.h
             #define TAO_OBJID_IORMANIPULATION "IORManipulation"

Sun Jun 20 19:35:16 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
          Changed the private section of TAO_EC_Basic_ObserverStrategy to
          protected to help implementors of alternative strategies.

Sun Jun 20 16:33:44 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Transport.cpp:
          Avoid crashes if the server dies when we are not expecting a
          response. Thanks to J. Russell Noseworthy
          <rnosewor@objectsciences.com> for reporting this problem.

        * tao/GIOP.cpp:
          Fixed error messages.

        * tests/Multiple_Inheritance/run_test.pl:
          The test was reporting spurious faults: the server is shutdown
          using a signal to its exit status is never 0.

        * tests/NestedUpcall/Reactor/run_test.pl:
          The test was too aggresive, it was using too many file
          descriptors.

        * tests/InterOp-Naming/INS_test_client.cpp:
        * tests/InterOp-Naming/Server_i.cpp:
        * tests/InterOp-Naming/Server_i.h:
        * tests/InterOp-Naming/run_test.pl:
          The test is more "standard" now, and the script works in many
          cases, but it needs more work.

        * tests/NestedUpcall/Triangle_Test/initiator.cpp:
          Updated the test, it was not activating the POA. But it still
          fails due to memory managment problems.

Sun Jun 20 14:39:23 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader_Utils.h: Reformatted the documentation
          so it'll conform to the "ACE+TAO style."

        * orbsvcs/orbsvcs/Trader/Trader_Utils.h: Added a definition for
          TAO_Dynamic_Property::operator=(TAO_Dynamic_Property const &) so
          that the code will compile with G++.  Thanks to Jean-Marc
          Strauss <jms97@club-internet.fr> for reporting this.

        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp (startup): Make sure to
          use .in() to work around broken G++ compilers...  Thanks to
          Jean-Marc Strauss <jms97@club-internet.fr> for reporting this.

Sun Jun 20 07:40:02 EDT 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/be/be_visitor_field/field_ch.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_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:

          In the visit_predefined_type method for all the above, we were
          generating incorrect mapping for typedef to CORBA::Object. In
          the earlier buggy version we were checking if the local name of
          the typedef node is "Object". However, the correct way to do
          this is to check if the local name of the most primitive type
          node of the typedef node is "Object".

Sat Jun 19 22:27:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Multiple_Inheritance/run_test.pl:
          Made this test safe for nightly builds.

Sat Jun 19 22:22:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
        * tao/Wait_Strategy.cpp:
          The thread pool changes had some problems with nested upcalls
          and the client-side leader follower: they did not keep track of
          the number of followers properly. This has been fixed.

        * tests/MT_Server/client.cpp:
        * tests/MT_Server/run_test.pl:
          Only shutdown the server if the -x option is used.
          The script uses this feature to pass cleanly all the time.

        * tests/NestedUpcall/Reactor/client.cpp:
        * tests/NestedUpcall/Reactor/client.h:
        * tests/NestedUpcall/Reactor/eh_i.cpp:
        * tests/NestedUpcall/Reactor/eh_i.h:
        * tests/NestedUpcall/Reactor/mt_client.cpp:
        * tests/NestedUpcall/Reactor/mt_client.h:
        * tests/NestedUpcall/Reactor/reactor_i.cpp:
        * tests/NestedUpcall/Reactor/reactor_i.h:
        * tests/NestedUpcall/Reactor/run_test.pl:
        * tests/NestedUpcall/Reactor/server.cpp:
        * tests/NestedUpcall/Reactor/server.h:
          The -q option can be used to turn the test silent. This is used
          to run a high number of iterations in the mt client test.

Sat Jun 19 17:38:42 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
          Fixed code generation for unions with generic
          CORBA::Object member. TAO IDL compiler classifies
          CORBA::Object member as a predefined type PT_pseudo,
          but generated code must be like that for interface.
          Someday we should make a special type for CORBA::Object
          in the IDL compiler.

Sat Jun 19 17:19:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB.h:
        * tao/ORB.cpp:
        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
        * tao/Wait_Strategy.cpp:
          Added support for thread pools.
          Moved the Leader_Follower data structure into the ORB_Core and
          all the methods from ORB_Core into the Leader_Follower class.

        * tests/Makefile:
        * tests/MT_Server/Makefile:
        * tests/MT_Server/README:
        * tests/MT_Server/client.cpp:
        * tests/MT_Server/run_test.pl:
        * tests/MT_Server/server.conf:
        * tests/MT_Server/server.cpp:
        * tests/MT_Server/test.idl:
        * tests/MT_Server/test_i.h:
        * tests/MT_Server/test_i.i:
        * tests/MT_Server/test_i.cpp:
          New test for the leader follower implementation.

        * tests/MT_Client/README:
          Updated

        * tao/UIOP_Profile.cpp:
          Removed sperious debug message

Sat Jun 19 15:46:22 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        One more step Generating Reply Handler skeleton code in the client
        header file. Again, this will get enabled only when the TAO_IDL is
        called with the -GC flag.

        * TAO_IDL/be/be_visitor_argument/ami_handler_arglist.cpp:
        * TAO_IDL/be/be_visitor_argument/ami_arglist.cpp:

        * TAO_IDL/be/be_visitor_interface/ami_handler_ch.cpp:

        * TAO_IDL/be/be_visitor_operation/ami_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_handler_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_arglist_ch.cpp:

        * TAO_IDL/be_include/be_visitor_argument/ami_arglist.h:
        * TAO_IDL/be_include/be_visitor_argument/ami_handler_arglist.h:

        * TAO_IDL/be_include/be_visitor_interface/ami_handler_ch.h:

        * TAO_IDL/be_include/be_visitor_operation/ami_ch.h:
        * TAO_IDL/be_include/be_visitor_operation/ami_arglist.h:
        * TAO_IDL/be_include/be_visitor_operation/ami_cs.h:
        * TAO_IDL/be_include/be_visitor_operation/ami_handler_arglist.h:
        * TAO_IDL/be_include/be_visitor_operation/ami_handler_operation_ch.h:

        Added all these files.

        Rename the arglist_* to meaningful *_arglist unformly with
        meaningful names.

        * TAO_IDL/Makefile:
        * TAO_IDL/be/be_visitor_argument.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/ami_handler_fwd_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/ami_handler_fwd_ci.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/arglist_ami.cpp:
        * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ami_cs.cpp:
        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be_include/be_visitor_argument.h:
        * TAO_IDL/be_include/be_visitor_interface.h:
        * TAO_IDL/be_include/be_visitor_operation.h:
        * TAO_IDL/be_include/be_visitor_interface/ami_handler_fwd_ch.h:
        * TAO_IDL/be_include/be_visitor_interface/ami_handler_fwd_ci.h:

        Changes for the above work.

        * TAO_IDL/be/be_visitor_argument/arglist_ami.cpp:
        * TAO_IDL/be/be_visitor_operation/arglist_ami.cpp:
        * be_include/be_visitor_argument/arglist_ami.h:
        * be_include/be_visitor_operation/arglist_ami.h:

        Removed these files since they have been renamed already.

Sat Jun 19 15:43:38 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * Cubit/TAO/DII_Cubit/client.dsp:
        * Cubit/TAO/IDL_Cubit/client.dsp:
        * Cubit/TAO/IDL_Cubit/server.dsp:
        * Cubit/TAO/IDL_Cubit/collocation_test.dsp:
        * Cubit/TAO/MT_Cubit/client.dsp:
        * Cubit/TAO/MT_Cubit/server.dsp:
        * POA/Object_Creation_And_Registration/registration.dsp:
        * Pluggable/client.dsp:
        * Pluggable/server.dsp: Changed the tao_idl invocation options.

        * docs/compiler.html: Updated documentation.

Sat Jun 19 14:54:38 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynUnion_i_T.h:
        * tao/DynUnion_i_T.cpp:
          Cosmetic changes.

        * tao/DynUnion_i.h:
        * tao/DynUnion_i.cpp:
          Class DynUnion_i contains a functor class DU_Extractor to
          check for a match in TypeCode::member-label when
          constructing or assigning from an Any. DU_Extractor is a
          template class containing one function check_match(). The
          cases where the discriminator is a wchar or an enum caused
          resolution problems with 16 and 32 bit types respectively,
          so they had been specialized classes inheriting from a
          non-template base class. The cases for char and boolean,
          however, needed only the template function check_match()
          specialized, in order to use to_char and to_boolean. This
          kept all the compilers happy until recently, when AIX/egcs
          complained about char and boolean, so they have also been
          subclassed.

Sat Jun 19 12:59:28 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * rules.tao.GNU : Added the default argument ie. -Ge 1 to be used
          with the IDL compiler. This will take care of most of the
          flavours of UNIX. Also added a command line rule called
          tao_native_exception to override the default from the command
          line. If the application developer wants to change the default
          through his make file he can override them by using the rule
          TAO_IDLFLAGS.

        * TAO_IDL/util/utl_global.cpp :
        * TAO_IDL/driver/drv_args.cpp: Made changes to generate code
          according to the following rules.

          - If the compilation is on a platform with native C++ exceptions
          like NT, we may not want the ACE_TRY_ENV variables by default.

          - If the compilation is on a platform with NO native C++
          exceptions like say g++, the compiler  generates the environment
          variables.

          - cross platform compilation wherein one may compile on SUN CC
          with native exceptions but for VxWorks which does not have that
          capability.. In which case a handle is needed to generate the
          environment variables. This handle is denoted as a command line
          option to IDL as -Ge 1

          - A case that is vice-versa to the above. The option for such a
          case is -Ge 0

        * docs/compiler.html: Added documentation for the -u option in the
          IDL compiler.

        * DynAny_Test/basic_test.dsp:
        * InterOp-Naming/client.dsp:
        * InterOp-Naming/server.dsp:
        * MT_Client/client.dsp:
        * MT_Client/server.dsp:
        * MT_Client/orb_creation.dsp:
        * MT_Client/simple_client.dsp:
        * Multiple_Inheritance/client.dsp:
        * Multiple_Inheritance/server.dsp:
        * NestedUpcall/Reactor/client.dsp:
        * NestedUpcall/Reactor/mt-client.dsp:
        * NestedUpcall/MT_Client_Test/client.dsp:
        * NestedUpcall/MT_Client_Test/server.dsp:
        * NestedUpcall/Triangle_Test/initiator.dsp:
        * NestedUpcall/Triangle_Test/server_A.dsp:
        * NestedUpcall/Triangle_Test/server_B.dsp:
        * Param_Test/client.dsp:
        * Param_Test/server.dsp:
        * OctetSeq/OctetSeq.dsp:
        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp: Changed the tao_idl
          invocation parameter in all these NT related project files.  The
          command line parameter is set to '-Ge 1'.

        * Native_Exceptions/client.dsp:
        * Native_Exceptions/server.dsp: Here the command line parameters
          where changed from '-Ge' to '-Ge 0'.

        * examples/Callback_Quoter/Consumer.dsp:
        * examples/Callback_Quoter/Notifier.dsp:
        * examples/Callback_Quoter/Supplier.dsp:
        * examples/Event_Comm/Consumer.dsp:
        * examples/Event_Comm/Notifier.dsp:
        * examples/Event_Comm/Supplier.dsp:
        * examples/OBV/Typed_Events/client.dsp:
        * examples/OBV/Typed_Events/server.dsp:
        * examples/POA/DSI/client.dsp:
        * examples/POA/DSI/server.dsp:
        * examples/POA/Default_Servant/client.dsp:
        * examples/POA/Default_Servant/server.dsp:
        * examples/POA/Forwarding/server.dsp:
        * examples/POA/Forwarding/client.dsp:
        * examples/POA/Generic_Servant/client.dsp:
        * examples/POA/Generic_Servant/server.dsp:
        * examples/POA/Identity/Identity.dsp:
        * examples/POA/TIE/client.dsp:
        * examples/POA/TIE/server.dsp:
        * examples/Quoter/Factory_Finder.dsp:
        * examples/Quoter/Generic_Factory.dsp:
        * examples/Quoter/client.dsp:
        * examples/Quoter/server.dsp:
        * examples/Simple/bank/client.dsp:
        * examples/Simple/bank/server.dsp:
        * examples/Simple/chat/client.dsp:
        * examples/Simple/chat/server.dsp:
        * examples/Simple/echo/server.dsp:
        * examples/Simple/echo/client.dsp:
        * examples/Simple/grid/client.dsp:
        * examples/Simple/grid/server.dsp:
        * examples/Simple/time/client.dsp:
        * examples/Simple/time/server.dsp:
        * examples/Simple/time-date/Time_Date.dsp:
        * examples//Simulator/DOVEMIB/DOVEMIBx.dsp
        * examples//Simulator/DOVEMIB/TestClient.dsp:
        * examples/Simulator/Event_Supplier/DualEC_Sup.dsp:
        * examples/Simulator/Event_Supplier/Event_Sup.dsp:
        * examples/Simulator/Event_Supplier/Logging_Sup.dsp:Changed the tao_idl
          invocation parameter in all these NT related project files.  The
          command line parameter is set to '-Ge 1'.

Fri Jun 18 21:00:18 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/lex.yy.cpp.diff:
          Added new token for unsigned integer and new line to
          grammar to create AST_Expression of that type.

        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/y.tab.cpp.diff:
          Added cases to lex for dec, hex and oct integers
          so that those integer literals with and without
          leading '-' are differentiated.

          We were having a problem with constants of type
          unsigned long assigned a value that was
          > LONG_MAX and < ULONG_MAX. Since all integer
          literals were read as one case (signed longs)
          these assignments were viewed as negative
          numbers and so would cause a coercion error.
          Now integer literals without a leading - sign
          are read as unsigned longs, and the existing
          coercion code will catch legitimate out of
          bounds errors.

        * TAO_IDL/be/be_sunsoft.cpp:
          Moved the check for char printout of value '\'
          to come before check for isprint(). Char value
          that's read in as '\\' is stored in an
          AST_Expression as '\'. isprint() sees this as a
          printable character, so the case below it testing
          for '\\' was never reached, and char consts
          assigned the value of '\\' were getting output as
          '\', causing a C++ compile error. Thanks to
          Hata Yoshiaki <hatay@alpha.co.jp> for pointing
          out this problem.

Fri Jun 18 19:37:32 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.25 released.

Fri Jun 18 18:00:02 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
          Fixed old g++ warnings

Fri Jun 18 16:22:19 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/InterOp-Naming/INS_i.cpp:
          Fixed warning (and semantic error) in INS_i.cpp, strings
          returned from a servant should be duplicated.

        * TAO/orbsvcs/Time_Service/IR_Helper.cpp:
        * TAO/orbsvcs/Time_Service/IR_Helper.h:
        * TAO/orbsvcs/tests/EC_Multiple/EC_Multiple.h:
        * TAO/tests/CDR/octet_sequence.cpp:
          More char* to const char* conversions, but this time they were
          harmless.

Fri Jun 18 15:35:36 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/array_cs.cpp (visit_array): Moved
          the generation of the *_array_alloc and *_array_free functions
          from the i file to the cpp file.  This is because of the
          lameness of namespaces and MSVC export madness.

        * tao/GIOP.cpp (process_server_request): Removed extra
          ACE_UNUSED_ARG (response_required) and initialized <request_id>
          to zero in process_server_request().

        * examples/POA/Forwarding/MyFooServant.cpp (handle_input): Removed
          extra semi-colon.

Fri Jun 18 14:26:27 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp (init):
          Released the servant pointer before returning.  Actually, Carlos
          and Marina fixed this.

        * *.{mdp,mak}: Removed all MSVC 4 workspaces and makefiles.  We
          are no longer supporting this version of MSVC++.  If you need
          support for MSVC++ 4.x please contact Steve Huston
          <shuston@riverace.com> of Riverace to arrange a support
          contract.

        * tests/Native_Exceptions/client.cpp (main): Caught exception
          <fail> is not used.

        * tests/Native_Exceptions/Native_Exception.dsw:
        * tests/Native_Exceptions/client.dsp:
        * tests/Native_Exceptions/server.dsp: New files.

Fri Jun 18 11:50:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Native_Exceptions/Makefile:
        * tests/Native_Exceptions/README:
        * tests/Native_Exceptions/run_test.pl:
        * tests/Native_Exceptions/client.cpp:
        * tests/Native_Exceptions/server.cpp:
        * tests/Native_Exceptions/test.idl:
        * tests/Native_Exceptions/test_i.h:
        * tests/Native_Exceptions/test_i.i:
        * tests/Native_Exceptions/test_i.cpp:
          Added new test that shows how to write applications using native
          C++ exceptions, without any of the ACE_TRY macros.

        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp:
          Added missing template instantiations.

        * tests/CDR/basic_types.cpp:
          Fixed const char* warnings...

Fri Jun 18 11:32:38 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Object_Adapter.h (prepare_for_upcall): Added default
          environment argument value so it would work fine with IDL
          generated code when using native exception support.

        * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp
          (visit_operation): Fixed native exception support.

        * TAO_IDL/be/be_visitor_interface/collocated_ss.cpp
          (visit_interface): Some Cosmetic changes.

Fri Jun 18 11:19:01 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Put the output CDR alllocators in TSS storage *all* the time.

Fri Jun 18 10:07:09 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/POA/Adapter_Activator/server.cpp:
        * tests/OctetSeq/test_i.cpp:
          Fixed minor syntax errors.

Thu Jun 17 23:43:25 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Adapter_Activator/server.cpp: Fixed servant leak by
          reference counting it.

        * examples/POA/Adapter_Activator/run_test.pl
        * examples/POA/Explicit_Activation/run_test.pl
        * examples/POA/Loader/run_test.pl
        * examples/POA/On_Demand_Activation/run_test.pl
        * examples/POA/On_Demand_Loading/run_test.pl

          Scripts should create one servant at a time.  Otherwise, output
          is difficult to read.

Thu Jun 17 22:41:17 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
          Fixed dead-lock during startup, it worked on NT thanks to the
          recursive mutexes in that land.

        * TAO_IDL/be/be_visitor_interface/collocated_ss.cpp:
          Nanbor's changes and ours (Irfan's and mine) did not mix well,
          fixed.

Thu Jun 17 22:44:04 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/Simple/echo/Echo_i.{h,cpp}: Added throw specs.
        * examples/Simple/grid/Grid_i.{h,cpp}: Modified throw specs to
          have double paranthesis.

Thu Jun 17 21:45:11 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * performance-tests/Thruput/TAO: Added the ACE_THROW macros.

        * examples/Event_Comm: Added the ACE_THROW macros.

        * examples/Simple/time/Time_i: Fixed the ACE_THROW macros to work
          correctly.

        * examples/Simple/bank: Added all the ACE_THROW specs.

        * ChangeLog: Split the ChangeLog to make a ChangeLog-99a since we
          were already up to 700k of ChangeLog entries for '99!

Thu Jun 17 20:40:56 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/POA/Object_Creation_And_Registration/run_test.pl:
          Fixed include path

Thu Jun 17 21:47:21 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * be/be_visitor_interface/collocated_sh.cpp:
        * be/be_visitor_interface/collocated_ss.cpp: Added code for
          generating collocated _is_a and _non_existent methods.

Thu Jun 17 19:38:57 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
        * tao/Resource_Factory.h:
        * tao/Resource_Factory.cpp:
        * tao/default_resource.h:
        * tao/default_resource.cpp:
        * docs/Options.html:
        * docs/configurations.html:
          Moved the CDR allocators from the resource factory to the
          ORB_Core resources. They are stored in either per-ORB-per-thread
          storage or in per-ORB storage.  Notice that the control on the
          allocators location is left for the -ORBResources flag, but the
          control of the *type* of allocator is still in the resource
          factory class.  This completes the separation of roles between
          the resource factory (that only allocates resources), and the
          ORB_Core (who manage their lifetime).

        * tao/Stub.h:
        * tao/Stub.i:
        * tao/Servant_Base.cpp:
        * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp:
          Added new fast accessors to the ORB_Core that do not require a
          duplicate on every call.

Thu Jun 17 15:31:17 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/Callback_Quoter/Consumer_i.cpp:
        * examples/Callback_Quoter/Consumer_i.h:
        * examples/Callback_Quoter/Notifier_i.cpp:
        * examples/Callback_Quoter/Notifier_i.h:
        * examples/OBV/Typed_Events/Server_i.cpp:
        * examples/OBV/Typed_Events/Server_i.h:
        * examples/Quoter/Factory_Finder_i.cpp:
        * examples/Quoter/Factory_Finder_i.h:
        * examples/Quoter/Generic_Factory_i.cpp:
        * examples/Quoter/Generic_Factory_i.h:
        * examples/Quoter/Quoter_i.cpp:
        * examples/Quoter/Quoter_i.h:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
        * orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp:
        * orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
        * orbsvcs/tests/ImplRepo/airplane_i.cpp:
        * orbsvcs/tests/ImplRepo/airplane_i.h:
        * orbsvcs/tests/ImplRepo/nestea_i.cpp:
        * orbsvcs/tests/ImplRepo/nestea_i.h:
        * performance-tests/Cubit/TAO/MT_Cubit/Globals.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Globals.h:
        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h:
        * performance-tests/Thruput/TAO/ttcp_i.cpp:
        * performance-tests/Thruput/TAO/ttcp_i.h:
          More throw spec stuff.
          Also added several fixes to compile on single threaded
          environments.

Thu Jun 17 14:21:21 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp
          (visit_interface): The collocated factory should have used
          static_cast to downcast the collocated stubs.  Thanks to Carlos
          for pointing this out.

Thu Jun 17 14:05:10 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Forwarding/MyFooServant.cpp (MyFirstFooServant):
          Since we are using the NULL_MASK (whose value is zero), some
          compilers cannot figure out which
          register_handler/remove_handler I wanted to use.  Fixed by
          creating a separate variable for the mask and feeding it in.

        * TAO_IDL/fe/fe_lookup.cpp (lookup): Changed {"",} to {"",0} to
          keep the HP compiler happy.

        * TAO_IDL/fe/Makefile.am (fe_lookup.cpp): Fixed the makefile so
          that the next time fe_lookup.cpp is generated, 0 is used as the
          fill option.  Thanks to Carlos for pointing this out.

Thu Jun 17 12:58:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP_Server_Request.cpp: Fixed operation demarshaling for
          non-ASCII platforms.  Thanks to Jim Rogers <jrogers@viasoft.com>
          for motivating these fixes.

        * examples/POA/RootPOA/run_test.pl:
        * examples/POA/Identity/run_test.pl:
          Fixed include path

Thu Jun 17 12:33:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP.cpp:
        * tao/IIOP_Factory.cpp:
        * tao/UIOP_Factory.cpp:
        * tao/Protocol_Factory.cpp:
          Fixed typo in the last commit.

Thu Jun 17 12:04:50 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/be/be_interface_fwd.cpp:
        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_valuetype_fwd.cpp:
        * TAO_IDL/be_include/be_interface_fwd.h:
        * TAO_IDL/be_include/be_structure.h:
        * TAO_IDL/be_include/be_type.h:
        * TAO_IDL/be_include/be_union.h:
        * TAO_IDL/be_include/be_valuetype.h:
        * TAO_IDL/be_include/be_valuetype_fwd.h:

        Changed the signature of various "gen_out_impl", "gen_out_defn",
        "gen_var_impl" and "gen_var_defn" signatures from "void" to char
        *'s with default values 0.

        Thanks to Carlos again for reporting the warnings from IRIX.

Thu Jun 17 11:54:11 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Fixed problem with the ORB reactor initialization on
          multi-threaded programs with global resources.

Thu Jun 17 11:17:28 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/compiled_marshal_ss.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:
        * TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp:
        * TAO_IDL/be/be_visitor_typecodet/typecode_defn.cpp:
          Removed unused arg warnings from AIX 4.3 w/ egcs 1.1.2.

Thu Jun 17 10:48:15 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/default_server.cpp:
        * tao/CDR_Interpreter.cpp:
        * tao/Operation_Table.cpp:
        * tao/ORB.cpp:
        * tao/Stub.cpp:
        * tao/Typecode.cpp:
        * tao/ValueBase.cpp:
        * tao/GIOP.cpp:
        * tao/Resource_Factory.cpp:
        * tao/Transport_mux_Strategy.cpp:
        * tao/Context.cpp:
        * tao/Messaging_Policy_i.cpp:
        * tao/Pluggable.cpp:
        * tao/Protocol_Factory.cpp:
        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Factory.cpp:
        * tao/UIOP_Connect.cpp:
          Removed unused arg warnings from AIX 4.3 w/ egcs 1.1.2.

Thu Jun 17 10:05:53 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * */run_test.pl:
          Fixed several problems with the EXE_EXT variable.

Thu Jun 17 00:47:30 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/include/ast_decl.h:

        Fixed the warnings in IRIX. Thanks to Carlos for reporting this.

Thu Jun 17 00:13:03 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * TAO_IDL/be/be_interface.cpp:
          Fixed generation of skeletons that require the _cxx_ prefix.

Wed Jun 16 23:59:17 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/default_resource.cpp (get_reactor): Must instruct Reactor to
          delete implementation.

        * tao/TAO.cpp (~TAO_ORB_Manager): Fixed reversed logic in if
          statement.

        * tao/ORB_Core.cpp (init): Must setup flags before creating the
          reactor.  In ~TAO_ORB_Core_TSS_Resources(), must remove()
          allocators in addition to deleting them.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp (init):
          ORB Manager duplicates before returning. Must assign return
          value to PortableServer::POA_var.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
          (_default_POA): Must duplicate before return poa.

        * orbsvcs/orbsvcs/Log/Logger_i.cpp (Logger_Factory_i): Removed
          template specialization.  ACE_CString already has a hash()
          method.

Wed Jun 16 22:49:01 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/Callback_Quoter/Makefile:
        * examples/Callback_Quoter/Consumer.idl:
        * examples/Callback_Quoter/Consumer_Handler.cpp:
        * examples/Callback_Quoter/Consumer_Handler.h:
        * examples/Callback_Quoter/Consumer_Input_Handler.cpp:
        * examples/Callback_Quoter/Consumer_i.cpp:
        * examples/Callback_Quoter/Notifier_Input_Handler.cpp:
        * examples/Callback_Quoter/example.stocks:
        * examples/Callback_Quoter/run_test.pl:
          Added a run_test.pl to automate this test.
          Had to modify it so the programs will take options to work in
          non-interactive mode.

Wed Jun 16 21:08:58 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp
          (visit_operation): If the operation is oneway and has no "in"
          parameters, don't generate the <_tao_server_request> argument
          since it will not be used.

        * tao: The following files were updated to remove "unused
          argument" warnings.  Thanks to Steve Huston for reporting these
          warnings.

          - Active_Object_Map.cpp
          - DomainC.cpp
          - Key_Adapters.cpp
          - MessagingC.cpp
          - MessagingS.cpp
          - POA.cpp
          - PolicyC.cpp
          - Sequence_T.cpp
          - Servant_Base.cpp

Wed Jun 16 21:15:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
          Removed bogus ACE_INLINE declarations, thanks to Dave Meyer
          <dmeyer@std.saic.com> for pointing this out.

Wed Jun 16 20:14:28 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Added missing initializations

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp:
          Fixed error messages, they were crashing the application
          (incorrect usage of %p), they were misleading and hard to read.

        * performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl:
          Minor fixes for NT.

        * tao/varout.i:
          A minor change to keep HP/aCC happy, thanks to Steve Huston for
          reporting this problem.

        * tao/TAO.cpp:
          Catch any exceptions in the destructor so they won't get
          propagated.

Wed Jun 16 19:59:33 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Fixed reactor initialization problem, thanks to Jeff for
          reporting this problem.

Wed Jun 16 19:24:30 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
          (visit_interface): Added an ACE_UNUSED_ARG (ACE_TRY_ENV) for the
          _unchecked_narrow method.

Wed Jun 16 19:11:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/POA/Forwarding/run_test.pl:
          Fixed run-time errors, thanks to Irfan for helping out with
          this.

Wed Jun 16 19:08:47 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/time/Time_i.h:
        * examples/Simple/time/Time_i.cpp:Added ACE_THROW_SPEC

Wed Jun 16 18:54:32 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp: If there is
          _cxx_ in the beginning of an IDL operation or attribute, we will
          remove that and keep a copy of the original name. TAO IDL's
          front end adds _cxx_ prefix to the all the reserved
          keywords. But when we invoke the operation remotely, we should
          be sending only the name with out "_cxx_" prefix. Similarly, the
          look up table should be generated with the names without
          "_cxx_".

        * TAO_IDL/include/ast_decl.h:
        * TAO_IDL/ast/ast_decl.cpp: Added a new method
          "original_local_name" to return the operation/attribute name
          without "_cxx_" prefix.

          Thanks to Sean Landis <seanl@rsch.comm.mot.com> for reporting
          this problem.

          Also, added "-F 0" to the options list given to the gperf by the
          IDL compiler. This was needed to get rid of the warnings in some
          platforms.

          Thanks to Irfan and Naga for helping in this.

Wed Jun 16 18:48:28 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp: Removed bogus template instantiations.

        * tao/UIOP_Connector.cpp:
        * tao/IIOP_Connector.cpp: Removed duplicate template
          instantiations when compiling in single threaded environments.

Wed Jun 16 18:26:06 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * examples/Simple/chat/Broadcaster_i.h:
        * examples/Simple/chat/Broadcaster_i.cpp:
        * examples/Simple/chat/Receiver_i.h:
        * examples/Simple/chat/Receiver_i.cpp:
        * orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.h:
        * orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp:
        * orbsvcs/tests/CosEC_Basic/CosECConsumer.h:
        * orbsvcs/tests/CosEC_Basic/CosECConsumer.cpp:
        * orbsvcs/tests/CosEC_Basic/CosECSupplier.h:
        * orbsvcs/tests/CosEC_Basic/CosECSupplier.cpp:
        * orbsvcs/tests/CosEC_Multiple/CosECConsumer.h:
        * orbsvcs/tests/CosEC_Multiple/CosECConsumer.cpp:
        * orbsvcs/tests/CosEC_Multiple/CosECSupplier.h:
        * orbsvcs/tests/CosEC_Multiple/CosECSupplier.cpp: Added the
          ACE_THROW spec.

Wed Jun 16 18:17:24 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/DomainS.cpp
        * tao/MessagingS.cpp
        * tao/POAS.cpp
        * tao/PolicyS.cpp
        * tao/PollableS.cpp Fixed initialization of <skel_ptr_> in
          TAO_operation_db_entry by changing the nothing initialization to
          a zero initialization.

Wed Jun 16 18:17:24 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/grid/Grid_i.h:
        * examples/Simple/grid/Grid_i.cpp:Added the ACE_THROW_SPEC

Wed Jun 16 17:50:10 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * examples/Simple/time-date/Time_Date_i: Added the ACE_THROW
          specs.

Wed Jun 16 17:35:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
          Fixed warning due to misplaced comment.

Wed Jun 16 16:54:11 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Object.cpp (CORBA_Object): Check for a non-zero
          <protocol_proxy_> before accessing it.  Thanks to Mark
          L. Boriack <mboriack@sito.saic.com> for this suggestion.

Wed Jun 16 16:05:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/POA/Object_Creation_And_Registration/run_test.pl:
        * examples/POA/Identity/run_test.pl:
        * examples/POA/RootPOA/run_test.pl:
          Added scripts to timeout the test in case of failure

        * orbsvcs/tests/EC_Throughput/run_test.pl:
          New test for the collocated and remote event channel

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
          Fixed event channel shutdown

        * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.cpp:
          Fixed multi-threaded dispatching strategy.

        * tests/MT_Client/Makefile:
          Use the IDL_EXT macro for the .PRECIOUS and realclean targets.

Wed Jun 16 15:59:42 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/Param_Test/client.dsp:
        * TAO/tests/Param_Test/Makefile:
        * TAO/performance-tests/Pluggable/client.dsp:
        * TAO/performance-tests/Pluggable/Makefile:
        * TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.dsp:
        * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile:
        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.dsp:
        * TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile:
          Modified files to reflect the new independence of
          client code from generated *S.* files.

Wed Jun 16 13:41:30 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Incorporated the changes in the second phase for the
          asynchronous messaging support.  This time Alex changed the IDL
          compiler to generate the ReplyHandler and the sendc_ methods.
          The merge includes all the changes from ami_phase2_start to
          ami_phase2_end.

Wed Jun 16 15:31:31 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/discriminant_ci.cpp:
          Fixed code that was adding the scope twice when setting the
          discriminant to a default (unused) enum value.

Wed Jun 16 15:10:17 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Forwarding/MyFooServant.cpp (handle_input): Changed
          ACE_CHECK to ACE_TRY_CHECK.  Thanks to Carlos for reporting this
          warning.

Wed Jun 16 14:57:09 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynUnion_i.h:
        * tao/DynUnion_i.cpp:
        * tao/DynUnion_i_T.h:
        * tao/DynUnion_i_T.cpp: Removed the 'const' from the Any args of
          the DynUnion extractor functions, both template and specialized
          versions. Thanks to Steve Huston <shuston@riverace.com> for
          reporting the errors with AIX 4.3 w/ IBM C/C++ 3.6.4.

Wed Jun 16 14:00:53 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: Commented out
          an unused variable that was causing a compiler warning reported
          by Carlos.

Wed Jun 16 13:47:54 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * orbsvcs/orbsvcs/AV/sfp.cpp: Fixed the THROW_SPEC warnings on
          HP-UX. Thanks to Steve Huston for reporting these.

Wed Jun 16 13:23:57 1999  Vishal Kachroo  <vishal@cs.wustl.edu>

        * orbsvcs/Time_Service/IR_Helper.cpp:
          Fixed ACE_THROW_SPEC

        * tests/InterOp-Naming/INS_i.cpp,
        * tests/InterOp-Naming/INS_i.h:
          Fixed ACE_THROW_SPEC.

Wed Jun 16 12:30:21 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Makefile:
        * docs/Options.html:
        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
        * tao/Object_Adapter.cpp:
        * tao/POA.cpp:
        * tao/Policy_Manager.cpp:
        * tao/Servant_Base.cpp:
        * tao/IIOP_Connect.cpp:
        * tao/UIOP_Connect.cpp:
        * tao/Resource_Factory.h:
        * tao/Resource_Factory.cpp:
        * tao/default_resource.h:
        * tao/default_resource.i:
        * tao/default_resource.cpp: Added new per-ORB-per-thread
          resources, they only include the reactor and the output CDR
          allocators at this point. This eliminates some of the problems
          at shutdown because now the reactor goes down *after* the ORB
          shutdowns, not before.  Also added a new option to the ORB (not
          the resource factory) to control if the resources are TSS or
          global, the old option in the resource factory is maintained for
          backwards compatibility

        * tests/OctetSeq/Makefile:
        * tests/OctetSeq/README:
        * tests/OctetSeq/client.cpp:
        * tests/OctetSeq/run_test.pl:
        * tests/OctetSeq/server.cpp:
        * tests/OctetSeq/test.idl:
        * tests/OctetSeq/test_i.cpp:
        * tests/OctetSeq/test_i.h:
        * tests/OctetSeq/test_i.i:
        * tests/OctetSeq/OctetSeq.cpp: Added a new test to check the octet
          sequence optimizations have no side effects across multiple
          calls.

Wed Jun 16 03:13:22 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO_IDL/ast/ast_expression.cpp (eval_un_op): Fixed an obscure
          bug in TAO's IDL compiler whereby negative constants weren't
          being evaluated correctly.  Thanks to Hata Yoshiaki
          <hatay@alpha.co.jp> for reporting this.

Wed Jun 16 01:12:55 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/releasenotes/orbcore.html: Updated information wrt
          collocation support.

        * docs/poa_migration.html:
        * docs/compiler.html: Removed section about having to include both
          stubs and skeletons in the client side and how to generate "pure
          client" code.

        * TAO-INSTALL.html: Updated intructions on creating MSVC projects.
          Removed VC 4.2 section.

Tue Jun 15 22:16:57 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

        * orbsvcs/tests/Concurrency/CC_command.cpp
        * orbsvcs/tests/Concurrency/CC_test_utils.cpp
        * orbsvcs/tests/Concurrency/CC_tests.cpp
        * orbsvcs/Logging_Service/Logging_Service_i.h,cpp: Added
          ACE_const_cast statements. Those should have been checked in a
          while ago, but I screwed up. Also, I migrated the TAO_THROW
          macros to ACE_THROW macros in the Concurrency files.

Tue Jun 15 20:19:43 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.cpp: Removed a comment to me that I had left after
          fixing what the comment referred to.

        * TAO/performance-tests/Pluggable/PP_Test_Server.cpp:
        * TAO/performace-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp: Added
          a check of the return value of parse_args().

Tue Jun 15 20:15:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.h:
        * orbsvcs/tests/Trading/Offer_Importer.cpp:
        * orbsvcs/tests/Trading/Offer_Importer.h:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.h:
        * orbsvcs/tests/Trading/Simple_Dynamic.cpp:
        * orbsvcs/tests/Trading/Simple_Dynamic.h:
        * orbsvcs/tests/Trading/TT_Info.h: More TAO_THROW_SPEC converted
          to ACE_THROW_SPEC, easy job thanks to Seth foresight...

Tue Jun 15 18:49:56 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao: Fixed simple miscellaneous stuff marked by Dr. Schmidt.
          - Active_Object_Map.h
          - Active_Object_Map.i
          - Forwarding_Servant.cpp

Tue Jun 15 18:04:36 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp: Added new file for the event
          channel implementation.

Tue Jun 15 17:44:45 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA: Fixed the throw spec.

        * examples/POA/Forwarding/MyFooServant.h
          (MyFirstFooServant::forward): Added a *hack* (but it's the only
          one in TAO so that's ok ;-))!  We cannot ask the POA to forward
          us while the upcall is still in progress.  So we ask the Reactor
          to wake us up as soon as this upcall completes.  At that time
          (in handle_input), we ask the POA to forward us.

          The politically correct way to handle this is to use a separate
          object (probably a separate interface, e.g., a forwarding agent)
          to do the forwarding.

          Also fixed some ACE_DEBUG usage errors.

        * tao/Invocation.cpp (TAO_GIOP_Twoway_Invocation::start and
          TAO_GIOP_Locate_Request_Invocation::start): If there was a
          previous reply, cleanup its state first.  Thanks to Carlos for
          helping with this.

Tue Jun 15 16:42:58 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Exception.h:
        * tao/Exception.cpp: Added the _raise() method to the system
          exceptions

Tue Jun 15 16:16:48 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be_include/be_visitor_operation/collocated_ss.h:
        * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp
          (void_return_type): Added a helper method to determine whether
          the generated function returns void or not.  Replaced several
          places that can use the method.

          (visit_operation): Added ACE_UNUSED_ARG for _tao_retval to avoid
          warngings on some platforms.

          The following changes decouple the generated skeletons from the
          generated stubs.  Therefore, there's no need to include *S.*
          files on client side anymore.

        * TAO_IDL/be_include/be_visitor_interface/interface_ss.h:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp
          (visit_interface): Fixed the code to generate
          <_create_collocated_objref.>

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
          (visit_interface): Changed to use the _create_collocated_objref
          of ServantBase to get the collocated object from the servant.

        * TAO_IDL/be/be_codegen.cpp (start_client_stubs): There's no need
          to include the server header file in client side anymore.

        * tao/Servant_Base.{h,cpp} (_create_collocated_objref): This
          function now takes an extra argument <repository_id> so we can
          check whether we are asking for the right collocated object
          reference.

Tue Jun 15 16:18:12 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/decode.cpp: Put back a couple of lines that got cut out
          accidently in TAO_Marshal_Sequence::decode(). Thanks to Carlos
          for reporting the Param_Test DII error and to Nanbor for his
          help in navigating through the extensive change he recently made
          to this file.

Tue Jun 15 15:08:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO-INSTALL.html: Updated NT installation notes because the
          ACE_ROOT and/or TAO_ROOT variable is required.

        * orbsvcs/tests/Event/Basic/run_test.pl:
        * orbsvcs/tests/Event/Performance/run_test.pl: Use the new
          features in the Process perl class to timeout any of the tests.

Tue Jun 15 14:50:29 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Pluggable/PP_Test_i.h:
        * TAO/performance-tests/Pluggable/PP_Test_i.cpp: Added
          ACE_THROW_SPEC code to member functions.

Tue Jun 15 13:24:30 1999  Marina Spivak  <marina@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.cpp: Added ACE_THROW_SPEC
          macros.

        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp: Added
          missing template instantiations, workarounds for g++ template
          problems.

Tue Jun 15 12:23:26 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB.h (CORBA_ORB): Removed old comments about perform_work()
          and work_pending() not being supported -- they are actually
          supported now.  Thanks to Pradeep Gore for pointing this out.

Tue Jun 15 10:57:08 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * docs/compiler.html: Improved the TAO IDL compiler documentation.

Tue Jun 15 11:51:38 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/benchmark/run_test.pl: Fixed the
          run_test.pl so that the first line doesn't start with a # and
          also appended . to the executable PATH in the script.

Tue Jun 15 11:06:13 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Log/Logger_i.cpp:
        * orbsvcs/orbsvcs/Log/Logger_i.h:
        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h:
        * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Database.h:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators.h:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators_T.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators_T.h:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.h:
        * orbsvcs/orbsvcs/Trader/Trader.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.h:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.h:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.h:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.h:
          More ACE_THROW_SPEC fixes, finally the orbsvcs library compile
          on IRIX!

Mon Jun 14 22:58:34 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/orbsvcs/Property/CosPropertyService_i.h:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: Fixed
          ACE_THROW_SPEC issues again. Included the
          CORBA::SystemException.

Mon Jun 14 22:02:41 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.i:
        * orbsvcs/orbsvcs/Event/EC_MT_Dispatching.cpp: Added new
          dispatching strategy that uses several dispatching threads.
          Thanks to Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> for
          motivating this use case.

        * orbsvcs/orbsvcs/Event/EC_Default_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.i:
        * orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp: Added support for
          the new dispatching strategy.

        * orbsvcs/orbsvcs/Event/EC_Command.h:
        * orbsvcs/orbsvcs/Event/EC_Command.i:
        * orbsvcs/orbsvcs/Event/EC_Command.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp: Fixed name
          conflict between two classes.

        * orbsvcs/tests/EC_Throughput/ec.mt.conf: New config file for the
          MT dispatching strategy

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp: We don't use the
          naming service anymore.

Mon Jun 14 22:10:15 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/GIOP.cpp (process_server_request): Make sure to initialize
          response_required to 0 to keep G++ from complaining.  Thanks to
          Marina for reporting this.

Mon Jun 14 21:04:53 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent_Utilities.cpp:
        * orbsvcs/orbsvcs/CosEvent_Utilities.h:
        * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.h:
        * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/EventChannel_i.h:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.h:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.h:
        * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp:
        * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h: More ACE_THROW_SPEC
          stuff

        * tao/Object.h: Fixed warning in method declaration, it included
          the class name!

Mon Jun 14 20:53:44 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}: Fixed a few more
          ACE_THROW_SPEC errors. Thanks to Carlos for pointing these.

Mon Jun 14 19:38:47 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/orbsvcs/Property/CosPropertyService_i.h:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: Fixed the
          problems with the ACE_THROW_SPEC.

Mon Jun 14 19:36:32 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/GIOP.cpp (process_server_request): Fixed a couple of
          "unused" arg warnings caused by various #ifdef paths through the
          code.  Thanks to Marina for reporting this.

Mon Jun 14 16:55:26 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Server_Strategy_Factory.cpp (create_servant_lock):
        * tao/default_server.cpp (create_servant_lock): Removed
          create_servant_lock(). It is not used and is *very* TAO specific
          and difficult to get right in the new architecture.

Mon Jun 14 16:07:47 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * tao/default_client.cpp: Creating Exclusive TMS always, since
          Muxed TMS is not available yet.

        * orbsvcs/orbsvcs/Property/CosPropertyService_i.h:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: Added
          ACE_THROW_SPEC to the relevant methods.

Mon Jun 14 15:34:21 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/run_test.pl:
        * TAO/tests/DynAny_Test/run_test.pl: Added timeout features
          similar to that in IDL_Cubit/run_test.pl:

Mon Jun 14 14:37:00 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}: Fixed the throw
          specifications for all the CORBA methods.

Mon Jun 14 13:45:41 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.{h,cpp},
          Task_Client.h,server.cpp: fixed const char * warnings by
          replacing CORBA::String with const char *, and adding a few
          casts for objects that are passed to ACE_ARGV constructors.  The
          casts aren't good: the proper fix would be to fix ACE_ARGV to
          take const ASYS_TCHAR * arguments.

Mon Jun 14 12:29:04 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Context.cpp:
        * tao/Environment.cpp:
        * tao/Principal.cpp: Made sure the <refcount_> is initialized
          properly.  Thanks to <Rebecca.A.Sanford@gd-is.com> for pointing
          this out.

        * tao/Object_KeyC.h: TAO_ObjectKey_var needs to be exported on
          Win32.

Mon Jun 14 11:04:05 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/OBV/Simple_util.cpp: Added a #include. The problem was
          that HP_UX compiler reported that TAO_debug_level was not
          found. Hence the #include as a solution. This was reported by
          Bill Tovrea <gwtovrea@west.raytheon.com>. Thanks to him for
          reporting this.

Mon Jun 14 10:32:04 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/docs/releasenotes/TODO.html: Added item for Dynamic Any
          overhaul in the 'pending' section.

Mon Jun 14 09:59:45 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp: Fixed code
          for void functions, the collocated version was calling through
          the POA and directly (yikes!)

        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp: Minor
          cosmetic fixes.

Mon Jun 14 09:58:47 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO-INSTALL.html: Updated Barry Hoggard's CORBA page URL.

Mon Jun 14 08:56:02 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp: Added
          missing template instantiations

Mon Jun 14 03:57:48 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be_include/be_visitor_operation/collocated_ss.h:
        * TAO_IDL/be/be_visitor_operation/collocated_ss.cpp
          (visit_operation): Added code to generate the implementation
          that supports Thru_POA collocation strategy.  The implementtion
          for Direct collocation strategy is still here.  The generated
          code query the calling thread's ORB Core to determine the
          collocation strategy to use.  Currently, we don't handle the
          case in Thru_POA implementation when _downcast fails, i.e., if
          the servant is a DSI, we'll die a horrible death.  That need to
          be fixed to at least, throw an exception, we may add support for
          collocated DII/DSI call later.

          (gen_invoke):
          (gen_check_exception): Added two helper methods to generate
          collocated forwarding code and the "ACE_CHECK" macro if the
          native c++ exception is not supported.

        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp
          (visit_interface): Added code to generate the declaration and
          the default implementation of <_create_collocated_objref>
          method.  The default implementation only returns a
          _tao_collocated_* object because I didn't separate the
          implementation of Thru_POA and Direct collocated object
          implementation.  Users are allowed to overwrite this method to
          provide more nifty collocated objects.  However, this method is
          not CORBA compliant.

        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp
          (visit_interface): First attemp to decouple stubs from skeleton
          files.  Since we still need to reinterpret the servant pointer
          returned by the _create_collocated_objref, we still need the
          skeleton files for now.  But it should be fixed real soon.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.{h,cpp}
          (_default_POA): We need to overwrite the <_default_POA> method
          because we use two different ORBs in collocation_test.

          (set_default_poa): Added the method to both Cubit_Factory and
          Cubit to propage and set the default POA down to Cubit.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp (init):
          Default_POA must be set correctly for collocation to work.

        * tao/Servant_Base.{h,cpp} (_create_collocated_objref): This
          method was intended to decouple the dependency of generated
          skeletons in stubs.  But it is not fully functional yet.
          Therefore, we still need to include skeletons in client side.

        * tao/Servant_Base.cpp (_create_stub): We must record the
          servant_orb when creating a new stub.  Stub objects now alway
          carry a pointer to servant_orb.

          *Very important*: If it is possible for a servant to be
          collocated with clients and the clients are using a different
          ORB from the servant, it is necessary for the servant to
          *overwrite* the _default_POA method.

        * tao/Object_Adapter.h (Servant_Upcall): Added TAO_Export to this
          class.  Also added not-implemented copy ctor and operator=.

        * tao/Object.cpp (_object_key): Added a TAO extension to support
          Thru_POA collocation strategy.  This function returns a
          reference of object key of the object reference without copying.
          Since the use of an object key during a collocated upcall never
          outlives the object reference' lifetime, we don't need to copy
          the object key.  Thanks to Irfan for helping this out.

        * tao/ORB.cpp (_get_collocated_servant): Set the servant_orb once
          a collocated servant is found.  Notice that at this moment, the
          method doesn't consider the collocation strategy being used by
          the orb and record both servant_orb and servant in the stub
          objects.  The consequence of this is, only object that already
          has a servant available at the time _get_collocated_servant is
          called will be treated as collocated object.  The advantage of
          this is, we can switch collocation strategy at run-time, but
          there doesn't seem to be a use case for this.  AT any rate.
          this will be fixed in the future so that if Thru-POA collocation
          strategy is used, only servant_orb is recorded.  Otherwise, only
          servant is carried by the stub object of the collocated objects.

        * tao/GIOP.h (TAO_GIOP_Message_State): Added TAO_Export to the
          class TAO_GIOP_Message_State.

Sun Jun 13 23:38:02 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        Quest for TAO try macros free TAO:

        * tao/deep_copy.cpp:
        * tao/decode.cpp:
        * tao/Typecode.{i,cpp}:
        * tao/Object.cpp: Commented out calls to ACE_TRY_ENV.clear ().  We
          shouldn't depend on them for correct execution of programs.
          Changed the use of env to ACE try macros.

        * tao/Marshal.cpp (make_marshal_object): Changed to use ACE try
          macros.

        * tao/Exception.cpp (item): Replaced TAO_IN_ENV with ACE_TRY_ENV
          and commented out ACE_TRY_ENV.clear () since we shouldn't depend
          on clearing up the environment to make it works correctly.

Sun Jun 13 23:29:22 1999  Marina Spivak  <marina@cs.wustl.edu>

        * orbsvcs/orbsvcs/Naming/Transient_Naming_Context.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Bindings_Iterator_T.{h,cpp}: Added the
          above files.

        * orbsvcs/orbsvcs/Naming/Persistent_Bindings_Map.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index_T.{h,cpp}:
          Removed the above files.

        * orbsvcs/orbsvcs/Naming/Naming_Context.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Naming_Utils.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Entries.{h,cpp}
        * orbsvcs/orbsvcs/Naming/Persistent_Entries.{h,cpp}:
          Modified the above files.  Restructured the implementation of
          NamingContext to factor out the common code between persistent
          and nonpersistent implementations through the Template method
          pattern (added TAO_Transient_Naming_Context, TAO_Bindings_Map,
          TAO_Transient_Bindings_Map classes and modified others).  Made
          TAO_Persistent_Context_Index a non-template class, and
          TAO_Bindings_Iterator a template class.  Made a pass through
          some files for code review - added comments.  Got rid of the use
          of <create_servant_lock> method, and changed lock pointers to
          lock references.  Many other minor adjustments...

Sun Jun 13 22:39:51 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h,
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h,
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h,
        * orbsvcs/orbsvcs/Event/EC_Gateway.h,
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h: Added default
          TAO_default_environment() calls.  Thank to Russ Noseworthy for
          reporting this.

Sun Jun 13 21:46:25 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/NestedUpcall/Triangle_Test/run_test.pl:
        * tests/NestedUpcall/MT_Client_Test/run_test.pl:
          More scripts changed to use timeouts.

        * tests/MT_Client/test.idl:
        * tests/MT_Client/test_i.cpp:
        * tests/MT_Client/test_i.h:
        * tests/NestedUpcall/MT_Client_Test/MT_Object_i.cpp:
        * tests/NestedUpcall/MT_Client_Test/MT_Object_i.h:
        * tests/NestedUpcall/Reactor/Reactor.idl:
        * tests/NestedUpcall/Reactor/eh_i.cpp:
        * tests/NestedUpcall/Reactor/eh_i.h:
        * tests/NestedUpcall/Reactor/reactor_i.cpp:
        * tests/NestedUpcall/Reactor/reactor_i.h:
        * tests/NestedUpcall/Triangle_Test/Initiator_i.cpp:
        * tests/NestedUpcall/Triangle_Test/Initiator_i.h:
        * tests/NestedUpcall/Triangle_Test/Object_A_i.cpp:
        * tests/NestedUpcall/Triangle_Test/Object_A_i.h:
        * tests/NestedUpcall/Triangle_Test/Object_B_i.cpp:
        * tests/NestedUpcall/Triangle_Test/Object_B_i.h:
        * tests/Param_Test/param_test_i.cpp:
        * tests/Param_Test/param_test_i.h:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h:
        * performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h:
        * orbsvcs/Event_Service/Event_Service.cpp:
        * orbsvcs/Event_Service/Event_Service.h:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.h:
          More throw specs added

Sun Jun 13 16:18:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * docs/releasenotes/orbcore.html:
          Documented the GIOP 1.1 implementation.

        * docs/releasenotes/TODO.html:
          Made a pass marking the completed tasks as such

Sun Jun 13 15:35:42 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
        * orbsvcs/orbsvcs/Time/TAO_TIO.h:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.h:
        * orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
        * orbsvcs/orbsvcs/Time/TAO_UTO.h:
          More throw specs fixed.

Sat Jun 12 21:56:35 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * docs/index.html:
        * docs/Tags.html:
          A new document that describes how TAO uses tags and other magic
          numbers.

Sat Jun 12 20:29:09 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corbafwd.h:
          Documented the tags obtained from the OMG.

        * tao/ORB.cpp:
          Improve debugging messages

        * tao/GIOP.h:
          Use an OMG assigned profile ID for the unix domain sockets

        * examples/POA/Default_Servant/File_i.cpp:
          Create the files in 644 mode, so we can write on them!

        * examples/POA/Default_Servant/run_test.pl:
        * tests/MT_Client/run_test.pl:
        * tests/NestedUpcall/Reactor/run_test.pl:
          Use the new timed routines to drive this test.

        * orbsvcs/tests/Simple_Naming/run_test.pl:
          Minor revision to the multithreaded test

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
        * tao/DomainC.cpp:
        * tao/Invocation.cpp:
        * tao/MessagingC.cpp:
        * tao/Object.cpp:
        * tao/POAC.cpp:
        * tao/PolicyC.cpp:
        * tao/PollableC.cpp:
          The right exception to raise if the stubobj is nil() is
          CORBA::INTERNAL

Sat Jun 12 19:51:29 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
        * orbsvcs/orbsvcs/Runtime_Scheduler.h:
        * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Naming_Context.h:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.cpp:
        * orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h:
        * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp:
        * orbsvcs/orbsvcs/Sched/Config_Scheduler.h:
        * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
        * orbsvcs/tests/EC_Basic/EC_Basic.h:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
        * orbsvcs/tests/EC_Multiple/EC_Multiple.h:
        * orbsvcs/tests/Event/lib/Consumer.cpp:
        * orbsvcs/tests/Event/lib/Consumer.h:
        * orbsvcs/tests/Event/lib/Supplier.cpp:
        * orbsvcs/tests/Event/lib/Supplier.h:
        * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
        * orbsvcs/tests/Event_Latency/Event_Latency.h:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.h:
          More throw spec fixes

Sat Jun 12 18:42:04 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Channel_Clients_T.cpp:
        * orbsvcs/orbsvcs/Channel_Clients_T.h:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSet.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSet.h:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_UDP_Admin.cpp:
        * orbsvcs/orbsvcs/Event/EC_UDP_Admin.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/Event_Channel.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.i:
          Fixed throw specifications for all the event channel and
          concurrency service files.

Sat Jun 12 18:08:49 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP.i:
          Fixed buffer managment bug, the incoming buffer on each
          (server) transport was re-used for the next call, but we cannot
          do that because the buffer may be in use by some octet
          sequences.

        * tao/GIOP.cpp:
          More initializations to keep purify happy

        * tao/ORB.cpp:
          Removed UMR warning on purify by initializing a CDR buffer with
          0's  The warning was due to padding bytes, it was not harmful,
          but it could hide real problems.

        * utils/nslist/nslist.cpp:
          Improved output

        * orbsvcs/tests/Simple_Naming/run_test.pl:
          Use a file to communicate the IOR back to the client, is more
          reliable.
          Several improvements in the subprocess managment.

Sat Jun 12 14:28:20 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/be/be_union.cpp:
          TAO_IDL/be_include/be_union.h: Removed the cast to long for the
          case when the union member is of type boolean. We handled this
          by making the blval union member as a long.

        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
          TAO_IDL/be/be_visitor_union_branch/public_ch.cpp: We were not
          handling the code generation of union defined inside a structure
          or another union.

        * TAO_IDL/be/be_visitor_field/field_ci.cpp: Cosmetic changes.

        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: Fixed
          indentation problem in generated code.

        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
          TAO_IDL/be/be_visitor_operation/argument.cpp:
          TAO_IDL/be_include/be_visitor_operation/arglist.h:
          TAO_IDL/be_include/be_visitor_operation/argument.h: These
          operation visitors now inherit from the be_operation visitor so
          that we can use the base operations defined on the base class
          operation visitor. Additional changes are described below.

        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
          TAO_IDL/be/be_visitor_operation/argument.cpp:
          TAO_IDL/be/be_visitor_operation/collocated_ss.cpp:
          TAO_IDL/be/be_visitor_operation/operation.cpp:
          TAO_IDL/be_include/be_visitor_operation/operation.h:
          TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
          TAO_IDL/be/be_visitor_operation/operation_ih.cpp:
          TAO_IDL/be_include/be_visitor_operation/operation_ih.h:
          TAO_IDL/be/be_visitor_operation/operation_is.cpp:
          TAO_IDL/be_include/be_visitor_operation/operation_is.h:
          TAO_IDL/be/be_visitor_operation/operation_sh.cpp:
          TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
          TAO_IDL/be/be_visitor_operation/tie_si.cpp: Generated
          stubs/skeletons now support real C++ exceptions as specified by
          the IDL->C++ mapping. We also generate the ACE_THROW_SPEC macro
          for the stubs and skeletons. To support this, some common code
          was factored out and put into the base operation visitor. Users
          will need to use the -Ge option to the IDL compiler to enable
          support for C++ exceptions.

        * docs/releasenotes/index.html:
          docs/compiler.html: Updated documentation.

Fri Jun 11 20:36:37 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/POA/TIE/run_test.pl: Changed the way the client process
          was launched. Initial a system call was used. But now we are
          using a Process::Create call to do that.

Fri Jun 11 20:04:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

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

Fri Jun 11 19:26:30 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/POA/TIE/server.cpp (main): Fixed a small problem on
          NT. It was not writing the IOR to a file. It was fixed.

        * examples/POA/TIE/run_test.pl: Made a change to be on par with
          Carlos's latest standard.

        * examples/POA/TIE/run_test.pl: Added a new file.

        * examples/POA/TIE/server.cpp : To facilitate usage of a perl
          script for running the test, made the server to ior to a file.

        * examples/POA/TIE/client.cpp: To facilitate reading the ior by
          the perl script, change was made to read the ior from the
          command line in "file://" format .

Fri Jun 11 19:08:45 1999  John Heitmann  <jwh1@cs.wustl.edu>

        * TAO/examples/POA/DSI/run_test.pl:
        * TAO/examples/POA/Default_Servant/run_test.pl:
        * TAO/examples/POA/Explicit_Activation/run_test.pl:
        * TAO/examples/POA/FindPOA/run_test.pl:
        * TAO/examples/POA/Forwarding/run_test.pl:
        * TAO/examples/POA/Loader/run_test.pl:
        * TAO/examples/POA/NewPOA/run_test.pl:
        * TAO/examples/POA/On_Demand_Activation/run_test.pl:
        * TAO/examples/POA/On_Demand_Loading/run_test.pl:
        * TAO/examples/POA/Adapter_Activator/run_test.pl:
        * TAO/examples/POA/Reference_Counted_Servant/run_test.pl: Changed
          all instances where a test would wait forever to waits which
          time out after a period of time.

Fri Jun 11 18:33:21 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/Param_Test/server.cpp: Added a const to avoid a SunC++
          "string literal to char*" warning.

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp: Various
          changes to avoid SunC++ 5.0's "string literal to char*"
          warnings.

        * TAO/performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp:
        * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h:
        * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
          Various maneuvers to avoid SunC++ 5.0 "string literal to char*"
          warnings.

        * TAO/tests/DynAny_Test/data.h: Added a 'const' to get rid of
          SunC++ warnings.

        * TAO/tests/Param_Test/run_test.pl: Added an unlink $iorfile at
          the beginning so the client won't get the wrong IOR if the file
          already exists. This was causing the first test to show
          CORBA::TRANSIENT exceptions on NT. Thanks to Carlos for
          suggesting a better fix than the one I had.

Fri Jun 11 12:27:29 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO_IDL/fe/lex.yy.cpp.diff: Updated the diff output to handle
          the new flex output from idl.ll.

        * TAO_IDL/fe/idl.ll: Made the following two changes to TAO's IDL
          flex file.

          Removed the "A" through "Z" characters ranges.  Under EBCDIC
          the need to be "A through I", "J through R", and "S through Z"
          (ditto for the lower case letters).  Perhaps it should just be
          changed to be "[ABCDEFGHIJKLMNOPQRSTUVWXYZ]"...

          Added support for the trigraph "??=" which is the trigraph for
          the "#" sign.  The OpenEdition preprocessor inserts a "pragma"
          statement at the start of the preprocessed output using this
          trigraph.

          Thanks to Jim Rogers <jrogers@viasoft.com> for these fixes.

Fri Jun 11 14:48:11 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl,
          performance-tests/Cubit/TAO/MT_Cubit/run_test.pl:
          updated to use Carlos' timeouts.  Cool!

Fri Jun 11 14:33:27 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/DynAny_Test/test_dynenum.cpp: Changed test code to
          match the change in enum labels made in the IDL file a while
          back.

Fri Jun 11 14:17:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/include/be_extern.h: Changed several extern "C"
          functions to plain extern. They were actually compiled with C++
          and was giving warnings under Sun/CC 5.0 (and errors in other
          platforms).

        * tests/MT_Client/run_test.pl:
        * examples/POA/Forwarding/run_test.pl: Modified to use the new
          timeouts, just an example for other test developers.

        * orbsvcs/tests/Simple_Naming/run_test.pl: It was missing the
          ACEutils package. Updated to use the process timeouts.

Fri Jun 11 11:42:07 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tests/DynAny_Test/test_wrapper.cpp: Added #include "ace/OS.h" so
          that they compile on aCC compiler on HP_UX

Thu Jun 10 23:17:38 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_enum.h:
        * TAO_IDL/be/be_enum.cpp: Added a method to convert a numerical
          value to an enum's string name for it. When generating code for
          the _default() method for a union, if the discriminator is an
          enum, some compilers (MSVC among them) will complain about
          assigning a numeric constant to the discriminator in
          _default(). This method and the changes below enable the
          assignment of the enum label identifier instead.

        * TAO_IDL/be/be_visitor_union/union_ci.cpp:
        * TAO_IDL/be/be_visitor_union/discriminant_ci.cpp: Moved
          generation of code for the _default() method from the union
          visitor to the discriminant visitor, so it would be a little
          easier to get at the enum labels. Thanks to Kristopher Johnson
          <kjohnson@gardnersys.com> for pointing out the problem and
          supplying an IDL file for a test case.

Thu Jun 10 23:10:23 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/UIOP_Profile.cpp: Fixed bug in UIOP_Profile enconding.

Thu Jun 10 21:32:59 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

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

Thu Jun 10 21:20:19 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Tagged_Components.h:
        * tao/Tagged_Components.i:
        * tao/Tagged_Components.cpp: New class to manipulate and query
          tagged components efficiently.

        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.i:
        * tao/IIOP_Profile.cpp:
        * tao/IIOP_Acceptor.cpp:
        * tao/UIOP_Profile.h:
        * tao/UIOP_Profile.i:
        * tao/UIOP_Profile.cpp:
        * tao/UIOP_Acceptor.cpp: The IIOP and UIOP profiles use the
          TAO_Tagged_Components class to implement the tagged_components
          field in GIOP/IIOP 1.1 The Acceptors generate the standard
          IOP::TAG_ORB_TYPE and IOP

        * tao/iopfwd.h:
        * tao/MessagingC.h: Removed "tao/iopfwd.h" the contents are in
          IOPC.h

        * tao/corbafwd.h: Added several magic numbers that we use for the
          tagged components and the codeset support, I tried to describe
          the source for each one.

        * tao/ORB.cpp: Fixed demarshaling of TC_opaque (again!)

        * tao/CONV_FRAME.pidl:
        * tao/CONV_FRAMEC.cpp:
        * tao/CONV_FRAMEC.h:
        * tao/CONV_FRAMEC.i:
        * tao/CONV_FRAMES.cpp:
        * tao/CONV_FRAMES.h:
        * tao/CONV_FRAMES.i:
        * tao/CONV_FRAMES_T.cpp:
        * tao/CONV_FRAMES_T.h:
        * tao/CONV_FRAMES_T.i: Implement the the CONV_FRAME module in
          CORBA 2.2, it is just a bunch of types, no interfaces.

        * tao/IOPC.h:
        * tao/IOPC.i:
        * tao/IOPC.cpp:
        * tao/IOPS.h:
        * tao/IOPS.i:
        * tao/IOPS.cpp:
        * tao/IOPS_T.h:
        * tao/IOPS_T.i:
        * tao/IOPS_T.cpp: Added the complete (as of CORBA 2.2) IOP module
          definition.

        * tao/Makefile: Added the new files.

        * tao/orbconf.h:
        * tao/ORB_Core.cpp:
        * tao/params.h:
        * tao/params.i:
        * tao/params.cpp: New option (-ORBStdProfileComponents 0/1) to
          control the generation of the standard tagged components on each
          profile. They are optional, i.e. we are not required to generate
          them, and take some space (in the IORs). Notice that they do
          *not* affect the critical path (unless you are sending a lot of
          object references).

        * docs/Options.html: Documented the new -ORBStdProfileComponents
          option

        * utils/catior/catior.cpp: Added support for GIOP 1.1 tagged
          components in both IIOP and UIOP profiles

        * tao/GIOP.cpp: Removed unused variable

        * tao/orbconf.h:
        * tao/corbafwd.h:
        * tao/ORB.h:
        * tao/Exception.h:
        * tao/Exception.cpp: Removed the last use of TAO_CONST

        * TAO_IDL/driver/drv_args.cpp: If the temporary directory cannot
          be open we print an Error, not a Warning (it would be confusing
          otherwise). Thanks to Jim Rogers <jrogers@viasoft.com> for
          pointing this out.

Thu Jun 10 17:15:37 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Exception.cpp: Added include and modified identifier related
          to the codeset translator implemented for IBM1047. Thanks to Jim
          Rogers <jrogers@viasoft.com> for pointing this out.

Thu Jun 10 16:51:02 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * examples/Simple/chat/Server_i.h:
        * orbsvcs/orbsvcs/CosEvent_Utilities.cpp: fixed sunc++ 5.0 warning
          for initializing a non const char* with a string literal.

Thu Jun 10 15:24:21 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB_Core.cpp: Added the inclusion of ace/Object_Manager.h
          because of the use of ACE_Static_Object_Lock.  Thanks to
          J. Russell Noseworthy <rnosewor@objectsciences.com> for
          reporting this.

Thu Jun 10 15:27:39 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/Callback_Quoter/Consumer_Handler.h (class
          Consumer_Handler): Made the stock_name_ member const char* from
          char* to take care of Sun C++ 5.0 compiler warnings.

Thu Jun 10 14:54:30 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
        * TAO_DIL/be/be_visitor_sequence/sequence_cs.cpp : Fix for scoped
          names on NT. NT does not accept scoped names in header files.

Thu Jun 10 14:19:02 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/POA/On_Demand_Loading/Server_Manager.cpp (create_poa):
          Removed typecast warning and changed the return value to 0 from
          -1.

        * examples/POA/On_Demand_Loading/README: Explicitly mentioned that
          by default Generic_Servant is used and hence needs to be built
          before running this example using run_test.pl.

Thu Jun 10 14:13:19 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:
          be_visitor_typedef_ch::visit_array() had numerous problems, such
          as the generation of "static" where "ACE_INLINE" should have
          been in a couple of places, and multiple calls from the same
          be_typedef object to nested_type_name() in the same stream
          output statement.  This generates incorrect code because
          nested_type_name() contains static buffers, and the order of
          evaluations within a chained stream output statement is not
          guaranteed, only the order of output. Thanks to Carlos for
          explaining why my fix to this last worked, and to Schuderer
          Christian <Christian.Schuderer@erl9.siemens.de> for supplying
          the IDL file that caused the problem.

Thu Jun 10 13:53:09 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/Simple/Simple_util.cpp: Fixed improper use of return
          values from the ORB Manager.  Since the ORB Manager duplicates
          the data members before returning them, we must store them in
          vars.

        * examples/Simple/chat/Client_i.cpp (run): Changed the use of ORB
          to ORB Manager to simplify the activatation of the POA Manager.
          The POA Manager must be activated before incoming calls can
          reach the servants registered with the POAs that the POA Manager
          manages.  Thanks to Bill Tovrea <gwtovrea@west.raytheon.com> for
          pointing out this problem.

Thu Jun 10 13:18:31 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Request.h: Inline functions must be included *before*
          RequestSeq to avoid inline functions being used before declared
          inline warnings.

        * tao/Request.{i,cpp} (release): Re-inlined release method.

Thu Jun 10 13:03:14 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/IIOP_Connect.cpp (handle_input): Must return from
          handle_input if TAO_GIOP::handle_input() returns -1.

        * tao/ORB_Core.cpp: Added inclusion of POA.h since I removed it
          from default_resources.h.

        * tao/default_resource.cpp (init): Removed the -ORBPOA option.
          Code for parsing this option was still there but this option has
          not been used in a long time.  Thanks to Phil Mesnier
          <mesnier_p@ociweb.com> for reporting this.

        * tao/default_server.cpp (TAO_Default_Server_Strategy_Factory):
          Removed <poa_mgr_lock_type_>.  It is no longer used.  Also, in
          parse_args(), changed -ORBEventLock to -ORBEventLoopLock and
          fixed the code associated with its parsing (previously it was
          setting <poa_mgr_lock_type_>, yikes!).

          Note that -ORBEventLoopLock should probably remain undocumented
          for now since its utility is still in question and the default
          of null lock seems reasonable in many cases.

Thu Jun 10 11:07:30 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tests/Param_Test/tmplinst.cpp: Fixed #pragma instantiations.

        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: Fixed a problem
          in NT. Thanks to Chris & Andy for pointing this out.

Thu Jun 10 09:41:06 EDT 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * tao/Sequence_T.{i, cpp}: Fixed incorrect number of parameters
          passed to templates.

Thu Jun 10 08:12:14 EDT 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * tao/MessageC.cpp: There were serveral instances where the
          CORBA::Environment parameter was declared as "env", but we were
          using the ACE_THROW_* macros which need the ACE_TRY_ENV
          variable. This is now fixed.

        * tao/Pluggable.cpp (start_request, start_locate): The header file
          was using ACE_THROW_SPEC to indicate all possible exceptions
          these operations can throw. The *.cpp file was, however, using
          the TAO_THROW_SPEC macro which is a NO-OP and will soon be
          deprecated. With exceptions enabled, the compiler was giving
          errors. We now use ACE_THROW_SPEC.

Wed Jun 09 23:16:21 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/orbconf.h: Without Minimum CORBA, the user will get regular
          (no locality constraints) policies by default.  With Minimum
          CORBA, the user will get locality constraint policies by
          default.

          If #define TAO_HAS_REMOTE_POLICIES 0, then the user will always
          get locality constraint policies (regardless of Minimum CORBA).

          If #define TAO_HAS_REMOTE_POLICIES 1, then the user will always
          get regular policies (regardless of Minimum CORBA).

          Thanks to Nanbor for helping with this.

        * tao/Servant_Base.cpp (_dispatch): Added a non-op, exception
          throwing _dispatch().

        * tao/Servant_Base.h: TAO_Local_ServantBase should virtually
          inherit from TAO_ServantBase.

        * tao/POAS:
        * tao/DynAnyS:
        * tao/Current: Removed the _dispatch() method from all locality
          constraint classes.  Also for the policy classes, moved the
          _dispatch() method into the TAO_HAS_LOCALITY_CONSTRAINT_POLICIES
          defines.

        * tao/Policy: Made the Policy stub and skeleton classes aware of
          TAO_HAS_LOCALITY_CONSTRAINT_POLICIES, and moved the extra
          methods not required for locality constraint policies under the
          TAO_HAS_LOCALITY_CONSTRAINT_POLICIES #defines.

        * tao/Messaging_Policy_i (RelativeRoundtripTimeoutPolicy): Made
          inheritance virtual and removed extra copy constructor.

        * tao/MessagingC (all policies): Since the policies are locality
          constrained, we can make the stub methods pure virtual and make
          sure that the _narrow method does not create the stub class.

        * tao/POA.h (all policies): Removed unnecessary copy constructors.

        * tao/POA_CORBA: Made the CORBA::Current, PolicyManager, and
          PolicyCurrent classes locality constrained to match the spec.

Wed Jun  9 22:18:10 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/Sequence_T.cpp
        * tao/Sequence_T.h
        * tao/Sequence_T.i: Added an operator= (T_var) in
          TAO_Object_Manager class. This was achieved by adding an extra
          parameter to the template. This necessiateted that the classes
          TAO_Unbounded_Object_Sequence, TAO_Bounded_Object_Sequence,
          TAO_Pseudo_Unbounded_Object_Sequence,TAO_Bounded_Pseudo_Sequence
          had to be changed. An extra template parameter was added in
          these classes also.

        * tao/DomainC.cpp
        * tao/DomainC.h
        * tao/DomainC.i
        * tao/PolicyC.cpp
        * tao/PolicyC.h
        * tao/PolicyC.i
        * tao/Request.cpp
        * tao/Request.h
        * tao/corbafwd.h: The changes in these files were done to reflect
          the changes that were made in the classes above.  They had to be
          done keep in sync with the new template class declarations.

        * TAO_IDL/be/be_visitor_sequence/elemtype.cpp
        * TAO_IDL/be/be_visitor_sequence/gen_object_manager_ch.cpp
        * TAO_IDL/be/be_visitor_sequence/gen_object_manager_ci.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
        * TAO_IDL/be_include/be_visitor_sequence/sequence_base.h: Changes
          to the IDL compiler to reflect the above change that was
          made. Thanks to Jake Hamby <jehamby@anobject.com> for pointing
          out the need for the assignment operator and also in helping us
          out with a sample solution.

Wed Jun  9 21:13:00 1999  Chris Gill <cdgill@cs.wustl.edu>

        * examples/Simulator/DOVEMIB/clnt.h: moved CORBA::ORB_var
          member declaration first in the class.

Wed Jun  9 20:16:36 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Started the work on GIOP 1.1, the current version is still
          incomplete, but works and has to be tested in more
          platforms. The features implemented so far include:
          + Requests are issued using version 1.1 or version 1.0,
            depending on the version of the profile.
          + Acceptors create v 1.1 profiles by default, but can generate
            1.0 profiles if a -ORBendpoint option with an explicit version
            is present (like -ORBendpoint iiop://1.0@host:0)
          + Replys are sent using the same version that the request
          + There is a framework to receive a request (or reply) broken in
            multiple fragments.  The framework is not specially efficient,
            is does not handle fragments with different byte order or
            different GIOP versions and is completely untested. TAO does
            *not* generate fragments.
          + Notice that the tagged components in the profile are *not*
            implemented yet.

        * tao/orbconf.h:
          Added new macros to control the default GIOP protocol version,
          either 1.0 or 1.1

        * tao/Acceptor_Registry.cpp:
          Use the version in the command-line endpoint to initialize the
          Acceptor.

        * tao/Environment.h:
          Cosmetic fixes

        * tao/GIOP.h:
        * tao/GIOP.i:
        * tao/GIOP.cpp:
          Many changes to support 1.1, including a new class to keep the
          state of an incoming message composed by multiple fragments.

        * tao/Server_Request.h:
        * tao/GIOP_Server_Request.h:
        * tao/GIOP_Server_Request.cpp:
          The server request uses the version of the request to determine
          the version of the reply.
          We don't need to use exceptions in the constructor, saving us
          from some really nasty portability problems.

        * tao/Invocation.h:
        * tao/Invocation.i:
        * tao/Invocation.cpp:
          Moved the code to initialize a Request or LocateRequest message
          to the transport classes, not only this isolates the use of
          TAO_GIOP even further, it is also needed because the transport
          class needs to query the version of the Profile to determine the
          version of the GIOP message.

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
          Added the Service Context List to the ORB core, it lacks an
          elegant interface, but at least it can be set and is used.

        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.cpp:
        * tao/Transport_Mux_Strategy.h:
        * tao/Transport_Mux_Strategy.cpp:
          Changed the interfaces in the the ORB core to use a
          TAO_GIOP_Message_State that keeps track of not only the payload,
          but of any fragments for the current message, the current amount
          of data read on the fragment, etc.

        * tao/Pluggable.h:
        * tao/Pluggable.i:
        * tao/Pluggable.cpp:
        * tao/IIOP_Acceptor.h:
        * tao/IIOP_Acceptor.cpp:
        * tao/IIOP_Connect.h:
        * tao/IIOP_Connect.cpp:
        * tao/IIOP_Factory.h:
        * tao/IIOP_Factory.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.i:
        * tao/IIOP_Profile.cpp:
        * tao/IIOP_Transport.h:
        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Acceptor.h:
        * tao/UIOP_Acceptor.cpp:
        * tao/UIOP_Connect.h:
        * tao/UIOP_Connect.cpp:
        * tao/UIOP_Factory.h:
        * tao/UIOP_Factory.cpp:
        * tao/UIOP_Profile.h:
        * tao/UIOP_Profile.i:
        * tao/UIOP_Profile.cpp:
        * tao/UIOP_Transport.h:
        * tao/UIOP_Transport.cpp:
          All the classes where change to propagate the GIOP version of
          the message and the profile used for each request.

        * orbsvcs/tests/Simple_Naming/client.cpp:
          Use CORBA::is_nil() to validate object references

        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
          Updated to use the new TAO IIOP_Profile constructor

        * utils/catior/catior.cpp:
          TAO moved to GIOP 1.1, but this test can only handle GIOP 1.0

        * utils/nslist/nslist.cpp:
        * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp:
          Fixed use of String_var and managed types must passed using
          .in() to ACE_DEBUG()

        * orbsvcs/tests/Trading/Makefile:
        * examples/POA/Generic_Servant/Makefile:
          Define PSRC so the dependencies for the program files
          are also generated.

Wed Jun  9 17:16:44 1999  Marina Spivak  <marina@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/run_test.pl:
        Made the output from print statements go to STDERR.

Wed Jun  9 17:07:49 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/NestedUpcall/Reactor/run_test.pl:
          Improved test output

        * examples/POA/Generic_Servant/Makefile:
          Updated dependencies

Wed Jun  9 16:58:47 1999  Douglas C. Schmidt  <schmidt@mambo.cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp: Added the
          explicit template specialization macro,
          ACE_TEMPLATE_SPECIALIZATION, to make SunC++ 5.0 happy.  Thanks
          to Carlos for explaining how to add this.

Wed Jun 09 16:42:03 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp (compute_scheduling):
          changed type of anomaly_severity_msg from char * to const char
          *, to avoid warnings from Sun C++ 5.0 about string literal
          conversion.  Thanks to Doug for reporting this.  Also, removed
          and changed a few casts to ANSI-style casts.

Wed Jun  9 16:26:55 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.cpp: Changed >>= (to_object) to reflect
          the change in CORBA 2.3 - namely that the caller is responsible
          for release of the result of this call. Thanks to
          Doug Anderson <doug@clark.net> for pointing this out.

Wed Jun 09 16:03:12 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Default_Servant/client.cpp
        * examples/POA/Forwarding/server.cpp
        * examples/POA/On_Demand_Activation/server.cpp
        * examples/POA/RootPOA/RootPOA.cpp
        * examples/POA/TIE/server.cpp: Simple clean up.  Also fixed one
          memory leak.

        * tao/default_resource.cpp (init): -ORBReactorType handling and
          selection of Reactor was incorrect.  Correct behavior is that
          "null" should select TAO_REACTOR_SELECT_ST and "token" should
          select TAO_REACTOR_SELECT_MT.  Thanks to Phil Mesnier
          <mesnier_p@ociweb.com> for reporting this bug.

Wed Jun  9 13:43:18 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO_IDL/fe: Regenerated the y.tab.cpp file with the new BYACC so
          that we won't have any more annoying warnings about cons
        t
          correctness.

        * utils/nslist: Added a new utility program that prints out a
          nicely organized list of Naming Contexts in a Naming Service.
          Thanks to Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> for
          contributing this.

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Fixed a bug that
          was preventing the IDL compiler from putting files in the
          current directory.  Thanks to Byron Harris for reporting this.

Tue Jun 08 21:13:36 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/IIOP_Profile.cpp (set): Removed the use of
          TAO_ORB_Core_instance() in this method.  The use of this
          function was incorrect since each ORB has its own set of orb
          parameters and we should only look at our own ORB's parameters.

        * tao/IIOP_Profile: Removed extra and unused constructors
          (again).  Also, added extra ORB Core argument to remaining
          constructors.

        * tao/IIOP_Profile.h (TAO_IIOP_Profile):
        * tao/IIOP_Connector.h (TAO_IIOP_Connector):
        * tao/IIOP_Acceptor.cpp (TAO_IIOP_Acceptor):

          Added orb core as data member.

        * tao/UIOP_Acceptor.cpp
        * tao/UIOP_Acceptor.h
        * tao/UIOP_Connector.cpp
        * tao/UIOP_Connector.h
        * tao/UIOP_Profile.cpp
        * tao/UIOP_Profile.h

          Made identical changes to the UIOP side as described above for
          IIOP.  Note that currently we don't need an ORB Core in the UIOP
          Profile.  However, changes were still made for the sake of
          consistency.

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp (activate_object): Added
          ORB Core parameter to IIOP Profile constructor.

Tue Jun  8 20:32:39 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/ORB_Core.cpp (init): Fixed a minor bug in the processing of
          unknown -ORB arguments.

Tue Jun  8 20:24:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Fixed argument parsing, thanks to Nanbor for pointing this out.

Tue Jun  8 20:19:15 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

        * tao/Principal.i
        * tao/Request.cpp,i:
          Fixed inline use before declaration problem.

Tue Jun  8 19:48:01 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/ast/ast_module.cpp:
          Added TCKind to the CORBA:: scoped names added to the
          symbol table when module CORBA is first added to the
          scopes. I noticed that CORBA::TCKind is used as a
          return type in the forthcoming Dynamic Any spec and
          so it couldn't hurt to add IDL compiler recognition
          of it now.

Tue Jun  8 18:57:00 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/POA/Default_Servant/server.cpp
        * examples/POA/Default_Servant/client.cpp
        * examples/POA/Generic_Servant/MyFooServant.cpp
        * examples/POA/Identity/Identity.cpp
        * examples/POA/NewPOA/NewPOA.cpp
        * examples/POA/On_Demand_Activation/server.cpp
        * examples/POA/On_Demand_Loading/Servant_Manager.cpp
        * examples/POA/RootPOA/RootPOA.cpp
        * TIE/client.cpp
        * TIE/server.cpp: Made changes to the way exceptions were being
        handled. Some comments were added to make the printout from  ACE_PRINT_EXCEPTION
        look meaningful.

Tue Jun 08 18:50:00 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * /orbsvcs/tests/AVStreams/benchmark/svc.conf
        * /orbsvcs/tests/AVStreams/benchmark/clnt.conf
        * /performance-tests/Thruput/TAO/svc.conf
        * /MT_Client/client.conf
        * /NestedUpcall/MT_Client_Test/client.conf
        * /orbsvcs/tests/ImplRepo/implrepo.conf
        * /orbsvcs/tests/Time/implrepo.conf

          Modified these files to remove redundant configuration options.

        * /orbsvcs/tests/AVStreams/mpeg/source/client/svc.conf
        * /orbsvcs/tests/AVStreams/mpeg/source/server/svc.conf
        * /orbsvcs/tests/ImplRepo/svc.conf
        * /tests/Param_Test/svc.conf
        * /examples/POA/On_Demand_Loading/svc.conf
        * /examples/Simulator/DOVEMIB/svc.conf
        * /examples/Simulator/Event_Supplier/svc.conf
        * /MT_Client/client.global.conf

          Removed the *.conf files above since they contained only
          redundant options.

        * /orbsvcs/Event_Service/svc.conf
        * /orbsvcs/tests/Event/Basic/svc.conf
        * /orbsvcs/tests/EC_Mcast/svc.conf
        * /orbsvcs/CosEvent_Service/svc.conf
        * /tests/FL_Cube/svc.conf
        * /tests/NestedUpcall/Reactor/svc.conf
        * /examples/Simple/time-date/svc.conf
        * /examples/POA/Identity/svc.conf
        * /performance-tests/Cubit/TAO/IDL_Cubit/collocation/svc.conf
        * /performance-tests/Cubit/TAO/IDL_Cubit/svc.conf
        * /performance-tests/Cubit/TAO/MT_Cubit/svc.conf
        * /performance-tests/POA/Object_Creation_And_Registration/svc.conf
        * /POA/Explicit_Activation/alternate.conf
        * /Quoter/client.conf
        * /Quoter/server.conf
        * /MT_Client/client.tss.conf
        * /MT_Client/server.conf
        * /NestedUpcall/Reactor/svc.mt.conf
        * /orbsvcs/tests/Event/Basic/sched.conf
        * /orbsvcs/tests/Event/Basic/observer.conf
        * /orbsvcs/tests/Event/Performance/ec.mt.conf
        * /orbsvcs/tests/Event/Performance/ec.st.conf
        * /orbsvcs/tests/EC_Throughput/ec.conf
        * /orbsvcs/tests/EC_Throughput/ec.mt.conf

        Retained the *.conf files above as they were originally.
        Thanks to Irfan, Nanbor, Naga, Carlos, David of the DOC group for
        helping me with this.

Tue Jun 08 18:17:38 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POA.cpp (find_POA): Must release the Object Adapter lock
          before calling the Adapter Activators which may call back into
          the POA (create_POA) causing a deadlock.  Thanks to Carlos for
          pointing this out.

        * performance-tests/POA/Object_Creation_And_Registration/svc.conf:
          Changed ORBTableSize to ORBActiveObjectMapSize. Also, removed
          POA lock null option.

Tue Jun  8 17:12:24 1999  Vishal Kachroo  <vishal@cs.wustl.edu>

        Made the ORB_var to be after all other _var member variables.

        * /orbsvcs/Time_Service/Clerk_i.h
        * /orbsvcs/Time_Service/Server_i.h
        * /orbsvcs/Time_Service/IR_Helper.h
        * /orbsvcs/tests/Time/Client_i.h

        * docs/Options.html : Updated the -ORBInitRef to include the
          filetype IOR.

Tue Jun 08 16:10:09 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/corbafwd.h: fixed comments that describe the minor code
          format.

Tue Jun  8 16:06:15 1999  Pradeep Gore  <pradeep@danzon.cs.wustl.edu>

        * examples/Event_Comm/Consumer_Handler.h:
        * examples/Event_Comm/Notifier_Handler.h:
        * examples/Simple/chat/Client_i.h:
        * orbsvcs/CosEvent_Service/CosEvent_Service.h:
          Reordered the CORBA::ORB_var declaration in these files so that
          the ORB_var is destroyed after all the other "_var" members.

Tue Jun 08 15:47:25 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Object.i:
        * tao/Typecode.i:
        * tao/ORB.i: Moved is_nil and release around to avoid inline
          functions being used before declared inlined warnings.  Thanks
          to David for pointing this out.

Tue Jun  8 15:53:54 1999  Douglas C. Schmidt  <schmidt@danzon.cs.wustl.edu>

        * orbsvcs/LifeCycle_Service/Criteria_Evaluator.cpp
          (getCriteriaMember): Fixed a const-correctness problem.  Thanks
          to Michael Kircher for this.

        * Fixed the capitalization of all options in TAO's svc.conf files.

        * tao/ORB_Core.cpp,
          tao/default_resource.cpp,
          tao/default_server.cpp,
          tao/default_client.cpp: Fixed the parsing of options
          so that they are case insensitive, e.g., "-ORBsvcconf" is the
          same as "-ORBSvcConf".  This allows us to use more intuitive
          "intercap" spelling in the documentation without breaking
          existing software.

        * tao/ORB_Core.cpp (init): If an non "-ORB" argument is given to
          ORB_init() we now print a warning message (if the
          TAO_debug_level > 0) and "consume" the argument.  This is in
          accordance with the CORBA spec.

Tue Jun  8 15:38:01 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * docs/Options.html:
        * tao/default_client.cpp (create_transport_mux_strategy): Renamed
        the ORBtransportmuxstrategy to ORBRequestMuxStrategy.

Tue Jun 08 15:12:05 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Loader/Servant_Activator.cpp (ServantActivator_i):
          Fixed "ANSI C++ forbids casting between pointers to functions
          and objects" warning.  Thanks to David for pointing this out.

Tue Jun  8 15:15:09 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/Param_Test/param_test_i.h:
        * TAO/tests/Param_Test/param_test_i.cpp:
        * TAO/tests/NestedUpcall/MT_Client_Test/client.h:
          Moved class member ORB_var orb_ up the list so
          it will get destroyed after other _vars.

        * tao/DynArray_i.h:
        * tao/DynArray_i.cpp:
        * tao/DynSequence_i.h:
        * tao/DynSequence_i.cpp:
        * tao/DynStruct_i.h:
        * tao/DynStruct_i.cpp:
        * tao/DynUnion_i.h:
        * tao/DynUnion_i.cpp:
          Renamed member 'index_' as 'current_index_'
          just to be safe.

        * TAO_IDL/be/be_visitor_root/root.cpp:
          Added missing case to function visit_constant().
          Thanks to Sridevi Subramanian <subrams@erols.com>
          for pointing out this problem.

Tue Jun  8 15:09:35 1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/Callback_Quoter/Consumer_i.h (class Consumer):
        * examples/Callback_Quoter/Consumer_Handler.h (class Consumer_Handler):
        * examples/Callback_Quoter/Supplier_i.h (class Supplier):

          Moved the CORBA::ORB_var before the other vars in the member
          declaration so that it gets destructed last.

Tue Jun  8 15:03:02 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/tests/Property/client.h:
        * orbsvcs/tests/Property/client.cpp: Fixed the SunCC5.0 warnings.

Tue Jun 08 13:36:36 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Stub.{h,i} (servant_orb): Added data member servant_orb_ and
          its accessor and mutator.  This ORB_var stores the pointer of a
          collocated servant and is used to locate/query the servant/POA.

Mon Jun 07 15:47:02 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/Options.html: Documented ORB options -ORBglobalcollocation
          and -ORBcollocationStrategy.

        * tao/ORB_Core.{h,i,cpp}: Removed accessor/mutator
          using_collocation methods.  They have been replaced by
          optimize_collocation_objects.  Added enum definition for
          collocation_strategy and get_collocation_strategy which is an
          accessor for ORB's collocation strategy.  TAO will support two
          strategies THRU_POA and DIRECT which should be self-explaining.
          The default strategy will be THRU_POA because it is considered
          the safe thing to do.  Veteran users might consider using DIRECT
          collocation strategy if situation allows.  A third strategy
          "ORB_CONTROL" is the default value passed to
          Servant_Base::_create_collocated_objref.  This makes all servant
          to query the ORB to decide which collocation strategy to use.
          But we can also provide per-object collocation strategy in a
          later point of time.

          (init): Added a new option -ORBcollocationstrategy which takes
          two possible values "thru_poa" and "direct".  The defualt is, of
          course, "thru_poa".

        * tao/Servant_Base.{h,cpp} (_create_collocated_objref): Added a
          factory method to strategize what collocated object
          implementation we want to use and also to decouple the stubs and
          skeletons code.

        * tao/Exception.h: Reordered class member functions to put all TAO
          extensions at the end of the public section of each class.
          Added more comments.

        * tao/Exception.{h,cpp} (_tao_print_exception): Renamed
          <print_exception> to _tao_print_exception to avoid clashing with
          user defined methods.
          (_tao_print_system_exception): Renamed <print_exception_tao_> to
          _tao_print_system_exception to avoid name clashing.
          (_tao_minor_code,_tao_errno): Rename <minor_code_tao_> and
          <errno_tao_> to _tao_minor_code and _tao_errno to avoid name
          clashing.

          Changed several uses of "new" to ACE_NEW_THROW_EX.

        * tao/POA.cpp:
        * tao/Invocation.cpp:
        * tao/GIOP.cpp: Changed the use of minor_code_tao_ to
          _tao_minor_code.

        * tao/TAO.{h,cpp}:
        * tao/GIOP_Server_Request.cpp (marshal): Changed to use ACE_TRY
          macros and made sure the code is exception safe.

        * tao/orbconf.h (TAO_NAMESPACE_INLINE_FUNCTION): Inline function
          within a namespace must be treated differently.  On most
          platform, using TAO_NAMESPACE_STORAGE_CLASS would work for
          functions within a namespace.  However, since the macro uses
          TAO_Export, which totally confuses MSVC to think that the
          symbols for these functions are to be exported while in fact,
          they are only inline functions and do not need any entry point
          at all.  The newly added macro (TAO_NAMESPACE_INLINE_FUNCTION)
          separates out this situation and simply uses the "inline"
          keyword.

        * tao/Marshal.h: Added #include "tao/Principal.h" because
          Marshal.i uses inline functions in Principal.i.

        * tao/Context.{i,cpp}:
        * tao/Environment.{i,cpp}:
        * tao/NVList.{i,cpp}:
        * tao/ORB.{i,cpp}:
        * tao/Object.{i,cpp}:
        * tao/Principal.{i,cpp}:
        * tao/ValueBase.{i,cpp}:
        * tao/Request.{i,cpp}:
        * tao/Server_Request.{i,cpp}:
        * tao/Typecode.{i,cpp}:
        * tao/corbafwd.{i,cpp}: Re-inlined string_alloc, string_free,
          is_nil and release methods.

Tue Jun 08 14:39:55 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/corbafwd.h,Exception.cpp: added minor code support for
          ENOENT, EBADF, EPERM, and EAFNOSUPPORT errno values.

Tue Jun 08 14:15:52 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.3.24 released.

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

        * examples/Simple/time-date/Makefile: added some Time_Date*
          files to FILES and LDLIBS to LIBS, to enable creation of the
          shlib without warnings on DU 5.0.

Tue Jun 08 09:42:20 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.cpp (execute): added .ptr ()
          derference of orb_ before comparing it to 0.

Tue Jun 08 00:15:44 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/Loader/Servant_Activator.cpp (ServantActivator_i):
        * examples/POA/On_Demand_Loading/Servant_Manager.cpp (obtain_servant):

          Fixed void* to function pointer cast.

Tue Jun  8 00:19:02 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Files modified: Acceptor_Registry.cpp, Acceptor_Registry.h,
          Connector_Registry.cpp, Connector_Registry.h, IIOP_Acceptor.cpp,
          IIOP_Connector.cpp, IIOP_Connector.h, IIOP_Profile.cpp,
          IIOP_Profile.h, IIOP_Profile.i, Invocation.cpp, ORB.cpp,
          ORB_Core.cpp, Object.cpp, Pluggable.cpp, Pluggable.h,
          UIOP_Acceptor.cpp, UIOP_Connector.cpp, UIOP_Profile.cpp,
          UIOP_Profile.h, UIOP_Profile.i, UIOP_Transport.h

        * Changed the interface to Connector_Registry.  Altered connect()
          method to accept profiles rather than a Stub Object pointer.

        * tao/Acceptor_Registry: comments updates

        * tao/IIOP_Acceptor: Comments and fixed is_collocated to use the
          cached copy of the local address.

        * tao/IIOP_Connector: comments and fixed use of
          profile->addr_to_string

        * tao/IIOP_Profile: Comments, changes add_to_string to accept a
          buffer.  changed _key () to be _key (void), removed use of body_
          (CDR stream).

        * tao/Invocation: comments and fixed use of
          connector_registry->connect ()

        * tao/ORB.cpp: comments and fixed use of profile->_key () to not
          include ENV.

        * tao/ORB_Core: comments

        * tao/Pluggable: comments and fixed TAO_XX_Profile::addr_to_string ()
          to include a buffer, alsoc TAO_XX_Profile::_key () to not
          include ENV.

        * tao/UIOP_{Acceptor,Connector,Profile,Transport}: comments and
          also UIOP_Profile::_key() and UIOP_Profile::addr_to_string.

Tue Jun  8 00:09:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/MT_Client/run_test.pl:
          The test driver works more reliably now.

        * tests/NestedUpcall/Reactor/client.h:
        * tests/NestedUpcall/Reactor/mt_client.h:
          Fixed ORB vs. servants order

Mon Jun 07 23:39:40 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Object_Adapter.cpp (Servant_Upcall): The code in the
          destructor of POA Current must be run before the Object Adapter
          lock is released. With the reorganization Nanbor and I did, this
          was no longer true.  Therefore, the solution was to move the
          code from the destructor to a teardown() method which is run
          before the Object Adapter lock is released.

        * tao/IIOP_Connect: Removed the following extra and unused
          functions:

          - TAO_IIOP_Server_Connection_Handler::handle_message
          - TAO_IIOP_Server_Connection_Handler::handle_locate
          - TAO_UIOP_Server_Connection_Handler::handle_message
          - TAO_UIOP_Server_Connection_Handler::handle_locate

        * tao/GIOP: Moved the exception handling code from
          process_server_message() to process_server_request() and
          process_server_locate().  This was necessary since the two
          handle exceptions in different ways: process_server_request()
          propogates to the client in a GIOP::Reply while
          process_server_locate() propogates to the client in a
          GIOP::LocateReply.  BTW, the credit/blame for this goes to
          Carlos.

        * examples/POA/Forwarding/client.cpp (main): Fixed exception
          handling.

        * examples/POA/Forwarding/Servant_Locator.cpp (preinvoke): The
          forwarding location must be specified when constructing the
          ForwardRequest.

        * examples/POA/FindPOA/FindPOA.cpp (main): POA Manager must be
          activated before use.

        * tao/TAO.h (TAO_ORB_Manager): Added POA Manager accessor.

        * orbsvcs/ImplRepo_Service/ImplRepo_i.h (AdapterActivator):
        * tao/POA.cpp (TAO_Adapter_Activator::unknown_adapter):

          Held on to the POA Manager.  If we don't, we'll have to create a
          new one and then we'll have to worry about its state (remember
          that POA Managers are created in holding state).

        * orbsvcs/ImplRepo_Service/ImplRepo_i:
        * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:

          Fixed improper use of return values from the ORB Manager.  Since
          the ORB Manager duplicates the data members before returning
          them, we must store them in vars.

        * orbsvcs/tests/ImplRepo/IR_Helper.cpp (IR_Helper): Since the POA
          and ORB are kept as vars, we must duplicate them since keep them
          around in the constructor.

Mon Jun  7 23:49:51 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp:
        * orbsvcs/examples/CosEC/Factory/FactoryClient.cpp:
          Fixed problems with conversion from T_var to T_ptr for g++ 2.7.X

        * orbsvcs/tests/Event/Basic/Observer.cpp:
        * orbsvcs/tests/Event/Performance/Connect.cpp:
        * orbsvcs/tests/Event/Performance/Throughput.cpp:
          More T_var to T_ptr problems and a few unused variables.

Mon Jun  7 21:57:29 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/append.cpp:
        * tao/skip.cpp:
          The marshaling and demarshaling code for object references
          inside anys was broken, it only handled IIOP profiles and used
          chars where octets where needed.

        * tao/UIOP_Profile.cpp:
          Improve debugging messages and handle errors more gracefully.

        * tests/Param_Test/Makefile:
        * tests/Param_Test/server.cpp:
          Minor cosmetic fixes

Mon Jun  7 20:37:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Simple_Naming/client.h:
        * orbsvcs/tests/Simple_Naming/client.cpp: The ORB was being
          leaked: the TAO_ORB_Manager::orb() method returns a duplicate
          and that was not getting released in both the MT_Test
          constructor invocation and in the naming_client.init() call.

        * tao/ORB.cpp: The naming service and other object references
          should be release *before* releasing the ORB core.

        * tao/ORB_Core.cpp: Made the use of ACE_CString in the ORB_Table
          explicit, so we understand what is going on.

Mon Jun  7 16:13:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Exception.h:
        * tao/Exception.cpp:
        * tao/Invocation.cpp: The system exceptions were not being
          demarshaled on the server side.  Fixed the signature of
          TAO_Exceptions::create_system_exception, it was returning a
          CORBA::Exception* but a CORBA::SystemException* was better.

        * tao/IIOP_Acceptor.cpp:
        * tao/IIOP_Connector.cpp: Added a few debugging messages if there
          is an error.

        * performance-tests/Cubit/TAO/MT_Cubit/cubit_i.h:
        * performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp: The
          Cubit_i objects were activated with the _default_POA(), but that
          was not overriden, hence they were using the
          default/_default_POA which is the RootPOA of the default ORB.
          There was also an activation under a child POA but that was not
          exported through the IORs printed to the file.

Mon Jun 07 15:14:47 1999  David L. Levine  <levine@cs.wustl.edu>

        * utils/catior/catior.cpp (cat_iiop_profile): added missing read
          of port_number from the str.

        * utils/catior/README: updated to mention that there's now a test
          subdirectory containing samples, instead of just a single sample
          file.

Mon Jun  7 12:39:14 1999  Douglas C. Schmidt  <schmidt@danzon.cs.wustl.edu>

        * examples/Simple: Fixed const-correctness problems with all the
          simple examples.

Mon Jun 07 11:51:52 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
          (svc,cube_octet,do_test): added timestamps and an errno
          printout, for debugging purposes.  The errno printout should be
          removed later.

Mon Jun 07 10:43:12 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/default_resource.cpp (TAO_Allocated_Resources): Moved the
          destruction of the Reactor before the destruction of the
          allocators.  The handlers deleted when the Reactors die access
          these allocators.  Thanks to Carlos for helping with this.

Mon Jun  7 01:11:06 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * examples/POA/DSI/client.cpp (main): Corrected an overly
          aggresive removal of "const char *".  Thanks to David for
          reporting this.

        * orbsvcs/orbsvcs/Naming/Naming_Context.h: Added default
          CORBA::Environment & = TAO_default_environment() calls.  Thanks
          to Frank Buschmann for reporting this.

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h,
          orbsvcs/orbsvcs/Event/EC_Event_Channel.h: Added default
          CORBA::Environment & = TAO_default_environment() calls.  Thanks
          to J. Russell Noseworthy <rnosewor@objectsciences.com> for
          catching this.

Sun Jun 06 23:17:05 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POAC: Changed <InvalidPolicy::slot> back to
          <InvalidPolicy::index>.  We can't rename this since it is
          specified in the CORBA spec.  Please let us know if this breaks
          anything on compilers like MVS C++ and we'll figure out another
          workaround.

        * tao/GIOP.cpp (process_server_locate): Initialized <status> to
          TAO_GIOP_UNKNOWN_OBJECT. This is a safe initial value and will
          prevent the "might be used uninitialized in this function"
          warning.

        * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp (init): Fixed the method
          such that when we are not looking for an existing Naming Service
          and we are simply become one, we don't print extra erroneous
          debug messages.  Thanks to Gul Onural <Gul_Onural@Mitel.COM> for
          pointing this out.

Sun Jun  6 22:09:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/sfp.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.cpp: Fixed duplicate template
          instantiations, IRIX does not like that.

Sun Jun 06 21:42:46 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/orbsvcs/orbsvcs_static.dsp: A couple of .idl file where
          not re-compiled when the DIL compiler changed, fixed the
          dependencies.

Sun Jun  6 20:25:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/ast/ast_expression.cpp:
        * TAO_IDL/ast/ast_generator.cpp:
        * TAO_IDL/ast/ast_operation.cpp:
        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_expression.cpp:
        * TAO_IDL/be/be_generator.cpp:
        * TAO_IDL/be_include/be_expression.h:
        * TAO_IDL/be_include/be_generator.h:
        * TAO_IDL/driver/drv_preproc.cpp:
        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/y.tab.h:
        * TAO_IDL/include/ast_decl.h:
        * TAO_IDL/include/ast_expression.h:
        * TAO_IDL/include/ast_generator.h:
        * TAO_IDL/include/idl_global.h:
        * TAO_IDL/include/utl_error.h:
        * TAO_IDL/include/utl_string.h:
        * TAO_IDL/include/utl_strlist.h:
        * TAO_IDL/util/utl_error.cpp:
        * TAO_IDL/util/utl_global.cpp:
        * TAO_IDL/util/utl_string.cpp:
        * TAO_IDL/util/utl_strlist.cpp: Obliterated any references to
          'String' this was just a macro that expanded to the UTL_String
          class, but was an endless sort of confusion with just a typedef
          for 'char*' Also cleaned up the use of UTL_Strings in the
          idl_global interface.  This seems to have put the IDL compiler
          into usable state again.

Sun Jun  6 18:55:00 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp: Fixed several memory managment
          problems

Sun Jun  6 18:04:05 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/include/drv_extern.h:
        * TAO_IDL/driver/drv_preproc.cpp: More constness fixes

Sun Jun  6 17:42:41 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/tao_idl.cpp: Fixed DRV_drive() it is taking a const
          char* now

Sun Jun  6 15:14:13 1999  Douglas C. Schmidt  <schmidt@danzon.cs.wustl.edu>

        * TAO_IDL/fe/keywords.dat: The type of keyword_ in
          TAO_IDL_CPP_Keyword_Entry should be const char *.

        * TAO_IDL: Fixed zillions of improper uses of non-const char *'s
          that were reported by the new SunC++ 5.0 compiler.  Everything
          should be "const-correct" now.  BTW, whoever wrote the Sun IDL
          compiler clearly didn't understand the C++ const rules...

Sun Jun  6 17:08:57 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP.cpp: More @@ comments addressed.

Sun Jun  6 16:14:50 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Pluggable/PP_Test_Client.h:
        * TAO/performance-tests/Pluggable/PP_Test_Client.cpp: Moved member
          CORBA::ORB_var orb_ ahead of the other _vars in the
          declaration/initialization order.

Sun Jun  6 15:41:51 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.h: Added comment for Any_var operator= (CORBA::Any_var).

        * tao/Any.cpp: Added checks for failure of memory allocation at
          several places in the insertion and extraction operators.

        * tao/Context.h: Added comment to some member functions.

        * tao/Stub.h: Cosmetic changes.

Sun Jun  6 14:07:24 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/DynAny_Test/data.h:
        * TAO/tests/DynAny_Test/data.cpp:
        * TAO/tests/DynAny_Test/driver.h:
        * TAO/tests/DynAny_Test/test_dynany.h:
        * TAO/tests/DynAny_Test/test_dynany.cpp:
        * TAO/tests/DynAny_Test/test_dynarray.h:
        * TAO/tests/DynAny_Test/test_dynarray.cpp:
        * TAO/tests/DynAny_Test/test_dynenum.h:
        * TAO/tests/DynAny_Test/test_dynenum.cpp:
        * TAO/tests/DynAny_Test/test_dynsequence.h:
        * TAO/tests/DynAny_Test/test_dynsequence.cpp:
        * TAO/tests/DynAny_Test/test_dynstruct.h:
        * TAO/tests/DynAny_Test/test_dynstruct.cpp:
        * TAO/tests/DynAny_Test/test_dynunion.h:
        * TAO/tests/DynAny_Test/test_dynunion.cpp:
        * TAO/tests/DynAny_Test/test_wrapper.h:
        * TAO/tests/DynAny_Test/test_wrapper.cpp: Made CORBA::ORB_var the
          first private member (declared and initialized) of any class
          where it appears, and also other cosmetic changes.

Sun Jun  6 14:04:43 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Acceptor_Impl.h:
        * tao/Environment.cpp:
        * tao/GIOP.cpp:
        * tao/Wait_Strategy.cpp:
        * tao/GIOP.cpp: Addesses the @@ Carlos comments.

        * tao/IOP.pidl: Completed the IOP module definition

Sun Jun  6 13:32:25 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/GIOP.cpp: Fixed a typo in read_header.  Thanks to Jeff for
          reporting this.

        * tao/GIOP.cpp (process_server_message): Fixed what appeared to be
          an unbalanced '}' in the TAO_HAS_EXCEPTIONS block.

Sun Jun 06 12:54:57 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader.cpp: added
          ACE_Equal_To<TAO_String_Hash_Key> explicit instantiation,
          because g++ on LynxOS 3.0.0 needs it.

Sun Jun  6 11:51:00 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao: Continued to make a huge pass through the code to ensure
          that TAO conforms to the ACE programming guidelines.

Sun Jun 06 11:44:56 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Messaging_Policy_i.i (TAO_RelativeRoundtripTimeoutPolicy_i):
          dereferenced rhs.poa_ with .in () to please old g++.

Sun Jun 06 09:08:48 1999  David L. Levine  <levine@cs.wustl.edu>

        * PROBLEM-REPORT-FORM: added requests to not send
          as attachment, or tar'red, compressed, and/or
          uuencoded, or with line lengths >= 80 characters.

Sun Jun 06 08:19:55 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test:
          remove old IOR file, if any, before starting the server.

Sun Jun  6 02:14:25 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/sfp.cpp: Fixed a few missing template
        instantiations spotted by Sun CC 5.0. Thanks to Carlos for
        reporting them.

Sat Jun  5 23:48:23 1999  Douglas C. Schmidt  <schmidt@danzon.cs.wustl.edu>

        * tao: Replaced all uses of "index" with "slot" since "index" is
          defined as a macro by some broken C++ compilers...

Sun Jun  6 00:23:19 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/sfp.cpp:
          Added missing template instantiations

Sun Jun  6 00:06:26 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Scheduler.h:
        * orbsvcs/orbsvcs/Sched/Scheduler.cpp:
        * orbsvcs/orbsvcs/Sched/DynSched.h:
        * orbsvcs/orbsvcs/Sched/DynSched.cpp:
          Replaced "export" with "export_to_file", the first one is a
          keyword in ANSI/C++

Sat Jun  5 23:06:01 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Sun/CC 5.0 works with TAO now! Partly because we don't use the
          same templates than before and partly because we found work
          arounds the other SunC++ compiler bugs, e.g., incorrect code
          generation for certain types of default constructors.

        * tao/Object_Adapter.h:
        * tao/Object_Adapter.i:
        * tao/Policy_Manager.h:
        * tao/Policy_Manager.i:
          Sun/CC was generating buggy code for the compiler-generated
          default constructor of TAO_Policy_Current, TAO_POA_Current,
          added explicit default constructors and now it is happy.

        * tao/Messaging_Policy_i.h:
        * tao/Messaging_Policy_i.i:
          The compiler-generated copy constructor was not working, added
          an explicit one and now things are happy.

        * tao/DynUnion_i.cpp:
        * tao/Sequence.h:
          Added the ACE_TEMPLATE_SPECIALIZATION macro

        * tao/Operation_Table.h:
          Made the opname_ field a "const char*" instead of just "char*"
          to avoid warnings because we assign string literals to that
          field.

        * tao/debug.cpp:
        * tao/debug.h:
          Removed unused variable

        * tao/CDR_Interpreter.cpp:
        * tao/DynAnyC.h:
        * tao/GIOP.h:
        * tao/ObjectIDList.h:
        * tao/PolicyC.h:
        * tao/Request.h:
        * tao/Services.h:
        * tao/Stub.cpp:
        * tao/corba.h:
          Include "Sequence_T.h" directly from Sequence.h, is the ACE way
          and it is easier to use.

Sat Jun  5 20:09:51 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Removed unused variable

        * tao/GIOP.cpp:
          Changed ACE_THROW for ACE_TRY_THROW, we want the exception
          catched in the enclosing TRY/CATCH clause.

        * examples/OBV/Simple_util.h:
        * orbsvcs/examples/CosEC/Factory/FactoryDriver.h:
          Fixed order of declaration between ORB_var and other objects,
          the ORB must be the last object destroyed.

Sat Jun 05 19:00:18 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/corbafwd.h: changed value of TAO_UNKNOWN_MINOR_CODE
          from 0xFF to 0xF because it's only 4 bits wide.

Sat Jun  5 18:04:00 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/PollableS_T.i:
          Removed more calls to TAO_ORB_Core_instance()

Sat Jun  5 17:49:08 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
          Fixed problem on shutdown: some objects where still around even
          though the ORB was destroyed.

Sat Jun  5 16:46:16 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Object_Adapter.cpp (~Servant_Upcall): Added missing
          case INITIAL_STAGE to keep compiler happy although it is not
          used anywhere.

Sat Jun 05 16:23:12 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/corbafwd.h,Exception.cpp: added TAO_EPIPE_MINOR_CODE,
          TAO_ECONNREFUSED_MINOR_CODE, and TAO_UNSPECIFIED_MINOR_CODE,
          and TAO_INVOCATION_RECV_REQUEST_MINOR_CODE.

        * tao/Invocation.cpp (invoke_i): set
          TAO_INVOCATION_RECV_REQUEST_MINOR_CODE if proper reply is
          not received.

Sat Jun  5 15:27:24 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * tao/ORB_Core.cpp: Put an ACE_UNUSED_ARG around at Line 1069 to
        remove warning in Linux egcs.

Sat Jun  5 12:58:00 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/CDR.h:
        * tao/GIOP.cpp:
        * tao/GIOP.h:
        * tao/IIOP_Connect.cpp:
        * tao/IIOP_Connect.h:
        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Connect.cpp:
        * tao/UIOP_Connect.h:
        * tao/UIOP_Transport.cpp:
          Removed several memory allocations from the critical path, they
          were introduced in the flurry of changes to support asynch
          messaging and pluggable protocols.

        * tao/MessagingS_T.cpp:
        * tao/DomainS_T.i:
          Removed several uses of TAO_ORB_Core_instance()

Sat Jun 05 06:15:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.cpp
          orbsvcs/orbsvcs/RtecScheduler.idl: added locking guards to
          public methods, refactored some of them to allow sharing of
          lock-less private methods between public methods, added
          SYNCHRONIZATION_FAILURE user exception to module RtecScheduler.

Sat Jun  5 03:54:27 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Object_Adapter.{h,i,cpp}: Extracted the steps needed to
          making an upcall from dispatch_servant and dispatch_servant_i
          into a new class Servant_Upcall.  For collocated operation
          invocation to be "safe," we need to query the POA for every
          invocation, locate the servant, create and setup the POA_Current
          object, bump up the servant reference count, and make sure the
          upcall conform with POA's threading policy.  The Servant_Upcall
          class gathers the information needed to make an upcall and makes
          sure all the locks are held/release at appropriate time.  With
          this class, we can change how an upcall is actually made without
          repeatedly puting these logic everywhere.

          The new dispatch_servant now uses the class.  dispatch_servant_i
          is no longer needed.  Also gone are Single_Threaded_POA_Lock and
          Outstanding_Request because they are only used in the original
          dispatch_servant_i.

          The Servant_Upcall class'es implementation is exception safe
          regardless a platform supports native C++ exception or not.
          With this class, we can fix the collocated object's behave so
          that they obey the POA's state and policies without bloating the
          generated code.

        * tao/POA.{h,i,cpp}:  Moved TAO_POA_Current_Impl to
          Object_Adapter.* to avoid circular dependency.

Fri Jun  4 23:48:41 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.h:
        * tao/ORB_Core.i:
        * tao/ORB_Core.cpp:
          The ORB core holds Codeset translators between the native char
          and ISO88659 and between the native wchar codeset and UNICODE.
          This is not a complete implementation but should be enough to
          get platforms that do not have ISO8859 as their native set
          working (such as MVS).
          Many thanks to Jim Rogers <jrogers@viasoft.com> for his
          cooperation on this task.
          The acceptor registry is initialized on demand, not on the class
          construction.
          Removed methods to set the protocol factories, acceptor registry
          and connector registry, this objects do not change after
          initialization.

        * tao/GIOP.cpp:
        * tao/ORB.cpp:
        * tao/Invocation.cpp:
          The OutputCDR are initialized with the right codeset
          translators.

        * tao/Exception.h:
        * tao/Exception.cpp:
          On MVS generate the typecodes using the translator to ISO8859,
          that way the buffers are all in that codeset (including the
          hardcoded buffers in the Typecode_Constants.cpp file).
          Many thanks to Jim Rogers <jrogers@viasoft.com> for his
          cooperation on this task.

        * tao/CDR.h:
        * tao/CDR.i:
        * tao/CDR.cpp:
          Added support for code set translators, they are either provided
          as a parameter (for the OutputCDR streams) or obtained from the
          ORB_Core. Needs some cleanup, but the basics are there.

        * tao/Typecode_Constants.cpp:
          Re-generated the typecodes for CORBA::Object,
          CORBA::TypeCode::BadKind and CORBA::TypeCode::Bounds. I used the
          IDL compiler this time to obtain a consistent and platform
          independent mapping.

        * tao/Transport_Mux_Strategy.h:
        * tao/Transport_Mux_Strategy.cpp:
          Removed uneeded lock

        * tao/Wait_Strategy.h:
          Removed uneeded #include

        * tao/IIOP_Profile.cpp:
        * tao/UIOP_Profile.cpp:
          Removed unused statement

        * tao/default_resource.h:
          The acceptor registry and connector registry instances where
          left in the class by accident.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp:
          Some improvements to the propagation of exceptions, but it needs
          a major rework.

        * tao/Object_Adapter.cpp:
          The compiler (egcs) was complaining about a switch() over an
          enum but not using all the values, the code was OK, because not
          all the values are reached. added a default case to shut it up.

Fri Jun 04 19:47:30 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB_Core.cpp
        * tao/ORB_Core.h
        * tao/ORB_Core.i
        * tao/Resource_Factory.cpp
        * tao/Resource_Factory.h
        * tao/default_resource.cpp
        * tao/default_resource.h

          The following changes are related to the rearchitecture of
          resource management inside the ORB:

          - Moved the object adapter, root POA, and the thread manager
            from the default resources to the ORB Core.

          - Removed the root POA and thread manager set methods.

Fri Jun  4 18:57:02 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: Removed incorrect
          error output from a couple of default switch cases.  Thanks to
          Robert Flanders <rdfa@eci.esys.com> for pointing out the problem
          and to Carlos for his help with the fix.

Fri Jun 04 17:30:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.{cpp, h}: completed
          most of the reconfigurable scheduler implementation.

        * performance-tests/Cubit/TAO/IDL_Cubit/client.dsp
          performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.dsp
          performance-tests/Cubit/TAO/IDL_Cubit/server.dsp: added
          relative paths to projects.

Fri Jun 04 16:11:30 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Context.{i,cpp}:
        * tao/Environment.{i,cpp}:
        * tao/NVList.{i,cpp}:
        * tao/ORB.{i,cpp}:
        * tao/Object.{i,cpp}:
        * tao/Principal.{i,cpp}:
        * tao/ValueBase.{i,cpp}:
        * tao/Request.{i,cpp}:
        * tao/Server_Request.{i,cpp}:
        * tao/Typecode.{i,cpp}:
        * tao/corbafwd.{i,cpp}: Unlined a bunch of methods in CORBA
          namespace to avoid duplicate definitions on platforms with
          namespace support.

Fri Jun 04 15:25:38 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/tie_si.cpp (visit_interface):
          Fixed the generated code for _default_POA() for the tie classes.
          If <poa_> is nil, simply delegate to the base class.  Thanks to
          Carlos for helping with this.

Fri Jun  4 14:40:48 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB.cpp:
        * tao/ORB_Core.cpp:
          Added debugging messages to keep track of ORB creation and
          destruction (only at debug level >= 3)
          The ORB_Table singleton will destroy all ORBs that are still on
          the table at process shutdown.
          The TAO_ORB_Core_instance() will return the first ORB on the ORB
          table, only if the table is empty it will create one.

        * tests/Param_Test/server.h:
        * tests/Param_Test/param_test_i.h:
        * tests/Param_Test/param_test_i.cpp:
          It was using ORB_Core_instance() to shutdown the ORB, we keep an
          ORB pointer around to do the right thing.

        * utils/catior/catior.cpp:
          Added support for TAO's Unix domain sockets.

Fri Jun  4 13:35:29 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
          Finally was able to remove the last use of
          CORBA_Any::replace() to set the return value of the
          request to get the Cubit object from the factory.
          We are now using the preferred
          'req->return_value() >>=' construction.

Fri Jun  4 13:04:45 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp:
          Since the one 'official' IDL file that gave us
          problems has been fixed, the default behavior of
          the IDL compiler for case-only spelling differences
          in identifiers sharing the same scope has been
          reverted to error output, as the spec requires.

Fri Jun  4 12:01:34 1999  Vishal Kachroo  <vishal@cs.wustl.edu>

        * tao/GIOP.cpp (process_server_locate): Added the INS
          functionality for lookup of "simple" object keys when the
          incoming request is a GIOP LocateRequest message. This
          was previously possible only for GIOP Request messages.

Fri Jun 04 11:37:33 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/Simple/Simple_util (class Client): Reordered the ORB
          and the var instance declaration in the header file.
          Previously, the ORB was getting destroyed before the var was
          destroyed.  This was causing a free memory read when the var was
          cleaned up.  By reordering, the ORB gets destroyed after the
          var, and hence there is no problem anymore.  Thanks to Shaun
          Ohagan <jk13@dial.pipex.com> for pointing out this problem.

          Also, fixed the options parsing with respect to reporting
          problems and helping the user (-? option was changed to -h).

Fri Jun  4 11:03:05 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
          Fixed broken test code in cube_union_dii().

Fri Jun  4 00:32:04 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * tao/Client_Strategy_Factory.cpp:
        * tao/Client_Strategy_Factory.h:
        * tao/IIOP_Transport.cpp:
        * tao/Makefile:
        * tao/Pluggable.cpp:
        * tao/Pluggable.h:
        * tao/Request_Mux_Strategy.cpp:
        * tao/Request_Mux_Strategy.h:
        * tao/UIOP_Transport.cpp:
        * tao/Wait_Strategy.h:
        * tao/default_client.cpp:
        * tao/default_client.h:
        * tao/Transport_Mux_Strategy.h:
        * tao/Transport_Mux_Strategy.cpp:
        * tao/TAO.dsp
        * tao/TAO_Static.dsp

        The Mux strategies are over the Transport objects. So naming them
        as Transport_Mux is more appropriate than Request_Mux.
        Thanks Carlos!

Thu Jun  3 23:27:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/UIOP_Connector.cpp:
          We forgot the UIOP connector when changing the Connector_Lock
          allocation.

Thu Jun  3 21:50:45 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * utils/catior/catior.cpp (catior): Fixed a byte-ordering problem
          that caused the catior utility to incorrectly decode little
          endian IOR's.  Thanks to Jeff D. Hopper <jhopper@orbisys.com>
          for reporting this.

Thu Jun 03 21:03:42 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Pluggable.h:
        * tao/Pluggable.cpp:
        * tao/UIOP_Connect.cpp:
        * tao/UIOP_Transport.h:
        * tao/UIOP_Transport.cpp:
        * tao/IIOP_Transport.h:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Connect.cpp:
        * tao/Wait_Strategy.h:
        * tao/Wait_Strategy.cpp:

          Cleaned up the connection managment: there is no need to inform
          the transport when the reactor invokes handle_close(). The
          Transport class is always the one that closes the connection.
          Still the Wait_Strategy needs to know to wake up any threads
          that are waiting on the transport.  Right now we don't send any
          messages to the Wait_Strategy if the connection is closed during
          a write (i.e. while sending a message), but in the future we may
          need to do so.

          Also, fixed crashes and infinite loops on the event of a write()
          failure.  The system was not informing the
          Cached_Connect_Strategy that the transport was not useful
          anymore, and sometimes the same transport was attempted again,
          if it wasn't closed then we went into an infinite loop; if it
          was closed then we crashed.

          Thanks to Kristopher Johnson <kjohnson@gardnersys.com> for
          pointing out the above problem.

        * tao/GIOP: Cleaned up the implementation of
          TAO_GIOP::process_server_message(), checking that it handles all
          the errors conditions correctly and removing some error
          conditions that just could not happen.  Also converted C++
          exceptions into CORBA::UNKNOWN Make sure that send_message
          returns -1 if there is an error.  Made several functions return
          void because they raise exceptions instead of returning errors
          (and they shouldn't do both).

          Also, removed unused values for the Message_Type enum, they wre
          TAO extensions that nobody used anymore.  In addition, removed
          the TAO_GIOP::message_name() function, nobody was using it

        * tao/corbafwd.h:
        * tao/Exception.cpp:
          Added new exception minor code for the C++ to CORBA::UNKNOWN

        * tao/ORB_Core.cpp:
          Fixed the POA_Current object that was being leaked.

        * tao/default_resource.cpp:
        * tao/Acceptor_Registry.cpp:
        * tao/Connector_Registry.cpp:
          Removed memory leaks in the pluggable protocol framework

        * tao/Servant_Base.cpp (TAO_Local_ServantBase::_create_stub):
          Reverted the code back to using TAO_ORB_Core_instance instead of
          trying to get the default POA.  The unfortunate part is that
          calling default_POA() requires the creation of a local stub,
          hence causing a infinite loop. It is ok to use
          TAO_ORB_Core_instance here since the locality constrained
          servant does not really register with a POA or get exported
          remotely.

        * tao/Resource_Factory.h:
        * tao/Resource_Factory.cpp:
        * tao/default_resource.cpp:
        * tao/IIOP_Connector.cpp (open): Created and passed in the
          TAO_Cached_Connector_Lock explicitly.  This will allow us to
          avoid calling TAO_ORB_Core_instance() in the constructor of
          TAO_Cached_Connector_Lock.

Thu Jun  3 16:42:59 1999  Vishal Kachroo  <vishal@cs.wustl.edu>

        * Cleaned up the TAO/performance-tests/Demux directory.
          The tests are in TAO/performance-tests/POA/Demux.

Thu Jun  3 16:30:46 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * tao/GIOP.h:
        * tao/GIOP.cpp:

        * tao/Invocation.cpp
        * tao/Invocation.h:

        Moved the request/locate request header writing code from
        Invocation class to GIOP class.

Thu Jun  3 16:17:48 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
          Removed the member environment variable and replaced
          it with ACE_TRY_ENV.

Thu Jun 03 15:46:11 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Exception.cpp:
          MSVC 5.0 has some problems defining variables inside a
          namespace, a fully qualified name does not work, it *must* be
          done inside the namespace.  We were not doing that for the _tc_*
          variables for the system exceptions.

Thu Jun  3 15:16:04 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corbafwd.h:
        * tao/corbafwd.i:
        * tao/ORB_Core.cpp:
          Some compilers get extremely confused with
          CORBA::default_environment() as a default parameter. But they
          are happy with a function outside the CORBA namespace, for
          example: TAO_default_environment
          We added the function above and made the
          CORBA::default_environment() just a thin wrapper.

        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_sh.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_union_branch/private_ch.cpp:
          The IDL compiler generates TAO_default_environment now.

        * tao/Any.h:
        * tao/CDR.h:
        * tao/CDR_Interpreter.h:
        * tao/Context.h:
        * tao/CurrentC.h:
        * tao/DomainC.h:
        * tao/Exception.h:
        * tao/Forwarding_Servant.h:
        * tao/GIOP.h:
        * tao/GIOP.cpp:
        * tao/GIOP_Server_Request.h:
        * tao/IIOP_Connect.h:
        * tao/Invocation.h:
        * tao/Marshal.h:
        * tao/Messaging_Policy_i.h:
        * tao/NVList.h:
        * tao/ORB.cpp:
        * tao/ORB.h:
        * tao/ORB_Core.h:
        * tao/Object.h:
        * tao/POA.h:
        * tao/POAC.h:
        * tao/POAManager.h:
        * tao/POAS.h:
        * tao/POA_CORBA.h:
        * tao/PolicyC.h:
        * tao/Policy_Manager.h:
        * tao/PollableC.h:
        * tao/Request.h:
        * tao/Sequence.h:
        * tao/Sequence_T.h:
        * tao/Servant_Base.h:
        * tao/Server_Request.h:
        * tao/Stub.h:
        * tao/TAO.h:
        * tao/Typecode.h:
        * tao/UIOP_Connect.h:
        * tao/varout.h:
        * orbsvcs/CosEvent_Service/CosEvent_Service.h:
        * orbsvcs/Time_Service/IR_Helper.h:
        * orbsvcs/orbsvcs/Event/EC_Command.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
          Replaced all uses of CORBA::default_environment() with
          TAO_default_environment()

Thu Jun 03 14:54:23 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/poa_T.*: Removed unused files.

        * tao/Reply_Dispatcher: Fixed incorrect inclusion of the
          Reply_Dispatcher.i file.

        * tao/GIOP.cpp (process_server_message): Fixed use of <transport>.

Thu Jun 03 13:30:30 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP.cpp:
          Fixed typo in exception handling code

        * tao/GIOP_Server_Request.h:
          Added missing #include, or at least it seems like MSVC needs
          it.

Thu Jun  3 13:20:09 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP.h:
        * tao/GIOP.cpp:
        * tao/GIOP_Server_Request.h:
        * tao/GIOP_Server_Request.i:
        * tao/GIOP_Server_Request.cpp:
        * tao/IIOP_Connect.h:
        * tao/IIOP_Connect.cpp:
        * tao/IIOP_Profile.cpp:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Transport.h:
        * tao/Invocation.h:
        * tao/Invocation.i:
        * tao/Invocation.cpp:
        * tao/Pluggable.h:
        * tao/Pluggable.cpp:
        * tao/Wait_Strategy.h:
        * tao/Wait_Strategy.cpp:
        * tao/Reply_Dispatcher.h:
        * tao/Reply_Dispatcher.i:
        * tao/Reply_Dispatcher.cpp:
        * tao/Request_Mux_Strategy.h:
        * tao/Request_Mux_Strategy.cpp:
        * tao/UIOP_Connect.h:
        * tao/UIOP_Connect.cpp:
        * tao/UIOP_Transport.h:
        * tao/UIOP_Transport.cpp:
          Moved all the GIOP code into GIOP.cpp, i.e. the Invocation,
          Transport and Connect classes do not parse headers or read any
          data, it is all controlled by the GIOP module.
          This also saved some code because the UIOP and IIOP protocols
          can share the implementation in GIOP.cpp
          Improve the interface between the Reply_Dispatcher, the
          Request_Muxers and the transport objects.
          Removed a bunch of methods that were not used anymore, like
          suspend_* and resume_*
          In short: we continue the process of integrating pluggable
          protocols and the first phase of messaging.

        * tests/MT_Client/test_i.cpp:
          Call shutdown() with the default parameter, otherwise it dies a
          horrible death.

Thu Jun  3 13:17:50 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/varout.h:
        * tao/Sequence_T.h:
          Work around egcs problems with default parameters in templates
          and namespaces. Who would ever use that ;-)

        * tao/Exception.cpp:
          Fixed problem with VMCID identification in debugging code.

Tue Jun 01 23:48:33 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/corbafwd.h (CORBA): Changed CORBA from a class to a
          namespace on platforms that support namespaces.  Thanks to Joerg
          Pommnitz <pommnitz@darmstadt.gmd.de> for pointing out this
          problem.

          Files that required changes:

          - Exception.cpp
          - PolicyC.cpp
          - Typecode_Constants.cpp
          - corbafwd.cpp
          - corbafwd.h
          - corbafwd.i

        * tao/ORB.h (CORBA_ORB): Removed the <CORBA::instance_>.  This was
          non-standard and not needed since you can always get to the
          default ORB through ORB_init (0,0,0).

        * tao/ORB_Core.cpp (TAO_ORB_Core_instance): Redone because of the
          above change to <CORBA::instance_>.  This method is somewhat
          slower now, but should not be used very often.

        * tao/Servant_Base.cpp (TAO_Local_ServantBase::_create_stub,
          TAO_DynamicImplementation::_create_stub, and
          TAO_ServantBase::_create_stub): Changed implementation such that
          it does not use TAO_ORB_Core_instance() and made sure that the
          correct ORB is used in creating the stub.

          Also improved the exception handling.

        * tao/POAC.cpp: IDL compiler generated code uses istub->orb_core()
          instead of TAO_ORB_Core_instance().

Thu Jun  3 09:16:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/NestedUpcall/MT_Client_Test/client.cpp:
          Fixed silly problems with exception handling

Wed Jun  2 18:53:15 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Pluggable.h:
        * tao/Pluggable.cpp:
        * tao/Wait_Strategy.h:
        * tao/Wait_Strategy.cpp:
        * tao/Invocation.cpp:
        * tao/IIOP_Transport.h:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Connect.h:
        * tao/IIOP_Connect.cpp:
        * tao/UIOP_Transport.h:
        * tao/UIOP_Transport.cpp:
        * tao/UIOP_Connect.h:
        * tao/UIOP_Connect.cpp:
          Removed several unused functions
          The send_error() method was assuming that request_id==0 was an
          impossible, that is wrong.

        * tests/NestedUpcall/Reactor/client.cpp:
        * tests/NestedUpcall/MT_Client_Test/client.cpp:
          The POA state was not changed, so the test was failing.

Wed Jun 02 17:36:14 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/TAO.dsp:
        * tao/TAO_Static.dsp:
          Changed the Connect.{h,i,cpp} files for IIOP_Connect.{h,i,cpp}

Wed Jun  2 17:35:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corbafwd.h:
          Added new locations for the TRANSIENT exceptions raised in the
          POA

        * tao/POA.cpp:
          Added location info in the TRANSIENT exceptions raised here.

        * tao/Exception.cpp:
          Added code to handle non-TAO minor codes.
          Added the strings for the new minor code locations

        * TAO_IDL/include/fe_extern.h:
          Several functions where declared extern "C" but where actually
          regular C++ functions, this was causing problems on MVS.  Thanks
          to Jim Rogers <jrogers@viasoft.com> for these MVS patches.

        * TAO_IDL/driver/drv_preproc.cpp:
          Pass the "-+" argument to the preprocessor under MVS, otherwise
          it does not recognize .cc files as C++.

        * TAO_IDL/driver/drv_args.cpp:
          Work around a problem in the access() function for MVS.

        * tao/DynAnyS.cpp:
          One of the constructors was not using the ACE_NESTED_CLASS()
          macro, generating problems under MVS.

        * TAO_IDL/ast/ast_module.cpp:
          Generate only a warning if a module is reopened on platforms
          without namespaces. It is possible that the user is
          cross-compiling the code.  Thanks to Byron Harris
          <harris_b@ociweb.com> for pointing this out.

Wed Jun  2 17:27:43 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Connect.cpp:
        * tao/Connect.h:
        * tao/Connect.i:
        * tao/IIOP_Connect.cpp:
        * tao/IIOP_Connect.h:
        * tao/IIOP_Connect.i:
          Renamed Connect.{h,i,cpp} to IIOP_Connect.{h,i,cpp}

        * tao/IIOP_Acceptor.cpp:
        * tao/IIOP_Acceptor.h:
        * tao/IIOP_Connector.h:
        * tao/IIOP_Profile.cpp:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Transport.h:
          Updated to include "tao/IIOP_Connect.h"

        * tao/params.h:
          Removed unused forward declaration of
          TAO_Server_Connection_Handler

        * examples/Simple/time-date/Time_Date.h:
          Added missing header file

        * examples/Simple/time-date/Time_Date.cpp:
          Added missing template instantiations

        * */Makefile:
          Updated dependencies

Wed Jun  2 17:14:33 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * tests/NestedUpcall/Reactor/README:
          Updated the README. Removed the -f option.

Wed Jun 02 15:17:24 1999    <alex@cs.wustl.edu>

       * tests/NestedUpcall/Reactor/NestedUpcall.dsw
       * tests/NestedUpcall/Reactor/mt-client.dsp

       * tests/MT_Client/simple_client.dsp
       * tests/MT_Client/MT_Client.dsw
       * tests/MT_Client/server.dsp

       Projec files for the new simple client and mt-client test.

Wed Jun  2 14:49:36 1999  Vishal Kachroo  <vishal@cs.wustl.edu>

        * tao/ORB.cpp (resolve_initial_references): Raised a
          CORBA::ORB::InvalidName exception if the ORB is unable
          to find the service name in the ORB IOR tables or among
          the hard-coded service names.

Wed Jun  2 13:18:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Resource_Factory.h:
        * tao/Server_Strategy_Factory.h:
        * tao/Client_Strategy_Factory.h:
        * tao/Client_Strategy_Factory.cpp:
        * tao/default_client.cpp:
        * tao/default_client.h:
        * tao/default_resource.cpp:
        * tao/default_resource.h:
        * tao/default_server.h:
        * tao/params.h:
        * tao/Invocation.cpp:
        * tao/ORB.cpp:
        * tao/ORB_Core.h:
        * tao/ORB_Core.cpp:
        * tao/Object.cpp:
        * tao/Wait_Strategy.cpp:
        * tao/Connect.h:
        * tao/Connect.cpp:
        * tao/IIOP_Connector.h:
        * tao/IIOP_Connector.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.i:
        * tao/IIOP_Transport.h:
        * tao/IIOP_Transport.cpp:
        * tao/UIOP_Connect.cpp:
        * tao/UIOP_Connect.h:
        * tao/UIOP_Connector.cpp:
        * tao/UIOP_Connector.h:
        * tao/UIOP_Transport.cpp:
        * tao/UIOP_Transport.h:
          Removed several uses g(or abuses?) of TAO_ORB_Core_instance()
          The Client_Strategy_Factory does not create the IIOP
          Client_Connection_Handlers anymore, it only creates the
          Wait_Strategy and its friends.  This was the last thorn in the
          PP framework (which could use some polishing, but nothing big).
          Renamed the TAO_Client_Connection_Handler to
          TAO_IIOP_Client_Connection_Handler, this is more consistent with
          the UIOP protocol (and puts the class in its right place).
          Removed several #includes from header files to minimize
          cross-dependencies and optimize (re)compilation time

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/Time_Service/IR_Helper.cpp:
        * orbsvcs/orbsvcs/AV/sfp.cpp:
        * orbsvcs/orbsvcs/AV/sfp.h:
        * orbsvcs/orbsvcs/Log/Logger_i.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
        * orbsvcs/tests/Simple_Naming/client.h:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
        * tests/NestedUpcall/MT_Client_Test/local_server.h:
          Some internal header files are not visible in TAO anymore, this
          means that some ace header files are not visible either.  I
          added them to the few files that actually required those
          #include's

        * */Makefile:
          Updated dependencies

        * tao/ORB_Strategies_T.cpp:
        * tao/ORB_Strategies_T.h:
        * tao/ORB_Strategies_T.i:
          Removed this files are not used anymore.

        * tao/Any.cpp:
          Minor cosmetic fixes

Wed Jun  2 10:51:48 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Stub.cpp:
          Removed an "optimization" I had made to DII the other
          day (it was broken). I suspected it might be too
          good to be true.

        * TAO/tests/DynAny_Test/da_tests.idl:
        * TAO/tests/DynAny_Test/test_dynunion.cpp:
          Put the typecode member back into the union in the
          IDL file, now that that stuff works, and modified the
          test to check that member.