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

        * MPC/config/compression.mpb:
          Removed pi as base, not needed. Thanks to JT for noticing this

        * tao/Compression/Base_Compressor.h:
          Make the members protected so that derived classes can access them

        * tao/Compression/zlib/ZlibCompressor.cpp:
          Fixed type of local variable

Fri Jan  5 06:54:42 UTC 2007  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new subdirectory.

        * tests/Portable_Interceptors/Makefile.am:

          Regenerate to descend into Redirection subdirectory.

        * tests/Portable_Interceptors/Redirection/Makefile.am:

          New Makefile.am.

Fri Jan  5 06:51:11 UTC 2007  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new subdirectory.

        * tests/Makefile.am:

          Regenerate to descend into Bug_2702_Regression subdirectory.

        * tests/Bug_2702_Regression/Makefile.am:

          New Makefile.am.

Fri Jan  5 06:42:17 UTC 2007  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/TransportCurrent/IIOP/Makefile.am:
        * tests/TransportCurrent/Framework/Makefile.am

          Regenerate.

        * configure.ac:

          Configure Makefiles for new subdirectory.

        * tests/TransportCurrent/Makefile.am:

          Regenerate to descend into lib subdirectory.

        * tests/TransportCurrent/lib/Makefile.am:

          New Makefile.am for library of common code for TransportCurrent
          tests.

        * tests/TransportCurrent/Framework/Framework.mpc:

          Fix tpyo in after += specification.

Fri Jan  5 04:09:08 UTC 2007  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/lib/Client_ORBInitializer.h:
        * tests/TransportCurrent/lib/Client_ORBInitializer.cpp:
        * tests/TransportCurrent/lib/Client_Request_Interceptor.h:
        * tests/TransportCurrent/lib/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/lib/Current_Test_Impl.h:
        * tests/TransportCurrent/lib/Server_ORBInitializer.h:
        * tests/TransportCurrent/lib/Server_ORBInitializer.cpp:
        * tests/TransportCurrent/lib/Server_Request_Interceptor.h:
        * tests/TransportCurrent/lib/Server_Request_Interceptor.cpp:

          Thanks to Johnny Willemsen and Chris Cleeland for reminding
          me. This change eliminates the use of the now deprecated ACE
          exceptions macros.

Fri Jan  5 03:35:00 UTC 2007  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:

          Refactor the status message output in the open_senders() method
          to make use of updated ACE_INET_Addr::addr_to_string() when
          reporting IPv6 sender addresses.

          Also, changed ECM_Federation::ECM_Federation() to force mapping
          of supplier and consumer names to IPv4 format as the rest of the
          code makes use of the now-obsolete assumption that an IP addr
          fits into a long.

Fri Jan  5 00:53:34 UTC 2007  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Transport_Connector.cpp:
        * tao/Strategies/UIOP_Connector.cpp:

          Removed the warning generated if a trailing '/' was not present
          if the default object key were desired. The '/' separator is
          required only when an explicit object key is present. See
          section 13.6.10.1 of CORBA 3.0.3 specification (formal/04-03-01)
          to note that the slash is part of the object key portion of the
          corbaloc string.

Thu Jan  4 20:10:38 UTC 2007  Iliyan Jeliazkov  <iliyan@ociweb.com>

          This is in addition to the change from "Thu Jan 4 04:11:02 UTC
         2007". The aim is to resolve the linking problems on some
         builds. Basically, I had a templatized ORB initializer (for
         client and server side) which used to be pretty simple
         anyway. This change eliminates the template and replaces it with
         two simple classes.

         The problem was that the Borland compiler was not seeing the
         template instantiations. When I tried to fix that, the Windows VC
         broke complaining about duplicate instantiations. In the end,
         instead of mucking about with such a simple template I just
         zapped it.

        * tests/TransportCurrent/Framework/client.cpp:
        * tests/TransportCurrent/Framework/server.cpp:
        * tests/TransportCurrent/IIOP/client.cpp:
        * tests/TransportCurrent/IIOP/server.cpp:

          Eliminated the trivial template usage for the ORB initializers,
         where a simple class is sufficient.

        * tests/TransportCurrent/lib/Client_ORBInitializer.h:
        * tests/TransportCurrent/lib/Client_ORBInitializer.cpp:
        * tests/TransportCurrent/lib/Server_ORBInitializer.cpp:
        * tests/TransportCurrent/lib/Server_ORBInitializer.h:

         Added as a replacement of the template.

        * tests/TransportCurrent/Framework/run_test.pl:
        * tests/TransportCurrent/IIOP/run_test.pl:

          Modified so they now run on Windows, too. The problem was that
         the ../lib was not part of the DLL search path on Windows and
         there again, the path separator is ';'. The change ensures ../lib
         is added to the PATH and introduces Config to pick the correct
         separator.

        * tests/TransportCurrent/lib/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/lib/Server_Request_Interceptor.cpp:

          Removed the partial template instantiation and replaced with two
         simple classes. See above.

        * tests/TransportCurrent/lib/Current_Test_Lib.mpc:

          Updated to add pi to the list of base projects.

        * tests/TransportCurrent/lib/ORBInitializer_T.h:
        * tests/TransportCurrent/lib/ORBInitializer_T.cpp:

          Removed these files.

Thu Jan  4 19:55:35 UTC 2007  Chris Cleeland  <cleeland_c@ociweb.com>

        * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp (init):

          Fixed conversion warnings in RTEMS build...the old .in() for a
          _var problem.

Thu Jan  4 16:32:38 UTC 2007  Chris Cleeland  <cleeland_c@ociweb.com>

        * tests/Bug_2702_Regression/fakeserver2.pl:

          Added "use" for Socket and IO::Socket packages.  The script
          works just fine on many platforms without this for some reason,
          but gave errors on the BCB build.

Thu Jan  4 14:08:45 UTC 2007  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am:

          Regenerate.

Thu Jan  4 14:00:16 UTC 2007  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:
        * orbsvcs/ImplRepo_Service/Makefile.am:
        * tao/Makefile.am:
        * tests/Compression/Makefile.am:

          Tweak to use ACE_{ZLIB,ZZIP}_{CPPFLAGS,LDFLAGS,LIBS}
          instead of -I${ZLIB_ROOT}/include, etc.  The former
          are substituted by the configure script.

        * configure.ac:

          Use ACE_PATH_ZLIB and ACE_PATH_ZZIP autoconf macros.
          zlib and zzip can now be enabled at configure time
          with --with-zlib and --with-zzip.

Thu Jan  4 13:55:18 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>

        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc:

          Subtracted the -St option from idlflags in the custom_only idl
          projects.  Prior to the split, the -St option was subtracted off
          by the anytypecode base project.

Thu Jan  4 11:33:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compression/server.cpp:
          Extended this test to test whether the correct exception
          is thrown when we request an invalid compressor factory

Thu Jan  4 04:11:02 UTC 2007  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/Framework.mpc:
        * tests/TransportCurrent/Framework/run_test.pl:
        * tests/TransportCurrent/IIOP/Current_Test_Impl.cpp:
        * tests/TransportCurrent/IIOP/IIOP.mpc:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.h:
        * tests/TransportCurrent/IIOP/client.cpp:
        * tests/TransportCurrent/IIOP/run_test.pl:
        * tests/TransportCurrent/IIOP/server.cpp:
        * tests/TransportCurrent/lib:
        * tests/TransportCurrent/lib/Client_Request_Interceptor.h:
        * tests/TransportCurrent/lib/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/lib/Current_Test.idl:
        * tests/TransportCurrent/lib/Current_Test_Export.h:
        * tests/TransportCurrent/lib/Current_Test_Impl.h:
        * tests/TransportCurrent/lib/Current_Test_Lib.mpc:
        * tests/TransportCurrent/lib/ORBInitializer_T.h:
        * tests/TransportCurrent/lib/ORBInitializer_T.cpp:
        * tests/TransportCurrent/lib/Server_Request_Interceptor.h:
        * tests/TransportCurrent/lib/Server_Request_Interceptor.cpp:

          Split off the IDL and the common stuff fro the two tests into a
          lib directory and adjusted the references. This will hopefully
          deal with the build dependency issues we have been seeing
          recently and will eliminate the cases of duplicate compilation
          of the IDL. Thanks to Johnny Willemsen and J.T. Conklin for the
          ideas.

        * tests/TransportCurrent/Framework/Client_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/Framework/Current_Test.idl:
        * tests/TransportCurrent/Framework/Current_Test_Impl.h:
        * tests/TransportCurrent/Framework/ORBInitializer_T.h:
        * tests/TransportCurrent/Framework/ORBInitializer_T.cpp:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.cpp:

          Moved these files to lib directory.

Wed Jan  3 22:23:57 UTC 2007  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/Profile_Transport_Resolver.cpp:

          Corrected the return value for find_transport. The comment in
          the method wasn't very clear and so when the new safe transport
          pointer code was added, the return value for success and failure
          were inadvertently altered, which broke the optimized connection
          strategy's endpoint selector

        * tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp:

          Fixed the name used in the ACE_RCSID tag.

Wed Jan  3 19:53:43 UTC 2007  Chris Cleeland  <cleeland_c@ociweb.com>

        * tao/tests/Bug_2702_Regression/server_on_localhost_1192.ior:

          Added this file, which was somehow missed during the merge.
          This should address test failures across all platforms.

Wed Jan  3 19:50:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Compression/run_test.pl:
          Added perl script to run this test automatically.

Wed Jan  3 19:04:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Invocation_Adapter.cpp:
        * tao/Messaging/Asynch_Invocation.cpp:
        * tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp:
        * tao/Synch_Invocation.cpp:
          Const improvements

        * tao/Invocation_Base.cpp (handle_any_exception):
          Check whether we had a location forward, if so, return
          LOCATION_FORWARD. This fixes bugzilla bug 2763. Thanks to
          Jaiganesh Balasubramanian for reporting this and testing
          the patch.

Wed Jan  3 18:47:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/Redirection/test.idl:
          Added missing Id tag.

Wed Jan  3 16:05:58 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>

        * MPC/config/endpointpolicy.mpb:
        * TAO_IDL/tao_idl.mpc:
        * orbsvcs/Concurrency_Service/Concurrency_Service.mpc:
        * orbsvcs/CosEvent_Service/CosEvent_Service.mpc:
        * orbsvcs/Dump_Schedule/Dump_Schedule.mpc:
        * orbsvcs/Event_Service/Event_Service.mpc:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc:
        * orbsvcs/Fault_Detector/Fault_Detector.mpc:
        * orbsvcs/Fault_Notifier/Fault_Notifier.mpc:
        * orbsvcs/IFR_Service/IFR_Service.mpc:
        * orbsvcs/LoadBalancer/LoadBalancer.mpc:
        * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.mpc:
        * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.mpc:
        * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.mpc:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.mpc:
        * orbsvcs/Naming_Service/Naming_Service.mpc:
        * orbsvcs/Notify_Service/Notify_Service.mpc:
        * orbsvcs/Scheduling_Service/Scheduling_Service.mpc:
        * orbsvcs/TAO_Service/TAO_Service.mpc:
        * orbsvcs/Time_Service/Time_Service.mpc:
        * orbsvcs/Trading_Service/Trading_Service.mpc:
        * orbsvcs/orbsvcs/AV.mpc:
        * orbsvcs/orbsvcs/CosConcurrency.mpc:
        * orbsvcs/orbsvcs/CosEvent.mpc:
        * orbsvcs/orbsvcs/CosLifeCycle.mpc:
        * orbsvcs/orbsvcs/CosLoadBalancing.mpc:
        * orbsvcs/orbsvcs/CosNaming.mpc:
        * orbsvcs/orbsvcs/CosNaming_Serv.mpc:
        * orbsvcs/orbsvcs/CosNaming_Skel.mpc:
        * orbsvcs/orbsvcs/CosNotification.mpc:
        * orbsvcs/orbsvcs/CosProperty.mpc:
        * orbsvcs/orbsvcs/CosTime.mpc:
        * orbsvcs/orbsvcs/CosTrading.mpc:
        * orbsvcs/orbsvcs/DsEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc:
        * orbsvcs/orbsvcs/ETCL.mpc:
        * orbsvcs/orbsvcs/FTORB.mpc:
        * orbsvcs/orbsvcs/FaultTolerance.mpc:
        * orbsvcs/orbsvcs/FtRtEvent.mpc:
        * orbsvcs/orbsvcs/HTIOP.mpc:
        * orbsvcs/orbsvcs/IFRService.mpc:
        * orbsvcs/orbsvcs/PortableGroup.mpc:
        * orbsvcs/orbsvcs/RTCORBAEvent.mpc:
        * orbsvcs/orbsvcs/RTCosScheduling.mpc:
        * orbsvcs/orbsvcs/RTEvent.mpc:
        * orbsvcs/orbsvcs/RTEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/RTEvent_Serv.mpc:
        * orbsvcs/orbsvcs/RTEvent_Skel.mpc:
        * orbsvcs/orbsvcs/RTKokyuEvent.mpc:
        * orbsvcs/orbsvcs/RTSched.mpc:
        * orbsvcs/orbsvcs/RTSchedEvent.mpc:
        * orbsvcs/orbsvcs/RT_Notification.mpc:
        * orbsvcs/orbsvcs/SSLIOP.mpc:
        * orbsvcs/orbsvcs/Security.mpc:
        * orbsvcs/orbsvcs/Svc_Utils.mpc:
        * tao/AnyTypeCode.mpc:
        * tao/BiDir_GIOP.mpc:
        * tao/CSD_Framework.mpc:
        * tao/CSD_ThreadPool.mpc:
        * tao/CodecFactory.mpc:
        * tao/Codeset.mpc:
        * tao/Compression.mpc:
        * tao/Domain.mpc:
        * tao/DynamicAny.mpc:
        * tao/DynamicInterface.mpc:
        * tao/EndpointPolicy.mpc:
        * tao/FlResource.mpc:
        * tao/IFR_Client.mpc:
        * tao/IORInterceptor.mpc:
        * tao/IORManipulation.mpc:
        * tao/IORTable.mpc:
        * tao/ImR_Client.mpc:
        * tao/Messaging.mpc:
        * tao/ObjRefTemplate.mpc:
        * tao/PI.mpc:
        * tao/PI_Server.mpc:
        * tao/PortableServer.mpc:
        * tao/QtResource.mpc:
        * tao/RTCORBA.mpc:
        * tao/RTPortableServer.mpc:
        * tao/RTScheduler.mpc:
        * tao/SmartProxies.mpc:
        * tao/Strategies.mpc:
        * tao/TC.mpc:
        * tao/TC_IIOP.mpc:
        * tao/TkResource.mpc:
        * tao/TypeCodeFactory.mpc:
        * tao/Utils.mpc:
        * tao/Valuetype.mpc:
        * tao/XtResource.mpc:
        * tao/ZlibCompressor.mpc:
        * tao/tao.mpc:
        * utils/catior/catior.mpc:
        * utils/nslist/nslist.mpc:

          Use the install base project instead of the deprecated core base
          project.

Wed Jan  3 15:18:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/Redirection/*:
          New regression created by Jaiganesh Balasubramanian
          <jai at dre dot vanderbilt dot edu> that reproduces a bug
          in the handling of the PortableInterceptor::ForwardRequest
          exception. Fix will follow later, see also bugzilla 2763

Wed Jan  3 14:25:26 UTC 2007  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:
        * tao/Makefile.am:
        * tests/Bug_2429_Regression/Makefile.am:

          Fix tabs that were changed to eight spaces in some previous
          checkin.

Wed Jan  3 14:19:15 UTC 2007  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/Collocation/Collocation.mpc:

          Fixing build dependencies.

Wed Jan  3 13:19:03 UTC 2007  Chris Cleeland  <cleeland_c@ociweb.com>

        * tests/Bug_2702_Regression/fakeserver2.pl: Added Id string to
          fix fuzz build.

Wed Jan  3 05:58:08 UTC 2007  Chris Cleeland  <cleeland_c@ociweb.com>

          This entry documents the merge of several small bug fixes from
          the OCI distribution.

        * orbsvcs/Notify_Service/README:

          Add documentation for the new "-UseSeparateDispatchingORB"
          option.

        * orbsvcs/Notify_Service/Notify_Service.h:
        * orbsvcs/Notify_Service/Notify_Service.cpp:

          Add new methods for creating the dispatching ORB and a flag for
          indicating whether a separate dispatching ORB should be used.

        * orbsvcs/orbsvcs/Notify/Properties.h:
        * orbsvcs/orbsvcs/Notify/Properties.inl:
        * orbsvcs/orbsvcs/Notify/Properties.cpp:

          Added methods and data member related to managing the separate
          dispatching ORB.

        * orbsvcs/orbsvcs/Notify/Properties.h (instance):
        * orbsvcs/orbsvcs/Notify/Properties.cpp (instance):
        * orbsvcs/orbsvcs/Notify/RT_Properties.h (instance):
        * orbsvcs/orbsvcs/Notify/RT_Properties.cpp (instance):

          Merged in a change similar to "Thu May 19 00:29:35 2005  Ossama
          Othman  <ossama@dre.vanderbilt.edu>" that avoids multiple
          singleton instances of the Properties singleton.

        * orbsvcs/orbsvcs/Notify/Any/PushConsumer.cpp (init):
        * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp (init):
        * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.cpp (init):

          Similar change in all three of these places substitutes
          _unchecked_narrow() for _narrow() when using the "re-hosting"
          technique for the a separate dispatching ORB.  For the reference
          to the consumer itself, the _unchecked_narrow() is perfectly
          fine because we had a reference to something of that type
          already.  For the NotifyPublish narrowing, though, the
          _unchecked_narrow() isn't completely sufficient.  However, we
          want to avoid a normal _narrow() because the resulting _is_a()
          invocation could end up deadlocking if the POA that's hosting
          the object reference for the consumer has not yet been
          activated.  Thus, we use pseudo-lazy evaluation for that,
          described in the entry for Consumer.{h,cpp} below.

        * orbsvcs/orbsvcs/Notify/Consumer.h:

          Added a flag, have_not_yet_verified_publish_, that indicates
          whether the type of this->publish_ has been verified to actually
          be a reference to something implementing the NotifyPublish
          interface.

        * orbsvcs/orbsvcs/Notify/Consumer.cpp (CTOR, dispatch_updates_i):

          Modified CTOR to initialize the aforementioned flag.  In
          dispatch_updates_i, we assume that the reference is unverified
          until we've checked it once.  I don't think we need to worry
          about thread safety here...at least I hope not.

        * orbsvcs/orbsvcs/Notify/CosNotify_Service.h (init_service2, init_i2):
        * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp (init_service2, init_i2):

          Added code to parse the new option.

        * orbsvcs/orbsvcs/Notify/POA_Helper.cpp (create_i, activate):

          Corrected some minor memory leaks when getting the name of a
          POA.

        * orbsvcs/tests/Notify/Basic/run_test.pl:
        * orbsvcs/tests/Notify/Basic/run_test_ipv6.pl:

          Added an outer loop that runs the basic tests with and without a
          separate dispatching ORB.

        * tao/ObjectKey_Table.h:
        * tao/ObjectKey_Table.cpp:
        * tao/Unbounded_Octet_Sequence_T.h:

          Added an optimization to servant activation.  This change
          removes the overhead of calling TAO::ObjectKey::operator[] and
          TAO::unbounded_value_sequence<CORBA::Octet>::operator[].  The
          main benefit of not calling these methods is that check_bounds()
          is not called.  check_bounds () is not required since the
          length of the two arrays are taken into account.  This change
          provides about 30% decrease in servant activation time for a
          debug build (tested on Windows VC71 and Linux gcc using OCITAO
          1.4a).  The implementation uses ACE_OS::memcmp which could
          possibly be optimized similar to ACE_HAS_SLOW_MEMSET.  This
          change originated from OCITAO 1.4a as part of RT 8571.

        * tao/GIOP_Message_State.cpp (parse_message_header_i):

          Fixed a problem where TAO mistakenly considered ALL messages
          with zero-length payload to be errors and was thus not
          properly parsing and handling the GIOP CloseConnection
          message.

        * tao/GIOP_Utils.h:

          Corrected comment incorrectly indicating that
          CloseConnection could not be send by both sides of a
          connection.

        * tests/Bug_2702_Regression/CloseConnection.mpc:
        * tests/Bug_2702_Regression/README:
        * tests/Bug_2702_Regression/Test.idl:
        * tests/Bug_2702_Regression/client.cpp:
        * tests/Bug_2702_Regression/closeconnection.dat:
        * tests/Bug_2702_Regression/fakeserver.pm:
        * tests/Bug_2702_Regression/fakeserver2.pl:
        * tests/Bug_2702_Regression/run_test.pl:

          Added a test to simulate the receipt of a CloseConnection in a
          client, similar to what the original reporter experienced.
          See the accompanying README for details.

        * orbsvcs/tests/Bug_1393_Regression/run_test.pl:
        * orbsvcs/tests/Bug_1395_Regression/run_test.pl:
        * orbsvcs/tests/Bug_1436_Regression/run_test.pl:
        * orbsvcs/tests/Bug_1437_Regression/run_test.pl:
        * orbsvcs/tests/Bug_2615_Regression/run_test.pl:
        * orbsvcs/tests/Event/Performance/run_test.pl:
        * orbsvcs/tests/ImplRepo/NameService/run_test.pl:
        * orbsvcs/tests/ImplRepo/locked/run_test.pl:
        * orbsvcs/tests/ImplRepo/run_test.pl:
        * orbsvcs/tests/InterfaceRepo/Application_Test/run_test.pl:
        * orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl:
        * orbsvcs/tests/RTCosScheduling/run_test.pl:
        * orbsvcs/tests/Security/Big_Request/run_test.pl:
        * orbsvcs/tests/Security/Callback/run_test.pl:
        * orbsvcs/tests/Security/Secure_Invocation/run_test.pl:
        * tests/COIOP/run_test.pl:
        * tests/DLL_ORB/run_test.pl:
        * tests/Portable_Interceptors/IORInterceptor/run_test.pl:
        * tests/Portable_Interceptors/PICurrent/run_test.pl:
        * tests/Portable_Interceptors/PolicyFactory/run_test.pl:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/run_test.pl:
        * utils/nslist/run_test.pl:

          Changed relative paths to $ACE_ROOT/bin in these scripts to
          reference directly via the ACE_ROOT environment variable so
          that the scripts would work properly when run in a workspace
          that does not use the traditional everything-under-ACE_wrappers
          directory hierarchy.

Wed Jan  3 00:51:49 UTC 2007  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/client.cpp:

          Clarified the conditional compilation for TAO_HAS_MINIMUM_CORBA.

        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.cpp:

          Qualified a constant with the Test:: workspace prefix.

Tue Jan  2 16:32:36 UTC 2006  Simon Massey  <sma@prismtech.com>

        * tao/PI/PICurrent.h:
        * tao/PI/PICurrent.cpp:
          extern "C" linkage CANNOT be added to a class member.

Tue Jan  2 14:07:36 UTC 2006  Simon Massey  <sma@prismtech.com>

        * tao/PI/PICurrent.h:
          Add extern "C" linkage to the cleanup function.

Tue Jan  2 14:07:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/CSD_Strategy_Tests/TP_Foo_A/csd_tp_foo_a_lib.mpc:
        * tests/CSD_Strategy_Tests/TP_Foo_B/csd_tp_foo_b_lib.mpc:
        * tests/CSD_Strategy_Tests/TP_Foo_C/csd_tp_foo_c_lib.mpc:
        * MPC/config/csd_tp_foo_a_lib.mpb:
        * MPC/config/csd_tp_foo_b_lib.mpb:
        * MPC/config/csd_tp_foo_c_lib.mpb:
          Disabled with CORBA/e micro

Tue Jan  2 12:45:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_visitor_operation/argument.cpp:
          Fixed variable not used warning

Tue Jan  2 11:50:57 UTC 2007  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/ORBInitializer_T.cpp:

          Removing the trivial post_init() template implementation added
          on Sun Dec 31 17:27:27 UTC 2006 because it confuses the Windows
          builds.

Tue Jan  2 09:13:36 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Removed support from the IDL compiler for -Ge 0 and -Ge 1. We
        now always generate without enviroment macros. -Ge 2 is still there
        but probably gets removed also soon

        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be/be_helper.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/be/be_valuetype.cpp:
        * TAO_IDL/be/be_visitor_component/component_ch.cpp:
        * TAO_IDL/be/be_visitor_component/component_cs.cpp:
        * TAO_IDL/be/be_visitor_component/component_sh.cpp:
        * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_ch.cpp:
        * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_si.cpp:
        * TAO_IDL/be/be_visitor_interface/amh_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/base_proxy_broker_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/remote_proxy_broker_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp:
        * TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
        * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
        * TAO_IDL/be/be_visitor_interface/tie_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/amh_sh.cpp:
        * TAO_IDL/be/be_visitor_operation/amh_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_ch.cpp:
        * TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp:
        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/argument.cpp:
        * TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/operation.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_sh.cpp:
        * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
        * TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp:
        * TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/arglist.cpp:
        * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp:
        * TAO_IDL/be_include/be_global.h:
        * TAO_IDL/be_include/be_helper.h:
        * TAO_IDL/be_include/be_visitor_operation/operation.h:
          Removed environment macro support

        * docs/compiler.h:tml
        * docs/tutorials/Quoter/AMI/Makefile.am:
        * docs/tutorials/Quoter/Event_Service/Makefile.am:
        * docs/tutorials/Quoter/idl/Makefile.am:
        * docs/tutorials/Quoter/On_Demand_Activation/Makefile.am:
        * docs/tutorials/Quoter/RT_Event_Service/Makefile.am:
        * docs/tutorials/Quoter/RTCORBA/Makefile.am:
        * examples/Advanced/ch_3/Makefile.am:
        * examples/AMH/Sink_Server/Makefile.am:
        * examples/AMI/FL_Callback/Makefile.am:
        * examples/Buffered_AMI/Makefile.am:
        * examples/Buffered_Oneways/Makefile.am:
        * examples/Callback_Quoter/Makefile.am:
        * examples/Content_Server/AMI_Iterator/Makefile.am:
        * examples/Content_Server/AMI_Observer/Makefile.am:
        * examples/Content_Server/SMI_Iterator/Makefile.am:
        * examples/CSD_Strategy/ThreadPool2/Makefile.am:
        * examples/CSD_Strategy/ThreadPool3/Makefile.am:
        * examples/CSD_Strategy/ThreadPool4/Makefile.am:
        * examples/CSD_Strategy/ThreadPool5/Makefile.am:
        * examples/CSD_Strategy/ThreadPool6/Makefile.am:
        * examples/CSD_Strategy/ThreadPool/Makefile.am:
        * examples/Event_Comm/Makefile.am:
        * examples/ior_corbaloc/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/fp_example/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/mif_example/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/muf_example/Makefile.am:
        * examples/Load_Balancing/Makefile.am:
        * examples/Load_Balancing_persistent/Makefile.am:
        * examples/Logging/Makefile.am:
        * examples/mfc/Makefile.am:
        * examples/OBV/Typed_Events/Makefile.am:
        * examples/Persistent_Grid/Makefile.am:
        * examples/PluggableUDP/tests/Basic/Makefile.am:
        * examples/PluggableUDP/tests/Performance/Makefile.am:
        * examples/PluggableUDP/tests/SimplePerformance/Makefile.am:
        * examples/POA/Default_Servant/Makefile.am:
        * examples/POA/DSI/Makefile.am:
        * examples/POA/Forwarding/Makefile.am:
        * examples/POA/Generic_Servant/Makefile.am:
        * examples/POA/TIE/Makefile.am:
        * examples/Quoter/Makefile.am:
        * examples/RTCORBA/Activity/Makefile.am:
        * examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.am:
        * examples/RTScheduling/Makefile.am:
        * examples/RTScheduling/MIF_Scheduler/Makefile.am:
        * examples/Simple/bank/Makefile.am:
        * examples/Simple/chat/Makefile.am:
        * examples/Simple/echo/Makefile.am:
        * examples/Simple/grid/Makefile.am:
        * examples/Simple/time-date/Makefile.am:
        * examples/Simple/time/Makefile.am:
        * examples/Simulator/Event_Supplier/Makefile.am:
        * examples/TypeCode_Creation/Makefile.am:
        * interop-tests/wchar/Makefile.am:
        * MPC/config/taoidldefaults.mpb:
        * orbsvcs/examples/CosEC/Factory/Makefile.am:
        * orbsvcs/examples/CosEC/TypedSimple/Makefile.am:
        * orbsvcs/examples/FaultTolerance/RolyPoly/Makefile.am:
        * orbsvcs/examples/ImR/Advanced/Makefile.am:
        * orbsvcs/examples/ImR/Combined_Service/Makefile.am:
        * orbsvcs/examples/LoadBalancing/Makefile.am:
        * orbsvcs/examples/ORT/Makefile.am:
        * orbsvcs/examples/Security/Send_File/Makefile.am:
        * orbsvcs/ImplRepo_Service/Makefile.am:
        * orbsvcs/orbsvcs/HTIOP.mpc:
        * orbsvcs/orbsvcs/HTIOP/htiop_endpoints.pid:
        * orbsvcs/orbsvcs/Makefile.am:
        * orbsvcs/orbsvcs/SSLIOP.mpc:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/lib/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am:
        * orbsvcs/tests/BiDir_CORBALOC/Makefile.am:
        * orbsvcs/tests/Bug_1395_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2247_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2248_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2285_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2287_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2316_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2377_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2615_Regression/Makefile.am:
        * orbsvcs/tests/Bug_2709_Regression/Makefile.am:
        * orbsvcs/tests/EC_Custom_Marshal/Makefile.am:
        * orbsvcs/tests/Event/UDP/Makefile.am:
        * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Makefile.am:
        * orbsvcs/tests/FaultTolerance/IOGR/Makefile.am:
        * orbsvcs/tests/FT_App/Makefile.am:
        * orbsvcs/tests/HTIOP/AMI/Makefile.am:
        * orbsvcs/tests/HTIOP/BiDirectional/Makefile.am:
        * orbsvcs/tests/HTIOP/Hello/Makefile.am:
        * orbsvcs/tests/ImplRepo/Bug_2604_Regression/Makefile.am:
        * orbsvcs/tests/ImplRepo/Makefile.am:
        * orbsvcs/tests/ImplRepo/scale/Makefile.am:
        * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile.am:
        * orbsvcs/tests/Interoperable_Naming/Makefile.am:
        * orbsvcs/tests/ior_corbaname/Makefile.am:
        * orbsvcs/tests/IOR_MCast/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/Makefile.am:
        * orbsvcs/tests/Miop/McastHello/Makefile.am:
        * orbsvcs/tests/Notify/Blocking/Makefile.am:
        * orbsvcs/tests/Notify/Discarding/Makefile.am:
        * orbsvcs/tests/Notify/lib/Makefile.am:
        * orbsvcs/tests/Notify/MT_Dispatching/Makefile.am:
        * orbsvcs/tests/Notify/Ordering/Makefile.am:
        * orbsvcs/tests/Notify/performance-tests/Filter/Makefile.am:
        * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Structured_Filter/Makefile.am:
        * orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile.am:
        * orbsvcs/tests/Redundant_Naming/Makefile.am:
        * orbsvcs/tests/Security/BiDirectional/Makefile.am:
        * orbsvcs/tests/Security/Big_Request/Makefile.am:
        * orbsvcs/tests/Security/Callback/Makefile.am:
        * orbsvcs/tests/Security/Crash_Test/Makefile.am:
        * orbsvcs/tests/Security/MT_IIOP_SSL/Makefile.am:
        * orbsvcs/tests/Security/MT_SSLIOP/Makefile.am:
        * orbsvcs/tests/Security/Secure_Invocation/Makefile.am:
        * orbsvcs/tests/Security/ssliop_corbaloc/Makefile.am:
        * orbsvcs/tests/Simple_Naming/Makefile.am:
        * orbsvcs/tests/Trading/Makefile.am:
        * performance-tests/Anyop/Makefile.am:
        * performance-tests/Callback/Makefile.am:
        * performance-tests/CSD_Strategy/TestInf/Makefile.am:
        * performance-tests/CSD_Strategy/TestServant/Makefile.am:
        * performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/MT_Cubit/Makefile.am:
        * performance-tests/Latency/AMH_Single_Threaded/Makefile.am:
        * performance-tests/Latency/AMI/Makefile.am:
        * performance-tests/Latency/Collocation/Makefile.am:
        * performance-tests/Latency/Deferred/Makefile.am:
        * performance-tests/Latency/DII/Makefile.am:
        * performance-tests/Latency/DSI/Makefile.am:
        * performance-tests/Latency/Single_Threaded/Makefile.am:
        * performance-tests/Latency/Thread_Per_Connection/Makefile.am:
        * performance-tests/Latency/Thread_Pool/Makefile.am:
        * performance-tests/Memory/IORsize/Makefile.am:
        * performance-tests/Memory/Single_Threaded/Makefile.am:
        * performance-tests/Pluggable/Makefile.am:
        * performance-tests/POA/Demux/Makefile.am:
        * performance-tests/POA/Implicit_Activation/Makefile.am:
        * performance-tests/POA/Object_Creation_And_Registration/Makefile.am:
        * performance-tests/Protocols/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile.am:
        * performance-tests/RTCorba/Oneways/Reliable/Makefile.am:
        * performance-tests/RTCorba/Thread_Pool/Makefile.am:
        * performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am:
        * performance-tests/Sequence_Latency/AMI/Makefile.am:
        * performance-tests/Sequence_Latency/Deferred/Makefile.am:
        * performance-tests/Sequence_Latency/DII/Makefile.am:
        * performance-tests/Sequence_Latency/DSI/Makefile.am:
        * performance-tests/Sequence_Latency/Single_Threaded/Makefile.am:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am:
        * performance-tests/Sequence_Latency/Thread_Pool/Makefile.am:
        * performance-tests/Throughput/Makefile.am:
        * tao/AnyTypeCode.mpc:
        * tao/AnyTypeCode/AnySeq.pid:
        * tao/AnyTypeCode/Bounds.pid:
        * tao/AnyTypeCode/Dynamic.pid:
        * tao/AnyTypeCode/Dynamic_Parameter.pid:
        * tao/AnyTypeCode/ValueModifier.pid:
        * tao/AnyTypeCode/Visibility.pid:
        * tao/BiDir_GIOP.mpc:
        * tao/BiDir_GIOP/BiDirPolicy.pid:
        * tao/BooleanSeq.pid:
        * tao/CharSeq.pid:
        * tao/CodecFactory.mpc:
        * tao/CodecFactory/IOP_Codec.pid:
        * tao/Compression.mpc:
        * tao/Compression/TAO_Compression.pc.in
        * tao/CONV_FRAME.pid:
        * tao/CSD_Framework.mpc:
        * tao/CSD_Framework/CSD_Framework.pid:
        * tao/Current.pid:
        * tao/Domain.pid:
        * tao/DoubleSeq.pid:
        * tao/DynamicAny.mpc:
        * tao/EndpointPolicy.mpc:
        * tao/EndpointPolicy/EndpointPolicyType.pid:
        * tao/FloatSeq.pid:
        * tao/GIOP.pid:
        * tao/IFR_Client.mpc:
        * tao/IFR_Client/IFR_Base.pid:
        * tao/IFR_Client/IFR_Basic.pid:
        * tao/IFR_Client/IFR_Components.pid:
        * tao/IFR_Client/IFR_Extended.pid:
        * tao/IIOP.pid:
        * tao/IIOP_Endpoints.pid:
        * tao/ImR_Client.mpc:
        * tao/ImR_Client/ImplRepo.pid:
        * tao/ImR_Client/ServerObject.pid:
        * tao/InvalidName.pid:
        * tao/IOP.pid:
        * tao/IOP_IOR.pid:
        * tao/IORInterceptor.mpc:
        * tao/IORInterceptor/IORInfo.pid:
        * tao/IORInterceptor/IORInterceptor.pid:
        * tao/IORManipulation.mpc:
        * tao/IORManipulation/IOR.pid:
        * tao/IORTable.mpc:
        * tao/IORTable/IORTable.pid:
        * tao/LongDoubleSeq.pid:
        * tao/LongLongSeq.pid:
        * tao/LongSeq.pid:
        * tao/Makefile.am:
        * tao/Messaging.mpc:
        * tao/Messaging/ExceptionHolder.pid:
        * tao/Messaging/Messaging.pid:
        * tao/Messaging/Messaging_No_Impl.pid:
        * tao/Messaging/Messaging_RT_Policy.pid:
        * tao/Messaging/Messaging_SyncScope_Policy.pid:
        * tao/Messaging/Messaging_Types.pid:
        * tao/Messaging/Pollable.pid:
        * tao/Messaging/TAO_Ext.pid:
        * tao/Messaging_PolicyValue.pid:
        * tao/Object_Key.pid:
        * tao/ObjectIdList.pid:
        * tao/ObjRefTemplate.mpc:
        * tao/ObjRefTemplate/Default_ORT.pid:
        * tao/OctetSeq.pid:
        * tao/orb_types.pid:
        * tao/ParameterMode.pid:
        * tao/PI.mpc:
        * tao/PI/ClientRequestInfo.pid:
        * tao/PI/ClientRequestInterceptor.pid:
        * tao/PI/Interceptor.pid:
        * tao/PI/InvalidSlot.pid:
        * tao/PI/ORBInitializer.pid:
        * tao/PI/ORBInitInfo.pid:
        * tao/PI/PICurrent.pid:
        * tao/PI/PIForwardRequest.pid:
        * tao/PI/PolicyFactory.pid:
        * tao/PI/ProcessingModePolicy.pid:
        * tao/PI/RequestInfo.pid:
        * tao/PI_Forward.pid:
        * tao/PI_Server.mpc:
        * tao/PI_Server/ServerRequestInfo.pid:
        * tao/PI_Server/ServerRequestInterceptor.pid:
        * tao/Policy.pid:
        * tao/Policy_Forward.pid:
        * tao/PortableInterceptor.pid:
        * tao/PortableServer.mpc:
        * tao/PortableServer/POA.pid:
        * tao/PortableServer/POAManagerFactory.pid:
        * tao/PortableServer/PortableServer.pid:
        * tao/PortableServer/PS_Forward.pid:
        * tao/PortableServer/RequestProcessingPolicy.pid:
        * tao/PortableServer/ServantActivator.pid:
        * tao/PortableServer/ServantLocator.pid:
        * tao/PortableServer/ServantManager.pid:
        * tao/PortableServer/ServantRetentionPolicy.pid:
        * tao/PortableServer/ServantRetentionStrategyRetain.cpp:
        * tao/PortableServer/ThreadPolicy.pid:
        * tao/RTCORBA.mpc:
        * tao/RTCORBA/diffs/RTCORBA.diff
        * tao/RTCORBA/RTCORBA.pid:
        * tao/RTCORBA/RTCORBAC.cpp:
        * tao/RTPortableServer.mpc:
        * tao/RTPortableServer/RTPortableServer.pid:
        * tao/RTScheduler.mpc:
        * tao/RTScheduling/RTScheduler.pid:
        * tao/Services.pid:
        * tao/ShortSeq.pid:
        * tao/Strategies.mpc:
        * tao/Strategies/COIOP_Endpoints.pid:
        * tao/Strategies/sciop_endpoints.pid:
        * tao/Strategies/uiop_endpoints.pid:
        * tao/StringSeq.pid:
        * tao/tao.mpc:
        * tao/TAO.pid:
        * tao/TimeBase.pid:
        * tao/TypeCodeFactory.mpc:
        * tao/TypeCodeFactory_Adapter.cpp:
        * tao/TypeCodeFactory_Adapter.h:
        * tao/ULongLongSeq.pid:
        * tao/ULongSeq.pid:
        * tao/UShortSeq.pid:
        * tao/Valuetype.mpc:
        * tao/Wait_Strategy.cpp:
        * tao/WCharSeq.pid:
        * tao/WrongTransaction.pid:
        * tao/WStringSeq.pid:
        * tests/Abstract_Interface/Makefile.am:
        * tests/AMH_Exceptions/Makefile.am:
        * tests/AMH_Oneway/Makefile.am:
        * tests/AMI/Makefile.am:
        * tests/AMI_Buffering/Makefile.am:
        * tests/AMI_Timeouts/Makefile.am:
        * tests/Any/Recursive/Makefile.am:
        * tests/BiDirectional/Makefile.am:
        * tests/BiDirectional_DelayedUpcall/Makefile.am:
        * tests/BiDirectional_NestedUpcall/Makefile.am:
        * tests/Big_AMI/Makefile.am:
        * tests/Big_Oneways/Makefile.am:
        * tests/Big_Reply/Makefile.am:
        * tests/Big_Request_Muxing/Makefile.am:
        * tests/Big_Twoways/Makefile.am:
        * tests/Blocking_Sync_None/Makefile.am:
        * tests/Bug_1020_Basic_Regression/Makefile.am:
        * tests/Bug_1020_Regression/Makefile.am:
        * tests/Bug_1254_Regression/Makefile.am:
        * tests/Bug_1269_Regression/Makefile.am:
        * tests/Bug_1270_Regression/Makefile.am:
        * tests/Bug_1330_Regression/Makefile.am:
        * tests/Bug_1361_Regression/Makefile.am:
        * tests/Bug_1476_Regression/Makefile.am:
        * tests/Bug_1476_Test/Makefile.am:
        * tests/Bug_1482_Regression/Makefile.am:
        * tests/Bug_1495_Regression/Makefile.am:
        * tests/Bug_1535_Regression/bug_1535_regression.cpp:
        * tests/Bug_1535_Regression/Bug_1535_Regression.mpc:
        * tests/Bug_1535_Regression/Makefile.am:
        * tests/Bug_1535_Regression/Test.cpp:
        * tests/Bug_1535_Regression/Test.h:
        * tests/Bug_1551_Regression/Makefile.am:
        * tests/Bug_1568_Regression/Makefile.am:
        * tests/Bug_1627_Regression/Makefile.am:
        * tests/Bug_1636_Regression/Makefile.am:
        * tests/Bug_1639_Regression/Makefile.am:
        * tests/Bug_1670_Regression/Makefile.am:
        * tests/Bug_1676_Regression/Makefile.am:
        * tests/Bug_1693_Test/Makefile.am:
        * tests/Bug_1812_Regression/Makefile.am:
        * tests/Bug_1813_Regression/Makefile.am:
        * tests/Bug_1869_Regression/Makefile.am:
        * tests/Bug_1904_Regression/Makefile.am:
        * tests/Bug_2084_Regression/Makefile.am:
        * tests/Bug_2119_Regression/Makefile.am:
        * tests/Bug_2122_Regression/Makefile.am:
        * tests/Bug_2124_Regression/Makefile.am:
        * tests/Bug_2126_Regression/Makefile.am:
        * tests/Bug_2134_Regression/Makefile.am:
        * tests/Bug_2144_Regression/Makefile.am:
        * tests/Bug_2174_Regression/Makefile.am:
        * tests/Bug_2183_Regression/Makefile.am:
        * tests/Bug_2186_Regression/Makefile.am:
        * tests/Bug_2188_Regression/Makefile.am:
        * tests/Bug_2201_Regression/Makefile.am:
        * tests/Bug_2222_Regression/Makefile.am:
        * tests/Bug_2234_Regression/Makefile.am:
        * tests/Bug_2289_Regression/Makefile.am:
        * tests/Bug_2319_Regression/Makefile.am:
        * tests/Bug_2328_Regression/Makefile.am:
        * tests/Bug_2349_Regression/Makefile.am:
        * tests/Bug_2375_Regression/Makefile.am:
        * tests/Bug_2399_Regression/Makefile.am:
        * tests/Bug_2417_Regression/Makefile.am:
        * tests/Bug_2419_Regression/Makefile.am:
        * tests/Bug_2424_Regression/Makefile.am:
        * tests/Bug_2429_Regression/Bug_2429_Regression.mpc:
        * tests/Bug_2429_Regression/Makefile.am:
        * tests/Bug_2494_Regression/Makefile.am:
        * tests/Bug_2503_Regression/Makefile.am:
        * tests/Bug_2542_Regression/Makefile.am:
        * tests/Bug_2543_Regression/bug_2543_regression.cpp:
        * tests/Bug_2543_Regression/Makefile.am:
        * tests/Bug_2549_Regression/Makefile.am:
        * tests/Bug_2560_Regression/Makefile.am:
        * tests/Bug_2593_Regression/Makefile.am:
        * tests/Bug_2595_Regression/Makefile.am:
        * tests/Bug_2654_Regression/Makefile.am:
        * tests/Bug_2669_Regression/Makefile.am:
        * tests/Bug_2683_Regression/Makefile.am:
        * tests/Cache_Growth_Test/Makefile.am:
        * tests/CallbackTest/Makefile.am:
        * tests/Client_Leaks/Makefile.am:
        * tests/Codec/Makefile.am:
        * tests/CodeSets/simple/Makefile.am:
        * tests/COIOP/Makefile.am:
        * tests/Collocation/Makefile.am:
        * tests/Collocation_Exception_Test/Makefile.am:
        * tests/Collocation_Oneway_tests/Makefile.am:
        * tests/Collocation_Opportunities/Makefile.am:
        * tests/Collocation_tests/Makefile.am:
        * tests/CollocationLockup/Makefile.am:
        * tests/Connect_Strategy_Test/Makefile.am:
        * tests/Connection_Failure/Makefile.am:
        * tests/Connection_Purging/Makefile.am:
        * tests/Connection_Timeout/Makefile.am:
        * tests/Crash_On_Write/Makefile.am:
        * tests/Crashed_Callback/Makefile.am:
        * tests/CSD_Strategy_tests/TP_Common/Makefile.am:
        * tests/CSD_Strategy_tests/TP_Foo_A/Makefile.am:
        * tests/CSD_Strategy_tests/TP_Foo_B/Makefile.am:
        * tests/CSD_Strategy_tests/TP_Foo_C/Makefile.am:
        * tests/CSD_Strategy_tests/TP_Test_Dynamic/Makefile.am:
        * tests/DII_Collocation_tests/oneway/Makefile.am:
        * tests/DII_Collocation_tests/twoway/Makefile.am:
        * tests/DLL_ORB/Makefile.am:
        * tests/DSI_Gateway/Makefile.am:
        * tests/DynAny_Test/Makefile.am:
        * tests/Explicit_Event_Loop/Makefile.am:
        * tests/Exposed_Policies/Makefile.am:
        * tests/Faults/Makefile.am:
        * tests/File_IO/Makefile.am:
        * tests/FL_Cube/Makefile.am:
        * tests/Forwarding/Makefile.am:
        * tests/GIOP_Fragments/Java_Big_Reply/Makefile.am:
        * tests/GIOP_Fragments/Java_Big_Request/Makefile.am:
        * tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am:
        * tests/Hang_Shutdown/Makefile.am:
        * tests/Hello/Makefile.am:
        * tests/ICMG_Any_Bug/Makefile.am:
        * tests/IDL_Test/Makefile.am:
        * tests/InterOp-Naming/Makefile.am:
        * tests/IOR_Endpoint_Hostnames/Makefile.am:
        * tests/IPV6/Makefile.am:
        * tests/Leader_Followers/Makefile.am:
        * tests/LongUpcalls/Makefile.am:
        * tests/MProfile/Makefile.am:
        * tests/MProfile_Connection_Timeout/Makefile.am:
        * tests/MProfile_Forwarding/Makefile.am:
        * tests/MT_BiDir/Makefile.am:
        * tests/MT_Client/Makefile.am:
        * tests/MT_Server/Makefile.am:
        * tests/MT_Timeout/Makefile.am:
        * tests/Multiple/Makefile.am:
        * tests/Multiple_Inheritance/Makefile.am:
        * tests/Muxed_GIOP_Versions/Makefile.am:
        * tests/Muxing/Makefile.am:
        * tests/Native_Exceptions/Makefile.am:
        * tests/Nested_Event_Loop/Makefile.am:
        * tests/Nested_Upcall_Crash/Makefile.am:
        * tests/NestedUpcall/MT_Client_Test/Makefile.am:
        * tests/NestedUpcall/Simple/Makefile.am:
        * tests/NestedUpcall/Triangle_Test/Makefile.am:
        * tests/No_Server_MT_Connect_Test/Makefile.am:
        * tests/Object_Loader/Makefile.am:
        * tests/Objref_Sequence_Test/Makefile.am:
        * tests/OBV/Any/Makefile.am:
        * tests/OBV/Collocated/Forward/Makefile.am:
        * tests/OBV/Factory/Makefile.am:
        * tests/OBV/Forward/Makefile.am:
        * tests/OBV/Simple/Makefile.am:
        * tests/OBV/TC_Alignment/Makefile.am:
        * tests/OBV/Truncatable/Makefile.am:
        * tests/OBV/ValueBox/Makefile.am:
        * tests/OctetSeq/Makefile.am:
        * tests/Ondemand_Write/Makefile.am:
        * tests/Oneway_Buffering/Makefile.am:
        * tests/Oneway_Timeouts/Makefile.am:
        * tests/Oneways_Invoking_Twoways/Makefile.am:
        * tests/Optimized_Connection/Makefile.am:
        * tests/ORB_init/Portspan/Makefile.am:
        * tests/ORB_Local_Config/Two_DLL_ORB/Makefile.am:
        * tests/ORB_shutdown/Makefile.am:
        * tests/ORT/Makefile.am:
        * tests/Parallel_Connect_Strategy/Makefile.am:
        * tests/Param_Test/Makefile.am:
        * tests/POA/Bug_2511_Regression/Makefile.am:
        * tests/POA/Deactivate_Object/Makefile.am:
        * tests/POA/Default_Servant/Makefile.am:
        * tests/POA/EndpointPolicy/Makefile.am:
        * tests/POA/Etherealization/Makefile.am:
        * tests/POA/Excessive_Object_Deactivations/Makefile.am:
        * tests/POA/Identity/Makefile.am:
        * tests/POA/MT_Servant_Locator/Makefile.am:
        * tests/POA/Nested_Non_Servant_Upcalls/Makefile.am:
        * tests/POA/Non_Servant_Upcalls/Makefile.am:
        * tests/POA/Object_Reactivation/Makefile.am:
        * tests/POA/Persistent_ID/Makefile.am:
        * tests/POA/POA_Destruction/Makefile.am:
        * tests/POA/Reference_Counting/Makefile.am:
        * tests/POA/Single_Threaded_POA/Makefile.am:
        * tests/POA/wait_for_completion/Makefile.am:
        * tests/Policies/Makefile.am:
        * tests/Portable_Interceptors/AdvSlot/Makefile.am:
        * tests/Portable_Interceptors/AdvSlotDblCpy/Makefile.am:
        * tests/Portable_Interceptors/AdvSlotExt/Makefile.am:
        * tests/Portable_Interceptors/AMI/Makefile.am:
        * tests/Portable_Interceptors/Benchmark/Makefile.am:
        * tests/Portable_Interceptors/Bug_1559/Makefile.am:
        * tests/Portable_Interceptors/Bug_2510_Regression/Makefile.am:
        * tests/Portable_Interceptors/Collocated/Dynamic/Makefile.am:
        * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Makefile.am:
        * tests/Portable_Interceptors/Dynamic/Makefile.am:
        * tests/Portable_Interceptors/ForwardRequest/Makefile.am:
        * tests/Portable_Interceptors/IORInterceptor/Makefile.am:
        * tests/Portable_Interceptors/ORB_Shutdown/Makefile.am:
        * tests/Portable_Interceptors/PICurrent/Makefile.am:
        * tests/Portable_Interceptors/PolicyFactory/Makefile.am:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Makefile.am:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am:
        * tests/Portable_Interceptors/Register_Initial_References/Makefile.am:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Makefile.am:
        * tests/QtTests/Makefile.am:
        * tests/Reliable_Oneways/Makefile.am:
        * tests/RTCORBA/Activate_Object_Multiple_ORBs/Makefile.am:
        * tests/RTCORBA/Banded_Connections/Makefile.am:
        * tests/RTCORBA/Client_Propagated/Makefile.am:
        * tests/RTCORBA/Client_Protocol/Makefile.am:
        * tests/RTCORBA/Collocation/Makefile.am:
        * tests/RTCORBA/Diffserv/Makefile.am:
        * tests/RTCORBA/Dynamic_Thread_Pool/Makefile.am:
        * tests/RTCORBA/Explicit_Binding/Makefile.am:
        * tests/RTCORBA/Linear_Priority/Makefile.am:
        * tests/RTCORBA/MT_Client_Protocol_Priority/Makefile.am:
        * tests/RTCORBA/Persistent_IOR/Makefile.am:
        * tests/RTCORBA/Policy_Combinations/Makefile.am:
        * tests/RTCORBA/Priority_Inversion_With_Bands/Makefile.am:
        * tests/RTCORBA/Private_Connection/Makefile.am:
        * tests/RTCORBA/Profile_And_Endpoint_Selection/Makefile.am:
        * tests/RTCORBA/Server_Declared/Makefile.am:
        * tests/RTCORBA/Server_Protocol/Makefile.am:
        * tests/RTCORBA/Thread_Pool/Makefile.am:
        * tests/RTScheduling/Scheduling_Interceptor/Makefile.am:
        * tests/RTScheduling/VoidData/Makefile.am:
        * tests/Servant_To_Reference_Test/Makefile.am:
        * tests/Server_Connection_Purging/Makefile.am:
        * tests/Server_Leaks/Makefile.am:
        * tests/Server_Port_Zero/Makefile.am:
        * tests/Single_Read/Makefile.am:
        * tests/Smart_Proxies/Benchmark/Makefile.am:
        * tests/Smart_Proxies/Collocation/Makefile.am:
        * tests/Smart_Proxies/dtor/Makefile.am:
        * tests/Smart_Proxies/Makefile.am:
        * tests/Smart_Proxies/On_Demand/Makefile.am:
        * tests/Smart_Proxies/Policy/Makefile.am:
        * tests/Stack_Recursion/Makefile.am:
        * tests/Strategies/Makefile.am:
        * tests/Timed_Buffered_Oneways/Makefile.am:
        * tests/Timeout/Makefile.am:
        * tests/TransportCurrent/Framework/Makefile.am:
        * tests/TransportCurrent/IIOP/Makefile.am:
        * tests/Two_Objects/Makefile.am:
        * tests/Typedef_String_Array/Makefile.am:
        * tests/UNKNOWN_Exception/Makefile.am:
        * tests/Xt_Stopwatch/Makefile.am:
          Removed any occurence of -Ge 1

Sun Dec 31 23:12:36 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:
        * orbsvcs/ImplRepo_Service/Makefile.am:

          It seems BUILD_ZZIP depends on BUILD_ZLIB, so add BUILD_ZLIB
          conditionals, etc. everywhere we added BUILD_ZZIP support in:

          Fri Dec 29 08:09:46 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

Sun Dec 31 18:15:00 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/ORBInitializer_T.cpp:

          Updating the @file to fix a fuzz error.

Sun Dec 31 18:08:16 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.cpp:

          Disambiguating Transport::CurrentTest::ContextTag to
          Test::Transport::CurrentTest::ContextTag to aid Borland's compiler.

Sun Dec 31 17:27:27 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/ORBInitializer_T.cpp:

          Adding a trivial default implementation of post_init.

        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/server.cpp:

          Moved an #include from the header to the cpp file, where it
          belongs.

        * tests/TransportCurrent/IIOP/IIOP.mpc:

              Added a "Template_Files" section to explicitely make
          ORBInitializer.cpp available.

Fri Dec 29 22:31:08 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_Loader.cpp:

          Cleanup.

        * tao/TransportCurrent/IIOP_Current_Impl.cpp:

          Replaced static_cast<>with a dynamic_cast<> in handler().

        * tests/TransportCurrent/Framework/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/Framework/Framework.mpc:

          Whitespace cleanup.

        * tests/TransportCurrent/Framework/ORBInitializer_T.h:
        * tests/TransportCurrent/Framework/ORBInitializer_T.cpp:

          Cleaned up template declarations and moved themplate code to a
          cpp file.

        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.cpp:

          Updated includes and removed unnecessary code.

        * tests/TransportCurrent/Framework/client.cpp:

          Added code to handle TAO_HAS_MINIMUM_CORBA by disabling DII.

        * tests/TransportCurrent/IIOP/IIOP.mpc:

          Whitespace cleanup.

        * tests/TransportCurrent/IIOP/IIOP_Tester.cpp:

          Removing extra ';' from ACE_STATIC_SVC_REQUIRE.

Sat Dec 30 03:55:42 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Makefile.am:

          Fix stray trailing whitespace after \ continuation.

Fri Dec 29 17:50:16 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/Trader/Constraint_l.cpp.diff:
        * orbsvcs/orbsvcs/Trader/Constraint_l.cpp:
        * orbsvcs/orbsvcs/Trader/constraint.l:

          Added a rule to catch white space and ignore it.  Previously,
          white space was not recognized and the lexer would print it out to
          stdout.

Fri Dec 29 14:49:24 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * MPC/config/trading_serv.mpb:

          Added the utils base project.  It is used by the CosTrading_Serv
          project and should have been in this base project.

Fri Dec 29 08:09:46 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:
        * tests/GIOP_Fragments/Java_Big_Reply/Makefile.am:
        * tests/GIOP_Fragments/Java_Big_Request/Makefile.am:
        * tests/GIOP_Fragments/Makefile.am:
        * tests/Nested_Upcall_Crash/Makefile.am:
        * tests/POA/Persistent_ID/Makefile.am:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Makefile.am:
        * tests/TransportCurrent/Framework/Makefile.am:
        * tests/TransportCurrent/IIOP/Makefile.am:

          Regenerate for misc *.mpc and *.mpb changes.

        * tao/Makefile.am:

          Regenerate for new Compression projects.

        * configure.ac:

          Configure Makefiles for new subdirectory.

        * tests/Makefile.am:

          Regenerate to descend into Compression subdirectory.

        * tests/Compression/Makefile.am:

          New Makefile.am for Compression unit tests.

        * orbsvcs/ImplRepo_Service/Makefile.am:
        * orbsvcs/orbsvcs/Makefile.am:

          Hand-add automake conditionals for BUILD_ZZIP.  Unfortunately
          MPC resolves options, files, etc. set by "features" at project
          generation time, but we want them to be configure time options.

Fri Dec 29 07:45:11 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Added AM_CONDITIONALs for BUILD_ZLIB and BUILD_ZZIP, so we can
          handle Makefile.am's with these options.  Default to false,
          until we can write feature tests for these options.

Fri Dec 29 07:37:15 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * docs/libraries.html:

          Fix typos.

Thu Dec 28 23:10:52 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TC.mpc:
        * tao/TC_IIOP.mpc:

          Apparently, interceptors and pi are still needed for the
          build. Reverting my change from Thu Dec 28 19:29:58 UTC 2006.

Thu Dec 28 20:30:14 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * docs/libraries.html:

          Updated documentation for Transport::Current.

        * tao/TransportCurrent/Current_ORBInitializer_Base.h:

          Reversing the removal of *_Export.h include to match the
          convention.

        * tests/TransportCurrent/Framework/run_test.pl:

          Added code to support -static and -dynamic parameters, similar
          to the IIOP test.

Thu Dec 28 20:01:34 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_ORBInitializer_Base.h:
        * tests/TransportCurrent/Framework/run_test.pl:

Thu Dec 28 19:29:58 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TC.mpc:
        * tao/TC_IIOP.mpc:

          Removed interceptors and pi from the list of base projects. The
          Transport::Current feature isnot itself dependent on these
          features. The tests however are, and their *.mpc files have been
          modifiedaccordingly to add interceptors explicitely.

        * tao/TransportCurrent/Current_ORBInitializer.h:

          Removed commented code.

        * tao/TransportCurrent/Current_ORBInitializer.cpp:

          Added "#pragma once".

        * tao/TransportCurrent/Current_ORBInitializer_Base.h:

          Removed unnecessary *_Export.h include since TCC.h already
          includes it.

        * tao/TransportCurrent/IIOP_Current_Loader.cpp:

          Removed an extra ';' after ACE_STATIC_SVC_REQUIRE.

        * tao/TransportCurrent/Transport_Current_Export.h:

          Regenerated this file to fix DLL export problems in static
          builds.

        * tests/TransportCurrent/Framework/Framework.mpc:

          Added interceptors to the base projects list to ensure this test
          builds only when interceptors are supported.

        * tests/TransportCurrent/Framework/Tester.cpp:
        * tests/TransportCurrent/Framework/client.cpp:
        * tests/TransportCurrent/Framework/server.cpp:

          Added code to handle single-threaded builds correctly.

        * tests/TransportCurrent/IIOP/Current_Test_Impl.cpp:

          Changed the modulename from "TAO" to "Test" in order to fixing
          an ambiguous reference to "TAO" namespace in builds with
          versioned namespaces enabled.

        * tests/TransportCurrent/IIOP/IIOP.mpc:

          Added interceptors to the base projects list to ensure this test
          builds only when interceptors are supported.

Thu Dec 28 19:14:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Compression/Compression.cpp:
          Fixed argument not used warning

Thu Dec 28 12:52:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Simple/time-date/svc.conf.xml:
          Updated this file to match the regular svc.conf file

Thu Dec 28 12:50:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc:
        * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
        * performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc:
          Disable part of the projects when CORBA/e micro is enabled

Thu Dec 28 12:49:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc:
        * tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc:
        * tests/NestedUpcall/Triangle_Test/TT.mpc:
          Disable part of the projects when CORBA/e micro is enabled

Thu Dec 28 12:22:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/libraries.html:
          Documented the new compression libraries

Thu Dec 28 11:33:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

          This is the first commit for a new part for TAO which hopefully
          gets standardized next year. The final goal is to implement
          Zipped GIOP (ZIOP). At the moment an ORB supports ZIOP the application
          programmer can specify using policies that compression can be
          applied on the application data send over the wire. This first
          commit is the Compression module that delivers the infrastructure
          classes with which data can be compressed. This can be used
          by regular applications but then also by the ORB in the future.

          This effort is supported by multiple parties, IONA did the
          initial effort for Orbix and triggered this step, Remedy IT
          will do the implementation for TAO, Andre Spiegel will do
          the implementation for JacORB, IONA then for Orbix and PrismTech
          will assist when needed and will keep an eye on the OMG process.

          This commit adds first initial support, it is not 100% ready
          but it is usable. This way we can share the code with the other
          parties more easily and attract more people to this effort. Be
          aware that the IDL can change, this is work in progress, not
          a final spec.

        * MPC/config/compression.mpb:
          New base project for the compresion library

        * MPC/config/zlibcompressor.mpb:
          New base project for the zlib compressor

        * docs/Libraries.html:
          Corrected link to MPC readme

        * docs/ORBEndpoint.html:
          Small layout change

        * tao/Compression/Base_Compressor.cpp:
        * tao/Compression/Base_Compressor.h:
        * tao/Compression/Compression.cpp:
        * tao/Compression/Compression.h:
        * tao/Compression/Compression.pidl:
        * tao/Compression/compression_export.h:
        * tao/Compression/Compression_Manager.cpp:
        * tao/Compression/Compression_Manager.h:
        * tao/Compression/Compressor_Factory.cpp:
        * tao/Compression/Compressor_Factory.h:
        * tao/Compression/TAO_Compression.pc.in:
        * tao/Compression/TAO_Compression.rc:
          New Compression library

        * Compression/zlib/TAO_ZlibCompressor.pc.in:
        * Compression/zlib/TAO_ZlibCompressor.rc:
        * Compression/zlib/ZlibCompressor.cpp:
        * Compression/zlib/ZlibCompressor.h:
        * Compression/zlib/ZlibCompressor_export.h:
        * Compression/zlib/ZlibCompressor_Factory.cpp:
        * Compression/zlib/ZlibCompressor_Factory.h:
          New Compressor that uses zlib to compress/uncompress data

        * tao/File_Parser.cpp:
          Use true for bool

        * tao/objectid.h:
          Added CompressionManager defines

        * tao/ORB.cpp:
          Added resolve_initial_references support for the CompressionManager

        * tao/ORB_Core.{h,cpp,inl}:
          Added support for CompressionManager

        * tao/PI/Interceptor_List_T.cpp:
          Const change

        * tao/ZlibCompressor.mpc:
        * tao/Compression.mpc:
          New base projects

        * tests/Compression/Compression_Test.mpc:
        * tests/Compression/server.cpp:
          First initial test of the Compression library

Wed Dec 27 22:48:30 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/Framework/Current_Test.idl:
        * tests/TransportCurrent/Framework/Current_Test_Impl.h:
        * tests/TransportCurrent/Framework/Current_Test_Impl.cpp:
        * tests/TransportCurrent/Framework/client.cpp:
        * tests/TransportCurrent/Framework/server.cpp:

          Changed the modulename from "TAO" to "Test" in order to fixing
          an ambiguous reference to "TAO" namespace in builds with
          versioned namespaces enabled.

Wed Dec 27 20:42:48 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.cpp:

          Fixing test failures because of incorrect counting.

Wed Dec 27 11:12:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO-INSTALL.html:
          Small improvements for cross compilation

Wed Dec 27 10:51:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO-INSTALL.html:
          Use more html keyword for layout and document how to use CORBA/e

Wed Dec 27 05:35:06 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/Server_Request_Interceptor.cpp:

          Fixing an ambiguous reference to TAO namespace in builds with
          versioned namespaces enabled.

        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.cpp:

          Clarifying some debugging statements.

Mon Dec 25 16:19:42 UTC 2006  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * Merry Christmas everyone!!!

Sun Dec 24 23:22:41 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc:
        * tests/Portable_Interceptors/Service_Context_Manipulation/PI_Svc_Context_Manip.mpc:

          Adding "after" keyword to makesure IDL is built first in
          parallel builds.

Sun Dec 24 15:44:40 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.h:

          Getting the const-ness right.

Sun Dec 24 15:39:43 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Parallel_Connect_Strategy/Makefile.am:
        * tests/Reliable_Oneways/Makefile.am:

          Regenerated.

        * tests/Parallel_Connect_Strategy/Parallel_Connect_Strategy.mpc:
        * tests/Reliable_Oneways/Reliable_Oneways.mpc:

          Split out IDL compilation into separate MPC project.

Sun Dec 24 15:38:15 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Smart_Proxies/Collocation/Makefile.am:

          Regenerated.

        * tests/Smart_Proxies/Collocation/SP_Collocation.mpc:

          Changed IDL project to inherit from smart_proxies.

          Changed *Test project to depend on *idl for build order.

Sun Dec 24 00:04:19 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/CollocationLockup/Makefile.am:
        * tests/DSI_Gateway/Makefile.am:
        * tests/Nested_Upcall_Crash/Makefile.am:

          Regenerated.

        * tests/CollocationLockup/CollocationLockup.mpc:
        * tests/DSI_Gateway/DSI_Gateway.mpc:
        * tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc:

          Split out IDL compilation into separate MPC project.

Sat Dec 23 16:53:57 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Collocation/Makefile.am:
        * tests/Smart_Proxies/Collocation/Makefile.am:

          Regenerated.

        * tests/Collocation/Collocation.mpc:
        * tests/Smart_Proxies/Collocation/SP_Collocation.mpc:

          Split out IDL compilation into separate MPC project.

Sat Dec 23 15:48:43 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/TransportCurrent/IIOP/Makefile.am:

          Regenerated.

        * tests/TransportCurrent/IIOP/IIOP.mpc:

          Don't look for includes relative to $(srcdir), the ones we're
          looking for are generated from *.idl and thus relative to the
          build directory.

Sat Dec 23 15:05:23 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Portable_Interceptors/Dynamic/Makefile.am:
        * tests/Portable_Interceptors/Benchmark/Makefile.am:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am:

          Regenerated.

        * tests/Portable_Interceptors/Dynamic/PI_Dynamic.mpc:
        * tests/Portable_Interceptors/Benchmark/PI_Benchmark.mpc:

          Don't suppress any/typecode generation.

        * tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc:

          Don't include server skeleton in client.

Sat Dec 23 14:35:09 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/POA/Persistent_ID/Makefile.am:
        * tests/POA/Persistent_ID/Persistent_ID.mpc:

          Fix case-mismatch problem introduced in last change.

Sat Dec 23 04:48:50 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_Loader.cpp:

          Fixing an pedantic complaint about an extra ';' at the end of
          the line, after ACE_STATIC_SVC_REQUIRE.

Sat Dec 23 03:53:08 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_ORBInitializer.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.h:

          Fixing compilation warnings.

Sat Dec 23 02:01:44 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/POA/EndpointPolicy/Makefile.am:
        * tests/POA/Persistent_ID/Makefile.am:
        * tests/Portable_Interceptors/AMI/Makefile.am:
        * tests/Portable_Interceptors/Benchmark/Makefile.am:
        * tests/Portable_Interceptors/Bug_1559/Makefile.am:
        * tests/Portable_Interceptors/Bug_2510_Regression/Makefile.am:
        * tests/Portable_Interceptors/Dynamic/Makefile.am:
        * tests/Portable_Interceptors/ForwardRequest/Makefile.am:
        * tests/Portable_Interceptors/IORInterceptor/Makefile.am:
        * tests/Portable_Interceptors/PICurrent/Makefile.am:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Makefile.am:
        * tests/RTCORBA/Banded_Connections/Makefile.am:
        * tests/RTCORBA/Client_Protocol/Makefile.am:
        * tests/RTCORBA/Diffserv/Makefile.am:
        * tests/RTCORBA/Dynamic_Thread_Pool/Makefile.am:
        * tests/RTCORBA/Explicit_Binding/Makefile.am:
        * tests/RTCORBA/Linear_Priority/Makefile.am:
        * tests/RTCORBA/MT_Client_Protocol_Priority/Makefile.am:
        * tests/RTCORBA/Persistent_IOR/Makefile.am:
        * tests/RTCORBA/Policy_Combinations/Makefile.am:
        * tests/RTCORBA/Priority_Inversion_With_Bands/Makefile.am:
        * tests/RTCORBA/Private_Connection/Makefile.am:
        * tests/RTCORBA/Profile_And_Endpoint_Selection/Makefile.am:
        * tests/RTCORBA/Server_Declared/Makefile.am:
        * tests/RTCORBA/Server_Protocol/Makefile.am:
        * tests/RTCORBA/Thread_Pool/Makefile.am:
        * tests/RTScheduling/Scheduling_Interceptor/Makefile.am:

          Regenerated.

        * tests/POA/EndpointPolicy/EndpointPolicy.mpc:
        * tests/POA/Persistent_ID/Persistent_ID.mpc:
        * tests/Portable_Interceptors/AMI/PI_AMI.mpc:
        * tests/Portable_Interceptors/Benchmark/PI_Benchmark.mpc:
        * tests/Portable_Interceptors/Bug_1559/Bug_1559.mpc:
        * tests/Portable_Interceptors/Bug_2510_Regression/Bug_2510_Regression.mpc:
        * tests/Portable_Interceptors/Dynamic/PI_Dynamic.mpc:
        * tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc:
        * tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc:
        * tests/Portable_Interceptors/PICurrent/PI_PICurrent.mpc:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/PI_Request_Interceptor_Flow.mpc:
        * tests/Portable_Interceptors/Service_Context_Manipulation/PI_Svc_Context_Manip.mpc:
        * tests/RTCORBA/Banded_Connections/RTCORBA_Banded_Conn.mpc:
        * tests/RTCORBA/Client_Protocol/RTCORBA_Client_Protocol.mpc:
        * tests/RTCORBA/Diffserv/RTCORBA_Diffserv.mpc:
        * tests/RTCORBA/Dynamic_Thread_Pool/RT_Dynamic_Thread_Pool.mpc:
        * tests/RTCORBA/Explicit_Binding/RTCORBA_Explicit_Binding.mpc:
        * tests/RTCORBA/Linear_Priority/RTCORBA_Linear_Priority.mpc:
        * tests/RTCORBA/MT_Client_Protocol_Priority/RTCORBA_MT_Client_Proto_Prio.mpc:
        * tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc:
        * tests/RTCORBA/Policy_Combinations/RTCORBA_Policy_Combinations.mpc:
        * tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc:
        * tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc:
        * tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc:
        * tests/RTCORBA/Server_Declared/RTCORBA_Server_Declared.mpc:
        * tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc:
        * tests/RTCORBA/Thread_Pool/RTCORBA_Thread_Pool.mpc:
        * tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc:

          Split out IDL compilation into separate MPC project.

Sat Dec 23 00:23:25 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/BiDirectional/Makefile.am:
        * tests/BiDirectional_DelayedUpcall/Makefile.am:
        * tests/BiDirectional_NestedUpcall/Makefile.am:
        * tests/Bug_2417_Regression/Makefile.am:
        * tests/Bug_2560_Regression/Makefile.am:
        * tests/MT_BiDir/Makefile.am:
        * tests/NestedUpcall/Triangle_Test/Makefile.am:

          Regenerate to account for misc recent *.mpc changes.

        * tests/TransportCurrent/IIOP/Makefile.am:
        * tests/TransportCurrent/Framework/Makefile.am:

          Regenerated.

        * tests/TransportCurrent/IIOP/IIOP.mpc:
        * tests/TransportCurrent/Framework/Framework.mpc:

          Split out IDL compilation into separate MPC project.

Fri Dec 22 20:54:44 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * MPC/config/tc.mpb:
        * MPC/config/tc_iiop.mpb:

          Split the tc.mpb in two projects (adding the tc_iiop). Updated
          the dependencies in a bid to fix what seems to be a build order
          issue on some scoreboard builds.

        * tests/TransportCurrent/IIOP/IIOP.mpc:

          Updated to inherit from the new tc_iiop.

Fri Dec 22 18:55:29 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/Framework/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.cpp:

          Replaced obsolete ACE_reinterpret_cast macro.

Thu Dec 21 21:29:47 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_ORBInitializer_Base.cpp:
        * tests/TransportCurrent/Framework/Client_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/simple.cpp:

          Fixed FUZZ problems.

Thu Dec 21 17:49:24 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/TransportCurrent/IIOP/Current_Test_Impl.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.h:

          Updated the include files' path to resolve a compilation problem
          in an autoconf (FC4_autoconf) build.

Thu Dec 21 16:03:08 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/IIOP_Current_Impl.cpp:

          Added conditional compilation, based upon the presence of
          TAO_HAS_IIOP.  The IIOP-specific current will compile and the
          implementation shall throw CORBA::NO_IMPLEMENT at runtime.

Thu Dec 21 15:32:49 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_Impl.h:
        * tao/TransportCurrent/Current_Impl.cpp:
        * tao/TransportCurrent/Current_Loader.h:
        * tao/TransportCurrent/Current_ORBInitializer.h:
        * tao/TransportCurrent/Current_ORBInitializer_Base.h:
        * tao/TransportCurrent/IIOP_Current_Impl.h:

        * tests/TransportCurrent/Framework/Client_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/Framework/ORBInitializer_T.h:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.h:

          Removed a ';' after the closing curly brace of a namespace
          declaration which caused hiccups with gcc 4.0.2.

Thu Dec 21 14:46:46 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/TransportCurrent/TC.idl:
        * tao/TransportCurrent/TC_IIOP.idl:

          Change #include files to be relative to ${TAO_ROOT} like the
          other *.idl / *.pidl files.

Thu Dec 21 14:00:11 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Regenerated.

Wed Dec 20 21:14:11 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TransportCurrent/Current_Loader.h:

          Fixing an error in builds that use versioned namespaces due to
          incorect placement of TAO_END_VERSIONED_NAMESPACE_DECL.

Wed Dec 20 20:59:39 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

          These are fixes correcting scoreboard issues pertaining to the
          checkin from Tue Dec 19 22:09:34 UTC 2006.

        * tao/TC.mpc:
        * tao/TC_IIOP.mpc:

          Updated the IDL compile options and include file path to reflect
          the new position of these files (since Wed Dec 20 17:34:07)

        * tao/TransportCurrent/Current_Loader.h:
        * tao/TransportCurrent/Current_Loader.cpp:

          Eliminated unnecessary code.

        * tao/TransportCurrent/Current_ORBInitializer_Base.cpp:

          Removed unnecessary #include "ace/post.h"

        * tao/TransportCurrent/IIOP_Current_Impl.cpp:

          Added an explicit cast to silence Windows builds complaining
          about implicit conversion between HANDLE and CORBA::Long.

Wed Dec 20 17:34:07 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new subdirectories.

        * orbsvcs/tests/Makefile.am:

          Regenerate to descend into TransportCurrent subdirectory.

        * tests/TransportCurrent/Makefile.am:
        * tests/TransportCurrent/IIOP/Makefile.am:
        * tests/TransportCurrent/Framework/Makefile.am:

          New Makefile.am's for TransportCurrent unit tests.

        * tao/Makefile.am:

          Regenerated.

        * tao/TC.mpc:
        * tao/TC_IIOP.mpc:

          ...to here, to match convention established by other core TAO
          library projects.  This also makes the generated Makefile.am
          for the autoconf build a little more sane.

        * tao/TransportCurrent/TC.mpc:
        * tao/TransportCurrent/TC_IIOP.mpc:

          Move TransportCurrent *.mpc projects from here...

Wed Dec 20 16:22:29 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

          These are fixes correcting scoreboard issues pertaining to the
          checkin from Tue Dec 19 22:09:34 UTC 2006.

        * MPC/config/tc.mpb:

          Moved from $ACE_ROOT/bin/MakeProjectCreator/config according to
          the new project configuration layout.

        * tao/TransportCurrent/Current_Loader.h:
        * tao/TransportCurrent/Current_Loader.cpp:
        * tao/TransportCurrent/IIOP_Current_Loader.h:
        * tao/TransportCurrent/IIOP_Current_Loader.cpp:

        * tao/Transport_Selection_Guard.cpp:

          Removed errand semicolons after definitions which were breaking
          some of the scoreboard builds.

        * tests/TransportCurrent/Framework/Current_Test.idl:

          Fixed a FUZZ warning about mismatched @file.

        * tests/TransportCurrent/Framework/Framework.mpc:

          Added the current directory to the include path.

        * tests/TransportCurrent/Framework/Tester.cpp:
        * tests/TransportCurrent/Framework/client.cpp:
        * tests/TransportCurrent/Framework/server.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Tester.cpp:
        * tests/TransportCurrent/IIOP/Current_Test_Impl.cpp:
        * tests/TransportCurrent/IIOP/client_static.conf:

          Fixing a service initialization problem encountered in static
          builds that prevented the tests from runnig. Also fixed include
          file locations.

Wed Dec 20 15:28:24 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * MPC/config/tc.mpb:

        * tao/Transport_Selection_Guard.cpp:

        * tests/TransportCurrent/Framework/Current_Test.idl:

        * tests/TransportCurrent/Framework/Framework.mpc:

        * tests/TransportCurrent/Framework/server.cpp:

        * tests/TransportCurrent/IIOP/Current_Test_Impl.cpp:


Wed Dec 20 09:36:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/BiDirectional/BiDirectional.mpc:
        * tests/BiDirectional_DelayedUpcall/BiDir_DelayedUpcall.mpc:
        * tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc:
        * tests/Bug_2417_Regression/Bug_2417_Regression.mpc:
        * tests/Bug_2560_Regression/Bug_2560_Regression.mpc:
        * tests/MT_BiDir/MT_BiDir.mpc:
        * tests/NestedUpcall/Triangle_Test/TT.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled. Also removed some after usage because
          there is now a seperate idl project

Wed Dec 20 09:31:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Callback_Quoter/Callback_Quoter.mpc:
        * orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc:
        * orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc:
        * orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc:
        * performance-tests/CSD_Strategy/TestServant/csd_pt_testservant.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled

Tue Dec 19 22:51:09 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * NEWS:

          Updating the file with information about Transport::Current.

Tue Dec 19 22:09:34 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

          Introducing the Transport::Current - an optional feature with an
          IDL interface, which enables users to obtain information about
          the Transports used to send or receive a message.

          The implementation uses a TSS based stack of pointers to
          Transport class instances, which an ORB selects on the critical
          path.  The structure is used to update message and endpoint
          related statistical information for the correct Transport. An
          IDL interface available through ORB::resolve_initial_references,
          provides access to the accumulated data inside servant up-calls
          and interceptor invocations.

        * docs/transport_current:

          A new directory for the Transport Current documentation to
          inhabit.

        * docs/transport_current/index.html:
        * docs/transport_current/transport_current.css:

          Added reference and user-guide documentation for the Transport
          Current.

        * tao/orbconf.h:

          Enabled the Transport::Current feature by default, by defining
          TAO_HAS_TRANSPORT_CURRENT.  In recognition that this is very
          likely an overkill for everybody but the few interested in the
          feature, the plan is to reverse this default before the next
          beta release.

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

          Replaced the "naked" Transport pointer with a smart-pointer-like
          TAO::Transport_Selection_Guard, which has ctor and dtor that
          help keep a TSS-based stack of Transport instances when
          TAO_HAS_TRANSPORT_CURRENT is defined as 1. If the latter is
          disabled, the TSS access overhead goes away.

        * tao/TAO_Server_Request.h:
        * tao/TAO_Server_Request.inl:
        * tao/TAO_Server_Request.cpp:

          Similar to the client-side code in Profile_Transport_Resolver,
          this is where the server-side pieces of Transport Current
          functionality plugs in. A Server_Request encapsulates knowledge
          about the specific Transport on which an invocation
          arrived. Adding a Transport_Selection_Guard instance member
          (transport_selection_guard_) to keep track of the current
          Transport, using TSS. This overhead is only present when
          TAO_HAS_TRANSPORT_CURRENT is defined as 1.

        * tao/TSS_Resources.h:
        * tao/TSS_Resources.cpp:

          Adding a Transport_Selection_Guard member pointer tsg_, which
          when Transport Current feature is enabled, always points to the
          most-recently selected (incoming or outgoing) Transport in the
          current thread. This overhead is only present when
          TAO_HAS_TRANSPORT_CURRENT is defined as 1.

        * tao/Transport.h:
        * tao/Transport.inl:
        * tao/Transport.cpp (send_message_shared_i):

          Introduced a new class TAO::Transport::Stats and added a member
          pointer of that base type to the declaration of Transport. It
          can only be non-null when Transport Current is enabled, whereby
          it points to a TAO::Transport::Stats.  The send_message_shared_i
          has been modified to update the statistics.  Also added the
          requisite mutators and successor's.

        * tao/Transport_Selection_Guard.h:
        * tao/Transport_Selection_Guard.cpp:

          The implementation of the TSS-pointed, stack-like chain of
          Transport instances selected (potentially, in multiple nested up
          calls). The TSS overhead is only present when
          TAO_HAS_TRANSPORT_CURRENT is defined as 1, otherwise the methods
          are trivial.

        * tao/tao.mpc:

          Updated to include the new source files.

        * tao/TransportCurrent:

          A new directory for the Transport Current implementation to
          inhabit.  Currently, there are two implementations: a generic
          one and an IIOP-specific one. The reason these two share this
          location is that the generic Current is too generic to be useful
          on its own, while providing almost all the required
          infrastructure for the IIOP-specific one.

        * tao/TransportCurrent/Current_Impl.h:
        * tao/TransportCurrent/Current_Impl.cpp:

          The generic Current implementation.

        * tao/TransportCurrent/Current_Loader.h:
        * tao/TransportCurrent/Current_Loader.cpp:

          A loader, to handle registration with the Service repository.

        * tao/TransportCurrent/Current_ORBInitializer.h:
        * tao/TransportCurrent/Current_ORBInitializer.cpp:
        * tao/TransportCurrent/Current_ORBInitializer_Base.h:
        * tao/TransportCurrent/Current_ORBInitializer_Base.cpp:

          An ORB initializer, to handle the registration of the name for
          which resolve_initial_references() will return you a Current
          pointer.

        * tao/TransportCurrent/IIOP_Current_Impl.h:
        * tao/TransportCurrent/IIOP_Current_Impl.cpp:

          The IIOP-specific Current implementation, complete with its own
          derivative of TAO::Transport::Stats.

        * tao/TransportCurrent/IIOP_Current_Loader.h:
        * tao/TransportCurrent/IIOP_Current_Loader.cpp:

          A loader, to handle registration with the Service repository.

        * tao/TransportCurrent/IIOP_Transport_Current.h:

          A client-side interface for the IIOP-specific Transport Current.

        * tao/TransportCurrent/TC.idl:

          A client-side interface for the generic Transport Current.

        * tao/TransportCurrent/TC.mpc:

          We need this to actually build the generic TC into a
          self-contained service object library (DLL).

        * tao/TransportCurrent/TC_IIOP.idl:

          A client-side interface for the IIOP-specific Transport Current.

        * tao/TransportCurrent/TC_IIOP.mpc:

          We need this to actually build the IIOP-specific TC into a
          self-contained service object library (DLL).

        * tao/TransportCurrent/Transport_Current.h:

          Basic declarations.

        * tao/TransportCurrent/Transport_Current_Export.h:

          Library export helpers.

        * tests/TransportCurrent:

          A new directory for the Transport Current tests to inhabit.

        * tests/TransportCurrent/Framework:

          A new directory for the test exercising the generic Transport Current.

        * tests/TransportCurrent/Framework/Client_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Client_Request_Interceptor.cpp:
        * tests/TransportCurrent/Framework/Current_Test.idl:
        * tests/TransportCurrent/Framework/Current_Test_Impl.h:
        * tests/TransportCurrent/Framework/Current_Test_Impl.cpp:
        * tests/TransportCurrent/Framework/Framework.mpc:
        * tests/TransportCurrent/Framework/ORBInitializer_T.h:
        * tests/TransportCurrent/Framework/README:
        * tests/TransportCurrent/Framework/Server_Main.cpp:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.h:
        * tests/TransportCurrent/Framework/Server_Request_Interceptor.cpp:
        * tests/TransportCurrent/Framework/Tester.cpp:
        * tests/TransportCurrent/Framework/client-static.conf:
        * tests/TransportCurrent/Framework/client.conf:
        * tests/TransportCurrent/Framework/client.cpp:
        * tests/TransportCurrent/Framework/run_test.pl:
        * tests/TransportCurrent/Framework/server-static.conf:
        * tests/TransportCurrent/Framework/server.conf:
        * tests/TransportCurrent/Framework/server.cpp:
        * tests/TransportCurrent/Framework/simple.cpp:

        * tests/TransportCurrent/IIOP:

          A new directory for the test exercising the IIOP-specific Transport Current.

        * tests/TransportCurrent/IIOP/Current_Test_Impl.cpp:
        * tests/TransportCurrent/IIOP/IIOP.mpc:
        * tests/TransportCurrent/IIOP/IIOP_Server_Main.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.h:
        * tests/TransportCurrent/IIOP/IIOP_Server_Request_Interceptor.cpp:
        * tests/TransportCurrent/IIOP/IIOP_Tester.cpp:
        * tests/TransportCurrent/IIOP/README:
        * tests/TransportCurrent/IIOP/client_dynamic.conf:
        * tests/TransportCurrent/IIOP/client_static.conf:
        * tests/TransportCurrent/IIOP/run_test.pl:
        * tests/TransportCurrent/IIOP/server_dynamic.conf:
        * tests/TransportCurrent/IIOP/server_static.conf:

Tue Dec 19 18:44:02 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * */Makefile.am:

          Baseline regeneration to match recent MPC changes.

Tue Dec 19 15:29:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2345_Regression/Bug_2345_Regression.mpc:
        * tests/Collocation_Opportunities/Collocation_Opportunities.mpc:
        * tests/CSD_Strategy_Tests/TP_Common/CSD_TP_Test_Lib.mpc:
        * tests/GIOP_Fragments/PMB_With_Fragments/PMB_With_Fragments.mpc:
        * tests/InterOp-Naming/InterOp-Naming.mpc:
        * tests/MT_BiDir/MT_BiDir.mpc:
        * tests/Multiple_Inheritance/Multiple_Inheritance.mpc:
        * tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc:
        * tests/NestedUpcall/Triangle_Test/TT.mpc:
        * tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.mpc:
        * tests/POA/Identity/Identity.mpc:
        * tests/POA/Object_Reactivation/Object_Reactivation.mpc:
        * tests/POA/Persistent_ID/Persistent_ID.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled

Tue Dec 19 12:32:41 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/CosTrading.mpc:
        * orbsvcs/orbsvcs/Trader/Constraint_y.cpp:

          gcc gets confused when a static function is forward declared.  It
          complains that the function is declared but never defined.  The
          sed portion of the yacc regeneration rule just removes the forward
          declaration (which was unnecessary anyway).

Tue Dec 19 11:35:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/BiDirectional/BiDirectional.mpc:
        * tests/BiDirectional_DelayedUpcall/BiDir_DelayedUpcall.mpc:
        * tests/BiDirectional_MultipleORB/destroy.mpc:
        * tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled

Tue Dec 19 11:32:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/CSD_Strategy/TestInf/csd_pt_testinf.mpc:
        * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
        * performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc:
        * performance-tests/Pluggable/Pluggable.mpc:
        * performance-tests/POA/Create_Reference/Create_Reference.mpc:
        * performance-tests/POA/Demux/Demux.mpc:
        * performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled

Tue Dec 19 11:27:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/examples/ImR/Advanced/Advanced.mpc:
        * orbsvcs/examples/ImR/Combined_Service/ImR_Combined_Service.mpc:
        * orbsvcs/tests/BiDir_CORBALOC/BiDirCORBALOC.mpc:
        * orbsvcs/tests/Bug_1395_Regression/Bug_1395_Regression.mpc:
        * orbsvcs/tests/HTIOP/BiDirectional/HTIOP_BiDirectional.mpc:
        * orbsvcs/tests/ImplRepo/ImplRepo.mpc:
        * orbsvcs/tests/ImplRepo/scale/scaletest.mpc:
        * orbsvcs/tests/Property/Property.mpc:
        * orbsvcs/tests/Security/BiDirectional/Secure_BiDir.mpc:
        * orbsvcs/Time_Service/Time_Service.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled

Tue Dec 19 11:19:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/CSD_Strategy/ThreadPool5/CSD_Test_ThreadPool5.mpc:
        * examples/Event_Comm/Event_Comm.mpc:
        * examples/Logging/Logging.mpc:
        * examples/Persistent_Grid/Persistent_Grid.mpc:
        * examples/PluggableUDP/tests/Basic/Basic.mpc:
        * examples/PluggableUDP/tests/Performance/Performance.mpc:
        * examples/Quoter/Quoter.mpc:
        * examples/Simple/bank/bank.mpc:
        * examples/Simple/echo/echo.mpc:
        * examples/Simple/grid/grid.mpc:
        * examples/Simple/time/time.mpc:
          Disabled some projects that can't compile when CORBA/e
          micro has been enabled

Mon Dec 18 19:34:42 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp:

          Added missing typecodes for supporting CORBA::ULongLong and
          CORBA::LongLong.

Mon Dec 18 12:50:00 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Utils/ORB_Manager.{cpp,h}:
          Removed one init_child_poa method, using a default argument
          we don't need two seperate ones. Fixed compile errors with
          CORBA/e micro

Mon Dec 18 10:30:00 UTC 2006  Simon Massey  <sma@prismtech.com>

        * tests/Portable_Interceptors/PICurrent/client.cpp:
        * tests/Portable_Interceptors/PICurrent/server.cpp:
        * tests/Portable_Interceptors/PICurrent/run_test.pl:

          Bugfix Bugzilla 2510 & 2547 - multi-threading issues for PICurrent.
          Multi-Threaded servers take longer to shutdown. Increase the
          length of kill time to wait for the server shutdown. Also
          provide sleep(1) before orb->destroy() to allow comms to
          proceed at shutdown (precausion only).

Fri Dec 15 18:17:36 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

          Updating the test to make it behave appropriately for
          multi-threaded and for single-threaded (thread unsafe?)
          configurations.

        * tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc:
        * tests/ORB_Local_Config/Bug_2612/DllOrb.h:
        * tests/ORB_Local_Config/Bug_2612/DllOrb.cpp:
        * tests/ORB_Local_Config/Bug_2612/Test.cpp:
        * tests/ORB_Local_Config/ORB_Local_Config.mwc:

Fri Dec 15 17:26:59 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL_Test/IDL_Test.mpc:

          Fixed previous change to this file in

          Wed Dec 13 18:16:28 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

          that was excluding the *A.cpp file from the build.

Fri Dec 15 16:32:35 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/ORT/Makefile.am:
        * tests/Objref_Sequence_Test/Makefile.am:
        * tests/Ondemand_Write/Makefile.am:
        * tests/Oneway_Buffering/Makefile.am:
        * tests/Oneways_Invoking_Twoways/Makefile.am:

          Regenerated.

        * tests/ORT/ORT.mpc:
        * tests/Objref_Sequence_Test/Objref_Sequence_Test.mpc:
        * tests/Ondemand_Write/Ondemand_Write.mpc:
        * tests/Oneway_Buffering/Oneway_Buffering.mpc:
        * tests/Oneways_Invoking_Twoways/Oneways_Invoking_Twoways.mpc:

          Split out IDL compilation into separate MPC project.

Thu Dec 14 16:58:18 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/MProfile/Makefile.am:

          Regenerated.

        * tests/MProfile/MProfile.mpc:

          Changed IDL project to inherit from iormanip.
          Changed Client project to not include testS.cpp.

Thu Dec 14 16:18:00 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Server_Connection_Purging/Server_Connection_Purging.mpc:

          Fix typo in IDL project name that broke build dependencies.

Thu Dec 14 16:10:02 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am:

          Regenerated.

Thu Dec 14 13:52:00 UTC 2006  Simon Massey  <sma@prismtech.com>

        * tao/PI/PICurrent.cpp:
        * tao/PI/PICurrent.h:
        * tests/Portable_Interceptors/PICurrent/run_test.pl:

          Bugfix Bugzilla 2510 & 2547 - multi-threading issues for PICurrent.
          Bugzilla 2552 - PICurrent_Impl, needs to be checked for
          multi-threaded lazy copying. (Still work to do.)

Thu Dec 14 13:21:46 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/CosTrading.mpc:

          Modified the rule to output the end version block at the end.

        * orbsvcs/orbsvcs/Trader/Constraint_y.cpp:
        * orbsvcs/orbsvcs/Trader/constraint.y:

          Removed the end version block in the .y file and regenerated.

Thu Dec 14 08:47:25 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp
        * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.h:
        * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp:
        * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h:
        * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
        * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.h:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.h:

          Align subtle differences (like using an explicit this-> (or not)
          for invoking methods and accessing member variables.  This makes
          diff betweens between the wrapper classes highlight the real and
          substantial differences.  This too should make future maintenance
          easier.

          Removed #if 0'd out code that deactivated factory objects in the
          shutdown() method.  This was originally #if'd out because the
          factory objects aren't activated on the root POA (the factory
          creates a POA with PERSISTENT lifespan policy for the factory
          object activation, a POA that is not accessible from outside the
          factory object).  While we could refactor things to gain access
          to the factory POA, it really doesn't buy us much as the next
          thing is done is the ORB is shutdown(), which will delete the
          POAs, which will delete the objects, etc.

        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Server.cpp:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.h:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp:

          Overhaul the RTEvent_Logging_Service class to follow the idiom
          used by the other three Logging Service implementations.  It had
          lots of dead (commented out and/or #if 0'd) code for setting up
          a scheduler; yet was missing support for supressing binding the
          log factory to the naming service and spinning up a thread pool
          for ORB threads.  Aligning this should make future maintenance
          easier.

          Split out main() into new file RTEvent_Logging_Server.cpp.

Thu Dec 14 08:27:45 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/OBV/Any/Makefile.am:
        * tests/OBV/Factory/Makefile.am:
        * tests/OBV/Forward/Makefile.am:
        * tests/OBV/TC_Alignment/Makefile.am:
        * tests/OBV/Truncatable/Makefile.am:
        * tests/OBV/ValueBox/Makefile.am:

          Regenerated.

        * tests/OBV/Any/OBV_Any.mpc:
        * tests/OBV/Factory/OBV_Factory.mpc:
        * tests/OBV/Forward/OBV_Forward.mpc:
        * tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc:
        * tests/OBV/Truncatable/OBV_Truncatable.mpc:
        * tests/OBV/ValueBox/valuebox.mpc:

          Changed IDL projects to inherit from valuetype, to
          avoid suppressing typecodes and anys.

Thu Dec 14 07:01:51 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/MProfile/Makefile.am:
        * tests/MProfile_Connection_Timeout/Makefile.am:
        * tests/No_Server_MT_Connect_Test/Makefile.am:
        * tests/OBV/Any/Makefile.am:
        * tests/OBV/Factory/Makefile.am:
        * tests/OBV/Forward/Makefile.am:
        * tests/OBV/TC_Alignment/Makefile.am:
        * tests/OBV/Truncatable/Makefile.am:
        * tests/OBV/ValueBox/Makefile.am:

          Regenerated.

        * tests/MProfile/MProfile.mpc:
        * tests/MProfile_Connection_Timeout/MProfile_Connection_Timeout.mpc:
        * tests/No_Server_MT_Connect_Test/No_Server_Connect_Test.mpc:
        * tests/OBV/Any/OBV_Any.mpc:
        * tests/OBV/Factory/OBV_Factory.mpc:
        * tests/OBV/Forward/OBV_Forward.mpc:
        * tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc:
        * tests/OBV/Truncatable/OBV_Truncatable.mpc:
        * tests/OBV/ValueBox/valuebox.mpc:

          Split out IDL compilation into separate MPC project.

        * tests/IDL_Test/Makefile.am:

          Regenerated.

Wed Dec 13 18:16:28 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL_Test/IDL_Test.mpc:

          Added -GT to all IDL compiler command lines, since generation
          of tie classes is no longer the default behavior, and we
          want this test to cover it. Also added a block for
          Template_Files, so the generated *S_T.cpp files will be
          displayed in a separate folder in Visual Studio.

Wed Dec 13 16:49:05 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_argument/arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/arglist.cpp:
        * TAO_IDL/be/be_visitor_operation/tie_sh.cpp:
        * TAO_IDL/be_include/be_codegen.h:

          Changed code generation for operation parameters in
          tie class declarations to omit the parameter name. If
          this name happened to be "T", some HP compilers would
          have trouble disambiguating it from the tie class
          template parameter typename. In the tie class operation
          body, where the parameter name must be used, there is
          already a code generation mechanism in place to avoid
          the name clash. Thanks to Simon Massey <Simon.Massey@prismtech.com>
          for reporting the problem.

Wed Dec 13 14:24:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Bug_1630_Regression/test.mpc:
          Don't build with CORBA/e

Wed Dec 13 13:05:21 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:

          Added ACE_NOTREACHED around to returns that coult not possibly be
          reached.

Wed Dec 13 12:43:04 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * orbsvcs/orbsvcs/CosTrading.mpc:

          Added search and replacement to both Constraint_l and Contraint_y
          rules to avoid build warnings about conversion from long to int.

        * orbsvcs/orbsvcs/Trader/Constraint_l.cpp:
        * orbsvcs/orbsvcs/Trader/Constraint_y.cpp:

          Regenerated.

        * orbsvcs/orbsvcs/Trader/Interpreter.cpp:

          Added a static_cast to avoid build warnings about conversion from
          long to int.

Wed Dec 13 07:19:26 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Server_Connection_Purging/Makefile.am:
        * tests/Server_Leaks/Makefile.am:
        * tests/Single_Read/Makefile.am:
        * tests/Smart_Proxies/Benchmark/Makefile.am:
        * tests/Smart_Proxies/Makefile.am:
        * tests/Smart_Proxies/On_Demand/Makefile.am:
        * tests/Smart_Proxies/Policy/Makefile.am:
        * tests/Smart_Proxies/dtor/Makefile.am:
        * tests/Stack_Recursion/Makefile.am:

          Regenerated.

        * tests/Server_Connection_Purging/Server_Connection_Purging.mpc:
        * tests/Server_Leaks/Server_Leaks.mpc:
        * tests/Single_Read/Single_Read.mpc:
        * tests/Smart_Proxies/Benchmark/SP_Benchmark.mpc:
        * tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc:
        * tests/Smart_Proxies/Policy/SP_Policy.mpc:
        * tests/Smart_Proxies/Smart_Proxies.mpc:
        * tests/Smart_Proxies/dtor/dtor.mpc:
        * tests/Stack_Recursion/Stack_Recursion.mpc:

          Split out IDL compilation into separate MPC project.

Wed Dec 13 06:53:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/CSD_Strategy/ThreadPool5/CSD_Test_ThreadPool5.mpc:
        * docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc:
          Don't build with CORBA/e micro

Wed Dec 13 06:53:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client_Adapter.h:
          Fixed compile problem with CORBA/e

Tue Dec 12 21:56:03 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/TAO_Internal.cpp (instance):

          This change eliminates unnecessary caching of the
          TAO_Ubergestalt_Ready_Condition, which used to cause problems
          with accessing stale memory. My thanks goes to Johnny Willemsen
          and Chad Elliott.

Tue Dec 12 17:34:25 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Explicit_Event_Loop/Makefile.am:
        * tests/Exposed_Policies/Makefile.am:
        * tests/Faults/Makefile.am:
        * tests/File_IO/Makefile.am:
        * tests/Forwarding/Makefile.am:
        * tests/Hello/Makefile.am:
        * tests/IPV6/Makefile.am:
        * tests/InterOp-Naming/Makefile.am:
        * tests/Leader_Followers/Makefile.am:
        * tests/LongUpcalls/Makefile.am:
        * tests/MProfile_Forwarding/Makefile.am:
        * tests/MT_BiDir/Makefile.am:
        * tests/MT_Client/Makefile.am:
        * tests/MT_Server/Makefile.am:
        * tests/MT_Timeout/Makefile.am:
        * tests/Multiple/Makefile.am:
        * tests/Multiple_Inheritance/Makefile.am:
        * tests/Muxed_GIOP_Versions/Makefile.am:
        * tests/Muxing/Makefile.am:
        * tests/Native_Exceptions/Makefile.am:
        * tests/NestedUpcall/MT_Client_Test/Makefile.am:
        * tests/NestedUpcall/Simple/Makefile.am:
        * tests/NestedUpcall/Triangle_Test/Makefile.am:
        * tests/Nested_Event_Loop/Makefile.am:

          Regenerated.

        * tests/Explicit_Event_Loop/Explicit_Event_Loop.mpc:
        * tests/Exposed_Policies/Exposed_Policies.mpc:
        * tests/Faults/Faults.mpc:
        * tests/File_IO/File_IO.mpc:
        * tests/Forwarding/Forwarding.mpc:
        * tests/Hello/Hello.mpc:
        * tests/IPV6/IPV6_Hello.mpc:
        * tests/InterOp-Naming/InterOp-Naming.mpc:
        * tests/Leader_Followers/Leader_Followers.mpc:
        * tests/LongUpcalls/LongUpcalls.mpc:
        * tests/MProfile_Forwarding/MProfile_Forwarding.mpc:
        * tests/MT_BiDir/MT_BiDir.mpc:
        * tests/MT_Client/MT_Client.mpc:
        * tests/MT_Server/MT_Server.mpc:
        * tests/MT_Timeout/MT_Timeout.mpc:
        * tests/Multiple/Multiple.mpc:
        * tests/Multiple_Inheritance/Multiple_Inheritance.mpc:
        * tests/Muxed_GIOP_Versions/Muxed_GIOP_Versions.mpc:
        * tests/Muxing/Muxing.mpc:
        * tests/Native_Exceptions/Native_Exceptions.mpc:
        * tests/NestedUpcall/MT_Client_Test/MT_Client_Test.mpc:
        * tests/NestedUpcall/Simple/Simple.mpc:
        * tests/NestedUpcall/Triangle_Test/TT.mpc:
        * tests/Nested_Event_Loop/Nested_Event_Loop.mpc:

          Split out IDL compilation into separate MPC project.

Tue Dec 12 17:28:14 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new subdirectories.

        * orbsvcs/tests/Makefile.am:

          Regenerate to descend into unit test subdirectory.

        * orbsvcs/tests/unit/Trading/Interpreter/Makefile.am:
        * orbsvcs/tests/unit/Trading/Makefile.am:
        * orbsvcs/tests/unit/Makefile.am:

          New Makefile.am's for trading service unit tests.

Tue Dec 12 17:24:02 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:

          Regenerated.

        * orbsvcs/orbsvcs/CosConcurrency.mpc:

          Don't include concurrency_export.h and concurrency_skel_export.h
          in server library's MPC project.

Tue Dec 12 16:13:34 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Log/Hash_LogRecordStore.cpp:

          Use .in() to squelch conversion warning.

Tue Dec 12 15:05:04 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * NEWS:

          Provided an overview of the following changes.

        * orbsvcs/orbsvcs/CosTrading.mpc:

          Added a verbatim section to automate the regeneration of the lex
          file for the Trader Server library.  Which includes running the
          lex output through sed and then patching at the end.

        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.h:
        * orbsvcs/orbsvcs/Trader/Constraint_Nodes.cpp:

          Switched from using CORBA::Long/CORBA::ULong to
          CORBA::LongLong/CORBA::ULongLong to support 64-bit integers.  The
          union contains various integral types and to support both Long and
          LongLong would be redundant.

        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.h:
        * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp:

          Added support dynamic sequences of CORBA::LongLong/
          CORBA::ULongLong.

        * orbsvcs/orbsvcs/Trader/Constraint_l.cpp.diff:
        * orbsvcs/orbsvcs/Trader/Constraint_l.cpp:
        * orbsvcs/orbsvcs/Trader/constraint.l:

          Updated the {float} regular expression to allow negative values
          for floating point numbers.

          Added support for CORBA::LongLong and CORBA::ULongLong.  Since all
          integers are stored as 64-bit values instead of 32-bit values two
          conversion functions (trader_stroll and trader_stroull) are used
          to convert text into CORBA::LongLong and CORBA::ULongLong.  They
          are good candidates for moving into ACE as emulation for platforms
          that do not natively support strtoll and stroull.

          Also, fixed an issue where negative integers were being stored and
          compared as unsigned integers.

        * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp:
        * orbsvcs/orbsvcs/Trader/Interpreter.h:
        * orbsvcs/orbsvcs/Trader/Constraint_Tokens.h:
        * orbsvcs/orbsvcs/Trader/Constraint_y.cpp:
        * orbsvcs/orbsvcs/Trader/constraint.y:

          Switched the order of the TAO_SIGNED and TAO_UNSIGNED tokens which
          are used by the TAO_Literal_Constraint to determine the widest
          integral type.

        * orbsvcs/tests/Trading/TT_Info.cpp:

          Added a query to use a negative floating point number and a query
          to use a number that would exceed the size of a CORBA::Long.

        * orbsvcs/tests/unit/Trading/Interpreter/Interpreter.cpp:
        * orbsvcs/tests/unit/Trading/Interpreter/Interpreter.mpc:
        * orbsvcs/tests/unit/Trading/Interpreter/run_test.pl:

          This unit test exercises the lexer for literal constraints as well
          as the comparison of various mixed literal constraints.

Tue Dec 12 14:21:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IFR_Client/IFR_Client_Adapter_Impl.h:
          Fixed link problems with CORBA/e

Tue Dec 12 12:31:45 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * tao/TAO_Server_Request.inl:
        * tao/TAO_Server_Request.cpp:

          Corrected a very bad merge on my part.  Thanks to Chris Reed <cr
          at progress dot com> for reporting this and providing a patch.

Tue Dec 12 10:08:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/taoidl3toidl2defaults.mpb:
          Moved to CIAO

Mon Dec 11 21:38:29 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tests/Bug_2683_Regression/client.cpp:
        * tests/Bug_2683_Regression/run_test.pl:

          This test requires a host name to plug into the corbaloc string.
          For VxWorks testing, only the server side runs on the target,
          the client runs on the test-driver host. For this reason,
          "localhost" is unacceptable for use as a hostname.

Sun Dec 10 20:43:26 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Bug_2503_Regression/Makefile.am:
        * tests/Bug_2560_Regression/Makefile.am:
        * tests/Bug_2593_Regression/Makefile.am:
        * tests/Bug_2595_Regression/Makefile.am:
        * tests/Bug_2683_Regression/Makefile.am:
        * tests/Cache_Growth_Test/Makefile.am:
        * tests/CallbackTest/Makefile.am:
        * tests/Client_Leaks/Makefile.am:
        * tests/CodeSets/simple/Makefile.am:
        * tests/Connect_Strategy_Test/Makefile.am:
        * tests/Connection_Purging/Makefile.am:
        * tests/Crash_On_Write/Makefile.am:
        * tests/Crashed_Callback/Makefile.am:
        * tests/Strategies/Makefile.am:
        * tests/Timed_Buffered_Oneways/Makefile.am:
        * tests/Two_Objects/Makefile.am:
        * tests/Typedef_String_Array/Makefile.am:
        * tests/UNKNOWN_Exception/Makefile.am:

          Regenerated.

        * tests/Bug_2503_Regression/Bug_2503_Regression.mpc:
        * tests/Bug_2560_Regression/Bug_2560_Regression.mpc:
        * tests/Bug_2593_Regression/Bug_2593_Regression.mpc:
        * tests/Bug_2595_Regression/Bug_2595_Regression.mpc:
        * tests/Bug_2683_Regression/IORTable.mpc:
        * tests/Cache_Growth_Test/Cache_Growth_Test.mpc:
        * tests/CallbackTest/CallbackTest.mpc:
        * tests/Client_Leaks/Client_Leaks.mpc:
        * tests/CodeSets/simple/CodeSets_simple.mpc:
        * tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc:
        * tests/Connection_Purging/Connection_Purging.mpc:
        * tests/Crash_On_Write/Crash_On_Write.mpc:
        * tests/Crashed_Callback/Crashed_Callback.mpc:
        * tests/Strategies/Strategies.mpc:
        * tests/Timed_Buffered_Oneways/Timed_Buffered_Oneways.mpc:
        * tests/Two_Objects/Two_Objects.mpc:
        * tests/Typedef_String_Array/typedef_string_array.mpc:
        * tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc:

          Split out IDL compilation into separate MPC project.

        * tests/Bug_2186_Regression/Makefile.am:

          Regenerated.

        * tests/Bug_2186_Regression/Bug_2186_Regression.mpc:

          Add empty IDL_Files sections to Client and Server projects.

Sun Dec 10 01:36:17 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Bug_2234_Regression/Makefile.am:

          Regenerated.

        * tests/Bug_2234_Regression/Bug_2234_Regression.mpc

          Changed to inherit from anytypecode.

Sun Dec 10 00:33:57 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Bug_1670/Regression/Makefile.am:

          Regenerated.

        * tests/Bug_1670/Regression/Bug_1670_Regression.mpc:

          Add generated source files to MPC Source_Files section.

Sat Dec  9 23:18:53 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Bug_1495_Regression/Makefile.am:
        * tests/Bug_1551_Regression/Makefile.am:
        * tests/Bug_1568_Regression/Makefile.am:
        * tests/Bug_1627_Regression/Makefile.am:
        * tests/Bug_1670_Regression/Makefile.am:
        * tests/Bug_1676_Regression/Makefile.am:
        * tests/Bug_1869_Regression/Makefile.am:
        * tests/Bug_2174_Regression/Makefile.am:
        * tests/Bug_2183_Regression/Makefile.am:
        * tests/Bug_2186_Regression/Makefile.am:
        * tests/Bug_2188_Regression/Makefile.am:
        * tests/Bug_2234_Regression/Makefile.am:
        * tests/Bug_2289_Regression/Makefile.am:
        * tests/Bug_2328_Regression/Makefile.am:
        * tests/Bug_2349_Regression/Makefile.am:
        * tests/Bug_2429_Regression/Makefile.am:
        * tests/Bug_2494_Regression/Makefile.am:

          Regenerated.

        * tests/Bug_1495_Regression/Bug_1495.mpc:
        * tests/Bug_1551_Regression/Bug_1551_Regression.mpc:
        * tests/Bug_1568_Regression/Bug_1568_Regression.mpc:
        * tests/Bug_1627_Regression/Bug_1627_Regression.mpc:
        * tests/Bug_1670_Regression/Bug_1670_Regression.mpc:
        * tests/Bug_1676_Regression/Bug_1676_Regression.mpc:
        * tests/Bug_1869_Regression/Bug_1869_Regression.mpc:
        * tests/Bug_2174_Regression/Bug_2174_Regression.mpc:
        * tests/Bug_2183_Regression/Bug_2183_Regression.mpc:
        * tests/Bug_2186_Regression/Bug_2186_Regression.mpc:
        * tests/Bug_2188_Regression/broken.mpc:
        * tests/Bug_2234_Regression/Bug_2234_Regression.mpc:
        * tests/Bug_2289_Regression/Bug_2289_Regression.mpc:
        * tests/Bug_2328_Regression/Bug_2328_Regression.mpc:
        * tests/Bug_2349_Regression/Bug_2349_Regression.mpc:
        * tests/Bug_2429_Regression/Bug_2429_Regression.mpc:
        * tests/Bug_2494_Regression/Bug_2494_Regression.mpc:

          Split out IDL compilation into separate MPC project.

Fri Dec  8 22:30:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/IDL_Test/included.idl:
        * tests/IDL_Test/valuetype.idl:

          Added IDL to the test to cover the bug fixed in

          Tue Dec  5 21:51:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

Fri Dec  8 05:21:38 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Changed code to extract version number from tao/Version.h to be
          more resilient to leading whitespace like was added by a bug in
          the release script in the last beta.  Thanks to Ray Lischner
          <rlischner at proteus-technologies dot com> for this patch.
          Also thanks to Paul Riley <paul at riley dot net> for reporting
          this problem.

Fri Dec  8 04:45:52 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Log/Hash_Iterator_i.cpp:
        * orbsvcs/orbsvcs/Log/Hash_Iterator_i.h:
        * orbsvcs/orbsvcs/Log/Hash_LogRecordStore.cpp:
        * orbsvcs/orbsvcs/Log/Iterator_i.cpp:
        * orbsvcs/orbsvcs/Log/Iterator_i.h:

          The Iterator's destroy() method was using _default_POA() to
          obtain the POA to deactivate the object, but that didn't do
          anything because it was activated on a the iterator POA.
          Changed to pass the iterator POA so we can self-destruct
          properly.

        * orbsvcs/orbsvcs/Log/Hash_LogRecordStore.cpp:

          Create the iterator POA with the POAManager obtained from the
          log POA.  We were passing POAManager::_nil(), which created a
          new POAManager.  This resulted in all operations on iterators to
          fail, since the POAManager was never activated.

Thu Dec  7 19:00:28 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * MPC/config/typecodefactory.mpb:

          Added avoids_minimum_corba, avoids_corba_e_compact, and
          avoids_corba_e_micro to the base project list. Thanks to
          Johnny Willemsen <jwillemsen@remedy.nl> for his input
          that helped reach the decision that this is the right
          thing to do.

        * orbsvcs/orbsvcs/IFRService.mpc:

          - Removed base projects that are already pulled in by
            others, including the 3 added to typecodefactory's
            base project list, described above.

          - Removed the 'IFRService' tag and tagcheck line, this
            stuff was never used.

          - Revised Source_Files and Template_Files blocks, and
            added Header_Files block, so that template files will
            get displayed in the right place and all header files
            will get displayed, in Visual Studio projects.

        * tests/Any/Recursive/RecursiveHello.mpc:
        * examples/TypeCode_Creation/TypeCode_Creation.mpc:

          Removed avoids_minimum_corba, avoids_corba_e_compact, and
          avoids_corba_e_micro base projects, since they are now
          pulled in by typecodefactory.

Thu Dec  7 18:55:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB.{h,cpp}:
          Fixed minimum defines

        * tao/IFR_Client/IFR_Client_Adapter_Impl.cpp:
          Exclude certain functionality for CORBA/e

Thu Dec  7 14:18:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/CSD_Strategy/ThreadPool2/CSD_Test_ThreadPool2.mpc:
        * examples/CSD_Strategy/ThreadPool3/CSD_Test_ThreadPool3.mpc:
        * examples/CSD_Strategy/ThreadPool5/CSD_Test_ThreadPool5.mpc:
        * examples/CSD_Strategy/ThreadPool/CSD_Test_ThreadPool.mpc:
          Build the clients after the idl project, not after server
          to resolve build order problems in the CORBA/e builds

Thu Dec  7 10:49:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB.{h,cpp}:
          Disable more of the ORB when building for CORBA/e, thanks to
          Jeff for pointing out that these methods wheren't disabled

Thu Dec  7 09:56:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/rtscheduling.mpb:
        * tao/RTScheduler.mpc:
          Don't build with CORBA/e micro

Thu Dec  7 09:54:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/avoids_corba_e_compact.mpb:
        * MPC/config/avoids_corba_e_micro.mpb:
        * MPC/config/avoids_minimum_corba.mpb:
          Simplified these files, thanks to Jeff to pointing out that
          they contained to much

        * MPC/config/concurrency_serv.mpb:
          Don't build with CORBA/e micro

        * orbsvcs/orbsvcs/CosConcurrency.mpc:
          Don't build serv with CORBA/e micro

Thu Dec  7 08:02:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/ImplicitActivationStrategyImplicit.cpp:
        * tao/PortableServer/ImplicitActivationStrategyImplicit.h:
        * tao/PortableServer/RequestProcessingPolicy.cpp:
        * tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp:
        * tao/PortableServer/RequestProcessingStrategyDefaultServantFI.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantActivator.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantLocator.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantLocatorFI.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantManager.cpp:
        * tao/PortableServer/ServantRetentionPolicy.cpp:
        * tao/PortableServer/ThreadPolicy.cpp:
        * tao/PortableServer/ThreadStrategySingle.cpp:
        * tao/PortableServer/ThreadStrategySingle.h:
        * tao/PortableServer/ThreadStrategySingleFactoryImpl.cpp:
        * tao/PortableServer/ThreadStrategySingleFactoryImpl.h:
          Disable more strategies with CORBA/e but also reordered some includes.
          At the moment the strategy is fully disabled in a minimum build we
          include orbconf.h outside the internal ifdef check and all includes
          of classes are inside this ifdef. This way we don't pull in a static
          initializers which seem to take 112 bytes of footprint per file
          which is not needed.

Thu Dec  7 07:38:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/PortableServer.cpp:
          The wrong activation strategy was disabled when building for
          CORBA/e

Thu Dec  7 06:38:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ImR_Client/IMR_Client.cpp:
        * tao/RTPortableServer/RT_POA.inl:
          Some bool changes I missed in my previous commit

Thu Dec  7 00:25:44 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Big_AMI/Makefile.am:

          Regenerated.

Wed Dec  6 22:27:21 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Big_AMI/Big_AMI.mpc:

          Changed IDL project to inherit from ami.

Wed Dec  6 21:11:47 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_2612/DllOrb.cpp:
          Fixing a windows build warning about unused variable.

wed Dec  6 19:58:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/POA/Policies/Policies.mpc:
          Don't build when CORBA/e micro has been enabled

Wed Dec  6 19:33:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/CSD_Strategy/ThreadPool2/CSD_Test_ThreadPool2.mpc:
        * examples/CSD_Strategy/ThreadPool3/CSD_Test_ThreadPool3.mpc:
        * examples/CSD_Strategy/ThreadPool4/CSD_Test_ThreadPool4.mpc:
        * examples/CSD_Strategy/ThreadPool/CSD_Test_ThreadPool.mpc:
          Don't build the server when CORBA/e micro has been enabled

Wed Dec  6 19:24:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/Active_Object_Map.cpp:
        * tao/PortableServer/Active_Object_Map.h:
        * tao/PortableServer/Active_Object_Map.inl:
        * tao/PortableServer/Active_Object_Map_Entry.cpp:
        * tao/PortableServer/IdUniquenessStrategy.h:
        * tao/PortableServer/IdUniquenessStrategyMultiple.cpp:
        * tao/PortableServer/IdUniquenessStrategyMultiple.h:
        * tao/PortableServer/IdUniquenessStrategyUnique.cpp:
        * tao/PortableServer/IdUniquenessStrategyUnique.h:
        * tao/PortableServer/RequestProcessingStrategy.h:
        * tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp:
        * tao/PortableServer/RequestProcessingStrategyAOMOnly.h:
        * tao/PortableServer/RequestProcessingStrategyDefaultServant.cpp:
        * tao/PortableServer/RequestProcessingStrategyDefaultServant.h:
        * tao/PortableServer/RequestProcessingStrategyServantActivator.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantActivator.h:
        * tao/PortableServer/RequestProcessingStrategyServantLocator.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantLocator.h:
        * tao/PortableServer/Root_POA.cpp:
        * tao/PortableServer/Root_POA.h:
        * tao/PortableServer/Servant_Upcall.cpp:
        * tao/PortableServer/Servant_Upcall.h:
        * tao/PortableServer/ServantRetentionStrategy.h:
        * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:
        * tao/PortableServer/ServantRetentionStrategyNonRetain.h:
        * tao/PortableServer/ServantRetentionStrategyRetain.cpp:
        * tao/PortableServer/ServantRetentionStrategyRetain.h:
          Use bool instead of int for several flags, also then use true/false
          instead of 0/1

Wed Dec  6 16:15:58 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc:
        * tests/ORB_Local_Config/Bug_2612/DllOrb.h:
        * tests/ORB_Local_Config/Bug_2612/DllOrb.cpp:
        * tests/ORB_Local_Config/Bug_2612/Test.cpp:

          Fixing fuzz (missing $id$) and compile errors on
          TAO_HAS_MINIMUM_CORBA builds, which define the POAManager
          inteface without the deactivate() method.

Wed Dec  6 16:10:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h:
        * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.h:
          Fixed doxygen warnings

Wed Dec  6 15:55:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Abstract_Servant_Base.h:
        * tao/AnyTypeCode/Fixed_TypeCode.h:
        * tao/AnyTypeCode/TypeCode.h:
        * tao/Codeset_Manager_Factory_Base.h:
        * tao/Pluggable_Messaging.h:
        * tao/Thread_Lane_Resources.h:
          Fixed doxygen warnings

Wed Dec  6 15:29:25 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Abstract_Interface/Makefile.am:
        * tests/Any/Recursive/Makefile.am:
        * tests/BiDirectional/Makefile.am:
        * tests/BiDirectional_DelayedUpcall/Makefile.am:
        * tests/BiDirectional_NestedUpcall/Makefile.am:
        * tests/Big_AMI/Makefile.am:
        * tests/Big_Oneways/Makefile.am:
        * tests/Big_Reply/Makefile.am:
        * tests/Big_Request_Muxing/Makefile.am:
        * tests/Big_Twoways/Makefile.am:
        * tests/Blocking_Sync_None/Makefile.am:
        * tests/Bug_1020_Basic_Regression/Makefile.am:
        * tests/Bug_1020_Regression/Makefile.am:
        * tests/Bug_1254_Regression/Makefile.am:
        * tests/Bug_1269_Regression/Makefile.am:
        * tests/Bug_1270_Regression/Makefile.am:
        * tests/Bug_1330_Regression/Makefile.am:
        * tests/Bug_1361_Regression/Makefile.am:
        * tests/Bug_1476_Regression/Makefile.am:
        * tests/Bug_1482_Regression/Makefile.am:

          Regenerated.

        * tests/Abstract_Interface/Abstract_Interface.mpc:
        * tests/Any/Recursive/RecursiveHello.mpc:
        * tests/BiDirectional/BiDirectional.mpc:
        * tests/BiDirectional_DelayedUpcall/BiDir_DelayedUpcall.mpc:
        * tests/BiDirectional_NestedUpcall/BiDir_NestedUpcall.mpc:
        * tests/Big_AMI/Big_AMI.mpc:
        * tests/Big_Oneways/Big_Oneways.mpc:
        * tests/Big_Reply/Big_Reply.mpc:
        * tests/Big_Request_Muxing/Big_Request_Muxing.mpc:
        * tests/Big_Twoways/Big_Twoways.mpc:
        * tests/Blocking_Sync_None/Blocking_Sync_None.mpc:
        * tests/Bug_1020_Basic_Regression/Bug_1020_Basic_Regression.mpc:
        * tests/Bug_1020_Regression/Bug_1020_Regression.mpc:
        * tests/Bug_1254_Regression/Bug_1254_Regression.mpc:
        * tests/Bug_1269_Regression/Bug_1269_Regression.mpc:
        * tests/Bug_1270_Regression/Bug_1270_Regression.mpc:
        * tests/Bug_1330_Regression/Bug_1330_Regression.mpc:
        * tests/Bug_1361_Regression/Bug_1361_Regression.mpc:
        * tests/Bug_1476_Regression/Bug_1476_Regression.mpc:
        * tests/Bug_1482_Regression/Bug_1482_Regression.mpc:

          Split out IDL compilation into separate MPC project.

Wed Dec  6 14:36:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/PortableServer.cpp:
          Reduced the number of process directives call for CORBA/e compact
          and micro

Wed Dec  6 14:28:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PortableServer/ServantRetentionStrategyNonRetain.{h,cpp}:
        * tao/PortableServer/ServantRetentionStrategyNonRetainFactoryImpl.{h,cpp}:
          Added checks for CORBA/e compact and micro, no need to compile these
          when these profiles are enabled.

        * tao/PortableServer/ServantRetentionStrategyRetain.cpp:
          Const improvement

Wed Dec  6 14:15:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/rtportableserver.mpb:
        * tao/RTPortableServer.mpc:
          Don't build RTPortableServer when CORBA/e micro has been enabled

Wed Dec  6 13:40:52 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * examples/CSD_Strategy/ThreadPool6/Makefile.am:
        * examples/Simple/time-date/Makefile.am:
        * orbsvcs/examples/ORT/Makefile.am:
        * orbsvcs/tests/Bug_2709_Regression/Makefile.am:
        * tests/Bug_2654_Regression/Makefile.am:
        * tests/OctetSeq/Makefile.am:
        * tests/Oneway_Timeouts/Makefile.am:
        * tests/Param_Test/Makefile.am:
        * tests/Portable_Interceptors/ORB_Shutdown/Makefile.am:

          Regenerate.

        * configure.ac:
        * orbsvcs/tests/Makefile.am:
        * tests/Makefile.am:

          Changes for move of Bug_2709_Regression unit test.

Wed Dec  6 08:30:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * *.mpc:
          Added to all mpc files that have avoids_corba_e_compact also
          avoids_corba_e_micro because they also can't be build with
          CORBA/e micro

Tue Dec  5 21:51:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_argument/arglist.cpp (visit_sequence):

          Added code to create the sequence node's name, if a check
          determines that the node is from an included IDL file, and
          is an anonymous sequence (not created with a typedef declaration).
          This is the case in this particular visitor if a valuetype
          inherits an anonymous sequence member from a valuetype
          declared in another IDL file, and this visitor is generating
          the argument list for the OBV_* constructor with member
          values. The node's name has not yet been set, since it
          cannot be done in the node constructor - if the sequence
          is declared with a typedef, the typedef node is created
          after the sequence node, and it also sets the sequence
          node's 'anonymous' flag to false (set to true by default
          in the sequence node constructor). Thanks to Ossama
          Othman <ossama.othman@symantec.com> for reporting the
          bug.

Tue Dec  5 18:36:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/DSI_Gateway/DSI_Gateway.mpc:
          Don't build with corba_e_compact

        * orbsvcs/orbsvcs/Log/LogActivator.{h,cpp}:
        * orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Activator.{h,cpp}:
          Changes to resolve compile errors with CORBA/e compact

Tue Dec  5 15:29:59 UTC 2006  Vadym Ridosh <vridosh@prismtech.com>

        * tests/Bug_2709_Regression/*:
        * orbsvcs/tests/Bug_2709_Regression/*:
          Regression test for bug#2709 was moved.

Tue Dec  5 15:02:37 UTC 2006 Vadym Ridosh <vridosh@prismtech.com>
        * tests/Bug_2709_Regression/Bug_2709_Regression.mpc:
          Added dependency to avoid problem with build on some OSes.

Tue Dec  5 11:35:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_codegen.cpp:
          Added a check that -SSi is not a valid commandline argument, so
          then we give an error, it is -SS, no third character at all.
          This fixes bugzilla bug 2723.

Tue Dec  5 11:31:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/valuetype.mpb:
        * Valuetype.mpc:
          Valuetype is not available with corba/e micro

        * Valuetype/ValueBase.cpp:
          Use ACE_ERROR for an error message

Tue Dec  5 11:25:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2654_Regression/Bug_2654_Regression.mpc:
        * orbsvcs/examples/ORT/ORT.mpc:
          Don't build with corba/e compact

        * orbsvcs/tests/ImplRepo/Bug_2604_Regression/Bug_2604.mpc:
          Don't build the server with corba/e compact

        * orbsvcs/orbsvcs/PortableGroup.mpc:
          Don't build with corba/e compact

        * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
          Part can't be build with corba/e compact

Tue Dec  5 11:19:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/MProfile_Forwarding/MProfile_Forwarding.mpc:
          Don't build the manager with corba/e compact

Tue Dec  5 11:17:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/CSD_Strategy/ThreadPool6/CSD_Test_ThreadPool6.mpc:
          Don't build server with corba/e compact

Tue Dec  5 08:28:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OctetSeq/OctetSeq.mpc:
          Changed build order to resolve build order problems in the ace_for_tao
          builds

Tue Dec  5 04:21:50 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefile for new unit test subdirectory.

        * tests/ORB_Local_Config/Makefile.am:

          Regenerate to descend into CSD_Strategy subdirectory.

        * tests/ORB_Local_Config/Bug_2612/Makefile.am:

          New file.

Tue Dec  5 04:10:47 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/AMH_Exceptions/Makefile.am:
        * tests/AMH_Oneway/Makefile.am:
        * tests/AMI/Makefile.am:
        * tests/AMI_Buffering/Makefile.am:
        * tests/AMI_Timeouts/Makefile.am:

          Regenerated.

        * tests/AMH_Exceptions/AMH_Exceptions.mpc:
        * tests/AMH_Oneway/AMH_Oneway.mpc:
        * tests/AMI/AMI.mpc:
        * tests/AMI_Buffering/AMI_Buffering.mpc:
        * tests/AMI_Timeouts/AMI_Timeouts.mpc:

          Split out IDL compilation into separate MPC project.

Mon Dec  4 18:01:55 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tests/ORB_Local_Config/Bug_2612:
        * tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc:
        * tests/ORB_Local_Config/Bug_2612/DllOrb.h:
        * tests/ORB_Local_Config/Bug_2612/DllOrb.cpp:
        * tests/ORB_Local_Config/Bug_2612/DllOrb_Export.h:
        * tests/ORB_Local_Config/Bug_2612/Test.cpp:
        * tests/ORB_Local_Config/Bug_2612/run_test.pl:

          Added new regression test for bug#2612. It should also cover the
          issue described in bug#2677.

        * tests/ORB_Local_Config/run_tests_all.pl:

          Added the new test to the list of tests for manual execution.

Mon Dec  4 17:30:30 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * tao/Invocation_Adapter.cpp (invoke_i):
        * tao/LocateRequest_Invocation_Adapter.cpp (invoke):

          Added a service config guard to ensure the invocation is
          processed, using the correct configuration repository.  The
          change ensures that the ORB's repository is going to be
          "current" for the duration of the invocation, which is needed if
          timeouts and other policies are applied as expected.  Thanks to
          Eider Oliveira <eider dot oliveira at gmail dot com> for
          submitting the defect (bug# 2734)

Mon Dec  4 16:17:07 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/util/utl_err.cpp (syntax_error):

          Replaced increment of error count with immediate bailout
          on any kind of syntax error. Keeping the state of the IDL
          compiler consistent in the face of any syntax error would
          require extensive hacking of bison-generated code, and we
          still wouldn't get any code generation if there are any
          errors going into the backend. This fix closes [BUGID:2688].

Mon Dec  4 15:42:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/*:
          The MPC base projects for TAO

Mon Dec  4 13:23:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp:
        * examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp:
          Added static casts to get rid of warnings with vc

Mon Dec  4 12:36:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Oneway_Timeouts/*:
          Added missing id tags

        * Release:
          Added MPC

Mon Dec  4 12:24:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC
        * MPC/config
          New directory for the base projects specifically for TAO

Mon Dec  4 12:17:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2709_Regression/Client_Task.cpp:
          Fixed conversion warning in vxworks builds

Mon Dec  4 11:21:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/PI_Server/PortableServer_ORBInitializer.cpp:
        * tao/PI_Server/PortableServer_PolicyFactory.cpp:
          Fixed compile errors with CORBA/e compact

        * tao/Bounded_Value_Sequence_T.h:
          Improved doxygen documentation

Mon Dec  4 08:03:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Param_Test/Param_Test.mpc:
          Build all projects after idl to get always the correct build
          order

Mon Dec  4 07:59:57 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/DynamicAny/DynCommon.{h,cpp}:
          Removed not needed const qualifiers on the return type, fixes
          icc warnings

        * tao/Unbounded_Basic_String_Sequence_T.h:
          Improved doxygen documentation

        * tao/Policy_Set.cpp:
          Const changes

Sun Dec  3 14:25:57 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/ORB_Local_Config/Bug_1459/Makefile.am:
        * tests/ORB_Local_Config/Bunch/Makefile.am:
        * tests/ORB_Local_Config/Separation/Makefile.am:
        * tests/ORB_Local_Config/Shared/Makefile.am:
        * tests/ORB_Local_Config/Two_DLL_ORB/Makefile.am:
        * tests/ORB_Local_Config/Simple/Makefile.am:
        * tests/ORB_Local_Config/Service_Dependency/Makefile.am:

          Add automake specific section so that includes is set relative
          to $(srcdir).

Sun Dec  3 07:39:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/AnyTypeCode/BasicTypeTraits.cpp:
          Fixed compile problems with Borland C++

Sat Dec  2 23:11:45 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * examples/Makefile.am:

          Skip RTScheduling subdirectory for now.

        * tests/Makefile.am:

          Skip Bug_2399_Regression and CSD_Strategy_Tests
          subdirectories for now.

Sat Dec  2 23:02:13 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * Makefile.am:

          Add tests subdirectory.

        * tests/ICMG_Any_Bug/Makefile.am:
        * tests/OBV/Simple/Makefile.am:

          Regenerated.

Fri Dec  1 20:18:47 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/fe/fe_declarator.cpp (compose):

          Removed a prefix match check that was overlooked in the
          #pragma prefix changes in

          Tue Nov 28 19:32:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

          but was caught only on Solaris platforms, since on all
          others, one of the compared strings always has an uninitialized
          value of 0, which short-circuited the check.

Fri Dec  1 15:39:03 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/OBV/Simple/OBV_Simple.mpc:

          Removed -St from IDL compiler command line options, since
          valuetypes now require typecode support.

Fri Dec  1 15:19:34 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tests/ICMG_Any_Bug/Hello.mpc:

          Removed -Sa and -St from the IDL compiler command line options
          (pulled in from taoidldefaults.mpb), since the client code
          uses DII.

Fri Dec  1 14:59:02 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/tests/Event/UDP/Makefile.am:
        * tests/Param_Test/Makefile.am:

          Regenerated.

Fri Dec  1 13:49:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Param_Test/Param_Test.mpc:
          Added explicit build order and removed -Sa and -St from the
          idlflags

Fri Dec  1 13:37:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/Security/Download.html:
        * docs/tutorials/Quoter/index.html:
          Updated download location of ACE/TAO/CIAO

Fri Dec  1 13:35:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO-INSTALL.html:
          Updated download location of ACE/TAO/CIAO

Fri Dec  1 12:27:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/tests/Event/UDP/RtEC_UDP.mpc:
          Fixed invalid filenames in this test

Thu Nov 30 18:01:43 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AnyTypeCode/BasicTypeTraits.cpp:
        * tao/AnyTypeCode/BasicTypeTraits.h:

          Added one-line convert() method to each specialization,
          since returning the extraction type in
          DynAnyBasicTypeUtils<>::get_value() is not correct for
          chars, wchars, octets and booleans.

        * tao/DynamicAny/DynAnyUtils_T.h:

          Replaced an implicit temporary in
          DynAnyBasicTypeUtils<>::get_value() with an explicit
          constructor call, since the temporary was confused with a
          cast by some compilers.

        * tests/DynAny_Test/analyzer.cpp:

          Replace a call to length() on an aliased array typecode
          (which returned a BADKIND exception) to a call on the
          unaliased typecode.

Thu Nov 30 14:48:57 UTC 2006  Vadym Ridosh <vridosh@prismtech.com>
        * tao/PortableServer/Var_Size_SArgument_T.cpp
        * tao/Bounded_Sequence_CDR_T.h
        * tao/Unbounded_Sequence_CDR_T.h

          Fix for bugzilla 1676 (uninitialized "out" param for sequence<string>
          can cause server to core). Old attempt to fix this was also removed.

Thu Nov 30 14:17:22 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp (visit_union_pos):

          Change to use the new DynAnyFactory method similar to the
          change to Log_Constraint_Visitors.cpp in

          Tue Nov 28 19:32:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

Thu Nov 30 13:28:22 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/lex.yy.cpp.diff:

          Recreated the diff file (and reprocessed idl.ll).  patch had
          problems applying the diff that was in the repository (at least on
          Linux).

Thu Nov 30 13:06:46 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/DynamicAny/DynAny_i.cpp
        * tao/DynamicAny/DynArray_i.cpp (init_common):
        * tao/DynamicAny/DynEnum_i.cpp (init_common):
        * tao/DynamicAny/DynSequence_i.cpp (init_common):
        * tao/DynamicAny/DynStruct_i.cpp (init_common):
        * tao/DynamicAny/DynUnion_i.cpp (init_common):
          Use true/false for a bool

Thu Nov 30 12:52:46 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/DynamicAny/DynCommon.cpp:
          Fixed conversion warnings and const changes

        * tao/DynamicAny/DynAnyUtils_T.h:
          Made the code compiling with BCB6 and VC8 but with GCC there
          are some more issues to be resolved

Thu Nov 30 09:58:02 UTC 2006  Vadym Ridosh <vridosh@prismtech.com>

        * tao/Stub.cpp
        * tao/Stub.inl
        * tao/Service_Callbacks.cpp
        * tao/Service_Callbacks.h
        * tao/ORB_Core.cpp
        * tao/ORB_Core.inl
        * tao/ORB_Core.h
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h
        * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp

          Fix for bugzilla 2709.

Thu Nov 30 05:52:05 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tests/Bug_2417_Regression/Makefile.am:
        * tests/Bug_2654_Regression/Makefile.am:
        * tests/Bug_2709_Regression/Makefile.am:
        * tests/Hang_Shutdown/Makefile.am:
        * tests/ICMG_Any_Bug/Makefile.am:
        * tests/OctetSeq/Makefile.am:
        * tests/Param_Test/Makefile.am:
        * tests/Portable_Interceptors/ORB_Shutdown/Makefile.am:
        * tests/RTCORBA/Client_Propagated/Makefile.am:
        * tests/Timeout/Makefile.am:

          Regenerated.

        * tests/Bug_2417_Regression/Bug_2417_Regression.mpc:
        * tests/Bug_2654_Regression/Bug_2654_Regression.mpc:
        * tests/Bug_2709_Regression/Bug_2709_Regression.mpc:
        * tests/Hang_Shutdown/Hang.mpc:
        * tests/ICMG_Any_Bug/Hello.mpc:
        * tests/OctetSeq/OctetSeq.mpc:
        * tests/Param_Test/Param_Test.mpc:
        * tests/Portable_Interceptors/ORB_Shutdown/PI_ORB_Shutdown.mpc:
        * tests/RTCORBA/Client_Propagated/RTCORBA_Client_Propagated.mpc:
        * tests/Timeout/Timeout.mpc:

          Split out IDL compilation into separate MPC project.

Thu Nov 30 05:48:30 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Added AM_CONDITIONAL for BUILD_JAVA, so we can handle
          Makefile.am's with these options.  Default to false, until we
          can write feature tests for this option.

Thu Nov 30 05:44:13 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * examples/OBV/Typed_Events/Makefile.am:

          Regenerated.

Wed Nov 29 17:43:45 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * examples/OBV/Typed_Events/Typed_Events.mpc:

          Removed the IDL flag -St, which suppressed typecode generation,
          so the _tao_type() method (which returns a typecode) can be
          generated for the valuetypes in the IDL - necessary since
          this method is pure virtual in ValueBase. This is a temporary
          fix, some discussions are necessary to decide on an approach
          to integrating _tao_type() with subsetted libraries, IDL
          compiler command line options, and MPC settings.

Wed Nov 29 17:13:33 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicAny/DynAnyUtils_T.h:

          Put back some of the 'typename' qualifiers removed in

          Wed Nov 29 000:11:49 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

          since the lack is definitely causing problems with FC4
          on the scoreboard. I had removed them because I thought
          they were the cause of problems reported by Phil
          Mesnier <mesnier_p@ociweb.com>, but perhaps those errors
          stemmed from something else.

Wed Nov 29 16:31:26 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AnyTypeCode/BasicTypeTraits.cpp:
        * tao/AnyTypeCode/BasicTypeTraits.h:

          Added a guard around code for wchars similar to that in
          tao/Unbounded_Sequence_CDR_T.h, as a workaround for LynxOS,
          which has no native wchar type. Thanks to Johnny Willemsen
          <jwillemsen@remedy.nl> for the tip.

Wed Nov 29 13:45:23 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new unit test subdirectories.

        * tests/AMH_Exceptions/Makefile.am:
        * tests/AMH_Oneway/Makefile.am:
        * tests/AMI/Makefile.am:
        * tests/AMI_Buffering/Makefile.am:
        * tests/AMI_Timeouts/Makefile.am:
        * tests/Abstract_Interface/Makefile.am:
        * tests/Any/Makefile.am:
        * tests/Any/Recursive/Makefile.am:
        * tests/BiDirectional/Makefile.am:
        * tests/BiDirectional_DelayedUpcall/Makefile.am:
        * tests/BiDirectional_MultipleORB/Makefile.am:
        * tests/BiDirectional_NestedUpcall/Makefile.am:
        * tests/Big_AMI/Makefile.am:
        * tests/Big_Oneways/Makefile.am:
        * tests/Big_Reply/Makefile.am:
        * tests/Big_Request_Muxing/Makefile.am:
        * tests/Big_Twoways/Makefile.am:
        * tests/Blocking_Sync_None/Makefile.am:
        * tests/Bug_1020_Basic_Regression/Makefile.am:
        * tests/Bug_1020_Regression/Makefile.am:
        * tests/Bug_1254_Regression/Makefile.am:
        * tests/Bug_1269_Regression/Makefile.am:
        * tests/Bug_1270_Regression/Makefile.am:
        * tests/Bug_1330_Regression/Makefile.am:
        * tests/Bug_1361_Regression/Makefile.am:
        * tests/Bug_1476_Regression/Makefile.am:
        * tests/Bug_1476_Test/Makefile.am:
        * tests/Bug_1482_Regression/Makefile.am:
        * tests/Bug_1495_Regression/Makefile.am:
        * tests/Bug_1535_Regression/Makefile.am:
        * tests/Bug_1551_Regression/Makefile.am:
        * tests/Bug_1568_Regression/Makefile.am:
        * tests/Bug_1627_Regression/Makefile.am:
        * tests/Bug_1635_Regression/Makefile.am:
        * tests/Bug_1636_Regression/Makefile.am:
        * tests/Bug_1639_Regression/Makefile.am:
        * tests/Bug_1670_Regression/Makefile.am:
        * tests/Bug_1676_Regression/Makefile.am:
        * tests/Bug_1693_Test/Makefile.am:
        * tests/Bug_1812_Regression/Makefile.am:
        * tests/Bug_1813_Regression/Makefile.am:
        * tests/Bug_1869_Regression/Makefile.am:
        * tests/Bug_1904_Regression/Makefile.am:
        * tests/Bug_2084_Regression/Makefile.am:
        * tests/Bug_2119_Regression/Makefile.am:
        * tests/Bug_2122_Regression/Makefile.am:
        * tests/Bug_2124_Regression/Makefile.am:
        * tests/Bug_2126_Regression/Makefile.am:
        * tests/Bug_2134_Regression/Makefile.am:
        * tests/Bug_2144_Regression/Makefile.am:
        * tests/Bug_2174_Regression/Makefile.am:
        * tests/Bug_2183_Regression/Makefile.am:
        * tests/Bug_2186_Regression/Makefile.am:
        * tests/Bug_2188_Regression/Makefile.am:
        * tests/Bug_2201_Regression/Makefile.am:
        * tests/Bug_2222_Regression/Makefile.am:
        * tests/Bug_2234_Regression/Makefile.am:
        * tests/Bug_2289_Regression/Makefile.am:
        * tests/Bug_2319_Regression/Makefile.am:
        * tests/Bug_2328_Regression/Makefile.am:
        * tests/Bug_2345_Regression/Makefile.am:
        * tests/Bug_2349_Regression/Makefile.am:
        * tests/Bug_2375_Regression/Makefile.am:
        * tests/Bug_2399_Regression/Makefile.am:
        * tests/Bug_2417_Regression/Makefile.am:
        * tests/Bug_2419_Regression/Makefile.am:
        * tests/Bug_2424_Regression/Makefile.am:
        * tests/Bug_2429_Regression/Makefile.am:
        * tests/Bug_2494_Regression/Makefile.am:
        * tests/Bug_2503_Regression/Makefile.am:
        * tests/Bug_2542_Regression/Makefile.am:
        * tests/Bug_2543_Regression/Makefile.am:
        * tests/Bug_2549_Regression/Makefile.am:
        * tests/Bug_2560_Regression/Makefile.am:
        * tests/Bug_2593_Regression/Makefile.am:
        * tests/Bug_2595_Regression/Makefile.am:
        * tests/Bug_2654_Regression/Makefile.am:
        * tests/Bug_2669_Regression/Makefile.am:
        * tests/Bug_2683_Regression/Makefile.am:
        * tests/Bug_2709_Regression/Makefile.am:
        * tests/CDR/Makefile.am:
        * tests/COIOP/Makefile.am:
        * tests/CSD_Strategy_Tests/Broken/Makefile.am:
        * tests/CSD_Strategy_Tests/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Common/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Foo_A/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Foo_B/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Foo_C/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Test_1/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Test_2/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Test_3/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Test_4/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Test_Dynamic/Makefile.am:
        * tests/CSD_Strategy_Tests/TP_Test_Static/Makefile.am:
        * tests/Cache_Growth_Test/Makefile.am:
        * tests/CallbackTest/Makefile.am:
        * tests/Client_Leaks/Makefile.am:
        * tests/CodeSets/Makefile.am:
        * tests/CodeSets/libs/IBM1047_ISO8859/Makefile.am:
        * tests/CodeSets/libs/Makefile.am:
        * tests/CodeSets/libs/UCS4_UTF16/Makefile.am:
        * tests/CodeSets/simple/Makefile.am:
        * tests/Codec/Makefile.am:
        * tests/Collocation/Makefile.am:
        * tests/CollocationLockup/Makefile.am:
        * tests/Collocation_Exception_Test/Makefile.am:
        * tests/Collocation_Oneway_Tests/Makefile.am:
        * tests/Collocation_Opportunities/Makefile.am:
        * tests/Collocation_Tests/Makefile.am:
        * tests/Connect_Strategy_Test/Makefile.am:
        * tests/Connection_Failure/Makefile.am:
        * tests/Connection_Purging/Makefile.am:
        * tests/Connection_Timeout/Makefile.am:
        * tests/Crash_On_Write/Makefile.am:
        * tests/Crashed_Callback/Makefile.am:
        * tests/DII_Collocation_Tests/Makefile.am:
        * tests/DII_Collocation_Tests/oneway/Makefile.am:
        * tests/DII_Collocation_Tests/twoway/Makefile.am:
        * tests/DLL_ORB/Makefile.am:
        * tests/DSI_Gateway/Makefile.am:
        * tests/DynAny_Test/Makefile.am:
        * tests/Explicit_Event_Loop/Makefile.am:
        * tests/Exposed_Policies/Makefile.am:
        * tests/FL_Cube/Makefile.am:
        * tests/Faults/Makefile.am:
        * tests/File_IO/Makefile.am:
        * tests/Forwarding/Makefile.am:
        * tests/GIOP_Fragments/Java_Big_Reply/Makefile.am:
        * tests/GIOP_Fragments/Java_Big_Request/Makefile.am:
        * tests/GIOP_Fragments/Makefile.am:
        * tests/GIOP_Fragments/PMB_With_Fragments/Makefile.am:
        * tests/Hang_Shutdown/Makefile.am:
        * tests/Hello/Makefile.am:
        * tests/ICMG_Any_Bug/Makefile.am:
        * tests/IDL_Test/Makefile.am:
        * tests/IORManipulation/Makefile.am:
        * tests/IOR_Endpoint_Hostnames/Makefile.am:
        * tests/IPV6/Makefile.am:
        * tests/InterOp-Naming/Makefile.am:
        * tests/Leader_Followers/Makefile.am:
        * tests/LongUpcalls/Makefile.am:
        * tests/MProfile/Makefile.am:
        * tests/MProfile_Connection_Timeout/Makefile.am:
        * tests/MProfile_Forwarding/Makefile.am:
        * tests/MT_BiDir/Makefile.am:
        * tests/MT_Client/Makefile.am:
        * tests/MT_Server/Makefile.am:
        * tests/MT_Timeout/Makefile.am:
        * tests/Makefile.am:
        * tests/Multiple/Makefile.am:
        * tests/Multiple_Inheritance/Makefile.am:
        * tests/Muxed_GIOP_Versions/Makefile.am:
        * tests/Muxing/Makefile.am:
        * tests/Native_Exceptions/Makefile.am:
        * tests/NestedUpcall/MT_Client_Test/Makefile.am:
        * tests/NestedUpcall/Makefile.am:
        * tests/NestedUpcall/Simple/Makefile.am:
        * tests/NestedUpcall/Triangle_Test/Makefile.am:
        * tests/Nested_Event_Loop/Makefile.am:
        * tests/Nested_Upcall_Crash/Makefile.am:
        * tests/No_Server_MT_Connect_Test/Makefile.am:
        * tests/OBV/Any/Makefile.am:
        * tests/OBV/Collocated/Forward/Makefile.am:
        * tests/OBV/Collocated/Makefile.am:
        * tests/OBV/Factory/Makefile.am:
        * tests/OBV/Forward/Makefile.am:
        * tests/OBV/Makefile.am:
        * tests/OBV/Simple/Makefile.am:
        * tests/OBV/TC_Alignment/Makefile.am:
        * tests/OBV/Truncatable/Makefile.am:
        * tests/OBV/ValueBox/Makefile.am:
        * tests/ORB_Local_Config/Bug_1459/Makefile.am:
        * tests/ORB_Local_Config/Bunch/Makefile.am:
        * tests/ORB_Local_Config/Makefile.am:
        * tests/ORB_Local_Config/Separation/Makefile.am:
        * tests/ORB_Local_Config/Service_Dependency/Makefile.am:
        * tests/ORB_Local_Config/Shared/Makefile.am:
        * tests/ORB_Local_Config/Simple/Makefile.am:
        * tests/ORB_Local_Config/Two_DLL_ORB/Makefile.am:
        * tests/ORB_destroy/Makefile.am:
        * tests/ORB_init/Makefile.am:
        * tests/ORB_init/Portspan/Makefile.am:
        * tests/ORB_shutdown/Makefile.am:
        * tests/ORT/Makefile.am:
        * tests/Object_Loader/Makefile.am:
        * tests/Objref_Sequence_Test/Makefile.am:
        * tests/OctetSeq/Makefile.am:
        * tests/Ondemand_Write/Makefile.am:
        * tests/Oneway_Buffering/Makefile.am:
        * tests/Oneway_Timeouts/Makefile.am:
        * tests/Oneways_Invoking_Twoways/Makefile.am:
        * tests/Optimized_Connection/Makefile.am:
        * tests/POA/Bug_2511_Regression/Makefile.am:
        * tests/POA/Current/Makefile.am:
        * tests/POA/Deactivate_Object/Makefile.am:
        * tests/POA/Default_Servant/Makefile.am:
        * tests/POA/EndpointPolicy/Makefile.am:
        * tests/POA/Etherealization/Makefile.am:
        * tests/POA/Excessive_Object_Deactivations/Makefile.am:
        * tests/POA/Identity/Makefile.am:
        * tests/POA/MT_Servant_Locator/Makefile.am:
        * tests/POA/Makefile.am:
        * tests/POA/Nested_Non_Servant_Upcalls/Makefile.am:
        * tests/POA/Non_Servant_Upcalls/Makefile.am:
        * tests/POA/Object_Reactivation/Makefile.am:
        * tests/POA/POAManagerFactory/Makefile.am:
        * tests/POA/POA_Destruction/Makefile.am:
        * tests/POA/Persistent_ID/Makefile.am:
        * tests/POA/Policies/Makefile.am:
        * tests/POA/Reference_Counting/Makefile.am:
        * tests/POA/Single_Threaded_POA/Makefile.am:
        * tests/POA/wait_for_completion/Makefile.am:
        * tests/Parallel_Connect_Strategy/Makefile.am:
        * tests/Param_Test/Makefile.am:
        * tests/Permanent_Forward/Makefile.am:
        * tests/Policies/Makefile.am:
        * tests/Portable_Interceptors/AMI/Makefile.am:
        * tests/Portable_Interceptors/AdvSlot/Makefile.am:
        * tests/Portable_Interceptors/AdvSlotDblCpy/Makefile.am:
        * tests/Portable_Interceptors/AdvSlotExt/Makefile.am:
        * tests/Portable_Interceptors/Benchmark/Makefile.am:
        * tests/Portable_Interceptors/Bug_1559/Makefile.am:
        * tests/Portable_Interceptors/Bug_2088/Makefile.am:
        * tests/Portable_Interceptors/Bug_2510_Regression/Makefile.am:
        * tests/Portable_Interceptors/Collocated/Dynamic/Makefile.am:
        * tests/Portable_Interceptors/Collocated/Makefile.am:
        * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/Makefile.am:
        * tests/Portable_Interceptors/Dynamic/Makefile.am:
        * tests/Portable_Interceptors/ForwardRequest/Makefile.am:
        * tests/Portable_Interceptors/IORInterceptor/Makefile.am:
        * tests/Portable_Interceptors/Makefile.am:
        * tests/Portable_Interceptors/ORB_Shutdown/Makefile.am:
        * tests/Portable_Interceptors/PICurrent/Makefile.am:
        * tests/Portable_Interceptors/PolicyFactory/Makefile.am:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Makefile.am:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Makefile.am:
        * tests/Portable_Interceptors/Processing_Mode_Policy/Remote/Makefile.am:
        * tests/Portable_Interceptors/Recursive_ORBInitializer/Makefile.am:
        * tests/Portable_Interceptors/Register_Initial_References/Makefile.am:
        * tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile.am:
        * tests/Portable_Interceptors/Service_Context_Manipulation/Makefile.am:
        * tests/Portable_Interceptors/Slot/Makefile.am:
        * tests/QtTests/Makefile.am:
        * tests/Queued_Message_Test/Makefile.am:
        * tests/RTCORBA/Activate_Object_Multiple_ORBs/Makefile.am:
        * tests/RTCORBA/Banded_Connections/Makefile.am:
        * tests/RTCORBA/Client_Propagated/Makefile.am:
        * tests/RTCORBA/Client_Protocol/Makefile.am:
        * tests/RTCORBA/Collocation/Makefile.am:
        * tests/RTCORBA/Destroy_Thread_Pool/Makefile.am:
        * tests/RTCORBA/Diffserv/Makefile.am:
        * tests/RTCORBA/Dynamic_Thread_Pool/Makefile.am:
        * tests/RTCORBA/Explicit_Binding/Makefile.am:
        * tests/RTCORBA/Linear_Priority/Makefile.am:
        * tests/RTCORBA/MT_Client_Protocol_Priority/Makefile.am:
        * tests/RTCORBA/Makefile.am:
        * tests/RTCORBA/ORB_init/Makefile.am:
        * tests/RTCORBA/Persistent_IOR/Makefile.am:
        * tests/RTCORBA/Policies/Makefile.am:
        * tests/RTCORBA/Policy_Combinations/Makefile.am:
        * tests/RTCORBA/Priority_Inversion_With_Bands/Makefile.am:
        * tests/RTCORBA/Private_Connection/Makefile.am:
        * tests/RTCORBA/Profile_And_Endpoint_Selection/Makefile.am:
        * tests/RTCORBA/RTMutex/Makefile.am:
        * tests/RTCORBA/Server_Declared/Makefile.am:
        * tests/RTCORBA/Server_Protocol/Makefile.am:
        * tests/RTCORBA/Thread_Pool/Makefile.am:
        * tests/RTScheduling/Current/Makefile.am:
        * tests/RTScheduling/DT_Spawn/Makefile.am:
        * tests/RTScheduling/Makefile.am:
        * tests/RTScheduling/Scheduling_Interceptor/Makefile.am:
        * tests/RTScheduling/Thread_Cancel/Makefile.am:
        * tests/RTScheduling/VoidData/Makefile.am:
        * tests/Reliable_Oneways/Makefile.am:
        * tests/Sequence_Unit_Tests/Makefile.am:
        * tests/Servant_To_Reference_Test/Makefile.am:
        * tests/Server_Connection_Purging/Makefile.am:
        * tests/Server_Leaks/Makefile.am:
        * tests/Server_Port_Zero/Makefile.am:
        * tests/Single_Read/Makefile.am:
        * tests/Smart_Proxies/Benchmark/Makefile.am:
        * tests/Smart_Proxies/Collocation/Makefile.am:
        * tests/Smart_Proxies/Makefile.am:
        * tests/Smart_Proxies/On_Demand/Makefile.am:
        * tests/Smart_Proxies/Policy/Makefile.am:
        * tests/Smart_Proxies/dtor/Makefile.am:
        * tests/Stack_Recursion/Makefile.am:
        * tests/Strategies/Makefile.am:
        * tests/Timed_Buffered_Oneways/Makefile.am:
        * tests/Timeout/Makefile.am:
        * tests/Two_Objects/Makefile.am:
        * tests/Typedef_String_Array/Makefile.am:
        * tests/UNKNOWN_Exception/Makefile.am:
        * tests/Xt_Stopwatch/Makefile.am:

          New files, baseline Makefile.am's for TAO's tests subdirectory.

Wed Nov 29 13:25:46 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc:
        * docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc:
        * docs/tutorials/Quoter/Simple/ImprovedServer/Quoter_Simple_ImprovedServer.mpc:
        * examples/Load_Balancing_persistent/Load_Balancing_persistent.mpc:
        * examples/OBV/Typed_Events/Typed_Events.mpc:
        * examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc:
        * examples/POA/Default_Servant/POA_Default_Servant.mpc:
        * examples/POA/DSI/POA_DSI.mpc:
        * examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc:
        * examples/POA/FindPOA/POA_FindPOA.mpc:
        * examples/POA/Forwarding/POA_Forwarding.mpc:
        * examples/POA/Generic_Servant/POA_Generic_Servant.mpc:
        * examples/POA/Loader/POA_Loader.mpc:
        * examples/POA/NewPOA/POA_NewPOA.mpc:
        * examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc:
        * examples/POA/On_Demand_Loading/POA_On_Demand_Loading.mpc:
        * examples/POA/POA_BiDir/POA_BiDir.mpc:
        * examples/POA/Reference_Counted_Servant/Reference_Counted_Servant.mpc:
        * examples/POA/TIE/POA_TIE.mpc:
        * examples/Quoter/Quoter.mpc:
        * examples/TypeCode_Creation/TypeCode_Creation.mpc:
        * orbsvcs/examples/Notify/Lanes/Notify_Lanes.mpc:
        * orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc:
        * orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc:
        * orbsvcs/examples/ORT/ORT.mpc:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManager.mpc:
        * orbsvcs/IFR_Service/IFR_Service.mpc:
        * orbsvcs/orbsvcs/IFRService.mpc:
        * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Colocated_Roundtrip.mpc:
        * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.mpc:
        * orbsvcs/performance-tests/RTEvent/lib/RTEC_Perf.mpc:
        * orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.mpc:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/RTCORBA_Baseline.mpc:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/RTCORBA_Callback.mpc:
        * orbsvcs/performance-tests/RTEvent/TCP_Baseline/TCP_Baseline.mpc:
        * orbsvcs/tests/Bug_2074_Regression/Bug_2074_Regression.mpc:
        * orbsvcs/tests/Bug_2247_Regression/Bug_2247_Regression.mpc:
        * orbsvcs/tests/Bug_2248_Regression/Bug_2248_Regression.mpc:
        * orbsvcs/tests/FT_App/FT_App.mpc:
        * orbsvcs/tests/ImplRepo/Bug_2604_Regression/Bug_2604.mpc:
        * orbsvcs/tests/ImplRepo/NameService/ImplRepo_NameService.mpc:
        * orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc:
        * orbsvcs/tests/InterfaceRepo/IDL3_Test/IFR_IDL3_Test.mpc:
        * orbsvcs/tests/InterfaceRepo/IFR_Test/IFR_IFR_Test.mpc:
        * orbsvcs/tests/InterfaceRepo/Persistence_Test/IFR_Persistence_Test.mpc:
        * orbsvcs/tests/Notify/performance-tests/Filter/Filter.mpc:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc:
        * orbsvcs/tests/Notify/RT_lib/RT_Notify_lib.mpc:
        * orbsvcs/tests/tests_svc_loader/tests_svc_loader.mpc:
        * performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc:
        * performance-tests/Latency/Deferred/Deferred.mpc:
        * performance-tests/Latency/DII/DII.mpc:
        * performance-tests/Latency/DSI/DSI.mpc:
        * performance-tests/RTCorba/Multiple_Endpoints/Common/Common.mpc:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/ORB_Per_Priority.mpc:
        * performance-tests/RTCorba/Oneways/Reliable/Reliable.mpc:
        * performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc:
        * performance-tests/Sequence_Latency/Deferred/Deferred.mpc:
        * performance-tests/Sequence_Latency/DII/DII.mpc:
        * performance-tests/Sequence_Latency/DSI/DSI.mpc:
        * tao/EndpointPolicy.mpc:
        * tests/Bug_1535_Regression/Bug_1535_Regression.mpc:
        * tests/Bug_1636_Regression/test.mpc:
        * tests/Bug_2174_Regression/Bug_2174_Regression.mpc:
        * tests/Faults/Faults.mpc:
        * tests/File_IO/File_IO.mpc:
        * tests/ICMG_Any_Bug/Hello.mpc:
        * tests/MProfile_Forwarding/MProfile_Forwarding.mpc:
        * tests/Param_Test/Param_Test.mpc:
        * tests/POA/Bug_2511_Regression/Bug_2511_Regression.mpc:
        * tests/POA/Default_Servant/Default_Servant.mpc:
        * tests/POA/EndpointPolicy/EndpointPolicy.mpc:
        * tests/POA/Etherealization/Etherealization.mpc:
        * tests/POA/MT_Servant_Locator/MT_Servant_Locator.mpc:
        * tests/POA/Nested_Non_Servant_Upcalls/Nested_Non_Servant_Upcalls.mpc:
        * tests/POA/POAManagerFactory/POAManagerFactory.mpc:
        * tests/POA/Single_Threaded_POA/Single_Threaded_POA.mpc:
        * tests/RTCORBA/Diffserv/RTCORBA_Diffserv.mpc:
        * tests/RTCORBA/Dynamic_Thread_Pool/RT_Dynamic_Thread_Pool.mpc:
        * tests/RTCORBA/Explicit_Binding/RTCORBA_Explicit_Binding.mpc:
        * tests/RTCORBA/Linear_Priority/RTCORBA_Linear_Priority.mpc:
        * tests/RTCORBA/MT_Client_Protocol_Priority/RTCORBA_MT_Client_Proto_Prio.mpc:
        * tests/RTCORBA/Persistent_IOR/RTCORBA_Persistent_IOR.mpc:
        * tests/RTCORBA/Policies/Policies.mpc:
        * tests/RTCORBA/Policy_Combinations/RTCORBA_Policy_Combinations.mpc:
        * tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc:
        * tests/RTCORBA/Private_Connection/RTCORBA_Private_Connection.mpc:
        * tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc:
        * tests/RTCORBA/Server_Protocol/RTCORBA_Server_Protocol.mpc:
        * tests/RTCORBA/Thread_Pool/RTCORBA_Thread_Pool.mpc:
        * tests/Servant_To_Reference_Test/Servant_to_Reference.mpc:
          Added avoids_corba_e_compact as base project, these all
          have also avoids_minimum_corba, so it was just a search/
          replace.

Wed Nov 29 12:07:46 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * TAO_IDL/be/be_codegen.cpp:
          When generating the A.h file we don't need to generate an include
          of another A.h file when we include a .idl file

Wed Nov 29 02:51:19 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new unit test subdirectories.

        * examples/Makefile.am:

          Regenerate to descend into CSD_Strategy subdirectory.

        * examples/CSD_Strategy/ThreadPool/Makefile.am:
        * examples/CSD_Strategy/ThreadPool2/Makefile.am:
        * examples/CSD_Strategy/ThreadPool3/Makefile.am:
        * examples/CSD_Strategy/ThreadPool5/Makefile.am:
        * examples/CSD_Strategy/ThreadPool6/Makefile.am:

          Regenerate.

        * examples/CSD_Strategy/ThreadPool/CSD_Test_ThreadPool.mpc:
        * examples/CSD_Strategy/ThreadPool2/CSD_Test_ThreadPool2.mpc:
        * examples/CSD_Strategy/ThreadPool3/CSD_Test_ThreadPool3.mpc:
        * examples/CSD_Strategy/ThreadPool5/CSD_Test_ThreadPool5.mpc:
        * examples/CSD_Strategy/ThreadPool6/CSD_Test_ThreadPool6.mpc:

          Split out IDL compilation into separate MPC project.

        * tao/Makefile.am:

          Regenerate.

Wed Nov 29 000:11:49 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicAny/DynAnyUtils_T.h:

          Removed some 'typename' qualifiers that Visual Studio seems
          fine with either way, but which may be causing problems
          with gcc.

Tue Nov 28 22:44:08 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/DynamicAny/DynStruct_i.cpp:

          Fixed typo (case error) in #include directive.

        * tao/AnyTypeCode/BasicTypeTraits.h:

          Replace forward declaration of enum TCKind with #include of
          tao/Typecode_typesC.h to eliminate gcc complaints.

Tue Nov 28 22:17:08 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AnyTypeCode/BasicTypeTraits_T.h:

          Added missing newline at the end of the file. Thanks to
          Phil Mesnier <mesnier_p@ociweb.com> for reporting it.

Tue Nov 28 21:00:28 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/fe/lex.yy.cpp.diff:

          Applied patch sent by Chad Elliott <elliott_c@ociweb.com>.

Tue Nov 28 20:03:21 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * orbsvcs/tests/ImplRepo/run_test.pl:
          Improvement to the script for running on platforms with many
          endpoints, such as those with IPv6. These improvements were
          motivated by the discovery that the use of environment variables
          by the ImplRepo Activator leads to trouble if the IMR IOR is
          particularly long, which can happen if multiple profiles are
          included in the IOR.

Tue Nov 28 19:32:46 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/AnyTypeCode/BasicTypeTraits.cpp:
        * tao/AnyTypeCode/BasicTypeTraits.h:
        * tao/AnyTypeCode/BasicTypeTraits_T.h:

          New files, defining and specializing template
          utiities for using Anys and typecodes with
          IDL basic types.

        * tao/AnyTypeCode.mpc:

          Added new files described above.

        * tao/DynamicAny/DynAnyUtils_T.h:

          New file containing templatized code factored
          out from the insert_* and get_* methods, and
          using the AnyTypeCode utilities described above.
          Also contains code factored out from
          DynAnyFactory methods.

        * tao/DynamicAny/DynValue_i.cpp:
        * tao/DynamicAny/DynAnyFactory.h:
        * tao/DynamicAny/DynArray_i.cpp:
        * tao/DynamicAny/DynCommon.cpp:
        * tao/DynamicAny/DynStruct_i.cpp:
        * tao/DynamicAny/DynCommon.h:
        * tao/DynamicAny/DynValueBox_i.cpp:
        * tao/DynamicAny/DynValueCommon_i.cpp:
        * tao/DynamicAny/DynAny_i.cpp:
        * tao/DynamicAny/DynUnion_i.cpp:
        * tao/DynamicAny/DynUnion_i.h:
        * tao/DynamicAny/DynAnyFactory.cpp:
        * tao/DynamicAny/DynSequence_i.cpp:

          - Added implementations of get_*_seq()
            and insert_*_seq(), spec-defined
            methods for each IDL basic type.

          - Added implementation of insert_abstract()
            and get_abstract().

          - Factored out code from existing insert_*
            and get_* methods to templatized
            utility code described above.

          - Factored out code from DynAnyFactory
            methods similarly.

          - Fixed bug in get_reference() and get_val()
            that (incorrectly) took ownership of the
            dynamic any's contents. Thanks to Phil
            Mesnier <mesnier_p@ociweb.com> for
            reporting the bug.

        * tao/Valuetype/AbstractBase.h:
        * tao/Valuetype/AbstractBase.cpp:

          Added declaration and definition of typecode
          for AbstractBase.

        * tao/Valuetype/ValueBase.h:
        * tao/Valuetype/ValueBase.cpp:

          Added virtual _tao_type() method that returns
          the associated typecode polymorphically. This
          method is a TAO extension, and is for internal
          use only (currently used in Any insertion
          operators for valuetypes - see below). It
          does not make a copy.

        * docs/dynany/index.html:

          Updated documentation to include the changes
          described above.

        * tests/DynAny_Test/test_dynstruct.cpp:
        * tests/DynAny_Test/test_dynany.cpp:
        * tests/DynAny_Test/test_dynunion.cpp:
        * tests/DynAny_Test/data.cpp:
        * tests/DynAny_Test/data.h:
        * tests/DynAny_Test/test_dynenum.cpp:
        * tests/DynAny_Test/test_dynsequence.cpp:
        * tests/DynAny_Test/analyzer.cpp:
        * tests/DynAny_Test/test_dynarray.cpp:
        * tests/DynAny_Test/analyzer.h:
        * tests/DynAny_Test/driver.cpp:
        * tests/DynAny_Test/da_tests.idl:

          Updated tests to cover some of the new Dynamic Any
          methods described above.

        * orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp:

          Changed code that uses DynamicAnyFactory method,
          a consequence of the refactoring in Dynamic Any
          described above.

        * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:
        * TAO_IDL/be/be_visitor_arg_traits.cpp:
        * TAO_IDL/be/be_visitor_operation/operation.cpp:
        * TAO_IDL/be/be_visitor_sequence/serializer_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp:
        * TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
        * TAO_IDL/be/be_visitor_field/field_ch.cpp:
        * TAO_IDL/be/be_interface.cpp:
        * TAO_IDL/ast/ast_interface.cpp:
        * TAO_IDL/ast/ast_interface_fwd.cpp:
        * TAO_IDL/ast/ast_decl.cpp:
        * TAO_IDL/fe/y.tab.cpp:
        * TAO_IDL/fe/idl.yy:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/idl.ll:

          - Fixed bugs in code generation for eventtypes. Thanks
            to Ming Xiong <mxiong@dre.vanderbilt.edu> for
            reporting a problem with anonymous sequence eventtype
            members that led to the discovery of the other
            inconsistencies.

          - Added patches to the lex file and to the corresponding
            generated C++ file that (1) corrects inconsistencies
            between these two files and (2) fixes problems with
            the SunCC preprocessor. Also patched the corresponding
            lex.yy.cpp.diff file. Thanks to Chad Elliott
            <elliott_c@ociweb.com> for supplying the patches.

          - Added generation of virtual _tao_type() method for
            valuetypes (and eventtypes), as well as use of this
            method in the corresponding Any insertion operators.
            These changes make Any insertion completely polymorphic
            for valuetypes and eventtypes. These changes include
            boxed valuetypes.

          - Fixed a bug in the handling of #pragma prefix directives
            when they occur before included IDL files. Thanks to
            Viola Wang <vwang@eso.org> for reporting the problem.
            This change closes [BUGID:2714].

        * NEWS:

          Added items listing the new Dynamic Any methods.

Tue Nov 28 17:01:44 UTC 2006  Phil Mesnier  <mesnier_p@ociweb.com>

        * tao/TAO_Internal.cpp:
          Fix to restore processing of the -ORBNegotiateCodesets 1
          option.

        * tests/Oneway_Timeouts/client.cpp:
          Reimplement the timeout evaluation to avoid the use of
          std::abs() as that function is not available on 64-bit windows
          builds using the intel c++ compiler with VC 7.1 IDE.

Tue Nov 28 16:54:36 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/include/utl_err.h (version_syntax_error):
        * TAO_IDL/fe/lex.yy.cpp (idl_store_pragma):
        * TAO_IDL/fe/idl.ll (idl_store_pragma):
        * TAO_IDL/util/utl_err.cpp (version_syntax_error):

          Qualified the char* parameter in the signature of the
          recently-added version_syntax_error() with 'const'. Also
          qualified the char* arg passed to it in idl_store_pragma()
          similarly, since the rhs of this arg initialization is
          a string literal, and thus causes a warning on some
          compilers.

Tue Nov 28 13:46:55 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Makefiles for new unit test subdirectories.

        * orbsvcs/tests/Event/Makefile.am:
        * orbsvcs/tests/ImplRepo/Makefile.am:

          Regenerate to descend into new test subdirectories.

        * orbsvcs/tests/Event/UDP/Makefile.am:
        * orbsvcs/tests/ImplRepo/Bug_2604_Regression/Makefile.am:

          New files, Makefile.am's for newly supported unit tests.

        * orbsvcs/tests/Event/UDP/RtEC_UDP.mpc:
        * orbsvcs/tests/ImplRepo/Bug_2604_Regression/Bug_2604.mpc:

          Split out IDL compilation into separate MPC project.

Tue Nov 28 09:32:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Bounded_Basic_String_Sequence_T.h:
          Fixed doxygen errors

        * tao/Unbounded_Basic_String_Sequence_T.h:
          Improved doxygen documentation

Mon Nov 27 21:03:53 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typecode/struct_typecode.cpp:

          - Cosmetic changes to source code, mostly addition of
            braces around single-line IF bodies.

          - Cosmetic changes to generated code, to keep line
            lengths less than 80 characters.

        * TAO_IDLbe/be_visitor_typecode/typecode_defn.cpp:

          Changed check to tell if interface or valuetype members
          are defined, and thus if they need a forward declared
          typecode generated. This need for this change is a
          consequence of recent changes in the way forward
          declared interfaces and valuetypes are handled.

        * TAO_IDLast/ast_interface_fwd.cpp:

          Removed an unnecessary line of source code.

Mon Nov 27 17:34:21 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/include/utl_err.h:
        * TAO_IDL/fe/lex.yy.cpp:
        * TAO_IDL/fe/idl.ll:
        * TAO_IDL/util/utl_err.cpp:

          Added error check in #pragma version parsing, and a new
          error message to output if an error is found with this
          check. Since the only related error that was checked
          for and reported before was an invalid version number,
          an additional case was needed for a more general syntax
          error. Thanks to Johnny Willemsen <jwillemsen@remedy.nl>
          for supplying the example IDL that caused a crash due
          to the lack of this error checking. This fix closes
          [BUGID:2728].

Mon Nov 27 14:46:18 UTC 2006  Vadym Ridosh <vridosh@prismtech.com>

        * tests/Bug_2709_Regression/Bug_2709_Regression.mpc
        * tests/Bug_2709_Regression/client.cpp
        * tests/Bug_2709_Regression/Client_Task.cpp
        * tests/Bug_2709_Regression/Client_Task.h
        * tests/Bug_2709_Regression/README
        * tests/Bug_2709_Regression/run_test.pl
        * tests/Bug_2709_Regression/server.cpp
        * tests/Bug_2709_Regression/Server_Task.cpp
        * tests/Bug_2709_Regression/Server_Task.h
        * tests/Bug_2709_Regression/Test.idl
        * tests/Bug_2709_Regression/TestImpl.cpp
        * tests/Bug_2709_Regression/TestImpl.h
          Added a regression for bug 2709.

Mon Nov 27 14:29:38 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/tao.mpc:
        * tao/AnyTypeCode.mpc:

          Move list generated typecode (*A.h) header files from tao.mpc
          to AnyTypeCode.mpc.  Even though the files are generated from
          rules in tao.mpc, they belong in AnyTypeCode.mpc (the sources
          are compiled there, etc.).  This also helps with a latent MPC
          bug that expressed itself in the borland builds, where the
          directory separator was not changed from '/' to '\'.

Mon Nov 27 12:50:48 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * tao/Object.h:
        * tao/Object.cpp:

          Provide hooks to enable custom Object to IOR conversion or
          allowing local objects (such as Smart Proxies) to be converted to
          an IOR string.

        * tao/ORB.cpp:

          Utilize the new hooks when performing the Object to IOR string
          conversion.

        * tests/Smart_Proxies/Smart_Proxy_Impl.h:
        * tests/Smart_Proxies/Smart_Proxy_Impl.cpp:
        * tests/Smart_Proxies/client.cpp:
        * tests/Smart_Proxies/run_test.pl:

          This test has been modified to implement both aforementioned
          hooks and perform comparisons to ensure that the right thing has
          been done.

Mon Nov 27 09:31:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/HTTP_Client.h:
        * tao/HTTP_Handler.h:
          Export these classes from the TAO lib. These can be reused then
          by several parts in CIAO and that way we don't have code
          duplication and smaller footprint

Mon Nov 27 08:17:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * *.mpc:
          Removed exceptions as base project because TAO already requires
          exceptions and renamed minimum_corba to avoids_minimum_corba

Mon Nov 27 08:04:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Document the changes I have done last weekend to resolve link
        problems with vc8. With vc8 we now explicitly export the base
        templates for the basic sequences. This also requires that
        applications do import these base templates which in practice
        means that when you use any of the sequences of basic types
        you must include (in)directly the ones in the corba library.
        If you don't do that you get compile/link errors related
        to the basic sequences

        * tao/tao.mpc:
          Enabed -Gse for ULongLongSeq

        * orbsvcs/performance-tests/RTEvent/lib/Federated_Test.idl:
          Use the CORBA::ULongLongSeq predefined typedef

        * orbsvcs/orbsvcs/CosTrading.idl:
        * orbsvcs/orbsvcs/SecurityLevel3.idl:
          Include a pidl file from core to get the import of the
          base template

        * tests/Portable_Interceptors/PICurrent/client.cpp:
          Check also the length of the returned sequence

Sun Nov 26 02:41:57 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/tests/Event/Makefile.am:
        * orbsvcs/tests/ImplRepo/Makefile.am:

          Hand tweak to avoid subdirectories that aren't yet supported.

Sat Nov 25 13:56:43 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:

          Regenerated.

        * orbsvcs/orbsvcs/ec_typed_events_idl.mpb:

          Add -GT to idlflags.  We generate tie classes for the untyped
          CosEvent interfaces, we should do the same for the typed ones
          for symmetry.

Fri Nov 24 14:04:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Sequence_Unit_Tests/Bounded_String.cpp:
          Updated because of string sequence changes earlier today

Fri Nov 24 13:45:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Portable_Interceptors/PICurrent/client.cpp:
          Added a test for bugzilla 2656

        * tao/Stub.cpp (get_policy_overrides):
          When policies is zero, return an empty sequence instead of
          a nill pointer. This fixes bugzilla 2656. Thanks to
          Richard Ridgway <Richard_Ridgway at ml dot com> for
          delevering the test extension and the patch for this file.

Fri Nov 24 13:43:44 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure Bug_2615_Regression unit test.

        * orbsvcs/tests/Makefile.am:

          Regenerated to include Bug_2615_Regression subdirectory.

        * orbsvcs/tests/Bug_2615_Regression/Makefile.am:

          New file, Makefile.am for new-ish unit test.

Fri Nov 24 13:39:13 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Configure RTCORBA Quoter tutorial.

        * docs/tutorials/Quoter/Makefile.am

          Regenerated to include RTCORBA subdirectory.

        * docs/tutorials/Quoter/RTCORBA/Makefile.am

          New file, Makefile.am for new-ish tutorial.

Fri Nov 24 13:24:56 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:

          Regenerated.

Fri Nov 24 13:21:52 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Added AM_CONDITIONAL for BUILD_STL and BUILD_BOOST, so we can
          generate Makefile.am's with these options.  Default to false,
          until we can write feature tests for these options.

Fri Nov 24 13:21:00 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:

          Regenerated.

        * orbsvcs/orbsvcs/ec_typed_events_skel.mpb:

          Removed *S_T.inl files from the Inline_Files section.

Fri Nov 24 13:19:24 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Regenerated.

        * tao/Strategies.mpc:

          Clear PIDL_Files section as the Strategies *.pidl files are
          processed within the IDL_Files section, and this results in
          duplicate entries.

Fri Nov 24 09:32:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Bounded_Basic_String_Sequence_T.h:
        * tao/Unbounded_Basic_String_Sequence_T.h:
          Moved these templates from TAO::details to TAO namespace because
          we are going to move these templates directly

        * tao/Bounded_String_Sequence_T.h:
        * tao/Bounded_Wstring_Sequence_T.h:
        * tao/Unbounded_String_Sequence_T.h:
        * tao/Unbounded_Wstring_Sequence_T.h:
          Removed, not used anymore, the IDL compiler uses the basic string
          sequence directly.

        * TAO_IDL/be/be_visitor_template_export.cpp:
          Removed special handling for (w)string sequences

        * TAO_IDL/be/be_sequence.cpp:
          Changed generation to use basic string sequence template directly

        * tao/Sequence_T.h:
        * tao/tao.mpc:
          Removed the files that got removed

        * tao/Unbounded_Sequence_CDR_T.h:
        * tao/Bounded_Sequence_CDR_T.h:
          Updated because of the move of the basic string sequence files
          from TAO::details to TAO

Fri Nov 24 06:28:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/tao.mpc:
          Don't use -Gse for ULongLongSeq at this moment, vc8 seems to
          have a problem with this file

Thu Nov 23 14:51:05 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Makefile.am:

          Regenerated.

Thu Nov 23 14:20:33 UTC 2006  Simon McQueen  <sm@prismtech.com>

        * orbsvcs/orbsvcs/IFRService/IFR_Service_Loader.cpp:

          (Hopefully) fix Borland warning.

Thu Nov 23 14:15:47 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:

          Regenerated.

        * orbsvcs/orbsvcs/CosEvent.mpc:

          Removed *S_T.inl files from the Inline_Files section.

Thu Nov 23 13:08:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/tao.mpc:
          Readded -Gse again

        * TAO_IDL/be/be_codegen.cpp:
          Fixed wrong comment in A.h generation

        * TAO_IDL/be/be_interface.cpp:
          Const improvement

        * TAO_IDL/be/be_visitor_component/component_cs.cpp:
          Removed some unneeded c-style casts

        * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
          Small code change to define the local variable and assign
          it on the same line.

        * TAO_IDL/be/be_visitor_template_export.cpp:
          Added special handling for octet/wstring and string sequences.
          Removed generation of long comment why we explicitly
          export the base templates, not usefull in generated code

        * TAO_IDL/util/utl_global.cpp:
          Removed spaces.

        * tao/PolicyC.cpp:
          Removed not needed Borland pragma option

Thu Nov 23 12:01:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/tao.mpc:
          Removed -Gse for the sequence files, causes some problems
          on the scoreboard.

Thu Nov 23 11:11:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * Release:
          Changed TAO_ACE* to TAO_*mwc. That prevents that the TAO_ACE*.sln
          files are added twice to the tar archive. This fixes bug 2680

Thu Nov 23 10:57:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2669_Regression/Child.idl:
        * tests/Bug_2669_Regression/client.cpp:
          Added a regression for bug 2714 which hasn't been fixed yet.

Thu Nov 23 07:41:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/tao.mpc:
          Simplified the idlflags to put the common flags for all pidl files
          at the top of this file. Added regeneration of OctetSeq.pidl
          and UShortSeq.pidl, these can now be regenerated using the new
          -Gse option which is enabled for all sequence files

        * tao/OctetSeqC.{h,cpp}:
        * tao/UShortSeqC.{h,cpp}:
        * tao/OctetSeqS.h:
        * tao/UShortSeqS.h:
        * tao/AnyTypeCode/OctetSeqA.{h,cpp}:
        * tao/AnyTypeCode/UShortSeqA.{h,cpp}:
        * tao/diffs/OctetSeq.diff:
        * tao/diffs/UShortSeq.diff:
          Removed all these files, they are not regenerated as part of the
          build.

        * tao/OctetSeq.pidl:
        * tao/UShortSeq.pidl:
          Removed remark about applying a diff

Thu Nov 23 06:47:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
          Also don't build the server when ace_for_tao is enabled

        * performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc:
          Don't build in ace_for_tao

Thu Nov 23 03:20:04 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:

          Regenerated.

        * orbsvcs/orbsvcs/CosTrading.mpc:
        * orbsvcs/orbsvcs/RTEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/CosNotification.mpc:
        * orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc:
        * orbsvcs/orbsvcs/DsLogAdmin.mpc:
        * orbsvcs/orbsvcs/CosNaming_Skel.mpc:
        * orbsvcs/orbsvcs/DsEventLogAdmin.mpc:
        * orbsvcs/orbsvcs/CosProperty.mpc:

          Removed *S_T.* files from the Header_Files, Inline_Files, and
          Template_Files sections, cooresponding to the recent change to
          orbsvcslib.mpb which removed -GT from the command line options
          passed to tao_idl.

Thu Nov 23 01:05:04 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
          Fix typo in ACE_Get_Opt option specification which made it
          impossible to specify the number of threads.

Wed Nov 22 22:20:12 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * TAO_IDL/Makefile.am:

          Regenerated.

Wed Nov 22 20:29:03 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:

          Regenerated.

Wed Nov 22 20:18:50 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

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

          New files, defining a new visitor that optionally
          generates an explicit export of the template base class
          of the C++ class generated for an IDL sequence. This
          visitor is triggered by the new command line option
          described below, and is intended as a workaround for a
          bug in Visual Studio. This fixes bugzilla 2703.

        * TAO_IDL/be/be_visitor_root.cpp:
        * TAO_IDL/be/be_visitor_root/root.cpp:
        * TAO_IDL/be/be_global.cpp:
        * TAO_IDL/be_include/be_global.h:

          - Added new command line option -Gse that will trigger the
            generation of an explicit export described above.

          - Fixed call to lookup_by_name() when it is used to locate
            CCMObject in the AST and store it for future access in
            the backend global data class. An additional argument
            was recently added to lookup_by_name() and should have
            been used in this call but wasn't. Thanks to Johnny
            Willemsen <jwillemsen@remedy.nl> for reporting the
            resulting incorrect code generation in the copy
            constructor for components. This fixes bugzilla 2724.

        * TAO_IDL/be/be_interface.cpp:

          Cosmetic changes.

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

          Updated IDL compiler documentation with the new command line
          option.

Wed Nov 22 19:17:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/orbsvcs/CosEvent.mpc:
        * orbsvcs/orbsvcs/RTEvent.mpc:
          Add -GT to the idlflags because we have some examples that use
          the TIE files from these services

Wed Nov 22 18:50:59 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Log/Log_i.cpp:

          Now the infinate recursion problem has been resolved, we invoke
          TAO_LogMgr_i::create_log_reference() from TAO_Log_i::init() and
          stash it away in a member variable.  This allows us to remove
          the code that lazily obtained the object reference within the
          active data path of the server.

        * orbsvcs/orbsvcs/Log/LogMgr_i.cpp:

          Changed TAO_LogMgr_i::create_log_reference() to use
          _unchecked_narrow() while narrowing the object reference.  This
          avoids the infinite recursion which occured with _narrow() when
          this was called by the servant activator's incarnate() method.


Wed Nov 22 18:48:02 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Log/Hash_LogRecordStore.cpp:

          Remove extraneous ACE_DEBUG's in destructor.

Wed Nov 22 18:42:53 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/examples/Log/Event/run_test.pl:
        * orbsvcs/examples/Log/RTEvent/run_test.pl:
        * orbsvcs/examples/Log/Notify/run_test.pl:

          Increase timeout so that test passes on slower systems.

Wed Nov 22 15:38:40 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * tao/Version.h:

          Remove extraneous whitespace from TAO_VERSION macro definition.

Wed Nov 22 15:14:51 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/lib/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am:
        * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am:
        * orbsvcs/tests/Event/Makefile.am:
        * orbsvcs/tests/Simple_Naming/Makefile.am:
        * orbsvcs/tests/ImplRepo/Makefile.am:
        * orbsvcs/tests/EC_Custom_Marshal/Makefile.am:
        * orbsvcs/tests/Trading/Makefile.am:
        * orbsvcs/tests/BiDir_CORBALOC/Makefile.am:
        * orbsvcs/tests/Bug_2377_Regression/Makefile.am:
        * orbsvcs/tests/Security/ssliop_corbaloc/Makefile.am:
        * orbsvcs/tests/Redundant_Naming/Makefile.am:
        * orbsvcs/tests/Interoperable_Naming/Makefile.am:
        * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.am:
        * orbsvcs/tests/Notify/lib/Makefile.am:
        * orbsvcs/tests/FT_App/Makefile.am:
        * orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/Makefile.am:
        * orbsvcs/ImplRepo_Service/Makefile.am:
        * orbsvcs/examples/CosEC/TypedSimple/Makefile.am:
        * orbsvcs/examples/CosEC/Factory/Makefile.am:
        * orbsvcs/examples/LoadBalancing/Makefile.am:
        * tao/Makefile.am:
        * docs/tutorials/Quoter/idl/Makefile.am:
        * performance-tests/Sequence_Latency/DSI/Makefile.am:
        * performance-tests/Sequence_Latency/Deferred/Makefile.am:
        * performance-tests/Sequence_Latency/Thread_Pool/Makefile.am:
        * performance-tests/Sequence_Latency/Single_Threaded/Makefile.am:
        * performance-tests/Sequence_Latency/DII/Makefile.am:
        * performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am:
        * performance-tests/Sequence_Latency/AMI/Makefile.am:
        * performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile.am:
        * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile.am:
        * performance-tests/Callback/Makefile.am:
        * performance-tests/Latency/DSI/Makefile.am:
        * performance-tests/Latency/Deferred/Makefile.am:
        * performance-tests/Latency/Thread_Pool/Makefile.am:
        * performance-tests/Latency/Single_Threaded/Makefile.am:
        * performance-tests/Latency/DII/Makefile.am:
        * performance-tests/Latency/AMH_Single_Threaded/Makefile.am:
        * performance-tests/Latency/AMI/Makefile.am:
        * performance-tests/Latency/Thread_Per_Connection/Makefile.am:
        * performance-tests/Cubit/TAO/MT_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
        * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:
        * performance-tests/Throughput/Makefile.am:
        * examples/POA/TIE/Makefile.am:
        * examples/Kokyu_dsrt_schedulers/Makefile.am:
        * examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.am:
        * examples/RTScheduling/MIF_Scheduler/Makefile.am:
        * examples/CSD_Strategy/ThreadPool6/Makefile.am:
        * examples/RTCORBA/Activity/Makefile.am:
        * examples/AMH/Sink_Server/Makefile.am:
        * examples/mfc/Makefile.am:
        * examples/AMI/FL_Callback/Makefile.am:
        * examples/PluggableUDP/tests/Basic/Makefile.am:
        * examples/PluggableUDP/tests/Performance/Makefile.am:
        * examples/PluggableUDP/tests/SimplePerformance/Makefile.am:

          Regenerated.

Wed Nov 22 12:34:29 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.inl:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerORBInitializer.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicyFactory.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicyFactory.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientORBInitializer.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicy_i.inl:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicyFactory.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerORBInitializer.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicyFactory.h:
        * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicy_i.h:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.h:
        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.h:
        * orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.h:
        * orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
        * orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.h:
        * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
        * orbsvcs/tests/Bug_2137_Regression/README:
        * orbsvcs/tests/Bug_2137_Regression/client.cpp:
        * orbsvcs/tests/Bug_2137_Regression/Bug_2137_Regression.mpc:
        * orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h:
        * orbsvcs/tests/Bug_2248_Regression/test.idl:
        * orbsvcs/tests/Bug_2248_Regression/server.cpp:
        * orbsvcs/tests/Bug_2248_Regression/Server_ORBInitializer.cpp:
        * orbsvcs/tests/Bug_2248_Regression/README:
        * orbsvcs/tests/Bug_2248_Regression/client.cpp:
        * orbsvcs/tests/Bug_2248_Regression/Server_ORBInitializer.h:
        * orbsvcs/tests/Bug_2248_Regression/client.h:
        * orbsvcs/tests/Bug_2248_Regression/test_i.cpp:
        * orbsvcs/tests/Bug_2248_Regression/tests.idl:
        * orbsvcs/tests/Bug_2248_Regression/Bug_2248_Regression.mpc:
        * orbsvcs/tests/Bug_2248_Regression/Client_i.h:
        * orbsvcs/tests/Bug_2248_Regression/test_i.h:
        * orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.cpp:
        * orbsvcs/tests/Bug_2247_Regression/Manager.h:
        * orbsvcs/tests/Bug_2247_Regression/test.idl:
        * orbsvcs/tests/Bug_2247_Regression/server.cpp:
        * orbsvcs/tests/Bug_2247_Regression/test_i.cpp:
        * orbsvcs/tests/Bug_2247_Regression/Bug_2247_Regression.mpc:
        * orbsvcs/tests/Bug_2247_Regression/Manager.cpp:
        * orbsvcs/tests/Bug_2247_Regression/Client_i.h:
        * orbsvcs/tests/Bug_2247_Regression/README:
        * orbsvcs/tests/Bug_2247_Regression/test_i.h:
        * orbsvcs/tests/FT_App/FT_ReplicationManagerController.cpp:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.cpp:
        * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.h:
        * orbsvcs/Logging_Service/Event_Logging_Service/README:
        * orbsvcs/Logging_Service/RTEvent_Logging_Service/README:
        * orbsvcs/Logging_Service/Notify_Logging_Service/README:
        * tao/PortableServer/Servant_var.inl:
        * tao/PortableServer/Servant_var.cpp:
        * tao/PortableServer/Servant_var.h:
        * tao/Incoming_Message_Stack.inl:
        * tao/Incoming_Message_Stack.h:
        * tests/Bug_2222_Regression/test.cpp:
        * tests/Bug_2222_Regression/Bug_2222_Regression.mpc:
        * tests/Bug_2222_Regression/TestCase.idl:
        * tests/Bug_2222_Regression/TestType.idl:
        * tests/Bug_2144_Regression/test.cpp:
        * tests/Bug_2144_Regression/Bug_2144_Regression.mpc:
        * tests/Bug_2144_Regression/test.idl:
        * tests/Bug_2144_Regression/README:
        * tests/QtTests/client.cpp:
        * tests/QtTests/client.h:
        * tests/QtTests/test.idl:
        * tests/QtTests/server.cpp:
        * tests/QtTests/test_i.cpp:
        * tests/QtTests/test_i.h:
        * tests/Bug_2375_Regression/test.cpp:
        * tests/Bug_2375_Regression/test.idl:
        * tests/Bug_2375_Regression/Bug_2375_Regression.mpc:
        * tests/Bug_2375_Regression/README:
        * tests/Bug_1812_Regression/test.cpp:
        * tests/Bug_1812_Regression/Bug_1812_Regession.mpc:
        * tests/Bug_1812_Regression/Test.idl:
        * tests/MProfile_Forwarding/Servant_Locator.cpp:
        * tests/MProfile_Forwarding/test.idl:
        * tests/MProfile_Forwarding/server.cpp:
        * tests/MProfile_Forwarding/test_i.inl:
        * tests/MProfile_Forwarding/Servant_Locator.h:
        * tests/Permanent_Forward/Permanent_Forward.mpc:
        * tests/Permanent_Forward/README:
        * tests/Permanent_Forward/StubTest.cpp:
        * tests/ICMG_Any_Bug/client.cpp:
        * tests/ICMG_Any_Bug/HelloWorld.h:
        * tests/ICMG_Any_Bug/Hello.cpp:
        * tests/ICMG_Any_Bug/server.cpp:
        * tests/ICMG_Any_Bug/Hello.h:
        * tests/Bug_2183_Regression/client.cpp:
        * tests/Bug_2183_Regression/Hello.cpp:
        * tests/Bug_2183_Regression/Test.idl:
        * tests/Bug_2183_Regression/server.cpp:
        * tests/Bug_2183_Regression/Bug_2183_Regression.mpc:
        * tests/Bug_2183_Regression/Hello.h:
        * tests/Bug_2183_Regression/README:
        * tests/IDL_Test/array_only.idl:
        * tests/Bug_1813_Regression/test.cpp:
        * tests/Bug_1813_Regression/Bug_1813_Regession.mpc:
        * tests/Bug_1813_Regression/Test.idl:
        * examples/RTCORBA/Activity/Job.idl:
        * examples/RTCORBA/Activity/README:
        * examples/Load_Balancing_persistent/Identity_i.cpp:
        * examples/Load_Balancing_persistent/Load_Balancing_Service.h:
        * examples/Load_Balancing_persistent/Identity_i.h:
        * examples/Load_Balancing_persistent/README:
        * examples/Load_Balancing_persistent/Load_Balancer_i.cpp:
        * examples/Load_Balancing_persistent/Identity.idl:
        * examples/Load_Balancing_persistent/Identity_Server.cpp:
        * examples/Load_Balancing_persistent/Load_Balancer_i.h:
        * examples/Load_Balancing_persistent/Identity_Server.h:
        * examples/Load_Balancing_persistent/Identity_Client.cpp:
        * examples/Load_Balancing_persistent/Identity_Client.h:
        * examples/Load_Balancing_persistent/Load_Balancer.idl:
        * examples/Load_Balancing_persistent/Load_Balancing_Service.cpp:

          Removed svn:executable property.

Wed Nov 22 11:51:49 UTC 2006  Simon McQueen  <sm@prismtech.com>

        * orbsvcs/IFR_Service/IFR_Server.cpp:
        * orbsvcs/IFR_Service/IFR_Service.cpp:
        * orbsvcs/orbsvcs/IFRService/IFR_Service_Loader.cpp:
        * orbsvcs/orbsvcs/IFRService/Options.cpp:

          Make IFR exit when it receives an invalid startup option and improve
          usage message. Fixes bugzilla #2720.

Wed Nov 22 11:39:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/FlResource/FlResource_Factory.cpp:
        * tao/FlResource/FlResource_Factory.h:
        * tao/QtResource/QtResource_Factory.cpp:
        * tao/QtResource/QtResource_Factory.h:
        * tao/TkResource/TkResource_Factory.cpp:
        * tao/TkResource/TkResource_Factory.h:
        * tao/XtResource/XtResource_Factory.cpp:
        * tao/XtResource/XtResource_Factory.h:
          Updated these files because the reactors they use are moved
          to their own directories in ACE.

Wed Nov 22 10:54:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Strategies.mpc:
          Now build with ace_for_tao but derive from core_strategies

        * tao/tao.mpc:
          Added new HTTP files and moved all sequence.pidl files to one
          group because soon they all will get a special tao_idl argument
          to be used.

        * tao/TAO_Internal.cpp:
        * tao/default_resource.cpp:
          Added HTTP

        * tao/GUIResource_Factory.{h,cpp}:
          Changed dynamically_allocated_reactor to bool

        * tao/ORB_Core.{h,cpp,inl}:
          Changed has_shutdown to a real bool

        * tao/Valuetype/ValueBase.h:
          Doxygen improvement

Wed Nov 22 10:23:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Callback/Callback.mpc:
        * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
        * performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc:
        * performance-tests/Latency/AMH_Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Latency/Collocation/Collocation.mpc:
        * performance-tests/Latency/Deferred/Deferred.mpc:
        * performance-tests/Latency/DII/DII.mpc:
        * performance-tests/Latency/DSI/DSI.mpc:
        * performance-tests/Latency/Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Sequence_Latency/AMH_Single_Threaded/Single_Threaded.mpc:
        * performance-tests/Sequence_Latency/Deferred/Deferred.mpc:
        * performance-tests/Sequence_Latency/DII/DII.mpc:
        * performance-tests/Sequence_Latency/DSI/DSI.mpc:
        * performance-tests/Sequence_Latency/Single_Threaded/Single_Threaded.mpc:
        * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/LoadBalancing.mpc:
          Explicitly add avoids += ace_for_tao to these projects. At this
          moment they are not build because the strategies library is not
          available with ace_for_tao, but this is something I will change
          but besides strategies these projects do use some ACE classes
          which are not available in the ace_for_tao configuration

        * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
          Const improvement

        * orbsvcs/tests/Event/UDP/Consumer.cpp:
        * orbsvcs/tests/Event/UDP/receiver.cpp:
        * orbsvcs/tests/Event/UDP/Supplier.cpp:
        * orbsvcs/tests/Event/UDP/Supplier.h:
        * orbsvcs/tests/Event/UDP/Test.idl:
          Extended this test and reproduced the bug we had in CIAO. This
          test now will fail until Jeff Parsons commits some related
          valuetype changes.

Wed Nov 22 10:17:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * Release:
          Removed dsw files

        * docs/ORBEndpoint.html:
          Added reuse_addr to the list of options, request has been made
          to OCI to check and extend the documentation of this option
          which has been available starting TAO 1.4.8

        * TAO_IDL/be/be_codegen.cpp:
          Removed check for IFR_Client, we do have an empty A.h file for
          the IFR_Client files now

        * TAO_IDL/be/be_global.cpp:
          Updated help of -GA

        * tao/AnyTypeCode/NVList.cpp:
          Use true/false

        * tao/HTTP_Client.{h,cpp}:
        * tao/HTTP_Handler.{h,cpp}:
        * tao/HTTP_Parser.{h,cpp}:
          New files to support http:/ as IOR format. Fixes bugzilla bugs
          2670 and 372

        * tao/IIOP_Acceptor.cpp:
          Removed check for priority, that is gone already a long time and
          this takes footprint.

        * tao/Stub.cpp:
          Const changes and removed TAO_Synchronous_Cancellation_Required which
          doesn't seem used at all.

Mon Nov 20 08:16:34 2006  Simon McQueen  <sm@prismtech.com>

        * TAO version 1.5.4 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: