summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
blob: a9a7eaa1dbdc33d2093e592531217db27817a668 (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
Thu Mar 11 19:55:18 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* tao/Object.cpp: 
	  Fixed template instantiations and some warnings.

	* tao/encode.cpp: 
	  Removed unused variable.

	* tests/Param_Test/run_test.pl: 
	  Use IOR object references, they are actually easier than
	  URL-style.

Thu Mar 11 19:07:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* tao/CDR.h:
	* tao/CDR.cpp:
	* tao/Connect.cpp:
	* tao/Exception.cpp:
	* tao/IIOP_ORB.cpp:
	* tao/IIOP_Profile.h:
	* tao/IIOP_Profile.i:
	* tao/IIOP_Profile.cpp:
	* tao/MProfile.h:
	* tao/MProfile.i:
	* tao/Object.h:
	* tao/Object.i:
	* tao/Object.cpp:
	* tao/Pluggable.h:
	* tao/Server_Request.cpp:
	* tao/Stub.h:
	* tao/Stub.i:
	* tao/decode.cpp:
	* tao/encode.cpp:
	  Implemented compiled marshaling and demarshaling of object
	  references.
	  Removed uses of do_static_call() from the
	  CORBA::Object class in favor of compiled marshaling.
	  Removed several uses of interpretive marshaling, we can use
	  compiled marshaling now.

	* tests/Param_Test/run_test.pl: 
	  The client cleanly shutdowns the server now.

Thu Mar 11 16:36:34 1999  Jeff Parsons  <parsons@cs.wustl.edu>

	* TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
	  Fixed code generation of _ptr_type and _var_type
	  typedefs to include a guard against certain versions
	  of g++.

Thu Mar 11 14:30:05 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

	* orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: 
	  Check for error in call to Repository::get_hostport

	* performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp: 
	  Enabled test for unions and the RTI data structure.

Thu Mar 11 13:59:05 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Any.{i,cpp} (operator<<=): un-inlined, to avoid use of
          inline CORBA::string_dup () before definition.

Thu Mar 11 13:43:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp:
          Enabled compiled marshaling by default (again).

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
          Fixed generated code to handle location forwarding.

        * tao/Invocation.cpp:
          Minor cosmetic fixes.

        * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
          We don't abort on the first exception, instead we keep
          trying. We also clear the environment before making a
          request.

Wed Mar 10 16:43:55 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
          The type of event generated by the filter is can be passed in
          the Filter constructor.
          This is also used to control if the event is a one shot timeout
          or an interval timeout.

        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
          We must create a Timeout_Filter for events of type
          ACE_ES_TIMEOUT_EVENT too.
          The type of event is passed to the Timeout_Filter.

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Only push events if the consumer is not disconnected.

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
          Fixed memory managment bug.

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
          The UDP gateway does not require an scheduler, it can be argued
          that it cannot use an scheduler because UDP is not suitable for
          hard real-time systems.

        * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
          Removed scheduler and some includes related to the old EC.

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
          Work around horrible g++ 2.7.2 bug with forward declaration of
          templates.

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
          Also fixed a couple of g++ 2.7.2 warnings, that look like
          compiler bugs to me.

        * tao/decode.cpp:
          Updated some comments in the object reference decoder.

        * tests/CDR/allocator.cpp:
          Minor cosmetic fixes.

Wed Mar 10 10:43:08 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/fe/idl.yy:
          The front-end was incorrectly handling "const" definitions of
          type strings. Thanks to Yaolong Lan (lyaolong@cs.sunysb.edu) for
          reporting the problem.

        * TAO_IDL/fe/{y.tab.cpp, y.tab.h, lex.yy.cpp}: Regenerated since
          idl.yy was modified.

Tue Mar  9 20:01:40 1999  Ossama Othman  <othman@cs.wustl.edu>

        * examples/Simulator/DOVEMIB/Makefile:
        * examples/Simulator/Event_Supplier/Makefile:
        * orbsvcs/Naming_Service/Naming_Service.dsp:
        * orbsvcs/tests/AVStreams/benchmark/Makefile:
        * orbsvcs/tests/AVStreams/server_discovery/Makefile:
        * performance-tests/Demux/Makefile:
        * performance-tests/POA/Object_Creation_And_Registration/Makefile:
        * tao/Makefile:
        * tao/ORB.cpp:
        * tao/TAO.dsp:
        * tao/TAO4.mak:
        * tao/TAO_Static.dsp:
        * tao/Typecode.cpp:
        * tao/tao.bld:

        Updated these files to use the newly renamed CDR_Interpreter classes
        and files.

        * tao/IIOP_Interpreter.h
        * tao/IIOP_Interpreter.cpp

        Renamed these files to:

        * tao/CDR_Interpreter.h
        * tao/CDR_Interpreter.cpp

        All references to IIOP_Interpreter have been changed to
        CDR_Interpreter since "IIOP_Interpreter" is no longer an accurate
        name for the classes and files in question.

Tue Mar  9 19:58:54 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/POA.{h,cpp}:
        * tao/Makefile:
        * tao/TAO[_Static].dsp:
        * tao/POAManager.{h,i,cpp}: Moved POA_Manager implementation to
          separate files.

Tue Mar  9 15:40:06 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/Param_Test/big_union.cpp:
          Fixed a MSVC++ double-to-float warning.

Tue Mar  9 15:35:31 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * examples/Quoter/Factory_Finder.cpp:
        * examples/Quoter/Generic_Factory.cpp:
        * examples/Quoter/server.cpp:
          Fixed null-pointer usage in the server destructors when the
          naming service wasn't resolved.

        * examples/Quoter/server.cpp:
          Also fixed some memory leaks.

Tue Mar  9 13:42:49 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO_IDL/fe: Regenerated the y.tab.cpp file using Berkeley
          yacc rather than yacc so the nifty tracing features
          will be enabled.

Tue Mar  9 13:05:49 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * docs/releasenotes/index.html:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: Fixed all the
          Sequence_out parameters to get created even though their length
          may be zero. This is according to the CORBA spec.

Tue Mar 09 01:16:41 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.10 released.

Tue Mar 09 00:52:42 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.9 released.

Mon Mar  8 23:33:28 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile: Fixed a problem in the Makefile.

Mon Mar 08 22:20:32 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile (TAO_ORBSVCS_SRCS): if the Trader
          is built without the Naming Service in TAO_ORBSVCS, add
          IOR_Multicast because the Trader needs it.  Thanks to
          Seth for reporting this.

Mon Mar  8 20:49:45 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/params.h:
        * tao/ORB_Core.cpp:
        * docs/Options.html:
        * docs/configurations.html:
        * docs/releasenotes/orbcore.html:
          Change the iioplite option to gioplite.

        * tao/IIOP_ORB.h:
        * tao/IIOP_ORB.cpp:
          Added support for file://-style IORs; we simply use the
          ACE_Read_Buffer class to read the IOR from the file and then
          call string_to_object again.

        * tao/GIOP.cpp:
          Fixed debug message.

        * tao/Server_Request.cpp:
          Minor cosmetic fixes.

Mon Mar  8 20:09:07 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/docs/releasenotes/index.html:
          Added an entry about the Pluggable test.

Mon Mar  8 19:02:21 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
          Added the new typedefs for _ptr_type and _var_type
          (see Advanced CORBA Programming with C++, section 7.6.1).
          I couldn't find anywhere that the IDL compiler
          generates code for template member functions - everything
          like that in orbsvcs seems to be handwritten. If anyone
          sees that I overlooked something. let me know.

Mon Mar  8 16:20:22 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/ORB.i: Moved CORBA::string_dup() into the *.i file and made
          it an inline method.  Thanks to Jon Biggar for suggesting this.

Mon Mar  8 16:46:36 1999  Matthew J Braun  <mjb2@cs.wustl.edu>

        * orbsvcs/tests/Logger/README:
          Changed description of correct test output to reflect change
          from get_host_by_name () to get_host_by_addr ().

        * orbsvcs/orbsvcs/Log/Logger_i.cpp:
          Altered the return values in verbosity_conversion to correspond
          to the changed values in ace/Log_Msg.h. Also modified logv to
          use get_host_by_addr () rather than get_host_by_name (). This
          speeds things up somewhat. Thanks to Ulf Jährig for pointing
          this out.

Mon Mar  8 14:27:38 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Invocation.cpp:
        * tao/IIOP_Transport.cpp:
        * tao/Connect.cpp:
        * tao/ORB.cpp:
        * tao/skip.cpp:
          The first four files have the new ACE timeprobes for the
          pluggable protocols test. The last has a change in
          TAO_Marshal_Union::skip() from using
          (ACE_Message_Block *) Any::value() to
          Any::_tao_get_cdr ().

Mon Mar  8 13:44:23 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/ORB.cpp: Added a superfast implementation of
          CORBA::string_copy().  Thanks to Terry Rosenbaum
          <Terry.Rosenbaum@Radiology.MSU.edu> for suggesting this and to
          Jon Biggar <jon@biggar.org> for optimizing it still further ;-).

Mon Mar  8 11:08:02 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/include/utl_scope.h:
          TAO_IDL/util/utl_scope.cpp:

          Incorporated the right scoping lookup rules based on the latest
          CORBA 2.3 revisions. Thanks to Torsten Kuepper
          <kuepper2@uni-wuppertal.de> for providing the patches.

Sun Mar  7 19:29:06 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * docs/Options.html (bgcolor):
        Updated the documentation for the ORB configuration

Sun Mar 07 17:39:22 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IIOP_Transport.cpp (send): Remember to reset <iovcnt> after
          we send out a batch of data.

Sun Mar  7 17:27:31 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Pluggable/client.cpp:
          Removed ACE_OS::thr_exit(). this was borrowed from
          IDL_Cubit/client.cpp. It has been decided that this
          usage is a "Bad Thing"[TM], and that line has been removed
          from the IDL Cubit client as well.

Sun Mar 07 16:39:03 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/client.cpp (main):
          removed call to ACE_OS::thr_exit ().  It's no longer
          necessary; it's just a relic from a workaround that's
          no longer needed.  Thanks to Jeff for noticing it.

Sun Mar  7 16:03:51 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Pluggable/PP_Test_Client.{h,cpp}:
        * TAO/performance-tests/Pluggable/PP_Test_Server.{h,cpp}:
        * TAO/performance-tests/Pluggable/PP_Test_i.{h,cpp}:
        * TAO/performance-tests/Pluggable/PP_Test.idl:
        * TAO/performance-tests/Pluggable/client.cpp:
        * TAO/performance-tests/Pluggable/server.cpp:
        * TAO/performance-tests/Pluggable/client.dsp:
        * TAO/performance-tests/Pluggable/server.dsp:
        * TAO/performance-tests/Pluggable/Pluggable.dsw:
        * TAO/performance-tests/Pluggable/Makefile:
        * TAO/performance-tests/Pluggable/README:
          New files implementing tests for pluggable protocols stuff,
          using ACE Timeprobes. Builds and runs fine on NT, builds
          with suncc, but client seg faults on ACE_OS::thr_exit().
          I've emailed the doc group to see if anyone can give me a
          hand with this bug.

Sun Mar  7 10:41:58 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/tests/Property/client.cpp:
        Fixed the g++ warnings

Fri Mar  5 21:59:18 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * examples/Quoter/Factory_Finder.cpp:
        * examples/Quoter/Factory_Finder_i.cpp:
        * examples/Quoter/Quoter_i.cpp:
        * examples/Quoter/Quoter_i.h:
        * examples/Quoter/client.cpp:
        * examples/Quoter/client.h:
        * examples/Quoter/server.cpp:
        * examples/Quoter/server.h:
          In general, redid a lot of exception handling to work better
          with native exceptions.

Fri Mar  5 20:50:23 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/Makefile: included the CosEvent_Channel in the list
          of directories to build.

        * orbsvcs/CosEvent_Service/CosEvent_Service{.h, .cpp}:
          replaced the TAO_TRY macros with ACE_ macros.

        * orbsvcs/tests/CosEC_Basic/{*.h, *.cpp}:
          replaced the TAO_TRY macros with ACE_ macros.

        * orbsvcs/tests/CosEC_Basic/CosECConsumer{.h.cpp}:
          added an ORB pointer, which is used to shutdown the ORB
          after a <push> is received by a consumer.

        * orbsvcs/tests/CosEC_Basic/CosEC_Basic{.h, .cpp}:
          fixed a bug that caused this test to fail - thanks to
          Jim Crossley <jim@lads.com> for pointing this out.
          The RtEC needs to be constructed with a valid
          TAO_Reactive_Module_Factory. Creating the Rtec on the heap
          with an initialized module factory fixed this.

        * orbsvcs/tests/CosEC_Multiple {*.h, *.cpp}
          replaced the TAO_TRY macros with ACE_ macros.

        * docs/releasenotes/index.html: updated the CosEC information.

Fri Mar  5 18:11:04 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp: Added the new EC files.

Fri Mar  5 16:43:06 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
          Fixed const correctness problem, Sun/CC didn't even give a
          warning for this one!

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
          Added missing template instantiation.

Fri Mar  5 15:12:00 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.i:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/EC_Reactive_Timeout_Generator.h:
        * orbsvcs/orbsvcs/Event/EC_Reactive_Timeout_Generator.i:
        * orbsvcs/orbsvcs/Event/EC_Reactive_Timeout_Generator.cpp:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.h:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.i:
        * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
          Added support for timeout events, including a simple
          Timeout_Generator based on the ORB's reactor.

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.i:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.i:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Fixed several problems with g++ 2.7.2.X; thanks to David Levine
          for reporting them.

        * orbsvcs/tests/Makefile:
          Added a bunch of missing directories to the list.

        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
          The Event2 service is compiled by default, not need to check for
          it.

        * orbsvcs/Event_Service/Event_Service.h:
        * orbsvcs/Event_Service/Event_Service.cpp:
          Added support for the new EC implementation.

        * tao/append.cpp:
        * tao/decode.cpp:
        * tao/deep_free.cpp:
        * tao/encode.cpp:
        * tao/skip.cpp:
          The debug messages are only be printed out if TAO_debug_level is
          greater than 0.
          Also fixed many of them.

        * orbsvcs/Event_Service/Makefile:
        * orbsvcs/ImplRepo_Service/Makefile:
        * orbsvcs/tests/EC_Mcast/Makefile:
        * orbsvcs/tests/EC_Throughput/Makefile:
        * orbsvcs/tests/CosEC_Multiple/Makefile:
        * orbsvcs/tests/Property/Makefile:
        * orbsvcs/tests/Sched/Makefile:
        * orbsvcs/tests/Sched_Conf/Makefile:
          Updated dependencies.

        * orbsvcs/tests/ImplRepo/Makefile:
          Fixed the Makefile so it would compile.

        * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
          Fixed memory leak.

        * orbsvcs/orbsvcs/Event/EC_Busy_Lock.h:
        * orbsvcs/orbsvcs/Event/EC_Command.h:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.h:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
          Minor cosmetic changes.

Fri Mar 05 12:51:08 1999  David L. Levine  <levine@cs.wustl.edu>

        * rules.tao.GNU: replaced -Wno-used for g++, but just for
          pre-2.8.  It has many complaints about unused parameters
          in generated code.

Fri Mar  5 12:15:50 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader/Trader.cpp:
          Removed some repeated template instantiations.

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
          Removed some template instantiations that belong in
          Trader/Trader.cpp

Thu Mar 04 21:04:59 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Trader: Removed TAO_Hashable_ULong as all the
          Trader classes were changed to use the new Hash_Map_Manager_Ex.

Thu Mar  4 20:19:32 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
          Removed redundant cast to ACE_Message_Block* of
          the return value of _tao_get_cdr().

Thu Mar  4 18:40:45 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/CurrentC.cpp:
          Changed the code for the >>= operator to get rid of
          another Any::value() inconsistency and to reflect what
          the IDL compiler now generates for these operators.

Thu Mar  4 16:53:28 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
        * TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp:
          Removed some more unused args, as noted by Irfan and
          g++.

Thu Mar 04 16:29:41 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
          Added new Event Channel to the orbsvcs project file.

Thu Mar 04 16:08:22 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Makefile: removed unused LSRC2 macro definition.

Thu Mar  4 15:42:23 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Primarily cosmetic changes to
          tao/GIOP.cpp
          tao/GIOP.h
          tao/IIOP_Acceptor.h
          tao/IIOP_Connector.h
          tao/IIOP_Profile.cpp
          tao/IIOP_Profile.h
          tao/IIOP_Profile.i
          tao/IIOP_Transport.cpp
          tao/IIOP_Transport.h
          tao/Invocation.cpp
          tao/Pluggable.cpp
          tao/Pluggable.h
          tao/Stub.cpp

Thu Mar  4 15:14:19 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
          Fixed minor warnings.

Thu Mar  4 12:43:46 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Filter.i:
          Fixed nasty bug, thanks to J. Russell Noseworthy
          <rnosewor@objectsciences.com> for catching this one.

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          Removed a couple of memory leaks, thanks to J. Russell
          Noseworthy <rnosewor@objectsciences.com> for catching them up.

        * orbsvcs/Event_Service/Makefile:
        * orbsvcs/Event_Service/Event_Service.h:
        * orbsvcs/Event_Service/Event_Service.cpp:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          The ACE_EventChannel implementation does not shutdown the ORB
          anymore, instead we use composition in the Event_Service program
          to shutdown the ORB there (where it actually makes sense).

        * orbsvcs/orbsvcs/Makefile:
          Updated dependencies.

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.i:
          Minor cosmetic fixes.

        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Command.h:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
          Added the TAO_ORBSVCS_Export in many classes.

Thu Mar 04 10:22:55 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp (parse_args):
          when type_count_ <= 0, moved the statement that resets it to 1
          to before the ACE_ERROR_RETURN.  That way, it really will be
          reset to 1 :-)

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp (parse_args):
          when ec_concurrency_hwm_ <= 0, moved the statement that resets
          it to 1 to before the ACE_ERROR_RETURN.

Wed Mar  3 18:28:51 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.i:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin_T.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin_T.i:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin_T.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.i:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.i:
        * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
          Factored out the collection of ProxyPushSuppliers from the
          ConsumerAdmin class: it is used in other places like the
          SupplierFiltering strategies.
          I also added extensive documentation about the several
          variations on this particular strategy.

        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Per_Supplier_Filter.cpp:
          Added a new SupplierFiltering strategy, simply keep the list of
          consumers for each supplier.

        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp:
          Changed the mechanism to match suppliers and consumers: the
          filter objects have a new method that can be used to detect if a
          event is potentially interesting to the consumer.
          The red-black tree is not needed anymore.

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.i:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
          Moved the instantiation of the EventHeader red-black tree to
          this file, because now this is the only place we use it.

        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
          Added new factory methods to create and detroy
          EC_ProxyPushSupplier_Set objects.

        * tao/orbconf.h:
          Added description of the TAO_DOTTED_DECIMAL_ADDRESSES macro.

        * tao/MProfile.i:
        * tao/Any.h:
        * orbsvcs/Event_Service/Event_Service.cpp:
          Minor cosmetic fixes.

Wed Mar  3 18:15:14 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tests/Param_Test/client.dsp:
        * tests/Param_Test/server.dsp:
          Added big_union.

Wed Mar  3 03:05:06 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.dsp:
        * TAO/performance-tests/Cubit/TAO/DII_Cubit/README:
        * TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile:
          Removed all the naming service stuff from DII_Cubit_Test.
          Made a note in the README file that the IDL server no
          longer uses it either. Also removed the orbsvcs library
          load from the makefile since we no longer need it. And
          removed client.h from the VC project file and the link to
          orbsvcsd.lib from same.

Tue Mar  2 17:36:29 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEventComm.idl:
        * orbsvcs/orbsvcs/CosEventChannelAdmin.idl:
          added a comment header to describe the idl file contents.

Tue Mar  2 11:41:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * examples/Simulator/DOVEBrowser/DoubleVisComp.java: Added flexible
          monotonic scaling of all DoubleVisComp windows.

Tue Mar  2 02:32:34 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IIOP_Profile.{h,i,cpp}: Added new file IIOP_Profile.i for
          inline functions.  Moved some accessors from .cpp file to .i
          file.  Added _host_(), _port_(), _object_key_(),
          reset_object_addr() when TAO_USES_FLICK is defined.  Flick needs
          to access the structure directly.

Mon Mar  1 23:37:58 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Server_Request.cpp:
          Fixed yet another instance of backwards
          any_owns_data behavior, is dsi_marshal(). Will look
          at the rest of Server_Request.cpp later - there
          seems to be questionable stuff in the other methods
          as well.

Mon Mar  1 17:57:18 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/dynany_test/test_dynsequence.cpp:
          Fixed a double-deletion problem with a data string.
          All the dynany test code will need to be looked over
          for memory-handling behavior since the many recent
          changes to the IDL compiler. Thanks to Barry Hoggard
          for reporting this bug.

Mon Mar  1 17:31:57 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/sfp.cpp: Added the flowProtocol:: class
        specifier for frameHeader so that it compiles on win32. Thanks to
        David Hooker <DHooker@uniview.net> for the fix.

Mon Mar 01 17:19:04 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.3.8 released.

Mon Mar  1 14:43:20 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * docs/compiler.html:
          Fixed minor error in the IDL compiler documentation, thanks to
          Frederic Maria  <fmaria@lucent.com> for pointing this out.

Mon Mar 01 14:20:44 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.3.7 released.

Mon Mar 01 08:28:26 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/ORB_Core.cpp: removed ACE_Guard<ACE_SYNCH_MUTEX>
          template instantiation, because it collided with
          ACE_Guard<ACE_Thread_Mutex> in ace/Synch.cpp.

Sat Feb 27 20:05:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
          Removed unused variables.

        * TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp:
          The temporary used to read the discriminant must be declared
          using the fully qualified name of the type, because the
          operator>> is in the global scope.

Fri Feb 26 23:41:08 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Oops, unlinking
          of temp file should not be disable on non-Win32 platforms.
          Thanks to David for noticing this.

Fri Feb 26 23:30:12 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/Makefile: removed the clean target, because it
          deleted tao_idl.  The realclean target does that.  Thanks
          to Tres Seaver <tseaver@palladion.com> for reporting this.

Fri Feb 26 21:03:47 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
          Added support for forwarding in stubs generated with compiled
          marshaling.
          We use the new ACE_TRY macros to do this.

        * TAO_IDL/be/be_union_branch.cpp:
        * TAO_IDL/be/be_union_label.cpp:
        * TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
        * TAO_IDL/be_include/be_type.h:
        * TAO_IDL/be_include/be_union_branch.h:
          Fixed code generation for unions whose discriminators are
          enums. It wasn't prefixing the enum label with the scope where
          the enum was generated i.e. for enums defined inside a module
          Foo it was using "value1" instead of "Foo::value1".

        * orbsvcs/orbsvcs/Event/Timer_Module.cpp:
          Fixed Timeprobe use.

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin_T.cpp:
          Minor cosmetic fixes.

        * orbsvcs/orbsvcs/Event/README:
          Added more details, started a section that describes the
          interaction between the components.

        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.cpp:
          The SupplierFiltering module splits an EventSet into single
          events before passing them to the ProxyPushSuppliers, this is
          needed so that filtering will work correctly.

Fri Feb 26 18:29:04 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * orbsvcs/tests/Time/implrepo.conf
          tests/NestedUpcall/MT_Client_Test/client.conf
          examples/POA/On_Demand_Loading/svc.conf
          examples/Quoter/client.conf
          examples/Quoter/server.conf
          performance-tests/Cubit/TAO/MT_Cubit/svc.conf
          performance-tests/Thruput/TAO/svc.conf

          Changed -ORBdemuxstrategy option to
          -ORBsystemidpolicydemuxstrategy


Fri Feb 26 18:00:52 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Makefile:
        * tao/TAO.dsp:
          Removed file Align.h from the repository, the makefile
          and the project file. All that stuff moved to OS.h
          with the CDR classes.

Fri Feb 26 17:37:04 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Added the function next_profile_retry to stub object.

Fri Feb 26 16:46:37 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Added some methods to Stub_Object for forwarding.

Fri Feb 26 13:32:35 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/grid/README:
        New file for the benefit of the community. Thanks to Dr.Schmidt
        for reminding me to do this.

Fri Feb 26 12:44:58 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/Param_Test/big_union.cpp:
          Fixed some warnings for Linux/EGCS.
          check_validity was incomplete.

        * tests/Param_Test/svc.conf:
          Removed obsolete options.

Fri Feb 26 11:35:51 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/Makefile:
        * TAO_IDL/be/be_visitor_factory.cpp:
        * TAO_IDL/be/be_visitor_union_branch.cpp:
        * TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union/union_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
        * TAO_IDL/be_include/be_codegen.h:
        * TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h:
          Implemented compiled marshaling for unions.
          I also had to debug and fix parts of the union implementation
          too.

        * tests/Param_Test/Makefile:
        * tests/Param_Test/run_test.pl:
        * tests/Param_Test/tests.h:
        * tests/Param_Test/driver.cpp:
        * tests/Param_Test/driver.h:
        * tests/Param_Test/options.cpp:
        * tests/Param_Test/options.h:
        * tests/Param_Test/param_test.idl:
        * tests/Param_Test/param_test_i.cpp:
        * tests/Param_Test/param_test_i.h:
        * tests/Param_Test/big_union.h:
        * tests/Param_Test/big_union.cpp:
          Added a new test for unions, the union contains many basic
          types, sequences, arrays, variable and fixed sized structures,
          object references, sequences, strings, etc.
          I couldn't test unions inside unions because there seems to be a
          bug with union code generator.

Fri Feb 26 10:06:57 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Fixed inline function ordering in Stub.i!

Fri Feb 26 00:43:30 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * orbsvcs/orbsvcs: Updated all the ORB services IDL files so that
          they are protected by #ifndef ... #endifs.  Thanks to Lothar
          Werzinger <werzinger.lothar@krones.de> for this suggestion.

Fri Feb 26 00:05:16 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.6 released.

Thu Feb 25 23:38:46 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/decode.cpp:
          Fixed another confusion between an Any's value and
          its message block. This one was in TAO_Marshal_Union.
          Maybe unions will work a little better now ;-).

Thu Feb 25 20:19:26 1999  Ossama Othman  <othman@cs.wustl.edu>

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

        Modified these files so that they will compile if ACE was built
        without thread support by changing ACE_MT_SYNCH macros to
        ACE_SYNCH and by using the ACE_SYNCH_SEMAPHORE macro instead of
        ACE_Thread_Semaphore.  Thanks to Doug for suggesting the ACE_SYNCH
        changes.

        ACE_Condition in Task_Client.h for the unthreaded case will be
        dealt with soon.

Thu Feb 25 18:16:31 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/compiled_marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/compiled_marshal_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
          IDL generated code was passing in the size instead of
          the length for bounded strings. Then CDR would add 1
          to get back the size... Just subtracted 1 in the
          appropriate spots in IDL compiler code. Checked out the
          new version in param_test and all seems to be ok. Thanks to
          Henrik Nordberg <hnordberg@lbl.gov> for reporting this bug.

Thu Feb 25 16:06:49 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * rules.tao.GNU: Added make commands to generate dummy *S_T.*
          files when building with Flick.

Thu Feb 25 15:53:13 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * TAO_IDL/be
          TAO_IDL/driver
        Changed the TAO_TRY macros with ACE_TRY macros in the
        IDL generated stubs and skeletons

Thu Feb 25 15:35:14 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/client.cpp (main): removed
          ACE_OS::thr_exit () call on VxWorks, because it's no longer
          necessary:  the client doesn't die on shutdown.

Thu Feb 25 14:44:40 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/Event/Timer_Module.cpp:
          Fixed a typo, still another timeprobe error - not sure
          what was intended, will email doc_group.

Thu Feb 25 12:41:08 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO/performance-tests/Cubit/Orbix: Updated the Makefiles to
          use the newer dependencies.  Thanks to Uma Markandu
          <umam@nortelnetworks.com> for reporting this.

Thu Feb 25 11:38:48 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/default_server.cpp (parse_args): Still allow the use of
          -ORBdemuxstrategy but spit out a warning when used.

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Don't remove
          temporary files on Win95/98.  Thanks to Rod Joseph
          <rodjoseph@adt.com> for reporting the problem.

        * docs/Options.html: Added a short note about the change of
          -ORBdemuxstrategy.

Thu Feb 25 09:27:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp:
          Use interpretive marshaling by default, at least until unions
          work correctly.

Wed Feb 24 23:21:53 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/tests/CosEC_Multiple/CosECConsumer.cpp:
        * orbsvcs/tests/CosEC_Multiple/CosECSupplier.cpp:
          added #include <ace/Get_Opt.h>

Wed Feb 24 22:54:59 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO_Internal.i (_svc_conf): This new function allows user to
          overwrite TAO_DEFAULT_*_ARGS settings at application's main
          without recompiling TAO library.  Notice these settings are
          further overwritten by external svc.conf files because svc.conf
          files are parsed before these fake entries.

        * performance-tests/Cubit/TAO/MT_Cubit/svc.conf: -ORBdemuxstrategy
          has become -ORBsystemidpolicydemuxstrategy now.

        * performance-tests/Cubit/TAO/MT_Cubit/svc.conf.static: Fixed
          static service's names.  Changed to use
          -ORBsystemidpolicydemuxstrategy.

        * tao/orbconf.cpp: Fixed TAO_DEFAULT_*_ARGS.

        * tao/ORB_Core.cpp:
        * tao/default_client.cpp:
        * tao/default_server.cpp: Corrected names of the static services.

Wed Feb 24 17:08:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Command.cpp:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin_T.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
          Fixed explicit template instantiations.

Wed Feb 24 16:01:53 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/Stub.cpp: Fred and I fixed up Location Forward logic in
          do_static_call ().  It wasn't advancing the profiles when a
          location forward message was returned.

Wed Feb 24 14:13:03 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/index.html: Added a link to
          $ACE_ROOT/docs/exceptions.html.

Wed Feb 24 11:45:29 1999 Fred Kuhns <fredk@cs.wustl.edu>
        * Added a test for multiple profile forwarding.  This
          test verifies the Stub methods by duplicating
          the forwarding and request handling logic in wrappers.
          tests/Multiple_Profiles/forwarding.cpp

Wed Feb 24 11:40:08 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Stub.cpp - changed goto two_way to goto one_way

Wed Feb 24 11:07:32 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Updated how forwarding is performed so that multiple
          profiles are used.  This following files were modified.
          These is still an issue with concurrency since the Stub object is
          responsible for managing the profile list and forwarding
          information.
          IIOP_Profile.cpp
          IIOP_Profile.h
          Invocation.cpp
          MProfile.cpp
          MProfile.h
          MProfile.i
          Pluggable.cpp
          Pluggable.h
          Stub.cpp
          Stub.h
          Stub.i
          encode.cpp


Tue Feb 23 20:10:52 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
          Added EC_ObserverStrategy to the set of files for Event2

        * orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/Event/EC_ConsumerAdmin.i:
        * orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/Event/EC_ConsumerAdmin_T.h:
        * orbsvcs/Event/EC_ConsumerAdmin_T.i:
        * orbsvcs/Event/EC_ConsumerAdmin_T.cpp:
        * orbsvcs/Event/EC_SupplierFiltering.cpp:
          Implemented delayed and/or immediate removal and additions from
          the ConsumerAdmin internal set (of ProxyPushSupplier). This is
          important to applications that use reactive dispatching and can
          generate disconnections and/or connections to the EC as part of
          the consumer upcalls.
          This strategies require condition variables and thus the use of
          templates to parametrize the locking strategy.
          I also added a simple policy to control the level of concurrency
          in the ConsumerAdmin set: the user can specify how many threads
          can be concurrently running on the ConsumerAdmin.  If this limit
          is exceeded then the new threads must wait until all the other
          threads leave.  At that point the delayed operations are
          executed.
          This strategy ensures that operations are not delayed forever;
          setting the HWM to 1 (the default) ensures that operations are
          executed before the next upcall; setting the HWM to a very high
          value results in maximum concurrency; this could be a reasonable
          options if periodically there are periods without any activity.

        * orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/Event/EC_ObserverStrategy.i:
        * orbsvcs/Event/EC_ObserverStrategy.cpp:
          Added missing destructor.
          Minor cosmetic changes.

        * orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/Event/EC_ProxySupplier.cpp:
          Added reference counting to this objects.

        * orbsvcs/Event/EC_Busy_Lock.h:
        * orbsvcs/Event/EC_Busy_Lock.i:
        * orbsvcs/Event/EC_Busy_Lock.cpp:
          A simple adapter that conforms to the ACE_Lock interface. It
          invokes the busy() and idle() method on another object to
          acquire and release.

        * orbsvcs/Event/EC_Command.h:
        * orbsvcs/Event/EC_Command.i:
        * orbsvcs/Event/EC_Command.cpp:
          Implemented two simple Command objects that can invoke the
          connected_i() and disconnected_i() methods on another class,
          this are useful to implement the delayed connection and
          disconnection from the EC.

        * orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/Event/EC_Basic_Factory.cpp:
          Use the new EC_ConsumerAdmin types with the right locking
          strategies.

        * tests/EC_Throughput/ECT_Consumer.cpp:
        * tests/EC_Throughput/ECT_Consumer.h:
        * tests/EC_Throughput/ECT_Consumer_Driver.cpp:
        * tests/EC_Throughput/ECT_Consumer_Driver.h:
        * tests/EC_Throughput/ECT_Supplier.cpp:
        * tests/EC_Throughput/ECT_Supplier.h:
        * tests/EC_Throughput/ECT_Supplier_Driver.cpp:
        * tests/EC_Throughput/ECT_Supplier_Driver.h:
        * tests/EC_Throughput/ECT_Throughput.cpp:
        * tests/EC_Throughput/ECT_Throughput.h:
          The test is more flexible wrt event types subscribed by each
          consumer and published by the suppliers, this could be useful to
          measure how the test scales with the number of consumers and/or
          suppliers.

        * orbsvcs/RtecEventComm.idl:
        * orbsvcs/Event/EC_Event_Channel.cpp:
          Minor cosmetic changes.

Tue Feb 23 19:44:20 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_root/root.cpp:
        Added context state
        Tahnks to Mason Taube

Tue Feb 23 18:11:11 1999 Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/Callback_Quoter/Callback_Quoter.dsw:
          examples/Callback_Quoter/Notifier.dsp:
          examples/Callback_Quoter/Consumer.dsp:
          examples/Callback_Quoter/Supplier.dsp:
          Changes due to the removal of the ACE_LACKS_PRAGMA_ONCE directive
          from the stubs and skeletons generated by the tao_idl compiler.
          This directive caused compiler errors using MSVC 5.0. It went
          through when compiled with MSVC 6.0.

Tue Feb 23 17:22:00 1999 Chris Gill  <cdgill@cs.wustl.edu>

        * examples/Simulator/DOVEBrowser/make.bat
          examples/Simulator/DOVEMIB/DOVEMIB.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
          orbsvcs/tests/Simulator/Makefile
          orbsvcs/tests/Simulator/NavWeap.idl
          orbsvcs/tests/Simulator/README
          orbsvcs/tests/Simulator/DOVEBrowser/AnswerEvent.java
          orbsvcs/tests/Simulator/DOVEBrowser/AnswerListener.java
          orbsvcs/tests/Simulator/DOVEBrowser/DOVEBrowser.html
          orbsvcs/tests/Simulator/DOVEBrowser/DOVEBrowser.java
          orbsvcs/tests/Simulator/DOVEBrowser/DOVEBrowserApplet.java
          orbsvcs/tests/Simulator/DOVEBrowser/DataHandler.java
          orbsvcs/tests/Simulator/DOVEBrowser/DemoCore.java
          orbsvcs/tests/Simulator/DOVEBrowser/DemoObservable.java
          orbsvcs/tests/Simulator/DOVEBrowser/DoubleVisComp.java
          orbsvcs/tests/Simulator/DOVEBrowser/MTDataHandlerAdapter.java
          orbsvcs/tests/Simulator/DOVEBrowser/MTQueue.java
          orbsvcs/tests/Simulator/DOVEBrowser/Makefile
          orbsvcs/tests/Simulator/DOVEBrowser/NS_Resolve.java
          orbsvcs/tests/Simulator/DOVEBrowser/NavWeapDataHandler.java
          orbsvcs/tests/Simulator/DOVEBrowser/NavigationVisComp.java
          orbsvcs/tests/Simulator/DOVEBrowser/ObservablesDialog.java
          orbsvcs/tests/Simulator/DOVEBrowser/Properties.java
          orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java
          orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java.JDK1.2
          orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java
          orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java.JDK1.2
          orbsvcs/tests/Simulator/DOVEBrowser/Queue.java
          orbsvcs/tests/Simulator/DOVEBrowser/VisComp.java
          orbsvcs/tests/Simulator/DOVEBrowser/VisCompFactory.java
          orbsvcs/tests/Simulator/DOVEBrowser/WeaponsVisComp.java
          orbsvcs/tests/Simulator/DOVEBrowser/make.bat
          orbsvcs/tests/Simulator/DOVEMIB/AnyAnalyser.cpp
          orbsvcs/tests/Simulator/DOVEMIB/AnyAnalyser.h
          orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.cpp
          orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.dsp
          orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.dsw
          orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.h
          orbsvcs/tests/Simulator/DOVEMIB/DOVEMIBx.dsp
          orbsvcs/tests/Simulator/DOVEMIB/Makefile
          orbsvcs/tests/Simulator/DOVEMIB/Node.cpp
          orbsvcs/tests/Simulator/DOVEMIB/Node.h
          orbsvcs/tests/Simulator/DOVEMIB/NodeVisitor.h
          orbsvcs/tests/Simulator/DOVEMIB/PrintVisitor.cpp
          orbsvcs/tests/Simulator/DOVEMIB/PrintVisitor.h
          orbsvcs/tests/Simulator/DOVEMIB/TestClient.dsp
          orbsvcs/tests/Simulator/DOVEMIB/any_test.idl
          orbsvcs/tests/Simulator/DOVEMIB/any_test_i.cpp
          orbsvcs/tests/Simulator/DOVEMIB/any_test_i.h
          orbsvcs/tests/Simulator/DOVEMIB/clnt.cpp
          orbsvcs/tests/Simulator/DOVEMIB/clnt.h
          orbsvcs/tests/Simulator/DOVEMIB/svc.conf
          orbsvcs/tests/Simulator/DOVEMIB/svr.cpp
          orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.cpp
          orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.h
          orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.cpp
          orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.dsp
          orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.h
          orbsvcs/tests/Simulator/Event_Supplier/EDF.dat
          orbsvcs/tests/Simulator/Event_Supplier/Event_Con.cpp
          orbsvcs/tests/Simulator/Event_Supplier/Event_Con.h
          orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.cpp
          orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.dsp
          orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.dsw
          orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.h
          orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.cpp
          orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.dsp
          orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.h
          orbsvcs/tests/Simulator/Event_Supplier/MLF.dat
          orbsvcs/tests/Simulator/Event_Supplier/MUF.dat
          orbsvcs/tests/Simulator/Event_Supplier/Makefile
          orbsvcs/tests/Simulator/Event_Supplier/RMS.dat
          orbsvcs/tests/Simulator/Event_Supplier/RMS_Dyn.dat
          orbsvcs/tests/Simulator/Event_Supplier/svc.conf: moved the DOVE
          Simulator from orbsvcs/tests to examples (adjusting NT project
          files and batch scripts accordingly).

Tue Feb 23 16:53:14 1999  David L. Levine  <levine@cs.wustl.edu>

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp (run):
          removed old comment that server shutdown would cause a
          memPartFree on VxWorks.  It no longer does.

        * performance-tests/Cubit/TAO/MT_Cubit/Globals.{h,cpp}
          (sched_fifo_init): removed SCHED_PARAMS_FIFO macro, because
          it's not needed, fixed name of program in comment.

Tue Feb 23 15:24:46 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp:
          Fixed some more g++ warnings in generated code. It was
          unused arg in the case of the union and an
          unnecessary ACE_NOTREACHED in the case of the objref. If
          g++ is going to complain now about this, we might need
          to add it to the list in the #define of ACE_NOTREACHED.

Tue Feb 23 11:48:15 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp (start_client_stubs,
          start_server_skeletons): removed #pragma once directives
          because they do not make sense in .cpp files, plus they
          don't work with MSVC 5.

Mon Feb 22 20:34:02 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs_static.dsp: Totally broken.

        * orbsvcs/LifeCycle_Service/LifeCycle_Service.dsp: Fixed
          configurations.

        * orbsvcs/Concurrency_Service/Concurrency_Service.dsp: Fixed
          Release build settings.

Mon Feb 22 19:18:55 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * $TAO/examples/POA/RootPoa/RootPoa.cpp:
        Fixed a anoying warning due to an unchecked exception

        * examples/Simple/Simple_util.cpp :

        * examples/Simple/bank/Makefile :
        Updated dependencies

Mon Feb 22 19:13:58 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/Simple/bank/Bank_Client_i.cpp:
          Removed an annoying warning due to an unchecked exception.

Mon Feb 22 19:15:09 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * examples/Simple/bank/bank.dsw:
        * examples/Simple/bank/client.dsp:
        * examples/Simple/bank/server.dsp:
          Created MSVC Project files for the Simple Bank Example.

        * examples/TAO_Examples.dsw:
          Added the Simple Bank Example project files.

Mon Feb 22 14:27:44 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * rules.tao.GNU: Added rules to compile IDL files using Flick.
          You need to invoke a Makefile with "use_flick=1" command line
          flag.  Thanks to Tim Stack <stack@aros.net> for sending the
          detailed instruction.

Mon Feb 22 12:34:31 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp (start_client_header,start_client_stubs,
          start_server_header,start_server_skeletons): added #pragma once
          directives to generated code.  Thanks to Doug for suggesting this.

Mon Feb 22 10:32:09 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Quoter/Factory_Finder.cpp
        * examples/Quoter/Factory_Finder_i.cpp
        * examples/Quoter/Generic_Factory.cpp
        * examples/Quoter/Generic_Factory_i.cpp
        * examples/Quoter/Quoter.cpp
        Changed the TAO_TRY macros to ACE_TRY macros.

Mon Feb 22 09:38:29 1999  Ossama Othman  <othman@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
        * orbsvcs/orbsvcs/Event/Module_Factory.cpp:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
        * orbsvcs/orbsvcs/Sched/Scheduler_Generic.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * performance-tests/Cubit/TAO/MT_Cubit/client.cpp:
        * tao/IIOP_Profile.cpp:

        Added some ACE_UNUSED_ARGs to prevent g++ 2.7.x from warning
        about unused arguments.

Sun Feb 21 21:48:12 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/POA/
        Changed TAO_TRY macros to ACE_TRY macros.

Sun Feb 21 18:59:15 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.5 released.

Sun Feb 21 17:29:28 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/bank/server.cpp:
        * examples/Simple/bank/AccountManager_i.cpp:
        Fixed compilation error in EGCS compiler

Sun Feb 21 16:54:46 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/MProfile.i:
          Modifed TAO_MProfile::get_prev() and
          TAO_MProfile::get_current_profile() to always return a value -
          warning turned up in VC 6.0.

Sun Feb 21 16:38:15 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Took care of
        #includes with <>'s  in the idl files. Thanks to Mark Little
        <M.C.Little@ncl.ac.uk> for pointing this out.

Sun Feb 21 09:07:38 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/ECT_Driver.cpp (dump_results):
          fixed 64-to-32 bit conversions so that they operate on the
          64-bit quantity directly, instead of a quotient.  And, divide
          by a float instead of an int, to use floating point division.
          Thanks to Souhad Mcheik <mcheiks@inrs-telecom.uquebec.ca> for
          reporting that the code attempted to convert an unsigned 64-bit
          integer to a double.  That's not supported by MSVC++ 5.0.

Sat Feb 20 21:09:49 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/bank/AccountManager_i.cpp (AccountManager_i):
        * examples/Simple/bank/Bank_Client_i.cpp:
        * examples/Simple/bank/Bank_Client_i.h:
        * examples/Simple/bank/client.cpp:
        * examples/Simple/bank/server.cpp:
        Made changes to the TAO_TRY macros

Sat Feb 20 15:55:01 1999  David L. Levine  <levine@cs.wustl.edu>

        * tests/Param_Test/Makefile: moved TAO_IDLFLAGS override to
          after includes, so that any settings in platform_macros.GNU
          are not lost.

Sat Feb 20 000:28:57 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/InconsistentTypeCodeC.h:
          Added title and description to the class header.

Fri Feb 19 23:12:58 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/TAO/DII_Cubit/client.cpp:
          Updated to the new request arg manipulation functions.
          Commented out cube_union for the present until compiled
          marshaling gets finished for unions.

Fri Feb 19 22:53:19 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * TAO/tao/Pluggable: Began to add support for CORBA operation
          calls that can timeout.  Thanks to Kevin Royalty
          <kroyalty@mdc.com> for suggesting this.

Fri Feb 19 21:52:45 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Invocation.cpp: The Twoway_Invocation class was re-fetching
          the profile and transport objects *after* sending the
          request. But during a nested upcall the transport hint in the
          current profile can change (if an invocation over the same
          object reference is required).  The solution is to keep a
          reference to the transport object in the stack and pass it down
          to the invoke_i() method of the GIOP_Invocation class.  Thanks
          to Hans Horsmann <Hans.Horsmann@icn.siemens.de> for reporting
          this bug.

Thu Feb 18 20:07:10 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_factory.cpp:
          Added missing context states in the TAO_Compiled_Visitor_Factory
          for servant implementation files Thanks to Mason Taube
          <taube@westcon.prc.com> for bringing it to our notice.

Thu Feb 18 17:28:43 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/tests/dynany_test/Makefile: Fixed a line that needed to
          start with a tab. Thanks to Hakan Kallberg <hk@simulina.se> for
          reporting this.

Thu Feb 18 00:50:10 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/MProfile.cpp: Need to include MProfile.i here when not
          inlined.

Wed Feb 17 17:57:01 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * IIOP_ORB.cpp MProfile.cpp MProfile.h ORB.cpp Stub.cpp
          Stub.h Stub.i decode.cpp MProfile.i
          Inlined many of the MProfile methods
          Also, changed MProfile so it could assume ownership of
          a profile, thus saving a lock.

Wed Feb 17 10:45:28 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.i:
        * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.cpp:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
          I added an strategy to support the Event Channel observers. The
          Event Channel uses this strategy to implement the
          append_observer(), remove_observer() methods and it informs the
          strategy of any changes in the set of consumers and/or
          suppliers.

        * orbsvcs/orbsvcs/RtecEventChannelAdmin.idl:
          The operation remove_observer can also raise a
          SYNCHRONIZATION_ERROR exception

        * orbsvcs/orbsvcs/Event/EC_Filter.h:
          Added a typedef for the HeaderSet iterator.

        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.i:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
          Made the iterator over the set of consumers a public interface.

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.i:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
          Minor cosmetic fixes.

Tue Feb 16 17:15:12 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/vb.{h,cpp}:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/ab.{h,cpp}
          Defined a new VideoBuffer () class for the Video buffering
          process and AudioBuffer class for the audio buffering process
          and used the reactor for i/o handling instead of
          blocking i/o calls. Also uses a socketpair between the control
          process for exit notifications which eliminates the SIGUSR*
          signals. Also replaced the exit () calls with reactor
          end_event_loop so that the processes exit cleanly.

        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Command_Handler.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/vd.cpp:
          Replaced the SIGUSR signals code with socket notification code.

Tue Feb 16 16:48:28 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Exception.{h,cpp} (print_exception): Added this
          method to print out the exception type in a human readable
          form.  This is not CORBA compliant and should never be used
          directly in user code.

        * tao/Environment.cpp (print_exception): Changed to use _narrow to
          determine if we have a SystemException or not.

        * tao/Invocation.cpp (location_forward): Changed to use
          ACE_PRINT_EXCEPTION.

Tue Feb 16 16:45:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Invocation.cpp:
          Fixed warning due to unproper use of ACE_TRY macros, this time
          the warning was *very* significant.

Mon Feb 15 21:22:55 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
          Some g++ unused arg warning fixes I overlooked checking in.

Mon Feb 15 17:24:52 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * tao/Invocation.cpp:
        * tao/Invocation.i:
          replaced all the TAO_TRY macros with their ACE_ equivalents.

Mon Feb 15 16:24:42 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tests/CDR/Makefile:
        * tests/CDR/allocator.cpp:
          Added a new test to measure the effect of using TSS allocators
          in the CDR streams.

Mon Feb 15 13:26:29 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.4 released.

Mon Feb 15 10:45:10 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp:
        * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.cpp:

          Jeff's changes are now valid only for the "inout" paramater and
          not to the "out" parameter.

Mon Feb 15 09:11:27 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

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

          Jeff had forgotten to #include the newly added files that he
          mentioned in his ChangeLog below. Due to this, we wre getting
          compile errors.

        * TAO_IDL/be_include/be_visitor_argument/post_docall_cs.h:

          Once again, Jeff had forgotten to add the visit_string method to
          the class declaration, although he had provided the
          implementation.

Sun Feb 14 18:29:50 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.h:
        * TAO_IDL/be/be_visitor_factory.cpp:
        * TAO_IDL/be/be_visitor_argument/post_docall_cs.cpp:
        * TAO_IDL/be_include/be_visitor_argument/post_docall_compiled_cs.cpp:
        * TAO_IDL/be_include/be_visitor_operation/operation_cs.h:
        * TAO_IDL/be_include/be_visitor_operation/arglist.h:
          Added post_invoke string_free() for INOUT and OUT strings, and
          release() for OUT objects, to plug a leak found with Purify.
          Added the compiled marshaling version classes for this as well.
          Changed the spot where post_invoke lines are generated, plus
          some other cosmetic fixes.

Sun Feb 14 12:41:55 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/Invocation.cpp:
        * tao/Pluggable.cpp:
          We must always check the environment after passing it down to
          another function.

        * tao/IIOP_Acceptor.cpp:
        * tao/IIOP_Connector.cpp:
        * tao/IIOP_ORB.cpp:
        * tao/IIOP_Profile.cpp:
        * tao/ORB.cpp:
        * tao/Object_KeyC.cpp:
        * tao/POAC.cpp:
        * tao/Typecode_Constants.cpp:
        * tao/orbconf.h:
          Several cosmetic fixes, mostly trailing spaces removed.

Sat Feb 13 17:52:01 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Changed the following to make the time returned in units of 100
        nanoseconds instead of seconds.

        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp :
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp) :
        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp :

Sat Feb 13 01:11:52 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.cpp:
          Replaced the  _env environment variable usages with the TAO_IN_ENV
          parameters.

Fri Feb 12 22:04:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
          Added new methods to create the locking strategies in the
          ProxyPushConsumer and ProxyPushSupplier.
          The Null_Factory uses ACE_Lock_Adapter<ACE_Null_Mutex>, the
          Basic_Factory uses ACE_Lock_Adapter<ACE_SYNCH_MUTEX>.

        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
          The ProxyPushSupplier uses the new locking strategies.
          A couple of private _i methods were added to avoid dead-locks.

        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.cpp:
          The dispatching strategy receives the consumer object reference
          from the ProxyPushSupplier, otherwise it has to make an upcall
          and incurs in a dead-lock.

        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
          Minor cosmetic changes.

        * orbsvcs/orbsvcs/Makefile:
          Added dependencies for the new Event2 service.

        * tao/GIOP.cpp:
          Added some comments.

Fri Feb 12 21:20:49 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
        * TAO/orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
        * TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
        * TAO/orbsvcs/orbsvcs/Log/Logger_i.cpp:
        * TAO/orbsvcs/orbsvcs/Concurrency/CC_Lock.cpp:
        * TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
        * TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.{h,cpp}:
        * TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp:
        * TAO/orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h:
        * TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators_T.h:
        * TAO/orbsvcs/orbsvcs/Trader/Trader_T.h:
        * TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
        * TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp:
        * TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp:
        * TAO/orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp:
        * TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp:
        * TAO/orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp:
        * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
        * TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp:
        * TAO/orbsvcs/LifeCycle_Service/Criteria_Evaluator.h:
        * TAO/orbsvcs/LifeCycle_Service/Life_Cycle_Service.cpp:
        * TAO/orbsvcs/Time_Service/IR_Helper.cpp:
        * TAO/orbsvcs/Time_Service/Server_i.cpp:
        * TAO/orbsvcs/Time_Service/Clerk_i.cpp:
        * TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * TAO/orbsvcs/tests/Simple_Naming/client.cpp:
        * TAO/orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
        * TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * TAO/orbsvcs/tests/Concurrency/CC_tests.cpp:
        * TAO/orbsvcs/tests/Concurrency/CC_naming_service.cpp:
        * TAO/orbsvcs/tests/Concurrency/CC_command.tab.cpp:
        * TAO/orbsvcs/tests/Trading/TT_Info.h:
        * TAO/orbsvcs/tests/Trading/Simple_Dynamic.h:
        * TAO/examples/Callback_Quoter/Consumer_Signal_Handler.cpp:
        * TAO/examples/Callback_Quoter/Consumer_i.cpp:
        * TAO/examples/Callback_Quoter/Supplier_Timer_Handler.cpp:
        * TAO/examples/Callback_Quoter/Notifier_i.cpp:
        * TAO/examples/POA/Forwarding/Servant_Locator.cpp:
        * TAO/examples/POA/Generic_Servant/MyFooServant.cpp:
        * TAO/examples/Simple/bank/Account_i.cpp:
        * TAO/examples/Simple/bank/Server_i.cpp:
        * TAO/examples/Simple/bank/Client_i.cpp:
        * TAO/examples/Simple/chat/Broadcaster_i.cpp:
        * TAO/examples/Simple/echo/Echo_i.cpp:
        * TAO/examples/Simple/time/Time_i.cpp:
        * TAO/examples/Simple/grid/Grid_i.cpp:
        * TAO/tests/OctetSeq/OctetSeq.cpp:
        * TAO/tests/NestedUpcall/Reactor/reactor_i.cpp:
        * TAO/tests/NestedUpcall/Reactor/eh_i.cpp:
        * TAO/tests/NestedUpcall/Traingle_Test/Object_A_i.cpp:
        * TAO/tests/NestedUpcall/Traingle_Test/Object_B_i.cpp:
        * TAO/tests/NestedUpcall/Traingle_Test/Initiator_i.cpp:
        * TAO/tests/NestedUpcall/Traingle_Test/initiator.cpp:
          This takes care of the g++ unused arg warnings for all except
          IDL-generated code. I'm sure there are some mistakes in here,
          and I may have missed a file or two. I'll build what I can
          before I go tonight, but there will still be a few mistakes, I'm
          sure.

Fri Feb 12 17:30:50 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
          I missed a couple.

Fri Feb 12 17:12:33 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO_IDL/util/utl_scope.cpp:
        * TAO_IDL/be/be_visitor.cpp:
        * TAO_IDL/be/be_visitor_argument/argument.cpp:
        * TAO_IDL/be/be_visitor_argument/docall_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/compiled_marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/compiled_marshal_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/pre_invoke_cs.cpp:
        * TAO_IDL/be/be_visitor_array/array.cpp:
        * TAO_IDL/be/be_visitor_exception/exception.cpp:
        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
        * TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_is.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_post_upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/compiled_marshal.cpp:
        * TAO_IDL/be/be_visitor_structure/structure.cpp:
        * TAO_IDL/be/be_visitor_typedef/typedef.cpp:
        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:
        * TAO_IDL/be/be_visitor_union/union.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_reset_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_access_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ch.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_cs.cpp:
        * TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp:
          Fixed g++ unused arg warnings for the TAO_IDL files.

Fri Feb 12 16:16:19 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/POA.cpp: Added missing parens.

        * docs/configurations.html: Changed the pointer to multi-thread,
          thread-per-connection example back to IDL_Cubit.

        * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.dsp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile: Changed to
          generate collocation_test executable to collocation/ so it can
          use a different default svc.conf file.

        * performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.static:
        * performance-tests/Cubit/TAO/IDL_Cubit/svc.conf: Changed to use
          global ORB resources.

Fri Feb 12 15:04:24 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynanyC.cpp:
        * tao/Exception.cpp:
        * tao/Object.cpp:
        * tao/POA.cpp:
        * tao/Server_Request.cpp:
        * tao/IIOP_Acceptor.cpp:
        * tao/Stub.cpp:
        * tao/Connect.cpp:
        * tao/Active_object_Map.cpp:
          Fixed some new g++ unused arg warnings.

Fri Feb 12 12:55:53 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/Simple_util.cpp:
          Fix for the warning from Digital Unix

Fri Feb 12 10:03:56 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * tao/IIOP_Profile.{h,cpp}
          tao/ORB.cpp
          tao/Stub.{i,cpp}
          Modified Stub and IIOP_Profile creation to use the cached
          address info in the orb_core.  Thanks to Dr. David A. Janello
          <argon@mcs.net> for reporting this performance problem.

        * Modified tao/Stub.i to not print warning messages with a
          forwarded request is itself forwarded.  Since the multiple
          profile code and forwarding is still in development I left a
          debug message.

Fri Feb 12 09:35:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/DOVEBrowser/DemoCore.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/DoubleVisComp.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/MTQueue.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/make.bat: changed
          all uses of notify () to notifyAll () in MTQueue class, added
          monotonic scaling of windows for the dual EC demo.

        * TAO/orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.{cpp, h}
          TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.{cpp, h}:
          added dummy registrations to schedulers to ensure priority
          separation for high and low priority channels, put all threads
          in DualEC_Sup process into the realtime scheduling class.

Thu Feb 11 20:11:33 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/grid/Grid_Client_i.cpp:
        * examples/Simple/grid/Grid_Client_i.h:
        * examples/Simple/grid/client.cpp:
          Made changes to accomodate changes that were put in to
          Simple_util for Naming service.

Thu Feb 11 18:01:42 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/cubit/tao/idl_cubit/Cubit_Client.cpp:
          Took out one too many "unused args". Had to put one back.
          Thanks to Nanbor for pointing this out.

Thu Feb 11 17:37:02 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/time/client.cpp (main):
        * examples/Simple/time/Time_Client_i.cpp:
        * examples/Simple/time/Time_Client_i.h
        * examples/Simple/echo/client.cpp:
        * examples/Simple/echo/Echo_Client_i.cpp:
        * examples/Simple/echo/Echo_Client_i.h
        * examples/Simple/Simple_util.cpp
        * examples/Simple/Simple_util.h:
          Made changes to use the name service.

Thu Feb 11 16:01:17 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Clerk_i.cpp: Changed the ior_read () method
          to use ACE_Read_Buffer instead of fscanf (). Also ran purify on
          this. Got 0 memory leaks.

        * orbsvcs/Time_Service/Clerk_i.h (class Clerk_i): Changed ior_fp_
          from FILE * to int. Used an ACE_HANDLE instead of FILE*.

Thu Feb 11 15:36:42 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/Trader/Trader_Utils.h:
          Fixed a g++ unused arg warning.

Thu Feb 11 15:29:20 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Exception.h:
        * tao/Environment.{h,cpp}: Unprotected private members and add
          exception id and major number to CORBA_Environment if
          TAO_USES_FLICK is defined.  Thanks to Tim Stack <stack@aros.net>
          for notifying us the change.

Thu Feb 11 15:28:49 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Fixed the g++ unused
          argument warnings. Thanks to Irfan for reporting this.

Thu Feb 11 15:12:08 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Forwarding_Servant.cpp (_primary_interface): Fixed the g++
          unused arg warnings.

Thu Feb 11 15:02:44 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/performance-tests/Cubit/tao/idl_cubit/Cubit_Client.cpp:
          Fixed the g++ unused arg warnings.

Thu Feb 11 14:59:52 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/tests/Property/client.cpp:
        * orbsvcs/orbsvcs/CosPropertyService.idl:
        * orbsvcs/orbsvcs/AVStreams.idl:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp :
        Fixed the problem with marshalling/demarshalling multiple
        exceptions. Also changed PropertyException from exception to struct
        the CosPropertyService.idl file, as suggested by OMG. But, AVStreams
        is not updated by OMG yet. All the instances of "raises
        CosPropertyService::PropertyException" in AVStreams.idl has been
        changed to "raises AVStreams::PropertyException". Thanks to Carlos for
        the great help in debugging exception marshalling problem. Thanks to
        Ulf  <jaehrig@desys.com> for the bug report.

Thu Feb 11 14:40:01 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/DynanyC.cpp:
        * tao/DynanyS.cpp:
        * tao/DynAny_i.cpp:
        * tao/DynEnum_i.cpp:
        * tao/DynSequence_i.cpp:
        * tao/DynStruct_i.cpp:
        * tao/DynUnion_i.cpp:
          Fixed the g++ unused arg warnings for these files.

Thu Feb 11 14:34:46 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/tao.dsp:
        * orbsvcs/orbsvcs/orbsvcs.dsp:
          Fixed Alpha Configuration.

Thu Feb 11 14:07:54 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/configurations.html: Changed the multi-thread,
        thread-per-connection example to Concurrency_Service.  Thanks to
        Terry Rosenbaum <Terry.Rosenbaum@Radiology.MSU.edu> for reporting
        this.

Thu Feb 11 11:28:44 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/orbsvcs/IOR_LookupTable.cpp:
        removed an extra #pragma from the file.

Thu Feb 11 11:23:05 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IIOP_Interpreter.cpp:
          The GreenHills compiler (at least versions 1.8.8 and 1.8.9 of
          it) gets really confused by some template forward
          declarations. We had to re-arrange the includes to match the
          compiler liking.

        * tao/TAO_Internal.cpp:
          Need to include ORB_Core.h in platforms that do not support
          svc.conf or when tao is using a static services.

Thu Feb 11 10:34:41 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Use of PHandle in MProfile.{h,cpp} create a name conflict.
          Added TAO_ to fix this.

        * Thanks to  John Morey <jmorey@tbi.com>
          for reminding me of the ACE-Guidelines ;).

Thu Feb 11 02:51:34 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB.cpp (ORB_init): Only initialize the ORB global variables
          _after_ the ORB has been initialized.  Otherwise, the
          init_orb_globals() will create a server_strategy_factory (as TAO
          is now) before we have a chance to initialize it.

          This bug was causing grief in POA registration test. Thanks to
          David A. Janello <argno@mcs.net> for reporting the bug.

Wed Feb 10 23:50:11 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Connect.cpp (handle_input): It is unfotunate that an
          exception (probably a system exception) was thrown by the upcall
          code (even by the user) when the client was not expecting a
          response.  However, in this case, we cannot close the connection
          down, since it really isn't the client's fault.

          Thanks to Mark L. Boriack <mboriack@std.saic.com> for helping in
          tracking down this problem.

Wed Feb 10 23:15:27 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Clerk_i.cpp : Fixed a bug for the service
          not working on NT with files. The initialization of the
          ACE_Array_Base was not being done in the right place.  Thanks to
          Souhad Mcheik <mcheiks@inrs-telecom.uquebec.ca> for reporting
          this.

Wed Feb 10 22:16:01 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp: Fixed off-by-one error with
          calculating dynamic string length.

Wed Feb 10 19:39:27 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/be/be_interface.cpp: Using
          ACE_DEFAULT_TEMP_FILE for generating gperf input file. Thanks to
          Lothar Werzinger <lwerzinger@krones.de> for suggesting this.

Wed Feb 10 18:55:09 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Changed Stub.i, set_fwd_profiles () so it doesn't
          complain about fwd_profiles which are themselves forwarded.

Wed Feb 10 17:17:46 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_decl.cpp:
          I had to zero out the buffer to generate identical Typecodes on
          all platforms, including the padding bytes (which are now
          zeros). Thanks to Jim Crossley <JCrossley@mobsec.com> for
          chasing down the problems with this code and for suggesting that
          we test it out by comparing the output of different IDL
          compilers; this showed that the padding bytes were not
          initialized.

Wed Feb 10 16:36:41 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Request.{i,cpp}:
          Streamlined the new arg manipulation helper functions.
          They're now short enought to be inlined.

Wed Feb 10 14:22:34 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * rules.tao.GNU:
          Enabled the unused variable warning again. It compiles cleanly
          enough on Linux/EGCS.

        * orbsvcs/orbsvcs/Log/Logger_i.cpp:
        * TAO_IDL/be/be_visitor_argument/marshal_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/post_marshal_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/post_upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp:
        * TAO_IDL/be/be_visitor_argument/pre_upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
        * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
        * TAO_IDL/be/be_visitor_array/array_ci.cpp:
        * TAO_IDL/be/be_visitor_array/array_cs.cpp:
        * TAO_IDL/be/be_visitor_enum/enum_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/ctor_assign.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_object_manager_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
        * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp:
        * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
        * TAO_IDL/util/utl_stack.cpp:
          Fixed bunch of warnings about unused variables.

Wed Feb 10 14:11:07 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/Any.{h,cpp}:
        * tao/NVList.cpp:
          Added a method to Any called _tao_replace(). NVList method
          add_value() called Any::replace(). A bug report pointed
          out that, in the case where the Any arg to add_value() has been
          copy-constructed or assigned to, its value_ is 0, and
          replace() deals only with value_. _tao_replace is now
          called in add_value() if the value_ of the Any arg is 0,
          and _tao_replace() uses the Any's message block instead. A
          simple test adapted from the bug report code runs ok now
          with no leaks. Thanks to Barry Hoggard for reporting this
          bug.

Wed Feb 10 13:05:17 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Event_Channel.h (pdf): Moved struct
          Observer_Entry into the public part of the class to avoid
          problems with the SGI compiler.  Thanks to Eric Mitchell
          <emitchell@altaira.com> for reporting this.

Wed Feb 10 10:39:09 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/Time_Service/IR_Helper.cpp:
          To use TAO_RETHROW the methods must use TAO_IN_ENV as the
          incoming CORBA_Environment argument.

        * tao/Typecode.i:
          Removed unused argument in kind()

Wed Feb 10 10:28:16 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/orbsvcs/IOR_LookupTable.cpp (add_ior):
        Fixed a warning by cxx.

Tue Feb  9 22:26:52 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Added the class IOR_LookupTable which is an abstraction over the
        Hash_Map_Manager to store the object_name -> IOR mappings that
        will be used by the resolve_initial_references ().

        Updated the Makefile to include this class.

        * orbsvcs/orbsvcs/IOR_LookupTable.cpp:
        * orbsvcs/orbsvcs/IOR_LookupTable.h:
        * orbsvcs/orbsvcs/Makefile:

Tue Feb  9 22:11:08 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
          The generated code contained a variable that was not used in all
          cases. Now we only generate the variable if we actually use it.

Tue Feb  9 22:06:12 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/orbsvcs/IOR_Multicast.h: Added Title and description
          comments to the class declaration.

Tue Feb  9 21:40:29 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * $TAO_ROOT/examples/Event_Comm/*.cpp
        Changed all the TAO_* macros for exceptions to
        ACE_* macros. This went clean on SunOSC++.


Tue Feb  9 20:38:24 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp:
          Silenced pesky warning about unreached statement.

        * TAO_IDL/be_include/be_visitor_field/cdr_op_cs.h:
        * TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp:
          Added new visitor to generate the variable declarations required
          for marshaling certain kind of fields.

        * TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp:
          Use the new visitor to generate field declarations.

Tue Feb  9 20:43:13 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * $TAO_ROOT/examples/Callback_Quoter/*.cpp
        Changed all the TAO_* macros for exceptions to
        ACE_* macros. This went clean on SunOSC++ and
        SunOSg++

Tue Feb  9 17:55:31 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corbafwd.h:
        * tao/Active_Object_Map.h:
        * tao/Any.cpp:
        * tao/CDR.h:
        * tao/Client_Strategy_Factory.h:
        * tao/IIOP_ORB.h:
        * tao/Marshal.h:
        * tao/ORB.cpp:
        * tao/Object.cpp:
        * tao/Object.i:
        * tao/POA.h:
          Fixed several g++ errors and warnings, the main problem was that
          g++ could not cope with this code:

          class CORBA {
          public:
            int foo ();
            void bar (int x = CORBA::foo ());
          };

          I had to create two versions of the bar() method (actually
          ORB_init()).  It also had some problems with the order of
          definition of some inline methods (which I was able to solve)
          and it required the definition (not only forward declarations)
          of some templates before some templates could be instantiated.
          Overall a small set of re-arrangment of includes and
          declarations. We have to test in other platforms now.

Tue Feb  9 17:53:42 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * TAO/docs/configurations.html:
          Changed the first entry under Homogeneous Systems to reflect the
          move of tao/orbconf.h/TAO_DISABLE_SWAP_ON_READ to
          ace/OS.h/ACE_DISABLE_SWAP_ON_READ.

Tue Feb  9 16:52:41 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * TAO_IDL/be/be_exception.cpp (gen_typecode): Thanks to
        Carlos. Fixed the problem with the typecode generation for the
        exceptions.

Tue Feb  9 16:39:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be_include/be_decl.h:
        * TAO_IDL/be/be_decl.cpp:
        * TAO_IDL/be/be_enum.cpp:
        * TAO_IDL/be/be_enum_val.cpp:
        * TAO_IDL/be/be_exception.cpp:
        * TAO_IDL/be/be_field.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_predefined_type.cpp:
        * TAO_IDL/be/be_structure.cpp:
        * TAO_IDL/be/be_typedef.cpp:
        * TAO_IDL/be/be_union.cpp:
        * TAO_IDL/be/be_union_branch.cpp:
          The name2long() function was using a <long> but it needed a
          32-bit type; the right type to use is a ACE_UINT32.  This fixes
          some strange problems in 64-bit machines, like Alphas.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
          Fixed the ACE_DEBUG calls, they should be protected by the
          TAO_debug_level.

Tue Feb  9 13:47:37 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * tao/try_macros.h:
        Changed the definition of TAO_IN_ENV to ACE_TRY_ENV


Mon Feb  8 17:09:03 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/debug.h:
        * tao/debug.cpp:
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp:
        * tao/ORB_Core.cpp:
        * tao/Stub.cpp:
        * tao/deep_free.cpp:
        * tests/NestedUpcall/Reactor/client.cpp:
          Removed all the references to dmsg(), dmsg1(), dexc() and
          similar debugging macros, that's what we have ACE_DEBUG() for!!

        * performance-tests/Thruput/TAO/client.cpp:
        * tests/Multiple_Inheritance/server.cpp:
          Another couple of files that relied on "tao/corba.h" to include
          "ace/Get_Opt.h"

Mon Feb 08 15:20:09 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corba.h:
        * tao/corbafwd.h:
          On NT we need to define DEBUG when _DEBUG is defined, but this
          definition was left on corba.h by mistake, now it is in
          corbafwd.h

        * tao/Invocation.h:
          MSVC++ doesn't know that a class and a struct are the same
          thing, and it complains when a structure is forward declared as
          a class; silly

        * orbsvcs/orbsvcs/Trader/Trader.cpp:
          MSVC++ gets confused by typedefs inside classes again.

        * tao/ORB_Strategies_T.cpp:
          Added missing #include.

        * tao/debug.cpp:
        * tao/debug.h:
          Fixed some #include problems.

Mon Feb  8 15:25:00 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/echo/Makefile
        * examples/Simple/echo/client.cpp
        * examples/Simple/echo/server.cpp
        * examples/Simple/echo/Echo_i.cpp
        Replaced old TAO_TRY macros with ACE_TRY macros
        * examples/Simple/echo/Echo_Client_i.cpp
        * examples/Simple/echo/Echo_Client_i.h
        New files after removing Server_i.* and Client_i.*

Mon Feb  8 14:26:29 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/DynAnyC.cpp:
        * tao/Object.cpp:
          Added missing #include for template instantiations.

        * tao/ORB.cpp:
        * tao/ORB_Core.cpp:
          Re-ordered includes, otherwise "ace/Dynamic_Service.h" does not
          have the proper context.

Mon Feb  8 13:43:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/corbafwd.h:
        * tao/corba.h:
        * tao/Active_Object_Map.cpp:
        * tao/Active_Object_Map.h:
        * tao/Any.cpp:
        * tao/Any.h:
        * tao/CDR.cpp:
        * tao/CDR.h:
        * tao/CDR.i:
        * tao/Client_Strategy_Factory.cpp:
        * tao/Client_Strategy_Factory.h:
        * tao/Connect.cpp:
        * tao/Connect.h:
        * tao/CurrentC.cpp:
        * tao/CurrentC.h:
        * tao/CurrentS.cpp:
        * tao/DynAnyC.cpp:
        * tao/DynAnyC.h:
        * tao/DynAnyS.cpp:
        * tao/DynAny_i.cpp:
        * tao/DynAny_i.h:
        * tao/DynArray_i.cpp:
        * tao/DynEnum_i.cpp:
        * tao/DynSequence_i.cpp:
        * tao/DynStruct_i.cpp:
        * tao/DynUnion_i.cpp:
        * tao/DynUnion_i_T.h:
        * tao/Environment.cpp:
        * tao/Environment.h:
        * tao/Exception.cpp:
        * tao/Exception.h:
        * tao/Forwarding_Servant.cpp:
        * tao/Forwarding_Servant.h:
        * tao/GIOP.cpp:
        * tao/GIOP.h:
        * tao/IIOP_Acceptor.cpp:
        * tao/IIOP_Acceptor.h:
        * tao/IIOP_Connector.cpp:
        * tao/IIOP_Connector.h:
        * tao/IIOP_Interpreter.cpp:
        * tao/IIOP_Interpreter.h:
        * tao/IIOP_ORB.cpp:
        * tao/IIOP_ORB.h:
        * tao/IIOP_Profile.cpp:
        * tao/IIOP_Profile.h:
        * tao/IIOP_Transport.cpp:
        * tao/IIOP_Transport.h:
        * tao/InconsistentTypeCodeC.cpp:
        * tao/InconsistentTypeCodeC.h:
        * tao/Invocation.cpp:
        * tao/Invocation.h:
        * tao/MProfile.cpp:
        * tao/MProfile.h:
        * tao/Makefile:
        * tao/Managed_Types.cpp:
        * tao/Managed_Types.h:
        * tao/Managed_Types.i:
        * tao/Marshal.cpp:
        * tao/Marshal.h:
        * tao/Marshal.i:
        * tao/NVList.cpp:
        * tao/NVList.h:
        * tao/ORB.cpp:
        * tao/ORB.h:
        * tao/ORB.i:
        * tao/ORB_Core.cpp:
        * tao/ORB_Core.h:
        * tao/Object.cpp:
        * tao/Object.h:
        * tao/Object.i:
        * tao/Object_KeyC.cpp:
        * tao/Object_KeyC.h:
        * tao/Object_KeyC.i:
        * tao/Operation_Table.cpp:
        * tao/Operation_Table.h:
        * tao/POA.cpp:
        * tao/POA.h:
        * tao/POAC.cpp:
        * tao/POAC.h:
        * tao/POAS.cpp:
        * tao/POAS.h:
        * tao/POA_CORBA.h:
        * tao/Pluggable.cpp:
        * tao/Pluggable.h:
        * tao/PolicyC.cpp:
        * tao/PolicyC.h:
        * tao/PolicyS.cpp:
        * tao/Principal.cpp:
        * tao/Principal.h:
        * tao/Principal.i:
        * tao/Request.cpp:
        * tao/Request.h:
        * tao/Sequence.cpp:
        * tao/Sequence.h:
        * tao/Sequence_T.h:
        * tao/Servant_Base.cpp:
        * tao/Servant_Base.h:
        * tao/Server_Request.cpp:
        * tao/Server_Request.h:
        * tao/Server_Request.i:
        * tao/Server_Strategy_Factory.cpp:
        * tao/Server_Strategy_Factory.h:
        * tao/Stub.cpp:
        * tao/Stub.h:
        * tao/Stub.i:
        * tao/TAO.cpp:
        * tao/TAO.h:
        * tao/TAO_Internal.h:
        * tao/Typecode.cpp:
        * tao/Typecode.h:
        * tao/Typecode.i:
        * tao/Typecode_Constants.cpp:
        * tao/Union.cpp:
        * tao/Union.h:
        * tao/append.cpp:
        * tao/debug.cpp:
        * tao/decode.cpp:
        * tao/deep_free.cpp:
        * tao/default_client.h:
        * tao/default_server.h:
        * tao/encode.cpp:
        * tao/orbconf.h:
        * tao/params.cpp:
        * tao/params.h:
        * tao/poa_T.h:
        * tao/singletons.h:
        * tao/skip.cpp:
        * tao/t-sizes.cpp:
        * tao/varout.h:
          Cleaned up the include madness, now all the files inside TAO
          include "tao/corbafwd.h" to obtain the CORBA namespace. This
          files includes very little (only "ace/CDR.h" and
          "tao/orbconf.h"); so it is lighter than including "tao/corba.h".
          External applications only need to include "tao/corba.h", as
          before, but this file has been trimmed down somewhat.
          There are still some dependencies between several header files
          in TAO (specially "tao/ORB_Core.h"), but this are minor compared
          to the previous situation.

        * utils/catior/catior.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/Time_Service/IR_Helper.cpp:
          This files make changes to the IIOP_Profile so they need to
          include "tao/IIOP_Profile.h" explicitly, notice that all the
          other files in TAO do not need to.

        * examples/POA/Default_Servant/server.cpp:
        * examples/POA/Explicit_Activation/server.cpp:
        * examples/POA/Forwarding/server.cpp:
        * examples/POA/On_Demand_Activation/server.cpp:
        * orbsvcs/Naming_Service/Naming_Service.cpp:
        * orbsvcs/tests/Trading/colocated_test.cpp:
        * tests/CDR/basic_types.cpp:
        * tests/Param_Test/options.cpp:
          This files used the "fact" that "tao/corba.h" included
          "ace/Get_Opt.h".

        * All the Makefiles in TAO where updated.

Mon Feb  8 12:16:33 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
          Changed to generate ACE_TRY_ENV instead of TAO_IN_ENV.

Mon Feb 08 00:52:18 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.3 released.

Mon Feb  8 00:00:02 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/Simulator/Event_Supplier/Makefile:
          Some binaries did not link both NavWeapC.o and NavWeapS.o, this
          is needed for colocation support.

Sun Feb  7 23:45:19 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Updated makefile dependencies in
          orbsvcs/tests/Simulator/Event_Supplier

Sun Feb  7 22:31:01 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * IIOP_ORB.cpp, poa declared twice.

Sun Feb  7 21:35:17 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Stub.i - added initialization for type_id
          from arg repository_id.

Sun Feb  7 20:01:29 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/Stub.i (STUB_Object): Fixed warnings about repository_id
          being unused.  Thanks to David for reporting this.

        * tao/IIOP_ORB.cpp: Added some checks for failed memory
          allocation.

Sun Feb  7 16:57:55 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/Simple_util.cpp
        * examples/Simple/time/Time_Client.cpp
        * examples/Simple/time/server.cpp
        * examples/Simple/grid/Grid_Client_i.cpp
        * examples/Simple/grid/server.cpp
        Changed TAO_TRY macros to ACE_TRY macros

Sun Feb  7 15:30:34 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/IIOP_Profile.cpp:
          Changed a line in is_equivalent(). The lhs of a ==
          operator comparing two Versions was actually a
          pointer to a Version.

Sun Feb  7 14:32:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/DOVEBrowser/DOVEBrowser.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/DOVEBrowserApplet.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/DemoCore.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/MTDataHandlerAdapter.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/make.bat : strategized
          browser concurrency: can either use direct orb upcalls (default)
          or use queueing in active data handler adapter objects
          (via the -queue command line switch).

        * TAO/orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.{cpp, h}
          TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.{cpp, h}:
          fixed shutdown to ensure disconnection of the scheduler and EC
          servants, deregistration of these from the Naming Service.  Also
          added command line switches -n and -w to set the number of
          usec slept before generating each navigation or weapons event,
          respectively.

Sun Feb  7 11:44:58 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/driver/drv_args.cpp:
          Fixed the -Gi parsing code, it was setting compiled marshaling
          to 1, it must be 0.

Sun Feb 07 11:19:13 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/be/be_codegen.cpp: changed #include protection
          from #if !defined to #ifndef.  This allows compilers that
          recognize the #ifndef ... #define ... #endif idiom
          to optimize their reads of #include files.

Sun Feb  7 01:06:58 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/CDR.h:
        * tao/CDR.i:
          Yet another extraction operator for CDR streams (for
          CORBA::Char*).

Sun Feb  7 00:52:36 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * orbsvcs/tests/EC_Custom_Marshal/ECCM_Consumer.dsp:
        * orbsvcs/tests/EC_Custom_Marshal/ECCM_Supplier.dsp:
          Changed the tao_idl.exe path to ACE_wrappers/bin.

Sat Feb  6 23:16:14 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp:
          Activated compiled marshaling by default. IRIX/MIPSpro and
          Linux/EGCS are happy, and so seems Solaris/CC; the old behavior
          can be invoked using the -Gi IDL compiler option, or by setting
          the TAO_IDLFLAGS environment variable to "-Gi".

        * TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp:
          A ACE_static_cast was used to remove constness, it should be
          ACE_const_cast.

        * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp:
          Sometimes the array name is prefixed by an _, but the operator
          << and >> for CDR streams was generated by appending the _ to
          the complete name, not just the base name; this made the IRIX
          compiler very unhappy.

        * tao/CDR.h:
        * tao/CDR.i:
          Added the operator << for TAO_OutputCDR and "const CORBA::Char*"

Sat Feb 06 21:11:05 1999 Jeff Parsons <parsons@cs.wustl.edu>

        * corba.h:
          Changed to reflect the renaming of the ACE filed to
          CDR_Stream.*

Sat Feb 06 20:41:00 1999 Chris Gill <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.dsp
          TAO/orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.dsw
          TAO/orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.dsp:
          Redid NT project file for DualEC_Sup using MSVC++ 5.0, added
          dependencies for .\NavWeap.idl on ..\NavWeap.idl

Sat Feb  6 19:56:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/CDR.h:
        * tao/CDR.i:
        * tao/CDR.cpp:
          Added << and >> operators for the TAO_*CDR classes; otherwise we
          get a lot of ambiguos definitions with the ACE_*CDR versions.

        * tao/orbconf.h:
          TAO_NO_COPY_OCTET_SEQUENCES is enabled always, until somebody
          actually defines ACE_NO_COPY_OCTET_SEQUENCES.

Sat Feb  6 17:50:16 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/tests/Property/client.cpp:
        * orbsvcs/tests/Property/server.cpp:
        * orbsvcs/tests/Property/README:
        Fixed the problem with get_property_value passing IOR

1999-02-06  Nagarajan Surendran  <naga@polka.cs.wustl.edu>

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Added an exit(1)
          when the preprocessor fails so that tao_idl doesn't hang.

Sat Feb 06 07:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>

  (new) * TAO/orbsvcs/tests/Simulator/DOVEBrowser/MTDataHandlerAdapter.java:
          Adapts data handler to be an active object that processes events
          enqueued by another thread.

Sat Feb 06 07:33:19 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/decode.cpp (decode): removed break statement following
          a return, because some compilers claim that it's not
          reachable.

Sat Feb 06 01:20:53 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/svc.conf: No need to
          specify THR_BOUND since it is now the default.

        * tao/default_server.cpp (TAO_Default_Server_Strategy_Factory):
          Made THR_BOUND the default thread flags.

Fri Feb 05 21:59:12 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/CDR.{h,i,cpp}:
        * tao/orbconf.h:
        * tao/GIOP.cpp:
        * tao/ORB_Core.cpp:
        * tao/params.cpp:
        * tao/orb.cpp:
        * tao/orb.h:
        * tao/corba.h:
        * tao/Any.{h,i}::
        * tao/Invocation.cpp:
        * tao/Connect.cpp:
          The leveraging of the ACE CDR classes into TAO. Compiles
          cleanly on VC, suncc and g++. Both the ACE and the TAO
          CDR tests are working fine.

Fri Feb 05 21:23:33 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.2 released.

Fri Feb  5 19:44:40 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * release.chk:
          Cleared all the marks, the file was not up-to-date.

Fri Feb  5 18:45:36 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * tao/Stub.i:
          Rearranged order of declarations.

Fri Feb  5 18:11:33 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * tao/MProfile.cpp
          Fixed set () so it would reinitialize the list of profiles.

Fri Feb 05 16:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/README: Documented DualEC_Sup.

Fri Feb 05 16:05:00 1999 Chris Gill <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java:
          Added -dualECdemo switch that resolves the appropriate event and
          scheduling service names for the DualEC_Sup supplier.

Fri Feb  5 15:56:31 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * orbsvcs/tests/Property/client.cpp:
        * orbsvcs/tests/Property/server.cpp:
        Added the fixes suggested by jaehrig@desys.com regarding
        CORBA::Any scopes to all the from_* and to_* methods of Any
        variables.
        * orbsvcs/tests/Property/README: Added this file

Fri Feb 05 15:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.{cpp, h}:
          Changed to generate navigation, weapons events from separate threads

        * TAO/orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.cpp:
          fixed a problem valuing the wrong data structure

Fri Feb  5 15:25:56 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Changed IIOP_Core.{h,cpp} and IIOP_ORB.cpp to use
          ACE_INET_Addr in the hash map rather than ACE_Addr.

Fri Feb  5 14:45:25 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * MProfile.{h,cpp} Added descriptive comments and fixed several
          cases of mixing int's with unsigned int's.

Fri Feb  5 14:21:33 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IIOP_ORB.cpp:
          Fixed problems in the parsing of URL style IORs.

        * tao/IIOP_Profile.cpp:
          Added some comments for Fred.

Fri Feb 05 13:15:00 1999 Chris Gill <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/DOVEBrowser/DemoCore.java
    (new) TAO/orbsvcs/tests/Simulator/DOVEBrowser/MTQueue.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/NavWeapDataHandler.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java
          TAO/orbsvcs/tests/Simulator/DOVEBrowser/make.bat : reorganized
          DOVE browser to accept events from multiple named event channels,
          using a set of named schedulers.  Synchronized the data handler,
          added threaded queueing adapter to do early demultiplexing of ORB
          upcalls onto data handler threads.

        * TAO/orbsvcs/tests/Simulator/NavWeap.idl
          TAO/orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.{cpp, h}
    (new) TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.{cpp, dsp, h}
          TAO/orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.{cpp, dsp, dsw}
          TAO/orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.{cpp, dsp}
          TAO/orbsvcs/tests/Simulator/Event_Supplier/Makefile : reorganized
          supplier infrastructure to be able to define an EC and scheduler
          per supplier proxy instance.  Added a new supplier, DualEC_Sup,
          which creates two event channels and two schedulers, then generates
          events and sends them over two channels.

Fri Feb  5 11:12:04 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:

          The generated stubs were using IIOP_Object to access the CORBA
          object's underlying stub object. However, since the IIOP_Object
          class is now removed, we use the STUB_Object class.

Fri Feb 05 03:41:09 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Event_Channel.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
        * orbsvcs/orbsvcs/Event/RT_Task.h:
        * orbsvcs/orbsvcs/Event/ReactorTask.h:
        * orbsvcs/orbsvcs/Event/Timer_Module.h:
          MSVC++ gets really confused by a default argument of the form
          Module::Foo::_nil ()

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
          Updated to reflect the changes above.

Fri Feb  5 02:34:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
        * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/Event_Channel.h:
        * orbsvcs/orbsvcs/Event/Event_Channel.i:
        * orbsvcs/orbsvcs/Event/Module_Factory.cpp:
        * orbsvcs/orbsvcs/Event/RT_Task.cpp:
        * orbsvcs/orbsvcs/Event/RT_Task.h:
        * orbsvcs/orbsvcs/Event/ReactorTask.cpp:
        * orbsvcs/orbsvcs/Event/ReactorTask.h:
        * orbsvcs/orbsvcs/Event/Timer_Module.cpp:
        * orbsvcs/orbsvcs/Event/Timer_Module.h:
          The Event Channel can receive a reference to the scheduler in
          its constructor, this reference is propagated to all the modules
          and used instead of the Scheduler_Factory singleton.
          This can be used to have more than one Event Channel for process
          or to simplify the testing of multiple Scheduling services.
          If no scheduler is specified the Event Channel bootstraps from
          the Scheduler_Factory as usual.

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer.h:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier.h:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.h:
        * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
          It doesn't use the Scheduler_Factory anymore, this illustrates
          how the EC can receive the scheduler as an argument.


Fri Feb  5 02:33:05 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.cpp:
          Fixed explicit template instantiations for the new collocation
          map, it may not work correctly though.

        * orbsvcs/tests/EC_Custom_Marshal/Makefile:
          Updated dependencies.

Thu Feb 04 23:42:39 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Stub.cpp: It should now include Stub.i instead of
          STUB_Object.i.

        * tao/TAO[_Static].dsp: Removed IIOP_Object and added MProfile.

Thu Feb  4 22:18:13 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * added public destructor to TAO_IIOP_Profile

Thu Feb  4 21:33:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * utils/catior/catior.cpp:
          It included $ACE_ROOT/tao/IIOP_Profile.h explicitly, the file
          has been removed. I'm not sure if the program will work, but at
          least I could update the Makefile dependencies.

Thu Feb  4 19:18:51 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Multiple Profiles (MP).
          This required the modification of several files, deleting others
          as well as adding and removing classes.

        * Removed the files IIOP_Object.{h,i,cpp} and object IIOP_Object.
          All functionality now resided in the old base class STUB_Object.

        * Changed many files and classes to multiple profiles or to
          account for removing the IIOP_Object class.

           1) IIOP_Connector.cpp
           2) IIOP_ORB.{h,cpp}
              IIOP_ORB.cpp changed references from IIOP_Object and
              Client_Handler to STUB_Object and TAO_Transport.  Also
              moved much of the IIOP specific marsheling code to IIOP_Profile.
           3) Invocation.{h,i,cpp}
              Changed references from IIOP_Object to STUB_Object.
           4) ORB.{h,i,cpp}
           5) ORB_Core.{h,i,cpp}
           6) Object.{i,cpp}
           7) Servant_Base.cpp
           8) Server_Request.cpp
           9) Stub.{h,i,cpp}
              All logic from IIOP_Object (minus transport specific stuff) moved to
              the STUB_Object.  Also the MProfile class is used for storing all
              profiles.
          10) decode.cpp
              Changed IIOP_Object ref to STUB_Object
          11) encode.cpp
              Changed IIOP_Object ref to STUB_Object
          12) Any.h
              Changed "friend class IIOP_Object" to "friend class STUB_Object"
          13) corba.h
              Added #include's for the Multiple Profile header files.

Thu Feb  4 15:07:29 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * updated MT_Cubit/svc.conf to use THR_BOUND as the default.

Thu Feb  4 14:34:43 1999  Nagarajan Surendran  <naga@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/mpeg_server/Globals.cpp: Added the
          initialization of a missing member variable.  Thanks to Phil
          Ruelle <Phil.Ruelle@adv.sonybpe.com> for the fix.

Thu Feb 04 10:55:28 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/ORB_Strategies_T.cpp (activate_svc_handler): Fixed unmatched
          ACE_TRACE message.

Thu Feb  4 00:02:17 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/orbconf.h: Made sure _WIN32 doesn't get redefined.  Thanks
          to Terry Rosenbaum <Terry.Rosenbaum@Radiology.MSU.edu> for
          pointing this out.

Wed Feb 03 15:01:22 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO_Internal.cpp (open_services): Do not try to parse the
          default svc.conf file is TAO_PLATFORM_SVC_CONF_FILE_NOTSUP is
          defined.  You can still use the -f command line option to open a
          specific svc.conf file.

Wed Feb  3 12:17:02 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.cpp:
          Wait for all the children to accept their events, then it does.

        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.cpp:
          Accepts an event if any of its children does.

        * orbsvcs/orbsvcs/Event/EC_Type_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp:
          A filter based on source and/or type.

        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.i:
        * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
          This Filter_Builder can use the new filters to support basic
          filtering and correlation.

        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.i:
        * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
          A sample configuration based on the filtering above.

        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
          Use a RB_Tree to represent the set of event types required by a
          set of filters; this will let us implement the matching of
          consumers and suppliers more effificiently [O(nlog(n))]

        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
          Call unbind() on the SupplierFiltering strategy, so it can
          release our resources.

        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.cpp:
          Added an unbind() method to support automatic destruction.

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
          Updated comments.

Wed Feb 03 07:07:07 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/IIOP_Transport.h (send_request): commented out argument
          names to avoid g++ 2.7.2.3 warnings about unused arguments.

        * docs/configurations.html: removed note about TAO_ORBSVCS
          not being supported by orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp.
          Thanks to Carlos, it is now supported.

Tue Feb 02 09:22:31 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/ORB.cpp (create_stub_object): removed unused local
          "orb_core".

        * tao/decode.cpp (decode): removed return and continue statements
          following breaks, because some compilers complain that
          they're unreachable.

        * tao/IIOP_Transport.cpp (do_sendv): added static cast of
          iov_len to size_t.  It avoids a compile warning about
          signed/unsigned comparison on g++/Solaris86.

Mon Feb 01 21:28:27 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.3.1 released.

Mon Feb  1 16:33:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/IIOP_Profile.cpp:
        * tao/params.cpp:
        * utils/catior/catior.cpp:
          Fixed some egcs warnings.

Mon Feb  1 15:33:59 1999  Fred Kuhns <fredk@cs.wuslt.edu>

        * Update Connect.{h,cpp}, removed two unused args
          TAO_IIOP_Handler_Base

Mon Feb 01 13:55:19 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Custom_Marshal/Makefile: ran make depend.

Sun Jan 31 20:32:54 1999  Alexander Babu Arulanthu  <alex@cs.wustl.edu>

        * docs/compiler.html:
        * tao_idl.1
        * idl_global.h
        * drv_args.cpp
        * be_codegen.cpp
        Added these two options to the tao_idl compiler.
        -in To generate #include statements with <>'s for the standard include
        files (e.g. tao/corba.h) indicating them as non-changing files.
        Thanks to Andreas Geisler <andreas.geisler@erls.siemens.de> for
        this suggestion.

        -ic To generate #include statements with ""s for changing standard
        include files (e.g. tao/corba.h).

Sat Jan 30 18:30:50 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * docs/compiler.html:
        * docs/releasenotes/index.html:
        Reworded the documents to call the implementation skeleton
        files as servant implementation templates

Sat Jan 30 16:28:57 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.{h,cpp}:
        * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp:
        renamed variables named "ppc" to "proxypushconsumer" to fix the
        compile errors on Green Hills cross-compiler 1.8.8 for PowerPC.

Sat Jan 30 14:26:41 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Added a new option -ORBInitRef to the ORB. The syntax is
        -ORBInitRef <ObjectID>=<IOR: ....  >.

        The option works for the IOR formats understandable by the
        string_to_object (). The string_to_object () will be modified later to
        understand other ior formats like iiopname, iioploc.

        The new option takes precedence over the current methods of resolving
        an initial reference to an arbitrary object ID
        (through resolve_initial_references ()).

        * tao/ORB.cpp  : Added a new function resolve_commandline_ref (). This
        function is called by the resolve_initial_references () to resolve a
        reference to an arbitrary object id specified in the -ORBInitRef param.
        * tao/ORB.h : Added the declaration for the above method.
        * tao/ORB_Core.cpp : Added the new option -ORBInitRef in init (). Also
        set the init_ref parameter if this option is specified.
        * tao/params.h : Added a new parameter init_ref_. Also added declarations
        for the Get/Set methods of init_ref_.
        * tao/params.i : Defined the Get/Set methods for the init_ref_ parameter.
        * tao/params.cpp : Added the constructor initialization of the init_ref_.

Sat Jan 30 11:55:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Sched_Conf/Sched_Conf.cpp
          TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Anomalies.cpp
          TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Anomalies_Runtime.h
          TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.{cpp, h}: updated
          types that had been changed in RtecScheduler.idl.  Thanks to gwross
          <gwross@west.raytheon.com> for providing this ix, which solves a
          compilation problem with MSVC++ 6.0.

Sat Jan 30 10:08:17 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * examples/POA/Generic_Servant/Makefile:
          The definition for the static library target was missing (LIB=)
          Thanks to Robert V. Head <rhead@virtc.com> for pointing this
          out.

        * examples/Event_Comm/Event_Comm_i.cpp:
          Fixed the instantiation pragmas. Thanks to Robert V. Head
          <rhead@virtc.com> for pointing this out.

Fri Jan 29 20:16:45 1999  Jeff Parsons  <parsons@cs.wustl.edu>

        * tao/NVList.cpp:
          Changed add_value() to always copy the value of the Any,
          ignoring the CORBA::IN_COPY_VALUE flag. Calling replace(),
          as we did before, is faster, but if the value of the Any is
          0 (void* value is null), a crash will result. Thanks to
          Carlos for figuring this out and to Barry Hoggard for
          reporting the bug.

Fri Jan 29 18:07:28 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_operation/rettype_is.cpp:
          Removed unused variables as this was giving warnings with the
          SGI compiler

Fri Jan 29 18:04:25 1999  Fred Kuhns <fredk@cs,wustl.edu>

        * Fixed an old style ref to IIOP::MY_MINOR and IIOP::MY_MAJOR to
          TAO_IIOP_Profile::DEF_IIOP_MAJOR,
          TAO_IIOP_Profile::DEF_IIOP_MINOR in utils/catior/catior.cpp

Fri Jan 29 15:55:41 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * Makefile: Added TAOACE.dsw to the list of Controlled Files.

Fri Jan 29 13:07:42 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/configurations.html: Added links to various examples for
          different configurations.  Thanks to Jerry D. De Master
          <jdemaster@ipdinc.com> for this suggestion.

Fri Jan 29 12:22:22 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/server_discovery/AV_Demo :
          Moved Seths README to AV_Demo

        * orbsvcs/tests/AVStreams/server_discovery/README :
          Provided information about how to run the Java Interface
          to the AV Demo

        * orbsvcs/tests/AVStreams/mpeg/README:
          Added how to run the AV Demo with the Trading Service

Fri Jan 29 11:01:50 1999 Fred Kuhns <fredk@cs,wustl.edu>

        * Updated profile references in
          orbsvcs/Time_Service/IR_Helper.cpp
          orbsvcs/ImplRepo_Service/ImplRepo_i.cpp

Fri Jan 29 09:57:27 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/Event_Service/Event_Service.cpp:
          I commited a version with support for the new Event Channel,
          this was a mistake, I'm reverting the change.

Fri Jan 29 09:07:47 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/Sched_Conf/Sched_Conf.cpp: use
          RtecScheduler::Criticality_t, Importance_t, and Info_Type_T.
          Thanks to gwross <gwross@west.raytheon.com> for providing this
          fix, which solves a compilation problem with MSVC++ 6.0.

Thu Jan 28 21:36:38 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * Updated the dependencies in all the Makefiles.

Thu Jan 28 20:49:56 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Log/Logger_i.cpp: removed ACE_Hash<ACE_CString>
          explicit template instantiation, because it's in tao/POA.cpp.

Thu Jan 28 18:04:07 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

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

        * tao/Makefile:
          Minor cosmetic changes.

        * tao/IIOP_Profile.h:
        * tao/IIOP_Profile.cpp:
        * tao/IIOP_Transport.cpp:
          Fixed warnings about out of order initialization of members and
          about signed/unsigned comparisons.

Thu Jan 28 16:47:12 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/AVStreams_Full.idl:
        * orbsvcs/orbsvcs/CosEventChannelAdmin.idl:
        * orbsvcs/orbsvcs/CosEventComm.idl:
        * orbsvcs/orbsvcs/RtecScheduler.idl:
        * orbsvcs/orbsvcs/TimeService.idl:
          Fixed some problems with #pragma prefix

Thu Jan 28 16:34:14 1999 Fred Kuhns <fredk@cs.wustl.edu>

        * Added support for Pluggable Protocols (PP) This required the
          modification of several files, deleting others as well as adding
          and removing classes.

        * Added the following classes and files
          1) Pluggable.h - Contains all the base classes and registries
             used in Pluggable protocols.  New transport implementations
             will have
             to use these classes in order to 'plugin' to the framework.
             a) TAO_Profile
             b) TAO_Connector
             c) TAO_Transport
             d) TAO_Acceptor
             e) TAO_Connector_Registry
             Pluggable.cpp - Connector_Registry implementation and Profile
             Version class.  Each transport specific TAO_[*]_Connector
             registers itself with this singleton.
          2) IIOP_Profile.{h,cpp}
             Class TAO_IIOP_Profile is defined here and it profides IIOP
             specific processing.  Much of the transport specific
             processing located in the IIOP_Object has been relocated
             to here.
             In particular an IIOP_Profile will contain a reference to the
             currently used transport, that is the connection handler.
          3) IIOP_Connector.{h,cpp}
             All transport specific connection processing is hidden behind
             this class. The connection handler hint () is taken from the
             TAO_Profile (i.e. IIOP_Profile) object.
          4) IIOP_Acceptor - basically just a transport neutral wrapper
             for the Acceptor.

        * Changed many files and classes to use this new transport
          independent Pluggable classes.  Also relocated transport
          specific processing to the new classes.
          1) Connect.{h,cpp}
             Created new base classes TAO_IIOP_Client_Transport and
             TAO_IIOP_Server_Transport in order to keep TAO_Transport
             references and leverage dynamic binding.  That is, all
             handlers use either of these classes as a base class.
             TAO_SVC_HANDLER is a member object.

             Edited code so it passed TAO_Transport object references to
             GIOP::send_request and GIOP::recv_request.
          2) GIOP.{h,cpp}
             Replaced all references to the handler object with the new
             transport object.  Also moved all transport specific code
             used for reading and writing messages to the network to the
             new IIOP_Transport class.
          3) IIOP_ORB.{h,cpp}
             IIOP_ORB.h -> got rid of the #include "tao/corba.h"
             moved much of the IIOP specific marsheling code to IIOP_Profile.
          4) Invocation.{h,i,cpp}
             use TAO_Transport and TAO_Profile instead of Client_Handler and
             IIOP_Object::IIOP.
             Additionally, the connection is now made by the
             Connector_Registry object.
             All IIOP specific processing moved to TAO_IIOP_Profile.
          5) ORB.{h,i,cpp}
             The preconnect method's functionality is moved to
             Connector_Registry and TAO_[*]_Profile.
          6) ORB_Core.{h,i,cpp}
             The ORB_Core was changed to allocate memory for the new
             objects: TAO_Connector_Registry, TAO_IIOP_Connector and
             TAO_IIOP_Acceptor. Preconnect () moved also.
          7) Servant_Base.cpp
             Changed to use STUB_Object refs rather than IIOP_Object.
          8) Server_Request.cpp
             Changed to use STUB_Object refs rather than IIOP_Object.
          9) decode.cpp
             Moved all IIOP specific processing (parsing IORs) to
             IIOP_Profile.
         12) encode.cpp
             Moved all IIOP specific processing (parsing IORs) to
             IIOP_Profile.
         13) params.{h,i,cpp}
             Changed use_IIOP_lite_protocol to use_lite_protocol.
         14) corba.h
             Added #include's for the new Pluggable Protocol header
             files.

Thu Jan 28 15:26:49 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * tao/examples/Simple/grid/client.dsp:
        * tao/examples/Simple/grid/server.dsp:
        * tao/examples/Simple/time/client.dsp:
        * tao/examples/Simple/time/server.dsp:
        * tao/examples/Simple/time/client_static.dsp:
        * tao/examples/Simple/time/server_static.dsp:
          Updated to work with Bala's changes.

        * tao/examples/Simple/Time_Client_i.cpp:
          Added TAO_CHECK_ENV after using TAO_TRY_ENV in several spots.

Thu Jan 28 11:32:11 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/IIOP_ORB.cpp (string_to_object): Checked if the <str> passed
          in is null.  If yes, simply return a null object.

        * TAO-INSTALL.html (href): Fixed directory name leads to
          IDL_Cubit.  Thanks to Zoran Ivanovic <zorani@pathcom.com> for
          reporting these.

Thu Jan 28 11:41:39 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
          Disabled the support for the new EC implementation, it is not
          compiled by default in orbsvcs, hence it cannot be used by
          default either.

Wed Jan 27 22:09:14 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
        Enaaabled the exporting of properties by  mutiple augmented servers

        * orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.cpp:
        Need to initialize the handle everytime in rstat

        * orbsvcs/tests/AVStreams/server_discovery/Strip_Chart.java:
        Modified the algorithm to get the performance graph working

        * orbsvcs/tests/AVStreams/server_discovery/Server_Discovery_Selection.java:
        Modified  the Jtree to to display multiple movie  info
        Enabled the display of the performance graph

        * orbsvcs/tests/AVStreams/server_discovery/Server_Discovery.java:
        Added the thread to get the dynamic properties and display as a
        graph

Wed Jan 27 21:59:13 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Makefile:
          Added a new entry to the TAO_ORBSVCS macro, Event2, right now it
          is disabled by default.
          The makefile add a -DTAO_ORBSVCS_HAS_* for each entry in the
          TAO_ORBSVCS list.

        * orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp:
          Use the TAO_ORBSVCS_HAS_* macros to instantiate only the needed
          templates.

        * orbsvcs/orbsvcs/Event/EC_Null_Factory.i:
          A variable was not properly initialized.

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
          Added missing template instantiations

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.h:
        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
          It can create an instance of the new EC for testing purposes.

Wed Jan 27 19:59:58 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.i:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Null_Factory.i:
        * 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_QOS_Info.cpp:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
        * orbsvcs/orbsvcs/Event/EC_QOS_Info.i:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
        * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.i:
          Completed the first prototype, this version does not support
          filtering or real-time features, but it is useful to get
          baseline numbers.

Wed Jan 27 13:14:32 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO version 0.2.53 released.

Tue Jan 26 22:06:01 1999  David L. Levine  <levine@cs.wustl.edu>

        * rules.tao.GNU,docs/configurations.html: moved TAO_ORBSVCS
          documentation from rules.tao.GNU to docs/configurations.html.

Tue Jan 26 16:24:57 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/README:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
          Added some documentation about the new Event Channel
          implementation.

        * orbsvcs/orbsvcs/Event/EC_Dispatching.cpp:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Factory.cpp:
        * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.cpp:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.i:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
          Added the implementation of a null filter and the corresponding
          filter builder. Also implemented the reactive dispatching
          strategy.

Mon Jan 25 17:24:50 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Timer_Module.h:
          Removed superfluous component in include path, thanks to
          Eric B. Mitchell <emitchell@altaira.com> for reporting this
          one.

        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
        * orbsvcs/orbsvcs/Event/EC_Dispatching.i:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
        * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
        * orbsvcs/orbsvcs/Event/EC_Factory.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.h:
        * orbsvcs/orbsvcs/Event/EC_Filter.i:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
        * orbsvcs/orbsvcs/Event/EC_Filter_Builder.i:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
        * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.i:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
        * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
        * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
          These files compile now, and are fairly complete, but I still
          have to implement the TAO_EC_Filter hierarchy, the dispatching
          strategies and a couple of example ProxySupplier/ProxyConsumer
          classes.
          We also need to implement the locking strategies.

        * orbsvcs/orbsvcs/Makefile:
          Updated dependencies.

Mon Jan 25 13:54:00 1999  David L. Levine  <levine@cs.wustl.edu>

        * rules.tao.GNU,orbsvcs/orbsvcs/Makefile:  added TAO_ORBSVCS
          support for subsetting the liborbsvcs build.  See rules.tao.GNU
          for usage information and limitations.

Sun Jan 24 22:46:43 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * removed the orbsvcs/orbsvcs/Time_Service/implrepo.conf file.
        This file is not required here. It is required in the tests dir.

        Made changes to the following Makefiles to incorporate the
        Implementation Repository service.

        * orbsvcs/orbsvcs/Makefile
        * orbsvcs/Makefile
        * orbsvcs/orbsvcs/ImplRepo_Service/Makefile
        * orbsvcs/orbsvcs/Time_Service/Makefile

Sun Jan 24 17:04:47 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/tests/ImplRepo/Repository_Test.cpp: Removed inclusion of
          <iostream.h>.  ACE should take care of it.

Sun Jan 24 00:48:01 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/Ping.idl:
        * orbsvcs/ImplRepo_Service/ImplRepo.idl:
        * orbsvcs/orbsvcs/Ping.idl:
        * orbsvcs/orbsvcs/ImplRepo.idl:
          Moved IDL files from ImplRepo to orbsvcs.

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * orbsvcs/ImplRepo_Service/implrepo.dsp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
        * orbsvcs/tests/ImplRepo/IR_Helper.h:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
        * orbsvcs/tests/ImplRepo/Repository_Test.dsp:
        * orbsvcs/tests/ImplRepo/airplane_client.dsp:
        * orbsvcs/tests/ImplRepo/airplane_server.dsp:
          Changed because of the above move.

        * orbsvcs/Time_Service/Clerk_i.cpp:
        * orbsvcs/Time_Service/IR_Helper.cpp:
        * orbsvcs/Time_Service/IR_Helper.h:
        * orbsvcs/Time_Service/Server_i.cpp:
        * orbsvcs/Time_Service/Time_Service_Clerk.dsp:
        * orbsvcs/Time_Service/Time_Service_Server.dsp:
          Changed because the IR IDL files moved, and also fixed various
          warnings on NT (mainly just changing TAO_CHECK_ENV_RETURNs to
          TAO_CHECK_ENV - since it looks like the result was the same).

        * orbsvcs/tests/ImplRepo/run_test.pl:
          Only one test now runs at a time.

        * orbsvcs/tests/Time/Time_Service_Test.dsp:
        * orbsvcs/tests/Time/run_test.pl:
          Fixed various problems on NT.

Sat Jan 23 22:29:12 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * docs/implrepo.html:
        * docs/implrepo/paper.html:
        * docs/implrepo/index.html:
          Moved the IR document to the implrepo subdirectory and updated
          it to address comments from John Mulhern
          <9107@mn3.lawson.lawson.com>.

        * docs/orbsvcs.html: Added information about the Implementation
          Repository.

        * TAO-INSTALL.html: Updated the Unix compile instructions.

Sat Jan 23 19:44:32 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: Hopefully fixed some
          warnings on g++.

Sat Jan 23 11:59:38 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Connect.cpp (send_error):
          (handle_input): Must use ACE_TRY_CHECK within the try block, not
          ACE_CHECK.  Thanks to David for reporting this.

Fri Jan 22 18:45:48 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * docs/releasenotes/index.html: Added the information about the
        generation of servant implementations for implementation by the
        IDL Compiler

        * docs/compiler.html:
        Added the IDL compiler options for generating servant implementations

Fri Jan 22 13:08:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/orbsvcs/Sched/Sched_Entry.{cpp, h}
          TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
          TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp: moved gcd and
          minimum_frame_size helper functions to class ACE as static methods,
          removed unnecessary #includes of math.h.

Fri Jan 22 11:30:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/tests/Simulator/DOVEBrowser/make.bat: added a
          "make setup" capability to set up the DOVE browser directory
          prior to the first build on NT.

Fri Jan 22 08:43:30 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (parse_args):
          initialize local "aux" to 0, because DU strtok_r requires it.

        * examples/Simple/grid/Grid_Client_i.cpp (parse_args): removed
          unused local "result".

Thu Jan 21 22:21:20 1999  David L. Levine  <levine@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp (IDL_GlobalData),
          TAO_IDL/be/be_codegen.cpp (TAO_CodeGen):
          reordered initializers to match declaration order.

Thu Jan 21 20:16:22 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_module/module_ih.cpp:
          Removed warning about unused variable.

Thu Jan 21 19:04:36 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/ORB_Core.h:
        * tao/corba.h:
          Moved the declaration of ORB_Core_instance() to the corba.h
          file, this solves some problems for the SAIC guys.

Thu Jan 21 15:00:10 1999  Yamuna Krishnamurthy  <yamuna@cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp:
        * TAO_IDL/include/idl_global.h:
        Add the following flags:
        implementation_hdr_ending_
        impl_class_suffix_
        impl_class_prefix_
        implementation_skel_ending_
        gen_impl_files_
        gen_copy_ctor_
        gen_assign_op_

        (be_get_implementation_hdr):
        (be_get_implementation_skel):
        (be_get_implementation_hdr_fname):
        (be_get_implementation_skel_fname):
        (implementation_hdr_ending):
        (implementation_skel_ending):
        (impl_class_prefix):
        (impl_class_suffix):
        (implementation_hdr_ending):
        (implementation_skel_ending):
        (gen_impl_files):
        (gen_copy_ctor):
        (gen_assign_op):

        * TAO_IDL/driver/drv_args.cpp:
        Addded options to generate implementaion header and skeleton
        files. Also provided options to change the name of the
        implemenation files created, adding copy constructors, providing
        prefixes and suffixes to the implementation class names

        * TAO_IDL/be/be_visitor_root/root.cpp:
        Add the following case statements to set constext
        case TAO_CodeGen::TAO_ROOT_IH
        case TAO_CodeGen::TAO_ROOT_IS

        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
        Added the following case satements:
        case TAO_CodeGen::TAO_OPERATION_ARGLIST_IS:
        case TAO_CodeGen::TAO_OPERATION_ARGLIST_IH:
        os->indent ();
        *os << "CORBA::Environment &TAO_TRY_ENV";
        break;


        * TAO_IDL/be/be_visitor_module/module.cpp:
        Added the following case statements to set the context
        case TAO_CodeGen::TAO_MODULE_IH:
        case TAO_CodeGen::TAO_MODULE_IS:

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        Added the statements:
        "const POA_" << node->local_name () << "& rhs)"
        node->local_name () << " (const
        to generate a copy constructor in the skeleton
        with the object passed declared as a const. Initially the const
        was missing

        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        Added the statement
        "<< namebuf << " (const " << namebuf << "&rhs);" << be_nl"
        to generate a copy constructor in the skeleton
        with the object passed declared as a const. Initially the const
        was missing

        * TAO_IDL/be/be_visitor_interface/interface.cpp:
        Added the following case statements to set the context
        case TAO_CodeGen::TAO_INTERFACE_IH
        case TAO_CodeGen::TAO_INTERFACE_IS

        * TAO_IDL/be/be_visitor_attribute/attribute.cpp:
        Added the following case statements to set the context
        case TAO_CodeGen::TAO_ATTRIBUTE_IH
        case TAO_CodeGen::TAO_ATTRIBUTE_IS
        case TAO_CodeGen::TAO_ATTRIBUTE_IH
        case TAO_CodeGen::TAO_ATTRIBUTE_IS

        * TAO_IDL/be_include/be_visitor_root.h:
        Added statements to include root_is.h and root_ih.h

        * TAO_IDL/be/be_visitor_root.cpp:
        Added statements to include root_is.h and root_ih.cpp

        * TAO_IDL/be_include/be_visitor_operation.h:
        Added statements to include operation_is.h, operation_ih.h and rettype_is.h

        * TAO_IDL/be/be_visitor_operation.cpp:
        Added statements to include operation_is.cpp, operation_ih.cpp and rettype_is.cpp

        * TAO_IDL/be_include/be_visitor_module.h:
        Added statements to include and module_ih.h

        * TAO_IDL/be/be_visitor_module.cpp:
        Added statements to include and module_ih.cpp

        * TAO_IDL/be_include/be_visitor_interface.h:
        Added statements to include interface_is.h and interface_ih.h

        * TAO_IDL/be/be_visitor_interface.cpp:
        Added statements to include interface_is.cpp and interface_ih.cpp

        * TAO_IDL/be/be_visitor_factory.cpp:
        Added case statements for
        TAO_ROOT_IH
        TAO_ROOT_IS
        TAO_MODULE_IH
        TAO_MODULE_IS
        TAO_INTERFACE_IH
        TAO_INTERFACE_IS
        TAO_ATTRIBUTE_IH
        TAO_ATTRIBUTE_IS
        TAO_OPERATION_IS
        TAO_OPERATION_IH
        TAO_OPERATION_RETTYPE_IS
        TAO_OPERATION_ARGLIST_IH
        TAO_OPERATION_ARGLIST_IS
        to return corresponding visitors

        * TAO_IDL/be/be_produce.cpp:
        Added steps 7 and 8 to generate the implementation header and
        skeleton if it is asked for by the user by giving the -GI option
        when running tao_idl

        * TAO_IDL/be_include/be_interface.h:
        * TAO_IDL/be/be_interface.cpp:
        (gen_copy_ctors):
        function to generate copy constructors
        (gen_copy_ctors_helper):
        helper for generating the copy constructors
        (gen_def_ctors):
        function to generate default constructors
        (gen_def_ctors_helper):
        helper to generate default constructors


        * TAO_IDL/be_include/be_helper.h:
        * TAO_IDL/be/be_helper.cpp:
        Added the two cases for TAO_IMPL_HDR and TAO_IMPL_SKEL

        * TAO_IDL/be_include/be_decl.h:
        * TAO_IDL/be/be_decl.cpp:
        Added the impl_hdr_gen,impl_skel_gen_
        ,impl_hdr_gen_,impl_skel_gen_ flags to check if the implementation
        headers and skeletons are created
        (impl_hdr_gen):
        (impl_skel_gen):
        return the corresponding flags

        * TAO_IDL/be_include/be_codegen.h:
        Add the following to the enumeration:
        TAO_ATTRIBUTE_IH
        TAO_ATTRIBUTE_IS
        TAO_INTERFACE_IH
        TAO_INTERFACE_IS
        TAO_MODULE_IH
        TAO_MODULE_IS
        TAO_OPERATION_IH
        TAO_OPERATION_IS
        TAO_OPERATION_RETTYPE_IS
        TAO_OPERATION_ARGLIST_IH
        TAO_OPERATION_ARGLIST_IS
        TAO_ROOT_IH
        TAO_ROOT_IS

        Also add the new methods from be_codegen.cpp below

        * TAO_IDL/be/be_codegen.cpp:
        Added the implementation_header_(0)
        and implemenattion_skeleton_(0) that hold the corresponding the
        TAO_OutStream

        (end_implementation_header):
        generate the #endif at the end of the implementation header file
        (implementation_skeleton):
        get the implemenatation skeleton stream
        (start_implementation_skeleton):
        set the implementation skeleton file stream and generate the
        #include statements
        (implementation_header):
        get the implementation header stream
        (start_implementation_header):
        method to set the implemenatation header file stream
        and generate the ifndef and #include satements

        * TAO_IDL/be/be_visitor_operation/rettype_is.cpp:
        * TAO_IDL/be_include/be_visitor_operation/rettype_is.h:
        Create a visitor to generate the return statements for the
        operations

        * TAO_IDL/be_include/be_visitor_operation/operation_ih.h:
        * TAO_IDL/be/be_visitor_operation/operation_ih.cpp:
        Create a visitor to generate code for the IDL operations in
        the implementation header

        * TAO_IDL/be/be_visitor_operation/operation_is.cpp:
        * TAO_IDL/be_include/be_visitor_operation/operation_is.h:
        Create a visitor to generate code for the IDL operations in
        the implementation skeleton

        * TAO_IDL/be_include/be_visitor_interface/interface_is.h (class be_visitor_interface_is):
        * TAO_IDL/be/be_visitor_interface/interface_is.cpp:
        create a visitor to generate code for the IDL interface in
        implementation skeleton

        * TAO_IDL/be/be_visitor_interface/interface_ih.cpp:
        * TAO_IDL/be_include/be_visitor_interface/interface_ih.h:
        Create a visitor to generate code for the IDL interface in
        the implementation header

        * TAO_IDL/be_include/be_visitor_module/module_ih.h (class be_visitor_module_ih):
        * TAO_IDL/be/be_visitor_module/module_ih.cpp:
        Create a visitor to generate code for the IDL module
        in implementation header

        * TAO_IDL/be/be_visitor_root/root_ih.cpp:
        * TAO_IDL/be_include/be_visitor_root/root_ih.h:
        Create a visitor to generate code for the root node in
        the implementation header

        * TAO_IDL/be/be_visitor_root/root_is.cpp:
        * TAO_IDL/be_include/be_visitor_root/root_is.h:
        Create a visitor to generate code for the root node in
        the implementation skeleton

Thu Jan 21 14:10:20 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp (handle_timeout):
        Added the macro ACE_U64_TO_U32 to the ULongLong parameters and
        added a #ifdef as
           #if defined ACE_LACKS_LONGLONG_T
                < apply the conversion macros >
           #else
                < dont use the macros >

Thu Jan 21 14:10:33 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/Time_Service/Makefile:
          The server program was not compiling on IRIX, some object files
          were placed after the libraries in the link line.

Thu Jan 21 10:57:25 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/CDR.cpp:
          Fixed a problem with TAO_OutputCDR::write_octet_array_mb, thanks
          to Dave Meyer <dmeyer@std.saic.com> for reporting and isolating
          this bug.

        * tests/CDR/Makefile:
        * tests/CDR/octet_sequence.cpp:
          Added a new test to verify that the fix above worked, thanks to
          Dave for this test also.

        * tests/CDR/CDR.dsw:
        * tests/CDR/octet_sequence.dsp:
          Added a new project for the octet_sequence test.

        * EC_ConsumerAdmin.cpp:
        * EC_ConsumerAdmin.h:
        * EC_ConsumerAdmin.i:
        * EC_Event_Channel.cpp:
        * EC_Event_Channel.h:
        * EC_Event_Channel.i:
        * EC_Factory.h:
        * EC_Factory.i:
        * EC_Filter.h:
        * EC_Filter.i:
        * EC_ProxyConsumer.h:
        * EC_ProxySupplier.cpp:
        * EC_ProxySupplier.h:
        * EC_ProxySupplier.i:
        * EC_SupplierAdmin.cpp:
        * EC_SupplierAdmin.h:
        * EC_SupplierAdmin.i:
          Continue the implementation of the new event channel.

Wed Jan 20 23:32:47 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp (handle_timeout):
        Added the ACE_U64_TO_U32 macros to fix the warnings by g++386.

Wed Jan 20 20:52:45 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Removed Win32
          specific code.

Wed Jan 20 13:54:37 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/ORB_Core.cpp: removed explicit ACE_Convert instantiation.
          LynxOS' g++ was raising an internal compiler error on it, and
          it appears to no longer be used.

        * *.h,TAO_IDL/be/be_codegen.cpp (end_server_template_header):
          replaced () around #pragma implementation argument.  Thanks to
          Susan Liebeskind <susan.liebeskind@gtri.gatech.edu> and
          Steve Huston for reporting and confirming that it's necessary
          on AIX.

Tue Jan 19 18:38:57 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/time/Time_Client_i.h
        * examples/Simple/Simple_util.h
        * examples/Simple/Simple_util.cpp
        * examples/Simple/time/Time_i.cpp
        * examples/Simple/time/Time_i.h
        Added stuff for the g++ compiler to compile clean
        and build clean.

Tue Jan 19 16:51:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * TAO/orbsvcs/orbsvcs/Sched/Config_Scheduler.h
          TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.{cpp, h}: added new
          TAO_Criticality_Scheduler_Strategy.  Thanks to Amir Bahmanyari
          (abahmany@teknowledge.com) for suggesting this.

        * TAO/orbsvcs/tests/Simulator/DOVEBrowser/NavWeapDataHandler.java:
          added some additional debugging information if an unrecognized any
          type is received.

Tue Jan 19 15:44:09 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/tests/Simulator/Event_Supplier/Makefile:
          added dependencies.

Tue Jan 19 15:22:14 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/tests/tests.dsw:
          Added the ECT_Throughput project file.

        * orbsvcs/tests/EC_Throughput/ECT_Driver.cpp:
          MSVC5 does not support conversion from 64bit unsigneds to
          doubles.

Tue Jan 19 01:31:36 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Added a quick
          hack to open the tmp_file in the "correct" status on Win32 so
          the tmp_file will get removed automatically.

          We need to reimplement ACE_OS::fopen to make it behave the same
          as on other platforms at some later point.

          (DRV_copy_input): Changed to use ACE_OS::f* functions.  It
          doesn't really make any difference here because the temp file
          get closed before unlink.

Mon Jan 18 22:57:31 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/orbsvcs/orbsvcs.dsp:
        * tao/TAO.dsp:
          Updated for NT Alpha.

Mon Jan 18 22:01:13 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/tests/CosEC_Multiple/run_test.pl
          Added this script to run the test.
          This is still *under construction*.
        * orbsvcs/tests/CosEC_Multiple/README:
          Updated the README to reflect all the new options.
        * orbsvcs/tests/CosEC_Multiple/CosECConsumer{.h,cpp}:
          Added an <event_count> parameter.
        * orbsvcs/tests/CosEC_Multiple/CosECSupplier{.h,cpp}:
          Added an <event_count> parameter.
        * orbsvcs/tests/CosEC_Multiple/CosEC_Multiple.cpp:
          modified the <shutdown> method to check for nil pointer.
        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
          1. Removed the code to [un]register the local scheduler with
          the naming service.This fixed the "-s global option not working" bug.
          2. Modified the <init_SupplierQOS> method to scan for just 1 pair
            of {sourceid, event type} from the command line.
        * orbsvcs/CosEvent_Service/README:
          Updated the README to reflect all the new options.

Mon Jan 18 17:37:45 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Channel_Clients.h:
        * orbsvcs/orbsvcs/Event/Channel_Clients.i:
        * orbsvcs/orbsvcs/Event/Channel_Clients_T.i:
          There was an horrible confusion with this files. I removed some
          obsolote versions and fixed an include.  Thanks to Jeff
          Olszewski <jolszewski@std.saic.com> for pointing this out.

Mon Jan 18 16:51:56 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        The bank example was throwing an exception if run multiple times.

        * examples/Simple/bank/Server_i.cpp (init_naming_service):
          Added the TAO_TRY blocks. Used rebind instead of bind.

        * examples/Simple/bank/server.cpp:
          Added a TAO_CHECK_ENV.

Mon Jan 18 11:20:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/decode.cpp:
          Fixed a problem with indirected type codes, thanks to Slava
          Galperin <galperin@teknowledge.com> for detecting the problem
          and providing us with a patch for it.

        * examples/Simple/time/server.cpp:
        * examples/Simple/time/Time_Client_i.cpp:
          Added missing template instantiations.

Mon Jan 18 01:16:53 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Connect.cpp:
        * tao/GIOP.cpp: Replaced TAO try macros with ACE try macros.

        * tao/try_macros.h: Source in ace/CORBA_macros.h so we can start
          switching over to the new macros.  Most of the macros in this
          file will be gone once we finish the transition.

Mon Jan 18 00:25:40 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.2.52 released.

Sun Jan 17 16:15:10 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/GIOP.h:
        * tao/GIOP.cpp:
          Checked the return value of some send_n() calls, at least to
          print appropiate debug messages if TAO_orbdebug is not 0.
          Also added constants to document the size of the IIOP_Lite
          header (vs. the GIOP header) and the offset of the message size
          in the GIOP and the IIOP_Lite headers.

Sun Jan 17 15:51:39 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Time_Service_Server.dsp: Added the generated
        files of ImplRepo to the project .dsp. This is required till the
        ImplRepo idl files are moved to the orbsvcs/orbsvcs directory.

Sun Jan 17 15:41:12 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO/TAOACE_Static.dsw: Removed outdated project files.

        * TAO/TAO_IDL/tao_idl.dsp:
        * TAO/TAO_IDL/tao_idl_static.dsp:
        * TAO/orbsvcs/orbsvcs/orbsvcs.dsp:
        * TAO/orbsvcs/orbsvcs/orbsvcs_static.dsp:
        * TAO/tao/TAO.dsp:
        * TAO/tao/TAO_Static.dsp: Rearranged the intermediate directory
          for DLL/LIB build to avoid confusing the build utility in VC.

Sun Jan 17 15:34:17 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (wait_until_ready):
          Replaced ACE_Thread_Mutex with ACE_SYNCH_MUTEX so that this will
          compile properly with threads=0.  Thanks to Russ Noseworthy for
          reporting this!

Sat Jan 16 22:54:14 1999  Ossama Othman  <othman@macarena.cs.wustl.edu>

        * TAO_IDL/driver/drv_args.cpp (DRV_check_gperf):
          Added ability to check for a gperf program with a name other
          than "gperf."  This modification complements the change that
          was made to TAO_IDL/util/utl_global.cpp a few months ago that
          allowed TAO to use a gperf with a name besides "gperf."  As before,
          define the ACE_GPERF macro like so:
                         -DACE_GPERF=\"gperf-ace\"
          for example, to specify a perfect hash function generator called
          "gperf-ace."

Sat Jan 16 11:49:45 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * TAO_IDL/util/utl_global.cpp (add_to_included_idl_files):
          Change line 515 from: this->n_included_idl_files_ += INCREMENT;
          to: this->n_allocated_idl_files_ += INCREMENT;
          so that tao_idl won't crash when including 64 or more files.
          Thanks to Tommy Andreasen <tommy.andreasen@radiometer.dk>
          for reporting this.

Fri Jan 15 19:11:10 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/time/Time_Client_i.cpp:
        * examples/Simple/time/Time_Client_i.h:
        Added permissions for these files.

Fri Jan 15 18:43:02 1999  Balachandran Natarajan  <bala@cs.wustl.edu>

        * examples/Simple/time/Time_Client_i.cpp:
        * examples/Simple/time/Time_Client_i.h:
        New files added for implementing the Templates for
        a single client/server model

        * examples/Simple/time/Time_i.cpp:
        * examples/Simple/time/Time_i.h:
        * examples/Simple/time/server.cpp:
        * examples/Simple/time/client.cpp:
        Made  changes in a way such that server and client
        make instantiations of templates with their interface
        objects.

        * examples/Simple/Simple_Util.h:
        * examples/Simple/Simple_Util.cpp:
        New files that have the template definitions and
        implementation of those methods.

Fri Jan 15 17:24:36 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/tests/Time/Client_i.cpp (init): Checked the return value
        of the obtain_initial_references () for the client to die gracefully
        in the absence of a clerk. Thanks to Ulf for pointing out this.

        * orbsvcs/tests/Time/Client_i.h : Removed explicit qualification
        of the method test_for_secure_universal_time (). Thanks to Ulf for
        pointing out this.

Fri Jan 15 14:25:29 1999  Seth Widoff  <swidoff@thalia.cimds.ri.cmu.edu>

        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Trading/TT_Info.{h,cpp}:
        * orbsvcs/tests/Trading/colocated_test.cpp:
        * orbsvcs/tests/Trading/export_test.cpp:
        * orbsvcs/tests/Trading/import_test.cpp:
        Added the -iorfile or -i option to the export and import
        test. When provided a file name, the tests read the trader IOR
        from the file, else from standard input. Fixed some formating in
        the remaining files.

        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
        More "clever" uses of sequence buffers to avoid copying broke
        when the memory mangement of string sequences changed
        recently. Resorted to good, ol' fashioned copying. There shouldn't
        be any more of these lurking around.

Fri Jan 15 08:21:55 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.2.51 released.

Fri Jan 15 03:52:22 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * docs/exceptions.html: Removed most entries in this file.  Added
          redirection to the new exception handling guideline page.

Fri Jan 15 01:47:41 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.2.50 released.

Fri Jan 15 00:35:24 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/tests/Time/run_test.pl : Added this perl script to test
        run the time service. The script offers options to run the service
        using either of the following :
          - Implementation Repository
          - Naming Service
          - Files
        The script runs only a single server because at this time I dont
        know how to start servers on different machines with the same
        script. Also the IR doesnt allow to run its multiple copies in
        the same directory because it writes implrepo.ior to the current
        directory.

        * orbsvcs/tests/Time/implrepo.conf : Added this file. This doesnt
        really belong here but anything which needs to run the IR needs
        this file.

Thu Jan 14 23:50:25 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * docs/implrepo/usersguide.html:
        * docs/implrepo/index.html:
        * docs/implrepo/status.html:
          Added and collected most of the information on the
          Implementation Repository.  The main addition was a rough
          User's Guide which should help people use the IR.

        * docs/releasenotes/index.html:
        * docs/index.html:
          Now point to the correct IR stuff.

Thu Jan 14 23:32:19 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/tests/ImplRepo/Makefile: Changed to incorporate the
        right path for Repository.o file. The make was throwing a link
        error.

Thu Jan 14 22:10:49 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/try_macros.h: Added comments to indication the macros in the
          file has been depricated.

Thu Jan 14 15:39:34 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Connect.cpp (check_unexpected_data): Only print the closing
          connection message when TAO_orbdebug is on.

Thu Jan 14 15:52:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/tests/Simulator/README
          orbsvcs/tests/Simulator/DOVEBrowser/Makefile
          orbsvcs/tests/Simulator/DOVEMIB/Makefile
          orbsvcs/tests/Simulator/Event_Supplier/Makefile

Thu Jan 14 14:07:17 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * tao/Request.{h,i,cpp}:
          Added the argument manipulation helper functions, as shown
          in the C++ mapping of ORBOS 98-09-03.

Thu Jan 14 11:51:31 1999  Douglas C. Schmidt  <schmidt@ace.cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/Event_Channel.h,
          orbsvcs/orbsvcs/Trader/Service_Type_Repository.h: Changed a
          private: to public: to fix a problem on IRIX 6.4.  Thanks to
          Eric Mitchell <emitchell@altaira.com> for reporting this.

Thu Jan 14 02:46:56 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.2.49 released.

Thu Jan 14 00:52:48 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/ORB.cpp (run): Added a new version of the run() method.
          This variant takes no timeout parameters and hence does not
          terminate the event loop if the Reactor returns a 0.  This
          variant is necessary for TAO to work correctly with Reactor
          implementations such as XtReactor that returns zero even when
          the timeout does not expire.

          Thanks to JM Strauss <jms97@club-internet.fr> for suggesting
          this change.

          Also, fixed the timeout by reference version of the run() method
          such that it no longer pretends to be dealing with const
          timeouts.

Wed Jan 13 14:56:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.cpp
          orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.cpp: fixed string
          members of IDL structs by using .inout () to obtain lvalue.

Wed Jan 13 09:50:16 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Log/Logger_i.cpp: removed ACE_Equal_To<ACE_CString>
          explicit instantiation because it's in tao/POA.cpp.

Tue Jan 12 20:10:16 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/GIOP.cpp (send_request): Changed to use sendv_n to do vector
          write.

Tue Jan 12 19:13:07 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
          fixed a seg fault that happened on program exit if <parse_args>
          failed. Now, <init_ORB> is called before anything else.

Tue Jan 12 18:04:33 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * tao/Sequence_T.i: Fixed a memory leak in bounded sequences.
          Thanks to Patrice Bensoussan <pbensoussan@amadeus.net> for
          helping us track this down.

Tue Jan 12 13:09:06 1999  Darrell Brunsch <brunsch@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.{h,cpp}: Fixed some warning
          producing code.

Tue Jan 12 10:48:15 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/Sequence_T.{i,cpp} (TAO_Unbounded_Sequence::operator[]):
          uninlined to avoid build (template instantiation) problems with
          Sun C++ 4.2 patch 104631-07.  Thanks to Magnus Karlsson
          <magnus.karlsson@syncom.se> for confirming that this solves the
          problem.

Tue Jan 12 08:46:42 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/util/utl_scope.cpp:

          In the patch applied mentioned in the ChangeLog below, we were
          using the keyword "true" in a while loop. Unfortunately, it is
          not supported by SunCC. So we use the value 1 to represent a
          "true" value.

Mon Jan 11 22:56:26 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * tao_idl/include/utl_scope.h:
        * tao_idl/util/utl_scope.cpp:
          Added a patch sent in by Hamish Friedlander. This patch
          modified his previous patch (which enabled re-opening of
          modules) to further enable scoped lookups on these
          re-opened modules.

Mon Jan 11 21:20:23 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/GIOP.cpp (send_request): Fixed typos.

Mon Jan 11 19:40:25 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent:
          for all files in this directory -
          replaced TAO_TRY_ENV with TAO_IN_ENV

Mon Jan 11 16:55:57 1999  David L. Levine  <levine@cs.wustl.edu>

        * IIOP: removed entire directory tree.

Mon Jan 11 16:36:08 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * TAO/docs/releasenotes/index.html:
          Added a section for the forthcoming Interface Repository

Mon Jan 11 13:15:15 1999  Douglas C. Schmidt  <schmidt@tango.cs.wustl.edu>

        * tao/GIOP.cpp: Changed the implementation to use the new send_n()
          method on SOCK_Stream.  This enabled me to be able to remove the
          adhoc use of writev_n() in this file.

Mon Jan 11 12:37:23 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Dereferenced the _var pointers in the following.
        * orbsvcs/Time_Service/Server_i.cpp (init_IR):
        * orbsvcs/Time_Service/Server_i.cpp (create_server):

Mon Jan 11 02:10:05 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/try_macros.h (TAO_THROW_ENV_RETURN): Forgot to removed
          duplicate definition.

        * tao/try_macros.h (TAO_CATCHALL): For compilers without c++
          exceptions, simply make it identical to TAO_CATCHANY.  Thanks,
          to Irfan for suggesting the change.

Sun Jan 10 22:43:06 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * Active_Object_Map.h:
        * Active_Object_Map.i:
        * Any.h:
        * Any.i:
        * CDR.h:
        * CDR.i:
        * Connect.cpp:
        * Connect.h:
        * DynAnyC.h:
        * DynAny_i.h:
        * DynArray_i.h:
        * DynEnum_i.h:
        * DynSequence_i.h:
        * DynStruct_i.h:
        * DynUnion_i.h:
        * Environment.h:
        * Exception.cpp:
        * IIOP_Object.h:
        * Invocation.cpp:
        * Invocation.i:
        * Marshal.i:
        * ORB.h:
        * ORB_Core.h:
        * ORB_Core.i:
        * Object.i:
        * POA_CORBA.h:
        * Server_Request.h:
        * Stub.h:
        * TAO.h: Standardized the name of CORBA_Environment argument in
          functions.  This is an effort trying to simplify the use of TAO
          try macros.

        * tao/try_macros.h: Removed TAO_THROW_ENV_RETURN_VOID.  It's
          identical to TAO_THROW_ENV.
          Changed to use TAO_CHECK_ENV_RETURN and
          TAO_CHECK_ENV_RETURN_VOID to define TAO_CHECK_RETURN and
          TAO_CHECK_RETURN_VOID.

        * docs/exceptions.html: Added a section "In a nutshell" which
          covers 99% of the use case of TAO try macros.

Sun Jan 10 16:36:24 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Added the following to the Time Service.

        * orbsvcs/Time_Service/README:
        * orbsvcs/tests/Time/README:

Sun Jan 10 15:36:44 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Makefile: Added the following rule to make
        sure the ImplRepo_Service is uptodate.
        include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU

        There would be no need for this once the files in the
        ImplRepo_Service are moved to the proper directories.

Sun Jan 10 02:57:26 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * examples/POA/DSI/Database_i.cpp: Fixed template instantiation
          problems and member re-ordereding problems.

Sat Jan  9 22:50:35 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Server_i.cpp : Added the Implementation
        repository related functions. Made changes to incorporate the
        additional functionality required by the IR.

        * orbsvcs/Time_Service/Server_i.h : Addded member variables and
        functions required by the IR.

        The following files are required by the server. These files
        would have to be removed from here once the IR stabilizes and
        these files are put in a particular directory.

        * orbsvcs/Time_Service/IR_Helper.cpp
        * orbsvcs/Time_Service/IR_Helper.h
        * orbsvcs/Time_Service/implrepo.conf

        * orbsvcs/Time_Service/Makefile : Changed the Makefile to link
        in the IR_Helper and other objects required by the Implementation
        Repository.

Sat Jan  9 22:06:09 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
          Changed to generate code using TAO_IN_ENV instead of _env.

        * orbsvcs/Concurrency_Service/Concurrency_Service.cpp:
        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/LifeCycle_Service/Life_Cycle_Service_i.cpp:
        * orbsvcs/Trading_Service/Trading_Service.cpp:
        * orbsvcs/orbsvcs/Channel_Clients_T.cpp:
        * orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_Lock.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSet.cpp:
        * orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.cpp:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
        * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
        * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
        * orbsvcs/orbsvcs/Log/Logger_i.cpp:
        * orbsvcs/orbsvcs/Naming/CosNaming_i.cpp:
        * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
        * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp:
        * orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
        * orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp:
        * orbsvcs/orbsvcs/Trader/Offer_Iterators_T.cpp:
        * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
        * orbsvcs/orbsvcs/Trader/Trader.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.cpp:
        * orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.cpp:
        * orbsvcs/tests/Concurrency/CC_command.cpp:
        * orbsvcs/tests/Concurrency/CC_naming_service.cpp:
        * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
        * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
        * orbsvcs/tests/EC_Mcast/EC_Mcast.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_Latency/Event_Latency.cpp:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
        * orbsvcs/tests/ImplRepo/airplane_i.cpp:
        * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:
        * orbsvcs/tests/Simple_Naming/client.cpp:
        * orbsvcs/tests/Trading/Offer_Exporter.cpp:
        * orbsvcs/tests/Trading/Offer_Importer.cpp:
        * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
        * orbsvcs/tests/Trading/Simple_Dynamic.cpp:
        * tests/Param_Test/except.cpp:
        * examples/Callback_Quoter/Consumer_Input_Handler.cpp:
        * examples/Callback_Quoter/Notifier_i.cpp:
        * examples/Quoter/Factory_Finder_i.cpp:
        * examples/Quoter/Generic_Factory_i.cpp:
        * examples/Quoter/Quoter_i.cpp:
        * examples/Simple/bank/AccountManager_i.cpp:
        * examples/Simple/grid/Grid_i.cpp:
        * Any.h:
        * CDR.h:
        * Connect.h:
        * CurrentC.h:
        * CurrentS.cpp:
        * DynAnyS.cpp:
        * DynAny_i.cpp:
        * DynArray_i.cpp:
        * DynEnum_i.cpp:
        * DynSequence_i.cpp:
        * DynStruct_i.cpp:
        * DynUnion_i.cpp:
        * Exception.h:
        * Forwarding_Servant.h:
        * GIOP.h:
        * IIOP_Interpreter.h:
        * IIOP_ORB.h:
        * IIOP_Object.h:
        * Invocation.h:
        * Marshal.h:
        * NVList.h:
        * ORB.cpp:
        * ORB.h:
        * Object.h:
        * POA.h:
        * POAC.h:
        * POAS.cpp:
        * POAS.h:
        * POA_CORBA.h:
        * PolicyC.h:
        * PolicyS.cpp:
        * Sequence.h:
        * Sequence_T.h:
        * Servant_Base.h:
        * Server_Request.h:
        * Stub.h:
        * TAO.h:
        * Typecode.h:
        * corba.h:
        * poa_T.h:
        * varout.h: Replaced all occurances of <_env> with TAO_IN_ENV.

        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp
          (connect_push_supplier): Changed to use TAO_IN_ENV.

        * tao/try_macros.h: Added a new macro definition TAO_IN_ENV which
          maps to _env.  The purpose of adding this macro is to make the
          use of TAO try macros more readable.  From now on, we should
          always use TAO_IN_ENV to name the CORBA environment passed in
          from function arguments.  TAO_TRY_ENV should only be used within
          TAO_TRY block.

Sat Jan  9 14:53:15 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp:
          dereferenced uses of _var with .in ()

Fri Jan  8 18:06:11 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent:
          These changes are across all the files in this directory...
          1. prefixed each class name with TAO_CosEC_
          2. changed all member *_ptr to *_var, removed calls to <release>.
        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
          1. <push> now uses an <EventSet> that does not own the buffer.
          2. ACE_NEW replaced with ACE_NEW_THROW.
        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
          ACE_NEW replaced with ACE_NEW_THROW.
        * orbsvcs/tests/CosEC_Basic/CosEC_Basic.h:
        * orbsvcs/CosEvent_Service/CosEvent_Service.h:
          Changed EventChannel_i to TAO_CosEC_EventChannel_i.

Fri Jan  8 15:05:08 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * tao_idl/be/be_visitor_union_branch/public_ci.cpp:
        * tao_idl/be/be_visitor_union_branch/public_reset_cs.cpp.cpp:
          Further attempt to correct bug report by Ron Barack. I will ask
          Andy to check my changes.

Fri Jan  8 13:49:30 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp (run): Changed to
          use TAO_CATCHANY and TAO_CATCHALL.

Fri Jan 08 13:10:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/tests/Simulator/DOVEMIB/clnt.cpp: added .out () to
          TAO_String_Manager idl structure fields that are being passed to
          strcpy calls.

Thu Jan  7 21:24:43 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp
          1. The parse_args method accepts Event and Source Ids from
             the command line.
          2. The scheduler has an option of being local or remote.
             (specifying remote does not work very well yet).
          3. added methods init_SupplierQOS  and init_ConsumerQOS.

        created the CosEC_Multiple test, added all these files:
        * orbsvcs/tests/CosEvent_Multiple.h
        * orbsvcs/tests/CosEvent_Multiple.cpp
          Base class for test consumer and supplier implementation.
        * orbsvcs/tests/CosECConsumer.h
        * orbsvcs/tests/CosECConsumer.cpp
        * orbsvcs/tests/CosECSupplier.h
        * orbsvcs/tests/CosECSupplier.cpp
        * orbsvcs/tests/Makefile
        * orbsvcs/tests/README

Thu Jan  7 19:07:45 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/try_macros.h (TAO_CATCHANY):  Don't treat the macro
          differently in either cases.  Simply reuse TAO_CATCH to catch
          CORBA_Exception.

Thu Jan 07 14:34:04 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/try_macros.h (TAO_CATCHANY,TAO_CATCHALL): Changed
          TAO_CATCHANY to catch CORBA_Exception or its subclasses only.
          Another macro TAO_CATCHALL was added to facilitate the use of
          "catch (...)".  TAO_CATCHALL translates to a no-op on platforms
          without native exception support.

          This change is aim to unify the error handling behavior of TAO
          programs on platforms with or without native exceptions.  "catch
          (...)" is evil anyway.

        * tao/Connect.cpp (handle_input): Changed to use TAO_CATCHANY and
          TAO_CATCHALL.

Thu Jan 07 07:16:29 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/RT_Task.cpp (svc): initialize local
          "priority" to 0 to avoid warning about uninitialized use
          from DEC cxx with DCE threads.

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp (shutdown): fixed
          if (_env.exception () == 0) test to be
          if (_env.exception () != 0).  Thanks to Russ Noseworthy
          <rnosewor@objectsciences.com> for providing the fix.

Thu Jan 07 05:07:33 1999  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * TAO version 0.2.48 released.

Thu Jan 07 04:06:51 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * Connect.cpp (check_unexpected_data): Made the checks for 0 and
          -1 from recv() the same. 0 is a graceful shutdown, while -1 is a
          somewhat ugly shutdown. Both will result in this function
          returning -1 and this connection getting closed.

        * Invocation.cpp (invoke): Added asserts to check for failures in
          resume_handler().

Wed Jan 06 16:44:06 1999  David L. Levine  <schmidt@cs.wustl.edu>

        * TAO version 0.2.47 released.

Wed Jan 06 16:16:40 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/Time_Service/Server_i.cpp (init_IR): added .in ()
          dereference to "time_service_server_".

Wed Jan  6 15:33:10 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * DynStruct_i.cpp:
          Even though this had already been fixed with respect to
          the latest compile problem, I noticed that the line in
          this file that contains ACE_Array_Base<> should be
          changed to something better that's already used in a
          couple of the other DynAny classes.

Wed Jan  6 15:29:10 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Commented out some IR related code for the build to go through.
        * orbsvcs/Time_Service/Server_i.h (class Server_i):
        * orbsvcs/Time_Service/Server_i.h:

Wed Jan 06 15:03:44 1999  David L. Levine  <levine@cs.wustl.edu>

        * examples/Simple/echo/Client_i.cpp (echo_list): added .in ()
          dereference to "ior".

Wed Jan 06 14:07:15 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/Exception.{h,cpp} (TAO_DONT_CATCH):
        * tao/try_macros.h: Reverted my previous change about not using
          catch (...) on TAO_CATCHANY for debug build.  This "feature" is
          turned on only when you define TAO_DONT_CATCH_DOT_DOT_DOT.
          Thanks to Irfan for persuading me.

Wed Jan  6 13:44:29 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Server_i.h (class Server_i): Addded the
        IR related code.

Wed Jan 06 13:29:04 1999  David L. Levine  <levine@cs.wustl.edu>

        * tao/DynStruct_i.cpp: removed ACE_Array_Base<CORBA_DynAny_var>
          instantiation because it's in DynArray_i.cpp.

Wed Jan  6 14:05:21 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/be/be_visitor_array/array_ch.cpp:

          g++ was issuing warnings for the helper methods defined for
          arrays (e.g., _alloc, _dup, _copy, _free). These warnings
          appeared only when the helper methods were in the outermost
          global scope because they were defined static and the compiler
          could not find their implementation. Thus, we now do not
          generate the "static" keyword for these helpers if they are in
          the outermost scope. However, this change made Sun C++ compiler
          unhappy since it did not like the _free and _alloc in the inline
          file (*.i) and their forward declarations did not have the
          inline word. So now also generate the ACE_INLINE macro for the
          _free and _alloc methods if they are in the outermost scope. Now
          both compilers are happy. Hopefully others are too.

        * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
          TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:

          The var and out implementation was not guarded by the #if
          !defined conditionla. As a result, there were instances when we
          could get multiple definitions. Thanks to Virginie Amar
          <vamar@amadeus.net> for submitting the bugreport.

          We had also forgotten to set the "is_generated" flag to true
          once we had generated code for the sequence node.

        * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:

          Since we now use the TAO_Object_Field_T<T> for object reference
          members of union, we couldn't call CORBA::release in the "reset"
          method. We now simply call "delete".

Wed Jan 06 11:55:25 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * examples/Simple/echo/Client_i.cpp (echo_list): Changed <l> to of
          type Echo::List_var to free up the return value.  The returned
          string from object_to_string must be freed properly.

Wed Jan  6 09:31:16 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
          The UDP_Receiver::init() method should only create the RT_Info
          if it is not there already. Thanks to Dave Meyer
          <dmeyer@std.saic.com> and J. Russell Noseworthy
          <rnosewor@objectsciences.com> for providing this fix.

Wed Jan 06 09:04:46 1999  Carlos O'Ryan  <coryan@JIG>

        * docs/releasenotes/TODO.html:
          Updated the information about EC related tasks.

        * docs/releasenotes/ec.html:
          Added the new features in the EC; removed the entries about a
          missing CosEventChannel, because we have one now!

        * docs/releasenotes/index.html:
          Added some comments for Pradeep.

Wed Jan  6 07:44:24 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/DynStruct_i.cpp:
          Removed the last use (hopefully) of ACE_Array<>

Wed Jan 06 02:58:28 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO_Examples.dsw
        * POA/Explicit_Activation/Makefile
        * POA/Generic_Servant/Makefile
        * POA/Generic_Servant/server.dsp
        * POA/Loader/Loader.dsw
        * POA/Loader/Makefile
        * POA/Loader/server.dsp
        * POA/On_Demand_Activation/On_Demand_Activation.dsw
        * POA/On_Demand_Activation/server.dsp
        * POA/On_Demand_Activation/Makefile
        * POA/On_Demand_Loading/Makefile
        * POA/On_Demand_Loading/On_Demand_Loading.dsw
        * POA/On_Demand_Loading/server.dsp

          - Changed the name of the Generic Servant dynamic library from
            MyFoo back to Generic_Servant.  This was causing too many
            things to break on NT since the original settings were based
            on the Generic_Servant name.

          - Removed excess include directories in the make setting.

          - Fixed NT make files (including release settings) and made them
            conform with the existing makefiles.

        * POA/On_Demand_Loading/Servant_Activator.cpp
        * POA/On_Demand_Loading/Servant_Locator.cpp
        * POA/Loader/Servant_Activator.cpp
        * POA/Loader/Servant_Locator.cpp
        * POA/Loader/Server_Manager.cpp

          - Removed access includes files.

        * POA/On_Demand_Loading/Servant_Manager.cpp: Fixed use of ACE_CString.

Tue Jan  5 22:36:54 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/default_server.{h,cpp}:
        * tao/default_client.{h,cpp}:
        * tao/ORB_Core.{h,cpp}: We also need to define/declare static
          services for platform without svc.conf support.

Tue Jan  5 18:27:26 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Server_i.cpp (init): Added the IR related
        code.

Tue Jan  5 17:44:53 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * tao/DynAnyC.h
        * tao/DynAnyC.i
        * tao/DynSequence_i.h:
        * tao/DynStruct_i.h:
          Removed some other uses of ACE_Array in favor of ACE_Array_Base,
          in these cases there was no need for the operator== and/or
          operator!=

Tue Jan 05 15:40:20 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp (init_orb):
        * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp (initialize_orb):
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp (init):
        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp (init):
          Removed explicit call to <TAO_Internal::open_services> when
          building static lib version on Win32 since we can now use them
          as static service (and configure them thru svc.conf.static
          file.)

        * performance_tests/Cubit/TAO/IDL_Cubit/svc.conf.static:
        * performance_tests/Cubit/TAO/MT_Cubit/svc.conf.static: Added two
          example svc.conf files to show how to use static services.

        * tao/orbconf.h: Changed the format of XXX_FACTORY_ARGS strings for
          platforms without svc.conf support to a single char string.
          These entries should look like this now:

           "static TAO_Foobar_Factory \"-ORBsettings a -ORBset b\""

        * tao/TAO_Internal.{h,cpp}: Removed method open_services which
          takes separate argument lists for each of the TAO default
          service.  Service initialization is now done in a more general
          way.

Tue Jan 05 14:32:11 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/Object.i (_narrow): _narrow must increase the reference
          count on the object.  Thanks to Ron Barack <rab@terminal.cz> for
          reporting this bug.

Tue Jan 05 14:21:57 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO_Internal.cpp (open_services): Added insertion of
          default static service objects of TAO.  I forgot to do that.

Tue Jan  5 13:06:12 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * examples/Simple/bank/Client_i.cpp (withdraw): Removed the
          cast and used the .in () method instead. This would probably
          fix the error on DU cxx.

Tue Jan 05 07:57:40 1999  David L. Levine  <levine@cs.wustl.edu>

        * examples/Simple/bank/Client_i.cpp (withdraw): added in ()
          dereference of except->reason.  Thanks to Andy for figuring
          out how to get this to compile now.

        * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp,client.cpp,
          MT_Cubit/Task_Client.cpp: removed VxWorks #ifdefs that disabled
          ORB shutdown, because it no longer causes a MemPartFree with
          last night's remove () fixes to ace/Synch.

Tue Jan 05 04:51:02 1999  Nanbor Wang  <nanbor@cs.wustl.edu>

        * tao/TAO_Internal.cpp:
        * tao/ORB_Core.{h,cpp}:
        * tao/default_server.{h,cpp}:
        * tao/default_client.{h,cpp}: Added definitions for static service
          objects and enabled TAO to use static services if
          TAO_USES_STATIC_SERVICE is defined.  This will allow platforms
          that doesn't support dynamic linking to change TAO's behavior at
          run-time.

Mon Jan 04 17:48:17 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp (for_suppliers):
          Fixed typos.

Mon Jan  4 16:52:08 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Added the following project files for Time Service on NT.
        * orbsvcs/Time_Service/Time_Service.dsw
        * orbsvcs/Time_Service/Time_Service_Clerk.dsp
        * orbsvcs/Time_Service/Time_Service_Server.dsp

        * orbsvcs/tests/Time/Time_Service_Test.dsw
        * orbsvcs/tests/Time/Time_Service_Test.dsp

        * orbsvcs/tests/Time/Client_i.cpp: Changed the TAO_CATCHANY to
          TAO_CATCH (SystemException, sysex). The former somehow wasn't
          catching CORBA::NO_IMPLEMENT on NT.


Mon Jan  4 16:30:27 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * tao_idl/be/be_visitor_union_branch/private_ch.cpp:
        * tao_idl/be/be_visitor_union_branch/public_access_cs.cpp:
        * tao_idl/be/be_visitor_union_branch/public_assign_cs.cpp:
        * tao_idl/be/be_visitor_union_branch/public_ci.cpp:
          Implemented TAO_Object_Field_T<foo> in place of foo_ptr
          for objects inside a union, so that _upcast() and
          _downcast() will work.

Mon Jan 04 16:08:49 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/Event_Channel_i.cpp (for_consumers):
          added missing ; at end of statement.

        * TAO_IDL/Makefile: with GreenHills gcx, added -w to CCFLAGS
          to suppress many warnings about TAO_YY_BREAK statements being
          unreachable.

Mon Jan  4 14:29:49 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp:

          For the [] operator, instead of returning a
          TAO_SeqElem_String_Manager, we were generating
          TAO_String_Manager.

        * tests/Param_Test/objref.cpp
          tests/Param_Test/ub_objref_seq.cpp:

          There were instances of incorrect assignment between a
          String_var and a TAO_String_Manager.

Mon Jan 04 12:45:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * orbsvcs/orbsvcs/Runtime_Scheduler.{cpp, h}
          orbsvcs/orbsvcs/Scheduler_Utilities.{h, i}: added
          ACE_NEW_THROW_RETURN, lots of comments.

Mon Jan 04 12:04:37 1999  Carlos O'Ryan  <coryan@JIG>

        * orbsvcs/orbsvcs/CosEvent/*
        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
          Another code review for Pradeep.

Mon Jan  4 07:39:27 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:

          The code was written with the assumption that a string member of
          a struct gets mapped to CORBA::String_var. However, due to the
          recent changes made to the IDL compiler where a string member
          gets mapped to a TAO_String_Manager caused several problems in
          the Trader code. This happened when the string member was
          assigned directly to a CORBA::String_var class. The right way to
          do this is to use the "in ()" method on the TAO_String_Manager
          class to retrieve the underlying string.

        * tao/Managed_Types.h
          tao/ORB.h:

          I had forgotten to include the Managed_Types.i file when the
          ACE_INLINE macro is defined. This was causing all kinds of
          undefined symbol errors at link time. However, it turns out that
          the Managed_Types.i file uses operations such as
          CORBA::string_free that get used before their inline definition
          is seen in ORB.i. The solution to this dependency problem is to
          include Managed_Types.i after ORB.i in the file ORB.h.

        * tao/{Sequence, Sequence_T}.{i,cpp} (operator []):

          Moved the definition of the [] operator to the *.cpp file since
          it was using the inline constructor of the
          TAO_SeqElem_String_Manager before it was defined.

        * tao/Managed_Types.i:

          Some missing ACE_INLINE added.

Mon Jan 04 00:15:13 1999  Darrell Brunsch  <brunsch@cs.wustl.edu>

        * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
        * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
          Updated to work with recent changes to the ORB (specifically the
          IIOP_Object constructor and ORB_Core::addr()).

Sun Jan 03 23:05:08 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/TAO_Static.dsp:
        * tao/TAO.dsp:

          Added Managed_Types.cpp to build.

Sun Jan 03 22:42:22 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/TAO_UTO.cpp (TAO_UTO): moved "/2" out of
          the ACE_U64_TO_U32 conversion, because dividing an ACE_U_LongLong
          by an int results in an ACE_UINT32.

Sun Jan  3 22:01:37 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Server_i.cpp:
          Used rebind () instead of bind (). Because servers dont handle ^C,
          once bound contexts stay bound till the Naming Service is up.
          This was already being done for clerks. Commented out the IR part.
          Fixed warnings in init() and run() methods.

        * orbsvcs/Time_Service/Server_i.h:
          Added some comments. Also commented out the IR part, so I could
          fix the warnings pointed out by David and check the files in.

        * orbsvcs/Time_Service/Clerk_i.cpp:
          Added some comments. Commented out the IR part. Removed warnings
          for unreferenced variables

Sun Jan 03 21:39:49 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * tao/POA.cpp (encode_sequence_to_string): Removed extra call to
          isascii().  It's followed by an isprint(): if byte is printable,
          then it must be ascii.  Thanks to David Levine and Chris
          Cleeland for helping with this.

Sun Jan  3 21:10:42 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Addded a new function to check if it is the first server or clerk.
        If it is then get a new context and bind it to the Name Server.
        The subsequent servers and clerks will bind to this context. The
        way this was being done previously is by clearing the exception
        and checking the return value of NamingContext::resolve (). Was
        working fine on Solaris but threw an exception on NT. I am now
        handling the exception appropriately. Also corrected a memory
        problem using CORBA::string_dup.

        * orbsvcs/Time_Service/Server_i.cpp:
        * orbsvcs/Time_Service/Server_i.h:
        * orbsvcs/Time_Service/Clerk_i.cpp:
        * orbsvcs/Time_Service/Clerk_i.h:

Sun Jan  3 20:30:00 1999  Chris Gill  <cdgill@cs.wustl.edu>

        * docs/releasenotes/index.html: added TAO Scheduling Service section

Sun Jan  3 19:22:23 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/CosEvent_Service/CosEvent_Service.h:
        * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
        * orbsvcs/CosEvent_Service/README:
        * orbsvcs/CosEvent_Service/Makefile:
          added the above files for the COS Event Service.

Sun Jan  3 18:56:51 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * tao/DynSequence_i.{h,cpp}:
        * tao/DynStruct_i.{h<cpp}:
          Changed use of ACE_Array to use of ACE_Array_Base,
          to match Carlos' changes to DynArray_i.

Sun Jan  3 18:54:29  1999  Kirthika Parameswaran  <kirthika@cs.wustl.edu>

        * examples/POA/On_Demand_Loading/On_Demand_Loading.dsw:
        * examples/POA/On_Demand_Loading/"POA On_Demand_Loading Server.dsp":
          Added the NT workspace for the On_Demand_Loading example.

        * examples/POA/Loader/Loader.dsp:
        * examples/POA/Loader/"POA Loader Server.dsp":
          Added the NT workspace for the Loader example.

        * examples/POA/Generic_Servant/Server.dsp:
          Changed the settings of the project so that MyFoo.dll is produced as output.

Sun Jan  3 19:27:01 EST 1999  Aniruddha Gokhale  <gokhale@sahyadri.research.bell-labs.com>

        * tao/Managed_Types.{h,i,cpp}:

          Three new files added. These define and implement the various
          manager classes such as TAO_String_Manager,
          TAO_SeqElem_String_Manager that are required by the IDL to C++
          mapping for struct members that are strings and sequences of
          strings, respectively. We had to resort to two different
          managers because the managed type for sequence of strings must
          obey the value of the release data member of the sequence
          class. Other than this, the semantics are the same.

        * tao/ORB.h:

          Included the newly added Managed_Types.h file.

        * tao/{Sequence, Sequence_T}.{h,i,cpp}:

          Moved the TAO_String_Manager to the Managed_Types.* files. In
          addition, we now use TAO_SeqElem_String_Manager for the return
          type of the [] operator.

        * TAO_IDL/be/be_visitor_array/array.cpp (visit_string):

          Arrays of strings now use the TAO_String_Manager as its element
          type instead of CORBA::String_var. This was required to conform
          to the IDL->C++ mapping.

        * TAO_IDL/be/be_visitor_field/field_ch.cpp (visit_string):

          Struct memebrs that are strings now use the TAO_String_Manager
          as its type instead of CORBA::String_var. This was required to conform
          to the IDL->C++ mapping.

        * TAO_IDL/be/be_visitor_sequence/elemtype.cpp
          TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp
          TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp

          The generated code now produces TAO_SeqElem_String_Manager
          instead of TAO_String_Manager for the [] operator.

        * docs/releasenotes/index.html:

          Updated to reflect latest status. Also, removed some old
          comments that are no longer applicable.

Sun Jan  3 17:32:27 1999  Jeff Parsons <jp4@cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Vistors.cpp:
          Added some casting to fix some conversion warnings I was
          getting while rebuilding with VC5.

Sun Jan  3 13:12:27 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Added the TAO_ORBSVCS_Export macro to the following files.

        * orbsvcs/orbsvcs/Time/Timer_Helper.h
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.h
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h
        * orbsvcs/orbsvcs/Time/TAO_UTO.h
        * orbsvcs/orbsvcs/Time/TAO_TIO.h

Sat Jan  2 17:32:35 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/tests/CosEC_Basic/CosEC_Basic.cpp:
          split the <init> method over 3 other  methods -
          <init_ORB>, <init_RtEC> and <init_CosEC>.

Sat Jan 02 11:15:48 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp (obtain_push_supplier):
          added .in () dereference to rtecproxypushsupplier.

        * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp (obtain_push_consumer):
          added .in () dereference to rtecproxypushconsumer.

        * examples/Simple/grid/Client_i.cpp (test_grid): added
          ACE_UNUSED_ARG (ret_val) to avoid compiler warning with ACE_NDEBUG.

        * orbsvcs/Time_Service/Clerk_i.cpp (get_first_IOR): added
          .in () dereference to obj.

Fri Jan  1 23:31:48 1999  Pradeep Gore  <pradeep@flamenco.cs.wustl.edu>

        * orbsvcs/orbsvcs/CosEvent/EventChannel_i.h:
        * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp:
          corrections to comments after code review.

        * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.h:
        * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp:
          using ACE_NEW now.

        * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h:
        * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp:
          using ACE_NEW now.

        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.h:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
          uses ACE_NEW now, added a <connected> method,
          connect_push_consumer method throws AlreadyConnected and
          BAD_PARAM exceptions.

        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.h:
        * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
          uses ACE_NEW now.

        * orbsvcs/tests/CosEC_Basic/CosEC_Basic.h:
          changed method names to init,run and shutdown.
          corrections to comments after code review.

        * orbsvcs/tests/CosEC_Basic/CosEC_Basic.cpp:
          added checks for return errors.

        * orbsvcs/tests/CosEC_Basic/CosECSupplier.h:
        * orbsvcs/tests/CosEC_Basic/CosECSupplier.cpp:
          corrections to comments after code review.
          <disconnect_push_supplier> method now deactivates
          the Supplier object.

        * orbsvcs/tests/CosEC_Basic/CosECConsumer.h:
        * orbsvcs/tests/CosEC_Basic/CosECConsumer.cpp:
          corrections to comments after code review.
          <disconnect_push_consumer> method now deactivates
          the Comsumer object.

Fri Jan  1 18:11:07 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/Time_Service/Clerk_i.cpp : Used _duplicate ()
        on the server IORs. This overcomes the automatic deletion of memory.

        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp : Used the advance () method
        to iterate over the ACE_Array. The ACE_Unbounded_Set which was being
        used earlier did not require this method to be used.

Fri Jan 01 16:48:23 1999  David L. Levine  <levine@cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/TAO_UTO.cpp (TAO_UTO): replaced cast
          with ACE_U64_TO_U32 macro invocation.

        * orbsvcs/orbsvcs/Event/Event_Channel.cpp: added
          ACE_Array_Base<TAO_EC_Event> explicit instantiation.

        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp: added
          a bunch of TAO_find explicit instantiations.

Fri Jan  1 13:33:33 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        * orbsvcs/orbsvcs/Time/TAO_UTO.cpp: Removed a ; at the end of a
          function. Digital Unix 4.0 was throwing a warning for this.

Fri Jan  1 12:29:28 1999  Carlos O'Ryan  <coryan@cs.wustl.edu>

        * orbsvcs/Makefile:
          Added the Time_Service directory.

        * orbsvcs/Time_Service/Clerk_i.h:
        * orbsvcs/Time_Service/Clerk_i.cpp:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h:
        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
        * orbsvcs/orbsvcs/Time/Timer_Helper.h:
        * orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
          Use ACE_Array_Base instead of ACE_Unbounded_Set because it does
          not require an == or != operator defined.

        * tao/DynArray_i.h:
        * tao/DynArray_i.cpp:
          Use ACE_Array_Base instead of ACE_Array.

Fri Jan  1 11:51:42 1999  Vishal Kachroo  <vishal@merengue.cs.wustl.edu>

        Removed some VxWorks errors like 'TAO_TRY_LABEL unreferenced' in
        the following files.

        * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
        * orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
        * orbsvcs/orbsvcs/Time//TAO_UTO.cpp:
        * orbsvcs/orbsvcs/Time//TAO_Time_Service_Clerk.cpp:

Fri Jan 01 02:45:18 1999  Irfan Pyarali  <irfan@cs.wustl.edu>

        * TAO_IDL/be/be_visitor_array/array_ci.cpp (gen_forany_impl and
          gen_var_impl): There is no cast required for assigning a pointer
          to zero. Thanks to Patrice Bensoussan <pbensoussan@amadeus.net>
          for reporting this bug.

        * Active_Object_Map.i: Rearranged functions to remove "redeclared
          inline after being called" warnings.  Thanks to David for
          pointing these out.